@alicloud/ess20220222 1.8.4 → 1.8.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -249,10 +249,10 @@ export declare class AttachAlbServerGroupsRequest extends $tea.Model {
249
249
  clientToken?: string;
250
250
  /**
251
251
  * @remarks
252
- * Specifies whether to add the existing Elastic Compute Service (ECS) instances or elastic container instances in the scaling group to the ALB server group. Valid values:
252
+ * Specifies whether to add the existing Elastic Compute Service (ECS) instances or elastic container instances in the scaling group to the new ALB server group. Valid values:
253
253
  *
254
- * * true: adds the existing ECS instances or elastic container instances in the scaling group to the ALB server group. In this case, the system returns the value of `ScalingActivityId`.
255
- * * false: does not add the existing ECS instances or elastic container instances in the scaling group to the ALB server group.
254
+ * * true: adds the existing ECS instances or elastic container instances in the scaling group to the new ALB server group. In this case, the system returns the value of `ScalingActivityId`.
255
+ * * false: does not add the existing ECS instances or elastic container instances in the scaling group to the new ALB server group.
256
256
  *
257
257
  * Default value: false.
258
258
  *
@@ -620,7 +620,7 @@ export declare class AttachLoadBalancersRequest extends $tea.Model {
620
620
  *
621
621
  * **
622
622
  *
623
- * **Note** If a load balancer is currently attached to your scaling group, and you want to add the instances in your scaling group to the backend server groups of the load balancer, you can call this operation again and set the ForceAttach request parameter to true.
623
+ * **Note** If a load balancer is currently attached to your scaling group, and you want to add the instances in your scaling group to the backend server groups of the load balancer, you can call this operation again and set ForceAttach request to true.
624
624
  *
625
625
  * * false: If you set this parameter to false, the attachment of the load balancer does not entail the addition of the existing instances in the scaling group to the backend server groups of the load balancer.
626
626
  *
@@ -1109,7 +1109,7 @@ export declare class CompleteLifecycleActionRequest extends $tea.Model {
1109
1109
  lifecycleActionResult?: string;
1110
1110
  /**
1111
1111
  * @remarks
1112
- * The token of the lifecycle hook. You can obtain this token by using a Message Service (MNS) queue or an MNS topic that is specified for the lifecycle hook.
1112
+ * The token of the lifecycle action. You can obtain the token from the Simple Message Queue (SMQ, formerly MNS) queue or topic that is specified for the lifecycle hook.
1113
1113
  *
1114
1114
  * This parameter is required.
1115
1115
  *
@@ -1191,12 +1191,12 @@ export declare class CreateAlarmRequest extends $tea.Model {
1191
1191
  alarmActions?: string[];
1192
1192
  /**
1193
1193
  * @remarks
1194
- * The operator that is used to compare the metric value and the threshold. Valid values:
1194
+ * The operator that you want to use to compare the metric value and the threshold. Valid values:
1195
1195
  *
1196
- * * If the metric value is greater than or equal to the threshold, set the value to: >=.
1197
- * * If the metric value is less than or equal to the threshold, set the value to: <=.
1198
- * * If the metric value is greater than the threshold, set the value to: >.
1199
- * * If the metric value is less than the threshold, set the value to: <.
1196
+ * * If the metric value is greater than or equal to the threshold, set the value to >=.
1197
+ * * If the metric value is less than or equal to the metric threshold, set the value to <=.
1198
+ * * If the metric value is greater than the metric threshold, set the value to >.
1199
+ * * If the metric value is less than the metric threshold, set the value to <.
1200
1200
  *
1201
1201
  * Default value: >=.
1202
1202
  *
@@ -1240,7 +1240,7 @@ export declare class CreateAlarmRequest extends $tea.Model {
1240
1240
  effective?: string;
1241
1241
  /**
1242
1242
  * @remarks
1243
- * The number of times that the threshold must be reached before a scaling rule can be executed. For example, if you set this parameter to 3, the average CPU utilization must reach or exceed 80% three times in a row before a scaling rule is triggered.
1243
+ * The number of consecutive times that the threshold must be reached before a scaling rule is executed. For example, if you set this parameter to 3, the average CPU utilization must reach or exceed 80% three times in a row before the scaling rule is executed.
1244
1244
  *
1245
1245
  * Default value: 3.
1246
1246
  *
@@ -1316,10 +1316,10 @@ export declare class CreateAlarmRequest extends $tea.Model {
1316
1316
  metricName?: string;
1317
1317
  /**
1318
1318
  * @remarks
1319
- * The type of the metric. Valid values:
1319
+ * The metric type. Valid values:
1320
1320
  *
1321
- * * system: system metrics of CloudMonitor
1322
- * * custom: custom metrics that are reported to CloudMonitor
1321
+ * * system: system metrics of CloudMonitor.
1322
+ * * custom: custom metrics that are reported to CloudMonitor.
1323
1323
  *
1324
1324
  * @example
1325
1325
  * system
@@ -1375,11 +1375,11 @@ export declare class CreateAlarmRequest extends $tea.Model {
1375
1375
  scalingGroupId?: string;
1376
1376
  /**
1377
1377
  * @remarks
1378
- * The method that is used to aggregate statistics for the metric. Valid values:
1378
+ * The method that you want to use to aggregate the metric data. Valid values:
1379
1379
  *
1380
- * * Average
1381
- * * Minimum
1382
- * * Maximum
1380
+ * * Average: the average value.
1381
+ * * Minimum: the minimum value.
1382
+ * * Maximum: the maximum value.
1383
1383
  *
1384
1384
  * Default value: Average.
1385
1385
  *
@@ -1451,6 +1451,8 @@ export declare class CreateAlarmResponse extends $tea.Model {
1451
1451
  export declare class CreateDiagnoseReportRequest extends $tea.Model {
1452
1452
  /**
1453
1453
  * @remarks
1454
+ * The region ID of the scaling group.
1455
+ *
1454
1456
  * This parameter is required.
1455
1457
  *
1456
1458
  * @example
@@ -1459,6 +1461,8 @@ export declare class CreateDiagnoseReportRequest extends $tea.Model {
1459
1461
  regionId?: string;
1460
1462
  /**
1461
1463
  * @remarks
1464
+ * The ID of the scaling group.
1465
+ *
1462
1466
  * This parameter is required.
1463
1467
  *
1464
1468
  * @example
@@ -1477,13 +1481,16 @@ export declare class CreateDiagnoseReportRequest extends $tea.Model {
1477
1481
  }
1478
1482
  export declare class CreateDiagnoseReportResponseBody extends $tea.Model {
1479
1483
  /**
1484
+ * @remarks
1485
+ * The unique ID of the diagnostic report.
1486
+ *
1480
1487
  * @example
1481
1488
  * dr-uf6enpbnri1xhcy9qc7s
1482
1489
  */
1483
1490
  reportId?: string;
1484
1491
  /**
1485
1492
  * @remarks
1486
- * Id of the request
1493
+ * The ID of the request.
1487
1494
  *
1488
1495
  * @example
1489
1496
  * 0189C6CB-07BA-5AFE-B533-D93892324774
@@ -1716,6 +1723,18 @@ export declare class CreateEciScalingConfigurationRequest extends $tea.Model {
1716
1723
  * 20
1717
1724
  */
1718
1725
  ephemeralStorage?: number;
1726
+ /**
1727
+ * @remarks
1728
+ * The version of the GPU driver. Valid values:
1729
+ *
1730
+ * * tesla=470.82.01 (default)
1731
+ * * tesla=525.85.12
1732
+ *
1733
+ * > You can switch the GPU driver version only for a few Elastic Compute Service (ECS) instance types. For more information, see [Specify GPU-accelerated ECS instance types to create an elastic container instance](https://help.aliyun.com/document_detail/2579486.html).
1734
+ *
1735
+ * @example
1736
+ * tesla=525.85.12
1737
+ */
1719
1738
  gpuDriverVersion?: string;
1720
1739
  /**
1721
1740
  * @remarks
@@ -2022,18 +2041,19 @@ export declare class CreateLifecycleHookRequest extends $tea.Model {
2022
2041
  lifecycleTransition?: string;
2023
2042
  /**
2024
2043
  * @remarks
2025
- * The Alibaba Cloud Resource Name (ARN) of the notification method that is used by Auto Scaling to send notifications when the lifecycle hook takes effect. If you do not specify this parameter, no notification is sent when the lifecycle hook takes effect. If you specify this parameter, the following rules apply:
2044
+ * The Alibaba Cloud Resource Name (ARN) of the notification recipient. If you do not specify this parameter, no notification is sent when the lifecycle hook takes effect. If you specify this parameter, the value must be in one of the following formats:
2026
2045
  *
2027
- * * If you use a Message Service (MNS) queue as the notification method, specify the value in the acs:mns:{region-id}:{account-id}:queue/{queuename} format.
2028
- * * If you use an MNS topic as the notification method, specify the value in the acs:mns:{region-id}:{account-id}:topic/{topicname} format.
2029
- * * If you use an OOS template as the notification method, specify the value in the acs:oos:{region-id}:{account-id}:template/{templatename} format.
2046
+ * * If you specify a Simple Message Queue (SMQ, formerly MNS) as the notification recipient, specify the value in the acs:mns:{region-id}:{account-id}:queue/{queuename} format.
2047
+ * * If you specify an SMQ topic as the notification recipient, specify the value in the acs:mns:{region-id}:{account-id}:topic/{topicname} format.
2048
+ * * If you specify a CloudOps Orchestration Service (OOS) template as the notification recipient, specify the value in the acs:oos:{region-id}:{account-id}:template/{templatename} format.
2049
+ * * If you specify an event bus as the notification recipient, specify the value in the acs:eventbridge:{region-id}:{account-id}:eventbus/default format.
2030
2050
  *
2031
- * The variables in the preceding parameter formats have the following meanings:
2051
+ * The variables in the preceding value formats have the following meanings:
2032
2052
  *
2033
- * * region-id: the region ID of the scaling group.
2034
- * * account-id: the ID of the Alibaba Cloud account. The ID of the RAM user is not supported.
2035
- * * queuename: the name of the MNS queue.
2036
- * * topicname: the name of the MNS topic.
2053
+ * * region-id: the region ID of your scaling group.
2054
+ * * account-id: the ID of the Alibaba Cloud account. IDs of Resource Access Management (RAM) users are not supported.
2055
+ * * queuename: the name of the SMQ queue.
2056
+ * * topicname: the name of the SMQ topic.
2037
2057
  * * templatename: the name of the OOS template.
2038
2058
  *
2039
2059
  * @example
@@ -2130,15 +2150,15 @@ export declare class CreateNotificationConfigurationRequest extends $tea.Model {
2130
2150
  * The Alibaba Cloud Resource Name (ARN) of the notification recipient. The following list describes the value formats of this parameter:
2131
2151
  *
2132
2152
  * * If you specify CloudMonitor as the notification recipient, specify the value in the `acs:ess:{region-id}:{account-id}:cloudmonitor` format.
2133
- * * If you specify an MNS queue as the notification recipient, specify the value in the `acs:mns:{region-id}:{account-id}:queue/{queuename}` format.
2134
- * * If you specify an MNS topic as the notification recipient, specify the value in the `acs:mns:{region-id}:{account-id}:topic/{topicname}` format.
2153
+ * * If you specify an SMQ queue as the notification recipient, specify the value in the `acs:mns:{region-id}:{account-id}:queue/{queuename}` format.
2154
+ * * If you specify an SMQ topic as the notification recipient, specify the value in the `acs:mns:{region-id}:{account-id}:topic/{topicname}` format.
2135
2155
  *
2136
2156
  * The variables in the preceding formats have the following meanings:
2137
2157
  *
2138
2158
  * * `region-id`: the region ID of the scaling group.
2139
2159
  * * `account-id`: the ID of the Alibaba Cloud account.
2140
- * * `queuename`: the name of the MNS queue.
2141
- * * `topicname`: the name of the MNS topic.
2160
+ * * `queuename`: the name of the SMQ queue.
2161
+ * * `topicname`: the name of the SMQ topic.
2142
2162
  *
2143
2163
  * This parameter is required.
2144
2164
  *
@@ -2346,7 +2366,35 @@ export declare class CreateScalingConfigurationRequest extends $tea.Model {
2346
2366
  * hpc-clusterid
2347
2367
  */
2348
2368
  hpcClusterId?: string;
2369
+ /**
2370
+ * @remarks
2371
+ * Specifies whether to enable the access channel for instance metadata. Valid values:
2372
+ *
2373
+ * * enabled
2374
+ * * disabled
2375
+ *
2376
+ * Default value: enabled.
2377
+ *
2378
+ * > For information about instance metadata, see [Obtain instance metadata](https://help.aliyun.com/document_detail/108460.html).
2379
+ *
2380
+ * @example
2381
+ * enabled
2382
+ */
2349
2383
  httpEndpoint?: string;
2384
+ /**
2385
+ * @remarks
2386
+ * Specifies whether to forcibly use the security hardening mode (IMDSv2) to access instance metadata. Valid values:
2387
+ *
2388
+ * * optional: does not forcibly use the security hardening mode (IMDSv2).
2389
+ * * required: forcibly uses the security hardening mode (IMDSv2). If you set this parameter to required, you cannot access instance metadata in normal mode.
2390
+ *
2391
+ * Default value: optional.
2392
+ *
2393
+ * > For more information about instance metadata access modes, see [Access modes of instance metadata](https://help.aliyun.com/document_detail/108460.html).
2394
+ *
2395
+ * @example
2396
+ * optional
2397
+ */
2350
2398
  httpTokens?: string;
2351
2399
  /**
2352
2400
  * @remarks
@@ -2392,7 +2440,7 @@ export declare class CreateScalingConfigurationRequest extends $tea.Model {
2392
2440
  instanceName?: string;
2393
2441
  /**
2394
2442
  * @remarks
2395
- * The information about the intelligent configuration settings, which determine the available instance types.
2443
+ * The intelligent configuration settings, which determine the available instance types.
2396
2444
  */
2397
2445
  instancePatternInfos?: CreateScalingConfigurationRequestInstancePatternInfos[];
2398
2446
  /**
@@ -2430,9 +2478,10 @@ export declare class CreateScalingConfigurationRequest extends $tea.Model {
2430
2478
  internetChargeType?: string;
2431
2479
  /**
2432
2480
  * @remarks
2433
- * The maximum inbound public bandwidth. Unit: Mbit/s. Valid values: 1 to 200.
2481
+ * The maximum inbound public bandwidth. Unit: Mbit/s. Valid values:
2434
2482
  *
2435
- * Default value: 200 This parameter is not used for billing because inbound traffic to instances is free of charge.
2483
+ * * If the purchased outbound public bandwidth is less than or equal to 10 Mbit/s, the valid values of this parameter are 1 to 10, and the default value is 10.
2484
+ * * If the purchased outbound public bandwidth is greater than 10 Mbit/s, the valid values of this parameter are 1 to the value of `InternetMaxBandwidthOut`, and the default value is the value of `InternetMaxBandwidthOut`.
2436
2485
  *
2437
2486
  * @example
2438
2487
  * 100
@@ -2440,10 +2489,9 @@ export declare class CreateScalingConfigurationRequest extends $tea.Model {
2440
2489
  internetMaxBandwidthIn?: number;
2441
2490
  /**
2442
2491
  * @remarks
2443
- * The maximum outbound public bandwidth. Unit: Mbit/s. Valid values:
2492
+ * The maximum outbound public bandwidth. Unit: Mbit/s. Valid values: 0 to 100.
2444
2493
  *
2445
- * * Valid values if you set InternetChargeType to PayByBandwidth: 0 to 100. If you leave this parameter empty, this parameter is automatically set to 0.
2446
- * * Valid values if you set InternetChargeType to PayByTraffic: 0 to 100. If you leave this parameter empty, an error is returned.
2494
+ * Default value: 0.
2447
2495
  *
2448
2496
  * @example
2449
2497
  * 50
@@ -2834,7 +2882,35 @@ export declare class CreateScalingConfigurationShrinkRequest extends $tea.Model
2834
2882
  * hpc-clusterid
2835
2883
  */
2836
2884
  hpcClusterId?: string;
2885
+ /**
2886
+ * @remarks
2887
+ * Specifies whether to enable the access channel for instance metadata. Valid values:
2888
+ *
2889
+ * * enabled
2890
+ * * disabled
2891
+ *
2892
+ * Default value: enabled.
2893
+ *
2894
+ * > For information about instance metadata, see [Obtain instance metadata](https://help.aliyun.com/document_detail/108460.html).
2895
+ *
2896
+ * @example
2897
+ * enabled
2898
+ */
2837
2899
  httpEndpoint?: string;
2900
+ /**
2901
+ * @remarks
2902
+ * Specifies whether to forcibly use the security hardening mode (IMDSv2) to access instance metadata. Valid values:
2903
+ *
2904
+ * * optional: does not forcibly use the security hardening mode (IMDSv2).
2905
+ * * required: forcibly uses the security hardening mode (IMDSv2). If you set this parameter to required, you cannot access instance metadata in normal mode.
2906
+ *
2907
+ * Default value: optional.
2908
+ *
2909
+ * > For more information about instance metadata access modes, see [Access modes of instance metadata](https://help.aliyun.com/document_detail/108460.html).
2910
+ *
2911
+ * @example
2912
+ * optional
2913
+ */
2838
2914
  httpTokens?: string;
2839
2915
  /**
2840
2916
  * @remarks
@@ -2880,7 +2956,7 @@ export declare class CreateScalingConfigurationShrinkRequest extends $tea.Model
2880
2956
  instanceName?: string;
2881
2957
  /**
2882
2958
  * @remarks
2883
- * The information about the intelligent configuration settings, which determine the available instance types.
2959
+ * The intelligent configuration settings, which determine the available instance types.
2884
2960
  */
2885
2961
  instancePatternInfos?: CreateScalingConfigurationShrinkRequestInstancePatternInfos[];
2886
2962
  /**
@@ -2918,9 +2994,10 @@ export declare class CreateScalingConfigurationShrinkRequest extends $tea.Model
2918
2994
  internetChargeType?: string;
2919
2995
  /**
2920
2996
  * @remarks
2921
- * The maximum inbound public bandwidth. Unit: Mbit/s. Valid values: 1 to 200.
2997
+ * The maximum inbound public bandwidth. Unit: Mbit/s. Valid values:
2922
2998
  *
2923
- * Default value: 200 This parameter is not used for billing because inbound traffic to instances is free of charge.
2999
+ * * If the purchased outbound public bandwidth is less than or equal to 10 Mbit/s, the valid values of this parameter are 1 to 10, and the default value is 10.
3000
+ * * If the purchased outbound public bandwidth is greater than 10 Mbit/s, the valid values of this parameter are 1 to the value of `InternetMaxBandwidthOut`, and the default value is the value of `InternetMaxBandwidthOut`.
2924
3001
  *
2925
3002
  * @example
2926
3003
  * 100
@@ -2928,10 +3005,9 @@ export declare class CreateScalingConfigurationShrinkRequest extends $tea.Model
2928
3005
  internetMaxBandwidthIn?: number;
2929
3006
  /**
2930
3007
  * @remarks
2931
- * The maximum outbound public bandwidth. Unit: Mbit/s. Valid values:
3008
+ * The maximum outbound public bandwidth. Unit: Mbit/s. Valid values: 0 to 100.
2932
3009
  *
2933
- * * Valid values if you set InternetChargeType to PayByBandwidth: 0 to 100. If you leave this parameter empty, this parameter is automatically set to 0.
2934
- * * Valid values if you set InternetChargeType to PayByTraffic: 0 to 100. If you leave this parameter empty, an error is returned.
3010
+ * Default value: 0.
2935
3011
  *
2936
3012
  * @example
2937
3013
  * 50
@@ -3279,6 +3355,10 @@ export declare class CreateScalingGroupRequest extends $tea.Model {
3279
3355
  * false
3280
3356
  */
3281
3357
  azBalance?: boolean;
3358
+ /**
3359
+ * @remarks
3360
+ * The capacity options.
3361
+ */
3282
3362
  capacityOptions?: CreateScalingGroupRequestCapacityOptions;
3283
3363
  /**
3284
3364
  * @remarks
@@ -3976,9 +4056,9 @@ export declare class CreateScalingRuleRequest extends $tea.Model {
3976
4056
  * * SimpleScalingRule: a simple scaling rule. After you execute a simple scaling rule, Auto Scaling adjusts the number of ECS instances or elastic container instances in the scaling group based on the values of AdjustmentType and AdjustmentValue.
3977
4057
  * * TargetTrackingScalingRule: a target tracking scaling rule. After you execute a target tracking scaling rule, Auto Scaling dynamically calculates the number of ECS instances or elastic container instances to scale based on the predefined metric (MetricName) and attempts to maintain the metric value close to the expected value (TargetValue).
3978
4058
  * * StepScalingRule: a step scaling rule. After you execute a step scaling rule, Auto Scaling scales instances step by step based on the predefined thresholds and metric values.
3979
- * * PredictiveScalingRule: uses machine learning to analyze historical monitoring data of the scaling group and predicts the future values of metrics. In addition, Auto Scaling automatically creates scheduled tasks to specify the value range for the scaling group.
4059
+ * * PredictiveScalingRule: a predictive scaling rule. After you execute a predictive scaling rule, Auto Scaling uses machine learning to analyze historical monitoring data of the scaling group and predicts the future values of metrics. In addition, Auto Scaling automatically creates scheduled tasks to specify the value range for the scaling group.
3980
4060
  *
3981
- * Default value: SimpleScalingRule
4061
+ * Default value: SimpleScalingRule.
3982
4062
  *
3983
4063
  * @example
3984
4064
  * SimpleScalingRule
@@ -4551,18 +4631,18 @@ export declare class DeleteLifecycleHookResponse extends $tea.Model {
4551
4631
  export declare class DeleteNotificationConfigurationRequest extends $tea.Model {
4552
4632
  /**
4553
4633
  * @remarks
4554
- * The Alibaba Cloud Resource Name (ARN) of the notification method. The following list describes the value formats of this parameter:
4634
+ * The Alibaba Cloud Resource Name (ARN) of the notification recipient. Specify the value in one of the following formats:
4555
4635
  *
4556
- * * If you use CloudMonitor as the notification party, the value format of this parameter is acs:ess:{region-id}:{account-id}:cloudmonitor.
4557
- * * If you use an MNS queue as the notification party, the value format of this parameter is acs:mns:{region-id}:{account-id}:queue/{queuename}.
4558
- * * If you use an MNS topic as the notification party, the value format of this parameter is acs:mns:{region-id}:{account-id}:topic/{topicname}.
4636
+ * * If you specify CloudMonitor as the notification recipient, specify the value in the acs:ess:{region-id}:{account-id}:cloudmonitor format.
4637
+ * * If you specify a Simple Message Queue (SMQ, formerly MNS) queue as the notification recipient, specify the value in the acs:mns:{region-id}:{account-id}:queue/{queuename} format.
4638
+ * * If you specify an SMQ queue as the notification recipient, specify the value in the acs:mns:{region-id}:{account-id}:topic/{topicname} format.
4559
4639
  *
4560
- * The variables in the preceding formats have the following meanings:
4640
+ * The variables in the preceding value formats have the following meanings:
4561
4641
  *
4562
4642
  * * region-id: the region ID of the scaling group.
4563
- * * account-id: the ID of the Alibaba Cloud account.
4564
- * * queuename: the name of the MNS queue.
4565
- * * topicname: the name of the MNS topic.
4643
+ * * account-id: the ID of your Alibaba Cloud cloud.
4644
+ * * queuename: the name of the SMQ queue.
4645
+ * * topicname: the name of the SMQ topic.
4566
4646
  *
4567
4647
  * This parameter is required.
4568
4648
  *
@@ -5152,26 +5232,40 @@ export declare class DescribeAlertConfigurationResponse extends $tea.Model {
5152
5232
  }
5153
5233
  export declare class DescribeDiagnoseReportsRequest extends $tea.Model {
5154
5234
  /**
5235
+ * @remarks
5236
+ * The page number.
5237
+ *
5155
5238
  * @example
5156
5239
  * 1
5157
5240
  */
5158
5241
  pageNumber?: number;
5159
5242
  /**
5243
+ * @remarks
5244
+ * The number of entries per page.
5245
+ *
5160
5246
  * @example
5161
5247
  * 10
5162
5248
  */
5163
5249
  pageSize?: number;
5164
5250
  /**
5165
5251
  * @remarks
5252
+ * The region ID of the scaling group.
5253
+ *
5166
5254
  * This parameter is required.
5167
5255
  *
5168
5256
  * @example
5169
5257
  * cn-shenzhen
5170
5258
  */
5171
5259
  regionId?: string;
5260
+ /**
5261
+ * @remarks
5262
+ * The IDs of the diagnostic reports. You can specify at most 20 IDs.
5263
+ */
5172
5264
  reportIds?: string[];
5173
5265
  /**
5174
5266
  * @remarks
5267
+ * The ID of the scaling group.
5268
+ *
5175
5269
  * This parameter is required.
5176
5270
  *
5177
5271
  * @example
@@ -5190,25 +5284,38 @@ export declare class DescribeDiagnoseReportsRequest extends $tea.Model {
5190
5284
  }
5191
5285
  export declare class DescribeDiagnoseReportsResponseBody extends $tea.Model {
5192
5286
  /**
5287
+ * @remarks
5288
+ * The page number.
5289
+ *
5193
5290
  * @example
5194
5291
  * 1
5195
5292
  */
5196
5293
  pageNumber?: number;
5197
5294
  /**
5295
+ * @remarks
5296
+ * The number of entries per page.
5297
+ *
5198
5298
  * @example
5199
5299
  * 10
5200
5300
  */
5201
5301
  pageSize?: number;
5302
+ /**
5303
+ * @remarks
5304
+ * The diagnostic reports.
5305
+ */
5202
5306
  reports?: DescribeDiagnoseReportsResponseBodyReports[];
5203
5307
  /**
5204
5308
  * @remarks
5205
- * Id of the request
5309
+ * The ID of the request.
5206
5310
  *
5207
5311
  * @example
5208
5312
  * ECA123C6-107B-5F70-A177-740A7224C996
5209
5313
  */
5210
5314
  requestId?: string;
5211
5315
  /**
5316
+ * @remarks
5317
+ * The total number of diagnostic reports.
5318
+ *
5212
5319
  * @example
5213
5320
  * 5
5214
5321
  */
@@ -5490,14 +5597,30 @@ export declare class DescribeEciScalingConfigurationsResponse extends $tea.Model
5490
5597
  }
