@aws-sdk/client-auto-scaling 3.289.0 → 3.292.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 (66) hide show
  1. package/dist-types/commands/AttachInstancesCommand.d.ts +8 -0
  2. package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +8 -0
  3. package/dist-types/commands/AttachLoadBalancersCommand.d.ts +8 -0
  4. package/dist-types/commands/AttachTrafficSourcesCommand.d.ts +8 -0
  5. package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +5 -0
  6. package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +14 -0
  7. package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +15 -0
  8. package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +5 -0
  9. package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +17 -0
  10. package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +14 -0
  11. package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +17 -0
  12. package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +12 -0
  13. package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +8 -0
  14. package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +5 -0
  15. package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +5 -0
  16. package/dist-types/commands/DeletePolicyCommand.d.ts +8 -0
  17. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +5 -0
  18. package/dist-types/commands/DeleteTagsCommand.d.ts +8 -0
  19. package/dist-types/commands/DeleteWarmPoolCommand.d.ts +18 -0
  20. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +5 -0
  21. package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +5 -0
  22. package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +8 -0
  23. package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +8 -0
  24. package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +5 -0
  25. package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +8 -0
  26. package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +8 -0
  27. package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +5 -0
  28. package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +5 -0
  29. package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +8 -0
  30. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +8 -0
  31. package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +5 -0
  32. package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +8 -0
  33. package/dist-types/commands/DescribePoliciesCommand.d.ts +11 -0
  34. package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +8 -0
  35. package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +5 -0
  36. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +8 -0
  37. package/dist-types/commands/DescribeTagsCommand.d.ts +8 -0
  38. package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +5 -0
  39. package/dist-types/commands/DescribeTrafficSourcesCommand.d.ts +8 -0
  40. package/dist-types/commands/DescribeWarmPoolCommand.d.ts +14 -0
  41. package/dist-types/commands/DetachInstancesCommand.d.ts +5 -0
  42. package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +5 -0
  43. package/dist-types/commands/DetachLoadBalancersCommand.d.ts +5 -0
  44. package/dist-types/commands/DetachTrafficSourcesCommand.d.ts +5 -0
  45. package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +5 -0
  46. package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +5 -0
  47. package/dist-types/commands/EnterStandbyCommand.d.ts +5 -0
  48. package/dist-types/commands/ExecutePolicyCommand.d.ts +9 -0
  49. package/dist-types/commands/ExitStandbyCommand.d.ts +5 -0
  50. package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +5 -0
  51. package/dist-types/commands/PutLifecycleHookCommand.d.ts +11 -0
  52. package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +14 -0
  53. package/dist-types/commands/PutScalingPolicyCommand.d.ts +14 -0
  54. package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +14 -0
  55. package/dist-types/commands/PutWarmPoolCommand.d.ts +11 -0
  56. package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +5 -0
  57. package/dist-types/commands/ResumeProcessesCommand.d.ts +8 -0
  58. package/dist-types/commands/RollbackInstanceRefreshCommand.d.ts +21 -0
  59. package/dist-types/commands/SetDesiredCapacityCommand.d.ts +9 -0
  60. package/dist-types/commands/SetInstanceHealthCommand.d.ts +5 -0
  61. package/dist-types/commands/SetInstanceProtectionCommand.d.ts +11 -0
  62. package/dist-types/commands/StartInstanceRefreshCommand.d.ts +15 -0
  63. package/dist-types/commands/SuspendProcessesCommand.d.ts +8 -0
  64. package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +9 -0
  65. package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +12 -0
  66. package/package.json +36 -41
@@ -38,6 +38,14 @@ export interface AttachInstancesCommandOutput extends __MetadataBearer {
38
38
  * @see {@link AttachInstancesCommandOutput} for command's `response` shape.
39
39
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
40
40
  *
41
+ * @throws {@link ResourceContentionFault} (server fault)
42
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
43
+ * instance, or load balancer).</p>
44
+ *
45
+ * @throws {@link ServiceLinkedRoleFailure} (server fault)
46
+ * <p>The service-linked role is not yet ready for use.</p>
47
+ *
48
+ *
41
49
  * @example To attach an instance to an Auto Scaling group
