@aws-sdk/client-auto-scaling 3.295.0 → 3.297.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-cjs/protocols/Aws_query.js +112 -610
- package/dist-es/protocols/Aws_query.js +112 -610
- package/dist-types/AutoScaling.d.ts +66 -0
- package/dist-types/AutoScalingClient.d.ts +24 -4
- package/dist-types/commands/AttachInstancesCommand.d.ts +16 -0
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +16 -0
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +16 -0
- package/dist-types/commands/AttachTrafficSourcesCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +16 -0
- package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +16 -0
- package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +16 -0
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +16 -0
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWarmPoolCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribePoliciesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrafficSourcesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +16 -0
- package/dist-types/commands/DetachInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +16 -0
- package/dist-types/commands/DetachTrafficSourcesCommand.d.ts +16 -0
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +16 -0
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +16 -0
- package/dist-types/commands/EnterStandbyCommand.d.ts +16 -0
- package/dist-types/commands/ExecutePolicyCommand.d.ts +16 -0
- package/dist-types/commands/ExitStandbyCommand.d.ts +16 -0
- package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +16 -0
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +16 -0
- package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +16 -0
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +16 -0
- package/dist-types/commands/PutWarmPoolCommand.d.ts +16 -0
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +16 -0
- package/dist-types/commands/ResumeProcessesCommand.d.ts +16 -0
- package/dist-types/commands/RollbackInstanceRefreshCommand.d.ts +16 -0
- package/dist-types/commands/SetDesiredCapacityCommand.d.ts +16 -0
- package/dist-types/commands/SetInstanceHealthCommand.d.ts +16 -0
- package/dist-types/commands/SetInstanceProtectionCommand.d.ts +16 -0
- package/dist-types/commands/StartInstanceRefreshCommand.d.ts +16 -0
- package/dist-types/commands/SuspendProcessesCommand.d.ts +16 -0
- package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +16 -0
- package/dist-types/models/AutoScalingServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +466 -0
- package/dist-types/pagination/DescribeAutoScalingGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeAutoScalingInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLaunchConfigurationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNotificationConfigurationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribePoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeScalingActivitiesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeScheduledActionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTagsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/package.json +30 -30
|
@@ -66,6 +66,7 @@ import { SuspendProcessesCommandInput, SuspendProcessesCommandOutput } from "./c
|
|
|
66
66
|
import { TerminateInstanceInAutoScalingGroupCommandInput, TerminateInstanceInAutoScalingGroupCommandOutput } from "./commands/TerminateInstanceInAutoScalingGroupCommand";
|
|
67
67
|
import { UpdateAutoScalingGroupCommandInput, UpdateAutoScalingGroupCommandOutput } from "./commands/UpdateAutoScalingGroupCommand";
|
|
68
68
|
/**
|
|
69
|
+
* @public
|
|
69
70
|
* <fullname>Amazon EC2 Auto Scaling</fullname>
|
|
70
71
|
* <p>Amazon EC2 Auto Scaling is designed to automatically launch and terminate EC2 instances
|
|
71
72
|
* based on user-defined scaling policies, scheduled actions, and health checks.</p>
|
|
@@ -73,6 +74,7 @@ import { UpdateAutoScalingGroupCommandInput, UpdateAutoScalingGroupCommandOutput
|
|
|
73
74
|
*/
|
|
74
75
|
export declare class AutoScaling extends AutoScalingClient {
|
|
75
76
|
/**
|
|
77
|
+
* @public
|
|
76
78
|
* <p>Attaches one or more EC2 instances to the specified Auto Scaling group.</p>
|
|
77
79
|
* <p>When you attach instances, Amazon EC2 Auto Scaling increases the desired capacity of the group by the
|
|
78
80
|
* number of instances being attached. If the number of instances being attached plus the
|
|
@@ -88,6 +90,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
88
90
|
attachInstances(args: AttachInstancesCommandInput, cb: (err: any, data?: AttachInstancesCommandOutput) => void): void;
|
|
89
91
|
attachInstances(args: AttachInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachInstancesCommandOutput) => void): void;
|
|
90
92
|
/**
|
|
93
|
+
* @public
|
|
91
94
|
* <note>
|
|
92
95
|
* <p>To attach an Application Load Balancer, Network Load Balancer, or Gateway Load Balancer, use the <a>AttachLoadBalancerTargetGroups</a> API operation instead.</p>
|
|
93
96
|
* </note>
|
|
@@ -105,6 +108,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
105
108
|
attachLoadBalancers(args: AttachLoadBalancersCommandInput, cb: (err: any, data?: AttachLoadBalancersCommandOutput) => void): void;
|
|
106
109
|
attachLoadBalancers(args: AttachLoadBalancersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachLoadBalancersCommandOutput) => void): void;
|
|
107
110
|
/**
|
|
111
|
+
* @public
|
|
108
112
|
* <p>Attaches one or more target groups to the specified Auto Scaling group.</p>
|
|
109
113
|
* <p>This operation is used with the following load balancer types: </p>
|
|
110
114
|
* <ul>
|
|
@@ -132,6 +136,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
132
136
|
attachLoadBalancerTargetGroups(args: AttachLoadBalancerTargetGroupsCommandInput, cb: (err: any, data?: AttachLoadBalancerTargetGroupsCommandOutput) => void): void;
|
|
133
137
|
attachLoadBalancerTargetGroups(args: AttachLoadBalancerTargetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachLoadBalancerTargetGroupsCommandOutput) => void): void;
|
|
134
138
|
/**
|
|
139
|
+
* @public
|
|
135
140
|
* <p>
|
|
136
141
|
* <b>Reserved for use with Amazon VPC Lattice, which is in preview and subject to change.
|
|
137
142
|
* Do not use this API for production workloads. This API is also subject to change.</b>
|
|
@@ -146,18 +151,21 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
146
151
|
attachTrafficSources(args: AttachTrafficSourcesCommandInput, cb: (err: any, data?: AttachTrafficSourcesCommandOutput) => void): void;
|
|
147
152
|
attachTrafficSources(args: AttachTrafficSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachTrafficSourcesCommandOutput) => void): void;
|
|
148
153
|
/**
|
|
154
|
+
* @public
|
|
149
155
|
* <p>Deletes one or more scheduled actions for the specified Auto Scaling group.</p>
|
|
150
156
|
*/
|
|
151
157
|
batchDeleteScheduledAction(args: BatchDeleteScheduledActionCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteScheduledActionCommandOutput>;
|
|
152
158
|
batchDeleteScheduledAction(args: BatchDeleteScheduledActionCommandInput, cb: (err: any, data?: BatchDeleteScheduledActionCommandOutput) => void): void;
|
|
153
159
|
batchDeleteScheduledAction(args: BatchDeleteScheduledActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteScheduledActionCommandOutput) => void): void;
|
|
154
160
|
/**
|
|
161
|
+
* @public
|
|
155
162
|
* <p>Creates or updates one or more scheduled scaling actions for an Auto Scaling group.</p>
|
|
156
163
|
*/
|
|
157
164
|
batchPutScheduledUpdateGroupAction(args: BatchPutScheduledUpdateGroupActionCommandInput, options?: __HttpHandlerOptions): Promise<BatchPutScheduledUpdateGroupActionCommandOutput>;
|
|
158
165
|
batchPutScheduledUpdateGroupAction(args: BatchPutScheduledUpdateGroupActionCommandInput, cb: (err: any, data?: BatchPutScheduledUpdateGroupActionCommandOutput) => void): void;
|
|
159
166
|
batchPutScheduledUpdateGroupAction(args: BatchPutScheduledUpdateGroupActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchPutScheduledUpdateGroupActionCommandOutput) => void): void;
|
|
160
167
|
/**
|
|
168
|
+
* @public
|
|
161
169
|
* <p>Cancels an instance refresh or rollback that is in progress. If an instance refresh or
|
|
162
170
|
* rollback is not in progress, an <code>ActiveInstanceRefreshNotFound</code> error
|
|
163
171
|
* occurs.</p>
|
|
@@ -171,6 +179,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
171
179
|
cancelInstanceRefresh(args: CancelInstanceRefreshCommandInput, cb: (err: any, data?: CancelInstanceRefreshCommandOutput) => void): void;
|
|
172
180
|
cancelInstanceRefresh(args: CancelInstanceRefreshCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelInstanceRefreshCommandOutput) => void): void;
|
|
173
181
|
/**
|
|
182
|
+
* @public
|
|
174
183
|
* <p>Completes the lifecycle action for the specified token or instance with the specified
|
|
175
184
|
* result.</p>
|
|
176
185
|
* <p>This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling
|
|
@@ -214,6 +223,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
214
223
|
completeLifecycleAction(args: CompleteLifecycleActionCommandInput, cb: (err: any, data?: CompleteLifecycleActionCommandOutput) => void): void;
|
|
215
224
|
completeLifecycleAction(args: CompleteLifecycleActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CompleteLifecycleActionCommandOutput) => void): void;
|
|
216
225
|
/**
|
|
226
|
+
* @public
|
|
217
227
|
* <p>
|
|
218
228
|
* <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>
|
|
219
229
|
* </p>
|
|
@@ -237,6 +247,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
237
247
|
createAutoScalingGroup(args: CreateAutoScalingGroupCommandInput, cb: (err: any, data?: CreateAutoScalingGroupCommandOutput) => void): void;
|
|
238
248
|
createAutoScalingGroup(args: CreateAutoScalingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAutoScalingGroupCommandOutput) => void): void;
|
|
239
249
|
/**
|
|
250
|
+
* @public
|
|
240
251
|
* <p>Creates a launch configuration.</p>
|
|
241
252
|
* <p>If you exceed your maximum limit of launch configurations, the call fails. To query
|
|
242
253
|
* this limit, call the <a>DescribeAccountLimits</a> API. For information about
|
|
@@ -255,6 +266,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
255
266
|
createLaunchConfiguration(args: CreateLaunchConfigurationCommandInput, cb: (err: any, data?: CreateLaunchConfigurationCommandOutput) => void): void;
|
|
256
267
|
createLaunchConfiguration(args: CreateLaunchConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLaunchConfigurationCommandOutput) => void): void;
|
|
257
268
|
/**
|
|
269
|
+
* @public
|
|
258
270
|
* <p>Creates or updates tags for the specified Auto Scaling group.</p>
|
|
259
271
|
* <p>When you specify a tag with a key that already exists, the operation overwrites the
|
|
260
272
|
* previous tag definition, and you do not get an error message.</p>
|
|
@@ -265,6 +277,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
265
277
|
createOrUpdateTags(args: CreateOrUpdateTagsCommandInput, cb: (err: any, data?: CreateOrUpdateTagsCommandOutput) => void): void;
|
|
266
278
|
createOrUpdateTags(args: CreateOrUpdateTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOrUpdateTagsCommandOutput) => void): void;
|
|
267
279
|
/**
|
|
280
|
+
* @public
|
|
268
281
|
* <p>Deletes the specified Auto Scaling group.</p>
|
|
269
282
|
* <p>If the group has instances or scaling activities in progress, you must specify the
|
|
270
283
|
* option to force the deletion in order for it to succeed. The force delete operation will
|
|
@@ -285,6 +298,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
285
298
|
deleteAutoScalingGroup(args: DeleteAutoScalingGroupCommandInput, cb: (err: any, data?: DeleteAutoScalingGroupCommandOutput) => void): void;
|
|
286
299
|
deleteAutoScalingGroup(args: DeleteAutoScalingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAutoScalingGroupCommandOutput) => void): void;
|
|
287
300
|
/**
|
|
301
|
+
* @public
|
|
288
302
|
* <p>Deletes the specified launch configuration.</p>
|
|
289
303
|
* <p>The launch configuration must not be attached to an Auto Scaling group. When this call
|
|
290
304
|
* completes, the launch configuration is no longer available for use.</p>
|
|
@@ -293,6 +307,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
293
307
|
deleteLaunchConfiguration(args: DeleteLaunchConfigurationCommandInput, cb: (err: any, data?: DeleteLaunchConfigurationCommandOutput) => void): void;
|
|
294
308
|
deleteLaunchConfiguration(args: DeleteLaunchConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLaunchConfigurationCommandOutput) => void): void;
|
|
295
309
|
/**
|
|
310
|
+
* @public
|
|
296
311
|
* <p>Deletes the specified lifecycle hook.</p>
|
|
297
312
|
* <p>If there are any outstanding lifecycle actions, they are completed first
|
|
298
313
|
* (<code>ABANDON</code> for launching instances, <code>CONTINUE</code> for terminating
|
|
@@ -302,12 +317,14 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
302
317
|
deleteLifecycleHook(args: DeleteLifecycleHookCommandInput, cb: (err: any, data?: DeleteLifecycleHookCommandOutput) => void): void;
|
|
303
318
|
deleteLifecycleHook(args: DeleteLifecycleHookCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLifecycleHookCommandOutput) => void): void;
|
|
304
319
|
/**
|
|
320
|
+
* @public
|
|
305
321
|
* <p>Deletes the specified notification.</p>
|
|
306
322
|
*/
|
|
307
323
|
deleteNotificationConfiguration(args: DeleteNotificationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteNotificationConfigurationCommandOutput>;
|
|
308
324
|
deleteNotificationConfiguration(args: DeleteNotificationConfigurationCommandInput, cb: (err: any, data?: DeleteNotificationConfigurationCommandOutput) => void): void;
|
|
309
325
|
deleteNotificationConfiguration(args: DeleteNotificationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNotificationConfigurationCommandOutput) => void): void;
|
|
310
326
|
/**
|
|
327
|
+
* @public
|
|
311
328
|
* <p>Deletes the specified scaling policy.</p>
|
|
312
329
|
* <p>Deleting either a step scaling policy or a simple scaling policy deletes the
|
|
313
330
|
* underlying alarm action, but does not delete the alarm, even if it no longer has an
|
|
@@ -319,18 +336,21 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
319
336
|
deletePolicy(args: DeletePolicyCommandInput, cb: (err: any, data?: DeletePolicyCommandOutput) => void): void;
|
|
320
337
|
deletePolicy(args: DeletePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePolicyCommandOutput) => void): void;
|
|
321
338
|
/**
|
|
339
|
+
* @public
|
|
322
340
|
* <p>Deletes the specified scheduled action.</p>
|
|
323
341
|
*/
|
|
324
342
|
deleteScheduledAction(args: DeleteScheduledActionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteScheduledActionCommandOutput>;
|
|
325
343
|
deleteScheduledAction(args: DeleteScheduledActionCommandInput, cb: (err: any, data?: DeleteScheduledActionCommandOutput) => void): void;
|
|
326
344
|
deleteScheduledAction(args: DeleteScheduledActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteScheduledActionCommandOutput) => void): void;
|
|
327
345
|
/**
|
|
346
|
+
* @public
|
|
328
347
|
* <p>Deletes the specified tags.</p>
|
|
329
348
|
*/
|
|
330
349
|
deleteTags(args: DeleteTagsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTagsCommandOutput>;
|
|
331
350
|
deleteTags(args: DeleteTagsCommandInput, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
|
|
332
351
|
deleteTags(args: DeleteTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
|
|
333
352
|
/**
|
|
353
|
+
* @public
|
|
334
354
|
* <p>Deletes the warm pool for the specified Auto Scaling group.</p>
|
|
335
355
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-warm-pools.html">Warm pools for
|
|
336
356
|
* Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
|
|
@@ -339,6 +359,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
339
359
|
deleteWarmPool(args: DeleteWarmPoolCommandInput, cb: (err: any, data?: DeleteWarmPoolCommandOutput) => void): void;
|
|
340
360
|
deleteWarmPool(args: DeleteWarmPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWarmPoolCommandOutput) => void): void;
|
|
341
361
|
/**
|
|
362
|
+
* @public
|
|
342
363
|
* <p>Describes the current Amazon EC2 Auto Scaling resource quotas for your account.</p>
|
|
343
364
|
* <p>When you establish an Amazon Web Services account, the account has initial quotas on the maximum
|
|
344
365
|
* number of Auto Scaling groups and launch configurations that you can create in a given Region.
|
|
@@ -349,6 +370,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
349
370
|
describeAccountLimits(args: DescribeAccountLimitsCommandInput, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
|
|
350
371
|
describeAccountLimits(args: DescribeAccountLimitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
|
|
351
372
|
/**
|
|
373
|
+
* @public
|
|
352
374
|
* <p>Describes the available adjustment types for step scaling and simple scaling
|
|
353
375
|
* policies.</p>
|
|
354
376
|
* <p>The following adjustment types are supported:</p>
|
|
@@ -374,6 +396,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
374
396
|
describeAdjustmentTypes(args: DescribeAdjustmentTypesCommandInput, cb: (err: any, data?: DescribeAdjustmentTypesCommandOutput) => void): void;
|
|
375
397
|
describeAdjustmentTypes(args: DescribeAdjustmentTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAdjustmentTypesCommandOutput) => void): void;
|
|
376
398
|
/**
|
|
399
|
+
* @public
|
|
377
400
|
* <p>Gets information about the Auto Scaling groups in the account and Region.</p>
|
|
378
401
|
* <p>If you specify Auto Scaling group names, the output includes information for only the
|
|
379
402
|
* specified Auto Scaling groups. If you specify filters, the output includes information for only
|
|
@@ -386,18 +409,21 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
386
409
|
describeAutoScalingGroups(args: DescribeAutoScalingGroupsCommandInput, cb: (err: any, data?: DescribeAutoScalingGroupsCommandOutput) => void): void;
|
|
387
410
|
describeAutoScalingGroups(args: DescribeAutoScalingGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAutoScalingGroupsCommandOutput) => void): void;
|
|
388
411
|
/**
|
|
412
|
+
* @public
|
|
389
413
|
* <p>Gets information about the Auto Scaling instances in the account and Region.</p>
|
|
390
414
|
*/
|
|
391
415
|
describeAutoScalingInstances(args: DescribeAutoScalingInstancesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAutoScalingInstancesCommandOutput>;
|
|
392
416
|
describeAutoScalingInstances(args: DescribeAutoScalingInstancesCommandInput, cb: (err: any, data?: DescribeAutoScalingInstancesCommandOutput) => void): void;
|
|
393
417
|
describeAutoScalingInstances(args: DescribeAutoScalingInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAutoScalingInstancesCommandOutput) => void): void;
|
|
394
418
|
/**
|
|
419
|
+
* @public
|
|
395
420
|
* <p>Describes the notification types that are supported by Amazon EC2 Auto Scaling.</p>
|
|
396
421
|
*/
|
|
397
422
|
describeAutoScalingNotificationTypes(args: DescribeAutoScalingNotificationTypesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAutoScalingNotificationTypesCommandOutput>;
|
|
398
423
|
describeAutoScalingNotificationTypes(args: DescribeAutoScalingNotificationTypesCommandInput, cb: (err: any, data?: DescribeAutoScalingNotificationTypesCommandOutput) => void): void;
|
|
399
424
|
describeAutoScalingNotificationTypes(args: DescribeAutoScalingNotificationTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAutoScalingNotificationTypesCommandOutput) => void): void;
|
|
400
425
|
/**
|
|
426
|
+
* @public
|
|
401
427
|
* <p>Gets information about the instance refreshes for the specified Auto Scaling group.</p>
|
|
402
428
|
* <p>This operation is part of the <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-instance-refresh.html">instance refresh
|
|
403
429
|
* feature</a> in Amazon EC2 Auto Scaling, which helps you update instances in your Auto Scaling group
|
|
@@ -413,18 +439,21 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
413
439
|
describeInstanceRefreshes(args: DescribeInstanceRefreshesCommandInput, cb: (err: any, data?: DescribeInstanceRefreshesCommandOutput) => void): void;
|
|
414
440
|
describeInstanceRefreshes(args: DescribeInstanceRefreshesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceRefreshesCommandOutput) => void): void;
|
|
415
441
|
/**
|
|
442
|
+
* @public
|
|
416
443
|
* <p>Gets information about the launch configurations in the account and Region.</p>
|
|
417
444
|
*/
|
|
418
445
|
describeLaunchConfigurations(args: DescribeLaunchConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLaunchConfigurationsCommandOutput>;
|
|
419
446
|
describeLaunchConfigurations(args: DescribeLaunchConfigurationsCommandInput, cb: (err: any, data?: DescribeLaunchConfigurationsCommandOutput) => void): void;
|
|
420
447
|
describeLaunchConfigurations(args: DescribeLaunchConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLaunchConfigurationsCommandOutput) => void): void;
|
|
421
448
|
/**
|
|
449
|
+
* @public
|
|
422
450
|
* <p>Gets information about the lifecycle hooks for the specified Auto Scaling group.</p>
|
|
423
451
|
*/
|
|
424
452
|
describeLifecycleHooks(args: DescribeLifecycleHooksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLifecycleHooksCommandOutput>;
|
|
425
453
|
describeLifecycleHooks(args: DescribeLifecycleHooksCommandInput, cb: (err: any, data?: DescribeLifecycleHooksCommandOutput) => void): void;
|
|
426
454
|
describeLifecycleHooks(args: DescribeLifecycleHooksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLifecycleHooksCommandOutput) => void): void;
|
|
427
455
|
/**
|
|
456
|
+
* @public
|
|
428
457
|
* <p>Describes the available types of lifecycle hooks.</p>
|
|
429
458
|
* <p>The following hook types are supported:</p>
|
|
430
459
|
* <ul>
|
|
@@ -444,6 +473,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
444
473
|
describeLifecycleHookTypes(args: DescribeLifecycleHookTypesCommandInput, cb: (err: any, data?: DescribeLifecycleHookTypesCommandOutput) => void): void;
|
|
445
474
|
describeLifecycleHookTypes(args: DescribeLifecycleHookTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLifecycleHookTypesCommandOutput) => void): void;
|
|
446
475
|
/**
|
|
476
|
+
* @public
|
|
447
477
|
* <p>Gets information about the load balancers for the specified Auto Scaling group.</p>
|
|
448
478
|
* <p>This operation describes only Classic Load Balancers. If you have Application Load Balancers, Network Load Balancers, or Gateway Load Balancer, use the
|
|
449
479
|
* <a>DescribeLoadBalancerTargetGroups</a> API instead.</p>
|
|
@@ -472,6 +502,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
472
502
|
describeLoadBalancers(args: DescribeLoadBalancersCommandInput, cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void): void;
|
|
473
503
|
describeLoadBalancers(args: DescribeLoadBalancersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void): void;
|
|
474
504
|
/**
|
|
505
|
+
* @public
|
|
475
506
|
* <p>Gets information about the Elastic Load Balancing target groups for the specified Auto Scaling group.</p>
|
|
476
507
|
* <p>To determine the attachment status of the target group, use the <code>State</code>
|
|
477
508
|
* element in the response. When you attach a target group to an Auto Scaling group, the initial
|
|
@@ -502,12 +533,14 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
502
533
|
describeLoadBalancerTargetGroups(args: DescribeLoadBalancerTargetGroupsCommandInput, cb: (err: any, data?: DescribeLoadBalancerTargetGroupsCommandOutput) => void): void;
|
|
503
534
|
describeLoadBalancerTargetGroups(args: DescribeLoadBalancerTargetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoadBalancerTargetGroupsCommandOutput) => void): void;
|
|
504
535
|
/**
|
|
536
|
+
* @public
|
|
505
537
|
* <p>Describes the available CloudWatch metrics for Amazon EC2 Auto Scaling.</p>
|
|
506
538
|
*/
|
|
507
539
|
describeMetricCollectionTypes(args: DescribeMetricCollectionTypesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMetricCollectionTypesCommandOutput>;
|
|
508
540
|
describeMetricCollectionTypes(args: DescribeMetricCollectionTypesCommandInput, cb: (err: any, data?: DescribeMetricCollectionTypesCommandOutput) => void): void;
|
|
509
541
|
describeMetricCollectionTypes(args: DescribeMetricCollectionTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMetricCollectionTypesCommandOutput) => void): void;
|
|
510
542
|
/**
|
|
543
|
+
* @public
|
|
511
544
|
* <p>Gets information about the Amazon SNS notifications that are configured for one or more
|
|
512
545
|
* Auto Scaling groups.</p>
|
|
513
546
|
*/
|
|
@@ -515,12 +548,14 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
515
548
|
describeNotificationConfigurations(args: DescribeNotificationConfigurationsCommandInput, cb: (err: any, data?: DescribeNotificationConfigurationsCommandOutput) => void): void;
|
|
516
549
|
describeNotificationConfigurations(args: DescribeNotificationConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNotificationConfigurationsCommandOutput) => void): void;
|
|
517
550
|
/**
|
|
551
|
+
* @public
|
|
518
552
|
* <p>Gets information about the scaling policies in the account and Region.</p>
|
|
519
553
|
*/
|
|
520
554
|
describePolicies(args: DescribePoliciesCommandInput, options?: __HttpHandlerOptions): Promise<DescribePoliciesCommandOutput>;
|
|
521
555
|
describePolicies(args: DescribePoliciesCommandInput, cb: (err: any, data?: DescribePoliciesCommandOutput) => void): void;
|
|
522
556
|
describePolicies(args: DescribePoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePoliciesCommandOutput) => void): void;
|
|
523
557
|
/**
|
|
558
|
+
* @public
|
|
524
559
|
* <p>Gets information about the scaling activities in the account and Region.</p>
|
|
525
560
|
* <p>When scaling events occur, you see a record of the scaling activity in the scaling
|
|
526
561
|
* activities. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-verify-scaling-activity.html">Verifying a scaling
|
|
@@ -535,6 +570,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
535
570
|
describeScalingActivities(args: DescribeScalingActivitiesCommandInput, cb: (err: any, data?: DescribeScalingActivitiesCommandOutput) => void): void;
|
|
536
571
|
describeScalingActivities(args: DescribeScalingActivitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScalingActivitiesCommandOutput) => void): void;
|
|
537
572
|
/**
|
|
573
|
+
* @public
|
|
538
574
|
* <p>Describes the scaling process types for use with the <a>ResumeProcesses</a>
|
|
539
575
|
* and <a>SuspendProcesses</a> APIs.</p>
|
|
540
576
|
*/
|
|
@@ -542,6 +578,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
542
578
|
describeScalingProcessTypes(args: DescribeScalingProcessTypesCommandInput, cb: (err: any, data?: DescribeScalingProcessTypesCommandOutput) => void): void;
|
|
543
579
|
describeScalingProcessTypes(args: DescribeScalingProcessTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScalingProcessTypesCommandOutput) => void): void;
|
|
544
580
|
/**
|
|
581
|
+
* @public
|
|
545
582
|
* <p>Gets information about the scheduled actions that haven't run or that have not reached
|
|
546
583
|
* their end time.</p>
|
|
547
584
|
* <p>To describe the scaling activities for scheduled actions that have already run, call
|
|
@@ -551,6 +588,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
551
588
|
describeScheduledActions(args: DescribeScheduledActionsCommandInput, cb: (err: any, data?: DescribeScheduledActionsCommandOutput) => void): void;
|
|
552
589
|
describeScheduledActions(args: DescribeScheduledActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScheduledActionsCommandOutput) => void): void;
|
|
553
590
|
/**
|
|
591
|
+
* @public
|
|
554
592
|
* <p>Describes the specified tags.</p>
|
|
555
593
|
* <p>You can use filters to limit the results. For example, you can query for the tags for
|
|
556
594
|
* a specific Auto Scaling group. You can specify multiple values for a filter. A tag must match at
|
|
@@ -565,6 +603,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
565
603
|
describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
|
|
566
604
|
describeTags(args: DescribeTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
|
|
567
605
|
/**
|
|
606
|
+
* @public
|
|
568
607
|
* <p>Describes the termination policies supported by Amazon EC2 Auto Scaling.</p>
|
|
569
608
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-termination-policies.html">Work with
|
|
570
609
|
* Amazon EC2 Auto Scaling termination policies</a> in the
|
|
@@ -574,6 +613,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
574
613
|
describeTerminationPolicyTypes(args: DescribeTerminationPolicyTypesCommandInput, cb: (err: any, data?: DescribeTerminationPolicyTypesCommandOutput) => void): void;
|
|
575
614
|
describeTerminationPolicyTypes(args: DescribeTerminationPolicyTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTerminationPolicyTypesCommandOutput) => void): void;
|
|
576
615
|
/**
|
|
616
|
+
* @public
|
|
577
617
|
* <p>
|
|
578
618
|
* <b>Reserved for use with Amazon VPC Lattice, which is in preview and subject to change.
|
|
579
619
|
* Do not use this API for production workloads. This API is also subject to change.</b>
|
|
@@ -584,6 +624,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
584
624
|
describeTrafficSources(args: DescribeTrafficSourcesCommandInput, cb: (err: any, data?: DescribeTrafficSourcesCommandOutput) => void): void;
|
|
585
625
|
describeTrafficSources(args: DescribeTrafficSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrafficSourcesCommandOutput) => void): void;
|
|
586
626
|
/**
|
|
627
|
+
* @public
|
|
587
628
|
* <p>Gets information about a warm pool and its instances.</p>
|
|
588
629
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-warm-pools.html">Warm pools for
|
|
589
630
|
* Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
|
|
@@ -592,6 +633,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
592
633
|
describeWarmPool(args: DescribeWarmPoolCommandInput, cb: (err: any, data?: DescribeWarmPoolCommandOutput) => void): void;
|
|
593
634
|
describeWarmPool(args: DescribeWarmPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWarmPoolCommandOutput) => void): void;
|
|
594
635
|
/**
|
|
636
|
+
* @public
|
|
595
637
|
* <p>Removes one or more instances from the specified Auto Scaling group.</p>
|
|
596
638
|
* <p>After the instances are detached, you can manage them independent of the Auto Scaling
|
|
597
639
|
* group.</p>
|
|
@@ -607,6 +649,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
607
649
|
detachInstances(args: DetachInstancesCommandInput, cb: (err: any, data?: DetachInstancesCommandOutput) => void): void;
|
|
608
650
|
detachInstances(args: DetachInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachInstancesCommandOutput) => void): void;
|
|
609
651
|
/**
|
|
652
|
+
* @public
|
|
610
653
|
* <p>Detaches one or more Classic Load Balancers from the specified Auto Scaling group.</p>
|
|
611
654
|
* <p>This operation detaches only Classic Load Balancers. If you have Application Load Balancers, Network Load Balancers, or
|
|
612
655
|
* Gateway Load Balancer, use the <a>DetachLoadBalancerTargetGroups</a> API instead.</p>
|
|
@@ -618,6 +661,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
618
661
|
detachLoadBalancers(args: DetachLoadBalancersCommandInput, cb: (err: any, data?: DetachLoadBalancersCommandOutput) => void): void;
|
|
619
662
|
detachLoadBalancers(args: DetachLoadBalancersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachLoadBalancersCommandOutput) => void): void;
|
|
620
663
|
/**
|
|
664
|
+
* @public
|
|
621
665
|
* <p>Detaches one or more target groups from the specified Auto Scaling group.</p>
|
|
622
666
|
* <p>When you detach a target group, it enters the <code>Removing</code> state while
|
|
623
667
|
* deregistering the instances in the group. When all instances are deregistered, then you
|
|
@@ -633,6 +677,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
633
677
|
detachLoadBalancerTargetGroups(args: DetachLoadBalancerTargetGroupsCommandInput, cb: (err: any, data?: DetachLoadBalancerTargetGroupsCommandOutput) => void): void;
|
|
634
678
|
detachLoadBalancerTargetGroups(args: DetachLoadBalancerTargetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachLoadBalancerTargetGroupsCommandOutput) => void): void;
|
|
635
679
|
/**
|
|
680
|
+
* @public
|
|
636
681
|
* <p>
|
|
637
682
|
* <b>Reserved for use with Amazon VPC Lattice, which is in preview and subject to change.
|
|
638
683
|
* Do not use this API for production workloads. This API is also subject to change.</b>
|
|
@@ -643,12 +688,14 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
643
688
|
detachTrafficSources(args: DetachTrafficSourcesCommandInput, cb: (err: any, data?: DetachTrafficSourcesCommandOutput) => void): void;
|
|
644
689
|
detachTrafficSources(args: DetachTrafficSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachTrafficSourcesCommandOutput) => void): void;
|
|
645
690
|
/**
|
|
691
|
+
* @public
|
|
646
692
|
* <p>Disables group metrics collection for the specified Auto Scaling group.</p>
|
|
647
693
|
*/
|
|
648
694
|
disableMetricsCollection(args: DisableMetricsCollectionCommandInput, options?: __HttpHandlerOptions): Promise<DisableMetricsCollectionCommandOutput>;
|
|
649
695
|
disableMetricsCollection(args: DisableMetricsCollectionCommandInput, cb: (err: any, data?: DisableMetricsCollectionCommandOutput) => void): void;
|
|
650
696
|
disableMetricsCollection(args: DisableMetricsCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableMetricsCollectionCommandOutput) => void): void;
|
|
651
697
|
/**
|
|
698
|
+
* @public
|
|
652
699
|
* <p>Enables group metrics collection for the specified Auto Scaling group.</p>
|
|
653
700
|
* <p>You can use these metrics to track changes in an Auto Scaling group and to set alarms on
|
|
654
701
|
* threshold values. You can view group metrics using the Amazon EC2 Auto Scaling console or the CloudWatch
|
|
@@ -660,6 +707,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
660
707
|
enableMetricsCollection(args: EnableMetricsCollectionCommandInput, cb: (err: any, data?: EnableMetricsCollectionCommandOutput) => void): void;
|
|
661
708
|
enableMetricsCollection(args: EnableMetricsCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableMetricsCollectionCommandOutput) => void): void;
|
|
662
709
|
/**
|
|
710
|
+
* @public
|
|
663
711
|
* <p>Moves the specified instances into the standby state.</p>
|
|
664
712
|
* <p>If you choose to decrement the desired capacity of the Auto Scaling group, the instances can
|
|
665
713
|
* enter standby as long as the desired capacity of the Auto Scaling group after the instances are
|
|
@@ -675,6 +723,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
675
723
|
enterStandby(args: EnterStandbyCommandInput, cb: (err: any, data?: EnterStandbyCommandOutput) => void): void;
|
|
676
724
|
enterStandby(args: EnterStandbyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnterStandbyCommandOutput) => void): void;
|
|
677
725
|
/**
|
|
726
|
+
* @public
|
|
678
727
|
* <p>Executes the specified policy. This can be useful for testing the design of your
|
|
679
728
|
* scaling policy.</p>
|
|
680
729
|
*/
|
|
@@ -682,6 +731,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
682
731
|
executePolicy(args: ExecutePolicyCommandInput, cb: (err: any, data?: ExecutePolicyCommandOutput) => void): void;
|
|
683
732
|
executePolicy(args: ExecutePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExecutePolicyCommandOutput) => void): void;
|
|
684
733
|
/**
|
|
734
|
+
* @public
|
|
685
735
|
* <p>Moves the specified instances out of the standby state.</p>
|
|
686
736
|
* <p>After you put the instances back in service, the desired capacity is
|
|
687
737
|
* incremented.</p>
|
|
@@ -693,6 +743,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
693
743
|
exitStandby(args: ExitStandbyCommandInput, cb: (err: any, data?: ExitStandbyCommandOutput) => void): void;
|
|
694
744
|
exitStandby(args: ExitStandbyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExitStandbyCommandOutput) => void): void;
|
|
695
745
|
/**
|
|
746
|
+
* @public
|
|
696
747
|
* <p>Retrieves the forecast data for a predictive scaling policy.</p>
|
|
697
748
|
* <p>Load forecasts are predictions of the hourly load values using historical load data
|
|
698
749
|
* from CloudWatch and an analysis of historical trends. Capacity forecasts are represented as
|
|
@@ -707,6 +758,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
707
758
|
getPredictiveScalingForecast(args: GetPredictiveScalingForecastCommandInput, cb: (err: any, data?: GetPredictiveScalingForecastCommandOutput) => void): void;
|
|
708
759
|
getPredictiveScalingForecast(args: GetPredictiveScalingForecastCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPredictiveScalingForecastCommandOutput) => void): void;
|
|
709
760
|
/**
|
|
761
|
+
* @public
|
|
710
762
|
* <p>Creates or updates a lifecycle hook for the specified Auto Scaling group.</p>
|
|
711
763
|
* <p>Lifecycle hooks let you create solutions that are aware of events in the Auto Scaling instance
|
|
712
764
|
* lifecycle, and then perform a custom action on instances when the corresponding
|
|
@@ -755,6 +807,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
755
807
|
putLifecycleHook(args: PutLifecycleHookCommandInput, cb: (err: any, data?: PutLifecycleHookCommandOutput) => void): void;
|
|
756
808
|
putLifecycleHook(args: PutLifecycleHookCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutLifecycleHookCommandOutput) => void): void;
|
|
757
809
|
/**
|
|
810
|
+
* @public
|
|
758
811
|
* <p>Configures an Auto Scaling group to send notifications when specified events take place.
|
|
759
812
|
* Subscribers to the specified topic can have messages delivered to an endpoint such as a
|
|
760
813
|
* web server or an email address.</p>
|
|
@@ -769,6 +822,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
769
822
|
putNotificationConfiguration(args: PutNotificationConfigurationCommandInput, cb: (err: any, data?: PutNotificationConfigurationCommandOutput) => void): void;
|
|
770
823
|
putNotificationConfiguration(args: PutNotificationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutNotificationConfigurationCommandOutput) => void): void;
|
|
771
824
|
/**
|
|
825
|
+
* @public
|
|
772
826
|
* <p>Creates or updates a scaling policy for an Auto Scaling group. Scaling policies are used to
|
|
773
827
|
* scale an Auto Scaling group based on configurable metrics. If no policies are defined, the
|
|
774
828
|
* dynamic scaling and predictive scaling features are not used. </p>
|
|
@@ -784,6 +838,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
784
838
|
putScalingPolicy(args: PutScalingPolicyCommandInput, cb: (err: any, data?: PutScalingPolicyCommandOutput) => void): void;
|
|
785
839
|
putScalingPolicy(args: PutScalingPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutScalingPolicyCommandOutput) => void): void;
|
|
786
840
|
/**
|
|
841
|
+
* @public
|
|
787
842
|
* <p>Creates or updates a scheduled scaling action for an Auto Scaling group.</p>
|
|
788
843
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/schedule_time.html">Scheduled scaling</a> in the
|
|
789
844
|
* <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
|
|
@@ -796,6 +851,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
796
851
|
putScheduledUpdateGroupAction(args: PutScheduledUpdateGroupActionCommandInput, cb: (err: any, data?: PutScheduledUpdateGroupActionCommandOutput) => void): void;
|
|
797
852
|
putScheduledUpdateGroupAction(args: PutScheduledUpdateGroupActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutScheduledUpdateGroupActionCommandOutput) => void): void;
|
|
798
853
|
/**
|
|
854
|
+
* @public
|
|
799
855
|
* <p>Creates or updates a warm pool for the specified Auto Scaling group. A warm pool is a pool of
|
|
800
856
|
* pre-initialized EC2 instances that sits alongside the Auto Scaling group. Whenever your
|
|
801
857
|
* application needs to scale out, the Auto Scaling group can draw on the warm pool to meet its new
|
|
@@ -811,6 +867,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
811
867
|
putWarmPool(args: PutWarmPoolCommandInput, cb: (err: any, data?: PutWarmPoolCommandOutput) => void): void;
|
|
812
868
|
putWarmPool(args: PutWarmPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutWarmPoolCommandOutput) => void): void;
|
|
813
869
|
/**
|
|
870
|
+
* @public
|
|
814
871
|
* <p>Records a heartbeat for the lifecycle action associated with the specified token or
|
|
815
872
|
* instance. This extends the timeout by the length of time defined using the <a>PutLifecycleHook</a> API call.</p>
|
|
816
873
|
* <p>This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling
|
|
@@ -853,6 +910,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
853
910
|
recordLifecycleActionHeartbeat(args: RecordLifecycleActionHeartbeatCommandInput, cb: (err: any, data?: RecordLifecycleActionHeartbeatCommandOutput) => void): void;
|
|
854
911
|
recordLifecycleActionHeartbeat(args: RecordLifecycleActionHeartbeatCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RecordLifecycleActionHeartbeatCommandOutput) => void): void;
|
|
855
912
|
/**
|
|
913
|
+
* @public
|
|
856
914
|
* <p>Resumes the specified suspended auto scaling processes, or all suspended process, for
|
|
857
915
|
* the specified Auto Scaling group.</p>
|
|
858
916
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-suspend-resume-processes.html">Suspending and
|
|
@@ -862,6 +920,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
862
920
|
resumeProcesses(args: ResumeProcessesCommandInput, cb: (err: any, data?: ResumeProcessesCommandOutput) => void): void;
|
|
863
921
|
resumeProcesses(args: ResumeProcessesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResumeProcessesCommandOutput) => void): void;
|
|
864
922
|
/**
|
|
923
|
+
* @public
|
|
865
924
|
* <p>Cancels an instance refresh that is in progress and rolls back any changes that it
|
|
866
925
|
* made. Amazon EC2 Auto Scaling replaces any instances that were replaced during the instance refresh.
|
|
867
926
|
* This restores your Auto Scaling group to the configuration that it was using before the start of
|
|
@@ -890,6 +949,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
890
949
|
rollbackInstanceRefresh(args: RollbackInstanceRefreshCommandInput, cb: (err: any, data?: RollbackInstanceRefreshCommandOutput) => void): void;
|
|
891
950
|
rollbackInstanceRefresh(args: RollbackInstanceRefreshCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RollbackInstanceRefreshCommandOutput) => void): void;
|
|
892
951
|
/**
|
|
952
|
+
* @public
|
|
893
953
|
* <p>Sets the size of the specified Auto Scaling group.</p>
|
|
894
954
|
* <p>If a scale-in activity occurs as a result of a new <code>DesiredCapacity</code> value
|
|
895
955
|
* that is lower than the current size of the group, the Auto Scaling group uses its termination
|
|
@@ -901,6 +961,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
901
961
|
setDesiredCapacity(args: SetDesiredCapacityCommandInput, cb: (err: any, data?: SetDesiredCapacityCommandOutput) => void): void;
|
|
902
962
|
setDesiredCapacity(args: SetDesiredCapacityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetDesiredCapacityCommandOutput) => void): void;
|
|
903
963
|
/**
|
|
964
|
+
* @public
|
|
904
965
|
* <p>Sets the health status of the specified instance.</p>
|
|
905
966
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/healthcheck.html">Health checks for Auto Scaling
|
|
906
967
|
* instances</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
|
|
@@ -909,6 +970,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
909
970
|
setInstanceHealth(args: SetInstanceHealthCommandInput, cb: (err: any, data?: SetInstanceHealthCommandOutput) => void): void;
|
|
910
971
|
setInstanceHealth(args: SetInstanceHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetInstanceHealthCommandOutput) => void): void;
|
|
911
972
|
/**
|
|
973
|
+
* @public
|
|
912
974
|
* <p>Updates the instance protection settings of the specified instances. This operation
|
|
913
975
|
* cannot be called on instances in a warm pool.</p>
|
|
914
976
|
* <p>For more information about preventing instances that are part of an Auto Scaling group from
|
|
@@ -922,6 +984,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
922
984
|
setInstanceProtection(args: SetInstanceProtectionCommandInput, cb: (err: any, data?: SetInstanceProtectionCommandOutput) => void): void;
|
|
923
985
|
setInstanceProtection(args: SetInstanceProtectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetInstanceProtectionCommandOutput) => void): void;
|
|
924
986
|
/**
|
|
987
|
+
* @public
|
|
925
988
|
* <p>Starts an instance refresh. During an instance refresh, Amazon EC2 Auto Scaling performs a rolling
|
|
926
989
|
* update of instances in an Auto Scaling group. Instances are terminated first and then replaced,
|
|
927
990
|
* which temporarily reduces the capacity available within your Auto Scaling group.</p>
|
|
@@ -951,6 +1014,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
951
1014
|
startInstanceRefresh(args: StartInstanceRefreshCommandInput, cb: (err: any, data?: StartInstanceRefreshCommandOutput) => void): void;
|
|
952
1015
|
startInstanceRefresh(args: StartInstanceRefreshCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartInstanceRefreshCommandOutput) => void): void;
|
|
953
1016
|
/**
|
|
1017
|
+
* @public
|
|
954
1018
|
* <p>Suspends the specified auto scaling processes, or all processes, for the specified
|
|
955
1019
|
* Auto Scaling group.</p>
|
|
956
1020
|
* <p>If you suspend either the <code>Launch</code> or <code>Terminate</code> process types,
|
|
@@ -963,6 +1027,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
963
1027
|
suspendProcesses(args: SuspendProcessesCommandInput, cb: (err: any, data?: SuspendProcessesCommandOutput) => void): void;
|
|
964
1028
|
suspendProcesses(args: SuspendProcessesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SuspendProcessesCommandOutput) => void): void;
|
|
965
1029
|
/**
|
|
1030
|
+
* @public
|
|
966
1031
|
* <p>Terminates the specified instance and optionally adjusts the desired group size. This
|
|
967
1032
|
* operation cannot be called on instances in a warm pool.</p>
|
|
968
1033
|
* <p>This call simply makes a termination request. The instance is not terminated
|
|
@@ -980,6 +1045,7 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
980
1045
|
terminateInstanceInAutoScalingGroup(args: TerminateInstanceInAutoScalingGroupCommandInput, cb: (err: any, data?: TerminateInstanceInAutoScalingGroupCommandOutput) => void): void;
|
|
981
1046
|
terminateInstanceInAutoScalingGroup(args: TerminateInstanceInAutoScalingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TerminateInstanceInAutoScalingGroupCommandOutput) => void): void;
|
|
982
1047
|
/**
|
|
1048
|
+
* @public
|
|
983
1049
|
* <p>
|
|
984
1050
|
* <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>
|
|
985
1051
|
* </p>
|
|
@@ -73,15 +73,24 @@ import { SuspendProcessesCommandInput, SuspendProcessesCommandOutput } from "./c
|
|
|
73
73
|
import { TerminateInstanceInAutoScalingGroupCommandInput, TerminateInstanceInAutoScalingGroupCommandOutput } from "./commands/TerminateInstanceInAutoScalingGroupCommand";
|
|
74
74
|
import { UpdateAutoScalingGroupCommandInput, UpdateAutoScalingGroupCommandOutput } from "./commands/UpdateAutoScalingGroupCommand";
|
|
75
75
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
76
79
|
export type ServiceInputTypes = AttachInstancesCommandInput | AttachLoadBalancerTargetGroupsCommandInput | AttachLoadBalancersCommandInput | AttachTrafficSourcesCommandInput | BatchDeleteScheduledActionCommandInput | BatchPutScheduledUpdateGroupActionCommandInput | CancelInstanceRefreshCommandInput | CompleteLifecycleActionCommandInput | CreateAutoScalingGroupCommandInput | CreateLaunchConfigurationCommandInput | CreateOrUpdateTagsCommandInput | DeleteAutoScalingGroupCommandInput | DeleteLaunchConfigurationCommandInput | DeleteLifecycleHookCommandInput | DeleteNotificationConfigurationCommandInput | DeletePolicyCommandInput | DeleteScheduledActionCommandInput | DeleteTagsCommandInput | DeleteWarmPoolCommandInput | DescribeAccountLimitsCommandInput | DescribeAdjustmentTypesCommandInput | DescribeAutoScalingGroupsCommandInput | DescribeAutoScalingInstancesCommandInput | DescribeAutoScalingNotificationTypesCommandInput | DescribeInstanceRefreshesCommandInput | DescribeLaunchConfigurationsCommandInput | DescribeLifecycleHookTypesCommandInput | DescribeLifecycleHooksCommandInput | DescribeLoadBalancerTargetGroupsCommandInput | DescribeLoadBalancersCommandInput | DescribeMetricCollectionTypesCommandInput | DescribeNotificationConfigurationsCommandInput | DescribePoliciesCommandInput | DescribeScalingActivitiesCommandInput | DescribeScalingProcessTypesCommandInput | DescribeScheduledActionsCommandInput | DescribeTagsCommandInput | DescribeTerminationPolicyTypesCommandInput | DescribeTrafficSourcesCommandInput | DescribeWarmPoolCommandInput | DetachInstancesCommandInput | DetachLoadBalancerTargetGroupsCommandInput | DetachLoadBalancersCommandInput | DetachTrafficSourcesCommandInput | DisableMetricsCollectionCommandInput | EnableMetricsCollectionCommandInput | EnterStandbyCommandInput | ExecutePolicyCommandInput | ExitStandbyCommandInput | GetPredictiveScalingForecastCommandInput | PutLifecycleHookCommandInput | PutNotificationConfigurationCommandInput | PutScalingPolicyCommandInput | PutScheduledUpdateGroupActionCommandInput | PutWarmPoolCommandInput | RecordLifecycleActionHeartbeatCommandInput | ResumeProcessesCommandInput | RollbackInstanceRefreshCommandInput | SetDesiredCapacityCommandInput | SetInstanceHealthCommandInput | SetInstanceProtectionCommandInput | StartInstanceRefreshCommandInput | SuspendProcessesCommandInput | TerminateInstanceInAutoScalingGroupCommandInput | UpdateAutoScalingGroupCommandInput;
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
77
83
|
export type ServiceOutputTypes = AttachInstancesCommandOutput | AttachLoadBalancerTargetGroupsCommandOutput | AttachLoadBalancersCommandOutput | AttachTrafficSourcesCommandOutput | BatchDeleteScheduledActionCommandOutput | BatchPutScheduledUpdateGroupActionCommandOutput | CancelInstanceRefreshCommandOutput | CompleteLifecycleActionCommandOutput | CreateAutoScalingGroupCommandOutput | CreateLaunchConfigurationCommandOutput | CreateOrUpdateTagsCommandOutput | DeleteAutoScalingGroupCommandOutput | DeleteLaunchConfigurationCommandOutput | DeleteLifecycleHookCommandOutput | DeleteNotificationConfigurationCommandOutput | DeletePolicyCommandOutput | DeleteScheduledActionCommandOutput | DeleteTagsCommandOutput | DeleteWarmPoolCommandOutput | DescribeAccountLimitsCommandOutput | DescribeAdjustmentTypesCommandOutput | DescribeAutoScalingGroupsCommandOutput | DescribeAutoScalingInstancesCommandOutput | DescribeAutoScalingNotificationTypesCommandOutput | DescribeInstanceRefreshesCommandOutput | DescribeLaunchConfigurationsCommandOutput | DescribeLifecycleHookTypesCommandOutput | DescribeLifecycleHooksCommandOutput | DescribeLoadBalancerTargetGroupsCommandOutput | DescribeLoadBalancersCommandOutput | DescribeMetricCollectionTypesCommandOutput | DescribeNotificationConfigurationsCommandOutput | DescribePoliciesCommandOutput | DescribeScalingActivitiesCommandOutput | DescribeScalingProcessTypesCommandOutput | DescribeScheduledActionsCommandOutput | DescribeTagsCommandOutput | DescribeTerminationPolicyTypesCommandOutput | DescribeTrafficSourcesCommandOutput | DescribeWarmPoolCommandOutput | DetachInstancesCommandOutput | DetachLoadBalancerTargetGroupsCommandOutput | DetachLoadBalancersCommandOutput | DetachTrafficSourcesCommandOutput | DisableMetricsCollectionCommandOutput | EnableMetricsCollectionCommandOutput | EnterStandbyCommandOutput | ExecutePolicyCommandOutput | ExitStandbyCommandOutput | GetPredictiveScalingForecastCommandOutput | PutLifecycleHookCommandOutput | PutNotificationConfigurationCommandOutput | PutScalingPolicyCommandOutput | PutScheduledUpdateGroupActionCommandOutput | PutWarmPoolCommandOutput | RecordLifecycleActionHeartbeatCommandOutput | ResumeProcessesCommandOutput | RollbackInstanceRefreshCommandOutput | SetDesiredCapacityCommandOutput | SetInstanceHealthCommandOutput | SetInstanceProtectionCommandOutput | StartInstanceRefreshCommandOutput | SuspendProcessesCommandOutput | TerminateInstanceInAutoScalingGroupCommandOutput | UpdateAutoScalingGroupCommandOutput;
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
78
87
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
79
88
|
/**
|
|
80
89
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
81
90
|
*/
|
|
82
91
|
requestHandler?: __HttpHandler;
|
|
83
92
|
/**
|
|
84
|
-
* A constructor for a class implementing the {@link
|
|
93
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
85
94
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
86
95
|
* @internal
|
|
87
96
|
*/
|
|
@@ -171,23 +180,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
171
180
|
*/
|
|
172
181
|
logger?: __Logger;
|
|
173
182
|
/**
|
|
174
|
-
* The {@link
|
|
183
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
175
184
|
*/
|
|
176
185
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
177
186
|
}
|
|
187
|
+
/**
|
|
188
|
+
* @public
|
|
189
|
+
*/
|
|
178
190
|
type AutoScalingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
179
191
|
/**
|
|
180
|
-
*
|
|
192
|
+
* @public
|
|
193
|
+
*
|
|
194
|
+
* The configuration interface of AutoScalingClient class constructor that set the region, credentials and other options.
|
|
181
195
|
*/
|
|
182
196
|
export interface AutoScalingClientConfig extends AutoScalingClientConfigType {
|
|
183
197
|
}
|
|
198
|
+
/**
|
|
199
|
+
* @public
|
|
200
|
+
*/
|
|
184
201
|
type AutoScalingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
185
202
|
/**
|
|
186
|
-
*
|
|
203
|
+
* @public
|
|
204
|
+
*
|
|
205
|
+
* The resolved configuration interface of AutoScalingClient class. This is resolved and normalized from the {@link AutoScalingClientConfig | constructor configuration interface}.
|
|
187
206
|
*/
|
|
188
207
|
export interface AutoScalingClientResolvedConfig extends AutoScalingClientResolvedConfigType {
|
|
189
208
|
}
|
|
190
209
|
/**
|
|
210
|
+
* @public
|
|
191
211
|
* <fullname>Amazon EC2 Auto Scaling</fullname>
|
|
192
212
|
* <p>Amazon EC2 Auto Scaling is designed to automatically launch and terminate EC2 instances
|
|
193
213
|
* based on user-defined scaling policies, scheduled actions, and health checks.</p>
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { AttachInstancesQuery } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AttachInstancesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AttachInstancesCommandInput extends AttachInstancesQuery {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AttachInstancesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AttachInstancesCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Attaches one or more EC2 instances to the specified Auto Scaling group.</p>
|
|
18
23
|
* <p>When you attach instances, Amazon EC2 Auto Scaling increases the desired capacity of the group by the
|
|
19
24
|
* number of instances being attached. If the number of instances being attached plus the
|
|
@@ -34,6 +39,8 @@ export interface AttachInstancesCommandOutput extends __MetadataBearer {
|
|
|
34
39
|
* const response = await client.send(command);
|
|
35
40
|
* ```
|
|
36
41
|
*
|
|
42
|
+
* @param AttachInstancesCommandInput - {@link AttachInstancesCommandInput}
|
|
43
|
+
* @returns {@link AttachInstancesCommandOutput}
|
|
37
44
|
* @see {@link AttachInstancesCommandInput} for command's `input` shape.
|
|
38
45
|
* @see {@link AttachInstancesCommandOutput} for command's `response` shape.
|
|
39
46
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
@@ -64,11 +71,20 @@ export interface AttachInstancesCommandOutput extends __MetadataBearer {
|
|
|
64
71
|
export declare class AttachInstancesCommand extends $Command<AttachInstancesCommandInput, AttachInstancesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
65
72
|
readonly input: AttachInstancesCommandInput;
|
|
66
73
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
67
77
|
constructor(input: AttachInstancesCommandInput);
|
|
68
78
|
/**
|
|
69
79
|
* @internal
|
|
70
80
|
*/
|
|
71
81
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachInstancesCommandInput, AttachInstancesCommandOutput>;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
72
85
|
private serialize;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
73
89
|
private deserialize;
|
|
74
90
|
}
|