@aws-sdk/client-auto-scaling 3.50.0 → 3.53.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 (108) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/AutoScalingServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +130 -4
  5. package/dist-cjs/protocols/Aws_query.js +416 -1351
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/AutoScalingServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +116 -1
  9. package/dist-es/protocols/Aws_query.js +1022 -1578
  10. package/dist-types/AutoScaling.d.ts +33 -20
  11. package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +9 -4
  12. package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +1 -2
  13. package/dist-types/commands/DescribeWarmPoolCommand.d.ts +1 -1
  14. package/dist-types/commands/PutLifecycleHookCommand.d.ts +12 -7
  15. package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +9 -4
  16. package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +1 -2
  17. package/dist-types/index.d.ts +1 -0
  18. package/dist-types/models/AutoScalingServiceException.d.ts +10 -0
  19. package/dist-types/models/models_0.d.ts +129 -76
  20. package/dist-types/ts3.4/AutoScaling.d.ts +310 -0
  21. package/dist-types/ts3.4/AutoScalingClient.d.ts +134 -0
  22. package/dist-types/ts3.4/commands/AttachInstancesCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/DescribePoliciesCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/DetachInstancesCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/EnterStandbyCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/ExecutePolicyCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/ExitStandbyCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/PutLifecycleHookCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/PutWarmPoolCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/ResumeProcessesCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/SetInstanceHealthCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/SuspendProcessesCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/index.d.ts +61 -0
  84. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  85. package/dist-types/ts3.4/index.d.ts +7 -0
  86. package/dist-types/ts3.4/models/AutoScalingServiceException.d.ts +6 -0
  87. package/dist-types/ts3.4/models/index.d.ts +1 -0
  88. package/dist-types/ts3.4/models/models_0.d.ts +2453 -0
  89. package/dist-types/ts3.4/pagination/DescribeAutoScalingGroupsPaginator.d.ts +4 -0
  90. package/dist-types/ts3.4/pagination/DescribeAutoScalingInstancesPaginator.d.ts +4 -0
  91. package/dist-types/ts3.4/pagination/DescribeLaunchConfigurationsPaginator.d.ts +4 -0
  92. package/dist-types/ts3.4/pagination/DescribeNotificationConfigurationsPaginator.d.ts +4 -0
  93. package/dist-types/ts3.4/pagination/DescribePoliciesPaginator.d.ts +4 -0
  94. package/dist-types/ts3.4/pagination/DescribeScalingActivitiesPaginator.d.ts +4 -0
  95. package/dist-types/ts3.4/pagination/DescribeScheduledActionsPaginator.d.ts +4 -0
  96. package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +4 -0
  97. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  98. package/dist-types/ts3.4/pagination/index.d.ts +9 -0
  99. package/dist-types/ts3.4/protocols/Aws_query.d.ts +185 -0
  100. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  101. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  102. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  103. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  104. package/dist-types/ts3.4/waiters/index.d.ts +3 -0
  105. package/dist-types/ts3.4/waiters/waitForGroupExists.d.ts +7 -0
  106. package/dist-types/ts3.4/waiters/waitForGroupInService.d.ts +7 -0
  107. package/dist-types/ts3.4/waiters/waitForGroupNotExists.d.ts +7 -0
  108. package/package.json +34 -34