42
50
  * ```javascript
43
51
  * // This example attaches the specified instance to the specified Auto Scaling group.
@@ -50,6 +50,14 @@ export interface AttachLoadBalancerTargetGroupsCommandOutput extends AttachLoadB
50
50
  * @see {@link AttachLoadBalancerTargetGroupsCommandOutput} for command's `response` shape.
51
51
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
52
52
  *
53
+ * @throws {@link ResourceContentionFault} (server fault)
54
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
55
+ * instance, or load balancer).</p>
56
+ *
57
+ * @throws {@link ServiceLinkedRoleFailure} (server fault)
58
+ * <p>The service-linked role is not yet ready for use.</p>
59
+ *
60
+ *
53
61
  * @example To attach a target group to an Auto Scaling group
54
62
  * ```javascript
55
63
  * // This example attaches the specified target group to the specified Auto Scaling group.
@@ -40,6 +40,14 @@ export interface AttachLoadBalancersCommandOutput extends AttachLoadBalancersRes
40
40
  * @see {@link AttachLoadBalancersCommandOutput} for command's `response` shape.
41
41
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
42
42
  *
43
+ * @throws {@link ResourceContentionFault} (server fault)
44
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
45
+ * instance, or load balancer).</p>
46
+ *
47
+ * @throws {@link ServiceLinkedRoleFailure} (server fault)
48
+ * <p>The service-linked role is not yet ready for use.</p>
49
+ *
50
+ *
43
51
  * @example To attach a load balancer to an Auto Scaling group
44
52
  * ```javascript
45
53
  * // This example attaches the specified load balancer to the specified Auto Scaling group.
@@ -37,6 +37,14 @@ export interface AttachTrafficSourcesCommandOutput extends AttachTrafficSourcesR
37
37
  * @see {@link AttachTrafficSourcesCommandOutput} for command's `response` shape.
38
38
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
39
39
  *
40
+ * @throws {@link ResourceContentionFault} (server fault)
41
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
42
+ * instance, or load balancer).</p>
43
+ *
44
+ * @throws {@link ServiceLinkedRoleFailure} (server fault)
45
+ * <p>The service-linked role is not yet ready for use.</p>
46
+ *
47
+ *
40
48
  */
41
49
  export declare class AttachTrafficSourcesCommand extends $Command<AttachTrafficSourcesCommandInput, AttachTrafficSourcesCommandOutput, AutoScalingClientResolvedConfig> {
42
50
  readonly input: AttachTrafficSourcesCommandInput;
@@ -29,6 +29,11 @@ export interface BatchDeleteScheduledActionCommandOutput extends BatchDeleteSche
29
29
  * @see {@link BatchDeleteScheduledActionCommandOutput} for command's `response` shape.
30
30
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceContentionFault} (server fault)
33
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
34
+ * instance, or load balancer).</p>
35
+ *
36
+ *
32
37
  */
33
38
  export declare class BatchDeleteScheduledActionCommand extends $Command<BatchDeleteScheduledActionCommandInput, BatchDeleteScheduledActionCommandOutput, AutoScalingClientResolvedConfig> {
34
39
  readonly input: BatchDeleteScheduledActionCommandInput;
@@ -29,6 +29,20 @@ export interface BatchPutScheduledUpdateGroupActionCommandOutput extends BatchPu
29
29
  * @see {@link BatchPutScheduledUpdateGroupActionCommandOutput} for command's `response` shape.
30
30
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
31
31
  *
32
+ * @throws {@link AlreadyExistsFault} (client fault)
33
+ * <p>You already have an Auto Scaling group or launch configuration with this name.</p>
34
+ *
35
+ * @throws {@link LimitExceededFault} (client fault)
36
+ * <p>You have already reached a limit for your Amazon EC2 Auto Scaling
37
+ * resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For
38
+ * more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html">DescribeAccountLimits</a> in the <i>Amazon EC2 Auto Scaling API
39
+ * Reference</i>.</p>
40
+ *
41
+ * @throws {@link ResourceContentionFault} (server fault)
42
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
43
+ * instance, or load balancer).</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class BatchPutScheduledUpdateGroupActionCommand extends $Command<BatchPutScheduledUpdateGroupActionCommandInput, BatchPutScheduledUpdateGroupActionCommandOutput, AutoScalingClientResolvedConfig> {
34
48
  readonly input: BatchPutScheduledUpdateGroupActionCommandInput;
@@ -36,6 +36,21 @@ export interface CancelInstanceRefreshCommandOutput extends CancelInstanceRefres
36
36
  * @see {@link CancelInstanceRefreshCommandOutput} for command's `response` shape.
37
37
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
38
38
  *
39
+ * @throws {@link ActiveInstanceRefreshNotFoundFault} (client fault)
40
+ * <p>The request failed because an active instance refresh or rollback for the specified
41
+ * Auto Scaling group was not found.</p>
42
+ *
43
+ * @throws {@link LimitExceededFault} (client fault)
44
+ * <p>You have already reached a limit for your Amazon EC2 Auto Scaling
45
+ * resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For
46
+ * more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html">DescribeAccountLimits</a> in the <i>Amazon EC2 Auto Scaling API
47
+ * Reference</i>.</p>
48
+ *
49
+ * @throws {@link ResourceContentionFault} (server fault)
50
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
51
+ * instance, or load balancer).</p>
52
+ *
53
+ *
39
54
  * @example To cancel an instance refresh
40
55
  * ```javascript
