Skip to content

Commit f91b267

Browse files
Doc only update for EC2 Auto Scaling.
1 parent f374104 commit f91b267

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed

generator/ServiceModels/autoscaling/autoscaling-2011-01-01.docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@
527527
"refs": {
528528
"AutoScalingGroup$CapacityRebalance": "<p>Indicates whether Capacity Rebalancing is enabled.</p>",
529529
"CreateAutoScalingGroupType$CapacityRebalance": "<p>Indicates whether Capacity Rebalancing is enabled. Otherwise, Capacity Rebalancing is disabled. When you turn on Capacity Rebalancing, Amazon EC2 Auto Scaling attempts to launch a Spot Instance whenever Amazon EC2 notifies that a Spot Instance is at an elevated risk of interruption. After launching a new instance, it then terminates an old instance. For more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-capacity-rebalancing.html\">Use Capacity Rebalancing to handle Amazon EC2 Spot Interruptions</a> in the in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>",
530-
"UpdateAutoScalingGroupType$CapacityRebalance": "<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 Rebalancing to handle Amazon EC2 Spot Interruptions</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>"
530+
"UpdateAutoScalingGroupType$CapacityRebalance": "<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 Rebalancing in Auto Scaling to replace at-risk Spot Instances</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p> <note> <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> </note>"
531531
}
532532
},
533533
"CapacityReservationIds": {
@@ -1114,7 +1114,7 @@
11141114
"InstanceProtected": {
11151115
"base": null,
11161116
"refs": {
1117-
"AutoScalingGroup$NewInstancesProtectedFromScaleIn": "<p>Indicates whether newly launched instances are protected from termination by Amazon EC2 Auto Scaling when scaling in.</p>",
1117+
"AutoScalingGroup$NewInstancesProtectedFromScaleIn": "<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, 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>. </p>",
11181118
"AutoScalingInstanceDetails$ProtectedFromScaleIn": "<p>Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.</p>",
11191119
"CreateAutoScalingGroupType$NewInstancesProtectedFromScaleIn": "<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, 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>.</p>",
11201120
"Instance$ProtectedFromScaleIn": "<p>Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.</p>",

generator/ServiceModels/autoscaling/autoscaling-2011-01-01.normal.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,7 @@
14841484
},
14851485
"NewInstancesProtectedFromScaleIn":{
14861486
"shape":"InstanceProtected",
1487-
"documentation":"<p>Indicates whether newly launched instances are protected from termination by Amazon EC2 Auto Scaling when scaling in.</p>"
1487+
"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, 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>. </p>"
14881488
},
14891489
"ServiceLinkedRoleARN":{
14901490
"shape":"ResourceName",
@@ -5815,7 +5815,7 @@
58155815
},
58165816
"CapacityRebalance":{
58175817
"shape":"CapacityRebalanceEnabled",
5818-
"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 Rebalancing to handle Amazon EC2 Spot Interruptions</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>"
5818+
"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 Rebalancing in Auto Scaling to replace at-risk Spot Instances</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p> <note> <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> </note>"
58195819
},
58205820
"Context":{
58215821
"shape":"Context",

sdk/src/Services/AutoScaling/Generated/Model/AutoScalingGroup.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,10 @@ internal bool IsSetMixedInstancesPolicy()
544544
/// Gets and sets the property NewInstancesProtectedFromScaleIn.
545545
/// <para>
546546
/// Indicates whether newly launched instances are protected from termination by Amazon
547-
/// EC2 Auto Scaling when scaling in.
547+
/// EC2 Auto Scaling when scaling in. For more information about preventing instances
548+
/// from terminating on scale in, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-instance-protection.html">Use
549+
/// instance scale-in protection</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.
550+
///
548551
/// </para>
549552
/// </summary>
550553
public bool NewInstancesProtectedFromScaleIn

sdk/src/Services/AutoScaling/Generated/Model/UpdateAutoScalingGroupRequest.cs

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,18 @@ internal bool IsSetAvailabilityZones()
194194
/// <summary>
195195
/// Gets and sets the property CapacityRebalance.
196196
/// <para>
197-
/// 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
198-
/// Capacity Rebalancing to handle Amazon EC2 Spot Interruptions</a> in the <i>Amazon
197+
/// Enables or disables Capacity Rebalancing. If Capacity Rebalancing is disabled, proactive
198+
/// replacement of at-risk Spot Instances does not occur. For more information, see <a
199+
/// href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-capacity-rebalancing.html">Capacity
200+
/// Rebalancing in Auto Scaling to replace at-risk Spot Instances</a> in the <i>Amazon
199201
/// EC2 Auto Scaling User Guide</i>.
200202
/// </para>
203+
/// <note>
204+
/// <para>
205+
/// To suspend rebalancing across Availability Zones, use the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_SuspendedProcess.html">SuspendProcesses</a>
206+
/// API.
207+
/// </para>
208+
/// </note>
201209
/// </summary>
202210
public bool CapacityRebalance
203211
{

0 commit comments

Comments
 (0)