5491
5598
  export declare class DescribeElasticStrengthRequest extends $tea.Model {
5492
5599
  dataDiskCategories?: string[];
5600
+ /**
5601
+ * @example
5602
+ * CentOS7
5603
+ */
5493
5604
  imageFamily?: string;
5605
+ /**
5606
+ * @example
5607
+ * centos6u5_64_20G_aliaegis****.vhd
5608
+ */
5494
5609
  imageId?: string;
5610
+ /**
5611
+ * @example
5612
+ * ubuntu_18_04_x64_20G_alibase_20231225.vhd
5613
+ */
5495
5614
  imageName?: string;
5496
5615
  /**
5497
5616
  * @remarks
5498
5617
  * The instance types. The instance types specified by this parameter overwrite the instance types specified in the scaling configuration.
5499
5618
  */
5500
5619
  instanceTypes?: string[];
5620
+ /**
5621
+ * @example
5622
+ * 1
5623
+ */
5501
5624
  ipv6AddressCount?: number;
5502
5625
  /**
5503
5626
  * @remarks
@@ -5536,6 +5659,10 @@ export declare class DescribeElasticStrengthRequest extends $tea.Model {
5536
5659
  * The IDs of the scaling groups that you want to query.
5537
5660
  */
5538
5661
  scalingGroupIds?: string[];
5662
+ /**
5663
+ * @example
5664
+ * NoSpot
5665
+ */
5539
5666
  spotStrategy?: string;
5540
5667
  /**
5541
5668
  * @remarks
@@ -5561,7 +5688,7 @@ export declare class DescribeElasticStrengthRequest extends $tea.Model {
5561
5688
  export declare class DescribeElasticStrengthResponseBody extends $tea.Model {
5562
5689
  /**
5563
5690
  * @remarks
5564
- * The scaling strength models.
5691
+ * The scaling strengths of scaling configurations that are queried at the same time.
5565
5692
  */
5566
5693
  elasticStrengthModels?: DescribeElasticStrengthResponseBodyElasticStrengthModels[];
5567
5694
  /**
@@ -5924,7 +6051,7 @@ export declare class DescribeLifecycleHooksRequest extends $tea.Model {
5924
6051
  export declare class DescribeLifecycleHooksResponseBody extends $tea.Model {
5925
6052
  /**
5926
6053
  * @remarks
5927
- * The details of the lifecycle hooks.
6054
+ * Details about the lifecycle hooks.
5928
6055
  */
5929
6056
  lifecycleHooks?: DescribeLifecycleHooksResponseBodyLifecycleHooks[];
5930
6057
  /**
@@ -6301,13 +6428,12 @@ export declare class DescribeNotificationTypesResponse extends $tea.Model {
6301
6428
  export declare class DescribePatternTypesRequest extends $tea.Model {
6302
6429
  /**
6303
6430
  * @remarks
6304
- * The architectures of instance types. Valid values:
6431
+ * The architecture types of the instance types. Valid values:
6305
6432
  *
6306
- * * X86: x86
6307
- * * Heterogeneous: heterogeneous computing, such as GPU-accelerated or FPGA-accelerated
6308
- * * BareMetal: ECS Bare Metal Instance
6309
- * * Arm: Arm
6310
- * * SuperComputeCluster: Super Computing Cluster
6433
+ * * X86: x86 architecture.
6434
+ * * Heterogeneous: heterogeneous computing, such as GPU-accelerated or FPGA-accelerated.
6435
+ * * BareMetal: ECS Bare Metal Instance.
6436
+ * * Arm: Arm.
6311
6437
  *
6312
6438
  * By default, all values are selected.
6313
6439
  */
@@ -6365,24 +6491,23 @@ export declare class DescribePatternTypesRequest extends $tea.Model {
6365
6491
  gpuSpecs?: string[];
6366
6492
  /**
6367
6493
  * @remarks
6368
- * The categories of the instance types. Valid values:
6369
- *
6370
- * * General-purpose
6371
- * * Compute-optimized
6372
- * * Memory-optimized
6373
- * * Big data
6374
- * * Local SSDs
6375
- * * High Clock Speed
6376
- * * Enhanced
6377
- * * Shared
6378
- * * Compute-optimized with GPU
6379
- * * Visual Compute-optimized
6380
- * * Heterogeneous Service
6381
- * * Compute-optimized with FPGA
6382
- * * Compute-optimized with NPU
6383
- * * ECS Bare Metal
6384
- * * Super Computing Cluster
6385
- * * High Performance Compute
6494
+ * The classifications of the instance types. Valid values:
6495
+ *
6496
+ * * General-purpose: general-purpose instance type.
6497
+ * * Compute-optimized: compute-optimized instance type.
6498
+ * * Memory-optimized: memory-optimized instance type.
6499
+ * * Big data: big data instance type.
6500
+ * * Local SSDs: instance type with local SSDs.
6501
+ * * High Clock Speed: instance type with high clock speeds.
6502
+ * * Enhanced: enhanced instance type.
6503
+ * * Shared: shared instance type.
6504
+ * * Compute-optimized with GPU: GPU-accelerated compute-optimized instance type.
6505
+ * * Visual Compute-optimized: visual compute-optimized instance type.
6506
+ * * Heterogeneous Service: heterogeneous service instance type.
6507
+ * * Compute-optimized with FPGA: FPGA-accelerated compute-optimized instance type.
6508
+ * * Compute-optimized with NPU: NPU-accelerated compute-optimized instance type.
6509
+ * * ECS Bare Metal: ECS Bare Metal Instance type.
6510
+ * * High Performance Compute: HPC-optimized instance type.
6386
6511
  */
6387
6512
  instanceCategories?: string[];
6388
6513
  /**
@@ -6545,6 +6670,10 @@ export declare class DescribePatternTypesRequest extends $tea.Model {
6545
6670
  * The IDs of the vSwitches.
6546
6671
  */
6547
6672
  vSwitchId?: string[];
6673
+ /**
6674
+ * @remarks
6675
+ * The zone IDs. If you pass vSwitch IDs to the system, this parameter does not take effect.
6676
+ */
6548
6677
  zoneId?: string[];
6549
6678
  static names(): {
6550
6679
  [key: string]: string;
@@ -6666,6 +6795,9 @@ export declare class DescribeRegionsResponse extends $tea.Model {
6666
6795
  }
6667
6796
  export declare class DescribeScalingActivitiesRequest extends $tea.Model {
6668
6797
  /**
6798
+ * @remarks
6799
+ * The ID of the instance refresh task. If you specify this parameter, this operation returns the list of scaling activities associated with the instance refresh task.
6800
+ *
6669
6801
  * @example
6670
6802
  * ir-a12ds234fasd*****
6671
6803
  */
@@ -6836,7 +6968,7 @@ export declare class DescribeScalingActivityDetailRequest extends $tea.Model {
6836
6968
  export declare class DescribeScalingActivityDetailResponseBody extends $tea.Model {
6837
6969
  /**
6838
6970
  * @remarks
6839
- * The details of the scaling activity. If the status of the scaling activity is Rejected, no result is displayed.
6971
+ * The details of the scaling activity. The result of a scaling activity is either successful or failed. If the scaling activity is rejected, no scaling activity details are returned.
6840
6972
  *
6841
6973
  * @example
6842
6974
  * new ECS instances \\"i-bp16t2cgmiiymeqv****\\" are created.
@@ -7732,11 +7864,24 @@ export declare class DescribeScheduledTasksRequest extends $tea.Model {
7732
7864
  */
7733
7865
  pageSize?: number;
7734
7866
  /**
7867
+ * @remarks
7868
+ * The interval at which scheduled task N is repeatedly executed. Valid values:
7869
+ *
7870
+ * * Daily: Scheduled task N is executed once every specified number of days.
7871
+ * * Weekly: Scheduled task N is executed on each specified day of a week.
7872
+ * * Monthly: Scheduled task N is executed on each specified day of a month.
7873
+ * * Cron: Scheduled task N is executed based on the specified Cron expression.
7874
+ *
7735
7875
  * @example
7736
7876
  * Weekly
7737
7877
  */
7738
7878
  recurrenceType?: string;
7739
7879
  /**
7880
+ * @remarks
7881
+ * The number of times scheduled task N is repeatedly executed.
7882
+ *
7883
+ * You can specify this parameter only if you set RecurrenceType to Weekly. Separate multiple values with commas (,). The values that correspond to Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, and Saturday are 0, 1, 2, 3, 4, 5, and 6.
7884
+ *
7740
7885
  * @example
7741
7886
  * 1,2,3
7742
7887
  */
@@ -7777,11 +7922,20 @@ export declare class DescribeScheduledTasksRequest extends $tea.Model {
7777
7922
  */
7778
7923
  scheduledTaskNames?: string[];
7779
7924
  /**
7925
+ * @remarks
7926
+ * Specifies whether scheduled task N is enabled.
7927
+ *
7928
+ * * true
7929
+ * * false
7930
+ *
7780
7931
  * @example
7781
7932
  * true
7782
7933
  */
7783
7934
  taskEnabled?: boolean;
7784
7935
  /**
7936
+ * @remarks
7937
+ * The name of scheduled task N. Fuzzy search based on keywords is supported.
7938
+ *
7785
7939
  * @example
7786
7940
  * scheduled****
7787
7941
  */
@@ -7880,7 +8034,7 @@ export declare class DetachAlbServerGroupsRequest extends $tea.Model {
7880
8034
  clientToken?: string;
7881
8035
  /**
7882
8036
  * @remarks
7883
- * Specifies whether to remove the existing ECS instances from the ALB server group. Valid values:
8037
+ * Specifies whether to remove the existing Elastic Compute Service (ECS) instances from the Application Load Balancer (ALB) server group marked for detachment. Valid values:
7884
8038
  *
7885
8039
  * * true: removes the existing ECS instances from the ALB server group and returns the value of `ScalingActivityId`. You can query the value of ScalingActivityId to check whether the existing ECS instances are removed from the ALB server group.
7886
8040
  * * false: does not remove the existing ECS instances from the ALB server group.
@@ -7969,9 +8123,9 @@ export declare class DetachAlbServerGroupsResponse extends $tea.Model {
7969
8123
  export declare class DetachDBInstancesRequest extends $tea.Model {
7970
8124
  /**
7971
8125
  * @remarks
7972
- * The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must ensure that the value is unique among different requests.
8126
+ * The client token that is used to ensure the idempotence of the request.
7973
8127
  *
7974
- * The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How to ensure idempotence](https://help.aliyun.com/document_detail/25965.html).
8128
+ * 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](https://help.aliyun.com/document_detail/25965.html).
7975
8129
  *
7976
8130
  * @example
7977
8131
  * 123e4567-e89b-12d3-a456-42665544****
@@ -8008,7 +8162,10 @@ export declare class DetachDBInstancesRequest extends $tea.Model {
8008
8162
  regionId?: string;
8009
8163
  /**
8010
8164
  * @remarks
8011
- * This parameter takes effect only for databases whose AttachMode is set to SecurityGroup. If you set this parameter to true, Auto Scaling removes the security group ID of the active scaling configuration from the security group whitelist of the database that you want to detach from the scaling group.
8165
+ * Specifies whether to remove the security group. This parameter takes effect only if you set `AttachMode` to `SecurityGroup`. Valid values:
8166
+ *
8167
+ * * true
8168
+ * * false
8012
8169
  *
8013
8170
  * Default value: false.
8014
8171
  *
@@ -8236,7 +8393,7 @@ export declare class DetachLoadBalancersRequest extends $tea.Model {
8236
8393
  clientToken?: string;
8237
8394
  /**
8238
8395
  * @remarks
8239
- * Specifies whether to remove Elastic Compute Service (ECS) instances in the scaling group from the backend server groups of the CLB instance. Valid values:
8396
+ * Specifies whether to remove Elastic Compute Service (ECS) instances in the scaling group from the backend server groups of the Server Load Balancer (SLB) instance. Valid values:
8240
8397
  *
8241
8398
  * * true
8242
8399
  * * false
@@ -9610,10 +9767,10 @@ export declare class ModifyAlarmRequest extends $tea.Model {
9610
9767
  metricName?: string;
9611
9768
  /**
9612
9769
  * @remarks
9613
- * The type of the metric. Valid values:
9770
+ * The metric type. Valid values:
9614
9771
  *
9615
9772
  * * system: system metrics of CloudMonitor
9616
- * * custom: custom metrics that are reported to CloudMonitor
9773
+ * * custom: custom metrics that are reported to CloudMonitor.
9617
9774
  *
9618
9775
  * @example
9619
9776
  * system
@@ -10017,6 +10174,18 @@ export declare class ModifyEciScalingConfigurationRequest extends $tea.Model {
10017
10174
  * 20
10018
10175
  */
10019
10176
  ephemeralStorage?: number;
10177
+ /**
10178
+ * @remarks
10179
+ * The version of the GPU driver. Valid values:
10180
+ *
10181
+ * * tesla=470.82.01 (default)
10182
+ * * tesla=525.85.12
10183
+ *
10184
+ * > You can switch the GPU driver version only for a few Elastic Compute Service (ECS) instance types. For more information, see [Specify GPU-accelerated ECS instance types to create an elastic container instance](https://help.aliyun.com/document_detail/2579486.html).
10185
+ *
10186
+ * @example
10187
+ * tesla=525.85.12
10188
+ */
10020
10189
  gpuDriverVersion?: string;
10021
10190
  /**
10022
10191
  * @remarks
@@ -10416,18 +10585,19 @@ export declare class ModifyLifecycleHookRequest extends $tea.Model {
10416
10585
  lifecycleTransition?: string;
10417
10586
  /**
10418
10587
  * @remarks
10419
- * The Alibaba Cloud Resource Name (ARN) of the notification method. Specify the value in one of the following formats:
10588
+ * The Alibaba Cloud Resource Name (ARN) of the notification recipient. Specify the value in one of the following formats:
10420
10589
  *
10421
- * * If the notification method is a Message Service (MNS) queue, specify the value in the acs:mns:{region-id}:{account-id}:queue/{queuename} format.
10422
- * * If the notification method is an MNS topic, specify the value in the acs:mns:{region-id}:{account-id}:topic/{topicname} format.
10423
- * * If the notification method is an Operation Orchestration Service (OOS) template, specify the value in the acs:oos:{region-id}:{account-id}:template/{templatename} format.
10590
+ * * If you specify a Simple Message Queue (SMQ, formerly MNS) as the notification recipient, specify the value in the acs:mns:{region-id}:{account-id}:queue/{queuename} format.
10591
+ * * If you specify an SMQ topic as the notification recipient, specify the value in the acs:mns:{region-id}:{account-id}:topic/{topicname} format.
10592
+ * * If you specify a CloudOps Orchestration Service (OOS) template as the notification recipient, specify the value in the acs:oos:{region-id}:{account-id}:template/{templatename} format.
10593
+ * * If you specify an event bus as the notification recipient, specify the value in the acs:eventbridge:{region-id}:{account-id}:eventbus/default format.
10424
10594
  *
10425
- * The variables in the preceding parameter formats have the following meanings:
10595
+ * The variables in the preceding value formats have the following meanings:
10426
10596
  *
10427
- * * region-id: the region ID of the scaling group.
10428
- * * account-id: the ID of the Alibaba Cloud account.
10429
- * * queuename: the name of the MNS queue.
10430
- * * topicname: the name of the MNS topic.
10597
+ * * region-id: the region ID of your scaling group.
10598
+ * * account-id: the ID of your Alibaba Cloud account.
10599
+ * * queuename: the name of the SMQ queue.
10600
+ * * topicname: the name of the SMQ topic.
10431
10601
  * * templatename: the name of the OOS template.
10432
10602
  *
10433
10603
  * @example
@@ -10511,18 +10681,18 @@ export declare class ModifyLifecycleHookResponse extends $tea.Model {
10511
10681
  export declare class ModifyNotificationConfigurationRequest extends $tea.Model {
10512
10682
  /**
10513
10683
  * @remarks
10514
- * The Alibaba Cloud Resource Name (ARN) of the notification method. The following list describes the value formats of this parameter:
10684
+ * The Alibaba Cloud Resource Name (ARN) of the notification recipient. The following list describes the value formats of this parameter:
10515
10685
  *
10516
- * * If you use CloudMonitor as the notification method, specify the value in the `acs:ess:{region-id}:{account-id}:cloudmonitor` format.
10517
- * * If you use an MNS queue as the notification method, specify the value in the `acs:mns:{region-id}:{account-id}:queue/{queuename}` format.
10518
- * * If you use an MNS topic as the notification method, specify the value in the `acs:mns:{region-id}:{account-id}:topic/{topicname}` format.
10686
+ * * If you specify CloudMonitor as the notification recipient, specify the value in the `acs:ess:{region-id}:{account-id}:cloudmonitor` format.
10687
+ * * If you specify a Simple Message Queue (SMQ) queue as the notification recipient, specify the value in the `acs:mns:{region-id}:{account-id}:queue/{queuename}` format.
10688
+ * * If you specify an SMQ topic as the notification recipient, specify the value in the `acs:mns:{region-id}:{account-id}:topic/{topicname}` format.
10519
10689
  *
10520
- * The variables in the preceding formats have the following meanings:
10690
+ * The variables in the preceding value formats have the following meanings:
10521
10691
  *
10522
10692
  * * region-id: the region ID of your scaling group.
10523
- * * account-id: the ID of your Alibaba Cloud.
10524
- * * queuename: the name of the MNS queue.
10525
- * * topicname: the name of the MNS topic.
10693
+ * * account-id: the ID of your Alibaba Cloud account.
10694
+ * * queuename: the name of the SMQ queue.
10695
+ * * topicname: the name of the SMQ topic.
10526
10696
  *
10527
10697
  * This parameter is required.
10528
10698
  *
@@ -10724,7 +10894,35 @@ export declare class ModifyScalingConfigurationRequest extends $tea.Model {
10724
10894
  * hpc-clusterid
10725
10895
  */
10726
10896
  hpcClusterId?: string;
10897
+ /**
10898
+ * @remarks
10899
+ * Specifies whether to enable the access channel for instance metadata. Valid values:
10900
+ *
10901
+ * * enabled
10902
+ * * disabled
10903
+ *
10904
+ * Default value: enabled.
10905
+ *
10906
+ * > For information about instance metadata, see [Obtain instance metadata](https://help.aliyun.com/document_detail/108460.html).
10907
+ *
10908
+ * @example
10909
+ * enabled
10910
+ */
10727
10911
  httpEndpoint?: string;
10912
+ /**
10913
+ * @remarks
10914
+ * Specifies whether to forcibly use the security hardening mode (IMDSv2) to access instance metadata. Valid values:
10915
+ *
10916
+ * * optional: does not forcibly use the security hardening mode (IMDSv2).
10917
+ * * required: forcibly uses the security hardening mode (IMDSv2). If you set this parameter to required, you cannot access instance metadata in normal mode.
10918
+ *
10919
+ * Default value: optional.
10920
+ *
10921
+ * > For more information about instance metadata access modes, see [Access modes of instance metadata](https://help.aliyun.com/document_detail/108460.html).
10922
+ *
10923
+ * @example
10924
+ * optional
10925
+ */
10728
10926
  httpTokens?: string;
10729
10927
  /**
10730
10928
  * @remarks
@@ -10772,7 +10970,7 @@ export declare class ModifyScalingConfigurationRequest extends $tea.Model {
10772
10970
  instanceName?: string;
10773
10971
  /**
10774
10972
  * @remarks
10775
- * The information about the intelligent configuration settings, which determine the available instance types.
10973
+ * The intelligent configuration settings, which determine the available instance types.
10776
10974
  */
10777
10975
  instancePatternInfos?: ModifyScalingConfigurationRequestInstancePatternInfos[];
10778
10976
  /**
@@ -10798,13 +10996,22 @@ export declare class ModifyScalingConfigurationRequest extends $tea.Model {
10798
10996
  * PayByBandwidth
10799
10997
  */
10800
10998
  internetChargeType?: string;
10999
+ /**
11000
+ * @remarks
11001
+ * The maximum inbound public bandwidth. Unit: Mbit/s. Valid values:
11002
+ *
11003
+ * * If the purchased outbound public bandwidth is less than or equal to 10 Mbit/s, the valid values of this parameter are 1 to 10. The default value is 10.
11004
+ * * If the purchased outbound public bandwidth is greater than 10 Mbit/s, the valid values of this parameter are 1 to the value of `InternetMaxBandwidthOut`. The default value is the value of `InternetMaxBandwidthOut`.
11005
+ *
11006
+ * @example
11007
+ * 10
11008
+ */
10801
11009
  internetMaxBandwidthIn?: number;
10802
11010
  /**
10803
11011
  * @remarks
10804
- * The maximum outbound public bandwidth. Unit: Mbit/s. Valid values:
11012
+ * The maximum outbound public bandwidth. Unit: Mbit/s. Valid values: 0 to 100.
10805
11013
  *
10806
- * * If you set InternetChargeType to PayByBandwidth: 0 to 100. If you leave this parameter empty, this parameter is automatically set to 0.
10807
- * * If you set InternetChargeType to PayByTraffic: 0 to 100. If you leave this parameter empty, an error is returned.
11014
+ * Default value: 0.
10808
11015
  *
10809
11016
  * @example
10810
11017
  * 50
@@ -10867,7 +11074,7 @@ export declare class ModifyScalingConfigurationRequest extends $tea.Model {
10867
11074
  networkInterfaces?: ModifyScalingConfigurationRequestNetworkInterfaces[];
10868
11075
  /**
10869
11076
  * @remarks
10870
- * Specifies whether to override existing data. Valid values:
11077
+ * Specifies whether to overwrite existing data. Valid values:
10871
11078
  *
10872
11079
  * * true
10873
11080
  * * false
@@ -11185,7 +11392,35 @@ export declare class ModifyScalingConfigurationShrinkRequest extends $tea.Model
11185
11392
  * hpc-clusterid
11186
11393
  */
11187
11394
  hpcClusterId?: string;
11395
+ /**
11396
+ * @remarks
11397
+ * Specifies whether to enable the access channel for instance metadata. Valid values:
11398
+ *
11399
+ * * enabled
11400
+ * * disabled
11401
+ *
11402
+ * Default value: enabled.
11403
+ *
11404
+ * > For information about instance metadata, see [Obtain instance metadata](https://help.aliyun.com/document_detail/108460.html).
11405
+ *
11406
+ * @example
11407
+ * enabled
11408
+ */
11188
11409
  httpEndpoint?: string;
11410
+ /**
11411
+ * @remarks
11412
+ * Specifies whether to forcibly use the security hardening mode (IMDSv2) to access instance metadata. Valid values:
11413
+ *
11414
+ * * optional: does not forcibly use the security hardening mode (IMDSv2).
11415
+ * * required: forcibly uses the security hardening mode (IMDSv2). If you set this parameter to required, you cannot access instance metadata in normal mode.
11416
+ *
11417
+ * Default value: optional.
11418
+ *
11419
+ * > For more information about instance metadata access modes, see [Access modes of instance metadata](https://help.aliyun.com/document_detail/108460.html).
11420
+ *
11421
+ * @example
11422
+ * optional
11423
+ */
11189
11424
  httpTokens?: string;
11190
11425
  /**
11191
11426
  * @remarks
@@ -11233,7 +11468,7 @@ export declare class ModifyScalingConfigurationShrinkRequest extends $tea.Model
11233
11468
  instanceName?: string;
11234
11469
  /**
11235
11470
  * @remarks
11236
- * The information about the intelligent configuration settings, which determine the available instance types.
11471
+ * The intelligent configuration settings, which determine the available instance types.
11237
11472
  */
11238
11473
  instancePatternInfos?: ModifyScalingConfigurationShrinkRequestInstancePatternInfos[];
11239
11474
  /**
@@ -11259,13 +11494,22 @@ export declare class ModifyScalingConfigurationShrinkRequest extends $tea.Model
11259
11494
  * PayByBandwidth
11260
11495
  */
11261
11496
  internetChargeType?: string;
11497
+ /**
11498
+ * @remarks
11499
+ * The maximum inbound public bandwidth. Unit: Mbit/s. Valid values:
11500
+ *
11501
+ * * If the purchased outbound public bandwidth is less than or equal to 10 Mbit/s, the valid values of this parameter are 1 to 10. The default value is 10.
11502
+ * * If the purchased outbound public bandwidth is greater than 10 Mbit/s, the valid values of this parameter are 1 to the value of `InternetMaxBandwidthOut`. The default value is the value of `InternetMaxBandwidthOut`.
11503
+ *
11504
+ * @example
11505
+ * 10
11506
+ */
11262
11507
  internetMaxBandwidthIn?: number;
11263
11508
  /**
11264
11509
  * @remarks
11265
- * The maximum outbound public bandwidth. Unit: Mbit/s. Valid values:
11510
+ * The maximum outbound public bandwidth. Unit: Mbit/s. Valid values: 0 to 100.
11266
11511
  *
11267
- * * If you set InternetChargeType to PayByBandwidth: 0 to 100. If you leave this parameter empty, this parameter is automatically set to 0.
11268
- * * If you set InternetChargeType to PayByTraffic: 0 to 100. If you leave this parameter empty, an error is returned.
11512
+ * Default value: 0.
11269
11513
  *
11270
11514
  * @example
11271
11515
  * 50
@@ -11328,7 +11572,7 @@ export declare class ModifyScalingConfigurationShrinkRequest extends $tea.Model
11328
11572
  networkInterfaces?: ModifyScalingConfigurationShrinkRequestNetworkInterfaces[];
11329
11573
  /**
11330
11574
  * @remarks
11331
- * Specifies whether to override existing data. Valid values:
11575
+ * Specifies whether to overwrite existing data. Valid values:
11332
11576
  *
11333
11577
  * * true
11334
11578
  * * false
@@ -11600,6 +11844,10 @@ export declare class ModifyScalingGroupRequest extends $tea.Model {
11600
11844
  * false
11601
11845
  */
11602
11846
  azBalance?: boolean;
11847
+ /**
11848
+ * @remarks
11849
+ * The capacity options.
11850
+ */
11603
11851
  capacityOptions?: ModifyScalingGroupRequestCapacityOptions;
11604
11852
  /**
11605
11853
  * @remarks
@@ -12271,6 +12519,7 @@ export declare class ModifyScheduledTaskRequest extends $tea.Model {
12271
12519
  * 2
12272
12520
  */
12273
12521
  recurrenceValue?: string;
12522
+ regionId?: string;
12274
12523
  resourceOwnerAccount?: string;
12275
12524
  resourceOwnerId?: number;
12276
12525
  /**
@@ -12459,9 +12708,9 @@ export declare class RecordLifecycleActionHeartbeatRequest extends $tea.Model {
12459
12708
  resourceOwnerAccount?: string;
12460
12709
  /**
12461
12710
  * @remarks
12462
- * The time window during which the desired ECS instance stays in a Pending state. When the time window ends, Auto Scaling executes the default action. Valid values: 30 to 21600. Unit: seconds.
12711
+ * The time window during which the ECS instance stays in a Pending state. When the time window ends, Auto Scaling executes the default action. Valid values: 30 to 21600. Unit: seconds.
12463
12712
  *
12464
- * After you create a lifecycle hook, you can call this operation to extend the time window during which the desired ECS instance stays in a Pending state. You can also call the [CompleteLifecycleAction](https://help.aliyun.com/document_detail/459335.html) operation to remove the desired ECS instance from a Pending state ahead of schedule.
12713
+ * After you create a lifecycle hook, you can call this operation to extend the time window during which the ECS instance stays in a Pending state. You can also call the [CompleteLifecycleAction](https://help.aliyun.com/document_detail/459335.html) operation to remove the ECS instance from the Pending state ahead of schedule.
12465
12714
  *
12466
12715
  * Default value: 600.
12467
12716
  *
@@ -12471,9 +12720,11 @@ export declare class RecordLifecycleActionHeartbeatRequest extends $tea.Model {
12471
12720
  heartbeatTimeout?: number;
12472
12721
  /**
12473
12722
  * @remarks
12474
- * The action token of the lifecycle hook. You can obtain the token from the details page of the Message Service (MNS) queue specified for the lifecycle hook when the desired ECS instance enters a Pending state.\\
12475
- * You can also call the [DescribeLifecycleActions](https://help.aliyun.com/document_detail/459333.html) operation to obtain the action token of the lifecycle hook.\\
12476
- * If you specified an MNS topic for the lifecycle hook, you can obtain the token from the MNS topic.
12723
+ * The action token of the lifecycle hook. You can obtain the token from the details page of the Simple Message Queue (SMQ, formerly MNS) queue specified for the lifecycle hook.
12724
+ *
12725
+ * You can also call the [DescribeLifecycleActions](https://help.aliyun.com/document_detail/459333.html) operation to obtain the action token of the lifecycle hook.
12726
+ *
12727
+ * If you specified an SMQ topic for the lifecycle hook, you can obtain the token from the MNS topic.
12477
12728
  *
12478
12729
  * This parameter is required.
12479
12730
  *
@@ -12627,15 +12878,17 @@ export declare class RemoveInstancesRequest extends $tea.Model {
12627
12878
  scalingGroupId?: string;
12628
12879
  /**
12629
12880
  * @remarks
12630
- * The period of time that is required by the Elastic Compute Service (ECS) instance to enter the Stopped state during the scale-in process. Unit: seconds. Valid values: 30 to 240.
12881
+ * The period of time required by the ECS instance to enter the Stopped state. Unit: seconds. Valid values: 30 to 240.
12631
12882
  *
12632
12883
  * >
12633
12884
  *
12634
12885
  * * By default, this parameter inherits the value of StopInstanceTimeout specified in the CreateScalingGroup or ModifyScalingGroup operation. You can also specify a different value for this parameter in the RemoveInstances operation.
12635
12886
  *
12636
- * * This parameter takes effect only if you set RemovePolicy to release.\\
12637
- * If you specify this parameter, the system proceeds with the scale-in process only after the period of time specified by StopInstanceTimeout ends. In this case, the scale-in operation continues regardless of whether the ECS instance enters the Stopped state or not.\\
12638
- * If you do not specify this parameter, the system proceeds with the scale-in process only after the ECS instance enters the Stopped state. If the ECS instance fails to enter the Stopped state, the scale-in process rolls back, and the scale-in operation is considered as failed.
12887
+ * * This parameter takes effect only if you set RemovePolicy to release.
12888
+ *
12889
+ * * If you specify this parameter, the system waits for the ECS instance to enter the Stopped state only for up to the specified period of time before continuing with the scale-in operation, regardless of the status of the ECS instance.
12890
+ *
12891
+ * * If you do not specify this parameter, the system continues with the scale-in operation until the ECS instance enters the Stopped state. If the ECS instance is not successfully stopped, the scale-in process is rolled back and considered failed.
12639
12892
  *
12640
12893
  * @example
12641
12894
  * 60
@@ -13012,10 +13265,10 @@ export declare class ScaleWithAdjustmentRequest extends $tea.Model {
13012
13265
  * @remarks
13013
13266
  * Specifies whether to trigger the scaling activity in a synchronous manner. This parameter takes effect only on scaling groups for which you specified an expected number of instances. Valid values:
13014
13267
  *
13015
- * * true: triggers the scaling activity in a synchronous manner. The scaling activity is triggered at the time when the scaling rule is executed.
13016
- * * false: does not trigger the scaling activity in a synchronous manner. After you change the expected number of instances for the scaling group, Auto Scaling checks whether the total number of instances in the scaling group matches the new expected number of instances and determines whether to trigger the scaling activity based on the check result.
13268
+ * * true: triggers the scaling activity in a synchronous manner. A scaling activity is triggered at the time when the scaling rule is executed.
13269
+ * * false: does not trigger the scaling activity in a synchronous manner. After you change the expected number of instances for the scaling group, Auto Scaling checks whether the total number of instances in the scaling group matches the new expected number and determines whether to trigger the scaling activity based on the check result.
13017
13270
  *
13018
- * > For more information about the Expected Number of Instances feature, see [Expected number of instances](https://help.aliyun.com/document_detail/146231.html).
13271
+ * > For more information about the expected number of instances feature, see [Expected number of instances](https://help.aliyun.com/document_detail/146231.html).
13019
13272
  *
13020
13273
  * Default value: false.
13021
13274
  *
@@ -13112,10 +13365,10 @@ export declare class ScaleWithAdjustmentShrinkRequest extends $tea.Model {
13112
13365
  * @remarks
13113
13366
  * Specifies whether to trigger the scaling activity in a synchronous manner. This parameter takes effect only on scaling groups for which you specified an expected number of instances. Valid values:
13114
13367
  *
13115
- * * true: triggers the scaling activity in a synchronous manner. The scaling activity is triggered at the time when the scaling rule is executed.
13116
- * * false: does not trigger the scaling activity in a synchronous manner. After you change the expected number of instances for the scaling group, Auto Scaling checks whether the total number of instances in the scaling group matches the new expected number of instances and determines whether to trigger the scaling activity based on the check result.
13368
+ * * true: triggers the scaling activity in a synchronous manner. A scaling activity is triggered at the time when the scaling rule is executed.
13369
+ * * false: does not trigger the scaling activity in a synchronous manner. After you change the expected number of instances for the scaling group, Auto Scaling checks whether the total number of instances in the scaling group matches the new expected number and determines whether to trigger the scaling activity based on the check result.
13117
13370
  *
13118
- * > For more information about the Expected Number of Instances feature, see [Expected number of instances](https://help.aliyun.com/document_detail/146231.html).
13371
+ * > For more information about the expected number of instances feature, see [Expected number of instances](https://help.aliyun.com/document_detail/146231.html).
13119
13372
  *
13120
13373
  * Default value: false.
13121
13374
  *
@@ -13421,7 +13674,7 @@ export declare class SetInstancesProtectionResponse extends $tea.Model {
13421
13674
  export declare class StartInstanceRefreshRequest extends $tea.Model {
13422
13675
  /**
13423
13676
  * @remarks
13424
- * The client token that is used to ensure the idempotence of the request. 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 "How to ensure idempotence".
13677
+ * The client token that is used to ensure the idempotence of the request. 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](https://help.aliyun.com/document_detail/25965.html).
13425
13678
  *
13426
13679
  * @example
13427
13680
  * 123e4567-e89b-12d3-a456-42665544****
@@ -13622,13 +13875,13 @@ export declare class SuspendProcessesRequest extends $tea.Model {
13622
13875
  ownerId?: number;
13623
13876
  /**
13624
13877
  * @remarks
13625
- * The types of the processes that you want to suspend. Valid values:
13878
+ * The types of processes that you want to suspend. Valid values:
13626
13879
  *
13627
- * * scalein: the scale-in process.
13628
- * * scaleout: the scale-out process.
13629
- * * healthcheck: the health check process.
13630
- * * alarmnotification: the process of executing an event-triggered task.
13631
- * * scheduledaction: the process of executing a scheduled task.
13880
+ * * ScaleIn: the scale-in process.
13881
+ * * ScaleOut: the scale-out process.
13882
+ * * HealthCheck: the health check process.
13883
+ * * AlarmNotification: the process of executing an event-triggered task.
13884
+ * * ScheduledAction: the process of executing a scheduled task.
13632
13885
  *
13633
13886
  * Presently, Auto Scaling supports suspending the five mentioned process types. In cases where more than five types are specified, Auto Scaling will automatically disregard duplicates and proceed with suspending the unique process types.
13634
13887
  *
@@ -13731,7 +13984,7 @@ export declare class TagResourcesRequest extends $tea.Model {
13731
13984
  resourceType?: string;
13732
13985
  /**
13733
13986
  * @remarks
13734
- * Details of the tags.
13987
+ * The tags that you want to add to the Auto Scaling resources.
13735
13988
  *
13736
13989
  * This parameter is required.
13737
13990
  */
@@ -15852,22 +16105,21 @@ export declare class CreateScalingConfigurationRequestDataDisks extends $tea.Mod
15852
16105
  export declare class CreateScalingConfigurationRequestInstancePatternInfos extends $tea.Model {
15853
16106
  /**
15854
16107
  * @remarks
15855
- * The architecture types of instance types. Valid values:
16108
+ * The architecture types of the instance types. Valid values:
15856
16109
  *
15857
- * * X86: x86.
16110
+ * * X86: x86 architecture.
15858
16111
  * * Heterogeneous: heterogeneous computing, such as GPU-accelerated or FPGA-accelerated.
15859
16112
  * * BareMetal: ECS Bare Metal Instance.
15860
16113
  * * Arm: Arm.
15861
- * * SuperComputeCluster: Super Computing Cluster.
15862
16114
  *
15863
- * By default, all values are included.
16115
+ * By default, all values are selected.
15864
16116
  */
15865
16117
  architectures?: string[];
15866
16118
  /**
15867
16119
  * @remarks
15868
16120
  * Specifies whether to include burstable instance types. Valid values:
15869
16121
  *
15870
- * * Exclude: does not include burstable instance types.
16122
+ * * Exclude: excludes burstable instance types.
15871
16123
  * * Include: includes burstable instance types.
15872
16124
  * * Required: includes only burstable instance types.
15873
16125
  *
@@ -15879,11 +16131,11 @@ export declare class CreateScalingConfigurationRequestInstancePatternInfos exten
15879
16131
  burstablePerformance?: string;
15880
16132
  /**
15881
16133
  * @remarks
15882
- * The number of vCPUs per instance type in intelligent configuration mode. You can use this parameter to match the available instance types. For more information, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html).
16134
+ * The number of vCPUs per instance type in intelligent configuration mode. You can specify this parameter to filter the available instance types. For more information, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html).
15883
16135
  *
15884
16136
  * Take note of the following items:
15885
16137
  *
15886
- * * InstancePatternInfos applies only to the scaling groups that reside in virtual private clouds (VPCs).
16138
+ * * InstancePatternInfos applies only to scaling groups that reside in virtual private clouds (VPCs).
15887
16139
  * * If you specify InstancePatternInfos, you must also specify InstancePatternInfos.Cores and InstancePatternInfos.Memory.
15888
16140
  * * If you specify InstanceType or InstanceTypes, Auto Scaling preferentially uses the instance type specified by InstanceType or InstanceTypes to create instances during scale-out events. If the specified instance type has insufficient inventory, Auto Scaling uses the lowest-priced instance type specified by InstancePatternInfos to create instances during scale-out events.
15889
16141
  *
@@ -15893,9 +16145,9 @@ export declare class CreateScalingConfigurationRequestInstancePatternInfos exten
15893
16145
  cores?: number;
15894
16146
  /**
15895
16147
  * @remarks
15896
- * The CPU architectures of instance types. Valid values:
16148
+ * The CPU architectures of the instance types. Valid values:
15897
16149
  *
15898
- * > You can specify 1 to 2 CPU architectures.
16150
+ * > You can specify up to two CPU architectures.
15899
16151
  *
15900
16152
  * * x86
15901
16153
  * * Arm
@@ -15903,7 +16155,7 @@ export declare class CreateScalingConfigurationRequestInstancePatternInfos exten
15903
16155
  cpuArchitectures?: string[];
15904
16156
  /**
15905
16157
  * @remarks
15906
- * The instance types that you want to exclude. You can use wildcard characters, such as an asterisk (\\*), to exclude an instance type or an instance family. Examples:
16158
+ * The instance types that you want to exclude. You can use an asterisk (\\*) as a wildcard character to exclude an instance type or an instance family. Examples:
15907
16159
  *
15908
16160
  * * ecs.c6.large: excludes the ecs.c6.large instance type.
15909
16161
  * * ecs.c6.\\*: excludes the c6 instance family.
@@ -15916,35 +16168,34 @@ export declare class CreateScalingConfigurationRequestInstancePatternInfos exten
15916
16168
  gpuSpecs?: string[];
15917
16169
  /**
15918
16170
  * @remarks
15919
- * The categories of instance types. Valid values:
16171
+ * The categories of the instance types. Valid values:
15920
16172
  *
15921
16173
  * > You can specify up to 10 categories.
15922
16174
  *
15923
- * * General-purpose
15924
- * * Compute-optimized
15925
- * * Memory-optimized
15926
- * * Big data
15927
- * * Local SSDs
15928
- * * High Clock Speed
15929
- * * Enhanced
15930
- * * Shared
15931
- * * Compute-optimized with GPU
15932
- * * Visual Compute-optimized
15933
- * * Heterogeneous Service
15934
- * * Compute-optimized with FPGA
15935
- * * Compute-optimized with NPU
15936
- * * ECS Bare Metal
15937
- * * Super Computing Cluster
15938
- * * High Performance Compute
16175
+ * * General-purpose: general-purpose instance type.
16176
+ * * Compute-optimized: compute-optimized instance type.
16177
+ * * Memory-optimized: memory-optimized instance type.
16178
+ * * Big data: big data instance type.
16179
+ * * Local SSDs: instance type that uses local SSDs.
16180
+ * * High Clock Speed: instance type that has high clock speeds.
16181
+ * * Enhanced: enhanced instance type.
16182
+ * * Shared: shared instance type.
16183
+ * * Compute-optimized with GPU: GPU-accelerated compute-optimized instance type.
16184
+ * * Visual Compute-optimized: visual compute-optimized instance type.
16185
+ * * Heterogeneous Service: heterogeneous service instance type.
16186
+ * * Compute-optimized with FPGA: FPGA-accelerated compute-optimized instance type.
16187
+ * * Compute-optimized with NPU: NPU-accelerated compute-optimized instance type.
16188
+ * * ECS Bare Metal: ECS Bare Metal Instance type.
16189
+ * * High Performance Compute: HPC-optimized instance type.
15939
16190
  */
15940
16191
  instanceCategories?: string[];
15941
16192
  /**
15942
16193
  * @remarks
15943
- * The level of the instance family. You can use this parameter to match the available instance types. This parameter takes effect only if you set `CostOptimization` to true. Valid values:
16194
+ * The level of the instance family. You can specify this parameter to match the available instance types. This parameter takes effect only if you set `CostOptimization` to true. Valid values:
15944
16195
  *
15945
- * * EntryLevel: entry level (shared instance type). Instance types of this level are the most cost-effective but may not provide stable computing performance. Instance types of this level are suitable for scenarios in which the CPU utilization is low. For more information, see [Shared instance families](https://help.aliyun.com/document_detail/108489.html).
15946
- * * EnterpriseLevel: enterprise level. Instance types of this level provide stable performance and dedicated resources, and are suitable for business scenarios that require high stability. For more information, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html).
15947
- * * CreditEntryLevel: credit-based entry level (burstable instance types). CPU credits are used to ensure computing performance. Instance types of this level are suitable for scenarios in which the CPU utilization is low but may fluctuate in specific cases. For more information, see [Overview of burstable instances](https://help.aliyun.com/document_detail/59977.html).
16196
+ * * EntryLevel: entry-level (shared instance types). Instance types of this level are the most cost-effective but may not ensure stable computing performance. Instance types of this level are suitable for scenarios in which the CPU utilization is low. For more information, see [Shared instance families](https://help.aliyun.com/document_detail/108489.html).
16197
+ * * EnterpriseLevel: enterprise-level. Instance types of this level provide stable performance and dedicated resources and are suitable for business scenarios that require high stability. For more information, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html).
16198
+ * * CreditEntryLevel: credit entry-level (burstable instance types). CPU credits are used to ensure computing performance. Instance types of this level are suitable for scenarios in which the CPU utilization is low but may fluctuate in specific cases. For more information, see [Overview](https://help.aliyun.com/document_detail/59977.html) of burstable instances.
15948
16199
  *
15949
16200
  * @example
15950
16201
  * EnterpriseLevel
@@ -15993,7 +16244,7 @@ export declare class CreateScalingConfigurationRequestInstancePatternInfos exten
15993
16244
  maximumMemorySize?: number;
15994
16245
  /**
15995
16246
  * @remarks
15996
- * The memory size per instance type in intelligent configuration mode. Unit: GiB. You can use this parameter to match the available instance types.
16247
+ * The memory size per instance type in intelligent configuration mode. Unit: GiB. You can specify this parameter to filter the available instance types.
15997
16248
  *
15998
16249
  * @example
15999
16250
  * 4
@@ -16065,7 +16316,7 @@ export declare class CreateScalingConfigurationRequestInstancePatternInfos exten
16065
16316
  minimumMemorySize?: number;
16066
16317
  /**
16067
16318
  * @remarks
16068
- * The processor models of instance types. You can specify up to 10 processor models.
16319
+ * The processor models of the instance types. You can specify up to 10 processor models.
16069
16320
  */
16070
16321
  physicalProcessorModels?: string[];
16071
16322
  static names(): {
@@ -16611,22 +16862,21 @@ export declare class CreateScalingConfigurationShrinkRequestDataDisks extends $t
16611
16862
  export declare class CreateScalingConfigurationShrinkRequestInstancePatternInfos extends $tea.Model {
16612
16863
  /**
16613
16864
  * @remarks
16614
- * The architecture types of instance types. Valid values:
16865
+ * The architecture types of the instance types. Valid values:
16615
16866
  *
16616
- * * X86: x86.
16867
+ * * X86: x86 architecture.
16617
16868
  * * Heterogeneous: heterogeneous computing, such as GPU-accelerated or FPGA-accelerated.
16618
16869
  * * BareMetal: ECS Bare Metal Instance.
16619
16870
  * * Arm: Arm.
16620
- * * SuperComputeCluster: Super Computing Cluster.
16621
16871
  *
16622
- * By default, all values are included.
16872
+ * By default, all values are selected.
16623
16873
  */
16624
16874
  architectures?: string[];
16625
16875
  /**
16626
16876
  * @remarks
16627
16877
  * Specifies whether to include burstable instance types. Valid values:
16628
16878
  *
16629
- * * Exclude: does not include burstable instance types.
16879
+ * * Exclude: excludes burstable instance types.
16630
16880
  * * Include: includes burstable instance types.
16631
16881
  * * Required: includes only burstable instance types.
16632
16882
  *
@@ -16638,11 +16888,11 @@ export declare class CreateScalingConfigurationShrinkRequestInstancePatternInfos
16638
16888
  burstablePerformance?: string;
16639
16889
  /**
16640
16890
  * @remarks
16641
- * The number of vCPUs per instance type in intelligent configuration mode. You can use this parameter to match the available instance types. For more information, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html).
16891
+ * The number of vCPUs per instance type in intelligent configuration mode. You can specify this parameter to filter the available instance types. For more information, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html).
16642
16892
  *
16643
16893
  * Take note of the following items:
16644
16894
  *
16645
- * * InstancePatternInfos applies only to the scaling groups that reside in virtual private clouds (VPCs).
16895
+ * * InstancePatternInfos applies only to scaling groups that reside in virtual private clouds (VPCs).
16646
16896
  * * If you specify InstancePatternInfos, you must also specify InstancePatternInfos.Cores and InstancePatternInfos.Memory.
16647
16897
  * * If you specify InstanceType or InstanceTypes, Auto Scaling preferentially uses the instance type specified by InstanceType or InstanceTypes to create instances during scale-out events. If the specified instance type has insufficient inventory, Auto Scaling uses the lowest-priced instance type specified by InstancePatternInfos to create instances during scale-out events.
16648
16898
  *
@@ -16652,9 +16902,9 @@ export declare class CreateScalingConfigurationShrinkRequestInstancePatternInfos
16652
16902
  cores?: number;
16653
16903
  /**
16654
16904
  * @remarks
16655
- * The CPU architectures of instance types. Valid values:
16905
+ * The CPU architectures of the instance types. Valid values:
16656
16906
  *
16657
- * > You can specify 1 to 2 CPU architectures.
16907
+ * > You can specify up to two CPU architectures.
16658
16908
  *
16659
16909
  * * x86
16660
16910
  * * Arm
@@ -16662,7 +16912,7 @@ export declare class CreateScalingConfigurationShrinkRequestInstancePatternInfos
16662
16912
  cpuArchitectures?: string[];
16663
16913
  /**
16664
16914
  * @remarks
16665
- * The instance types that you want to exclude. You can use wildcard characters, such as an asterisk (\\*), to exclude an instance type or an instance family. Examples:
16915
+ * The instance types that you want to exclude. You can use an asterisk (\\*) as a wildcard character to exclude an instance type or an instance family. Examples:
16666
16916
  *
16667
16917
  * * ecs.c6.large: excludes the ecs.c6.large instance type.
16668
16918
  * * ecs.c6.\\*: excludes the c6 instance family.
@@ -16675,35 +16925,34 @@ export declare class CreateScalingConfigurationShrinkRequestInstancePatternInfos
16675
16925
  gpuSpecs?: string[];
16676
16926
  /**
16677
16927
  * @remarks
16678
- * The categories of instance types. Valid values:
16928
+ * The categories of the instance types. Valid values:
16679
16929
  *
16680
16930
  * > You can specify up to 10 categories.
16681
16931
  *
16682
- * * General-purpose
16683
- * * Compute-optimized
16684
- * * Memory-optimized
16685
- * * Big data
16686
- * * Local SSDs
16687
- * * High Clock Speed
16688
- * * Enhanced
16689
- * * Shared
16690
- * * Compute-optimized with GPU
16691
- * * Visual Compute-optimized
16692
- * * Heterogeneous Service
16693
- * * Compute-optimized with FPGA
16694
- * * Compute-optimized with NPU
16695
- * * ECS Bare Metal
16696
- * * Super Computing Cluster
16697
- * * High Performance Compute
16932
+ * * General-purpose: general-purpose instance type.
16933
+ * * Compute-optimized: compute-optimized instance type.
16934
+ * * Memory-optimized: memory-optimized instance type.
16935
+ * * Big data: big data instance type.
16936
+ * * Local SSDs: instance type that uses local SSDs.
16937
+ * * High Clock Speed: instance type that has high clock speeds.
16938
+ * * Enhanced: enhanced instance type.
16939
+ * * Shared: shared instance type.
16940
+ * * Compute-optimized with GPU: GPU-accelerated compute-optimized instance type.
16941
+ * * Visual Compute-optimized: visual compute-optimized instance type.
16942
+ * * Heterogeneous Service: heterogeneous service instance type.
16943
+ * * Compute-optimized with FPGA: FPGA-accelerated compute-optimized instance type.
16944
+ * * Compute-optimized with NPU: NPU-accelerated compute-optimized instance type.
16945
+ * * ECS Bare Metal: ECS Bare Metal Instance type.
16946
+ * * High Performance Compute: HPC-optimized instance type.
16698
16947
  */
16699
16948
  instanceCategories?: string[];
16700
16949
  /**
16701
16950
  * @remarks
16702
- * The level of the instance family. You can use this parameter to match the available instance types. This parameter takes effect only if you set `CostOptimization` to true. Valid values:
16951
+ * The level of the instance family. You can specify this parameter to match the available instance types. This parameter takes effect only if you set `CostOptimization` to true. Valid values:
16703
16952
  *
16704
- * * EntryLevel: entry level (shared instance type). Instance types of this level are the most cost-effective but may not provide stable computing performance. Instance types of this level are suitable for scenarios in which the CPU utilization is low. For more information, see [Shared instance families](https://help.aliyun.com/document_detail/108489.html).
16705
- * * EnterpriseLevel: enterprise level. Instance types of this level provide stable performance and dedicated resources, and are suitable for business scenarios that require high stability. For more information, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html).
16706
- * * CreditEntryLevel: credit-based entry level (burstable instance types). CPU credits are used to ensure computing performance. Instance types of this level are suitable for scenarios in which the CPU utilization is low but may fluctuate in specific cases. For more information, see [Overview of burstable instances](https://help.aliyun.com/document_detail/59977.html).
16953
+ * * EntryLevel: entry-level (shared instance types). Instance types of this level are the most cost-effective but may not ensure stable computing performance. Instance types of this level are suitable for scenarios in which the CPU utilization is low. For more information, see [Shared instance families](https://help.aliyun.com/document_detail/108489.html).
16954
+ * * EnterpriseLevel: enterprise-level. Instance types of this level provide stable performance and dedicated resources and are suitable for business scenarios that require high stability. For more information, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html).
16955
+ * * CreditEntryLevel: credit entry-level (burstable instance types). CPU credits are used to ensure computing performance. Instance types of this level are suitable for scenarios in which the CPU utilization is low but may fluctuate in specific cases. For more information, see [Overview](https://help.aliyun.com/document_detail/59977.html) of burstable instances.
16707
16956
  *
16708
16957
  * @example
16709
16958
  * EnterpriseLevel
@@ -16752,7 +17001,7 @@ export declare class CreateScalingConfigurationShrinkRequestInstancePatternInfos
16752
17001
  maximumMemorySize?: number;
16753
17002
  /**
16754
17003
  * @remarks
16755
- * The memory size per instance type in intelligent configuration mode. Unit: GiB. You can use this parameter to match the available instance types.
17004
+ * The memory size per instance type in intelligent configuration mode. Unit: GiB. You can specify this parameter to filter the available instance types.
16756
17005
  *
16757
17006
  * @example
16758
17007
  * 4
@@ -16824,7 +17073,7 @@ export declare class CreateScalingConfigurationShrinkRequestInstancePatternInfos
16824
17073
  minimumMemorySize?: number;
16825
17074
  /**
16826
17075
  * @remarks
16827
- * The processor models of instance types. You can specify up to 10 processor models.
17076
+ * The processor models of the instance types. You can specify up to 10 processor models.
16828
17077
  */
16829
17078
  physicalProcessorModels?: string[];
16830
17079
  static names(): {
@@ -17000,9 +17249,51 @@ export declare class CreateScalingGroupRequestAlbServerGroups extends $tea.Model
17000
17249
  });
17001
17250
  }
17002
17251
  export declare class CreateScalingGroupRequestCapacityOptions extends $tea.Model {
17252
+ /**
17253
+ * @remarks
17254
+ * Specifies whether to automatically create pay-as-you-go ECS instances to reach the required number of ECS instances when preemptible ECS instances cannot be created due to high prices or insufficient inventory of resources. This parameter takes effect when you set `MultiAZPolicy` to `COST_OPTIMIZED`. Valid values:
17255
+ *
17256
+ * * true
17257
+ * * false
17258
+ *
17259
+ * Default value: true.
17260
+ *
17261
+ * @example
17262
+ * true
17263
+ */
17003
17264
  compensateWithOnDemand?: boolean;
17265
+ /**
17266
+ * @remarks
17267
+ * The minimum number of pay-as-you-go instances required in the scaling group. When the number of pay-as-you-go instances drops below the value of this parameter, Auto Scaling preferentially creates pay-as-you-go instances. Valid values: 0 to 1000.
17268
+ *
17269
+ * If you set `MultiAZPolicy` to `COMPOSABLE`, the default value is 0.
17270
+ *
17271
+ * @example
17272
+ * 30
17273
+ */
17004
17274
  onDemandBaseCapacity?: number;
17275
+ /**
17276
+ * @remarks
17277
+ * The percentage of pay-as-you-go instances in the excess instances when the minimum number of pay-as-you-go instances is reached. `OnDemandBaseCapacity` specifies the minimum number of pay-as-you-go instances that must be contained in the scaling group. Valid values: 0 to 100.
17278
+ *
17279
+ * If you set `MultiAZPolicy` to `COMPOSABLE`, the default value is 100.
17280
+ *
17281
+ * @example
17282
+ * 20
17283
+ */
17005
17284
  onDemandPercentageAboveBaseCapacity?: number;
17285
+ /**
17286
+ * @remarks
17287
+ * Specifies whether to replace pay-as-you-go instances with preemptible instances. If you specify `CompensateWithOnDemand`, it may result in a higher percentage of pay-as-you-go instances compared to the value of `OnDemandPercentageAboveBaseCapacity`. In this scenario, Auto Scaling will try to deploy preemptible instances to replace the surplus pay-as-you-go instances. When `CompensateWithOnDemand` is specified, Auto Scaling creates pay-as-you-go instances if there are not enough preemptible instance types. To avoid keeping these pay-as-you-go ECS instances for long periods, Auto Scaling tries to replace them with preemptible instances as soon as enough of preemptible instance types become available. Valid values:
17288
+ *
17289
+ * * true
17290
+ * * false
17291
+ *
17292
+ * Default value: false.
17293
+ *
17294
+ * @example
17295
+ * false
17296
+ */
17006
17297
  spotAutoReplaceOnDemand?: boolean;
17007
17298
  static names(): {
17008
17299
  [key: string]: string;
@@ -17278,7 +17569,7 @@ export declare class CreateScalingGroupRequestServerGroups extends $tea.Model {
17278
17569
  export declare class CreateScalingGroupRequestTags extends $tea.Model {
17279
17570
  /**
17280
17571
  * @remarks
17281
- * The tag key that you want to add to the scaling group.
17572
+ * The tag key.
17282
17573
  *
17283
17574
  * @example
17284
17575
  * Department
@@ -17286,10 +17577,10 @@ export declare class CreateScalingGroupRequestTags extends $tea.Model {
17286
17577
  key?: string;
17287
17578
  /**
17288
17579
  * @remarks
17289
- * Specifies whether to propagate the tag that you want to add to the scaling group. Valid values:
17580
+ * Specifies whether to propagate the tag that you want to add. Valid values:
17290
17581
  *
17291
- * * true: propagates the tag to only instances that are newly created.
17292
- * * false: does not propagate the tag to any instances.
17582
+ * * true: propagates the tag to new instances.
17583
+ * * false: does not propagate the tag to any instance.
17293
17584
  *
17294
17585
  * Default value: false.
17295
17586
  *
@@ -17299,7 +17590,7 @@ export declare class CreateScalingGroupRequestTags extends $tea.Model {
17299
17590
  propagate?: boolean;
17300
17591
  /**
17301
17592
  * @remarks
17302
- * The tag value that you want to add to the scaling group.
17593
+ * The tag value.
17303
17594
  *
17304
17595
  * @example
17305
17596
  * Finance
@@ -17847,21 +18138,57 @@ export declare class DescribeAlarmsResponseBodyAlarmList extends $tea.Model {
17847
18138
  }
17848
18139
  export declare class DescribeDiagnoseReportsResponseBodyReportsDetails extends $tea.Model {
17849
18140
  /**
18141
+ * @remarks
18142
+ * The type of the diagnostic item. Valid values:
18143
+ *
18144
+ * * AccountArrearage: Checks whether your Alibaba Cloud account has overdue payments.
18145
+ * * AccountNotEnoughBalance: Checks whether the balance of your Alibaba Cloud account at the China site (aliyun.com) is greater than or equal to CNY 100.
18146
+ * * ElasticStrength: Checks whether the instance types that are specified in the scaling configuration are sufficient.
18147
+ * * VSwitch: Checks whether a specific vSwitch can work as expected. For example, if a vSwitch is deleted, the vSwitch cannot provide services and an exception occurs.
18148
+ * * SecurityGroup: Checks whether a specific security group can work as expected. For example, if a security group is deleted, the security group cannot provide services and an exception occurs.
18149
+ * * KeyPair: Checks whether the key pair is available. If the specified key pair is deleted, specify another key pair for the scaling group.
18150
+ * * SlbBackendServerQuota: Checks whether the number of ECS instances that are added to the default server group and the vServer groups of the SLB instances associated with the scaling group has reached the upper limit.
18151
+ * * AlbBackendServerQuota: Checks whether the number of ECS instances that are added to the backend server groups of the ALB instances associated with the scaling group has reached the upper limit.
18152
+ * * NlbBackendServerQuota: Checks whether the number of ECS instances that are added to the backend server groups of the NLB instances associated with the scaling group has reached the upper limit.
18153
+ *
17850
18154
  * @example
17851
18155
  * AccountArrearage
17852
18156
  */
17853
18157
  diagnoseType?: string;
17854
18158
  /**
18159
+ * @remarks
18160
+ * The error code of the diagnostic item. Valid values:
18161
+ *
18162
+ * * VSwitchIdNotFound: The vSwitch does not exist.
18163
+ * * SecurityGroupNotFound: The security group does not exist.
18164
+ * * KeyPairNotFound: The key pair does not exist.
18165
+ * * SlbBackendServerQuotaExceeded: The number of ECS instances that are added to the default server group and the vServer groups of the SLB instances associated with the scaling group has reached the upper limit.
18166
+ * * AlbBackendServerQuotaExceeded: The number of ECS instances that are attached to the ALB instances of the scaling group has reached the upper limit.
18167
+ * * NlbBackendServerQuotaExceeded: The number of ECS instances that are attached to the NLB instances of the scaling group has reached the upper limit.
18168
+ * * AccountArrearage: Your account has overdue payments.
18169
+ * * AccountNotEnoughBalance: The balance of your Alibaba Cloud account is less than CNY 100.
18170
+ * * ElasticStrengthAlert: The inventory levels are lower than expected.
18171
+ *
17855
18172
  * @example
17856
18173
  * VSwitchIdNotFound
17857
18174
  */
17858
18175
  errorCode?: string;
17859
18176
  /**
18177
+ * @remarks
18178
+ * The ID of the resource.
18179
+ *
17860
18180
  * @example
17861
18181
  * sg-280ih****
17862
18182
  */
17863
18183
  resourceId?: string;
17864
18184
  /**
18185
+ * @remarks
18186
+ * The status of the diagnostic item. Valid values:
18187
+ *
18188
+ * * Normal: The diagnostic result is normal.
18189
+ * * Warn: The diagnostic result is warning.
18190
+ * * Critical: The diagnostic result is critical.
18191
+ *
17865
18192
  * @example
17866
18193
  * Normal
17867
18194
  */
@@ -17878,37 +18205,69 @@ export declare class DescribeDiagnoseReportsResponseBodyReportsDetails extends $
17878
18205
  }
17879
18206
  export declare class DescribeDiagnoseReportsResponseBodyReports extends $tea.Model {
17880
18207
  /**
18208
+ * @remarks
18209
+ * The time when the diagnostic report was created.
18210
+ *
17881
18211
  * @example
17882
18212
  * 2024-08-23T02:22:30Z
17883
18213
  */
17884
18214
  creationTime?: string;
18215
+ /**
18216
+ * @remarks
18217
+ * The details of the diagnostic report.
18218
+ */
17885
18219
  details?: DescribeDiagnoseReportsResponseBodyReportsDetails[];
17886
18220
  /**
18221
+ * @remarks
18222
+ * The status of the diagnostic item. Only the severe status is displayed in the diagnostic report. Valid values:
18223
+ *
18224
+ * * Normal: The diagnostic result is normal.
18225
+ * * Warn: The diagnostic result is warning.
18226
+ * * Critical: The diagnostic result is critical.
18227
+ *
17887
18228
  * @example
17888
18229
  * Normal
17889
18230
  */
17890
18231
  diagnoseStatus?: string;
17891
18232
  /**
18233
+ * @remarks
18234
+ * The status of the diagnostic report. Valid values:
18235
+ *
18236
+ * * processing: The diagnosis is in progress.
18237
+ * * Finished: The diagnosis is complete.
18238
+ *
17892
18239
  * @example
17893
18240
  * Finished
17894
18241
  */
17895
18242
  processStatus?: string;
17896
18243
  /**
18244
+ * @remarks
18245
+ * The ID of the region.
18246
+ *
17897
18247
  * @example
17898
18248
  * cn-qingdao
17899
18249
  */
17900
18250
  regionId?: string;
17901
18251
  /**
18252
+ * @remarks
18253
+ * The ID of the diagnostic report.
18254
+ *
17902
18255
  * @example
17903
18256
  * dr-bp14p0cjp7wvjob5l6hk
17904
18257
  */
17905
18258
  reportId?: string;
17906
18259
  /**
18260
+ * @remarks
18261
+ * The ID of the scaling group.
18262
+ *
17907
18263
  * @example
17908
18264
  * asg-bp124uve5iph3*****
17909
18265
  */
17910
18266
  scalingGroupId?: string;
17911
18267
  /**
18268
+ * @remarks
18269
+ * The user ID of the scaling group.
18270
+ *
17912
18271
  * @example
17913
18272
  * 161456884*******
17914
18273
  */
@@ -20863,6 +21222,13 @@ export declare class DescribeEciScalingConfigurationsResponseBodyScalingConfigur
20863
21222
  * 20
20864
21223
  */
20865
21224
  ephemeralStorage?: number;
21225
+ /**
21226
+ * @remarks
21227
+ * The version of the GPU driver.
21228
+ *
21229
+ * @example
21230
+ * tesla=470.82.01
21231
+ */
20866
21232
  gpuDriverVersion?: string;
20867
21233
  /**
20868
21234
  * @remarks
@@ -21487,20 +21853,20 @@ export declare class DescribeLifecycleHooksResponseBodyLifecycleHooks extends $t
21487
21853
  lifecycleTransition?: string;
21488
21854
  /**
21489
21855
  * @remarks
21490
- * The ARN of the notification recipient when the lifecycle hook takes effect. The value of this parameter is in one of the following formats:
21856
+ * The ARN of the notification recipient when the lifecycle hook takes effect. The value of this parameter must be in one of the following formats:
21491
21857
  *
21492
- * * If you did not specify this parameter, the return value is in the `acs:ess:{region-id}:{account-id}:null/null` format.
21493
- * * If you specified a Message Service (MNS) queue as the notification recipient, the return value is in the `acs:mns:{region-id}:{account-id}:queue/{queuename}` format.
21494
- * * If you specified an MNS topic as the notification recipient, the return value is in the `acs:mns:{region-id}:{account-id}:topic/{topicname}` format.
21495
- * * If you specified a CloudOps Orchestration Service (OOS) template as the notification recipient, the return value is in the `acs:oos:{region-id}:{account-id}:template/{templatename}` format.
21496
- * * If you specified an event bus as the notification recipient, the return value is in the `acs:eventbridge:{region-id}:{account-id}:eventbus/default` format.
21858
+ * * If you do not create a notification rule, specify the value in the `acs:ess:{region-id}:{account-id}:null/null` format.
21859
+ * * If you specify a Simple Message Queue (SMQ, formerly MNS) queue as the notification recipient, specify the value in the `acs:mns:{region-id}:{account-id}:queue/{queuename}` format.
21860
+ * * If you specify an SMQ as the notification recipient, specify the value in the `acs:mns:{region-id}:{account-id}:topic/{topicname}` format.
21861
+ * * If you specify a CloudOps Orchestration Service (OOS) template as the notification recipient, specify the value in the `acs:oos:{region-id}:{account-id}:template/{templatename}` format.
21862
+ * * If you specify an event bus as the notification recipient, specify the value in the `acs:eventbridge:{region-id}:{account-id}:eventbus/default` format.
21497
21863
  *
21498
- * The variables in the preceding formats have the following meanings:
21864
+ * The variables in the preceding value formats have the following meanings:
21499
21865
  *
21500
21866
  * * region-id: the region ID of your scaling group.
21501
- * * account-id: the ID of your Alibaba Cloud.
21502
- * * queuename: the name of the MNS queue.
21503
- * * topicname: the name of the MNS topic.
21867
+ * * account-id: the ID of your Alibaba Cloud account.
21868
+ * * queuename: the name of the SMQ queue.
21869
+ * * topicname: the name of the SMQ topic.
21504
21870
  * * templatename: the name of the OOS template.
21505
21871
  *
21506
21872
  * @example
@@ -21536,18 +21902,18 @@ export declare class DescribeLifecycleHooksResponseBodyLifecycleHooks extends $t
21536
21902
  export declare class DescribeNotificationConfigurationsResponseBodyNotificationConfigurationModels extends $tea.Model {
21537
21903
  /**
21538
21904
  * @remarks
21539
- * The Alibaba Cloud Resource Name (ARN) of the notification method. The following list describes the value formats of this parameter:
21905
+ * The Alibaba Cloud Resource Name (ARN) of the notification recipient. The value is in one of the following formats:
21540
21906
  *
21541
- * * If you use CloudMonitor as the notification method, the value format of this parameter is acs:ess:{region-id}:{account-id}:cloudmonitor.
21542
- * * If you use a Message Service (MNS) queue as the notification method, the value format of this parameter is acs:mns:{region-id}:{account-id}:queue/{queuename}.
21543
- * * If you use an MNS topic as the notification method, the value format of this parameter is acs:mns:{region-id}:{account-id}:topic/{topicname}.
21907
+ * * If you specify CloudMonitor as the notification recipient, the value is in the acs:ess:{region-id}:{account-id}:cloudmonitor format.
21908
+ * * If you specify a Simple Message Queue (SMQ, formerly MNS) as the notification recipient, the value is in the acs:mns:{region-id}:{account-id}:queue/{queuename} format.
21909
+ * * If you specify an SMQ topic as the notification recipient, the value is in the acs:mns:{region-id}:{account-id}:topic/{topicname} format.
21544
21910
  *
21545
- * The variables in the preceding formats have the following meanings:
21911
+ * The variables in the preceding value formats have the following meanings:
21546
21912
  *
21547
- * * region-id: the region ID of the scaling group.
21548
- * * account-id: the ID of the Alibaba Cloud account.
21549
- * * queuename: the name of the MNS queue.
21550
- * * topicname: the name of the MNS topic.
21913
+ * * region-id: the region ID of your scaling group.
21914
+ * * account-id: the ID of your Alibaba Cloud account.
21915
+ * * queuename: the name of the SMQ queue.
21916
+ * * topicname: the name of the SMQ topic.
21551
21917
  *
21552
21918
  * @example
21553
21919
  * acs:mns:cn-beijing:161456884340****:topic/modifyLifecycleHo****
@@ -21823,6 +22189,9 @@ export declare class DescribeScalingActivitiesResponseBodyScalingActivities exte
21823
22189
  */
21824
22190
  errorMessage?: string;
21825
22191
  /**
22192
+ * @remarks
22193
+ * The ID of the instance refresh task.
22194
+ *
21826
22195
  * @example
21827
22196
  * ir-asdf12adsxg*****
21828
22197
  */
@@ -22146,13 +22515,12 @@ export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurati
22146
22515
  export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurationsInstancePatternInfos extends $tea.Model {
22147
22516
  /**
22148
22517
  * @remarks
22149
- * The architecture types of the instance types. Valid values:
22518
+ * The architectures of instance types. Valid values:
22150
22519
  *
22151
- * * X86: x86
22152
- * * Heterogeneous: heterogeneous computing, such as GPU-accelerated or FPGA-accelerated
22153
- * * BareMetal: ECS Bare Metal Instance
22154
- * * Arm: Arm
22155
- * * SuperComputeCluster: Super Computing Cluster
22520
+ * * X86: x86.
22521
+ * * Heterogeneous: heterogeneous computing, such as GPU-accelerated or FPGA-accelerated.
22522
+ * * BareMetal: ECS Bare Metal Instance.
22523
+ * * Arm: Arm.
22156
22524
  */
22157
22525
  architectures?: string[];
22158
22526
  /**
@@ -22200,26 +22568,25 @@ export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurati
22200
22568
  gpuSpecs?: string[];
22201
22569
  /**
22202
22570
  * @remarks
22203
- * The categories of the instance.families. Valid values:
22571
+ * The categories of ECS instances. Valid values:
22204
22572
  *
22205
- * > You can specify 1 to 10 categories.
22573
+ * > Up to 10 categories of ECS instances are supported.
22206
22574
  *
22207
- * * General-purpose
22208
- * * Compute-optimized
22209
- * * Memory-optimized
22210
- * * Big data
22211
- * * Local SSDs
22212
- * * High Clock Speed
22213
- * * Enhanced
22214
- * * Shared
22215
- * * Compute-optimized with GPU
22216
- * * Visual Compute-optimized
22217
- * * Heterogeneous Service
22218
- * * Compute-optimized with FPGA
22219
- * * Compute-optimized with NPU
22220
- * * ECS Bare Metal
22221
- * * Super Computing Cluster
22222
- * * High Performance Compute
22575
+ * * General-purpose: general-purpose instance type.
22576
+ * * Compute-optimized: compute-optimized instance type.
22577
+ * * Memory-optimized: memory-optimized instance type.
22578
+ * * Big data: big data instance type.
22579
+ * * Local SSDs: instance type with local SSDs.
22580
+ * * High Clock Speed: instance type with high clock speeds.
22581
+ * * Enhanced: enhanced instance type.
22582
+ * * Shared: shared instance type.
22583
+ * * Compute-optimized with GPU: GPU-accelerated compute-optimized instance type.
22584
+ * * Visual Compute-optimized: visual compute-optimized instance type.
22585
+ * * Heterogeneous Service: heterogeneous service instance type.
22586
+ * * Compute-optimized with FPGA: FPGA-accelerated compute-optimized instance type.
22587
+ * * Compute-optimized with NPU: NPU-accelerated compute-optimized instance type.
22588
+ * * ECS Bare Metal: ECS Bare Metal Instance type.
22589
+ * * High Performance Compute: HPC-optimized instance type.
22223
22590
  */
22224
22591
  instanceCategories?: string[];
22225
22592
  /**
@@ -22427,11 +22794,6 @@ export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurati
22427
22794
  }
22428
22795
  export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurationsSecurityOptions extends $tea.Model {
22429
22796
  /**
22430
- * @remarks
22431
- * 机密计算模式。可能值:
22432
- * - Enclave:表示ECS实例使用Enclave构建机密计算环境。更多信息,请参见[使用Enclave构建机密计算环境](https://help.aliyun.com/document_detail/203433.html)。
22433
- * - TDX:表示构建TDX机密计算环境。更多信息,请参见[构建TDX机密计算环境](https://help.aliyun.com/document_detail/479090.html)。
22434
- *
22435
22797
  * @example
22436
22798
  * TDX
22437
22799
  */
@@ -22620,7 +22982,27 @@ export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurati
22620
22982
  * hpc-clus****
22621
22983
  */
22622
22984
  hpcClusterId?: string;
22985
+ /**
22986
+ * @remarks
22987
+ * Indicates whether the access channel is enabled for instance metadata. Valid values:
22988
+ *
22989
+ * * enabled
22990
+ * * disabled
22991
+ *
22992
+ * @example
22993
+ * enabled
22994
+ */
22623
22995
  httpEndpoint?: string;
22996
+ /**
22997
+ * @remarks
22998
+ * Indicates whether the security hardening mode (IMDSv2) is forcefully used to access instance metadata. Valid values:
22999
+ *
23000
+ * * optional: The security hardening mode IMDSv2 is not forcibly used.
23001
+ * * required: The security hardening mode (IMDSv2) is forcibly used. After you set this parameter to required, you cannot access instance metadata in normal mode.
23002
+ *
23003
+ * @example
23004
+ * optional
23005
+ */
22624
23006
  httpTokens?: string;
22625
23007
  /**
22626
23008
  * @remarks
@@ -22725,7 +23107,7 @@ export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurati
22725
23107
  internetChargeType?: string;
22726
23108
  /**
22727
23109
  * @remarks
22728
- * The maximum inbound bandwidth. Unit: Mbit/s. Valid values: 1 to 200.
23110
+ * The maximum inbound public bandwidth. Unit: Mbit/s.
22729
23111
  *
22730
23112
  * @example
22731
23113
  * 200
@@ -22733,10 +23115,7 @@ export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurati
22733
23115
  internetMaxBandwidthIn?: number;
22734
23116
  /**
22735
23117
  * @remarks
22736
- * The maximum outbound bandwidth. Unit: Mbit/s. Valid values:
22737
- *
22738
- * * 0 to 1024 if you set InternetChargeType to PayByBandwidth. If you leave this parameter empty, this parameter is automatically set to 0.
22739
- * * 0 to 1024 if you set InternetChargeType to PayByTraffic. If you leave this parameter empty, an error is returned.
23118
+ * The maximum outbound public bandwidth. Unit: Mbit/s.
22740
23119
  *
22741
23120
  * @example
22742
23121
  * 0
@@ -22892,10 +23271,6 @@ export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurati
22892
23271
  * The IDs of the security groups to which the ECS instances belong. ECS instances that belong to the same security group can communicate with each other.
22893
23272
  */
22894
23273
  securityGroupIds?: string[];
22895
- /**
22896
- * @remarks
22897
- * 安全选项。
22898
- */
22899
23274
  securityOptions?: DescribeScalingConfigurationsResponseBodyScalingConfigurationsSecurityOptions;
22900
23275
  /**
22901
23276
  * @remarks
@@ -23969,9 +24344,43 @@ export declare class DescribeScalingGroupsResponseBodyScalingGroupsAlbServerGrou
23969
24344
  });
23970
24345
  }
23971
24346
  export declare class DescribeScalingGroupsResponseBodyScalingGroupsCapacityOptions extends $tea.Model {
24347
+ /**
24348
+ * @remarks
24349
+ * Indicates whether pay-as-you-go ECS instances can be automatically created to reach the required number of ECS instances when preemptible ECS instances cannot be created due to high prices or insufficient inventory of resources. This parameter takes effect when you set `MultiAZPolicy` to `COST_OPTIMIZED`. Valid values:
24350
+ *
24351
+ * * true
24352
+ * * false
24353
+ *
24354
+ * @example
24355
+ * true
24356
+ */
23972
24357
  compensateWithOnDemand?: boolean;
24358
+ /**
24359
+ * @remarks
24360
+ * The minimum number of pay-as-you-go instances required in the scaling group. When the actual number of pay-as-you-go instances drops below the minimum threshold, Auto Scaling preferentially creates pay-as-you-go instances. Valid values: 0 to 1000.
24361
+ *
24362
+ * @example
24363
+ * 0
24364
+ */
23973
24365
  onDemandBaseCapacity?: number;
24366
+ /**
24367
+ * @remarks
24368
+ * The percentage of pay-as-you-go instances in the excess instances when the minimum number of pay-as-you-go instances is reached. `OnDemandBaseCapacity` specifies the minimum number of pay-as-you-go instances required in the scaling group. Valid values: 0 to 100.
24369
+ *
24370
+ * @example
24371
+ * 0
24372
+ */
23974
24373
  onDemandPercentageAboveBaseCapacity?: number;
24374
+ /**
24375
+ * @remarks
24376
+ * Specifies whether to replace pay-as-you-go ECS instances with preemptible ECS instances. If you specify `CompensateWithOnDemand`, it may result in a higher percentage of pay-as-you-go instances compared to the value of `OnDemandPercentageAboveBaseCapacity`. In this scenario, Auto Scaling will try to deploy preemptible ECS instances to replace the surplus pay-as-you-go ECS instances. When `CompensateWithOnDemand` is specified, Auto Scaling creates pay-as-you-go ECS instances if there are not enough preemptible instance types available. To avoid keeping these pay-as-you-go ECS instances for long periods, Auto Scaling tries to replace them with preemptible instances as soon as enough of preemptible instance types become available. Valid values:
24377
+ *
24378
+ * * true
24379
+ * * false
24380
+ *
24381
+ * @example
24382
+ * false
24383
+ */
23975
24384
  spotAutoReplaceOnDemand?: boolean;
23976
24385
  static names(): {
23977
24386
  [key: string]: string;
@@ -24272,6 +24681,10 @@ export declare class DescribeScalingGroupsResponseBodyScalingGroups extends $tea
24272
24681
  * false
24273
24682
  */
24274
24683
  azBalance?: boolean;
24684
+ /**
24685
+ * @remarks
24686
+ * The capacity options.
24687
+ */
24275
24688
  capacityOptions?: DescribeScalingGroupsResponseBodyScalingGroupsCapacityOptions;
24276
24689
  /**
24277
24690
  * @remarks
@@ -27436,22 +27849,21 @@ export declare class ModifyScalingConfigurationRequestDataDisks extends $tea.Mod
27436
27849
  export declare class ModifyScalingConfigurationRequestInstancePatternInfos extends $tea.Model {
27437
27850
  /**
27438
27851
  * @remarks
27439
- * The architectures of instance types. Valid values:
27852
+ * The architecture types of the instance types. Valid values:
27440
27853
  *
27441
27854
  * * X86: x86.
27442
27855
  * * Heterogeneous: heterogeneous computing, such as GPU-accelerated or FPGA-accelerated.
27443
27856
  * * BareMetal: ECS Bare Metal Instance.
27444
27857
  * * Arm: Arm.
27445
- * * SuperComputeCluster: Super Computing Cluster.
27446
27858
  *
27447
- * By default, all values are included.
27859
+ * By default, all values are selected.
27448
27860
  */
27449
27861
  architectures?: string[];
27450
27862
  /**
27451
27863
  * @remarks
27452
27864
  * Specifies whether to include burstable instance types. Valid values:
27453
27865
  *
27454
- * * Exclude: does not include burstable instance types.
27866
+ * * Exclude: excludes burstable instance types.
27455
27867
  * * Include: includes burstable instance types.
27456
27868
  * * Required: includes only burstable instance types.
27457
27869
  *
@@ -27477,7 +27889,7 @@ export declare class ModifyScalingConfigurationRequestInstancePatternInfos exten
27477
27889
  cores?: number;
27478
27890
  /**
27479
27891
  * @remarks
27480
- * The CPU architectures of instance types. Valid values:
27892
+ * The CPU architectures of the instance types. Valid values:
27481
27893
  *
27482
27894
  * > You can specify up to two CPU architectures.
27483
27895
  *
@@ -27487,7 +27899,7 @@ export declare class ModifyScalingConfigurationRequestInstancePatternInfos exten
27487
27899
  cpuArchitectures?: string[];
27488
27900
  /**
27489
27901
  * @remarks
27490
- * The instance types that you want to exclude. You can use wildcard characters, such as an asterisk (\\*), to exclude an instance type or an instance family. Examples:
27902
+ * The instance types that you want to exclude. You can use an asterisk (\\*) as a wildcard character to exclude an instance type or an instance family. Examples:
27491
27903
  *
27492
27904
  * * ecs.c6.large: excludes the ecs.c6.large instance type.
27493
27905
  * * ecs.c6.\\*: excludes the c6 instance family.
@@ -27500,33 +27912,32 @@ export declare class ModifyScalingConfigurationRequestInstancePatternInfos exten
27500
27912
  gpuSpecs?: string[];
27501
27913
  /**
27502
27914
  * @remarks
27503
- * The categories of instance types. Valid values:
27504
- *
27505
- * * General-purpose
27506
- * * Compute-optimized
27507
- * * Memory-optimized
27508
- * * Big data
27509
- * * Local SSDs
27510
- * * High Clock Speed
27511
- * * Enhanced
27512
- * * Shared
27513
- * * Compute-optimized with GPU
27514
- * * Visual Compute-optimized
27515
- * * Heterogeneous Service
27516
- * * Compute-optimized with FPGA
27517
- * * Compute-optimized with NPU
27518
- * * ECS Bare Metal
27519
- * * Super Computing Cluster
27520
- * * High Performance Compute
27915
+ * The categories of the instance types. Valid values:
27916
+ *
27917
+ * * General-purpose: general-purpose instance type.
27918
+ * * Compute-optimized: compute-optimized instance type.
27919
+ * * Memory-optimized: memory-optimized instance type.
27920
+ * * Big data: big data instance type.
27921
+ * * Local SSDs: instance type that uses local SSDs.
27922
+ * * High Clock Speed: instance type that has a high clock speed.
27923
+ * * Enhanced: enhanced instance type.
27924
+ * * Shared: shared instance type.
27925
+ * * Compute-optimized with GPU: GPU-accelerated compute-optimized instance type.
27926
+ * * Visual Compute-optimized: visual compute-optimized instance type.
27927
+ * * Heterogeneous Service: heterogeneous service instance type.
27928
+ * * Compute-optimized with FPGA: FPGA-accelerated compute-optimized instance type.
27929
+ * * Compute-optimized with NPU: NPU-accelerated compute-optimized instance type.
27930
+ * * ECS Bare Metal: ECS Bare Metal Instance type.
27931
+ * * High Performance Compute: HPC-optimized instance type.
27521
27932
  */
27522
27933
  instanceCategories?: string[];
27523
27934
  /**
27524
27935
  * @remarks
27525
- * The level of the instance family. You can specify this parameter to filter the available instance types. This parameter takes effect only if you set `CostOptimization` to true. Valid values:
27936
+ * The level of the instance family. You can specify this parameter to obtain the available instance types. This parameter takes effect only if you set `CostOptimization` to true. Valid values:
27526
27937
  *
27527
- * * EntryLevel: entry level (shared instance type). Instance types of this level are the most cost-effective but may not provide stable computing performance. Instance types of this level are suitable for scenarios in which the CPU utilization is low. For more information, see [Shared instance families](https://help.aliyun.com/document_detail/108489.html).
27528
- * * EnterpriseLevel: enterprise level. Instance types of this level provide stable performance and dedicated resources, and are suitable for business scenarios in which high stability is required. For more information, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html).
27529
- * * CreditEntryLevel: credit-based entry level (burstable instance types). CPU credits are used to ensure computing performance. Instance types of this level are suitable for scenarios in which the CPU utilization is low but may fluctuate in specific cases. For more information, see [Overview of burstable instances](https://help.aliyun.com/document_detail/59977.html).
27938
+ * * EntryLevel: entry-level (shared instance types). Instance types of this level are the most cost-effective but may not ensure stable computing performance. Instance types of this level are suitable for scenarios in which the CPU utilization is low. For more information, see [Shared instance families](https://help.aliyun.com/document_detail/108489.html).
27939
+ * * EnterpriseLevel: enterprise-level. Instance types of this level provide stable performance and dedicated resources and are suitable for business scenarios that require high stability. For more information, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html).
27940
+ * * CreditEntryLevel: credit entry-level (burstable instance types). CPU credits are used to ensure computing performance. Instance types of this level are suitable for scenarios in which the CPU utilization is low but may fluctuate in specific cases. For more information, see [Overview](https://help.aliyun.com/document_detail/59977.html) of burstable instances.
27530
27941
  *
27531
27942
  * @example
27532
27943
  * EnterpriseLevel
@@ -27539,7 +27950,7 @@ export declare class ModifyScalingConfigurationRequestInstancePatternInfos exten
27539
27950
  instanceTypeFamilies?: string[];
27540
27951
  /**
27541
27952
  * @remarks
27542
- * The maximum hourly price of pay-as-you-go or preemptible instances in intelligent configuration mode. You can specify this parameter to filter the available instance types.
27953
+ * The maximum hourly price of pay-as-you-go or preemptible instances in intelligent configuration mode. You can specify this parameter to obtain the available instance types.
27543
27954
  *
27544
27955
  * > If you set SpotStrategy to SpotWithPriceLimit, you must specify this parameter. In other cases, this parameter is optional.
27545
27956
  *
@@ -27583,7 +27994,7 @@ export declare class ModifyScalingConfigurationRequestInstancePatternInfos exten
27583
27994
  memory?: number;
27584
27995
  /**
27585
27996
  * @remarks
27586
- * The baseline vCPU computing performance (overall baseline performance of all vCPUs) per t5 or t6 burstable instance.
27997
+ * The baseline vCPU computing performance (overall baseline performance of all vCPUs) of each t5 or t6 burstable instance.
27587
27998
  *
27588
27999
  * @example
27589
28000
  * 12
@@ -27631,7 +28042,7 @@ export declare class ModifyScalingConfigurationRequestInstancePatternInfos exten
27631
28042
  minimumGpuAmount?: number;
27632
28043
  /**
27633
28044
  * @remarks
27634
- * The initial vCPU credits per t5 or t6 burstable instance.
28045
+ * The initial vCPU credits of each t5 or t6 burstable instance.
27635
28046
  *
27636
28047
  * @example
27637
28048
  * 12
@@ -27647,7 +28058,7 @@ export declare class ModifyScalingConfigurationRequestInstancePatternInfos exten
27647
28058
  minimumMemorySize?: number;
27648
28059
  /**
27649
28060
  * @remarks
27650
- * The processor models of instance types. You can specify up to 10 processor models.
28061
+ * The processor models of the instance types. You can specify up to 10 processor models.
27651
28062
  */
27652
28063
  physicalProcessorModels?: string[];
27653
28064
  static names(): {
@@ -28213,22 +28624,21 @@ export declare class ModifyScalingConfigurationShrinkRequestDataDisks extends $t
28213
28624
  export declare class ModifyScalingConfigurationShrinkRequestInstancePatternInfos extends $tea.Model {
28214
28625
  /**
28215
28626
  * @remarks
28216
- * The architectures of instance types. Valid values:
28627
+ * The architecture types of the instance types. Valid values:
28217
28628
  *
28218
28629
  * * X86: x86.
28219
28630
  * * Heterogeneous: heterogeneous computing, such as GPU-accelerated or FPGA-accelerated.
28220
28631
  * * BareMetal: ECS Bare Metal Instance.
28221
28632
  * * Arm: Arm.
28222
- * * SuperComputeCluster: Super Computing Cluster.
28223
28633
  *
28224
- * By default, all values are included.
28634
+ * By default, all values are selected.
28225
28635
  */
28226
28636
  architectures?: string[];
28227
28637
  /**
28228
28638
  * @remarks
28229
28639
  * Specifies whether to include burstable instance types. Valid values:
28230
28640
  *
28231
- * * Exclude: does not include burstable instance types.
28641
+ * * Exclude: excludes burstable instance types.
28232
28642
  * * Include: includes burstable instance types.
28233
28643
  * * Required: includes only burstable instance types.
28234
28644
  *
@@ -28254,7 +28664,7 @@ export declare class ModifyScalingConfigurationShrinkRequestInstancePatternInfos
28254
28664
  cores?: number;
28255
28665
  /**
28256
28666
  * @remarks
28257
- * The CPU architectures of instance types. Valid values:
28667
+ * The CPU architectures of the instance types. Valid values:
28258
28668
  *
28259
28669
  * > You can specify up to two CPU architectures.
28260
28670
  *
@@ -28264,7 +28674,7 @@ export declare class ModifyScalingConfigurationShrinkRequestInstancePatternInfos
28264
28674
  cpuArchitectures?: string[];
28265
28675
  /**
28266
28676
  * @remarks
28267
- * The instance types that you want to exclude. You can use wildcard characters, such as an asterisk (\\*), to exclude an instance type or an instance family. Examples:
28677
+ * The instance types that you want to exclude. You can use an asterisk (\\*) as a wildcard character to exclude an instance type or an instance family. Examples:
28268
28678
  *
28269
28679
  * * ecs.c6.large: excludes the ecs.c6.large instance type.
28270
28680
  * * ecs.c6.\\*: excludes the c6 instance family.
@@ -28277,33 +28687,32 @@ export declare class ModifyScalingConfigurationShrinkRequestInstancePatternInfos
28277
28687
  gpuSpecs?: string[];
28278
28688
  /**
28279
28689
  * @remarks
28280
- * The categories of instance types. Valid values:
28281
- *
28282
- * * General-purpose
28283
- * * Compute-optimized
28284
- * * Memory-optimized
28285
- * * Big data
28286
- * * Local SSDs
28287
- * * High Clock Speed
28288
- * * Enhanced
28289
- * * Shared
28290
- * * Compute-optimized with GPU
28291
- * * Visual Compute-optimized
28292
- * * Heterogeneous Service
28293
- * * Compute-optimized with FPGA
28294
- * * Compute-optimized with NPU
28295
- * * ECS Bare Metal
28296
- * * Super Computing Cluster
28297
- * * High Performance Compute
28690
+ * The categories of the instance types. Valid values:
28691
+ *
28692
+ * * General-purpose: general-purpose instance type.
28693
+ * * Compute-optimized: compute-optimized instance type.
28694
+ * * Memory-optimized: memory-optimized instance type.
28695
+ * * Big data: big data instance type.
28696
+ * * Local SSDs: instance type that uses local SSDs.
28697
+ * * High Clock Speed: instance type that has a high clock speed.
28698
+ * * Enhanced: enhanced instance type.
28699
+ * * Shared: shared instance type.
28700
+ * * Compute-optimized with GPU: GPU-accelerated compute-optimized instance type.
28701
+ * * Visual Compute-optimized: visual compute-optimized instance type.
28702
+ * * Heterogeneous Service: heterogeneous service instance type.
28703
+ * * Compute-optimized with FPGA: FPGA-accelerated compute-optimized instance type.
28704
+ * * Compute-optimized with NPU: NPU-accelerated compute-optimized instance type.
28705
+ * * ECS Bare Metal: ECS Bare Metal Instance type.
28706
+ * * High Performance Compute: HPC-optimized instance type.
28298
28707
  */
28299
28708
  instanceCategories?: string[];
28300
28709
  /**
28301
28710
  * @remarks
28302
- * The level of the instance family. You can specify this parameter to filter the available instance types. This parameter takes effect only if you set `CostOptimization` to true. Valid values:
28711
+ * The level of the instance family. You can specify this parameter to obtain the available instance types. This parameter takes effect only if you set `CostOptimization` to true. Valid values:
28303
28712
  *
28304
- * * EntryLevel: entry level (shared instance type). Instance types of this level are the most cost-effective but may not provide stable computing performance. Instance types of this level are suitable for scenarios in which the CPU utilization is low. For more information, see [Shared instance families](https://help.aliyun.com/document_detail/108489.html).
28305
- * * EnterpriseLevel: enterprise level. Instance types of this level provide stable performance and dedicated resources, and are suitable for business scenarios in which high stability is required. For more information, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html).
28306
- * * CreditEntryLevel: credit-based entry level (burstable instance types). CPU credits are used to ensure computing performance. Instance types of this level are suitable for scenarios in which the CPU utilization is low but may fluctuate in specific cases. For more information, see [Overview of burstable instances](https://help.aliyun.com/document_detail/59977.html).
28713
+ * * EntryLevel: entry-level (shared instance types). Instance types of this level are the most cost-effective but may not ensure stable computing performance. Instance types of this level are suitable for scenarios in which the CPU utilization is low. For more information, see [Shared instance families](https://help.aliyun.com/document_detail/108489.html).
28714
+ * * EnterpriseLevel: enterprise-level. Instance types of this level provide stable performance and dedicated resources and are suitable for business scenarios that require high stability. For more information, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html).
28715
+ * * CreditEntryLevel: credit entry-level (burstable instance types). CPU credits are used to ensure computing performance. Instance types of this level are suitable for scenarios in which the CPU utilization is low but may fluctuate in specific cases. For more information, see [Overview](https://help.aliyun.com/document_detail/59977.html) of burstable instances.
28307
28716
  *
28308
28717
  * @example
28309
28718
  * EnterpriseLevel
@@ -28316,7 +28725,7 @@ export declare class ModifyScalingConfigurationShrinkRequestInstancePatternInfos
28316
28725
  instanceTypeFamilies?: string[];
28317
28726
  /**
28318
28727
  * @remarks
28319
- * The maximum hourly price of pay-as-you-go or preemptible instances in intelligent configuration mode. You can specify this parameter to filter the available instance types.
28728
+ * The maximum hourly price of pay-as-you-go or preemptible instances in intelligent configuration mode. You can specify this parameter to obtain the available instance types.
28320
28729
  *
28321
28730
  * > If you set SpotStrategy to SpotWithPriceLimit, you must specify this parameter. In other cases, this parameter is optional.
28322
28731
  *
@@ -28360,7 +28769,7 @@ export declare class ModifyScalingConfigurationShrinkRequestInstancePatternInfos
28360
28769
  memory?: number;
28361
28770
  /**
28362
28771
  * @remarks
28363
- * The baseline vCPU computing performance (overall baseline performance of all vCPUs) per t5 or t6 burstable instance.
28772
+ * The baseline vCPU computing performance (overall baseline performance of all vCPUs) of each t5 or t6 burstable instance.
28364
28773
  *
28365
28774
  * @example
28366
28775
  * 12
@@ -28408,7 +28817,7 @@ export declare class ModifyScalingConfigurationShrinkRequestInstancePatternInfos
28408
28817
  minimumGpuAmount?: number;
28409
28818
  /**
28410
28819
  * @remarks
28411
- * The initial vCPU credits per t5 or t6 burstable instance.
28820
+ * The initial vCPU credits of each t5 or t6 burstable instance.
28412
28821
  *
28413
28822
  * @example
28414
28823
  * 12
@@ -28424,7 +28833,7 @@ export declare class ModifyScalingConfigurationShrinkRequestInstancePatternInfos
28424
28833
  minimumMemorySize?: number;
28425
28834
  /**
28426
28835
  * @remarks
28427
- * The processor models of instance types. You can specify up to 10 processor models.
28836
+ * The processor models of the instance types. You can specify up to 10 processor models.
28428
28837
  */
28429
28838
  physicalProcessorModels?: string[];
28430
28839
  static names(): {
@@ -28592,9 +29001,49 @@ export declare class ModifyScalingConfigurationShrinkRequestSpotPriceLimits exte
28592
29001
  });
28593
29002
  }
28594
29003
  export declare class ModifyScalingGroupRequestCapacityOptions extends $tea.Model {
29004
+ /**
29005
+ * @remarks
29006
+ * Specifies whether to automatically create pay-as-you-go instances to meet the requirements on the number of ECS instances in the scaling group when the number of preemptible instances cannot be reached due to reasons such as cost-related issues and insufficient resources. This parameter takes effect only if you set `MultiAZPolicy` in the `CreateScalingGroup` operation to `COST_OPTIMIZED`. Valid values:
29007
+ *
29008
+ * * true
29009
+ * * false
29010
+ *
29011
+ * @example
29012
+ * true
29013
+ */
28595
29014
  compensateWithOnDemand?: boolean;
29015
+ /**
29016
+ * @remarks
29017
+ * The minimum number of pay-as-you-go instances that must be contained in the scaling group. When the actual number of pay-as-you-go instances in the scaling group drops below the value of this parameter, Auto Scaling preferentially creates pay-as-you-go instances. Valid values: 0 to 1000.
29018
+ *
29019
+ * If you set `MultiAZPolicy` to `COMPOSABLE`, the default value is 0.
29020
+ *
29021
+ * @example
29022
+ * 30
29023
+ */
28596
29024
  onDemandBaseCapacity?: number;
29025
+ /**
29026
+ * @remarks
29027
+ * The percentage of pay-as-you-go instances in the excess instances when the minimum number of pay-as-you-go instances is reached. `OnDemandBaseCapacity` specifies the minimum number of pay-as-you-go instances that must be contained in the scaling group. Valid values: 0 to 100
29028
+ *
29029
+ * If you set `MultiAZPolicy` to `COMPOSABLE`, the default value is 100.
29030
+ *
29031
+ * @example
29032
+ * 20
29033
+ */
28597
29034
  onDemandPercentageAboveBaseCapacity?: number;
29035
+ /**
29036
+ * @remarks
29037
+ * Specifies whether to replace pay-as-you-go ECS instances with preemptible ECS instances. If you specify `CompensateWithOnDemand`, it may result in a higher percentage of pay-as-you-go instances compared to the value of `OnDemandPercentageAboveBaseCapacity`. In this scenario, Auto Scaling will try to deploy preemptible ECS instances to replace the surplus pay-as-you-go ECS instances. When `CompensateWithOnDemand` is specified, Auto Scaling creates pay-as-you-go ECS instances if there are not enough preemptible instance types. To avoid keeping these pay-as-you-go ECS instances for long periods, Auto Scaling tries to replace them with preemptible instances as soon as enough of preemptible instance types become available. Valid values:
29038
+ *
29039
+ * * true
29040
+ * * false
29041
+ *
29042
+ * Default value: false.
29043
+ *
29044
+ * @example
29045
+ * true
29046
+ */
28598
29047
  spotAutoReplaceOnDemand?: boolean;
28599
29048
  static names(): {
28600
29049
  [key: string]: string;
@@ -28925,9 +29374,9 @@ export declare class StartInstanceRefreshRequestDesiredConfiguration extends $te
28925
29374
  export declare class TagResourcesRequestTags extends $tea.Model {
28926
29375
  /**
28927
29376
  * @remarks
28928
- * The key of the tag that you want to add to the Auto Scaling resource.
29377
+ * The tag key.
28929
29378
  *
28930
- * You cannot specify empty strings as tag keys. The tag key must be 1 to 128 characters in length and cannot contain `http://` or `https://`. The tag key cannot start with `acs:` or `aliyun`.
29379
+ * You cannot specify an empty string as a tag key. The tag key can be up to 128 characters in length and cannot start with `acs:` or `aliyun`. The tag key cannot contain `http://` or `https://`.
28931
29380
  *
28932
29381
  * @example
28933
29382
  * TestKey
@@ -28937,8 +29386,8 @@ export declare class TagResourcesRequestTags extends $tea.Model {
28937
29386
  * @remarks
28938
29387
  * Specifies whether to propagate the tag that you want to add. Valid values:
28939
29388
  *
28940
- * * true: propagates the tag only to instances that are newly created and does not propagate the tag to instances that are already running in the scaling group.
28941
- * * false: does not propagate the tag to any instances.
29389
+ * * true: propagates the tag to new instances.
29390
+ * * false: does not propagate the tag to any instance.
28942
29391
  *
28943
29392
  * Default value: false.
28944
29393
  *
@@ -28948,9 +29397,9 @@ export declare class TagResourcesRequestTags extends $tea.Model {
28948
29397
  propagate?: boolean;
28949
29398
  /**
28950
29399
  * @remarks
28951
- * The value of the tag that you want to add to the Auto Scaling resource.
29400
+ * The tag value.
28952
29401
  *
28953
- * You can specify empty strings as tag values. The tag value must be 0 to 128 characters in length and cannot contain `http://` or `https://`. The tag value cannot start with `acs:`.
29402
+ * You can specify empty strings as tag values. The tag value can be up to 128 characters in length and cannot contain `http://` or `https://`.
28954
29403
  *
28955
29404
  * @example
28956
29405
  * TestValue
@@ -29282,7 +29731,7 @@ export default class Client extends OpenApi {
29282
29731
  */
29283
29732
  attachVServerGroups(request: AttachVServerGroupsRequest): Promise<AttachVServerGroupsResponse>;
29284
29733
  /**
29285
- * Cancels an instance refresh task. Take note that new instances that are used to replace old instances or that are scaled out still exist after you call this operation.
29734
+ * Cancels an instance refresh task. Take note that instances whose configurations were already updated by running an instance refresh task remain intact even after you cancel the task.
29286
29735
  *
29287
29736
  * @remarks
29288
29737
  * You cannot call this operation to cancel instance refresh tasks that are being rolled back.
@@ -29293,7 +29742,7 @@ export default class Client extends OpenApi {
29293
29742
  */
29294
29743
  cancelInstanceRefreshWithOptions(request: CancelInstanceRefreshRequest, runtime: $Util.RuntimeOptions): Promise<CancelInstanceRefreshResponse>;
29295
29744
  /**
29296
- * Cancels an instance refresh task. Take note that new instances that are used to replace old instances or that are scaled out still exist after you call this operation.
29745
+ * Cancels an instance refresh task. Take note that instances whose configurations were already updated by running an instance refresh task remain intact even after you cancel the task.
29297
29746
  *
29298
29747
  * @remarks
29299
29748
  * You cannot call this operation to cancel instance refresh tasks that are being rolled back.
@@ -29376,7 +29825,7 @@ export default class Client extends OpenApi {
29376
29825
  */
29377
29826
  createAlarm(request: CreateAlarmRequest): Promise<CreateAlarmResponse>;
29378
29827
  /**
29379
- * CreateDiagnoseReport
29828
+ * Creates a diagnostic report.
29380
29829
  *
29381
29830
  * @param request - CreateDiagnoseReportRequest
29382
29831
  * @param runtime - runtime options for this request RuntimeOptions
@@ -29384,7 +29833,7 @@ export default class Client extends OpenApi {
29384
29833
  */
29385
29834
  createDiagnoseReportWithOptions(request: CreateDiagnoseReportRequest, runtime: $Util.RuntimeOptions): Promise<CreateDiagnoseReportResponse>;
29386
29835
  /**
29387
- * CreateDiagnoseReport
29836
+ * Creates a diagnostic report.
29388
29837
  *
29389
29838
  * @param request - CreateDiagnoseReportRequest
29390
29839
  * @returns CreateDiagnoseReportResponse
@@ -29444,9 +29893,9 @@ export default class Client extends OpenApi {
29444
29893
  * Creates a notification rule. You can call the CreateNotificationConfiguration operation to create a notification rule to stay informed about scaling events or resource changes. This helps you learn about the dynamic status of your scaling group in real time and further automates the management of scaling events.
29445
29894
  *
29446
29895
  * @remarks
29447
- * 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.
29896
+ * 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.
29448
29897
  * * You cannot specify the same recipient for notifications of different event types in a scaling group.
29449
- * 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.
29898
+ * 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.
29450
29899
  *
29451
29900
  * @param request - CreateNotificationConfigurationRequest
29452
29901
  * @param runtime - runtime options for this request RuntimeOptions
@@ -29457,9 +29906,9 @@ export default class Client extends OpenApi {
29457
29906
  * Creates a notification rule. You can call the CreateNotificationConfiguration operation to create a notification rule to stay informed about scaling events or resource changes. This helps you learn about the dynamic status of your scaling group in real time and further automates the management of scaling events.
29458
29907
  *
29459
29908
  * @remarks
29460
- * 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.
29909
+ * 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.
29461
29910
  * * You cannot specify the same recipient for notifications of different event types in a scaling group.
29462
- * 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.
29911
+ * 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.
29463
29912
  *
29464
29913
  * @param request - CreateNotificationConfigurationRequest
29465
29914
  * @returns CreateNotificationConfigurationResponse
@@ -29867,7 +30316,7 @@ export default class Client extends OpenApi {
29867
30316
  */
29868
30317
  describeAlertConfiguration(request: DescribeAlertConfigurationRequest): Promise<DescribeAlertConfigurationResponse>;
29869
30318
  /**
29870
- * DescribeDiagnoseReports
30319
+ * Queries the diagnostic reports.
29871
30320
  *
29872
30321
  * @param request - DescribeDiagnoseReportsRequest
29873
30322
  * @param runtime - runtime options for this request RuntimeOptions
@@ -29875,7 +30324,7 @@ export default class Client extends OpenApi {
29875
30324
  */
29876
30325
  describeDiagnoseReportsWithOptions(request: DescribeDiagnoseReportsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiagnoseReportsResponse>;
29877
30326
  /**
29878
- * DescribeDiagnoseReports
30327
+ * Queries the diagnostic reports.
29879
30328
  *
29880
30329
  * @param request - DescribeDiagnoseReportsRequest
29881
30330
  * @returns DescribeDiagnoseReportsResponse
@@ -29912,7 +30361,7 @@ export default class Client extends OpenApi {
29912
30361
  */
29913
30362
  describeEciScalingConfigurations(request: DescribeEciScalingConfigurationsRequest): Promise<DescribeEciScalingConfigurationsResponse>;
29914
30363
  /**
29915
- * DescribeElasticStrength
30364
+ * Queries the scaling strength of a scaling configuration. The success rate of scale-out events depends on the scaling strength of the scaling configuration that you want to use. By checking the scaling strength of a scaling configuration, you can enable Auto Scaling to measure its performance and improve specific configurations.
29916
30365
  *
29917
30366
  * @param request - DescribeElasticStrengthRequest
29918
30367
  * @param runtime - runtime options for this request RuntimeOptions
@@ -29920,7 +30369,7 @@ export default class Client extends OpenApi {
29920
30369
  */
29921
30370
  describeElasticStrengthWithOptions(request: DescribeElasticStrengthRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticStrengthResponse>;
29922
30371
  /**
29923
- * DescribeElasticStrength
30372
+ * Queries the scaling strength of a scaling configuration. The success rate of scale-out events depends on the scaling strength of the scaling configuration that you want to use. By checking the scaling strength of a scaling configuration, you can enable Auto Scaling to measure its performance and improve specific configurations.
29924
30373
  *
29925
30374
  * @param request - DescribeElasticStrengthRequest
29926
30375
  * @returns DescribeElasticStrengthResponse
@@ -29942,7 +30391,7 @@ export default class Client extends OpenApi {
29942
30391
  */
29943
30392
  describeInstanceRefreshes(request: DescribeInstanceRefreshesRequest): Promise<DescribeInstanceRefreshesResponse>;
29944
30393
  /**
29945
- * Queries the details of a lifecycle hook. If you want to query the details of a lifecycle hook, you can call the DescribeLifecycleActions operation. For example, you can query the execution status and ID of a lifecycle hook, along with the Elastic Compute Service (ECS) instances on which the lifecycle hook takes effect. When you call this operation, you can specify parameters such as ScalingActivityId, LifecycleActionToken, and MaxResults to query the details of a lifecycle hook.
30394
+ * Queries lifecycle hook actions. When you call the DescribeLifecycleActions operation, you can specify parameters such as ScalingActivityId, NextToken, and MaxResults to query the details such as the action status and ID of a lifecycle hook. You can also call this operation to query the IDs of Elastic Compute Service (ECS) instances on which the lifecycle hook takes effect.
29946
30395
  *
29947
30396
  * @remarks
29948
30397
  * If a scaling activity is executed and a lifecycle hook is created for the scaling activity, the lifecycle hook triggers a lifecycle action. A lifecycle action can be in one of the following states:
@@ -29957,7 +30406,7 @@ export default class Client extends OpenApi {
29957
30406
  */
29958
30407
  describeLifecycleActionsWithOptions(request: DescribeLifecycleActionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLifecycleActionsResponse>;
29959
30408
  /**
29960
- * Queries the details of a lifecycle hook. If you want to query the details of a lifecycle hook, you can call the DescribeLifecycleActions operation. For example, you can query the execution status and ID of a lifecycle hook, along with the Elastic Compute Service (ECS) instances on which the lifecycle hook takes effect. When you call this operation, you can specify parameters such as ScalingActivityId, LifecycleActionToken, and MaxResults to query the details of a lifecycle hook.
30409
+ * Queries lifecycle hook actions. When you call the DescribeLifecycleActions operation, you can specify parameters such as ScalingActivityId, NextToken, and MaxResults to query the details such as the action status and ID of a lifecycle hook. You can also call this operation to query the IDs of Elastic Compute Service (ECS) instances on which the lifecycle hook takes effect.
29961
30410
  *
29962
30411
  * @remarks
29963
30412
  * If a scaling activity is executed and a lifecycle hook is created for the scaling activity, the lifecycle hook triggers a lifecycle action. A lifecycle action can be in one of the following states:
@@ -29971,7 +30420,7 @@ export default class Client extends OpenApi {
29971
30420
  */
29972
30421
  describeLifecycleActions(request: DescribeLifecycleActionsRequest): Promise<DescribeLifecycleActionsResponse>;
29973
30422
  /**
29974
- * Queries lifecycle hooks. If you want to check whether the configurations of your lifecycle hooks are correct or you want to query the details of multiple lifecycle hooks at the same time, you can call the DescribeLifecycleHooks operation. You can specify lifecycle hook IDs or scaling group IDs when you call this operation. This operation returns details such as the default actions, scaling activities, Alibaba Cloud Resource Names (ARNs) of notification recipients, and timeout periods of lifecycle hooks.
30423
+ * Queries lifecycle hooks. When you call this operation, you can specify the lifecycle hook ID or scaling group ID to query the details of the desired lifecycle hook, such as the default action after the lifecycle hook times out, scaling activity that corresponds to the lifecycle hook, Alibaba Cloud Resource Name (ARN) of the notification recipient, and effective period of the lifecycle hook.
29975
30424
  *
29976
30425
  * @remarks
29977
30426
  * You can use one of the following methods to query lifecycle hooks:
@@ -29985,7 +30434,7 @@ export default class Client extends OpenApi {
29985
30434
  */
29986
30435
  describeLifecycleHooksWithOptions(request: DescribeLifecycleHooksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLifecycleHooksResponse>;
29987
30436
  /**
29988
- * Queries lifecycle hooks. If you want to check whether the configurations of your lifecycle hooks are correct or you want to query the details of multiple lifecycle hooks at the same time, you can call the DescribeLifecycleHooks operation. You can specify lifecycle hook IDs or scaling group IDs when you call this operation. This operation returns details such as the default actions, scaling activities, Alibaba Cloud Resource Names (ARNs) of notification recipients, and timeout periods of lifecycle hooks.
30437
+ * Queries lifecycle hooks. When you call this operation, you can specify the lifecycle hook ID or scaling group ID to query the details of the desired lifecycle hook, such as the default action after the lifecycle hook times out, scaling activity that corresponds to the lifecycle hook, Alibaba Cloud Resource Name (ARN) of the notification recipient, and effective period of the lifecycle hook.
29989
30438
  *
29990
30439
  * @remarks
29991
30440
  * You can use one of the following methods to query lifecycle hooks:
@@ -30098,7 +30547,7 @@ export default class Client extends OpenApi {
30098
30547
  */
30099
30548
  describeScalingActivities(request: DescribeScalingActivitiesRequest): Promise<DescribeScalingActivitiesResponse>;
30100
30549
  /**
30101
- * Queries the details of a scaling activity. The DescribeScalingActivityDetail operation enables you to access and monitor the details of a scaling activity, which is beneficial for troubleshooting and performance analysis purposes.
30550
+ * Queries the details of a scaling activity. You can query a scaling activity by its ID. The scaling activity details include the scaling activity status, error code, and error message. You can efficiently troubleshoot issues and analyze service performance based on the error message.
30102
30551
  *
30103
30552
  * @param request - DescribeScalingActivityDetailRequest
30104
30553
  * @param runtime - runtime options for this request RuntimeOptions
@@ -30106,7 +30555,7 @@ export default class Client extends OpenApi {
30106
30555
  */
30107
30556
  describeScalingActivityDetailWithOptions(request: DescribeScalingActivityDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeScalingActivityDetailResponse>;
30108
30557
  /**
30109
- * Queries the details of a scaling activity. The DescribeScalingActivityDetail operation enables you to access and monitor the details of a scaling activity, which is beneficial for troubleshooting and performance analysis purposes.
30558
+ * Queries the details of a scaling activity. You can query a scaling activity by its ID. The scaling activity details include the scaling activity status, error code, and error message. You can efficiently troubleshoot issues and analyze service performance based on the error message.
30110
30559
  *
30111
30560
  * @param request - DescribeScalingActivityDetailRequest
30112
30561
  * @returns DescribeScalingActivityDetailResponse
@@ -30143,7 +30592,7 @@ export default class Client extends OpenApi {
30143
30592
  */
30144
30593
  describeScalingGroupDetail(request: DescribeScalingGroupDetailRequest): Promise<DescribeScalingGroupDetailResponse>;
30145
30594
  /**
30146
- * DescribeScalingGroupDiagnoseDetails
30595
+ * Queries the latest diagnosis details for a scaling group. Diagnosis details are only returned in the presence of exceptions.
30147
30596
  *
30148
30597
  * @param request - DescribeScalingGroupDiagnoseDetailsRequest
30149
30598
  * @param runtime - runtime options for this request RuntimeOptions
@@ -30151,7 +30600,7 @@ export default class Client extends OpenApi {
30151
30600
  */
30152
30601
  describeScalingGroupDiagnoseDetailsWithOptions(request: DescribeScalingGroupDiagnoseDetailsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeScalingGroupDiagnoseDetailsResponse>;
30153
30602
  /**
30154
- * DescribeScalingGroupDiagnoseDetails
30603
+ * Queries the latest diagnosis details for a scaling group. Diagnosis details are only returned in the presence of exceptions.
30155
30604
  *
30156
30605
  * @param request - DescribeScalingGroupDiagnoseDetailsRequest
30157
30606
  * @returns DescribeScalingGroupDiagnoseDetailsResponse
@@ -30245,7 +30694,7 @@ export default class Client extends OpenApi {
30245
30694
  */
30246
30695
  detachAlbServerGroups(request: DetachAlbServerGroupsRequest): Promise<DetachAlbServerGroupsResponse>;
30247
30696
  /**
30248
- * Disassociates one or more ApsaraDB RDS instances from a scaling group.
30697
+ * Detaches one or more ApsaraDB RDS instances from a scaling group. If you want to decrease the number of ApsaraDB RDS instances attached to your scaling group, you can call the DetachDBInstance operation. This operation liberates ApsaraDB RDS instances from your scaling group, thereby significantly boosting the agility and efficiency in managing and allocating your resources.
30249
30698
  *
30250
30699
  * @param request - DetachDBInstancesRequest
30251
30700
  * @param runtime - runtime options for this request RuntimeOptions
@@ -30253,7 +30702,7 @@ export default class Client extends OpenApi {
30253
30702
  */
30254
30703
  detachDBInstancesWithOptions(request: DetachDBInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DetachDBInstancesResponse>;
30255
30704
  /**
30256
- * Disassociates one or more ApsaraDB RDS instances from a scaling group.
30705
+ * Detaches one or more ApsaraDB RDS instances from a scaling group. If you want to decrease the number of ApsaraDB RDS instances attached to your scaling group, you can call the DetachDBInstance operation. This operation liberates ApsaraDB RDS instances from your scaling group, thereby significantly boosting the agility and efficiency in managing and allocating your resources.
30257
30706
  *
30258
30707
  * @param request - DetachDBInstancesRequest
30259
30708
  * @returns DetachDBInstancesResponse
@@ -30560,7 +31009,7 @@ export default class Client extends OpenApi {
30560
31009
  */
30561
31010
  listTagKeys(request: ListTagKeysRequest): Promise<ListTagKeysResponse>;
30562
31011
  /**
30563
- * Queries tags. You can call the ListTagResources operation to query tags that are added to Auto Scaling resources, thereby clarifying resource utilization and facilitating efficient management. This operation aids in the automation of resource categorization and permission management processes.
31012
+ * Queries tags. You can call the ListTagResources operation to query tags that are added to Auto Scaling resources, thereby clarifying resource utilization and facilitating efficient resource management. This operation aids in the automation of resource categorization and permission management processes.
30564
31013
  *
30565
31014
  * @remarks
30566
31015
  * Specify at least one of the following request parameters: `ResourceIds` and `Tags`. `Tags.Key` and `Tags.Value` are used to specify the query objects.
@@ -30572,7 +31021,7 @@ export default class Client extends OpenApi {
30572
31021
  */
30573
31022
  listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
30574
31023
  /**
30575
- * Queries tags. You can call the ListTagResources operation to query tags that are added to Auto Scaling resources, thereby clarifying resource utilization and facilitating efficient management. This operation aids in the automation of resource categorization and permission management processes.
31024
+ * Queries tags. You can call the ListTagResources operation to query tags that are added to Auto Scaling resources, thereby clarifying resource utilization and facilitating efficient resource management. This operation aids in the automation of resource categorization and permission management processes.
30576
31025
  *
30577
31026
  * @remarks
30578
31027
  * Specify at least one of the following request parameters: `ResourceIds` and `Tags`. `Tags.Key` and `Tags.Value` are used to specify the query objects.
@@ -30870,8 +31319,8 @@ export default class Client extends OpenApi {
30870
31319
  * Extends the time window during which Elastic Compute Service (ECS) instances stay in a Pending state. If the current time window during which an ECS instance stays in a Pending state is not sufficient for you to complete custom operations on the ECS instance, you can call the RecordLifecycleActionHeartbeat operation to extend the time window. When you call this operation, you can specify lifecycleHookId, lifecycleActionToken, and heartbeatTimeout to extend the time window for the desired ECS instance.
30871
31320
  *
30872
31321
  * @remarks
30873
- * You can call this operation only when the desired ECS instance enters a Pending state.\\
30874
- * 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.
31322
+ * You can call this operation only to extend the time window during which Elastic Compute Service (ECS) instances stay in a Pending state.
31323
+ * 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.
30875
31324
  *
30876
31325
  * @param request - RecordLifecycleActionHeartbeatRequest
30877
31326
  * @param runtime - runtime options for this request RuntimeOptions
@@ -30882,8 +31331,8 @@ export default class Client extends OpenApi {
30882
31331
  * Extends the time window during which Elastic Compute Service (ECS) instances stay in a Pending state. If the current time window during which an ECS instance stays in a Pending state is not sufficient for you to complete custom operations on the ECS instance, you can call the RecordLifecycleActionHeartbeat operation to extend the time window. When you call this operation, you can specify lifecycleHookId, lifecycleActionToken, and heartbeatTimeout to extend the time window for the desired ECS instance.
30883
31332
  *
30884
31333
  * @remarks
30885
- * You can call this operation only when the desired ECS instance enters a Pending state.\\
30886
- * 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.
31334
+ * You can call this operation only to extend the time window during which Elastic Compute Service (ECS) instances stay in a Pending state.
31335
+ * 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.
30887
31336
  *
30888
31337
  * @param request - RecordLifecycleActionHeartbeatRequest
30889
31338
  * @returns RecordLifecycleActionHeartbeatResponse
@@ -30940,7 +31389,7 @@ export default class Client extends OpenApi {
30940
31389
  */
30941
31390
  resumeInstanceRefresh(request: ResumeInstanceRefreshRequest): Promise<ResumeInstanceRefreshResponse>;
30942
31391
  /**
30943
- * Resumes suspended processes in a scaling group.
31392
+ * Resumes suspended processes in a scaling group. This operation allows Auto Scaling to proceed with executing these processes according to their predefined rules and logic. For example, if you resume the health check process in your scaling group, Auto Scaling automatically detects and removes any instances deemed unhealthy from the scaling group.
30944
31393
  *
30945
31394
  * @param request - ResumeProcessesRequest
30946
31395
  * @param runtime - runtime options for this request RuntimeOptions
@@ -30948,14 +31397,14 @@ export default class Client extends OpenApi {
30948
31397
  */
30949
31398
  resumeProcessesWithOptions(request: ResumeProcessesRequest, runtime: $Util.RuntimeOptions): Promise<ResumeProcessesResponse>;
30950
31399
  /**
30951
- * Resumes suspended processes in a scaling group.
31400
+ * Resumes suspended processes in a scaling group. This operation allows Auto Scaling to proceed with executing these processes according to their predefined rules and logic. For example, if you resume the health check process in your scaling group, Auto Scaling automatically detects and removes any instances deemed unhealthy from the scaling group.
30952
31401
  *
30953
31402
  * @param request - ResumeProcessesRequest
30954
31403
  * @returns ResumeProcessesResponse
30955
31404
  */
30956
31405
  resumeProcesses(request: ResumeProcessesRequest): Promise<ResumeProcessesResponse>;
30957
31406
  /**
30958
- * Rolls back an instance refresh task. If the configurations of an instance refresh task cannot meet your business requirements, you can call this operation to roll back the task. During the rollback process, Auto Scaling creates instances based on the active scaling configuration to replace instances that are created based on the configurations of the instance refresh task.
31407
+ * Rolls back an instance refresh task. If an instance refresh task cannot meet your business requirements, you can call the RollbackInstanceRefresh operation. When you roll back an instance refresh task, Auto Scaling creates new instances based on the active scaling configuration to replace the instances whose configurations are already updated by running the task.
30959
31408
  *
30960
31409
  * @param request - RollbackInstanceRefreshRequest
30961
31410
  * @param runtime - runtime options for this request RuntimeOptions
@@ -30963,7 +31412,7 @@ export default class Client extends OpenApi {
30963
31412
  */
30964
31413
  rollbackInstanceRefreshWithOptions(request: RollbackInstanceRefreshRequest, runtime: $Util.RuntimeOptions): Promise<RollbackInstanceRefreshResponse>;
30965
31414
  /**
30966
- * Rolls back an instance refresh task. If the configurations of an instance refresh task cannot meet your business requirements, you can call this operation to roll back the task. During the rollback process, Auto Scaling creates instances based on the active scaling configuration to replace instances that are created based on the configurations of the instance refresh task.
31415
+ * Rolls back an instance refresh task. If an instance refresh task cannot meet your business requirements, you can call the RollbackInstanceRefresh operation. When you roll back an instance refresh task, Auto Scaling creates new instances based on the active scaling configuration to replace the instances whose configurations are already updated by running the task.
30967
31416
  *
30968
31417
  * @param request - RollbackInstanceRefreshRequest
30969
31418
  * @returns RollbackInstanceRefreshResponse
@@ -31066,13 +31515,13 @@ export default class Client extends OpenApi {
31066
31515
  */
31067
31516
  setInstancesProtection(request: SetInstancesProtectionRequest): Promise<SetInstancesProtectionResponse>;
31068
31517
  /**
31069
- * Starts an instance refresh task. If you want to batch update instance images, modify information in scaling configurations, and scale out instances based on new configurations, you can call the StartInstanceRefresh.html operation. After you start an instance refresh task, Auto Scaling gradually creates new instances from the desired configurations provided by the task to replace old instances. When all replacements are complete, the configurations of instances in your scaling group perfectly match your expectations.
31518
+ * Starts an instance refresh task. If you want to apply a new scaling configuration in a scaling group or update the image specified in a scaling configuration, you can call the StartInstanceRefresh operation.
31070
31519
  *
31071
31520
  * @remarks
31072
31521
  * Only one instance refresh task can be executed at a time in a scaling group.
31073
- * * Instance refresh tasks are currently supported only by scaling groups of the Elastic Compute Service (ECS) type and using **the priority policy**. Scaling groups that use the number of vCPUs as the method to calculate the group capacity or scaling groups whose instance reclaim mode is **Economical Mode** or **Forcibly Recycle** do not support instance refresh tasks.
31074
- * * 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.
31075
- * * Instance refresh tasks does not take effect on instances that are manually added and instances that are in the Standby and Protected states.
31522
+ * * You can start instance refresh tasks for Elastic Compute Service (ECS) instances in scaling groups that use the **priority policy** as the scaling policy. Scaling groups whose capacity is measured based on the **number of vCPUs** and scaling groups whose instance reclaim mode is **Economical Mode** or **Forcibly Recycle** do not support the StartInstanceRefresh operation.
31523
+ * * 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.
31524
+ * * The StartInstanceRefresh operation does not take effect on instances that are manually added or instances that are in the Standby and Protected states.
31076
31525
  *
31077
31526
  * @param request - StartInstanceRefreshRequest
31078
31527
  * @param runtime - runtime options for this request RuntimeOptions
@@ -31080,20 +31529,20 @@ export default class Client extends OpenApi {
31080
31529
  */
31081
31530
  startInstanceRefreshWithOptions(request: StartInstanceRefreshRequest, runtime: $Util.RuntimeOptions): Promise<StartInstanceRefreshResponse>;
31082
31531
  /**
31083
- * Starts an instance refresh task. If you want to batch update instance images, modify information in scaling configurations, and scale out instances based on new configurations, you can call the StartInstanceRefresh.html operation. After you start an instance refresh task, Auto Scaling gradually creates new instances from the desired configurations provided by the task to replace old instances. When all replacements are complete, the configurations of instances in your scaling group perfectly match your expectations.
31532
+ * Starts an instance refresh task. If you want to apply a new scaling configuration in a scaling group or update the image specified in a scaling configuration, you can call the StartInstanceRefresh operation.
31084
31533
  *
31085
31534
  * @remarks
31086
31535
  * Only one instance refresh task can be executed at a time in a scaling group.
31087
- * * Instance refresh tasks are currently supported only by scaling groups of the Elastic Compute Service (ECS) type and using **the priority policy**. Scaling groups that use the number of vCPUs as the method to calculate the group capacity or scaling groups whose instance reclaim mode is **Economical Mode** or **Forcibly Recycle** do not support instance refresh tasks.
31088
- * * 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.
31089
- * * Instance refresh tasks does not take effect on instances that are manually added and instances that are in the Standby and Protected states.
31536
+ * * You can start instance refresh tasks for Elastic Compute Service (ECS) instances in scaling groups that use the **priority policy** as the scaling policy. Scaling groups whose capacity is measured based on the **number of vCPUs** and scaling groups whose instance reclaim mode is **Economical Mode** or **Forcibly Recycle** do not support the StartInstanceRefresh operation.
31537
+ * * 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.
31538
+ * * The StartInstanceRefresh operation does not take effect on instances that are manually added or instances that are in the Standby and Protected states.
31090
31539
  *
31091
31540
  * @param request - StartInstanceRefreshRequest
31092
31541
  * @returns StartInstanceRefreshResponse
31093
31542
  */
31094
31543
  startInstanceRefresh(request: StartInstanceRefreshRequest): Promise<StartInstanceRefreshResponse>;
31095
31544
  /**
31096
- * Suspends an instance refresh task. You can call this operation to suspend an ongoing instance refresh task for observation.
31545
+ * Suspends an instance refresh task. If you are not sure that you want to roll back an ongoing instance refresh task whose configurations you think has an issue, you can call the SuspendInstanceRefresh operation to suspend the task.
31097
31546
  *
31098
31547
  * @remarks
31099
31548
  * You cannot call this operation to suspend an instance refresh task that is being rolled back.
@@ -31104,7 +31553,7 @@ export default class Client extends OpenApi {
31104
31553
  */
31105
31554
  suspendInstanceRefreshWithOptions(request: SuspendInstanceRefreshRequest, runtime: $Util.RuntimeOptions): Promise<SuspendInstanceRefreshResponse>;
31106
31555
  /**
31107
- * Suspends an instance refresh task. You can call this operation to suspend an ongoing instance refresh task for observation.
31556
+ * Suspends an instance refresh task. If you are not sure that you want to roll back an ongoing instance refresh task whose configurations you think has an issue, you can call the SuspendInstanceRefresh operation to suspend the task.
31108
31557
  *
31109
31558
  * @remarks
31110
31559
  * You cannot call this operation to suspend an instance refresh task that is being rolled back.
@@ -31129,7 +31578,7 @@ export default class Client extends OpenApi {
31129
31578
  */
31130
31579
  suspendProcesses(request: SuspendProcessesRequest): Promise<SuspendProcessesResponse>;
31131
31580
  /**
31132
- * Creates and attaches tags. You can call the TagResources operation to uniformly create and attach tags to your Auto Scaling resources, streamlining resource management. This capability empowers you to categorize resources based on tags, thereby enhancing the overall efficiency of resource allocation and utilization.
31581
+ * Creates and adds tags. You can call the TagResources operation to uniformly create and attach tags to your Auto Scaling resources, streamlining resource management. This capability empowers you to categorize resources based on tags, thereby enhancing the overall efficiency of resource allocation and utilization.
31133
31582
  *
31134
31583
  * @remarks
31135
31584
  * You can attach up to 20 tags to a scaling group.
@@ -31146,7 +31595,7 @@ export default class Client extends OpenApi {
31146
31595
  */
31147
31596
  tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
31148
31597
  /**
31149
- * Creates and attaches tags. You can call the TagResources operation to uniformly create and attach tags to your Auto Scaling resources, streamlining resource management. This capability empowers you to categorize resources based on tags, thereby enhancing the overall efficiency of resource allocation and utilization.
31598
+ * Creates and adds tags. You can call the TagResources operation to uniformly create and attach tags to your Auto Scaling resources, streamlining resource management. This capability empowers you to categorize resources based on tags, thereby enhancing the overall efficiency of resource allocation and utilization.
31150
31599
  *
31151
31600
  * @remarks
31152
31601
  * You can attach up to 20 tags to a scaling group.
@@ -31177,7 +31626,7 @@ export default class Client extends OpenApi {
31177
31626
  */
31178
31627
  untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
31179
31628
  /**
31180
- * Checks whether Auto Scaling is authorized to access Elastic Compute Service (ECS) and Elastic Container Instance resources.
31629
+ * Checks whether the specified Alibaba Cloud account assumes the AliyunServiceRoleForAutoScaling service-linked role. An account can be used to operate Elastic Compute Service (ECS) instances and elastic container instances only after it assumes the service-linked role.
31181
31630
  *
31182
31631
  * @param request - VerifyAuthenticationRequest
31183
31632
  * @param runtime - runtime options for this request RuntimeOptions
@@ -31185,7 +31634,7 @@ export default class Client extends OpenApi {
31185
31634
  */
31186
31635
  verifyAuthenticationWithOptions(request: VerifyAuthenticationRequest, runtime: $Util.RuntimeOptions): Promise<VerifyAuthenticationResponse>;
31187
31636
  /**
31188
- * Checks whether Auto Scaling is authorized to access Elastic Compute Service (ECS) and Elastic Container Instance resources.
31637
+ * Checks whether the specified Alibaba Cloud account assumes the AliyunServiceRoleForAutoScaling service-linked role. An account can be used to operate Elastic Compute Service (ECS) instances and elastic container instances only after it assumes the service-linked role.
31189
31638
  *
31190
31639
  * @param request - VerifyAuthenticationRequest
31191
31640
  * @returns VerifyAuthenticationResponse