41
56
  * // This example cancels an instance refresh operation in progress.
@@ -66,6 +66,11 @@ export interface CompleteLifecycleActionCommandOutput extends CompleteLifecycleA
66
66
  * @see {@link CompleteLifecycleActionCommandOutput} for command's `response` shape.
67
67
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
68
68
  *
69
+ * @throws {@link ResourceContentionFault} (server fault)
70
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
71
+ * instance, or load balancer).</p>
72
+ *
73
+ *
69
74
  * @example To complete the lifecycle action
70
75
  * ```javascript
71
76
  * // This example notifies Auto Scaling that the specified lifecycle action is complete so that it can finish launching or terminating the instance.
@@ -46,6 +46,23 @@ export interface CreateAutoScalingGroupCommandOutput extends __MetadataBearer {
46
46
  * @see {@link CreateAutoScalingGroupCommandOutput} for command's `response` shape.
47
47
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
48
48
  *
49
+ * @throws {@link AlreadyExistsFault} (client fault)
50
+ * <p>You already have an Auto Scaling group or launch configuration with this name.</p>
51
+ *
52
+ * @throws {@link LimitExceededFault} (client fault)
53
+ * <p>You have already reached a limit for your Amazon EC2 Auto Scaling
54
+ * resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For
55
+ * more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html">DescribeAccountLimits</a> in the <i>Amazon EC2 Auto Scaling API
56
+ * Reference</i>.</p>
57
+ *
58
+ * @throws {@link ResourceContentionFault} (server fault)
59
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
60
+ * instance, or load balancer).</p>
61
+ *
62
+ * @throws {@link ServiceLinkedRoleFailure} (server fault)
63
+ * <p>The service-linked role is not yet ready for use.</p>
64
+ *
65
+ *
49
66
  * @example To create an Auto Scaling group
50
67
  * ```javascript
51
68
  * // This example creates an Auto Scaling group.
@@ -41,6 +41,20 @@ export interface CreateLaunchConfigurationCommandOutput extends __MetadataBearer
41
41
  * @see {@link CreateLaunchConfigurationCommandOutput} for command's `response` shape.
42
42
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
43
43
  *
