Skip to content

Commit 07ac6be

Browse files
authored
feat(clients): update clients as of 11/6 (#1663)
1 parent abed452 commit 07ac6be

File tree

139 files changed

+102924
-87090
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+102924
-87090
lines changed

clients/client-auto-scaling/AutoScaling.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1963,6 +1963,8 @@ export class AutoScaling extends AutoScalingClient {
19631963
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ASGettingNotifications.html">Getting Amazon SNS
19641964
* Notifications When Your Auto Scaling Group Scales</a> in the
19651965
* <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
1966+
* <p>If you exceed your maximum limit of SNS topics, which is 10 per Auto Scaling group, the call
1967+
* fails.</p>
19661968
*/
19671969
public putNotificationConfiguration(
19681970
args: PutNotificationConfigurationCommandInput,
@@ -2237,6 +2239,8 @@ export class AutoScaling extends AutoScalingClient {
22372239
* <p>Updates the instance protection settings of the specified instances.</p>
22382240
* <p>For more information about preventing instances that are part of an Auto Scaling group from
22392241
* terminating on scale in, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-instance-termination.html#instance-protection">Instance Protection</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
2242+
* <p>If you exceed your maximum limit of instance IDs, which is 50 per Auto Scaling group, the call
2243+
* fails.</p>
22402244
*/
22412245
public setInstanceProtection(
22422246
args: SetInstanceProtectionCommandInput,

0 commit comments

Comments
 (0)