Skip to content

Commit 5e949dc

Browse files
committed
Generated java-async 2022-02-22 for Ess.
1 parent 3499c5f commit 5e949dc

File tree

289 files changed

+4110
-2256
lines changed

Some content is hidden

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

289 files changed

+4110
-2256
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-12-18 Version: 1.0.29
2+
- Generated java-async 2022-02-22 for Ess.
3+
14
2024-12-12 Version: 1.0.28
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.28</version>
6+
<version>1.0.29</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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -350,10 +350,10 @@ static AsyncClient create() {
350350

351351
/**
352352
* <b>description</b> :
353-
* <p> You can enable a CloudMonitor system event, Message Service (MNS) queue, or MNS topic to receive notifications. When a scaling event of the specified type or resource change occurs in your scaling group, Auto Scaling automatically sends notifications to CloudMonitor or MNS.</p>
353+
* <p> You can specify CloudMonitor system events, Simple Message Queue (SMQ, formerly MNS) topics, or SMQ queues as notification recipients. When a scaling event of the specified type or resource change occurs in your scaling group, Auto Scaling automatically sends notifications to CloudMonitor or SMQ.</p>
354354
* <ul>
355355
* <li>You cannot specify the same recipient for notifications of different event types in a scaling group.
356-
* For example, you cannot enable the same CloudMonitor system event, MNS topic, or MNS queue to receive notifications of different event types in a scaling group.</li>
356+
* For example, you cannot enable the same CloudMonitor system event, SMQ topic, or SMQ queue to receive notifications of different event types in a scaling group.</li>
357357
* </ul>
358358
*
359359
* @param request the request parameters of CreateNotificationConfiguration CreateNotificationConfigurationRequest
@@ -1043,8 +1043,8 @@ static AsyncClient create() {
10431043

10441044
/**
10451045
* <b>description</b> :
1046-
* <p>You can call this operation only when the desired ECS instance enters a Pending state.\
1047-
* An ECS instance can stay in a Pending state for up to six hours. Each time an ECS instance enters a Pending state, you can extend the time window during which the ECS instance stays in a Pending state up to 20 times.</p>
1046+
* <p>You can call this operation only to extend the time window during which Elastic Compute Service (ECS) instances stay in a Pending state.
1047+
* An ECS instance can stay in a Pending state for up to six hours. Each time an ECS instance enters a Pending state, you can extend the time window during which the ECS instance stays in the Pending state up to 20 times.</p>
10481048
*
10491049
* @param request the request parameters of RecordLifecycleActionHeartbeat RecordLifecycleActionHeartbeatRequest
10501050
* @return RecordLifecycleActionHeartbeatResponse
@@ -1139,9 +1139,9 @@ static AsyncClient create() {
11391139
* <b>description</b> :
11401140
* <p> Only one instance refresh task can be executed at a time in a scaling group.</p>
11411141
* <ul>
1142-
* <li>Instance refresh tasks are currently supported only by scaling groups of the Elastic Compute Service (ECS) type and using <strong>the priority policy</strong>. Scaling groups that use the number of vCPUs as the method to calculate the group capacity or scaling groups whose instance reclaim mode is <strong>Economical Mode</strong> or <strong>Forcibly Recycle</strong> do not support instance refresh tasks.</li>
1143-
* <li>During the execution of an instance refresh task, scaling events can be complete as expected. Take note that instances that are scaled out use the desired configurations provided by the instance refresh task.</li>
1144-
* <li>Instance refresh tasks does not take effect on instances that are manually added and instances that are in the Standby and Protected states.</li>
1142+
* <li>You can start instance refresh tasks for Elastic Compute Service (ECS) instances in scaling groups that use the <strong>priority policy</strong> as the scaling policy. Scaling groups whose capacity is measured based on the <strong>number of vCPUs</strong> and scaling groups whose instance reclaim mode is <strong>Economical Mode</strong> or <strong>Forcibly Recycle</strong> do not support the StartInstanceRefresh operation.</li>
1143+
* <li>When you start an instance refresh task, scaling events can be completed as expected. Take note that instances that are scaled out use the configurations specified in the instance refresh task.</li>
1144+
* <li>The StartInstanceRefresh operation does not take effect on instances that are manually added or instances that are in the Standby and Protected states.</li>
11451145
* </ul>
11461146
*
11471147
* @param request the request parameters of StartInstanceRefresh StartInstanceRefreshRequest

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -595,10 +595,10 @@ public CompletableFuture<CreateLifecycleHookResponse> createLifecycleHook(Create
595595

596596
/**
597597
* <b>description</b> :
598-
* <p> You can enable a CloudMonitor system event, Message Service (MNS) queue, or MNS topic to receive notifications. When a scaling event of the specified type or resource change occurs in your scaling group, Auto Scaling automatically sends notifications to CloudMonitor or MNS.</p>
598+
* <p> You can specify CloudMonitor system events, Simple Message Queue (SMQ, formerly MNS) topics, or SMQ queues as notification recipients. When a scaling event of the specified type or resource change occurs in your scaling group, Auto Scaling automatically sends notifications to CloudMonitor or SMQ.</p>
599599
* <ul>
600600
* <li>You cannot specify the same recipient for notifications of different event types in a scaling group.
601-
* For example, you cannot enable the same CloudMonitor system event, MNS topic, or MNS queue to receive notifications of different event types in a scaling group.</li>
601+
* For example, you cannot enable the same CloudMonitor system event, SMQ topic, or SMQ queue to receive notifications of different event types in a scaling group.</li>
602602
* </ul>
603603
*
604604
* @param request the request parameters of CreateNotificationConfiguration CreateNotificationConfigurationRequest
@@ -2056,8 +2056,8 @@ public CompletableFuture<RebalanceInstancesResponse> rebalanceInstances(Rebalanc
20562056

20572057
/**
20582058
* <b>description</b> :
2059-
* <p>You can call this operation only when the desired ECS instance enters a Pending state.\
2060-
* An ECS instance can stay in a Pending state for up to six hours. Each time an ECS instance enters a Pending state, you can extend the time window during which the ECS instance stays in a Pending state up to 20 times.</p>
2059+
* <p>You can call this operation only to extend the time window during which Elastic Compute Service (ECS) instances stay in a Pending state.
2060+
* An ECS instance can stay in a Pending state for up to six hours. Each time an ECS instance enters a Pending state, you can extend the time window during which the ECS instance stays in the Pending state up to 20 times.</p>
20612061
*
20622062
* @param request the request parameters of RecordLifecycleActionHeartbeat RecordLifecycleActionHeartbeatRequest
20632063
* @return RecordLifecycleActionHeartbeatResponse
@@ -2260,9 +2260,9 @@ public CompletableFuture<SetInstancesProtectionResponse> setInstancesProtection(
22602260
* <b>description</b> :
22612261
* <p> Only one instance refresh task can be executed at a time in a scaling group.</p>
22622262
* <ul>
2263-
* <li>Instance refresh tasks are currently supported only by scaling groups of the Elastic Compute Service (ECS) type and using <strong>the priority policy</strong>. Scaling groups that use the number of vCPUs as the method to calculate the group capacity or scaling groups whose instance reclaim mode is <strong>Economical Mode</strong> or <strong>Forcibly Recycle</strong> do not support instance refresh tasks.</li>
2264-
* <li>During the execution of an instance refresh task, scaling events can be complete as expected. Take note that instances that are scaled out use the desired configurations provided by the instance refresh task.</li>
2265-
* <li>Instance refresh tasks does not take effect on instances that are manually added and instances that are in the Standby and Protected states.</li>
2263+
* <li>You can start instance refresh tasks for Elastic Compute Service (ECS) instances in scaling groups that use the <strong>priority policy</strong> as the scaling policy. Scaling groups whose capacity is measured based on the <strong>number of vCPUs</strong> and scaling groups whose instance reclaim mode is <strong>Economical Mode</strong> or <strong>Forcibly Recycle</strong> do not support the StartInstanceRefresh operation.</li>
2264+
* <li>When you start an instance refresh task, scaling events can be completed as expected. Take note that instances that are scaled out use the configurations specified in the instance refresh task.</li>
2265+
* <li>The StartInstanceRefresh operation does not take effect on instances that are manually added or instances that are in the Standby and Protected states.</li>
22662266
* </ul>
22672267
*
22682268
* @param request the request parameters of StartInstanceRefresh StartInstanceRefreshRequest

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
// This file is auto-generated, don't edit it. Thanks.
22
package com.aliyun.sdk.service.ess20220222.models;
33

4+
import com.aliyun.sdk.gateway.pop.*;
5+
import darabonba.core.*;
6+
import darabonba.core.async.*;
7+
import darabonba.core.sync.*;
8+
import darabonba.core.client.*;
49
import darabonba.core.RequestModel;
510
import darabonba.core.TeaModel;
611
import com.aliyun.sdk.gateway.pop.models.*;

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
// This file is auto-generated, don't edit it. Thanks.
22
package com.aliyun.sdk.service.ess20220222.models;
33

4+
import com.aliyun.sdk.gateway.pop.*;
5+
import darabonba.core.*;
6+
import darabonba.core.async.*;
7+
import darabonba.core.sync.*;
8+
import darabonba.core.client.*;
49
import darabonba.core.RequestModel;
510
import darabonba.core.TeaModel;
611
import com.aliyun.sdk.gateway.pop.models.*;
@@ -13,7 +18,7 @@
1318
*/
1419
public class ApplyEciScalingConfigurationResponse extends Response {
1520
@com.aliyun.core.annotation.NameInMap("headers")
16-
private java.util.Map < String, String > headers;
21+
private java.util.Map<String, String> headers;
1722

1823
@com.aliyun.core.annotation.NameInMap("statusCode")
1924
private Integer statusCode;
@@ -40,7 +45,7 @@ public Builder toBuilder() {
4045
/**
4146
* @return headers
4247
*/
43-
public java.util.Map < String, String > getHeaders() {
48+
public java.util.Map<String, String> getHeaders() {
4449
return this.headers;
4550
}
4651

@@ -60,7 +65,7 @@ public ApplyEciScalingConfigurationResponseBody getBody() {
6065

6166
public interface Builder extends Response.Builder<ApplyEciScalingConfigurationResponse, Builder> {
6267

63-
Builder headers(java.util.Map < String, String > headers);
68+
Builder headers(java.util.Map<String, String> headers);
6469

6570
Builder statusCode(Integer statusCode);
6671

@@ -74,7 +79,7 @@ public interface Builder extends Response.Builder<ApplyEciScalingConfigurationRe
7479
private static final class BuilderImpl
7580
extends Response.BuilderImpl<ApplyEciScalingConfigurationResponse, Builder>
7681
implements Builder {
77-
private java.util.Map < String, String > headers;
82+
private java.util.Map<String, String> headers;
7883
private Integer statusCode;
7984
private ApplyEciScalingConfigurationResponseBody body;
8085

@@ -93,7 +98,7 @@ private BuilderImpl(ApplyEciScalingConfigurationResponse response) {
9398
* headers.
9499
*/
95100
@Override
96-
public Builder headers(java.util.Map < String, String > headers) {
101+
public Builder headers(java.util.Map<String, String> headers) {
97102
this.headers = headers;
98103
return this;
99104
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
// This file is auto-generated, don't edit it. Thanks.
22
package com.aliyun.sdk.service.ess20220222.models;
33

4+
import com.aliyun.sdk.gateway.pop.*;
5+
import darabonba.core.*;
6+
import darabonba.core.async.*;
7+
import darabonba.core.sync.*;
8+
import darabonba.core.client.*;
49
import darabonba.core.RequestModel;
510
import darabonba.core.TeaModel;
611
import com.aliyun.sdk.gateway.pop.models.*;

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
// This file is auto-generated, don't edit it. Thanks.
22
package com.aliyun.sdk.service.ess20220222.models;
33

4+
import com.aliyun.sdk.gateway.pop.*;
5+
import darabonba.core.*;
6+
import darabonba.core.async.*;
7+
import darabonba.core.sync.*;
8+
import darabonba.core.client.*;
49
import darabonba.core.RequestModel;
510
import darabonba.core.TeaModel;
611
import com.aliyun.sdk.gateway.pop.models.*;

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
// This file is auto-generated, don't edit it. Thanks.
22
package com.aliyun.sdk.service.ess20220222.models;
33

4+
import com.aliyun.sdk.gateway.pop.*;
5+
import darabonba.core.*;
6+
import darabonba.core.async.*;
7+
import darabonba.core.sync.*;
8+
import darabonba.core.client.*;
49
import darabonba.core.RequestModel;
510
import darabonba.core.TeaModel;
611
import com.aliyun.sdk.gateway.pop.models.*;
@@ -13,7 +18,7 @@
1318
*/
1419
public class ApplyScalingGroupResponse extends Response {
1520
@com.aliyun.core.annotation.NameInMap("headers")
16-
private java.util.Map < String, String > headers;
21+
private java.util.Map<String, String> headers;
1722

1823
@com.aliyun.core.annotation.NameInMap("statusCode")
1924
private Integer statusCode;
@@ -40,7 +45,7 @@ public Builder toBuilder() {
4045
/**
4146
* @return headers
4247
*/
43-
public java.util.Map < String, String > getHeaders() {
48+
public java.util.Map<String, String> getHeaders() {
4449
return this.headers;
4550
}
4651

@@ -60,7 +65,7 @@ public ApplyScalingGroupResponseBody getBody() {
6065

6166
public interface Builder extends Response.Builder<ApplyScalingGroupResponse, Builder> {
6267

63-
Builder headers(java.util.Map < String, String > headers);
68+
Builder headers(java.util.Map<String, String> headers);
6469

6570
Builder statusCode(Integer statusCode);
6671

@@ -74,7 +79,7 @@ public interface Builder extends Response.Builder<ApplyScalingGroupResponse, Bui
7479
private static final class BuilderImpl
7580
extends Response.BuilderImpl<ApplyScalingGroupResponse, Builder>
7681
implements Builder {
77-
private java.util.Map < String, String > headers;
82+
private java.util.Map<String, String> headers;
7883
private Integer statusCode;
7984
private ApplyScalingGroupResponseBody body;
8085

@@ -93,7 +98,7 @@ private BuilderImpl(ApplyScalingGroupResponse response) {
9398
* headers.
9499
*/
95100
@Override
96-
public Builder headers(java.util.Map < String, String > headers) {
101+
public Builder headers(java.util.Map<String, String> headers) {
97102
this.headers = headers;
98103
return this;
99104
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
// This file is auto-generated, don't edit it. Thanks.
22
package com.aliyun.sdk.service.ess20220222.models;
33

4+
import com.aliyun.sdk.gateway.pop.*;
5+
import darabonba.core.*;
6+
import darabonba.core.async.*;
7+
import darabonba.core.sync.*;
8+
import darabonba.core.client.*;
49
import darabonba.core.RequestModel;
510
import darabonba.core.TeaModel;
611
import com.aliyun.sdk.gateway.pop.models.*;

0 commit comments

Comments
 (0)