44
+ * @throws {@link AlreadyExistsFault} (client fault)
45
+ * <p>You already have an Auto Scaling group or launch configuration with this name.</p>
46
+ *
47
+ * @throws {@link LimitExceededFault} (client fault)
48
+ * <p>You have already reached a limit for your Amazon EC2 Auto Scaling
49
+ * resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For
50
+ * more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html">DescribeAccountLimits</a> in the <i>Amazon EC2 Auto Scaling API
51
+ * Reference</i>.</p>
52
+ *
53
+ * @throws {@link ResourceContentionFault} (server fault)
54
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
55
+ * instance, or load balancer).</p>
56
+ *
57
+ *
44
58
  * @example To create a launch configuration
45
59
  * ```javascript
46
60
  * // This example creates a launch configuration.
@@ -33,6 +33,23 @@ export interface CreateOrUpdateTagsCommandOutput extends __MetadataBearer {
33
33
  * @see {@link CreateOrUpdateTagsCommandOutput} for command's `response` shape.
34
34
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
35
35
  *
36
+ * @throws {@link AlreadyExistsFault} (client fault)
37
+ * <p>You already have an Auto Scaling group or launch configuration with this name.</p>
38
+ *
39
+ * @throws {@link LimitExceededFault} (client fault)
40
+ * <p>You have already reached a limit for your Amazon EC2 Auto Scaling
41
+ * resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For
42
+ * more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html">DescribeAccountLimits</a> in the <i>Amazon EC2 Auto Scaling API
43
+ * Reference</i>.</p>
44
+ *
45
+ * @throws {@link ResourceContentionFault} (server fault)
46
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
47
+ * instance, or load balancer).</p>
48
+ *
49
+ * @throws {@link ResourceInUseFault} (client fault)
50
+ * <p>The operation can't be performed because the resource is in use.</p>
51
+ *
52
+ *
36
53
  * @example To create or update tags for an Auto Scaling group
37
54
  * ```javascript
38
55
  * // This example adds two tags to the specified Auto Scaling group.
@@ -43,6 +43,18 @@ export interface DeleteAutoScalingGroupCommandOutput extends __MetadataBearer {
43
43
  * @see {@link DeleteAutoScalingGroupCommandOutput} for command's `response` shape.
44
44
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
45
45
  *
46
+ * @throws {@link ResourceContentionFault} (server fault)
47
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
48
+ * instance, or load balancer).</p>
49
+ *
50
+ * @throws {@link ResourceInUseFault} (client fault)
51
+ * <p>The operation can't be performed because the resource is in use.</p>
52
+ *
53
+ * @throws {@link ScalingActivityInProgressFault} (client fault)
54
+ * <p>The operation can't be performed because there are scaling activities in
55
+ * progress.</p>
56
+ *
57
+ *
46
58
  * @example To delete an Auto Scaling group
47
59
  * ```javascript
48
60
  * // This example deletes the specified Auto Scaling group.
@@ -31,6 +31,14 @@ export interface DeleteLaunchConfigurationCommandOutput extends __MetadataBearer
31
31
  * @see {@link DeleteLaunchConfigurationCommandOutput} for command's `response` shape.
32
32
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
33
33
  *
34
+ * @throws {@link ResourceContentionFault} (server fault)
35
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
36
+ * instance, or load balancer).</p>
37
+ *
38
+ * @throws {@link ResourceInUseFault} (client fault)
39
+ * <p>The operation can't be performed because the resource is in use.</p>
40
+ *
41
+ *
34
42
  * @example To delete a launch configuration
35
43
  * ```javascript
36
44
  * // This example deletes the specified launch configuration.
@@ -32,6 +32,11 @@ export interface DeleteLifecycleHookCommandOutput extends DeleteLifecycleHookAns
32
32
  * @see {@link DeleteLifecycleHookCommandOutput} for command's `response` shape.
33
33
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
34
34
  *
35
+ * @throws {@link ResourceContentionFault} (server fault)
36
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
37
+ * instance, or load balancer).</p>
38
+ *
39
+ *
35
40
  * @example To delete a lifecycle hook
