@aws-sdk/client-auto-scaling 3.40.0 → 3.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/endpoints.js +9 -0
  3. package/dist-cjs/models/models_0.js +44 -8
  4. package/dist-cjs/protocols/Aws_query.js +247 -0
  5. package/dist-es/endpoints.js +9 -0
  6. package/dist-es/models/models_0.js +28 -4
  7. package/dist-es/protocols/Aws_query.js +355 -87
  8. package/dist-types/AutoScaling.d.ts +25 -20
  9. package/dist-types/commands/AttachInstancesCommand.d.ts +1 -1
  10. package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +3 -1
  11. package/dist-types/commands/AttachLoadBalancersCommand.d.ts +3 -1
  12. package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +1 -1
  13. package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +1 -1
  14. package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +1 -1
  15. package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +7 -6
  16. package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +1 -1
  23. package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteWarmPoolCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribePoliciesCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeWarmPoolCommand.d.ts +1 -1
  47. package/dist-types/commands/DetachInstancesCommand.d.ts +1 -1
  48. package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +1 -1
  49. package/dist-types/commands/DetachLoadBalancersCommand.d.ts +1 -1
  50. package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +1 -1
  51. package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +1 -1
  52. package/dist-types/commands/EnterStandbyCommand.d.ts +1 -1
  53. package/dist-types/commands/ExecutePolicyCommand.d.ts +1 -1
  54. package/dist-types/commands/ExitStandbyCommand.d.ts +1 -1
  55. package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +1 -1
  56. package/dist-types/commands/PutLifecycleHookCommand.d.ts +9 -9
  57. package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +1 -1
  58. package/dist-types/commands/PutScalingPolicyCommand.d.ts +1 -1
  59. package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +1 -1
  60. package/dist-types/commands/PutWarmPoolCommand.d.ts +1 -1
  61. package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +6 -7
  62. package/dist-types/commands/ResumeProcessesCommand.d.ts +1 -1
  63. package/dist-types/commands/SetDesiredCapacityCommand.d.ts +1 -1
  64. package/dist-types/commands/SetInstanceHealthCommand.d.ts +1 -1
  65. package/dist-types/commands/SetInstanceProtectionCommand.d.ts +3 -2
  66. package/dist-types/commands/StartInstanceRefreshCommand.d.ts +1 -1
  67. package/dist-types/commands/SuspendProcessesCommand.d.ts +1 -1
  68. package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +1 -1
  69. package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +1 -1
  70. package/dist-types/models/models_0.d.ts +273 -100
  71. package/dist-types/ts3.4/models/models_0.d.ts +87 -11
  72. package/package.json +6 -6
@@ -25,7 +25,7 @@ export interface DetachLoadBalancersCommandOutput extends DetachLoadBalancersRes
25
25
  *
26
26
  * @see {@link DetachLoadBalancersCommandInput} for command's `input` shape.
27
27
  * @see {@link DetachLoadBalancersCommandOutput} for command's `response` shape.
28
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DetachLoadBalancersCommand extends $Command<DetachLoadBalancersCommandInput, DetachLoadBalancersCommandOutput, AutoScalingClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DisableMetricsCollectionCommandOutput extends __MetadataBearer
20
20
  *
21
21
  * @see {@link DisableMetricsCollectionCommandInput} for command's `input` shape.
22
22
  * @see {@link DisableMetricsCollectionCommandOutput} for command's `response` shape.
