@aws-sdk/client-auto-scaling 3.787.0 → 3.791.0

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.
@@ -3356,8 +3356,9 @@ export interface AutoScalingGroup {
3356
3356
  */
3357
3357
  TerminationPolicies?: string[] | undefined;
3358
3358
  /**
3359
- * <p>Indicates whether newly launched instances are protected from termination by Amazon EC2 Auto Scaling
3360
- * when scaling in.</p>
3359
+ * <p>Indicates whether newly launched instances are protected from termination by Amazon EC2 Auto Scaling when scaling in. For more information about preventing instances from terminating on scale in,
3360
+ * see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-instance-protection.html">Use instance scale-in protection</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.
3361
+ * </p>
3361
3362
  * @public
3362
3363
  */
3363
3364
  NewInstancesProtectedFromScaleIn?: boolean | undefined;
@@ -7743,8 +7744,11 @@ export interface UpdateAutoScalingGroupType {
7743
7744
  */
7744
7745
  MaxInstanceLifetime?: number | undefined;
7745
7746
  /**
7746
- * <p>Enables or disables Capacity Rebalancing. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-capacity-rebalancing.html">Use Capacity
7747
- * Rebalancing to handle Amazon EC2 Spot Interruptions</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
7747
+ * <p>Enables or disables Capacity Rebalancing. If Capacity Rebalancing is disabled, proactive replacement of at-risk Spot Instances does not occur. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-capacity-rebalancing.html">Capacity
7748
+ * Rebalancing in Auto Scaling to replace at-risk Spot Instances</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
7749
+ * <note>
7750
+ * <p>To suspend rebalancing across Availability Zones, use the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_SuspendedProcess.html">SuspendProcesses</a> API.</p>
7751
+ * </note>
7748
7752
  * @public
7749
7753
  */
7750
7754
  CapacityRebalance?: boolean | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-auto-scaling",
3
3
  "description": "AWS SDK for JavaScript Auto Scaling Client for Node.js, Browser and React Native",
4
- "version": "3.787.0",
4
+ "version": "3.791.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-auto-scaling",