36
41
  * ```javascript
37
42
  * // This example deletes the specified lifecycle hook.
@@ -29,6 +29,11 @@ export interface DeleteNotificationConfigurationCommandOutput extends __Metadata
29
29
  * @see {@link DeleteNotificationConfigurationCommandOutput} for command's `response` shape.
30
30
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceContentionFault} (server fault)
33
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
34
+ * instance, or load balancer).</p>
35
+ *
36
+ *
32
37
  * @example To delete an Auto Scaling notification
33
38
  * ```javascript
34
39
  * // This example deletes the specified notification from the specified Auto Scaling group.
@@ -34,6 +34,14 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {
34
34
  * @see {@link DeletePolicyCommandOutput} for command's `response` shape.
35
35
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
36
36
  *
37
+ * @throws {@link ResourceContentionFault} (server fault)
38
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
39
+ * instance, or load balancer).</p>
40
+ *
41
+ * @throws {@link ServiceLinkedRoleFailure} (server fault)
42
+ * <p>The service-linked role is not yet ready for use.</p>
43
+ *
44
+ *
37
45
  * @example To delete an Auto Scaling policy
38
46
  * ```javascript
39
47
  * // This example deletes the specified Auto Scaling policy.
@@ -29,6 +29,11 @@ export interface DeleteScheduledActionCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteScheduledActionCommandOutput} for command's `response` shape.
30
30
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceContentionFault} (server fault)
33
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
34
+ * instance, or load balancer).</p>
35
+ *
36
+ *
32
37
  * @example To delete a scheduled action from an Auto Scaling group
33
38
  * ```javascript
34
39
  * // This example deletes the specified scheduled action from the specified Auto Scaling group.
@@ -29,6 +29,14 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteTagsCommandOutput} for command's `response` shape.
30
30
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceContentionFault} (server fault)
33
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
34
+ * instance, or load balancer).</p>
35
+ *
36
+ * @throws {@link ResourceInUseFault} (client fault)
37
+ * <p>The operation can't be performed because the resource is in use.</p>
38
+ *
39
+ *
32
40
  * @example To delete a tag from an Auto Scaling group
33
41
  * ```javascript
34
42
  * // This example deletes the specified tag from the specified Auto Scaling group.
@@ -31,6 +31,24 @@ export interface DeleteWarmPoolCommandOutput extends DeleteWarmPoolAnswer, __Met
31
31
  * @see {@link DeleteWarmPoolCommandOutput} for command's `response` shape.
32
32
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
33
33
  *
34
+ * @throws {@link LimitExceededFault} (client fault)
35
+ * <p>You have already reached a limit for your Amazon EC2 Auto Scaling
36
+ * resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For
37
+ * more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html">DescribeAccountLimits</a> in the <i>Amazon EC2 Auto Scaling API
38
+ * Reference</i>.</p>
39
+ *
40
+ * @throws {@link ResourceContentionFault} (server fault)
41
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
42
+ * instance, or load balancer).</p>
43
+ *
44
+ * @throws {@link ResourceInUseFault} (client fault)
45
+ * <p>The operation can't be performed because the resource is in use.</p>
46
+ *
47
+ * @throws {@link ScalingActivityInProgressFault} (client fault)
48
+ * <p>The operation can't be performed because there are scaling activities in
49
+ * progress.</p>
50
+ *
51
+ *
34
52
  */
35
53
  export declare class DeleteWarmPoolCommand extends $Command<DeleteWarmPoolCommandInput, DeleteWarmPoolCommandOutput, AutoScalingClientResolvedConfig> {
36
54
  readonly input: DeleteWarmPoolCommandInput;
@@ -33,6 +33,11 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
33
33
  * @see {@link DescribeAccountLimitsCommandOutput} for command's `response` shape.
34
34
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
35
35
  *
36
+ * @throws {@link ResourceContentionFault} (server fault)
37
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
38
+ * instance, or load balancer).</p>
39
+ *
40
+ *
36
41
  * @example To describe your Auto Scaling account limits
37
42
  * ```javascript
