Skip to content

Commit

Permalink
feat(clients): update clients as of 2022/02/24 (#3361)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Feb 24, 2022
1 parent b6b2e25 commit ec3cc1e
Show file tree
Hide file tree
Showing 107 changed files with 6,739 additions and 1,837 deletions.
53 changes: 33 additions & 20 deletions clients/client-auto-scaling/src/AutoScaling.ts
Expand Up @@ -559,9 +559,14 @@ export class AutoScaling extends AutoScalingClient {
* group:</p>
* <ol>
* <li>
* <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to
* invoke your Lambda function when Amazon EC2 Auto Scaling launches or terminates
* instances.</p>
* <p>(Optional) Create a launch template or launch configuration with a user data
* script that runs while an instance is in a wait state due to a lifecycle
* hook.</p>
* </li>
* <li>
* <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to invoke
* your Lambda function when an instance is put into a wait state due to a
* lifecycle hook.</p>
* </li>
* <li>
* <p>(Optional) Create a notification target and an IAM role. The target can be
Expand All @@ -574,7 +579,7 @@ export class AutoScaling extends AutoScalingClient {
* </li>
* <li>
* <p>If you need more time, record the lifecycle action heartbeat to keep the
* instance in a pending state.</p>
* instance in a wait state.</p>
* </li>
* <li>
* <p>
Expand Down Expand Up @@ -620,8 +625,7 @@ export class AutoScaling extends AutoScalingClient {
* <p>
* <b>We strongly recommend using a launch template when calling this operation to ensure full functionality for Amazon EC2 Auto Scaling and Amazon EC2.</b>
* </p>
* <p>Creates an Auto Scaling group with
* the specified name and attributes. </p>
* <p>Creates an Auto Scaling group with the specified name and attributes. </p>
* <p>If you exceed your maximum limit of Auto Scaling groups, the call fails. To query this limit,
* call the <a>DescribeAccountLimits</a> API. For information about updating
* this limit, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-account-limits.html">Amazon EC2 Auto Scaling service
Expand Down Expand Up @@ -1762,7 +1766,7 @@ export class AutoScaling extends AutoScalingClient {
/**
* <p>Gets information about a warm pool and its instances.</p>
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-warm-pools.html">Warm pools for
* Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
* Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
*/
public describeWarmPool(
args: DescribeWarmPoolCommandInput,
Expand Down Expand Up @@ -2112,16 +2116,21 @@ export class AutoScaling extends AutoScalingClient {

/**
* <p>Creates or updates a lifecycle hook for the specified Auto Scaling group.</p>
* <p>A lifecycle hook enables an Auto Scaling group to be aware of events in the Auto Scaling instance
* lifecycle, and then perform a custom action when the corresponding lifecycle event
* occurs.</p>
* <p>Lifecycle hooks let you create solutions that are aware of events in the Auto Scaling instance
* lifecycle, and then perform a custom action on instances when the corresponding
* lifecycle event occurs.</p>
* <p>This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling
* group:</p>
* <ol>
* <li>
* <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to
* invoke your Lambda function when Amazon EC2 Auto Scaling launches or terminates
* instances.</p>
* <p>(Optional) Create a launch template or launch configuration with a user data
* script that runs while an instance is in a wait state due to a lifecycle
* hook.</p>
* </li>
* <li>
* <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to invoke
* your Lambda function when an instance is put into a wait state due to a
* lifecycle hook.</p>
* </li>
* <li>
* <p>(Optional) Create a notification target and an IAM role. The target can be
Expand All @@ -2136,7 +2145,7 @@ export class AutoScaling extends AutoScalingClient {
* </li>
* <li>
* <p>If you need more time, record the lifecycle action heartbeat to keep the
* instance in a pending state using the <a>RecordLifecycleActionHeartbeat</a> API call.</p>
* instance in a wait state using the <a>RecordLifecycleActionHeartbeat</a> API call.</p>
* </li>
* <li>
* <p>If you finish before the timeout period ends, send a callback by using the
Expand Down Expand Up @@ -2338,9 +2347,14 @@ export class AutoScaling extends AutoScalingClient {
* group:</p>
* <ol>
* <li>
* <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to
* invoke your Lambda function when Amazon EC2 Auto Scaling launches or terminates
* instances.</p>
* <p>(Optional) Create a launch template or launch configuration with a user data
* script that runs while an instance is in a wait state due to a lifecycle
* hook.</p>
* </li>
* <li>
* <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to invoke
* your Lambda function when an instance is put into a wait state due to a
* lifecycle hook.</p>
* </li>
* <li>
* <p>(Optional) Create a notification target and an IAM role. The target can be
Expand All @@ -2354,7 +2368,7 @@ export class AutoScaling extends AutoScalingClient {
* <li>
* <p>
* <b>If you need more time, record the lifecycle action
* heartbeat to keep the instance in a pending state.</b>
* heartbeat to keep the instance in a wait state.</b>
* </p>
* </li>
* <li>
Expand Down Expand Up @@ -2670,8 +2684,7 @@ export class AutoScaling extends AutoScalingClient {
* <p>
* <b>We strongly recommend that all Auto Scaling groups use launch templates to ensure full functionality for Amazon EC2 Auto Scaling and Amazon EC2.</b>
* </p>
* <p>Updates the configuration for
* the specified Auto Scaling group.</p>
* <p>Updates the configuration for the specified Auto Scaling group.</p>
* <p>To update an Auto Scaling group, specify the name of the group and the parameter that you want
* to change. Any parameters that you don't specify are not changed by this update request.
* The new settings take effect on any scaling activities after this call returns.
Expand Down
Expand Up @@ -28,9 +28,14 @@ export interface CompleteLifecycleActionCommandOutput extends CompleteLifecycleA
* group:</p>
* <ol>
* <li>
* <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to
* invoke your Lambda function when Amazon EC2 Auto Scaling launches or terminates
* instances.</p>
* <p>(Optional) Create a launch template or launch configuration with a user data
* script that runs while an instance is in a wait state due to a lifecycle
* hook.</p>
* </li>
* <li>
* <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to invoke
* your Lambda function when an instance is put into a wait state due to a
* lifecycle hook.</p>
* </li>
* <li>
* <p>(Optional) Create a notification target and an IAM role. The target can be
Expand All @@ -43,7 +48,7 @@ export interface CompleteLifecycleActionCommandOutput extends CompleteLifecycleA
* </li>
* <li>
* <p>If you need more time, record the lifecycle action heartbeat to keep the
* instance in a pending state.</p>
* instance in a wait state.</p>
* </li>
* <li>
* <p>
Expand Down
Expand Up @@ -25,8 +25,7 @@ export interface CreateAutoScalingGroupCommandOutput extends __MetadataBearer {}
* <p>
* <b>We strongly recommend using a launch template when calling this operation to ensure full functionality for Amazon EC2 Auto Scaling and Amazon EC2.</b>
* </p>
* <p>Creates an Auto Scaling group with
* the specified name and attributes. </p>
* <p>Creates an Auto Scaling group with the specified name and attributes. </p>
* <p>If you exceed your maximum limit of Auto Scaling groups, the call fails. To query this limit,
* call the <a>DescribeAccountLimits</a> API. For information about updating
* this limit, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-account-limits.html">Amazon EC2 Auto Scaling service
Expand Down
Expand Up @@ -24,7 +24,7 @@ export interface DescribeWarmPoolCommandOutput extends DescribeWarmPoolAnswer, _
/**
* <p>Gets information about a warm pool and its instances.</p>
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-warm-pools.html">Warm pools for
* Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
* Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
Expand Up @@ -23,16 +23,21 @@ export interface PutLifecycleHookCommandOutput extends PutLifecycleHookAnswer, _

/**
* <p>Creates or updates a lifecycle hook for the specified Auto Scaling group.</p>
* <p>A lifecycle hook enables an Auto Scaling group to be aware of events in the Auto Scaling instance
* lifecycle, and then perform a custom action when the corresponding lifecycle event
* occurs.</p>
* <p>Lifecycle hooks let you create solutions that are aware of events in the Auto Scaling instance
* lifecycle, and then perform a custom action on instances when the corresponding
* lifecycle event occurs.</p>
* <p>This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling
* group:</p>
* <ol>
* <li>
* <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to
* invoke your Lambda function when Amazon EC2 Auto Scaling launches or terminates
* instances.</p>
* <p>(Optional) Create a launch template or launch configuration with a user data
* script that runs while an instance is in a wait state due to a lifecycle
* hook.</p>
* </li>
* <li>
* <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to invoke
* your Lambda function when an instance is put into a wait state due to a
* lifecycle hook.</p>
* </li>
* <li>
* <p>(Optional) Create a notification target and an IAM role. The target can be
Expand All @@ -47,7 +52,7 @@ export interface PutLifecycleHookCommandOutput extends PutLifecycleHookAnswer, _
* </li>
* <li>
* <p>If you need more time, record the lifecycle action heartbeat to keep the
* instance in a pending state using the <a>RecordLifecycleActionHeartbeat</a> API call.</p>
* instance in a wait state using the <a>RecordLifecycleActionHeartbeat</a> API call.</p>
* </li>
* <li>
* <p>If you finish before the timeout period ends, send a callback by using the
Expand Down
Expand Up @@ -30,9 +30,14 @@ export interface RecordLifecycleActionHeartbeatCommandOutput
* group:</p>
* <ol>
* <li>
* <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to
* invoke your Lambda function when Amazon EC2 Auto Scaling launches or terminates
* instances.</p>
* <p>(Optional) Create a launch template or launch configuration with a user data
* script that runs while an instance is in a wait state due to a lifecycle
* hook.</p>
* </li>
* <li>
* <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to invoke
* your Lambda function when an instance is put into a wait state due to a
* lifecycle hook.</p>
* </li>
* <li>
* <p>(Optional) Create a notification target and an IAM role. The target can be
Expand All @@ -46,7 +51,7 @@ export interface RecordLifecycleActionHeartbeatCommandOutput
* <li>
* <p>
* <b>If you need more time, record the lifecycle action
* heartbeat to keep the instance in a pending state.</b>
* heartbeat to keep the instance in a wait state.</b>
* </p>
* </li>
* <li>
Expand Down
Expand Up @@ -25,8 +25,7 @@ export interface UpdateAutoScalingGroupCommandOutput extends __MetadataBearer {}
* <p>
* <b>We strongly recommend that all Auto Scaling groups use launch templates to ensure full functionality for Amazon EC2 Auto Scaling and Amazon EC2.</b>
* </p>
* <p>Updates the configuration for
* the specified Auto Scaling group.</p>
* <p>Updates the configuration for the specified Auto Scaling group.</p>
* <p>To update an Auto Scaling group, specify the name of the group and the parameter that you want
* to change. Any parameters that you don't specify are not changed by this update request.
* The new settings take effect on any scaling activities after this call returns.
Expand Down

0 comments on commit ec3cc1e

Please sign in to comment.