@aws-sdk/client-auto-scaling 3.325.0 → 3.326.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.
- package/dist-types/commands/AttachInstancesCommand.d.ts +4 -0
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +4 -0
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +4 -0
- package/dist-types/commands/AttachTrafficSourcesCommand.d.ts +4 -0
- package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +12 -0
- package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +12 -0
- package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +6 -0
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +4 -0
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +4 -0
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +4 -0
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWarmPoolCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +9 -0
- package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +10 -0
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +190 -0
- package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +24 -0
- package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +8 -0
- package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +155 -0
- package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +55 -0
- package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +8 -0
- package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +18 -0
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +12 -0
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +15 -0
- package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +13 -0
- package/dist-types/commands/DescribePoliciesCommand.d.ts +157 -0
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +22 -0
- package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +10 -0
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +21 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +15 -0
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +8 -0
- package/dist-types/commands/DescribeTrafficSourcesCommand.d.ts +14 -0
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +32 -0
- package/dist-types/commands/DetachInstancesCommand.d.ts +21 -0
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +4 -0
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +4 -0
- package/dist-types/commands/DetachTrafficSourcesCommand.d.ts +4 -0
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +4 -0
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +4 -0
- package/dist-types/commands/EnterStandbyCommand.d.ts +21 -0
- package/dist-types/commands/ExecutePolicyCommand.d.ts +4 -0
- package/dist-types/commands/ExitStandbyCommand.d.ts +21 -0
- package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +111 -0
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +4 -0
- package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +12 -0
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +4 -0
- package/dist-types/commands/PutWarmPoolCommand.d.ts +4 -0
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +4 -0
- package/dist-types/commands/ResumeProcessesCommand.d.ts +4 -0
- package/dist-types/commands/RollbackInstanceRefreshCommand.d.ts +6 -0
- package/dist-types/commands/SetDesiredCapacityCommand.d.ts +4 -0
- package/dist-types/commands/SetInstanceHealthCommand.d.ts +4 -0
- package/dist-types/commands/SetInstanceProtectionCommand.d.ts +4 -0
- package/dist-types/commands/StartInstanceRefreshCommand.d.ts +6 -0
- package/dist-types/commands/SuspendProcessesCommand.d.ts +4 -0
- package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +19 -0
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +4 -0
- package/package.json +3 -3
|
@@ -43,6 +43,8 @@ export interface AttachInstancesCommandOutput extends __MetadataBearer {
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new AttachInstancesCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // {};
|
|
47
|
+
*
|
|
46
48
|
* ```
|
|
47
49
|
*
|
|
48
50
|
* @param AttachInstancesCommandInput - {@link AttachInstancesCommandInput}
|
|
@@ -58,6 +60,8 @@ export interface AttachInstancesCommandOutput extends __MetadataBearer {
|
|
|
58
60
|
* @throws {@link ServiceLinkedRoleFailure} (server fault)
|
|
59
61
|
* <p>The service-linked role is not yet ready for use.</p>
|
|
60
62
|
*
|
|
63
|
+
* @throws {@link AutoScalingServiceException}
|
|
64
|
+
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
61
65
|
*
|
|
62
66
|
* @example To attach an instance to an Auto Scaling group
|
|
63
67
|
* ```javascript
|
|
@@ -63,6 +63,8 @@ export interface AttachLoadBalancerTargetGroupsCommandOutput extends AttachLoadB
|
|
|
63
63
|
* };
|
|
64
64
|
* const command = new AttachLoadBalancerTargetGroupsCommand(input);
|
|
65
65
|
* const response = await client.send(command);
|
|
66
|
+
* // {};
|
|
67
|
+
*
|
|
66
68
|
* ```
|
|
67
69
|
*
|
|
68
70
|
* @param AttachLoadBalancerTargetGroupsCommandInput - {@link AttachLoadBalancerTargetGroupsCommandInput}
|
|
@@ -78,6 +80,8 @@ export interface AttachLoadBalancerTargetGroupsCommandOutput extends AttachLoadB
|
|
|
78
80
|
* @throws {@link ServiceLinkedRoleFailure} (server fault)
|
|
79
81
|
* <p>The service-linked role is not yet ready for use.</p>
|
|
80
82
|
*
|
|
83
|
+
* @throws {@link AutoScalingServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
81
85
|
*
|
|
82
86
|
* @example To attach a target group to an Auto Scaling group
|
|
83
87
|
* ```javascript
|
|
@@ -50,6 +50,8 @@ export interface AttachLoadBalancersCommandOutput extends AttachLoadBalancersRes
|
|
|
50
50
|
* };
|
|
51
51
|
* const command = new AttachLoadBalancersCommand(input);
|
|
52
52
|
* const response = await client.send(command);
|
|
53
|
+
* // {};
|
|
54
|
+
*
|
|
53
55
|
* ```
|
|
54
56
|
*
|
|
55
57
|
* @param AttachLoadBalancersCommandInput - {@link AttachLoadBalancersCommandInput}
|
|
@@ -65,6 +67,8 @@ export interface AttachLoadBalancersCommandOutput extends AttachLoadBalancersRes
|
|
|
65
67
|
* @throws {@link ServiceLinkedRoleFailure} (server fault)
|
|
66
68
|
* <p>The service-linked role is not yet ready for use.</p>
|
|
67
69
|
*
|
|
70
|
+
* @throws {@link AutoScalingServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
68
72
|
*
|
|
69
73
|
* @example To attach a load balancer to an Auto Scaling group
|
|
70
74
|
* ```javascript
|
|
@@ -60,6 +60,8 @@ export interface AttachTrafficSourcesCommandOutput extends AttachTrafficSourcesR
|
|
|
60
60
|
* };
|
|
61
61
|
* const command = new AttachTrafficSourcesCommand(input);
|
|
62
62
|
* const response = await client.send(command);
|
|
63
|
+
* // {};
|
|
64
|
+
*
|
|
63
65
|
* ```
|
|
64
66
|
*
|
|
65
67
|
* @param AttachTrafficSourcesCommandInput - {@link AttachTrafficSourcesCommandInput}
|
|
@@ -75,6 +77,8 @@ export interface AttachTrafficSourcesCommandOutput extends AttachTrafficSourcesR
|
|
|
75
77
|
* @throws {@link ServiceLinkedRoleFailure} (server fault)
|
|
76
78
|
* <p>The service-linked role is not yet ready for use.</p>
|
|
77
79
|
*
|
|
80
|
+
* @throws {@link AutoScalingServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
78
82
|
*
|
|
79
83
|
* @example To attach a target group to an Auto Scaling group
|
|
80
84
|
* ```javascript
|
|
@@ -34,6 +34,16 @@ export interface BatchDeleteScheduledActionCommandOutput extends BatchDeleteSche
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new BatchDeleteScheduledActionCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // BatchDeleteScheduledActionAnswer
|
|
38
|
+
* // FailedScheduledActions: [ // FailedScheduledUpdateGroupActionRequests
|
|
39
|
+
* // { // FailedScheduledUpdateGroupActionRequest
|
|
40
|
+
* // ScheduledActionName: "STRING_VALUE", // required
|
|
41
|
+
* // ErrorCode: "STRING_VALUE",
|
|
42
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
43
|
+
* // },
|
|
44
|
+
* // ],
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
37
47
|
* ```
|
|
38
48
|
*
|
|
39
49
|
* @param BatchDeleteScheduledActionCommandInput - {@link BatchDeleteScheduledActionCommandInput}
|
|
@@ -46,6 +56,8 @@ export interface BatchDeleteScheduledActionCommandOutput extends BatchDeleteSche
|
|
|
46
56
|
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
47
57
|
* instance, or load balancer).</p>
|
|
48
58
|
*
|
|
59
|
+
* @throws {@link AutoScalingServiceException}
|
|
60
|
+
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
49
61
|
*
|
|
50
62
|
*/
|
|
51
63
|
export declare class BatchDeleteScheduledActionCommand extends $Command<BatchDeleteScheduledActionCommandInput, BatchDeleteScheduledActionCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -43,6 +43,16 @@ export interface BatchPutScheduledUpdateGroupActionCommandOutput extends BatchPu
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new BatchPutScheduledUpdateGroupActionCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // BatchPutScheduledUpdateGroupActionAnswer
|
|
47
|
+
* // FailedScheduledUpdateGroupActions: [ // FailedScheduledUpdateGroupActionRequests
|
|
48
|
+
* // { // FailedScheduledUpdateGroupActionRequest
|
|
49
|
+
* // ScheduledActionName: "STRING_VALUE", // required
|
|
50
|
+
* // ErrorCode: "STRING_VALUE",
|
|
51
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // ],
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
46
56
|
* ```
|
|
47
57
|
*
|
|
48
58
|
* @param BatchPutScheduledUpdateGroupActionCommandInput - {@link BatchPutScheduledUpdateGroupActionCommandInput}
|
|
@@ -64,6 +74,8 @@ export interface BatchPutScheduledUpdateGroupActionCommandOutput extends BatchPu
|
|
|
64
74
|
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
65
75
|
* instance, or load balancer).</p>
|
|
66
76
|
*
|
|
77
|
+
* @throws {@link AutoScalingServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
67
79
|
*
|
|
68
80
|
*/
|
|
69
81
|
export declare class BatchPutScheduledUpdateGroupActionCommand extends $Command<BatchPutScheduledUpdateGroupActionCommandInput, BatchPutScheduledUpdateGroupActionCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -38,6 +38,10 @@ export interface CancelInstanceRefreshCommandOutput extends CancelInstanceRefres
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new CancelInstanceRefreshCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // CancelInstanceRefreshAnswer
|
|
42
|
+
* // InstanceRefreshId: "STRING_VALUE",
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
41
45
|
* ```
|
|
42
46
|
*
|
|
43
47
|
* @param CancelInstanceRefreshCommandInput - {@link CancelInstanceRefreshCommandInput}
|
|
@@ -60,6 +64,8 @@ export interface CancelInstanceRefreshCommandOutput extends CancelInstanceRefres
|
|
|
60
64
|
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
61
65
|
* instance, or load balancer).</p>
|
|
62
66
|
*
|
|
67
|
+
* @throws {@link AutoScalingServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
63
69
|
*
|
|
64
70
|
* @example To cancel an instance refresh
|
|
65
71
|
* ```javascript
|
|
@@ -72,6 +72,8 @@ export interface CompleteLifecycleActionCommandOutput extends CompleteLifecycleA
|
|
|
72
72
|
* };
|
|
73
73
|
* const command = new CompleteLifecycleActionCommand(input);
|
|
74
74
|
* const response = await client.send(command);
|
|
75
|
+
* // {};
|
|
76
|
+
*
|
|
75
77
|
* ```
|
|
76
78
|
*
|
|
77
79
|
* @param CompleteLifecycleActionCommandInput - {@link CompleteLifecycleActionCommandInput}
|
|
@@ -84,6 +86,8 @@ export interface CompleteLifecycleActionCommandOutput extends CompleteLifecycleA
|
|
|
84
86
|
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
85
87
|
* instance, or load balancer).</p>
|
|
86
88
|
*
|
|
89
|
+
* @throws {@link AutoScalingServiceException}
|
|
90
|
+
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
87
91
|
*
|
|
88
92
|
* @example To complete the lifecycle action
|
|
89
93
|
* ```javascript
|
|
@@ -200,6 +200,8 @@ export interface CreateAutoScalingGroupCommandOutput extends __MetadataBearer {
|
|
|
200
200
|
* };
|
|
201
201
|
* const command = new CreateAutoScalingGroupCommand(input);
|
|
202
202
|
* const response = await client.send(command);
|
|
203
|
+
* // {};
|
|
204
|
+
*
|
|
203
205
|
* ```
|
|
204
206
|
*
|
|
205
207
|
* @param CreateAutoScalingGroupCommandInput - {@link CreateAutoScalingGroupCommandInput}
|
|
@@ -224,6 +226,8 @@ export interface CreateAutoScalingGroupCommandOutput extends __MetadataBearer {
|
|
|
224
226
|
* @throws {@link ServiceLinkedRoleFailure} (server fault)
|
|
225
227
|
* <p>The service-linked role is not yet ready for use.</p>
|
|
226
228
|
*
|
|
229
|
+
* @throws {@link AutoScalingServiceException}
|
|
230
|
+
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
227
231
|
*
|
|
228
232
|
* @example To create an Auto Scaling group
|
|
229
233
|
* ```javascript
|
|
@@ -86,6 +86,8 @@ export interface CreateLaunchConfigurationCommandOutput extends __MetadataBearer
|
|
|
86
86
|
* };
|
|
87
87
|
* const command = new CreateLaunchConfigurationCommand(input);
|
|
88
88
|
* const response = await client.send(command);
|
|
89
|
+
* // {};
|
|
90
|
+
*
|
|
89
91
|
* ```
|
|
90
92
|
*
|
|
91
93
|
* @param CreateLaunchConfigurationCommandInput - {@link CreateLaunchConfigurationCommandInput}
|
|
@@ -107,6 +109,8 @@ export interface CreateLaunchConfigurationCommandOutput extends __MetadataBearer
|
|
|
107
109
|
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
108
110
|
* instance, or load balancer).</p>
|
|
109
111
|
*
|
|
112
|
+
* @throws {@link AutoScalingServiceException}
|
|
113
|
+
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
110
114
|
*
|
|
111
115
|
* @example To create a launch configuration
|
|
112
116
|
* ```javascript
|
|
@@ -43,6 +43,8 @@ export interface CreateOrUpdateTagsCommandOutput extends __MetadataBearer {
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new CreateOrUpdateTagsCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // {};
|
|
47
|
+
*
|
|
46
48
|
* ```
|
|
47
49
|
*
|
|
48
50
|
* @param CreateOrUpdateTagsCommandInput - {@link CreateOrUpdateTagsCommandInput}
|
|
@@ -67,6 +69,8 @@ export interface CreateOrUpdateTagsCommandOutput extends __MetadataBearer {
|
|
|
67
69
|
* @throws {@link ResourceInUseFault} (client fault)
|
|
68
70
|
* <p>The operation can't be performed because the resource is in use.</p>
|
|
69
71
|
*
|
|
72
|
+
* @throws {@link AutoScalingServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
70
74
|
*
|
|
71
75
|
* @example To create or update tags for an Auto Scaling group
|
|
72
76
|
* ```javascript
|
|
@@ -46,6 +46,8 @@ export interface DeleteAutoScalingGroupCommandOutput extends __MetadataBearer {
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new DeleteAutoScalingGroupCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // {};
|
|
50
|
+
*
|
|
49
51
|
* ```
|
|
50
52
|
*
|
|
51
53
|
* @param DeleteAutoScalingGroupCommandInput - {@link DeleteAutoScalingGroupCommandInput}
|
|
@@ -65,6 +67,8 @@ export interface DeleteAutoScalingGroupCommandOutput extends __MetadataBearer {
|
|
|
65
67
|
* <p>The operation can't be performed because there are scaling activities in
|
|
66
68
|
* progress.</p>
|
|
67
69
|
*
|
|
70
|
+
* @throws {@link AutoScalingServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
68
72
|
*
|
|
69
73
|
* @example To delete an Auto Scaling group
|
|
70
74
|
* ```javascript
|
|
@@ -33,6 +33,8 @@ export interface DeleteLaunchConfigurationCommandOutput extends __MetadataBearer
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteLaunchConfigurationCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param DeleteLaunchConfigurationCommandInput - {@link DeleteLaunchConfigurationCommandInput}
|
|
@@ -48,6 +50,8 @@ export interface DeleteLaunchConfigurationCommandOutput extends __MetadataBearer
|
|
|
48
50
|
* @throws {@link ResourceInUseFault} (client fault)
|
|
49
51
|
* <p>The operation can't be performed because the resource is in use.</p>
|
|
50
52
|
*
|
|
53
|
+
* @throws {@link AutoScalingServiceException}
|
|
54
|
+
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
51
55
|
*
|
|
52
56
|
* @example To delete a launch configuration
|
|
53
57
|
* ```javascript
|
|
@@ -35,6 +35,8 @@ export interface DeleteLifecycleHookCommandOutput extends DeleteLifecycleHookAns
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteLifecycleHookCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // {};
|
|
39
|
+
*
|
|
38
40
|
* ```
|
|
39
41
|
*
|
|
40
42
|
* @param DeleteLifecycleHookCommandInput - {@link DeleteLifecycleHookCommandInput}
|
|
@@ -47,6 +49,8 @@ export interface DeleteLifecycleHookCommandOutput extends DeleteLifecycleHookAns
|
|
|
47
49
|
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
48
50
|
* instance, or load balancer).</p>
|
|
49
51
|
*
|
|
52
|
+
* @throws {@link AutoScalingServiceException}
|
|
53
|
+
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
50
54
|
*
|
|
51
55
|
* @example To delete a lifecycle hook
|
|
52
56
|
* ```javascript
|
|
@@ -32,6 +32,8 @@ export interface DeleteNotificationConfigurationCommandOutput extends __Metadata
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteNotificationConfigurationCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param DeleteNotificationConfigurationCommandInput - {@link DeleteNotificationConfigurationCommandInput}
|
|
@@ -44,6 +46,8 @@ export interface DeleteNotificationConfigurationCommandOutput extends __Metadata
|
|
|
44
46
|
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
45
47
|
* instance, or load balancer).</p>
|
|
46
48
|
*
|
|
49
|
+
* @throws {@link AutoScalingServiceException}
|
|
50
|
+
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
47
51
|
*
|
|
48
52
|
* @example To delete an Auto Scaling notification
|
|
49
53
|
* ```javascript
|
|
@@ -37,6 +37,8 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new DeletePolicyCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // {};
|
|
41
|
+
*
|
|
40
42
|
* ```
|
|
41
43
|
*
|
|
42
44
|
* @param DeletePolicyCommandInput - {@link DeletePolicyCommandInput}
|
|
@@ -52,6 +54,8 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {
|
|
|
52
54
|
* @throws {@link ServiceLinkedRoleFailure} (server fault)
|
|
53
55
|
* <p>The service-linked role is not yet ready for use.</p>
|
|
54
56
|
*
|
|
57
|
+
* @throws {@link AutoScalingServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
55
59
|
*
|
|
56
60
|
* @example To delete an Auto Scaling policy
|
|
57
61
|
* ```javascript
|
|
@@ -32,6 +32,8 @@ export interface DeleteScheduledActionCommandOutput extends __MetadataBearer {
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteScheduledActionCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param DeleteScheduledActionCommandInput - {@link DeleteScheduledActionCommandInput}
|
|
@@ -44,6 +46,8 @@ export interface DeleteScheduledActionCommandOutput extends __MetadataBearer {
|
|
|
44
46
|
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
45
47
|
* instance, or load balancer).</p>
|
|
46
48
|
*
|
|
49
|
+
* @throws {@link AutoScalingServiceException}
|
|
50
|
+
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
47
51
|
*
|
|
48
52
|
* @example To delete a scheduled action from an Auto Scaling group
|
|
49
53
|
* ```javascript
|
|
@@ -39,6 +39,8 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new DeleteTagsCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // {};
|
|
43
|
+
*
|
|
42
44
|
* ```
|
|
43
45
|
*
|
|
44
46
|
* @param DeleteTagsCommandInput - {@link DeleteTagsCommandInput}
|
|
@@ -54,6 +56,8 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
|
|
|
54
56
|
* @throws {@link ResourceInUseFault} (client fault)
|
|
55
57
|
* <p>The operation can't be performed because the resource is in use.</p>
|
|
56
58
|
*
|
|
59
|
+
* @throws {@link AutoScalingServiceException}
|
|
60
|
+
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
57
61
|
*
|
|
58
62
|
* @example To delete a tag from an Auto Scaling group
|
|
59
63
|
* ```javascript
|
|
@@ -34,6 +34,8 @@ export interface DeleteWarmPoolCommandOutput extends DeleteWarmPoolAnswer, __Met
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteWarmPoolCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param DeleteWarmPoolCommandInput - {@link DeleteWarmPoolCommandInput}
|
|
@@ -59,6 +61,8 @@ export interface DeleteWarmPoolCommandOutput extends DeleteWarmPoolAnswer, __Met
|
|
|
59
61
|
* <p>The operation can't be performed because there are scaling activities in
|
|
60
62
|
* progress.</p>
|
|
61
63
|
*
|
|
64
|
+
* @throws {@link AutoScalingServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
62
66
|
*
|
|
63
67
|
*/
|
|
64
68
|
export declare class DeleteWarmPoolCommand extends $Command<DeleteWarmPoolCommandInput, DeleteWarmPoolCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -33,6 +33,13 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
|
|
|
33
33
|
* const input = {};
|
|
34
34
|
* const command = new DescribeAccountLimitsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DescribeAccountLimitsAnswer
|
|
37
|
+
* // MaxNumberOfAutoScalingGroups: Number("int"),
|
|
38
|
+
* // MaxNumberOfLaunchConfigurations: Number("int"),
|
|
39
|
+
* // NumberOfAutoScalingGroups: Number("int"),
|
|
40
|
+
* // NumberOfLaunchConfigurations: Number("int"),
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
36
43
|
* ```
|
|
37
44
|
*
|
|
38
45
|
* @param DescribeAccountLimitsCommandInput - {@link DescribeAccountLimitsCommandInput}
|
|
@@ -45,6 +52,8 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
|
|
|
45
52
|
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
46
53
|
* instance, or load balancer).</p>
|
|
47
54
|
*
|
|
55
|
+
* @throws {@link AutoScalingServiceException}
|
|
56
|
+
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
48
57
|
*
|
|
49
58
|
* @example To describe your Auto Scaling account limits
|
|
50
59
|
* ```javascript
|
|
@@ -48,6 +48,14 @@ export interface DescribeAdjustmentTypesCommandOutput extends DescribeAdjustment
|
|
|
48
48
|
* const input = {};
|
|
49
49
|
* const command = new DescribeAdjustmentTypesCommand(input);
|
|
50
50
|
* const response = await client.send(command);
|
|
51
|
+
* // { // DescribeAdjustmentTypesAnswer
|
|
52
|
+
* // AdjustmentTypes: [ // AdjustmentTypes
|
|
53
|
+
* // { // AdjustmentType
|
|
54
|
+
* // AdjustmentType: "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // ],
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
51
59
|
* ```
|
|
52
60
|
*
|
|
53
61
|
* @param DescribeAdjustmentTypesCommandInput - {@link DescribeAdjustmentTypesCommandInput}
|
|
@@ -60,6 +68,8 @@ export interface DescribeAdjustmentTypesCommandOutput extends DescribeAdjustment
|
|
|
60
68
|
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
61
69
|
* instance, or load balancer).</p>
|
|
62
70
|
*
|
|
71
|
+
* @throws {@link AutoScalingServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
63
73
|
*
|
|
64
74
|
* @example To describe the Amazon EC2 Auto Scaling adjustment types
|
|
65
75
|
* ```javascript
|
|
@@ -49,6 +49,194 @@ export interface DescribeAutoScalingGroupsCommandOutput extends AutoScalingGroup
|
|
|
49
49
|
* };
|
|
50
50
|
* const command = new DescribeAutoScalingGroupsCommand(input);
|
|
51
51
|
* const response = await client.send(command);
|
|
52
|
+
* // { // AutoScalingGroupsType
|
|
53
|
+
* // AutoScalingGroups: [ // AutoScalingGroups // required
|
|
54
|
+
* // { // AutoScalingGroup
|
|
55
|
+
* // AutoScalingGroupName: "STRING_VALUE", // required
|
|
56
|
+
* // AutoScalingGroupARN: "STRING_VALUE",
|
|
57
|
+
* // LaunchConfigurationName: "STRING_VALUE",
|
|
58
|
+
* // LaunchTemplate: { // LaunchTemplateSpecification
|
|
59
|
+
* // LaunchTemplateId: "STRING_VALUE",
|
|
60
|
+
* // LaunchTemplateName: "STRING_VALUE",
|
|
61
|
+
* // Version: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // MixedInstancesPolicy: { // MixedInstancesPolicy
|
|
64
|
+
* // LaunchTemplate: { // LaunchTemplate
|
|
65
|
+
* // LaunchTemplateSpecification: {
|
|
66
|
+
* // LaunchTemplateId: "STRING_VALUE",
|
|
67
|
+
* // LaunchTemplateName: "STRING_VALUE",
|
|
68
|
+
* // Version: "STRING_VALUE",
|
|
69
|
+
* // },
|
|
70
|
+
* // Overrides: [ // Overrides
|
|
71
|
+
* // { // LaunchTemplateOverrides
|
|
72
|
+
* // InstanceType: "STRING_VALUE",
|
|
73
|
+
* // WeightedCapacity: "STRING_VALUE",
|
|
74
|
+
* // LaunchTemplateSpecification: "<LaunchTemplateSpecification>",
|
|
75
|
+
* // InstanceRequirements: { // InstanceRequirements
|
|
76
|
+
* // VCpuCount: { // VCpuCountRequest
|
|
77
|
+
* // Min: Number("int"), // required
|
|
78
|
+
* // Max: Number("int"),
|
|
79
|
+
* // },
|
|
80
|
+
* // MemoryMiB: { // MemoryMiBRequest
|
|
81
|
+
* // Min: Number("int"), // required
|
|
82
|
+
* // Max: Number("int"),
|
|
83
|
+
* // },
|
|
84
|
+
* // CpuManufacturers: [ // CpuManufacturers
|
|
85
|
+
* // "intel" || "amd" || "amazon-web-services",
|
|
86
|
+
* // ],
|
|
87
|
+
* // MemoryGiBPerVCpu: { // MemoryGiBPerVCpuRequest
|
|
88
|
+
* // Min: Number("double"),
|
|
89
|
+
* // Max: Number("double"),
|
|
90
|
+
* // },
|
|
91
|
+
* // ExcludedInstanceTypes: [ // ExcludedInstanceTypes
|
|
92
|
+
* // "STRING_VALUE",
|
|
93
|
+
* // ],
|
|
94
|
+
* // InstanceGenerations: [ // InstanceGenerations
|
|
95
|
+
* // "current" || "previous",
|
|
96
|
+
* // ],
|
|
97
|
+
* // SpotMaxPricePercentageOverLowestPrice: Number("int"),
|
|
98
|
+
* // OnDemandMaxPricePercentageOverLowestPrice: Number("int"),
|
|
99
|
+
* // BareMetal: "included" || "excluded" || "required",
|
|
100
|
+
* // BurstablePerformance: "included" || "excluded" || "required",
|
|
101
|
+
* // RequireHibernateSupport: true || false,
|
|
102
|
+
* // NetworkInterfaceCount: { // NetworkInterfaceCountRequest
|
|
103
|
+
* // Min: Number("int"),
|
|
104
|
+
* // Max: Number("int"),
|
|
105
|
+
* // },
|
|
106
|
+
* // LocalStorage: "included" || "excluded" || "required",
|
|
107
|
+
* // LocalStorageTypes: [ // LocalStorageTypes
|
|
108
|
+
* // "hdd" || "ssd",
|
|
109
|
+
* // ],
|
|
110
|
+
* // TotalLocalStorageGB: { // TotalLocalStorageGBRequest
|
|
111
|
+
* // Min: Number("double"),
|
|
112
|
+
* // Max: Number("double"),
|
|
113
|
+
* // },
|
|
114
|
+
* // BaselineEbsBandwidthMbps: { // BaselineEbsBandwidthMbpsRequest
|
|
115
|
+
* // Min: Number("int"),
|
|
116
|
+
* // Max: Number("int"),
|
|
117
|
+
* // },
|
|
118
|
+
* // AcceleratorTypes: [ // AcceleratorTypes
|
|
119
|
+
* // "gpu" || "fpga" || "inference",
|
|
120
|
+
* // ],
|
|
121
|
+
* // AcceleratorCount: { // AcceleratorCountRequest
|
|
122
|
+
* // Min: Number("int"),
|
|
123
|
+
* // Max: Number("int"),
|
|
124
|
+
* // },
|
|
125
|
+
* // AcceleratorManufacturers: [ // AcceleratorManufacturers
|
|
126
|
+
* // "nvidia" || "amd" || "amazon-web-services" || "xilinx",
|
|
127
|
+
* // ],
|
|
128
|
+
* // AcceleratorNames: [ // AcceleratorNames
|
|
129
|
+
* // "a100" || "v100" || "k80" || "t4" || "m60" || "radeon-pro-v520" || "vu9p",
|
|
130
|
+
* // ],
|
|
131
|
+
* // AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiBRequest
|
|
132
|
+
* // Min: Number("int"),
|
|
133
|
+
* // Max: Number("int"),
|
|
134
|
+
* // },
|
|
135
|
+
* // NetworkBandwidthGbps: { // NetworkBandwidthGbpsRequest
|
|
136
|
+
* // Min: Number("double"),
|
|
137
|
+
* // Max: Number("double"),
|
|
138
|
+
* // },
|
|
139
|
+
* // AllowedInstanceTypes: [ // AllowedInstanceTypes
|
|
140
|
+
* // "STRING_VALUE",
|
|
141
|
+
* // ],
|
|
142
|
+
* // },
|
|
143
|
+
* // },
|
|
144
|
+
* // ],
|
|
145
|
+
* // },
|
|
146
|
+
* // InstancesDistribution: { // InstancesDistribution
|
|
147
|
+
* // OnDemandAllocationStrategy: "STRING_VALUE",
|
|
148
|
+
* // OnDemandBaseCapacity: Number("int"),
|
|
149
|
+
* // OnDemandPercentageAboveBaseCapacity: Number("int"),
|
|
150
|
+
* // SpotAllocationStrategy: "STRING_VALUE",
|
|
151
|
+
* // SpotInstancePools: Number("int"),
|
|
152
|
+
* // SpotMaxPrice: "STRING_VALUE",
|
|
153
|
+
* // },
|
|
154
|
+
* // },
|
|
155
|
+
* // MinSize: Number("int"), // required
|
|
156
|
+
* // MaxSize: Number("int"), // required
|
|
157
|
+
* // DesiredCapacity: Number("int"), // required
|
|
158
|
+
* // PredictedCapacity: Number("int"),
|
|
159
|
+
* // DefaultCooldown: Number("int"), // required
|
|
160
|
+
* // AvailabilityZones: [ // AvailabilityZones // required
|
|
161
|
+
* // "STRING_VALUE",
|
|
162
|
+
* // ],
|
|
163
|
+
* // LoadBalancerNames: [ // LoadBalancerNames
|
|
164
|
+
* // "STRING_VALUE",
|
|
165
|
+
* // ],
|
|
166
|
+
* // TargetGroupARNs: [ // TargetGroupARNs
|
|
167
|
+
* // "STRING_VALUE",
|
|
168
|
+
* // ],
|
|
169
|
+
* // HealthCheckType: "STRING_VALUE", // required
|
|
170
|
+
* // HealthCheckGracePeriod: Number("int"),
|
|
171
|
+
* // Instances: [ // Instances
|
|
172
|
+
* // { // Instance
|
|
173
|
+
* // InstanceId: "STRING_VALUE", // required
|
|
174
|
+
* // InstanceType: "STRING_VALUE",
|
|
175
|
+
* // AvailabilityZone: "STRING_VALUE", // required
|
|
176
|
+
* // LifecycleState: "Pending" || "Pending:Wait" || "Pending:Proceed" || "Quarantined" || "InService" || "Terminating" || "Terminating:Wait" || "Terminating:Proceed" || "Terminated" || "Detaching" || "Detached" || "EnteringStandby" || "Standby" || "Warmed:Pending" || "Warmed:Pending:Wait" || "Warmed:Pending:Proceed" || "Warmed:Terminating" || "Warmed:Terminating:Wait" || "Warmed:Terminating:Proceed" || "Warmed:Terminated" || "Warmed:Stopped" || "Warmed:Running" || "Warmed:Hibernated", // required
|
|
177
|
+
* // HealthStatus: "STRING_VALUE", // required
|
|
178
|
+
* // LaunchConfigurationName: "STRING_VALUE",
|
|
179
|
+
* // LaunchTemplate: "<LaunchTemplateSpecification>",
|
|
180
|
+
* // ProtectedFromScaleIn: true || false, // required
|
|
181
|
+
* // WeightedCapacity: "STRING_VALUE",
|
|
182
|
+
* // },
|
|
183
|
+
* // ],
|
|
184
|
+
* // CreatedTime: new Date("TIMESTAMP"), // required
|
|
185
|
+
* // SuspendedProcesses: [ // SuspendedProcesses
|
|
186
|
+
* // { // SuspendedProcess
|
|
187
|
+
* // ProcessName: "STRING_VALUE",
|
|
188
|
+
* // SuspensionReason: "STRING_VALUE",
|
|
189
|
+
* // },
|
|
190
|
+
* // ],
|
|
191
|
+
* // PlacementGroup: "STRING_VALUE",
|
|
192
|
+
* // VPCZoneIdentifier: "STRING_VALUE",
|
|
193
|
+
* // EnabledMetrics: [ // EnabledMetrics
|
|
194
|
+
* // { // EnabledMetric
|
|
195
|
+
* // Metric: "STRING_VALUE",
|
|
196
|
+
* // Granularity: "STRING_VALUE",
|
|
197
|
+
* // },
|
|
198
|
+
* // ],
|
|
199
|
+
* // Status: "STRING_VALUE",
|
|
200
|
+
* // Tags: [ // TagDescriptionList
|
|
201
|
+
* // { // TagDescription
|
|
202
|
+
* // ResourceId: "STRING_VALUE",
|
|
203
|
+
* // ResourceType: "STRING_VALUE",
|
|
204
|
+
* // Key: "STRING_VALUE",
|
|
205
|
+
* // Value: "STRING_VALUE",
|
|
206
|
+
* // PropagateAtLaunch: true || false,
|
|
207
|
+
* // },
|
|
208
|
+
* // ],
|
|
209
|
+
* // TerminationPolicies: [ // TerminationPolicies
|
|
210
|
+
* // "STRING_VALUE",
|
|
211
|
+
* // ],
|
|
212
|
+
* // NewInstancesProtectedFromScaleIn: true || false,
|
|
213
|
+
* // ServiceLinkedRoleARN: "STRING_VALUE",
|
|
214
|
+
* // MaxInstanceLifetime: Number("int"),
|
|
215
|
+
* // CapacityRebalance: true || false,
|
|
216
|
+
* // WarmPoolConfiguration: { // WarmPoolConfiguration
|
|
217
|
+
* // MaxGroupPreparedCapacity: Number("int"),
|
|
218
|
+
* // MinSize: Number("int"),
|
|
219
|
+
* // PoolState: "Stopped" || "Running" || "Hibernated",
|
|
220
|
+
* // Status: "PendingDelete",
|
|
221
|
+
* // InstanceReusePolicy: { // InstanceReusePolicy
|
|
222
|
+
* // ReuseOnScaleIn: true || false,
|
|
223
|
+
* // },
|
|
224
|
+
* // },
|
|
225
|
+
* // WarmPoolSize: Number("int"),
|
|
226
|
+
* // Context: "STRING_VALUE",
|
|
227
|
+
* // DesiredCapacityType: "STRING_VALUE",
|
|
228
|
+
* // DefaultInstanceWarmup: Number("int"),
|
|
229
|
+
* // TrafficSources: [ // TrafficSources
|
|
230
|
+
* // { // TrafficSourceIdentifier
|
|
231
|
+
* // Identifier: "STRING_VALUE", // required
|
|
232
|
+
* // Type: "STRING_VALUE",
|
|
233
|
+
* // },
|
|
234
|
+
* // ],
|
|
235
|
+
* // },
|
|
236
|
+
* // ],
|
|
237
|
+
* // NextToken: "STRING_VALUE",
|
|
238
|
+
* // };
|
|
239
|
+
*
|
|
52
240
|
* ```
|
|
53
241
|
*
|
|
54
242
|
* @param DescribeAutoScalingGroupsCommandInput - {@link DescribeAutoScalingGroupsCommandInput}
|
|
@@ -64,6 +252,8 @@ export interface DescribeAutoScalingGroupsCommandOutput extends AutoScalingGroup
|
|
|
64
252
|
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
65
253
|
* instance, or load balancer).</p>
|
|
66
254
|
*
|
|
255
|
+
* @throws {@link AutoScalingServiceException}
|
|
256
|
+
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
67
257
|
*
|
|
68
258
|
* @example To describe an Auto Scaling group
|
|
69
259
|
* ```javascript
|