38
43
  * // This example describes the Amazon EC2 Auto Scaling service quotas for your account.
@@ -48,6 +48,11 @@ export interface DescribeAdjustmentTypesCommandOutput extends DescribeAdjustment
48
48
  * @see {@link DescribeAdjustmentTypesCommandOutput} for command's `response` shape.
49
49
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
50
50
  *
51
+ * @throws {@link ResourceContentionFault} (server fault)
52
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
53
+ * instance, or load balancer).</p>
54
+ *
55
+ *
51
56
  * @example To describe the Amazon EC2 Auto Scaling adjustment types
52
57
  * ```javascript
53
58
  * // This example describes the available adjustment types.
@@ -35,6 +35,14 @@ export interface DescribeAutoScalingGroupsCommandOutput extends AutoScalingGroup
35
35
  * @see {@link DescribeAutoScalingGroupsCommandOutput} for command's `response` shape.
36
36
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
37
37
  *
38
+ * @throws {@link InvalidNextToken} (client fault)
39
+ * <p>The <code>NextToken</code> value is not valid.</p>
40
+ *
41
+ * @throws {@link ResourceContentionFault} (server fault)
42
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
43
+ * instance, or load balancer).</p>
44
+ *
45
+ *
38
46
  * @example To describe an Auto Scaling group
39
47
  * ```javascript
40
48
  * // This example describes the specified Auto Scaling group.
@@ -29,6 +29,14 @@ export interface DescribeAutoScalingInstancesCommandOutput extends AutoScalingIn
29
29
  * @see {@link DescribeAutoScalingInstancesCommandOutput} for command's `response` shape.
30
30
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidNextToken} (client fault)
33
+ * <p>The <code>NextToken</code> value is not valid.</p>
34
+ *
35
+ * @throws {@link ResourceContentionFault} (server fault)
36
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
37
+ * instance, or load balancer).</p>
38
+ *
39
+ *
32
40
  * @example To describe one or more Auto Scaling instances
33
41
  * ```javascript
34
42
  * // This example describes the specified Auto Scaling instance.
@@ -29,6 +29,11 @@ export interface DescribeAutoScalingNotificationTypesCommandOutput extends Descr
29
29
  * @see {@link DescribeAutoScalingNotificationTypesCommandOutput} for command's `response` shape.
30
30
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceContentionFault} (server fault)
33
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
34
+ * instance, or load balancer).</p>
35
+ *
36
+ *
32
37
  * @example To describe the Auto Scaling notification types
33
38
  * ```javascript
34
39
  * // This example describes the available notification types.
@@ -38,6 +38,14 @@ export interface DescribeInstanceRefreshesCommandOutput extends DescribeInstance
38
38
  * @see {@link DescribeInstanceRefreshesCommandOutput} for command's `response` shape.
39
39
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
40
40
  *
41
+ * @throws {@link InvalidNextToken} (client fault)
42
+ * <p>The <code>NextToken</code> value is not valid.</p>
43
+ *
44
+ * @throws {@link ResourceContentionFault} (server fault)
45
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
46
+ * instance, or load balancer).</p>
47
+ *
48
+ *
41
49
  * @example To list instance refreshes
42
50
  * ```javascript
43
51
  * // This example describes the instance refreshes for the specified Auto Scaling group.
@@ -29,6 +29,14 @@ export interface DescribeLaunchConfigurationsCommandOutput extends LaunchConfigu
29
29
  * @see {@link DescribeLaunchConfigurationsCommandOutput} for command's `response` shape.
30
30
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidNextToken} (client fault)
33
+ * <p>The <code>NextToken</code> value is not valid.</p>
34
+ *
35
+ * @throws {@link ResourceContentionFault} (server fault)
36
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
37
+ * instance, or load balancer).</p>
38
+ *
39
+ *
32
40
  * @example To describe Auto Scaling launch configurations
33
41
  * ```javascript
