@alicloud/ess20220222 1.4.0 → 1.4.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/ess20220222",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -4777,6 +4777,7 @@ export class DetachInstancesRequest extends $tea.Model {
4777
4777
  clientToken?: string;
4778
4778
  decreaseDesiredCapacity?: boolean;
4779
4779
  detachOption?: string;
4780
+ ignoreInvalidInstance?: boolean;
4780
4781
  instanceIds?: string[];
4781
4782
  lifecycleHook?: boolean;
4782
4783
  ownerAccount?: string;
@@ -4789,6 +4790,7 @@ export class DetachInstancesRequest extends $tea.Model {
4789
4790
  clientToken: 'ClientToken',
4790
4791
  decreaseDesiredCapacity: 'DecreaseDesiredCapacity',
4791
4792
  detachOption: 'DetachOption',
4793
+ ignoreInvalidInstance: 'IgnoreInvalidInstance',
4792
4794
  instanceIds: 'InstanceIds',
4793
4795
  lifecycleHook: 'LifecycleHook',
4794
4796
  ownerAccount: 'OwnerAccount',
@@ -4804,6 +4806,7 @@ export class DetachInstancesRequest extends $tea.Model {
4804
4806
  clientToken: 'string',
4805
4807
  decreaseDesiredCapacity: 'boolean',
4806
4808
  detachOption: 'string',
4809
+ ignoreInvalidInstance: 'boolean',
4807
4810
  instanceIds: { 'type': 'array', 'itemType': 'string' },
4808
4811
  lifecycleHook: 'boolean',
4809
4812
  ownerAccount: 'string',
@@ -7495,6 +7498,7 @@ export class RecordLifecycleActionHeartbeatResponse extends $tea.Model {
7495
7498
  export class RemoveInstancesRequest extends $tea.Model {
7496
7499
  clientToken?: string;
7497
7500
  decreaseDesiredCapacity?: boolean;
7501
+ ignoreInvalidInstance?: boolean;
7498
7502
  instanceIds?: string[];
7499
7503
  ownerAccount?: string;
7500
7504
  ownerId?: number;
@@ -7507,6 +7511,7 @@ export class RemoveInstancesRequest extends $tea.Model {
7507
7511
  return {
7508
7512
  clientToken: 'ClientToken',
7509
7513
  decreaseDesiredCapacity: 'DecreaseDesiredCapacity',
7514
+ ignoreInvalidInstance: 'IgnoreInvalidInstance',
7510
7515
  instanceIds: 'InstanceIds',
7511
7516
  ownerAccount: 'OwnerAccount',
7512
7517
  ownerId: 'OwnerId',
@@ -7522,6 +7527,7 @@ export class RemoveInstancesRequest extends $tea.Model {
7522
7527
  return {
7523
7528
  clientToken: 'string',
7524
7529
  decreaseDesiredCapacity: 'boolean',
7530
+ ignoreInvalidInstance: 'boolean',
7525
7531
  instanceIds: { 'type': 'array', 'itemType': 'string' },
7526
7532
  ownerAccount: 'string',
7527
7533
  ownerId: 'number',
@@ -18199,7 +18205,7 @@ export default class Client extends OpenApi {
18199
18205
  }
18200
18206
 
18201
18207
  /**
18202
- * @summary Deletes an event-triggered task.
18208
+ * @summary Deletes an event-triggered task. If your business pattern is unpredictable or prone to unforeseen traffic spikes, you can create event-triggered tasks by associating CloudMonitor metrics to effectively monitor fluctuations in your business workload. Upon detecting that the criteria for alerts, as specified in event-triggered tasks, are fulfilled, Auto Scaling promptly issues alerts and executes the scaling rules predefined within those tasks. This process occurs within the predefined effective time windows of the tasks, thereby facilitating the automatic increase or decrease of Elastic Compute Service (ECS) instances or elastic container instances within your scaling groups. Ultimately, this mechanism ensures the dynamic optimization of resources based on real-time workload demands. If you no longer need an event-triggered task, you can call the DeleteAlarm operation to delete it.
18203
18209
  *
18204
18210
  * @param request DeleteAlarmRequest
18205
18211
  * @param runtime runtime options for this request RuntimeOptions
@@ -18242,7 +18248,7 @@ export default class Client extends OpenApi {
18242
18248
  }
18243
18249
 
18244
18250
  /**
18245
- * @summary Deletes an event-triggered task.
18251
+ * @summary Deletes an event-triggered task. If your business pattern is unpredictable or prone to unforeseen traffic spikes, you can create event-triggered tasks by associating CloudMonitor metrics to effectively monitor fluctuations in your business workload. Upon detecting that the criteria for alerts, as specified in event-triggered tasks, are fulfilled, Auto Scaling promptly issues alerts and executes the scaling rules predefined within those tasks. This process occurs within the predefined effective time windows of the tasks, thereby facilitating the automatic increase or decrease of Elastic Compute Service (ECS) instances or elastic container instances within your scaling groups. Ultimately, this mechanism ensures the dynamic optimization of resources based on real-time workload demands. If you no longer need an event-triggered task, you can call the DeleteAlarm operation to delete it.
18246
18252
  *
18247
18253
  * @param request DeleteAlarmRequest
18248
18254
  * @return DeleteAlarmResponse
@@ -18253,11 +18259,11 @@ export default class Client extends OpenApi {
18253
18259
  }
18254
18260
 
18255
18261
  /**
18256
- * @summary Deletes a scaling configuration that is used to create elastic container instances.
18262
+ * @summary Deletes a scaling configuration of the Elastic Container Instance type. If the scaling configuration of a scaling group is in the Inactive state and the scaling group contains no elastic container instances created from the scaling configuration, you can call the DeleteEciScalingConfiguration operation to delete the scaling configuration to free up the scaling configuration quota.
18257
18263
  *
18258
- * @description You cannot delete a scaling configuration that is used to create elastic container instances in the following scenarios:
18264
+ * @description You cannot call this operation to delete a scaling configuration in the following scenarios:
18259
18265
  * * The scaling configuration is in the Active state.
18260
- * * The scaling group contains elastic container instances that are created based on the scaling configuration.
18266
+ * * The scaling group contains elastic container instances created from the scaling configuration.
18261
18267
  *
18262
18268
  * @param request DeleteEciScalingConfigurationRequest
18263
18269
  * @param runtime runtime options for this request RuntimeOptions
@@ -18304,11 +18310,11 @@ export default class Client extends OpenApi {
18304
18310
  }
18305
18311
 
18306
18312
  /**
18307
- * @summary Deletes a scaling configuration that is used to create elastic container instances.
18313
+ * @summary Deletes a scaling configuration of the Elastic Container Instance type. If the scaling configuration of a scaling group is in the Inactive state and the scaling group contains no elastic container instances created from the scaling configuration, you can call the DeleteEciScalingConfiguration operation to delete the scaling configuration to free up the scaling configuration quota.
18308
18314
  *
18309
- * @description You cannot delete a scaling configuration that is used to create elastic container instances in the following scenarios:
18315
+ * @description You cannot call this operation to delete a scaling configuration in the following scenarios:
18310
18316
  * * The scaling configuration is in the Active state.
18311
- * * The scaling group contains elastic container instances that are created based on the scaling configuration.
18317
+ * * The scaling group contains elastic container instances created from the scaling configuration.
18312
18318
  *
18313
18319
  * @param request DeleteEciScalingConfigurationRequest
18314
18320
  * @return DeleteEciScalingConfigurationResponse
@@ -18393,7 +18399,7 @@ export default class Client extends OpenApi {
18393
18399
  }
18394
18400
 
18395
18401
  /**
18396
- * @summary Deletes a notification.
18402
+ * @summary Deletes event notification rules. The event notification feature facilitates efficient issue identification and event management by automatically forwarding notifications from Auto Scaling to designated endpoints such as CloudMonitor or Message Service (MNS) topics and queues. If you no longer require an event notification rule, you can call the DeleteNotificationConfiguration operation to delete it.
18397
18403
  *
18398
18404
  * @param request DeleteNotificationConfigurationRequest
18399
18405
  * @param runtime runtime options for this request RuntimeOptions
@@ -18440,7 +18446,7 @@ export default class Client extends OpenApi {
18440
18446
  }
18441
18447
 
18442
18448
  /**
18443
- * @summary Deletes a notification.
18449
+ * @summary Deletes event notification rules. The event notification feature facilitates efficient issue identification and event management by automatically forwarding notifications from Auto Scaling to designated endpoints such as CloudMonitor or Message Service (MNS) topics and queues. If you no longer require an event notification rule, you can call the DeleteNotificationConfiguration operation to delete it.
18444
18450
  *
18445
18451
  * @param request DeleteNotificationConfigurationRequest
18446
18452
  * @return DeleteNotificationConfigurationResponse
@@ -18513,11 +18519,18 @@ export default class Client extends OpenApi {
18513
18519
  }
18514
18520
 
18515
18521
  /**
18516
- * @summary Deletes a scaling group.
18522
+ * @summary Deletes a scaling group. If you want to enable policy-based automatic addition or removal of instances of a specific type to meet evolving business requirements, you can create scaling groups to manage your computing power with ease. The computing power refers to the instances that provide the computing capability. If you no longer require a scaling group, you can call the DeleteScalingGroup operation to delete it to free up the scaling group quota.
18517
18523
  *
18518
- * @description Before you delete a scaling group, take note of the following items:
18519
- * * After you delete a scaling group, the scaling configuration, scaling rules, scaling activities, and scaling requests related to the scaling group are also deleted.
18520
- * * After you delete a scaling group, the scheduled tasks and event-triggered tasks of the scaling group are not deleted. The Classic Load Balancer (CLB) instances and ApsaraDB RDS instances with which the scaling group is associated are also not deleted.
18524
+ * @description Before you call the DeleteScalingGroup operation, take note of the following items:
18525
+ * * If you delete a scaling group, the scaling configurations, scaling rules, scaling activities, and scaling requests related to the scaling group are also deleted.
18526
+ * * If you delete a scaling group, the scheduled tasks and event-triggered tasks of the scaling group are not deleted. The Server Load Balancer (SLB) instances and ApsaraDB RDS instances that are attached to the scaling group are also not deleted.
18527
+ * * If the scaling group that you want to delete contains ECS instances or elastic container instances that are in the In Service state, Auto Scaling stops the instances and then removes all manually added instances from the scaling group or releases all automatically created instances in the scaling group before the scaling group is deleted.
18528
+ * **
18529
+ * **Note** Before you delete a scaling group, make sure that the Deletion Protection feature is disabled. If you have enabled the Deletion Protection feature for a scaling group, disable the feature on the Modify Scaling Group page before you delete the scaling group.
18530
+ * * If you do not disable the Deletion Protection feature for a scaling group, you cannot delete the scaling group by using the Auto Scaling console or calling this operation. The Deletion Protection feature is an effective measure to safeguard scaling groups against unintended deletion.
18531
+ * * Prior to deleting a scaling group, make sure that your ECS instances within the scaling group are safeguarded against unintended release. Even if you have already enabled the Release Protection feature for the ECS instances, you must manually put these ECS instances into the Protected state. Doing so guarantees that the ECS instances will not be forcibly released during the deletion process of the scaling group, providing an extra layer of security.
18532
+ * **
18533
+ * **Note** Before you delete a scaling group, we recommend that you enable the Deletion Protection feature for ECS instances that you want to retain. This action guarantees that the ECS instances are not forcibly released after you delete the scaling group. For more information, see [SetInstancesProtection](https://help.aliyun.com/document_detail/459342.html).
18521
18534
  *
18522
18535
  * @param request DeleteScalingGroupRequest
18523
18536
  * @param runtime runtime options for this request RuntimeOptions
@@ -18568,11 +18581,18 @@ export default class Client extends OpenApi {
18568
18581
  }
18569
18582
 
18570
18583
  /**
18571
- * @summary Deletes a scaling group.
18584
+ * @summary Deletes a scaling group. If you want to enable policy-based automatic addition or removal of instances of a specific type to meet evolving business requirements, you can create scaling groups to manage your computing power with ease. The computing power refers to the instances that provide the computing capability. If you no longer require a scaling group, you can call the DeleteScalingGroup operation to delete it to free up the scaling group quota.
18572
18585
  *
18573
- * @description Before you delete a scaling group, take note of the following items:
18574
- * * After you delete a scaling group, the scaling configuration, scaling rules, scaling activities, and scaling requests related to the scaling group are also deleted.
18575
- * * After you delete a scaling group, the scheduled tasks and event-triggered tasks of the scaling group are not deleted. The Classic Load Balancer (CLB) instances and ApsaraDB RDS instances with which the scaling group is associated are also not deleted.
18586
+ * @description Before you call the DeleteScalingGroup operation, take note of the following items:
18587
+ * * If you delete a scaling group, the scaling configurations, scaling rules, scaling activities, and scaling requests related to the scaling group are also deleted.
18588
+ * * If you delete a scaling group, the scheduled tasks and event-triggered tasks of the scaling group are not deleted. The Server Load Balancer (SLB) instances and ApsaraDB RDS instances that are attached to the scaling group are also not deleted.
18589
+ * * If the scaling group that you want to delete contains ECS instances or elastic container instances that are in the In Service state, Auto Scaling stops the instances and then removes all manually added instances from the scaling group or releases all automatically created instances in the scaling group before the scaling group is deleted.
18590
+ * **
18591
+ * **Note** Before you delete a scaling group, make sure that the Deletion Protection feature is disabled. If you have enabled the Deletion Protection feature for a scaling group, disable the feature on the Modify Scaling Group page before you delete the scaling group.
18592
+ * * If you do not disable the Deletion Protection feature for a scaling group, you cannot delete the scaling group by using the Auto Scaling console or calling this operation. The Deletion Protection feature is an effective measure to safeguard scaling groups against unintended deletion.
18593
+ * * Prior to deleting a scaling group, make sure that your ECS instances within the scaling group are safeguarded against unintended release. Even if you have already enabled the Release Protection feature for the ECS instances, you must manually put these ECS instances into the Protected state. Doing so guarantees that the ECS instances will not be forcibly released during the deletion process of the scaling group, providing an extra layer of security.
18594
+ * **
18595
+ * **Note** Before you delete a scaling group, we recommend that you enable the Deletion Protection feature for ECS instances that you want to retain. This action guarantees that the ECS instances are not forcibly released after you delete the scaling group. For more information, see [SetInstancesProtection](https://help.aliyun.com/document_detail/459342.html).
18576
18596
  *
18577
18597
  * @param request DeleteScalingGroupRequest
18578
18598
  * @return DeleteScalingGroupResponse
@@ -18641,7 +18661,7 @@ export default class Client extends OpenApi {
18641
18661
  }
18642
18662
 
18643
18663
  /**
18644
- * @summary Deletes a scheduled task.
18664
+ * @summary Deletes scheduled tasks. For workloads with predictable patterns, you can create scheduled tasks to align with your business requirements and optimize resource utilization for cost savings. These tasks automatically ensure that sufficient computing resources are provisioned in anticipation of peak hours and efficiently release unused resources during off-peak hours, thereby streamlining operational efficiency and reducing expenses. If you no longer require a scheduled task, you can call the DeleteScheduledTask operation to delete it.
18645
18665
  *
18646
18666
  * @param request DeleteScheduledTaskRequest
18647
18667
  * @param runtime runtime options for this request RuntimeOptions
@@ -18688,7 +18708,7 @@ export default class Client extends OpenApi {
18688
18708
  }
18689
18709
 
18690
18710
  /**
18691
- * @summary Deletes a scheduled task.
18711
+ * @summary Deletes scheduled tasks. For workloads with predictable patterns, you can create scheduled tasks to align with your business requirements and optimize resource utilization for cost savings. These tasks automatically ensure that sufficient computing resources are provisioned in anticipation of peak hours and efficiently release unused resources during off-peak hours, thereby streamlining operational efficiency and reducing expenses. If you no longer require a scheduled task, you can call the DeleteScheduledTask operation to delete it.
18692
18712
  *
18693
18713
  * @param request DeleteScheduledTaskRequest
18694
18714
  * @return DeleteScheduledTaskResponse
@@ -19259,7 +19279,7 @@ export default class Client extends OpenApi {
19259
19279
  }
19260
19280
 
19261
19281
  /**
19262
- * @summary Queries the regions in which Auto Scaling is available.
19282
+ * @summary Queries regions. Before you activate Auto Scaling, you can call the DescribeRegions operation to query the regions where Auto Scaling is officially launched. This preliminary step facilitates the strategic selection of both the optimal region and availability zones for activating Auto Scaling, thereby guaranteeing the finest access speeds and operational efficiency within your chosen geographical area.
19263
19283
  *
19264
19284
  * @param request DescribeRegionsRequest
19265
19285
  * @param runtime runtime options for this request RuntimeOptions
@@ -19302,7 +19322,7 @@ export default class Client extends OpenApi {
19302
19322
  }
19303
19323
 
19304
19324
  /**
19305
- * @summary Queries the regions in which Auto Scaling is available.
19325
+ * @summary Queries regions. Before you activate Auto Scaling, you can call the DescribeRegions operation to query the regions where Auto Scaling is officially launched. This preliminary step facilitates the strategic selection of both the optimal region and availability zones for activating Auto Scaling, thereby guaranteeing the finest access speeds and operational efficiency within your chosen geographical area.
19306
19326
  *
19307
19327
  * @param request DescribeRegionsRequest
19308
19328
  * @return DescribeRegionsResponse
@@ -20123,6 +20143,10 @@ export default class Client extends OpenApi {
20123
20143
  query["DetachOption"] = request.detachOption;
20124
20144
  }
20125
20145
 
20146
+ if (!Util.isUnset(request.ignoreInvalidInstance)) {
20147
+ query["IgnoreInvalidInstance"] = request.ignoreInvalidInstance;
20148
+ }
20149
+
20126
20150
  if (!Util.isUnset(request.instanceIds)) {
20127
20151
  query["InstanceIds"] = request.instanceIds;
20128
20152
  }
@@ -20405,7 +20429,9 @@ export default class Client extends OpenApi {
20405
20429
  }
20406
20430
 
20407
20431
  /**
20408
- * @summary Disables an event-triggered task.
20432
+ * @summary Disables an event-triggered task. If your business pattern is unpredictable or prone to unforeseen traffic spikes, you can create event-triggered tasks by associating CloudMonitor metrics to effectively monitor fluctuations in your business workload. Upon detecting that the criteria for alerts, as specified in event-triggered tasks, are fulfilled, Auto Scaling promptly issues alerts and executes the scaling rules predefined within those tasks. This process occurs within the predefined effective time windows of the tasks, thereby facilitating the automatic increase or decrease of Elastic Compute Service (ECS) instances or elastic container instances within your scaling groups. Ultimately, this mechanism ensures the dynamic optimization of resources based on real-time workload demands. If you currently do not need an event-triggered task, you can call the DisableAlarm operation to disable it.
20433
+ *
20434
+ * @description Before you disable an event-triggered task, make sure that the task is in the `Normal`, `Alert`, or `Insufficient Data` state.
20409
20435
  *
20410
20436
  * @param request DisableAlarmRequest
20411
20437
  * @param runtime runtime options for this request RuntimeOptions
@@ -20448,7 +20474,9 @@ export default class Client extends OpenApi {
20448
20474
  }
20449
20475
 
20450
20476
  /**
20451
- * @summary Disables an event-triggered task.
20477
+ * @summary Disables an event-triggered task. If your business pattern is unpredictable or prone to unforeseen traffic spikes, you can create event-triggered tasks by associating CloudMonitor metrics to effectively monitor fluctuations in your business workload. Upon detecting that the criteria for alerts, as specified in event-triggered tasks, are fulfilled, Auto Scaling promptly issues alerts and executes the scaling rules predefined within those tasks. This process occurs within the predefined effective time windows of the tasks, thereby facilitating the automatic increase or decrease of Elastic Compute Service (ECS) instances or elastic container instances within your scaling groups. Ultimately, this mechanism ensures the dynamic optimization of resources based on real-time workload demands. If you currently do not need an event-triggered task, you can call the DisableAlarm operation to disable it.
20478
+ *
20479
+ * @description Before you disable an event-triggered task, make sure that the task is in the `Normal`, `Alert`, or `Insufficient Data` state.
20452
20480
  *
20453
20481
  * @param request DisableAlarmRequest
20454
20482
  * @return DisableAlarmResponse
@@ -20525,7 +20553,7 @@ export default class Client extends OpenApi {
20525
20553
  }
20526
20554
 
20527
20555
  /**
20528
- * @summary Enables an event-triggered task.
20556
+ * @summary Enables an event-triggered task. If your business pattern is unpredictable or prone to unforeseen traffic spikes, you can create event-triggered tasks by associating CloudMonitor metrics to effectively monitor fluctuations in your business workload. Upon detecting that the criteria for alerts, as specified in event-triggered tasks, are fulfilled, Auto Scaling promptly issues alerts and executes the scaling rules predefined within those tasks. This process occurs within the predefined effective time windows of the tasks, thereby facilitating the automatic increase or decrease of Elastic Compute Service (ECS) instances or elastic container instances within your scaling groups. Ultimately, this mechanism ensures the dynamic optimization of resources based on real-time workload demands. If you want to reuse an event-triggered task that is in the Disabled state, you can call the EnableAlarm operation to enable it.
20529
20557
  *
20530
20558
  * @param request EnableAlarmRequest
20531
20559
  * @param runtime runtime options for this request RuntimeOptions
@@ -20568,7 +20596,7 @@ export default class Client extends OpenApi {
20568
20596
  }
20569
20597
 
20570
20598
  /**
20571
- * @summary Enables an event-triggered task.
20599
+ * @summary Enables an event-triggered task. If your business pattern is unpredictable or prone to unforeseen traffic spikes, you can create event-triggered tasks by associating CloudMonitor metrics to effectively monitor fluctuations in your business workload. Upon detecting that the criteria for alerts, as specified in event-triggered tasks, are fulfilled, Auto Scaling promptly issues alerts and executes the scaling rules predefined within those tasks. This process occurs within the predefined effective time windows of the tasks, thereby facilitating the automatic increase or decrease of Elastic Compute Service (ECS) instances or elastic container instances within your scaling groups. Ultimately, this mechanism ensures the dynamic optimization of resources based on real-time workload demands. If you want to reuse an event-triggered task that is in the Disabled state, you can call the EnableAlarm operation to enable it.
20572
20600
  *
20573
20601
  * @param request EnableAlarmRequest
20574
20602
  * @return EnableAlarmResponse
@@ -21043,7 +21071,7 @@ export default class Client extends OpenApi {
21043
21071
  }
21044
21072
 
21045
21073
  /**
21046
- * @summary Queries tag values.
21074
+ * @summary Queries the tag keys associated with Auto Scaling resources to facilitate a deeper comprehension of those resources. By doing so, you can categorize and manage your Auto Scaling resources more efficiently.
21047
21075
  *
21048
21076
  * @param request ListTagValuesRequest
21049
21077
  * @param runtime runtime options for this request RuntimeOptions
@@ -21098,7 +21126,7 @@ export default class Client extends OpenApi {
21098
21126
  }
21099
21127
 
21100
21128
  /**
21101
- * @summary Queries tag values.
21129
+ * @summary Queries the tag keys associated with Auto Scaling resources to facilitate a deeper comprehension of those resources. By doing so, you can categorize and manage your Auto Scaling resources more efficiently.
21102
21130
  *
21103
21131
  * @param request ListTagValuesRequest
21104
21132
  * @return ListTagValuesResponse
@@ -22573,6 +22601,10 @@ export default class Client extends OpenApi {
22573
22601
  query["DecreaseDesiredCapacity"] = request.decreaseDesiredCapacity;
22574
22602
  }
22575
22603
 
22604
+ if (!Util.isUnset(request.ignoreInvalidInstance)) {
22605
+ query["IgnoreInvalidInstance"] = request.ignoreInvalidInstance;
22606
+ }
22607
+
22576
22608
  if (!Util.isUnset(request.instanceIds)) {
22577
22609
  query["InstanceIds"] = request.instanceIds;
22578
22610
  }
@@ -22931,13 +22963,12 @@ export default class Client extends OpenApi {
22931
22963
  }
22932
22964
 
22933
22965
  /**
22934
- * @summary Puts one or more Elastic Compute Service (ECS) instances into the Protected state.
22966
+ * @summary Puts Elastic Compute Service (ECS) instances into the Protected state. When ECS instances are put into the Protected state, they become immune to manual deletion attempts by using the Auto Scaling console or API operations. This operation serves as a robust safeguard, efficiently preventing any inadvertent instance release that could lead to irreversible consequences.
22935
22967
  *
22936
- * @description ## Description
22937
- * Before you call this operation, take note of the following items:
22938
- * * After you put an ECS instance into the Protected state, the ECS instance remains in the Protected state until you manually move the ECS instance out of the Protected state.
22939
- * * After you put an ECS instance into the Protected state, Auto Scaling does not remove the ECS instance even if a scale-in activity caused by changes in instance quantity or event-triggered tasks occurs. In this case, you must manually move the ECS instance out of the Protected state and then release the ECS instance. For more information, see the "RemoveInstances" topic.
22940
- * * After you put an ECS instance into the Protected state, Auto Scaling does not update the health status of the instance when the instance is stopped or restarted.
22968
+ * @description Once ECS instances enter the Protected state, they become subject to the following restrictions:
22969
+ * * ECS instances will persist in the Protected state, unless you deliberately remove them from this state.
22970
+ * * Even in scenarios where automatic scale-in actions are initiated due to fluctuations in the number of ECS instances or the execution of event-triggered tasks, Auto Scaling does not remove ECS instances that are in the Protected state from their respective scaling groups. Only after being manually removed from their respective scaling groups can ECS instances that are in the Protected state be released. For more information, see [Remove an ECS instance](https://help.aliyun.com/document_detail/25955.html).
22971
+ * * ECS instances in the Protected state maintain their existing health status even when they undergo stopping or restarting processes.
22941
22972
  *
22942
22973
  * @param request SetInstancesProtectionRequest
22943
22974
  * @param runtime runtime options for this request RuntimeOptions
@@ -22984,13 +23015,12 @@ export default class Client extends OpenApi {
22984
23015
  }
22985
23016
 
22986
23017
  /**
22987
- * @summary Puts one or more Elastic Compute Service (ECS) instances into the Protected state.
23018
+ * @summary Puts Elastic Compute Service (ECS) instances into the Protected state. When ECS instances are put into the Protected state, they become immune to manual deletion attempts by using the Auto Scaling console or API operations. This operation serves as a robust safeguard, efficiently preventing any inadvertent instance release that could lead to irreversible consequences.
22988
23019
  *
22989
- * @description ## Description
22990
- * Before you call this operation, take note of the following items:
22991
- * * After you put an ECS instance into the Protected state, the ECS instance remains in the Protected state until you manually move the ECS instance out of the Protected state.
22992
- * * After you put an ECS instance into the Protected state, Auto Scaling does not remove the ECS instance even if a scale-in activity caused by changes in instance quantity or event-triggered tasks occurs. In this case, you must manually move the ECS instance out of the Protected state and then release the ECS instance. For more information, see the "RemoveInstances" topic.
22993
- * * After you put an ECS instance into the Protected state, Auto Scaling does not update the health status of the instance when the instance is stopped or restarted.
23020
+ * @description Once ECS instances enter the Protected state, they become subject to the following restrictions:
23021
+ * * ECS instances will persist in the Protected state, unless you deliberately remove them from this state.
23022
+ * * Even in scenarios where automatic scale-in actions are initiated due to fluctuations in the number of ECS instances or the execution of event-triggered tasks, Auto Scaling does not remove ECS instances that are in the Protected state from their respective scaling groups. Only after being manually removed from their respective scaling groups can ECS instances that are in the Protected state be released. For more information, see [Remove an ECS instance](https://help.aliyun.com/document_detail/25955.html).
23023
+ * * ECS instances in the Protected state maintain their existing health status even when they undergo stopping or restarting processes.
22994
23024
  *
22995
23025
  * @param request SetInstancesProtectionRequest
22996
23026
  * @return SetInstancesProtectionResponse
@@ -23001,7 +23031,7 @@ export default class Client extends OpenApi {
23001
23031
  }
23002
23032
 
23003
23033
  /**
23004
- * @summary Suspends processes in a scaling group.
23034
+ * @summary Suspends scaling processes. This operation empowers you to selectively pause distinct scaling processes within a particular scaling group, enabling you to carry out alternative tasks and achieve more granular management over your scaling operations.
23005
23035
  *
23006
23036
  * @param request SuspendProcessesRequest
23007
23037
  * @param runtime runtime options for this request RuntimeOptions
@@ -23052,7 +23082,7 @@ export default class Client extends OpenApi {
23052
23082
  }
23053
23083
 
23054
23084
  /**
23055
- * @summary Suspends processes in a scaling group.
23085
+ * @summary Suspends scaling processes. This operation empowers you to selectively pause distinct scaling processes within a particular scaling group, enabling you to carry out alternative tasks and achieve more granular management over your scaling operations.
23056
23086
  *
23057
23087
  * @param request SuspendProcessesRequest
23058
23088
  * @return SuspendProcessesResponse
@@ -23125,7 +23155,7 @@ export default class Client extends OpenApi {
23125
23155
  }
23126
23156
 
23127
23157
  /**
23128
- * @summary Removes tags from the specified Auto Scaling resources. If you remove a tag and the tag is not added to other resources, the tag is automatically deleted.
23158
+ * @summary Removes tags from Auto Scaling resources simultaneously. This operation streamlines resource management activities, enhances system efficiency, and mitigates potential security vulnerabilities. Once a tag is removed from a particular resource, and if it is not re-added to any other resource, the system will automatically delete the unused tag.
23129
23159
  *
23130
23160
  * @param request UntagResourcesRequest
23131
23161
  * @param runtime runtime options for this request RuntimeOptions
@@ -23180,7 +23210,7 @@ export default class Client extends OpenApi {
23180
23210
  }
23181
23211
 
23182
23212
  /**
23183
- * @summary Removes tags from the specified Auto Scaling resources. If you remove a tag and the tag is not added to other resources, the tag is automatically deleted.
23213
+ * @summary Removes tags from Auto Scaling resources simultaneously. This operation streamlines resource management activities, enhances system efficiency, and mitigates potential security vulnerabilities. Once a tag is removed from a particular resource, and if it is not re-added to any other resource, the system will automatically delete the unused tag.
23184
23214
  *
23185
23215
  * @param request UntagResourcesRequest
23186
23216
  * @return UntagResourcesResponse
@@ -23249,7 +23279,7 @@ export default class Client extends OpenApi {
23249
23279
  }
23250
23280
 
23251
23281
  /**
23252
- * @summary Checks whether Auto Scaling is activated.
23282
+ * @summary Verifies whether Auto Scaling is activated. This operation guarantees that in response to shifts in business workloads or variations in incoming traffic, the system will automatically adjust resource provisioning. This auto-scaling capability enhances the overall system performance, ensuring high availability and improved flexibility to accommodate dynamic demands.
23253
23283
  *
23254
23284
  * @param request VerifyUserRequest
23255
23285
  * @param runtime runtime options for this request RuntimeOptions
@@ -23292,7 +23322,7 @@ export default class Client extends OpenApi {
23292
23322
  }
23293
23323
 
23294
23324
  /**
23295
- * @summary Checks whether Auto Scaling is activated.
23325
+ * @summary Verifies whether Auto Scaling is activated. This operation guarantees that in response to shifts in business workloads or variations in incoming traffic, the system will automatically adjust resource provisioning. This auto-scaling capability enhances the overall system performance, ensuring high availability and improved flexibility to accommodate dynamic demands.
23296
23326
  *
23297
23327
  * @param request VerifyUserRequest
23298
23328
  * @return VerifyUserResponse