Skip to content

Commit 2c9921a

Browse files
author
awstools
committed
docs(client-auto-scaling): Doc only update for EC2 Auto Scaling.
1 parent 78fb249 commit 2c9921a

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

clients/client-auto-scaling/src/models/models_0.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3734,8 +3734,9 @@ export interface AutoScalingGroup {
37343734
TerminationPolicies?: string[] | undefined;
37353735

37363736
/**
3737-
* <p>Indicates whether newly launched instances are protected from termination by Amazon EC2 Auto Scaling
3738-
* when scaling in.</p>
3737+
* <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,
3738+
* 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>.
3739+
* </p>
37393740
* @public
37403741
*/
37413742
NewInstancesProtectedFromScaleIn?: boolean | undefined;
@@ -8560,8 +8561,11 @@ export interface UpdateAutoScalingGroupType {
85608561
MaxInstanceLifetime?: number | undefined;
85618562

85628563
/**
8563-
* <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
8564-
* Rebalancing to handle Amazon EC2 Spot Interruptions</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
8564+
* <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
8565+
* Rebalancing in Auto Scaling to replace at-risk Spot Instances</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
8566+
* <note>
8567+
* <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>
8568+
* </note>
85658569
* @public
85668570
*/
85678571
CapacityRebalance?: boolean | undefined;

codegen/sdk-codegen/aws-models/auto-scaling.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@
862862
"NewInstancesProtectedFromScaleIn": {
863863
"target": "com.amazonaws.autoscaling#InstanceProtected",
864864
"traits": {
865-
"smithy.api#documentation": "<p>Indicates whether newly launched instances are protected from termination by Amazon EC2 Auto Scaling\n when scaling in.</p>"
865+
"smithy.api#documentation": "<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, \n 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>.\n </p>"
866866
}
867867
},
868868
"ServiceLinkedRoleARN": {
@@ -11173,7 +11173,7 @@
1117311173
"CapacityRebalance": {
1117411174
"target": "com.amazonaws.autoscaling#CapacityRebalanceEnabled",
1117511175
"traits": {
11176-
"smithy.api#documentation": "<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\n Rebalancing to handle Amazon EC2 Spot Interruptions</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>"
11176+
"smithy.api#documentation": "<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\n Rebalancing in Auto Scaling to replace at-risk Spot Instances</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>\n <note>\n <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>\n </note>"
1117711177
}
1117811178
},
1117911179
"Context": {

0 commit comments

Comments
 (0)