34
42
  * // This example describes the specified launch configuration.
@@ -42,6 +42,11 @@ export interface DescribeLifecycleHookTypesCommandOutput extends DescribeLifecyc
42
42
  * @see {@link DescribeLifecycleHookTypesCommandOutput} for command's `response` shape.
43
43
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
44
44
  *
45
+ * @throws {@link ResourceContentionFault} (server fault)
46
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
47
+ * instance, or load balancer).</p>
48
+ *
49
+ *
45
50
  * @example To describe the available types of lifecycle hooks
46
51
  * ```javascript
47
52
  * // This example describes the available lifecycle hook types.
@@ -29,6 +29,11 @@ export interface DescribeLifecycleHooksCommandOutput extends DescribeLifecycleHo
29
29
  * @see {@link DescribeLifecycleHooksCommandOutput} for command's `response` shape.
30
30
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceContentionFault} (server fault)
33
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
34
+ * instance, or load balancer).</p>
35
+ *
36
+ *
32
37
  * @example To describe your lifecycle hooks
33
38
  * ```javascript
34
39
  * // This example describes the lifecycle hooks for the specified Auto Scaling group.
@@ -53,6 +53,14 @@ export interface DescribeLoadBalancerTargetGroupsCommandOutput extends DescribeL
53
53
  * @see {@link DescribeLoadBalancerTargetGroupsCommandOutput} for command's `response` shape.
54
54
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
55
55
  *
56
+ * @throws {@link InvalidNextToken} (client fault)
57
+ * <p>The <code>NextToken</code> value is not valid.</p>
58
+ *
59
+ * @throws {@link ResourceContentionFault} (server fault)
60
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
61
+ * instance, or load balancer).</p>
62
+ *
63
+ *
56
64
  * @example To describe the target groups for an Auto Scaling group
57
65
  * ```javascript
58
66
  * // This example describes the target groups attached to the specified Auto Scaling group.
@@ -51,6 +51,14 @@ export interface DescribeLoadBalancersCommandOutput extends DescribeLoadBalancer
51
51
  * @see {@link DescribeLoadBalancersCommandOutput} for command's `response` shape.
52
52
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
53
53
  *
54
+ * @throws {@link InvalidNextToken} (client fault)
55
+ * <p>The <code>NextToken</code> value is not valid.</p>
56
+ *
57
+ * @throws {@link ResourceContentionFault} (server fault)
58
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
59
+ * instance, or load balancer).</p>
60
+ *
61
+ *
54
62
  * @example To describe the load balancers for an Auto Scaling group
55
63
  * ```javascript
56
64
  * // This example describes the load balancers attached to the specified Auto Scaling group.
@@ -29,6 +29,11 @@ export interface DescribeMetricCollectionTypesCommandOutput extends DescribeMetr
29
29
  * @see {@link DescribeMetricCollectionTypesCommandOutput} for command's `response` shape.
30
30
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceContentionFault} (server fault)
33
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
34
+ * instance, or load balancer).</p>
35
+ *
36
+ *
32
37
  * @example To describe the Auto Scaling metric collection types
33
38
  * ```javascript
34
39
  * // This example describes the available metric collection types.
@@ -30,6 +30,14 @@ export interface DescribeNotificationConfigurationsCommandOutput extends Describ
30
30
  * @see {@link DescribeNotificationConfigurationsCommandOutput} for command's `response` shape.
31
31
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidNextToken} (client fault)
34
+ * <p>The <code>NextToken</code> value is not valid.</p>
35
+ *
36
+ * @throws {@link ResourceContentionFault} (server fault)
37
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
38
+ * instance, or load balancer).</p>
39
+ *
40
+ *
33
41
  * @example To describe Auto Scaling notification configurations
34
42
  * ```javascript
35
43
  * // This example describes the notification configurations for the specified Auto Scaling group.
