Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(clients): update clients as of 11/6 #1663

Merged
merged 2 commits into from
Nov 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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