Skip to content

Commit

Permalink
feat(clients): update clients as of 11/6 (#1663)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Nov 6, 2020
1 parent abed452 commit 07ac6be
Show file tree
Hide file tree
Showing 139 changed files with 102,924 additions and 87,090 deletions.
4 changes: 4 additions & 0 deletions clients/client-auto-scaling/AutoScaling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1963,6 +1963,8 @@ export class AutoScaling extends AutoScalingClient {
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ASGettingNotifications.html">Getting Amazon SNS
* Notifications When Your Auto Scaling Group Scales</a> in the
* <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
* <p>If you exceed your maximum limit of SNS topics, which is 10 per Auto Scaling group, the call
* fails.</p>
*/
public putNotificationConfiguration(
args: PutNotificationConfigurationCommandInput,
Expand Down Expand Up @@ -2237,6 +2239,8 @@ export class AutoScaling extends AutoScalingClient {
* <p>Updates the instance protection settings of the specified instances.</p>
* <p>For more information about preventing instances that are part of an Auto Scaling group from
* 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>
* <p>If you exceed your maximum limit of instance IDs, which is 50 per Auto Scaling group, the call
* fails.</p>
*/
public setInstanceProtection(
args: SetInstanceProtectionCommandInput,
Expand Down
Loading

0 comments on commit 07ac6be

Please sign in to comment.