@@ -29,6 +29,17 @@ export interface DescribePoliciesCommandOutput extends PoliciesType, __MetadataB
29
29
  * @see {@link DescribePoliciesCommandOutput} for command's `response` shape.
30
30
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidNextToken} (client fault)
33
+ * <p>The <code>NextToken</code> value is not valid.</p>
34
+ *
35
+ * @throws {@link ResourceContentionFault} (server fault)
36
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
37
+ * instance, or load balancer).</p>
38
+ *
39
+ * @throws {@link ServiceLinkedRoleFailure} (server fault)
40
+ * <p>The service-linked role is not yet ready for use.</p>
41
+ *
42
+ *
32
43
  * @example To describe scaling policies
33
44
  * ```javascript
34
45
  * // This example describes the policies for the specified Auto Scaling group.
@@ -37,6 +37,14 @@ export interface DescribeScalingActivitiesCommandOutput extends ActivitiesType,
37
37
  * @see {@link DescribeScalingActivitiesCommandOutput} for command's `response` shape.
38
38
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
39
39
  *
40
+ * @throws {@link InvalidNextToken} (client fault)
41
+ * <p>The <code>NextToken</code> value is not valid.</p>
42
+ *
43
+ * @throws {@link ResourceContentionFault} (server fault)
44
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
45
+ * instance, or load balancer).</p>
46
+ *
47
+ *
40
48
  * @example To describe the scaling activities for an Auto Scaling group
41
49
  * ```javascript
42
50
  * // This example describes the scaling activities for the specified Auto Scaling group.
@@ -30,6 +30,11 @@ export interface DescribeScalingProcessTypesCommandOutput extends ProcessesType,
30
30
  * @see {@link DescribeScalingProcessTypesCommandOutput} for command's `response` shape.
31
31
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
32
32
  *
33
+ * @throws {@link ResourceContentionFault} (server fault)
34
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
35
+ * instance, or load balancer).</p>
36
+ *
37
+ *
33
38
  * @example To describe the Auto Scaling process types
34
39
  * ```javascript
35
40
  * // This example describes the Auto Scaling process types.
@@ -32,6 +32,14 @@ export interface DescribeScheduledActionsCommandOutput extends ScheduledActionsT
32
32
  * @see {@link DescribeScheduledActionsCommandOutput} for command's `response` shape.
33
33
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
34
34
  *
35
+ * @throws {@link InvalidNextToken} (client fault)
36
+ * <p>The <code>NextToken</code> value is not valid.</p>
37
+ *
38
+ * @throws {@link ResourceContentionFault} (server fault)
39
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
40
+ * instance, or load balancer).</p>
41
+ *
42
+ *
35
43
  * @example To describe scheduled actions
36
44
  * ```javascript
37
45
  * // This example describes the scheduled actions for the specified Auto Scaling group.
@@ -37,6 +37,14 @@ export interface DescribeTagsCommandOutput extends TagsType, __MetadataBearer {
37
37
  * @see {@link DescribeTagsCommandOutput} for command's `response` shape.
38
38
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
39
39
  *
40
+ * @throws {@link InvalidNextToken} (client fault)
41
+ * <p>The <code>NextToken</code> value is not valid.</p>
42
+ *
43
+ * @throws {@link ResourceContentionFault} (server fault)
44
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
45
+ * instance, or load balancer).</p>
46
+ *
47
+ *
40
48
  * @example To describe tags
41
49
  * ```javascript
42
50
  * // This example describes the tags for the specified Auto Scaling group.
@@ -32,6 +32,11 @@ export interface DescribeTerminationPolicyTypesCommandOutput extends DescribeTer
32
32
  * @see {@link DescribeTerminationPolicyTypesCommandOutput} for command's `response` shape.
33
33
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
34
34
  *
35
+ * @throws {@link ResourceContentionFault} (server fault)
36
+ * <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
37
+ * instance, or load balancer).</p>
38
+ *
39
+ *
35
40
  * @example To describe termination policy types
36
41
  * ```javascript
37
42
  * // This example describes the available termination policy types.