@@ -169,9 +169,14 @@ export declare class AutoScaling extends AutoScalingClient {
169
169
  * group:</p>
170
170
  * <ol>
171
171
  * <li>
172
- * <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to
173
- * invoke your Lambda function when Amazon EC2 Auto Scaling launches or terminates
174
- * instances.</p>
172
+ * <p>(Optional) Create a launch template or launch configuration with a user data
173
+ * script that runs while an instance is in a wait state due to a lifecycle
174
+ * hook.</p>
175
+ * </li>
176
+ * <li>
177
+ * <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to invoke
178
+ * your Lambda function when an instance is put into a wait state due to a
179
+ * lifecycle hook.</p>
175
180
  * </li>
176
181
  * <li>
177
182
  * <p>(Optional) Create a notification target and an IAM role. The target can be
@@ -184,7 +189,7 @@ export declare class AutoScaling extends AutoScalingClient {
184
189
  * </li>
185
190
  * <li>
186
191
  * <p>If you need more time, record the lifecycle action heartbeat to keep the
187
- * instance in a pending state.</p>
192
+ * instance in a wait state.</p>
188
193
  * </li>
189
194
  * <li>
190
195
  * <p>
@@ -204,8 +209,7 @@ export declare class AutoScaling extends AutoScalingClient {
204
209
  * <p>
205
210
  * <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>
206
211
  * </p>
207
- * <p>Creates an Auto Scaling group with
208
- * the specified name and attributes. </p>
212
+ * <p>Creates an Auto Scaling group with the specified name and attributes. </p>
209
213
  * <p>If you exceed your maximum limit of Auto Scaling groups, the call fails. To query this limit,
210
214
  * call the <a>DescribeAccountLimits</a> API. For information about updating
211
215
  * this limit, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-account-limits.html">Amazon EC2 Auto Scaling service
@@ -578,7 +582,7 @@ export declare class AutoScaling extends AutoScalingClient {
578
582
  /**
579
583
  * <p>Gets information about a warm pool and its instances.</p>
580
584
  * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-warm-pools.html">Warm pools for
581
- * Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
585
+ * Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
582
586
  */
583
587
  describeWarmPool(args: DescribeWarmPoolCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWarmPoolCommandOutput>;
584
588
  describeWarmPool(args: DescribeWarmPoolCommandInput, cb: (err: any, data?: DescribeWarmPoolCommandOutput) => void): void;
@@ -677,16 +681,21 @@ export declare class AutoScaling extends AutoScalingClient {
677
681
  getPredictiveScalingForecast(args: GetPredictiveScalingForecastCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPredictiveScalingForecastCommandOutput) => void): void;
678
682
  /**
679
683
  * <p>Creates or updates a lifecycle hook for the specified Auto Scaling group.</p>
680
- * <p>A lifecycle hook enables an Auto Scaling group to be aware of events in the Auto Scaling instance
681
- * lifecycle, and then perform a custom action when the corresponding lifecycle event
682
- * occurs.</p>
684
+ * <p>Lifecycle hooks let you create solutions that are aware of events in the Auto Scaling instance
685
+ * lifecycle, and then perform a custom action on instances when the corresponding
686
+ * lifecycle event occurs.</p>
683
687
  * <p>This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling
684
688
  * group:</p>
685
689
  * <ol>
686
690
  * <li>
687
- * <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to
688
- * invoke your Lambda function when Amazon EC2 Auto Scaling launches or terminates
689
- * instances.</p>
691
+ * <p>(Optional) Create a launch template or launch configuration with a user data
692
+ * script that runs while an instance is in a wait state due to a lifecycle
693
+ * hook.</p>
694
+ * </li>
695
+ * <li>
696
+ * <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to invoke
697
+ * your Lambda function when an instance is put into a wait state due to a
698
+ * lifecycle hook.</p>
690
699
  * </li>
691
700
  * <li>
692
701
  * <p>(Optional) Create a notification target and an IAM role. The target can be
@@ -701,7 +710,7 @@ export declare class AutoScaling extends AutoScalingClient {
701
710
  * </li>
702
711
  * <li>
703
712
  * <p>If you need more time, record the lifecycle action heartbeat to keep the
704
- * instance in a pending state using the <a>RecordLifecycleActionHeartbeat</a> API call.</p>
713
+ * instance in a wait state using the <a>RecordLifecycleActionHeartbeat</a> API call.</p>
705
714
  * </li>
706
715
  * <li>
707
716
  * <p>If you finish before the timeout period ends, send a callback by using the
@@ -779,9 +788,14 @@ export declare class AutoScaling extends AutoScalingClient {
779
788
  * group:</p>
780
789
  * <ol>
781
790
  * <li>
782
- * <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to
783
- * invoke your Lambda function when Amazon EC2 Auto Scaling launches or terminates
784
- * instances.</p>
791
+ * <p>(Optional) Create a launch template or launch configuration with a user data
792
+ * script that runs while an instance is in a wait state due to a lifecycle
793
+ * hook.</p>
794
+ * </li>
795
+ * <li>
796
+ * <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to invoke
797
+ * your Lambda function when an instance is put into a wait state due to a
798
+ * lifecycle hook.</p>
785
799
  * </li>
786
800
  * <li>
787
801
  * <p>(Optional) Create a notification target and an IAM role. The target can be
@@ -795,7 +809,7 @@ export declare class AutoScaling extends AutoScalingClient {
795
809
  * <li>
796
810
  * <p>
797
811
  * <b>If you need more time, record the lifecycle action
798
- * heartbeat to keep the instance in a pending state.</b>
812
+ * heartbeat to keep the instance in a wait state.</b>
799
813
  * </p>
800
814
  * </li>
801
815
  * <li>
@@ -903,8 +917,7 @@ export declare class AutoScaling extends AutoScalingClient {
903
917
  * <p>
904
918
  * <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>
905
919
  * </p>
906
- * <p>Updates the configuration for
907
- * the specified Auto Scaling group.</p>
920
+ * <p>Updates the configuration for the specified Auto Scaling group.</p>
908
921
  * <p>To update an Auto Scaling group, specify the name of the group and the parameter that you want
909
922
  * to change. Any parameters that you don't specify are not changed by this update request.
910
923
  * The new settings take effect on any scaling activities after this call returns.
@@ -13,9 +13,14 @@ export interface CompleteLifecycleActionCommandOutput extends CompleteLifecycleA
13
13
  * group:</p>
14
14
  * <ol>
15
15
  * <li>
16
- * <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to
17
- * invoke your Lambda function when Amazon EC2 Auto Scaling launches or terminates
18
- * instances.</p>
16
+ * <p>(Optional) Create a launch template or launch configuration with a user data
17
+ * script that runs while an instance is in a wait state due to a lifecycle
18
+ * hook.</p>
19
+ * </li>
20
+ * <li>
21
+ * <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to invoke
22
+ * your Lambda function when an instance is put into a wait state due to a
23
+ * lifecycle hook.</p>
19
24
  * </li>
20
25
  * <li>
21
26
  * <p>(Optional) Create a notification target and an IAM role. The target can be
@@ -28,7 +33,7 @@ export interface CompleteLifecycleActionCommandOutput extends CompleteLifecycleA
28
33
  * </li>
29
34
  * <li>
30
35
  * <p>If you need more time, record the lifecycle action heartbeat to keep the
31
- * instance in a pending state.</p>
36
+ * instance in a wait state.</p>
32
37
  * </li>
33
38
  * <li>
34
39
  * <p>
@@ -10,8 +10,7 @@ export interface CreateAutoScalingGroupCommandOutput extends __MetadataBearer {
10
10
  * <p>
11
11
  * <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>
12
12
  * </p>
13
- * <p>Creates an Auto Scaling group with
14
- * the specified name and attributes. </p>
13
+ * <p>Creates an Auto Scaling group with the specified name and attributes. </p>
15
14
  * <p>If you exceed your maximum limit of Auto Scaling groups, the call fails. To query this limit,
16
15
  * call the <a>DescribeAccountLimits</a> API. For information about updating
17
16
  * this limit, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-account-limits.html">Amazon EC2 Auto Scaling service
@@ -9,7 +9,7 @@ export interface DescribeWarmPoolCommandOutput extends DescribeWarmPoolAnswer, _
9
9
  /**
10
10
  * <p>Gets information about a warm pool and its instances.</p>
11
11
  * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-warm-pools.html">Warm pools for
12
- * Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
12
+ * Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
13
13
  * @example
14
14
  * Use a bare-bones client and the command you need to make an API call.
15
15
  * ```javascript
@@ -8,16 +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 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>
11
+ * <p>Lifecycle hooks let you create solutions that are aware of events in the Auto Scaling instance
12
+ * lifecycle, and then perform a custom action on instances when the corresponding
13
+ * lifecycle event 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 Amazon EventBridge to
19
- * invoke your Lambda function when Amazon EC2 Auto Scaling launches or terminates
20
- * instances.</p>
18
+ * <p>(Optional) Create a launch template or launch configuration with a user data
19
+ * script that runs while an instance is in a wait state due to a lifecycle
20
+ * hook.</p>
21
+ * </li>
22
+ * <li>
23
+ * <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to invoke
24
+ * your Lambda function when an instance is put into a wait state due to a
25
+ * lifecycle hook.</p>
21
26
  * </li>
22
27
  * <li>
23
28
  * <p>(Optional) Create a notification target and an IAM role. The target can be
@@ -32,7 +37,7 @@ export interface PutLifecycleHookCommandOutput extends PutLifecycleHookAnswer, _
32
37
  * </li>
33
38
  * <li>
34
39
  * <p>If you need more time, record the lifecycle action heartbeat to keep the
35
- * instance in a pending state using the <a>RecordLifecycleActionHeartbeat</a> API call.</p>
40
+ * instance in a wait state using the <a>RecordLifecycleActionHeartbeat</a> API call.</p>
36
41
  * </li>
37
42
  * <li>
38
43
  * <p>If you finish before the timeout period ends, send a callback by using the
@@ -13,9 +13,14 @@ export interface RecordLifecycleActionHeartbeatCommandOutput extends RecordLifec
13
13
  * group:</p>
14
14
  * <ol>
15
15
  * <li>
16
- * <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to
17
- * invoke your Lambda function when Amazon EC2 Auto Scaling launches or terminates
18
- * instances.</p>
16
+ * <p>(Optional) Create a launch template or launch configuration with a user data
17
+ * script that runs while an instance is in a wait state due to a lifecycle
18
+ * hook.</p>
19
+ * </li>
20
+ * <li>
21
+ * <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to invoke
22
+ * your Lambda function when an instance is put into a wait state due to a
23
+ * lifecycle hook.</p>
19
24
  * </li>
20
25
  * <li>
21
26
  * <p>(Optional) Create a notification target and an IAM role. The target can be
@@ -29,7 +34,7 @@ export interface RecordLifecycleActionHeartbeatCommandOutput extends RecordLifec
29
34
  * <li>
30
35
  * <p>
31
36
  * <b>If you need more time, record the lifecycle action
32
- * heartbeat to keep the instance in a pending state.</b>
37
+ * heartbeat to keep the instance in a wait state.</b>
33
38
  * </p>
34
39
  * </li>
35
40
  * <li>
@@ -10,8 +10,7 @@ export interface UpdateAutoScalingGroupCommandOutput extends __MetadataBearer {
10
10
  * <p>
11
11
  * <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>
12
12
  * </p>
13
- * <p>Updates the configuration for
14
- * the specified Auto Scaling group.</p>
13
+ * <p>Updates the configuration for the specified Auto Scaling group.</p>
15
14
  * <p>To update an Auto Scaling group, specify the name of the group and the parameter that you want
16
15
  * to change. Any parameters that you don't specify are not changed by this update request.
17
16
  * The new settings take effect on any scaling activities after this call returns.
@@ -4,3 +4,4 @@ export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
6
  export * from "./waiters";
7
+ export { AutoScalingServiceException } from "./models/AutoScalingServiceException";
@@ -0,0 +1,10 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ /**
3
+ * Base exception class for all service exceptions from AutoScaling service.
4
+ */
5
+ export declare class AutoScalingServiceException extends __ServiceException {
6
+ /**
7
+ * @internal
8
+ */
9
+ constructor(options: __ServiceExceptionOptions);
10
+ }