Skip to content

Commit dcd53b9

Browse files
committed
Generated java-async 2022-02-22 for Ess.
1 parent c55db44 commit dcd53b9

File tree

41 files changed

+1283
-430
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1283
-430
lines changed

ess-20220222/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2024-07-03 Version: 1.0.15
2+
- Generated java-async 2022-02-22 for Ess.
3+
14
2024-06-12 Version: 1.0.14
25
- Generated java-async 2022-02-22 for Ess.
36

ess-20220222/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.aliyun</groupId>
55
<artifactId>alibabacloud-ess20220222</artifactId>
6-
<version>1.0.14</version>
6+
<version>1.0.15</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-ess20220222</name>
99
<description>Alibaba Cloud Ess (20220222) Async SDK for Java

ess-20220222/src/main/java/com/aliyun/sdk/service/ess20220222/AsyncClient.java

Lines changed: 69 additions & 56 deletions
Large diffs are not rendered by default.

ess-20220222/src/main/java/com/aliyun/sdk/service/ess20220222/DefaultAsyncClient.java

Lines changed: 93 additions & 56 deletions
Large diffs are not rendered by default.

ess-20220222/src/main/java/com/aliyun/sdk/service/ess20220222/models/ApplyEciScalingConfigurationRequest.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public Builder content(String content) {
120120
}
121121

122122
/**
123-
* Optional. The format of the configuration file. Default value: YAML. Set the value to YAML.
123+
* Optional. Set the value to YAML.
124124
*/
125125
public Builder format(String format) {
126126
this.putQueryParameter("Format", format);
@@ -138,7 +138,10 @@ public Builder regionId(String regionId) {
138138
}
139139

140140
/**
141-
* The ID of the scaling configuration that you want to update. If you want to update a scaling configuration based on the value of Content, you must specify ScalingConfigurationId. If you want to create a scaling configuration based on the value of Content, you can leave ScalingConfigurationId empty.
141+
* The ID of the scaling configuration.
142+
* <p>
143+
*
144+
* If you want the system to update a scaling configuration of the Elastic Container Instance type based on a YAML configuration file, you must specify `ScalingConfigurationId`. If you do not specify `ScalingConfigurationId`, the system creates a new scaling configuration based on the YAML configuration file.
142145
*/
143146
public Builder scalingConfigurationId(String scalingConfigurationId) {
144147
this.putQueryParameter("ScalingConfigurationId", scalingConfigurationId);

ess-20220222/src/main/java/com/aliyun/sdk/service/ess20220222/models/AttachInstancesRequest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,10 @@ private Builder(AttachInstancesRequest request) {
194194
}
195195

196196
/**
197-
* ClientToken.
197+
* The client token that is used to ensure the idempotence of the request.
198+
* <p>
199+
*
200+
* You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [Ensure idempotence](~~25965~~).
198201
*/
199202
public Builder clientToken(String clientToken) {
200203
this.putQueryParameter("ClientToken", clientToken);

ess-20220222/src/main/java/com/aliyun/sdk/service/ess20220222/models/ChangeResourceGroupRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public Builder ownerId(Long ownerId) {
144144
}
145145

146146
/**
147-
* RegionId.
147+
* The region ID of the scaling group.
148148
*/
149149
public Builder regionId(String regionId) {
150150
this.putQueryParameter("RegionId", regionId);

ess-20220222/src/main/java/com/aliyun/sdk/service/ess20220222/models/ChangeResourceGroupResponseBody.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static final class Builder {
3737
private String requestId;
3838

3939
/**
40-
* RequestId.
40+
* The ID of the request.
4141
*/
4242
public Builder requestId(String requestId) {
4343
this.requestId = requestId;

ess-20220222/src/main/java/com/aliyun/sdk/service/ess20220222/models/CreateScalingConfigurationRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ public Builder dataDisks(java.util.List < DataDisks> dataDisks) {
945945
}
946946

947947
/**
948-
* DedicatedHostClusterId.
948+
* The ID of the dedicated host cluster.
949949
*/
950950
public Builder dedicatedHostClusterId(String dedicatedHostClusterId) {
951951
this.putQueryParameter("DedicatedHostClusterId", dedicatedHostClusterId);
@@ -1455,7 +1455,7 @@ public Builder tenancy(String tenancy) {
14551455
}
14561456

14571457
/**
1458-
* The user data of the ECS instance. The data must be encoded in Base64. The maximum size of the data before encoding is 16 KB.
1458+
* The user data of the Elastic Compute Service (ECS) instance. The user data must be encoded in Base64 format. The size of raw data before Base64 encoding cannot exceed 32 KB.
14591459
*/
14601460
public Builder userData(String userData) {
14611461
this.putQueryParameter("UserData", userData);

ess-20220222/src/main/java/com/aliyun/sdk/service/ess20220222/models/CreateScalingGroupRequest.java

Lines changed: 96 additions & 63 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)