23
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DisableMetricsCollectionCommand extends $Command<DisableMetricsCollectionCommandInput, DisableMetricsCollectionCommandOutput, AutoScalingClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface EnableMetricsCollectionCommandOutput extends __MetadataBearer {
21
21
  *
22
22
  * @see {@link EnableMetricsCollectionCommandInput} for command's `input` shape.
23
23
  * @see {@link EnableMetricsCollectionCommandOutput} for command's `response` shape.
24
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class EnableMetricsCollectionCommand extends $Command<EnableMetricsCollectionCommandInput, EnableMetricsCollectionCommandOutput, AutoScalingClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface EnterStandbyCommandOutput extends EnterStandbyAnswer, __Metadat
29
29
  *
30
30
  * @see {@link EnterStandbyCommandInput} for command's `input` shape.
31
31
  * @see {@link EnterStandbyCommandOutput} for command's `response` shape.
32
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class EnterStandbyCommand extends $Command<EnterStandbyCommandInput, EnterStandbyCommandOutput, AutoScalingClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ExecutePolicyCommandOutput extends __MetadataBearer {
21
21
  *
22
22
  * @see {@link ExecutePolicyCommandInput} for command's `input` shape.
23
23
  * @see {@link ExecutePolicyCommandOutput} for command's `response` shape.
24
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ExecutePolicyCommand extends $Command<ExecutePolicyCommandInput, ExecutePolicyCommandOutput, AutoScalingClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface ExitStandbyCommandOutput extends ExitStandbyAnswer, __MetadataB
25
25
  *
26
26
  * @see {@link ExitStandbyCommandInput} for command's `input` shape.
27
27
  * @see {@link ExitStandbyCommandOutput} for command's `response` shape.
28
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class ExitStandbyCommand extends $Command<ExitStandbyCommandInput, ExitStandbyCommandOutput, AutoScalingClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface GetPredictiveScalingForecastCommandOutput extends GetPredictive
28
28
  *
29
29
  * @see {@link GetPredictiveScalingForecastCommandInput} for command's `input` shape.
30
30
  * @see {@link GetPredictiveScalingForecastCommandOutput} for command's `response` shape.
31
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class GetPredictiveScalingForecastCommand extends $Command<GetPredictiveScalingForecastCommandInput, GetPredictiveScalingForecastCommandOutput, AutoScalingClientResolvedConfig> {
@@ -8,21 +8,21 @@ export interface PutLifecycleHookCommandOutput extends PutLifecycleHookAnswer, _
8
8
  }
9
9
  /**
10
10
  * <p>Creates or updates a lifecycle hook for the specified Auto Scaling group.</p>
11
- * <p>A lifecycle hook tells Amazon EC2 Auto Scaling to perform an action on an instance when the instance
12
- * launches (before it is put into service) or as the instance terminates (before it is
13
- * fully terminated).</p>
11
+ * <p>A lifecycle hook enables an Auto Scaling group to be aware of events in the Auto Scaling instance
12
+ * lifecycle, and then perform a custom action when the corresponding lifecycle event
13
+ * occurs.</p>
14
14
  * <p>This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling
15
15
  * group:</p>
16
16
  * <ol>
17
17
  * <li>
18
- * <p>(Optional) Create a Lambda function and a rule that allows CloudWatch Events to
18
+ * <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to
19
19
  * invoke your Lambda function when Amazon EC2 Auto Scaling launches or terminates
20
20
  * instances.</p>
21
21
  * </li>
22
22
  * <li>
23
23
  * <p>(Optional) Create a notification target and an IAM role. The target can be
24
- * either an Amazon SQS queue or an Amazon SNS topic. The role allows Amazon EC2 Auto Scaling to
25
- * publish lifecycle notifications to the target.</p>
24
+ * either an Amazon SQS queue or an Amazon SNS topic. The role allows Amazon EC2 Auto Scaling to publish
25
+ * lifecycle notifications to the target.</p>
26
26
  * </li>
27
27
  * <li>
28
28
  * <p>
@@ -35,8 +35,8 @@ export interface PutLifecycleHookCommandOutput extends PutLifecycleHookAnswer, _
35
35
  * instance in a pending state using the <a>RecordLifecycleActionHeartbeat</a> API call.</p>
36
36
  * </li>
37
37
  * <li>
38
- * <p>If you finish before the timeout period ends, complete the lifecycle action
39
- * using the <a>CompleteLifecycleAction</a> API call.</p>
38
+ * <p>If you finish before the timeout period ends, send a callback by using the
39
+ * <a>CompleteLifecycleAction</a> API call.</p>
40
40
  * </li>
41
41
  * </ol>
42
42
  * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/lifecycle-hooks.html">Amazon EC2 Auto Scaling lifecycle
@@ -57,7 +57,7 @@ export interface PutLifecycleHookCommandOutput extends PutLifecycleHookAnswer, _
57
57
  *
58
58
  * @see {@link PutLifecycleHookCommandInput} for command's `input` shape.
59
59
  * @see {@link PutLifecycleHookCommandOutput} for command's `response` shape.
60
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
60
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
61
61
  *
62
62
  */
63
63
  export declare class PutLifecycleHookCommand extends $Command<PutLifecycleHookCommandInput, PutLifecycleHookCommandOutput, AutoScalingClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface PutNotificationConfigurationCommandOutput extends __MetadataBea
28
28
  *
29
29
  * @see {@link PutNotificationConfigurationCommandInput} for command's `input` shape.
30
30
  * @see {@link PutNotificationConfigurationCommandOutput} for command's `response` shape.
31
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class PutNotificationConfigurationCommand extends $Command<PutNotificationConfigurationCommandInput, PutNotificationConfigurationCommandOutput, AutoScalingClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface PutScalingPolicyCommandOutput extends PolicyARNType, __Metadata
29
29
  *
30
30
  * @see {@link PutScalingPolicyCommandInput} for command's `input` shape.
31
31
  * @see {@link PutScalingPolicyCommandOutput} for command's `response` shape.
32
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class PutScalingPolicyCommand extends $Command<PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput, AutoScalingClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface PutScheduledUpdateGroupActionCommandOutput extends __MetadataBe
24
24
  *
25
25
  * @see {@link PutScheduledUpdateGroupActionCommandInput} for command's `input` shape.
26
26
  * @see {@link PutScheduledUpdateGroupActionCommandOutput} for command's `response` shape.
27
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class PutScheduledUpdateGroupActionCommand extends $Command<PutScheduledUpdateGroupActionCommandInput, PutScheduledUpdateGroupActionCommandOutput, AutoScalingClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface PutWarmPoolCommandOutput extends PutWarmPoolAnswer, __MetadataB
29
29
  *
30
30
  * @see {@link PutWarmPoolCommandInput} for command's `input` shape.
31
31
  * @see {@link PutWarmPoolCommandOutput} for command's `response` shape.
32
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class PutWarmPoolCommand extends $Command<PutWarmPoolCommandInput, PutWarmPoolCommandOutput, AutoScalingClientResolvedConfig> {
@@ -9,19 +9,18 @@ export interface RecordLifecycleActionHeartbeatCommandOutput extends RecordLifec
9
9
  /**
10
10
  * <p>Records a heartbeat for the lifecycle action associated with the specified token or
11
11
  * instance. This extends the timeout by the length of time defined using the <a>PutLifecycleHook</a> API call.</p>
12
- *
13
12
  * <p>This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling
14
13
  * group:</p>
15
14
  * <ol>
16
15
  * <li>
17
- * <p>(Optional) Create a Lambda function and a rule that allows CloudWatch Events to
16
+ * <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to
18
17
  * invoke your Lambda function when Amazon EC2 Auto Scaling launches or terminates
19
18
  * instances.</p>
20
19
  * </li>
21
20
  * <li>
22
21
  * <p>(Optional) Create a notification target and an IAM role. The target can be
23
- * either an Amazon SQS queue or an Amazon SNS topic. The role allows Amazon EC2 Auto Scaling to
24
- * publish lifecycle notifications to the target.</p>
22
+ * either an Amazon SQS queue or an Amazon SNS topic. The role allows Amazon EC2 Auto Scaling to publish
23
+ * lifecycle notifications to the target.</p>
25
24
  * </li>
26
25
  * <li>
27
26
  * <p>Create the lifecycle hook. Specify whether the hook is used when the instances
@@ -34,8 +33,8 @@ export interface RecordLifecycleActionHeartbeatCommandOutput extends RecordLifec
34
33
  * </p>
35
34
  * </li>
36
35
  * <li>
37
- * <p>If you finish before the timeout period ends, complete the lifecycle
38
- * action.</p>
36
+ * <p>If you finish before the timeout period ends, send a callback by using the
37
+ * <a>CompleteLifecycleAction</a> API call.</p>
39
38
  * </li>
40
39
  * </ol>
41
40
  * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/lifecycle-hooks.html">Amazon EC2 Auto Scaling lifecycle
@@ -52,7 +51,7 @@ export interface RecordLifecycleActionHeartbeatCommandOutput extends RecordLifec
52
51
  *
53
52
  * @see {@link RecordLifecycleActionHeartbeatCommandInput} for command's `input` shape.
54
53
  * @see {@link RecordLifecycleActionHeartbeatCommandOutput} for command's `response` shape.
55
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
54
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
56
55
  *
57
56
  */
58
57
  export declare class RecordLifecycleActionHeartbeatCommand extends $Command<RecordLifecycleActionHeartbeatCommandInput, RecordLifecycleActionHeartbeatCommandOutput, AutoScalingClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ResumeProcessesCommandOutput extends __MetadataBearer {
23
23
  *
24
24
  * @see {@link ResumeProcessesCommandInput} for command's `input` shape.
25
25
  * @see {@link ResumeProcessesCommandOutput} for command's `response` shape.
26
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ResumeProcessesCommand extends $Command<ResumeProcessesCommandInput, ResumeProcessesCommandOutput, AutoScalingClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface SetDesiredCapacityCommandOutput extends __MetadataBearer {
25
25
  *
26
26
  * @see {@link SetDesiredCapacityCommandInput} for command's `input` shape.
27
27
  * @see {@link SetDesiredCapacityCommandOutput} for command's `response` shape.
28
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class SetDesiredCapacityCommand extends $Command<SetDesiredCapacityCommandInput, SetDesiredCapacityCommandOutput, AutoScalingClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface SetInstanceHealthCommandOutput extends __MetadataBearer {
22
22
  *
23
23
  * @see {@link SetInstanceHealthCommandInput} for command's `input` shape.
24
24
  * @see {@link SetInstanceHealthCommandOutput} for command's `response` shape.
25
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class SetInstanceHealthCommand extends $Command<SetInstanceHealthCommandInput, SetInstanceHealthCommandOutput, AutoScalingClientResolvedConfig> {
@@ -10,7 +10,8 @@ export interface SetInstanceProtectionCommandOutput extends SetInstanceProtectio
10
10
  * <p>Updates the instance protection settings of the specified instances. This operation
11
11
  * cannot be called on instances in a warm pool.</p>
12
12
  * <p>For more information about preventing instances that are part of an Auto Scaling group from
13
- * terminating on scale in, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-instance-termination.html#instance-protection">Instance scale-in protection</a> in the
13
+ * terminating on scale in, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-instance-protection.html">Using
14
+ * instance scale-in protection</a> in the
14
15
  * <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
15
16
  * <p>If you exceed your maximum limit of instance IDs, which is 50 per Auto Scaling group, the call
16
17
  * fails.</p>
@@ -26,7 +27,7 @@ export interface SetInstanceProtectionCommandOutput extends SetInstanceProtectio
26
27
  *
27
28
  * @see {@link SetInstanceProtectionCommandInput} for command's `input` shape.
28
29
  * @see {@link SetInstanceProtectionCommandOutput} for command's `response` shape.
29
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
30
31
  *
31
32
  */
32
33
  export declare class SetInstanceProtectionCommand extends $Command<SetInstanceProtectionCommandInput, SetInstanceProtectionCommandOutput, AutoScalingClientResolvedConfig> {
@@ -34,7 +34,7 @@ export interface StartInstanceRefreshCommandOutput extends StartInstanceRefreshA
34
34
  *
35
35
  * @see {@link StartInstanceRefreshCommandInput} for command's `input` shape.
36
36
  * @see {@link StartInstanceRefreshCommandOutput} for command's `response` shape.
37
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
37
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
38
38
  *
39
39
  */
40
40
  export declare class StartInstanceRefreshCommand extends $Command<StartInstanceRefreshCommandInput, StartInstanceRefreshCommandOutput, AutoScalingClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface SuspendProcessesCommandOutput extends __MetadataBearer {
26
26
  *
27
27
  * @see {@link SuspendProcessesCommandInput} for command's `input` shape.
28
28
  * @see {@link SuspendProcessesCommandOutput} for command's `response` shape.
29
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class SuspendProcessesCommand extends $Command<SuspendProcessesCommandInput, SuspendProcessesCommandOutput, AutoScalingClientResolvedConfig> {
@@ -31,7 +31,7 @@ export interface TerminateInstanceInAutoScalingGroupCommandOutput extends Activi
31
31
  *
32
32
  * @see {@link TerminateInstanceInAutoScalingGroupCommandInput} for command's `input` shape.
33
33
  * @see {@link TerminateInstanceInAutoScalingGroupCommandOutput} for command's `response` shape.
34
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
35
35
  *
36
36
  */
37
37
  export declare class TerminateInstanceInAutoScalingGroupCommand extends $Command<TerminateInstanceInAutoScalingGroupCommandInput, TerminateInstanceInAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig> {
@@ -64,7 +64,7 @@ export interface UpdateAutoScalingGroupCommandOutput extends __MetadataBearer {
64
64
  *
65
65
  * @see {@link UpdateAutoScalingGroupCommandInput} for command's `input` shape.
66
66
  * @see {@link UpdateAutoScalingGroupCommandOutput} for command's `response` shape.
67
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
67
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
68
68
  *
69
69
  */
70
70
  export declare class UpdateAutoScalingGroupCommand extends $Command<UpdateAutoScalingGroupCommandInput, UpdateAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig> {