@aws-sdk/client-auto-scaling 3.136.1 → 3.142.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AttachInstancesCommand.js +1 -1
- package/dist-cjs/commands/AttachLoadBalancerTargetGroupsCommand.js +2 -2
- package/dist-cjs/commands/AttachLoadBalancersCommand.js +2 -2
- package/dist-cjs/commands/BatchDeleteScheduledActionCommand.js +2 -2
- package/dist-cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js +2 -2
- package/dist-cjs/commands/CancelInstanceRefreshCommand.js +2 -2
- package/dist-cjs/commands/CompleteLifecycleActionCommand.js +2 -2
- package/dist-cjs/commands/CreateAutoScalingGroupCommand.js +1 -1
- package/dist-cjs/commands/CreateLaunchConfigurationCommand.js +1 -1
- package/dist-cjs/commands/CreateOrUpdateTagsCommand.js +1 -1
- package/dist-cjs/commands/DeleteAutoScalingGroupCommand.js +1 -1
- package/dist-cjs/commands/DeleteLaunchConfigurationCommand.js +1 -1
- package/dist-cjs/commands/DeleteLifecycleHookCommand.js +2 -2
- package/dist-cjs/commands/DeleteNotificationConfigurationCommand.js +1 -1
- package/dist-cjs/commands/DeletePolicyCommand.js +1 -1
- package/dist-cjs/commands/DeleteScheduledActionCommand.js +1 -1
- package/dist-cjs/commands/DeleteTagsCommand.js +1 -1
- package/dist-cjs/commands/DeleteWarmPoolCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +1 -1
- package/dist-cjs/commands/DescribeAdjustmentTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeAutoScalingGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeAutoScalingInstancesCommand.js +2 -2
- package/dist-cjs/commands/DescribeAutoScalingNotificationTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeInstanceRefreshesCommand.js +2 -2
- package/dist-cjs/commands/DescribeLaunchConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeLifecycleHookTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeLifecycleHooksCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +2 -2
- package/dist-cjs/commands/DescribeMetricCollectionTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeNotificationConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/DescribePoliciesCommand.js +2 -2
- package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +2 -2
- package/dist-cjs/commands/DescribeScalingProcessTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeScheduledActionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
- package/dist-cjs/commands/DescribeTerminationPolicyTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeWarmPoolCommand.js +2 -2
- package/dist-cjs/commands/DetachInstancesCommand.js +2 -2
- package/dist-cjs/commands/DetachLoadBalancerTargetGroupsCommand.js +2 -2
- package/dist-cjs/commands/DetachLoadBalancersCommand.js +2 -2
- package/dist-cjs/commands/DisableMetricsCollectionCommand.js +1 -1
- package/dist-cjs/commands/EnableMetricsCollectionCommand.js +1 -1
- package/dist-cjs/commands/EnterStandbyCommand.js +2 -2
- package/dist-cjs/commands/ExecutePolicyCommand.js +1 -1
- package/dist-cjs/commands/ExitStandbyCommand.js +2 -2
- package/dist-cjs/commands/GetPredictiveScalingForecastCommand.js +2 -2
- package/dist-cjs/commands/PutLifecycleHookCommand.js +2 -2
- package/dist-cjs/commands/PutNotificationConfigurationCommand.js +1 -1
- package/dist-cjs/commands/PutScalingPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutScheduledUpdateGroupActionCommand.js +1 -1
- package/dist-cjs/commands/PutWarmPoolCommand.js +2 -2
- package/dist-cjs/commands/RecordLifecycleActionHeartbeatCommand.js +2 -2
- package/dist-cjs/commands/ResumeProcessesCommand.js +1 -1
- package/dist-cjs/commands/SetDesiredCapacityCommand.js +1 -1
- package/dist-cjs/commands/SetInstanceHealthCommand.js +1 -1
- package/dist-cjs/commands/SetInstanceProtectionCommand.js +2 -2
- package/dist-cjs/commands/StartInstanceRefreshCommand.js +2 -2
- package/dist-cjs/commands/SuspendProcessesCommand.js +1 -1
- package/dist-cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateAutoScalingGroupCommand.js +1 -1
- package/dist-cjs/models/models_0.js +652 -976
- package/dist-cjs/protocols/Aws_query.js +683 -1004
- package/dist-es/commands/AttachInstancesCommand.js +2 -2
- package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +3 -3
- package/dist-es/commands/AttachLoadBalancersCommand.js +3 -3
- package/dist-es/commands/BatchDeleteScheduledActionCommand.js +3 -3
- package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +3 -3
- package/dist-es/commands/CancelInstanceRefreshCommand.js +3 -3
- package/dist-es/commands/CompleteLifecycleActionCommand.js +3 -3
- package/dist-es/commands/CreateAutoScalingGroupCommand.js +2 -2
- package/dist-es/commands/CreateLaunchConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateOrUpdateTagsCommand.js +2 -2
- package/dist-es/commands/DeleteAutoScalingGroupCommand.js +2 -2
- package/dist-es/commands/DeleteLaunchConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteLifecycleHookCommand.js +3 -3
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +2 -2
- package/dist-es/commands/DeletePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteScheduledActionCommand.js +2 -2
- package/dist-es/commands/DeleteTagsCommand.js +2 -2
- package/dist-es/commands/DeleteWarmPoolCommand.js +3 -3
- package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -2
- package/dist-es/commands/DescribeAdjustmentTypesCommand.js +2 -2
- package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +3 -3
- package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +2 -2
- package/dist-es/commands/DescribeInstanceRefreshesCommand.js +3 -3
- package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +3 -3
- package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +2 -2
- package/dist-es/commands/DescribeLifecycleHooksCommand.js +3 -3
- package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -3
- package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +2 -2
- package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +3 -3
- package/dist-es/commands/DescribePoliciesCommand.js +3 -3
- package/dist-es/commands/DescribeScalingActivitiesCommand.js +3 -3
- package/dist-es/commands/DescribeScalingProcessTypesCommand.js +2 -2
- package/dist-es/commands/DescribeScheduledActionsCommand.js +3 -3
- package/dist-es/commands/DescribeTagsCommand.js +3 -3
- package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +2 -2
- package/dist-es/commands/DescribeWarmPoolCommand.js +3 -3
- package/dist-es/commands/DetachInstancesCommand.js +3 -3
- package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +3 -3
- package/dist-es/commands/DetachLoadBalancersCommand.js +3 -3
- package/dist-es/commands/DisableMetricsCollectionCommand.js +2 -2
- package/dist-es/commands/EnableMetricsCollectionCommand.js +2 -2
- package/dist-es/commands/EnterStandbyCommand.js +3 -3
- package/dist-es/commands/ExecutePolicyCommand.js +2 -2
- package/dist-es/commands/ExitStandbyCommand.js +3 -3
- package/dist-es/commands/GetPredictiveScalingForecastCommand.js +3 -3
- package/dist-es/commands/PutLifecycleHookCommand.js +3 -3
- package/dist-es/commands/PutNotificationConfigurationCommand.js +2 -2
- package/dist-es/commands/PutScalingPolicyCommand.js +3 -3
- package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +2 -2
- package/dist-es/commands/PutWarmPoolCommand.js +3 -3
- package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +3 -3
- package/dist-es/commands/ResumeProcessesCommand.js +2 -2
- package/dist-es/commands/SetDesiredCapacityCommand.js +2 -2
- package/dist-es/commands/SetInstanceHealthCommand.js +2 -2
- package/dist-es/commands/SetInstanceProtectionCommand.js +3 -3
- package/dist-es/commands/StartInstanceRefreshCommand.js +3 -3
- package/dist-es/commands/SuspendProcessesCommand.js +2 -2
- package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +3 -3
- package/dist-es/commands/UpdateAutoScalingGroupCommand.js +2 -2
- package/dist-es/models/models_0.js +162 -648
- package/dist-es/protocols/Aws_query.js +867 -1005
- package/dist-types/models/models_0.d.ts +648 -972
- package/dist-types/ts3.4/models/models_0.d.ts +324 -648
- package/package.json +6 -6
|
@@ -14,12 +14,6 @@ export interface AcceleratorCountRequest {
|
|
|
14
14
|
*/
|
|
15
15
|
Max?: number;
|
|
16
16
|
}
|
|
17
|
-
export declare namespace AcceleratorCountRequest {
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
|
-
const filterSensitiveLog: (obj: AcceleratorCountRequest) => any;
|
|
22
|
-
}
|
|
23
17
|
export declare enum AcceleratorManufacturer {
|
|
24
18
|
AMAZON_WEB_SERVICES = "amazon-web-services",
|
|
25
19
|
AMD = "amd",
|
|
@@ -49,12 +43,6 @@ export interface AcceleratorTotalMemoryMiBRequest {
|
|
|
49
43
|
*/
|
|
50
44
|
Max?: number;
|
|
51
45
|
}
|
|
52
|
-
export declare namespace AcceleratorTotalMemoryMiBRequest {
|
|
53
|
-
/**
|
|
54
|
-
* @internal
|
|
55
|
-
*/
|
|
56
|
-
const filterSensitiveLog: (obj: AcceleratorTotalMemoryMiBRequest) => any;
|
|
57
|
-
}
|
|
58
46
|
export declare enum AcceleratorType {
|
|
59
47
|
FPGA = "fpga",
|
|
60
48
|
GPU = "gpu",
|
|
@@ -141,12 +129,6 @@ export interface Activity {
|
|
|
141
129
|
*/
|
|
142
130
|
AutoScalingGroupARN?: string;
|
|
143
131
|
}
|
|
144
|
-
export declare namespace Activity {
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
|
-
const filterSensitiveLog: (obj: Activity) => any;
|
|
149
|
-
}
|
|
150
132
|
export interface ActivitiesType {
|
|
151
133
|
/**
|
|
152
134
|
* <p>The scaling activities. Activities are sorted by start time. Activities still in
|
|
@@ -161,24 +143,12 @@ export interface ActivitiesType {
|
|
|
161
143
|
*/
|
|
162
144
|
NextToken?: string;
|
|
163
145
|
}
|
|
164
|
-
export declare namespace ActivitiesType {
|
|
165
|
-
/**
|
|
166
|
-
* @internal
|
|
167
|
-
*/
|
|
168
|
-
const filterSensitiveLog: (obj: ActivitiesType) => any;
|
|
169
|
-
}
|
|
170
146
|
export interface ActivityType {
|
|
171
147
|
/**
|
|
172
148
|
* <p>A scaling activity.</p>
|
|
173
149
|
*/
|
|
174
150
|
Activity?: Activity;
|
|
175
151
|
}
|
|
176
|
-
export declare namespace ActivityType {
|
|
177
|
-
/**
|
|
178
|
-
* @internal
|
|
179
|
-
*/
|
|
180
|
-
const filterSensitiveLog: (obj: ActivityType) => any;
|
|
181
|
-
}
|
|
182
152
|
/**
|
|
183
153
|
* <p>Describes a policy adjustment type.</p>
|
|
184
154
|
*/
|
|
@@ -189,12 +159,6 @@ export interface AdjustmentType {
|
|
|
189
159
|
*/
|
|
190
160
|
AdjustmentType?: string;
|
|
191
161
|
}
|
|
192
|
-
export declare namespace AdjustmentType {
|
|
193
|
-
/**
|
|
194
|
-
* @internal
|
|
195
|
-
*/
|
|
196
|
-
const filterSensitiveLog: (obj: AdjustmentType) => any;
|
|
197
|
-
}
|
|
198
162
|
/**
|
|
199
163
|
* <p>Describes an alarm.</p>
|
|
200
164
|
*/
|
|
@@ -208,12 +172,6 @@ export interface Alarm {
|
|
|
208
172
|
*/
|
|
209
173
|
AlarmARN?: string;
|
|
210
174
|
}
|
|
211
|
-
export declare namespace Alarm {
|
|
212
|
-
/**
|
|
213
|
-
* @internal
|
|
214
|
-
*/
|
|
215
|
-
const filterSensitiveLog: (obj: Alarm) => any;
|
|
216
|
-
}
|
|
217
175
|
/**
|
|
218
176
|
* <p>You already have an Auto Scaling group or launch configuration with this name.</p>
|
|
219
177
|
*/
|
|
@@ -235,12 +193,6 @@ export interface AttachInstancesQuery {
|
|
|
235
193
|
*/
|
|
236
194
|
AutoScalingGroupName: string | undefined;
|
|
237
195
|
}
|
|
238
|
-
export declare namespace AttachInstancesQuery {
|
|
239
|
-
/**
|
|
240
|
-
* @internal
|
|
241
|
-
*/
|
|
242
|
-
const filterSensitiveLog: (obj: AttachInstancesQuery) => any;
|
|
243
|
-
}
|
|
244
196
|
/**
|
|
245
197
|
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
246
198
|
* instance, or load balancer).</p>
|
|
@@ -266,12 +218,6 @@ export declare class ServiceLinkedRoleFailure extends __BaseException {
|
|
|
266
218
|
}
|
|
267
219
|
export interface AttachLoadBalancersResultType {
|
|
268
220
|
}
|
|
269
|
-
export declare namespace AttachLoadBalancersResultType {
|
|
270
|
-
/**
|
|
271
|
-
* @internal
|
|
272
|
-
*/
|
|
273
|
-
const filterSensitiveLog: (obj: AttachLoadBalancersResultType) => any;
|
|
274
|
-
}
|
|
275
221
|
export interface AttachLoadBalancersType {
|
|
276
222
|
/**
|
|
277
223
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -282,20 +228,8 @@ export interface AttachLoadBalancersType {
|
|
|
282
228
|
*/
|
|
283
229
|
LoadBalancerNames: string[] | undefined;
|
|
284
230
|
}
|
|
285
|
-
export declare namespace AttachLoadBalancersType {
|
|
286
|
-
/**
|
|
287
|
-
* @internal
|
|
288
|
-
*/
|
|
289
|
-
const filterSensitiveLog: (obj: AttachLoadBalancersType) => any;
|
|
290
|
-
}
|
|
291
231
|
export interface AttachLoadBalancerTargetGroupsResultType {
|
|
292
232
|
}
|
|
293
|
-
export declare namespace AttachLoadBalancerTargetGroupsResultType {
|
|
294
|
-
/**
|
|
295
|
-
* @internal
|
|
296
|
-
*/
|
|
297
|
-
const filterSensitiveLog: (obj: AttachLoadBalancerTargetGroupsResultType) => any;
|
|
298
|
-
}
|
|
299
233
|
export interface AttachLoadBalancerTargetGroupsType {
|
|
300
234
|
/**
|
|
301
235
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -307,12 +241,6 @@ export interface AttachLoadBalancerTargetGroupsType {
|
|
|
307
241
|
*/
|
|
308
242
|
TargetGroupARNs: string[] | undefined;
|
|
309
243
|
}
|
|
310
|
-
export declare namespace AttachLoadBalancerTargetGroupsType {
|
|
311
|
-
/**
|
|
312
|
-
* @internal
|
|
313
|
-
*/
|
|
314
|
-
const filterSensitiveLog: (obj: AttachLoadBalancerTargetGroupsType) => any;
|
|
315
|
-
}
|
|
316
244
|
/**
|
|
317
245
|
* <p>Describes a scheduled action that could not be created, updated, or deleted.</p>
|
|
318
246
|
*/
|
|
@@ -330,12 +258,6 @@ export interface FailedScheduledUpdateGroupActionRequest {
|
|
|
330
258
|
*/
|
|
331
259
|
ErrorMessage?: string;
|
|
332
260
|
}
|
|
333
|
-
export declare namespace FailedScheduledUpdateGroupActionRequest {
|
|
334
|
-
/**
|
|
335
|
-
* @internal
|
|
336
|
-
*/
|
|
337
|
-
const filterSensitiveLog: (obj: FailedScheduledUpdateGroupActionRequest) => any;
|
|
338
|
-
}
|
|
339
261
|
export interface BatchDeleteScheduledActionAnswer {
|
|
340
262
|
/**
|
|
341
263
|
* <p>The names of the scheduled actions that could not be deleted, including an error
|
|
@@ -343,12 +265,6 @@ export interface BatchDeleteScheduledActionAnswer {
|
|
|
343
265
|
*/
|
|
344
266
|
FailedScheduledActions?: FailedScheduledUpdateGroupActionRequest[];
|
|
345
267
|
}
|
|
346
|
-
export declare namespace BatchDeleteScheduledActionAnswer {
|
|
347
|
-
/**
|
|
348
|
-
* @internal
|
|
349
|
-
*/
|
|
350
|
-
const filterSensitiveLog: (obj: BatchDeleteScheduledActionAnswer) => any;
|
|
351
|
-
}
|
|
352
268
|
export interface BatchDeleteScheduledActionType {
|
|
353
269
|
/**
|
|
354
270
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -360,12 +276,6 @@ export interface BatchDeleteScheduledActionType {
|
|
|
360
276
|
*/
|
|
361
277
|
ScheduledActionNames: string[] | undefined;
|
|
362
278
|
}
|
|
363
|
-
export declare namespace BatchDeleteScheduledActionType {
|
|
364
|
-
/**
|
|
365
|
-
* @internal
|
|
366
|
-
*/
|
|
367
|
-
const filterSensitiveLog: (obj: BatchDeleteScheduledActionType) => any;
|
|
368
|
-
}
|
|
369
279
|
export interface BatchPutScheduledUpdateGroupActionAnswer {
|
|
370
280
|
/**
|
|
371
281
|
* <p>The names of the scheduled actions that could not be created or updated, including an
|
|
@@ -373,12 +283,6 @@ export interface BatchPutScheduledUpdateGroupActionAnswer {
|
|
|
373
283
|
*/
|
|
374
284
|
FailedScheduledUpdateGroupActions?: FailedScheduledUpdateGroupActionRequest[];
|
|
375
285
|
}
|
|
376
|
-
export declare namespace BatchPutScheduledUpdateGroupActionAnswer {
|
|
377
|
-
/**
|
|
378
|
-
* @internal
|
|
379
|
-
*/
|
|
380
|
-
const filterSensitiveLog: (obj: BatchPutScheduledUpdateGroupActionAnswer) => any;
|
|
381
|
-
}
|
|
382
286
|
/**
|
|
383
287
|
* <p>Describes information used for one or more scheduled scaling action updates in a <a>BatchPutScheduledUpdateGroupAction</a> operation.</p>
|
|
384
288
|
*/
|
|
@@ -434,12 +338,6 @@ export interface ScheduledUpdateGroupActionRequest {
|
|
|
434
338
|
*/
|
|
435
339
|
TimeZone?: string;
|
|
436
340
|
}
|
|
437
|
-
export declare namespace ScheduledUpdateGroupActionRequest {
|
|
438
|
-
/**
|
|
439
|
-
* @internal
|
|
440
|
-
*/
|
|
441
|
-
const filterSensitiveLog: (obj: ScheduledUpdateGroupActionRequest) => any;
|
|
442
|
-
}
|
|
443
341
|
export interface BatchPutScheduledUpdateGroupActionType {
|
|
444
342
|
/**
|
|
445
343
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -450,12 +348,6 @@ export interface BatchPutScheduledUpdateGroupActionType {
|
|
|
450
348
|
*/
|
|
451
349
|
ScheduledUpdateGroupActions: ScheduledUpdateGroupActionRequest[] | undefined;
|
|
452
350
|
}
|
|
453
|
-
export declare namespace BatchPutScheduledUpdateGroupActionType {
|
|
454
|
-
/**
|
|
455
|
-
* @internal
|
|
456
|
-
*/
|
|
457
|
-
const filterSensitiveLog: (obj: BatchPutScheduledUpdateGroupActionType) => any;
|
|
458
|
-
}
|
|
459
351
|
/**
|
|
460
352
|
* <p>You have already reached a limit for your Amazon EC2 Auto Scaling
|
|
461
353
|
* resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For
|
|
@@ -476,32 +368,14 @@ export interface CancelInstanceRefreshAnswer {
|
|
|
476
368
|
*/
|
|
477
369
|
InstanceRefreshId?: string;
|
|
478
370
|
}
|
|
479
|
-
export declare namespace CancelInstanceRefreshAnswer {
|
|
480
|
-
/**
|
|
481
|
-
* @internal
|
|
482
|
-
*/
|
|
483
|
-
const filterSensitiveLog: (obj: CancelInstanceRefreshAnswer) => any;
|
|
484
|
-
}
|
|
485
371
|
export interface CancelInstanceRefreshType {
|
|
486
372
|
/**
|
|
487
373
|
* <p>The name of the Auto Scaling group.</p>
|
|
488
374
|
*/
|
|
489
375
|
AutoScalingGroupName: string | undefined;
|
|
490
376
|
}
|
|
491
|
-
export declare namespace CancelInstanceRefreshType {
|
|
492
|
-
/**
|
|
493
|
-
* @internal
|
|
494
|
-
*/
|
|
495
|
-
const filterSensitiveLog: (obj: CancelInstanceRefreshType) => any;
|
|
496
|
-
}
|
|
497
377
|
export interface CompleteLifecycleActionAnswer {
|
|
498
378
|
}
|
|
499
|
-
export declare namespace CompleteLifecycleActionAnswer {
|
|
500
|
-
/**
|
|
501
|
-
* @internal
|
|
502
|
-
*/
|
|
503
|
-
const filterSensitiveLog: (obj: CompleteLifecycleActionAnswer) => any;
|
|
504
|
-
}
|
|
505
379
|
export interface CompleteLifecycleActionType {
|
|
506
380
|
/**
|
|
507
381
|
* <p>The name of the lifecycle hook.</p>
|
|
@@ -527,12 +401,6 @@ export interface CompleteLifecycleActionType {
|
|
|
527
401
|
*/
|
|
528
402
|
InstanceId?: string;
|
|
529
403
|
}
|
|
530
|
-
export declare namespace CompleteLifecycleActionType {
|
|
531
|
-
/**
|
|
532
|
-
* @internal
|
|
533
|
-
*/
|
|
534
|
-
const filterSensitiveLog: (obj: CompleteLifecycleActionType) => any;
|
|
535
|
-
}
|
|
536
404
|
/**
|
|
537
405
|
* <p>Describes the launch template and the version of the launch template that Amazon EC2 Auto Scaling
|
|
538
406
|
* uses to launch Amazon EC2 instances. For more information about launch templates, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/LaunchTemplates.html">Launch
|
|
@@ -563,12 +431,6 @@ export interface LaunchTemplateSpecification {
|
|
|
563
431
|
*/
|
|
564
432
|
Version?: string;
|
|
565
433
|
}
|
|
566
|
-
export declare namespace LaunchTemplateSpecification {
|
|
567
|
-
/**
|
|
568
|
-
* @internal
|
|
569
|
-
*/
|
|
570
|
-
const filterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
|
|
571
|
-
}
|
|
572
434
|
/**
|
|
573
435
|
* <p>Describes information used to specify a lifecycle hook for an Auto Scaling
|
|
574
436
|
* group.</p>
|
|
@@ -630,12 +492,6 @@ export interface LifecycleHookSpecification {
|
|
|
630
492
|
*/
|
|
631
493
|
RoleARN?: string;
|
|
632
494
|
}
|
|
633
|
-
export declare namespace LifecycleHookSpecification {
|
|
634
|
-
/**
|
|
635
|
-
* @internal
|
|
636
|
-
*/
|
|
637
|
-
const filterSensitiveLog: (obj: LifecycleHookSpecification) => any;
|
|
638
|
-
}
|
|
639
495
|
/**
|
|
640
496
|
* <p>Describes an instances distribution for an Auto Scaling group.</p>
|
|
641
497
|
*/
|
|
@@ -715,12 +571,6 @@ export interface InstancesDistribution {
|
|
|
715
571
|
*/
|
|
716
572
|
SpotMaxPrice?: string;
|
|
717
573
|
}
|
|
718
|
-
export declare namespace InstancesDistribution {
|
|
719
|
-
/**
|
|
720
|
-
* @internal
|
|
721
|
-
*/
|
|
722
|
-
const filterSensitiveLog: (obj: InstancesDistribution) => any;
|
|
723
|
-
}
|
|
724
574
|
export declare enum BareMetal {
|
|
725
575
|
EXCLUDED = "excluded",
|
|
726
576
|
INCLUDED = "included",
|
|
@@ -740,12 +590,6 @@ export interface BaselineEbsBandwidthMbpsRequest {
|
|
|
740
590
|
*/
|
|
741
591
|
Max?: number;
|
|
742
592
|
}
|
|
743
|
-
export declare namespace BaselineEbsBandwidthMbpsRequest {
|
|
744
|
-
/**
|
|
745
|
-
* @internal
|
|
746
|
-
*/
|
|
747
|
-
const filterSensitiveLog: (obj: BaselineEbsBandwidthMbpsRequest) => any;
|
|
748
|
-
}
|
|
749
593
|
export declare enum BurstablePerformance {
|
|
750
594
|
EXCLUDED = "excluded",
|
|
751
595
|
INCLUDED = "included",
|
|
@@ -783,12 +627,6 @@ export interface MemoryGiBPerVCpuRequest {
|
|
|
783
627
|
*/
|
|
784
628
|
Max?: number;
|
|
785
629
|
}
|
|
786
|
-
export declare namespace MemoryGiBPerVCpuRequest {
|
|
787
|
-
/**
|
|
788
|
-
* @internal
|
|
789
|
-
*/
|
|
790
|
-
const filterSensitiveLog: (obj: MemoryGiBPerVCpuRequest) => any;
|
|
791
|
-
}
|
|
792
630
|
/**
|
|
793
631
|
* <p>Specifies the minimum and maximum for the <code>MemoryMiB</code> object when you
|
|
794
632
|
* specify <a>InstanceRequirements</a> for an Auto Scaling group.</p>
|
|
@@ -803,12 +641,6 @@ export interface MemoryMiBRequest {
|
|
|
803
641
|
*/
|
|
804
642
|
Max?: number;
|
|
805
643
|
}
|
|
806
|
-
export declare namespace MemoryMiBRequest {
|
|
807
|
-
/**
|
|
808
|
-
* @internal
|
|
809
|
-
*/
|
|
810
|
-
const filterSensitiveLog: (obj: MemoryMiBRequest) => any;
|
|
811
|
-
}
|
|
812
644
|
/**
|
|
813
645
|
* <p>Specifies the minimum and maximum for the <code>NetworkInterfaceCount</code> object
|
|
814
646
|
* when you specify <a>InstanceRequirements</a> for an Auto Scaling group.</p>
|
|
@@ -823,12 +655,6 @@ export interface NetworkInterfaceCountRequest {
|
|
|
823
655
|
*/
|
|
824
656
|
Max?: number;
|
|
825
657
|
}
|
|
826
|
-
export declare namespace NetworkInterfaceCountRequest {
|
|
827
|
-
/**
|
|
828
|
-
* @internal
|
|
829
|
-
*/
|
|
830
|
-
const filterSensitiveLog: (obj: NetworkInterfaceCountRequest) => any;
|
|
831
|
-
}
|
|
832
658
|
/**
|
|
833
659
|
* <p>Specifies the minimum and maximum for the <code>TotalLocalStorageGB</code> object when
|
|
834
660
|
* you specify <a>InstanceRequirements</a> for an Auto Scaling group.</p>
|
|
@@ -843,12 +669,6 @@ export interface TotalLocalStorageGBRequest {
|
|
|
843
669
|
*/
|
|
844
670
|
Max?: number;
|
|
845
671
|
}
|
|
846
|
-
export declare namespace TotalLocalStorageGBRequest {
|
|
847
|
-
/**
|
|
848
|
-
* @internal
|
|
849
|
-
*/
|
|
850
|
-
const filterSensitiveLog: (obj: TotalLocalStorageGBRequest) => any;
|
|
851
|
-
}
|
|
852
672
|
/**
|
|
853
673
|
* <p>Specifies the minimum and maximum for the <code>VCpuCount</code> object when you
|
|
854
674
|
* specify <a>InstanceRequirements</a> for an Auto Scaling group.</p>
|
|
@@ -863,12 +683,6 @@ export interface VCpuCountRequest {
|
|
|
863
683
|
*/
|
|
864
684
|
Max?: number;
|
|
865
685
|
}
|
|
866
|
-
export declare namespace VCpuCountRequest {
|
|
867
|
-
/**
|
|
868
|
-
* @internal
|
|
869
|
-
*/
|
|
870
|
-
const filterSensitiveLog: (obj: VCpuCountRequest) => any;
|
|
871
|
-
}
|
|
872
686
|
/**
|
|
873
687
|
* <p>When you specify multiple parameters, you get instance types that satisfy all of the
|
|
874
688
|
* specified parameters. If you specify multiple values for a parameter, you get instance
|
|
@@ -1120,12 +934,6 @@ export interface InstanceRequirements {
|
|
|
1120
934
|
*/
|
|
1121
935
|
AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiBRequest;
|
|
1122
936
|
}
|
|
1123
|
-
export declare namespace InstanceRequirements {
|
|
1124
|
-
/**
|
|
1125
|
-
* @internal
|
|
1126
|
-
*/
|
|
1127
|
-
const filterSensitiveLog: (obj: InstanceRequirements) => any;
|
|
1128
|
-
}
|
|
1129
937
|
/**
|
|
1130
938
|
* <p>Describes an override for a launch template. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-configuring-overrides.html">Configuring overrides</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>. </p>
|
|
1131
939
|
*/
|
|
@@ -1166,12 +974,6 @@ export interface LaunchTemplateOverrides {
|
|
|
1166
974
|
*/
|
|
1167
975
|
InstanceRequirements?: InstanceRequirements;
|
|
1168
976
|
}
|
|
1169
|
-
export declare namespace LaunchTemplateOverrides {
|
|
1170
|
-
/**
|
|
1171
|
-
* @internal
|
|
1172
|
-
*/
|
|
1173
|
-
const filterSensitiveLog: (obj: LaunchTemplateOverrides) => any;
|
|
1174
|
-
}
|
|
1175
977
|
/**
|
|
1176
978
|
* <p>Describes a launch template and overrides. You specify these properties as part of a
|
|
1177
979
|
* mixed instances policy. </p>
|
|
@@ -1190,12 +992,6 @@ export interface LaunchTemplate {
|
|
|
1190
992
|
*/
|
|
1191
993
|
Overrides?: LaunchTemplateOverrides[];
|
|
1192
994
|
}
|
|
1193
|
-
export declare namespace LaunchTemplate {
|
|
1194
|
-
/**
|
|
1195
|
-
* @internal
|
|
1196
|
-
*/
|
|
1197
|
-
const filterSensitiveLog: (obj: LaunchTemplate) => any;
|
|
1198
|
-
}
|
|
1199
995
|
/**
|
|
1200
996
|
* <p>Describes a mixed instances policy. A mixed instances policy contains the instance
|
|
1201
997
|
* types that Amazon EC2 Auto Scaling can launch and other information that Amazon EC2 Auto Scaling can use to launch
|
|
@@ -1214,12 +1010,6 @@ export interface MixedInstancesPolicy {
|
|
|
1214
1010
|
*/
|
|
1215
1011
|
InstancesDistribution?: InstancesDistribution;
|
|
1216
1012
|
}
|
|
1217
|
-
export declare namespace MixedInstancesPolicy {
|
|
1218
|
-
/**
|
|
1219
|
-
* @internal
|
|
1220
|
-
*/
|
|
1221
|
-
const filterSensitiveLog: (obj: MixedInstancesPolicy) => any;
|
|
1222
|
-
}
|
|
1223
1013
|
/**
|
|
1224
1014
|
* <p>Describes a tag for an Auto Scaling group.</p>
|
|
1225
1015
|
*/
|
|
@@ -1247,12 +1037,6 @@ export interface Tag {
|
|
|
1247
1037
|
*/
|
|
1248
1038
|
PropagateAtLaunch?: boolean;
|
|
1249
1039
|
}
|
|
1250
|
-
export declare namespace Tag {
|
|
1251
|
-
/**
|
|
1252
|
-
* @internal
|
|
1253
|
-
*/
|
|
1254
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
1255
|
-
}
|
|
1256
1040
|
export interface CreateAutoScalingGroupType {
|
|
1257
1041
|
/**
|
|
1258
1042
|
* <p>The name of the Auto Scaling group. This name must be unique per Region per account.</p>
|
|
@@ -1486,12 +1270,6 @@ export interface CreateAutoScalingGroupType {
|
|
|
1486
1270
|
*/
|
|
1487
1271
|
DefaultInstanceWarmup?: number;
|
|
1488
1272
|
}
|
|
1489
|
-
export declare namespace CreateAutoScalingGroupType {
|
|
1490
|
-
/**
|
|
1491
|
-
* @internal
|
|
1492
|
-
*/
|
|
1493
|
-
const filterSensitiveLog: (obj: CreateAutoScalingGroupType) => any;
|
|
1494
|
-
}
|
|
1495
1273
|
/**
|
|
1496
1274
|
* <p>Describes information used to set up an Amazon EBS volume specified in a block device
|
|
1497
1275
|
* mapping.</p>
|
|
@@ -1589,12 +1367,6 @@ export interface Ebs {
|
|
|
1589
1367
|
*/
|
|
1590
1368
|
Throughput?: number;
|
|
1591
1369
|
}
|
|
1592
|
-
export declare namespace Ebs {
|
|
1593
|
-
/**
|
|
1594
|
-
* @internal
|
|
1595
|
-
*/
|
|
1596
|
-
const filterSensitiveLog: (obj: Ebs) => any;
|
|
1597
|
-
}
|
|
1598
1370
|
/**
|
|
1599
1371
|
* <p>Describes a block device mapping.</p>
|
|
1600
1372
|
*/
|
|
@@ -1630,12 +1402,6 @@ export interface BlockDeviceMapping {
|
|
|
1630
1402
|
*/
|
|
1631
1403
|
NoDevice?: boolean;
|
|
1632
1404
|
}
|
|
1633
|
-
export declare namespace BlockDeviceMapping {
|
|
1634
|
-
/**
|
|
1635
|
-
* @internal
|
|
1636
|
-
*/
|
|
1637
|
-
const filterSensitiveLog: (obj: BlockDeviceMapping) => any;
|
|
1638
|
-
}
|
|
1639
1405
|
/**
|
|
1640
1406
|
* <p>Describes whether detailed monitoring is enabled for the Auto Scaling instances.</p>
|
|
1641
1407
|
*/
|
|
@@ -1646,12 +1412,6 @@ export interface InstanceMonitoring {
|
|
|
1646
1412
|
*/
|
|
1647
1413
|
Enabled?: boolean;
|
|
1648
1414
|
}
|
|
1649
|
-
export declare namespace InstanceMonitoring {
|
|
1650
|
-
/**
|
|
1651
|
-
* @internal
|
|
1652
|
-
*/
|
|
1653
|
-
const filterSensitiveLog: (obj: InstanceMonitoring) => any;
|
|
1654
|
-
}
|
|
1655
1415
|
export declare enum InstanceMetadataEndpointState {
|
|
1656
1416
|
Disabled = "disabled",
|
|
1657
1417
|
Enabled = "enabled"
|
|
@@ -1695,12 +1455,6 @@ export interface InstanceMetadataOptions {
|
|
|
1695
1455
|
*/
|
|
1696
1456
|
HttpEndpoint?: InstanceMetadataEndpointState | string;
|
|
1697
1457
|
}
|
|
1698
|
-
export declare namespace InstanceMetadataOptions {
|
|
1699
|
-
/**
|
|
1700
|
-
* @internal
|
|
1701
|
-
*/
|
|
1702
|
-
const filterSensitiveLog: (obj: InstanceMetadataOptions) => any;
|
|
1703
|
-
}
|
|
1704
1458
|
export interface CreateLaunchConfigurationType {
|
|
1705
1459
|
/**
|
|
1706
1460
|
* <p>The name of the launch configuration. This name must be unique per Region per
|
|
@@ -1882,24 +1636,12 @@ export interface CreateLaunchConfigurationType {
|
|
|
1882
1636
|
*/
|
|
1883
1637
|
MetadataOptions?: InstanceMetadataOptions;
|
|
1884
1638
|
}
|
|
1885
|
-
export declare namespace CreateLaunchConfigurationType {
|
|
1886
|
-
/**
|
|
1887
|
-
* @internal
|
|
1888
|
-
*/
|
|
1889
|
-
const filterSensitiveLog: (obj: CreateLaunchConfigurationType) => any;
|
|
1890
|
-
}
|
|
1891
1639
|
export interface CreateOrUpdateTagsType {
|
|
1892
1640
|
/**
|
|
1893
1641
|
* <p>One or more tags.</p>
|
|
1894
1642
|
*/
|
|
1895
1643
|
Tags: Tag[] | undefined;
|
|
1896
1644
|
}
|
|
1897
|
-
export declare namespace CreateOrUpdateTagsType {
|
|
1898
|
-
/**
|
|
1899
|
-
* @internal
|
|
1900
|
-
*/
|
|
1901
|
-
const filterSensitiveLog: (obj: CreateOrUpdateTagsType) => any;
|
|
1902
|
-
}
|
|
1903
1645
|
/**
|
|
1904
1646
|
* <p>The operation can't be performed because the resource is in use.</p>
|
|
1905
1647
|
*/
|
|
@@ -1923,12 +1665,6 @@ export interface DeleteAutoScalingGroupType {
|
|
|
1923
1665
|
*/
|
|
1924
1666
|
ForceDelete?: boolean;
|
|
1925
1667
|
}
|
|
1926
|
-
export declare namespace DeleteAutoScalingGroupType {
|
|
1927
|
-
/**
|
|
1928
|
-
* @internal
|
|
1929
|
-
*/
|
|
1930
|
-
const filterSensitiveLog: (obj: DeleteAutoScalingGroupType) => any;
|
|
1931
|
-
}
|
|
1932
1668
|
/**
|
|
1933
1669
|
* <p>The operation can't be performed because there are scaling activities in
|
|
1934
1670
|
* progress.</p>
|
|
@@ -1947,20 +1683,8 @@ export interface LaunchConfigurationNameType {
|
|
|
1947
1683
|
*/
|
|
1948
1684
|
LaunchConfigurationName: string | undefined;
|
|
1949
1685
|
}
|
|
1950
|
-
export declare namespace LaunchConfigurationNameType {
|
|
1951
|
-
/**
|
|
1952
|
-
* @internal
|
|
1953
|
-
*/
|
|
1954
|
-
const filterSensitiveLog: (obj: LaunchConfigurationNameType) => any;
|
|
1955
|
-
}
|
|
1956
1686
|
export interface DeleteLifecycleHookAnswer {
|
|
1957
1687
|
}
|
|
1958
|
-
export declare namespace DeleteLifecycleHookAnswer {
|
|
1959
|
-
/**
|
|
1960
|
-
* @internal
|
|
1961
|
-
*/
|
|
1962
|
-
const filterSensitiveLog: (obj: DeleteLifecycleHookAnswer) => any;
|
|
1963
|
-
}
|
|
1964
1688
|
export interface DeleteLifecycleHookType {
|
|
1965
1689
|
/**
|
|
1966
1690
|
* <p>The name of the lifecycle hook.</p>
|
|
@@ -1971,12 +1695,6 @@ export interface DeleteLifecycleHookType {
|
|
|
1971
1695
|
*/
|
|
1972
1696
|
AutoScalingGroupName: string | undefined;
|
|
1973
1697
|
}
|
|
1974
|
-
export declare namespace DeleteLifecycleHookType {
|
|
1975
|
-
/**
|
|
1976
|
-
* @internal
|
|
1977
|
-
*/
|
|
1978
|
-
const filterSensitiveLog: (obj: DeleteLifecycleHookType) => any;
|
|
1979
|
-
}
|
|
1980
1698
|
export interface DeleteNotificationConfigurationType {
|
|
1981
1699
|
/**
|
|
1982
1700
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -1987,12 +1705,6 @@ export interface DeleteNotificationConfigurationType {
|
|
|
1987
1705
|
*/
|
|
1988
1706
|
TopicARN: string | undefined;
|
|
1989
1707
|
}
|
|
1990
|
-
export declare namespace DeleteNotificationConfigurationType {
|
|
1991
|
-
/**
|
|
1992
|
-
* @internal
|
|
1993
|
-
*/
|
|
1994
|
-
const filterSensitiveLog: (obj: DeleteNotificationConfigurationType) => any;
|
|
1995
|
-
}
|
|
1996
1708
|
export interface DeletePolicyType {
|
|
1997
1709
|
/**
|
|
1998
1710
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -2003,12 +1715,6 @@ export interface DeletePolicyType {
|
|
|
2003
1715
|
*/
|
|
2004
1716
|
PolicyName: string | undefined;
|
|
2005
1717
|
}
|
|
2006
|
-
export declare namespace DeletePolicyType {
|
|
2007
|
-
/**
|
|
2008
|
-
* @internal
|
|
2009
|
-
*/
|
|
2010
|
-
const filterSensitiveLog: (obj: DeletePolicyType) => any;
|
|
2011
|
-
}
|
|
2012
1718
|
export interface DeleteScheduledActionType {
|
|
2013
1719
|
/**
|
|
2014
1720
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -2019,32 +1725,14 @@ export interface DeleteScheduledActionType {
|
|
|
2019
1725
|
*/
|
|
2020
1726
|
ScheduledActionName: string | undefined;
|
|
2021
1727
|
}
|
|
2022
|
-
export declare namespace DeleteScheduledActionType {
|
|
2023
|
-
/**
|
|
2024
|
-
* @internal
|
|
2025
|
-
*/
|
|
2026
|
-
const filterSensitiveLog: (obj: DeleteScheduledActionType) => any;
|
|
2027
|
-
}
|
|
2028
1728
|
export interface DeleteTagsType {
|
|
2029
1729
|
/**
|
|
2030
1730
|
* <p>One or more tags.</p>
|
|
2031
1731
|
*/
|
|
2032
1732
|
Tags: Tag[] | undefined;
|
|
2033
1733
|
}
|
|
2034
|
-
export declare namespace DeleteTagsType {
|
|
2035
|
-
/**
|
|
2036
|
-
* @internal
|
|
2037
|
-
*/
|
|
2038
|
-
const filterSensitiveLog: (obj: DeleteTagsType) => any;
|
|
2039
|
-
}
|
|
2040
1734
|
export interface DeleteWarmPoolAnswer {
|
|
2041
1735
|
}
|
|
2042
|
-
export declare namespace DeleteWarmPoolAnswer {
|
|
2043
|
-
/**
|
|
2044
|
-
* @internal
|
|
2045
|
-
*/
|
|
2046
|
-
const filterSensitiveLog: (obj: DeleteWarmPoolAnswer) => any;
|
|
2047
|
-
}
|
|
2048
1736
|
export interface DeleteWarmPoolType {
|
|
2049
1737
|
/**
|
|
2050
1738
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -2058,12 +1746,6 @@ export interface DeleteWarmPoolType {
|
|
|
2058
1746
|
*/
|
|
2059
1747
|
ForceDelete?: boolean;
|
|
2060
1748
|
}
|
|
2061
|
-
export declare namespace DeleteWarmPoolType {
|
|
2062
|
-
/**
|
|
2063
|
-
* @internal
|
|
2064
|
-
*/
|
|
2065
|
-
const filterSensitiveLog: (obj: DeleteWarmPoolType) => any;
|
|
2066
|
-
}
|
|
2067
1749
|
export interface DescribeAccountLimitsAnswer {
|
|
2068
1750
|
/**
|
|
2069
1751
|
* <p>The maximum number of groups allowed for your account. The default is 200 groups per
|
|
@@ -2084,24 +1766,12 @@ export interface DescribeAccountLimitsAnswer {
|
|
|
2084
1766
|
*/
|
|
2085
1767
|
NumberOfLaunchConfigurations?: number;
|
|
2086
1768
|
}
|
|
2087
|
-
export declare namespace DescribeAccountLimitsAnswer {
|
|
2088
|
-
/**
|
|
2089
|
-
* @internal
|
|
2090
|
-
*/
|
|
2091
|
-
const filterSensitiveLog: (obj: DescribeAccountLimitsAnswer) => any;
|
|
2092
|
-
}
|
|
2093
1769
|
export interface DescribeAdjustmentTypesAnswer {
|
|
2094
1770
|
/**
|
|
2095
1771
|
* <p>The policy adjustment types.</p>
|
|
2096
1772
|
*/
|
|
2097
1773
|
AdjustmentTypes?: AdjustmentType[];
|
|
2098
1774
|
}
|
|
2099
|
-
export declare namespace DescribeAdjustmentTypesAnswer {
|
|
2100
|
-
/**
|
|
2101
|
-
* @internal
|
|
2102
|
-
*/
|
|
2103
|
-
const filterSensitiveLog: (obj: DescribeAdjustmentTypesAnswer) => any;
|
|
2104
|
-
}
|
|
2105
1775
|
/**
|
|
2106
1776
|
* <p>Describes a filter that is used to return a more specific list of results from a
|
|
2107
1777
|
* describe operation.</p>
|
|
@@ -2179,12 +1849,6 @@ export interface Filter {
|
|
|
2179
1849
|
*/
|
|
2180
1850
|
Values?: string[];
|
|
2181
1851
|
}
|
|
2182
|
-
export declare namespace Filter {
|
|
2183
|
-
/**
|
|
2184
|
-
* @internal
|
|
2185
|
-
*/
|
|
2186
|
-
const filterSensitiveLog: (obj: Filter) => any;
|
|
2187
|
-
}
|
|
2188
1852
|
export interface AutoScalingGroupNamesType {
|
|
2189
1853
|
/**
|
|
2190
1854
|
* <p>The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can
|
|
@@ -2208,12 +1872,6 @@ export interface AutoScalingGroupNamesType {
|
|
|
2208
1872
|
*/
|
|
2209
1873
|
Filters?: Filter[];
|
|
2210
1874
|
}
|
|
2211
|
-
export declare namespace AutoScalingGroupNamesType {
|
|
2212
|
-
/**
|
|
2213
|
-
* @internal
|
|
2214
|
-
*/
|
|
2215
|
-
const filterSensitiveLog: (obj: AutoScalingGroupNamesType) => any;
|
|
2216
|
-
}
|
|
2217
1875
|
/**
|
|
2218
1876
|
* <p>Describes an enabled Auto Scaling group metric.</p>
|
|
2219
1877
|
*/
|
|
@@ -2330,12 +1988,6 @@ export interface EnabledMetric {
|
|
|
2330
1988
|
*/
|
|
2331
1989
|
Granularity?: string;
|
|
2332
1990
|
}
|
|
2333
|
-
export declare namespace EnabledMetric {
|
|
2334
|
-
/**
|
|
2335
|
-
* @internal
|
|
2336
|
-
*/
|
|
2337
|
-
const filterSensitiveLog: (obj: EnabledMetric) => any;
|
|
2338
|
-
}
|
|
2339
1991
|
export declare enum LifecycleState {
|
|
2340
1992
|
DETACHED = "Detached",
|
|
2341
1993
|
DETACHING = "Detaching",
|
|
@@ -2409,12 +2061,6 @@ export interface Instance {
|
|
|
2409
2061
|
*/
|
|
2410
2062
|
WeightedCapacity?: string;
|
|
2411
2063
|
}
|
|
2412
|
-
export declare namespace Instance {
|
|
2413
|
-
/**
|
|
2414
|
-
* @internal
|
|
2415
|
-
*/
|
|
2416
|
-
const filterSensitiveLog: (obj: Instance) => any;
|
|
2417
|
-
}
|
|
2418
2064
|
/**
|
|
2419
2065
|
* <p>Describes an auto scaling process that has been suspended.</p>
|
|
2420
2066
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-suspend-resume-processes.html#process-types">Scaling processes</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
|
|
@@ -2429,12 +2075,6 @@ export interface SuspendedProcess {
|
|
|
2429
2075
|
*/
|
|
2430
2076
|
SuspensionReason?: string;
|
|
2431
2077
|
}
|
|
2432
|
-
export declare namespace SuspendedProcess {
|
|
2433
|
-
/**
|
|
2434
|
-
* @internal
|
|
2435
|
-
*/
|
|
2436
|
-
const filterSensitiveLog: (obj: SuspendedProcess) => any;
|
|
2437
|
-
}
|
|
2438
2078
|
/**
|
|
2439
2079
|
* <p>Describes a tag for an Auto Scaling group.</p>
|
|
2440
2080
|
*/
|
|
@@ -2462,12 +2102,6 @@ export interface TagDescription {
|
|
|
2462
2102
|
*/
|
|
2463
2103
|
PropagateAtLaunch?: boolean;
|
|
2464
2104
|
}
|
|
2465
|
-
export declare namespace TagDescription {
|
|
2466
|
-
/**
|
|
2467
|
-
* @internal
|
|
2468
|
-
*/
|
|
2469
|
-
const filterSensitiveLog: (obj: TagDescription) => any;
|
|
2470
|
-
}
|
|
2471
2105
|
/**
|
|
2472
2106
|
* <p>Describes an instance reuse policy for a warm pool. </p>
|
|
2473
2107
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-warm-pools.html">Warm pools for
|
|
@@ -2480,12 +2114,6 @@ export interface InstanceReusePolicy {
|
|
|
2480
2114
|
*/
|
|
2481
2115
|
ReuseOnScaleIn?: boolean;
|
|
2482
2116
|
}
|
|
2483
|
-
export declare namespace InstanceReusePolicy {
|
|
2484
|
-
/**
|
|
2485
|
-
* @internal
|
|
2486
|
-
*/
|
|
2487
|
-
const filterSensitiveLog: (obj: InstanceReusePolicy) => any;
|
|
2488
|
-
}
|
|
2489
2117
|
export declare enum WarmPoolState {
|
|
2490
2118
|
Hibernated = "Hibernated",
|
|
2491
2119
|
Running = "Running",
|
|
@@ -2520,12 +2148,6 @@ export interface WarmPoolConfiguration {
|
|
|
2520
2148
|
*/
|
|
2521
2149
|
InstanceReusePolicy?: InstanceReusePolicy;
|
|
2522
2150
|
}
|
|
2523
|
-
export declare namespace WarmPoolConfiguration {
|
|
2524
|
-
/**
|
|
2525
|
-
* @internal
|
|
2526
|
-
*/
|
|
2527
|
-
const filterSensitiveLog: (obj: WarmPoolConfiguration) => any;
|
|
2528
|
-
}
|
|
2529
2151
|
/**
|
|
2530
2152
|
* <p>Describes an Auto Scaling group.</p>
|
|
2531
2153
|
*/
|
|
@@ -2672,12 +2294,6 @@ export interface AutoScalingGroup {
|
|
|
2672
2294
|
*/
|
|
2673
2295
|
DefaultInstanceWarmup?: number;
|
|
2674
2296
|
}
|
|
2675
|
-
export declare namespace AutoScalingGroup {
|
|
2676
|
-
/**
|
|
2677
|
-
* @internal
|
|
2678
|
-
*/
|
|
2679
|
-
const filterSensitiveLog: (obj: AutoScalingGroup) => any;
|
|
2680
|
-
}
|
|
2681
2297
|
export interface AutoScalingGroupsType {
|
|
2682
2298
|
/**
|
|
2683
2299
|
* <p>The groups.</p>
|
|
@@ -2691,12 +2307,6 @@ export interface AutoScalingGroupsType {
|
|
|
2691
2307
|
*/
|
|
2692
2308
|
NextToken?: string;
|
|
2693
2309
|
}
|
|
2694
|
-
export declare namespace AutoScalingGroupsType {
|
|
2695
|
-
/**
|
|
2696
|
-
* @internal
|
|
2697
|
-
*/
|
|
2698
|
-
const filterSensitiveLog: (obj: AutoScalingGroupsType) => any;
|
|
2699
|
-
}
|
|
2700
2310
|
/**
|
|
2701
2311
|
* <p>The <code>NextToken</code> value is not valid.</p>
|
|
2702
2312
|
*/
|
|
@@ -2772,12 +2382,6 @@ export interface AutoScalingInstanceDetails {
|
|
|
2772
2382
|
*/
|
|
2773
2383
|
WeightedCapacity?: string;
|
|
2774
2384
|
}
|
|
2775
|
-
export declare namespace AutoScalingInstanceDetails {
|
|
2776
|
-
/**
|
|
2777
|
-
* @internal
|
|
2778
|
-
*/
|
|
2779
|
-
const filterSensitiveLog: (obj: AutoScalingInstanceDetails) => any;
|
|
2780
|
-
}
|
|
2781
2385
|
export interface AutoScalingInstancesType {
|
|
2782
2386
|
/**
|
|
2783
2387
|
* <p>The instances.</p>
|
|
@@ -2791,12 +2395,6 @@ export interface AutoScalingInstancesType {
|
|
|
2791
2395
|
*/
|
|
2792
2396
|
NextToken?: string;
|
|
2793
2397
|
}
|
|
2794
|
-
export declare namespace AutoScalingInstancesType {
|
|
2795
|
-
/**
|
|
2796
|
-
* @internal
|
|
2797
|
-
*/
|
|
2798
|
-
const filterSensitiveLog: (obj: AutoScalingInstancesType) => any;
|
|
2799
|
-
}
|
|
2800
2398
|
export interface DescribeAutoScalingInstancesType {
|
|
2801
2399
|
/**
|
|
2802
2400
|
* <p>The IDs of the instances. If you omit this property, all Auto Scaling instances are described.
|
|
@@ -2815,24 +2413,12 @@ export interface DescribeAutoScalingInstancesType {
|
|
|
2815
2413
|
*/
|
|
2816
2414
|
NextToken?: string;
|
|
2817
2415
|
}
|
|
2818
|
-
export declare namespace DescribeAutoScalingInstancesType {
|
|
2819
|
-
/**
|
|
2820
|
-
* @internal
|
|
2821
|
-
*/
|
|
2822
|
-
const filterSensitiveLog: (obj: DescribeAutoScalingInstancesType) => any;
|
|
2823
|
-
}
|
|
2824
2416
|
export interface DescribeAutoScalingNotificationTypesAnswer {
|
|
2825
2417
|
/**
|
|
2826
2418
|
* <p>The notification types.</p>
|
|
2827
2419
|
*/
|
|
2828
2420
|
AutoScalingNotificationTypes?: string[];
|
|
2829
2421
|
}
|
|
2830
|
-
export declare namespace DescribeAutoScalingNotificationTypesAnswer {
|
|
2831
|
-
/**
|
|
2832
|
-
* @internal
|
|
2833
|
-
*/
|
|
2834
|
-
const filterSensitiveLog: (obj: DescribeAutoScalingNotificationTypesAnswer) => any;
|
|
2835
|
-
}
|
|
2836
2422
|
/**
|
|
2837
2423
|
* <p>Describes the desired configuration for an instance refresh. </p>
|
|
2838
2424
|
* <p>If you specify a desired configuration, you must specify either a
|
|
@@ -2854,12 +2440,6 @@ export interface DesiredConfiguration {
|
|
|
2854
2440
|
*/
|
|
2855
2441
|
MixedInstancesPolicy?: MixedInstancesPolicy;
|
|
2856
2442
|
}
|
|
2857
|
-
export declare namespace DesiredConfiguration {
|
|
2858
|
-
/**
|
|
2859
|
-
* @internal
|
|
2860
|
-
*/
|
|
2861
|
-
const filterSensitiveLog: (obj: DesiredConfiguration) => any;
|
|
2862
|
-
}
|
|
2863
2443
|
/**
|
|
2864
2444
|
* <p>Describes the preferences for an instance refresh.</p>
|
|
2865
2445
|
*/
|
|
@@ -2913,12 +2493,6 @@ export interface RefreshPreferences {
|
|
|
2913
2493
|
*/
|
|
2914
2494
|
SkipMatching?: boolean;
|
|
2915
2495
|
}
|
|
2916
|
-
export declare namespace RefreshPreferences {
|
|
2917
|
-
/**
|
|
2918
|
-
* @internal
|
|
2919
|
-
*/
|
|
2920
|
-
const filterSensitiveLog: (obj: RefreshPreferences) => any;
|
|
2921
|
-
}
|
|
2922
2496
|
/**
|
|
2923
2497
|
* <p>Reports the progress of an instance refresh on instances that are in the Auto Scaling
|
|
2924
2498
|
* group.</p>
|
|
@@ -2937,12 +2511,6 @@ export interface InstanceRefreshLivePoolProgress {
|
|
|
2937
2511
|
*/
|
|
2938
2512
|
InstancesToUpdate?: number;
|
|
2939
2513
|
}
|
|
2940
|
-
export declare namespace InstanceRefreshLivePoolProgress {
|
|
2941
|
-
/**
|
|
2942
|
-
* @internal
|
|
2943
|
-
*/
|
|
2944
|
-
const filterSensitiveLog: (obj: InstanceRefreshLivePoolProgress) => any;
|
|
2945
|
-
}
|
|
2946
2514
|
/**
|
|
2947
2515
|
* <p>Reports the progress of an instance refresh on instances that are in the warm
|
|
2948
2516
|
* pool.</p>
|
|
@@ -2961,12 +2529,6 @@ export interface InstanceRefreshWarmPoolProgress {
|
|
|
2961
2529
|
*/
|
|
2962
2530
|
InstancesToUpdate?: number;
|
|
2963
2531
|
}
|
|
2964
|
-
export declare namespace InstanceRefreshWarmPoolProgress {
|
|
2965
|
-
/**
|
|
2966
|
-
* @internal
|
|
2967
|
-
*/
|
|
2968
|
-
const filterSensitiveLog: (obj: InstanceRefreshWarmPoolProgress) => any;
|
|
2969
|
-
}
|
|
2970
2532
|
/**
|
|
2971
2533
|
* <p>Reports the progress of an instance refresh on an Auto Scaling group that has a warm pool.
|
|
2972
2534
|
* This includes separate details for instances in the warm pool and instances in the Auto Scaling
|
|
@@ -2984,12 +2546,6 @@ export interface InstanceRefreshProgressDetails {
|
|
|
2984
2546
|
*/
|
|
2985
2547
|
WarmPoolProgress?: InstanceRefreshWarmPoolProgress;
|
|
2986
2548
|
}
|
|
2987
|
-
export declare namespace InstanceRefreshProgressDetails {
|
|
2988
|
-
/**
|
|
2989
|
-
* @internal
|
|
2990
|
-
*/
|
|
2991
|
-
const filterSensitiveLog: (obj: InstanceRefreshProgressDetails) => any;
|
|
2992
|
-
}
|
|
2993
2549
|
export declare enum InstanceRefreshStatus {
|
|
2994
2550
|
Cancelled = "Cancelled",
|
|
2995
2551
|
Cancelling = "Cancelling",
|
|
@@ -3081,12 +2637,6 @@ export interface InstanceRefresh {
|
|
|
3081
2637
|
*/
|
|
3082
2638
|
DesiredConfiguration?: DesiredConfiguration;
|
|
3083
2639
|
}
|
|
3084
|
-
export declare namespace InstanceRefresh {
|
|
3085
|
-
/**
|
|
3086
|
-
* @internal
|
|
3087
|
-
*/
|
|
3088
|
-
const filterSensitiveLog: (obj: InstanceRefresh) => any;
|
|
3089
|
-
}
|
|
3090
2640
|
export interface DescribeInstanceRefreshesAnswer {
|
|
3091
2641
|
/**
|
|
3092
2642
|
* <p>The instance refreshes for the specified group, sorted by creation timestamp in descending order.</p>
|
|
@@ -3100,12 +2650,6 @@ export interface DescribeInstanceRefreshesAnswer {
|
|
|
3100
2650
|
*/
|
|
3101
2651
|
NextToken?: string;
|
|
3102
2652
|
}
|
|
3103
|
-
export declare namespace DescribeInstanceRefreshesAnswer {
|
|
3104
|
-
/**
|
|
3105
|
-
* @internal
|
|
3106
|
-
*/
|
|
3107
|
-
const filterSensitiveLog: (obj: DescribeInstanceRefreshesAnswer) => any;
|
|
3108
|
-
}
|
|
3109
2653
|
export interface DescribeInstanceRefreshesType {
|
|
3110
2654
|
/**
|
|
3111
2655
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -3126,12 +2670,6 @@ export interface DescribeInstanceRefreshesType {
|
|
|
3126
2670
|
*/
|
|
3127
2671
|
MaxRecords?: number;
|
|
3128
2672
|
}
|
|
3129
|
-
export declare namespace DescribeInstanceRefreshesType {
|
|
3130
|
-
/**
|
|
3131
|
-
* @internal
|
|
3132
|
-
*/
|
|
3133
|
-
const filterSensitiveLog: (obj: DescribeInstanceRefreshesType) => any;
|
|
3134
|
-
}
|
|
3135
2673
|
export interface LaunchConfigurationNamesType {
|
|
3136
2674
|
/**
|
|
3137
2675
|
* <p>The launch configuration names. If you omit this property, all launch configurations
|
|
@@ -3150,12 +2688,6 @@ export interface LaunchConfigurationNamesType {
|
|
|
3150
2688
|
*/
|
|
3151
2689
|
MaxRecords?: number;
|
|
3152
2690
|
}
|
|
3153
|
-
export declare namespace LaunchConfigurationNamesType {
|
|
3154
|
-
/**
|
|
3155
|
-
* @internal
|
|
3156
|
-
*/
|
|
3157
|
-
const filterSensitiveLog: (obj: LaunchConfigurationNamesType) => any;
|
|
3158
|
-
}
|
|
3159
2691
|
/**
|
|
3160
2692
|
* <p>Describes a launch configuration.</p>
|
|
3161
2693
|
*/
|
|
@@ -3290,12 +2822,6 @@ export interface LaunchConfiguration {
|
|
|
3290
2822
|
*/
|
|
3291
2823
|
MetadataOptions?: InstanceMetadataOptions;
|
|
3292
2824
|
}
|
|
3293
|
-
export declare namespace LaunchConfiguration {
|
|
3294
|
-
/**
|
|
3295
|
-
* @internal
|
|
3296
|
-
*/
|
|
3297
|
-
const filterSensitiveLog: (obj: LaunchConfiguration) => any;
|
|
3298
|
-
}
|
|
3299
2825
|
export interface LaunchConfigurationsType {
|
|
3300
2826
|
/**
|
|
3301
2827
|
* <p>The launch configurations.</p>
|
|
@@ -3309,12 +2835,6 @@ export interface LaunchConfigurationsType {
|
|
|
3309
2835
|
*/
|
|
3310
2836
|
NextToken?: string;
|
|
3311
2837
|
}
|
|
3312
|
-
export declare namespace LaunchConfigurationsType {
|
|
3313
|
-
/**
|
|
3314
|
-
* @internal
|
|
3315
|
-
*/
|
|
3316
|
-
const filterSensitiveLog: (obj: LaunchConfigurationsType) => any;
|
|
3317
|
-
}
|
|
3318
2838
|
/**
|
|
3319
2839
|
* <p>Describes a lifecycle hook. A lifecycle hook lets you create solutions that are aware
|
|
3320
2840
|
* of events in the Auto Scaling instance lifecycle, and then perform a custom action on instances
|
|
@@ -3372,24 +2892,12 @@ export interface LifecycleHook {
|
|
|
3372
2892
|
*/
|
|
3373
2893
|
DefaultResult?: string;
|
|
3374
2894
|
}
|
|
3375
|
-
export declare namespace LifecycleHook {
|
|
3376
|
-
/**
|
|
3377
|
-
* @internal
|
|
3378
|
-
*/
|
|
3379
|
-
const filterSensitiveLog: (obj: LifecycleHook) => any;
|
|
3380
|
-
}
|
|
3381
2895
|
export interface DescribeLifecycleHooksAnswer {
|
|
3382
2896
|
/**
|
|
3383
2897
|
* <p>The lifecycle hooks for the specified group.</p>
|
|
3384
2898
|
*/
|
|
3385
2899
|
LifecycleHooks?: LifecycleHook[];
|
|
3386
2900
|
}
|
|
3387
|
-
export declare namespace DescribeLifecycleHooksAnswer {
|
|
3388
|
-
/**
|
|
3389
|
-
* @internal
|
|
3390
|
-
*/
|
|
3391
|
-
const filterSensitiveLog: (obj: DescribeLifecycleHooksAnswer) => any;
|
|
3392
|
-
}
|
|
3393
2901
|
export interface DescribeLifecycleHooksType {
|
|
3394
2902
|
/**
|
|
3395
2903
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -3401,24 +2909,12 @@ export interface DescribeLifecycleHooksType {
|
|
|
3401
2909
|
*/
|
|
3402
2910
|
LifecycleHookNames?: string[];
|
|
3403
2911
|
}
|
|
3404
|
-
export declare namespace DescribeLifecycleHooksType {
|
|
3405
|
-
/**
|
|
3406
|
-
* @internal
|
|
3407
|
-
*/
|
|
3408
|
-
const filterSensitiveLog: (obj: DescribeLifecycleHooksType) => any;
|
|
3409
|
-
}
|
|
3410
2912
|
export interface DescribeLifecycleHookTypesAnswer {
|
|
3411
2913
|
/**
|
|
3412
2914
|
* <p>The lifecycle hook types.</p>
|
|
3413
2915
|
*/
|
|
3414
2916
|
LifecycleHookTypes?: string[];
|
|
3415
2917
|
}
|
|
3416
|
-
export declare namespace DescribeLifecycleHookTypesAnswer {
|
|
3417
|
-
/**
|
|
3418
|
-
* @internal
|
|
3419
|
-
*/
|
|
3420
|
-
const filterSensitiveLog: (obj: DescribeLifecycleHookTypesAnswer) => any;
|
|
3421
|
-
}
|
|
3422
2918
|
export interface DescribeLoadBalancersRequest {
|
|
3423
2919
|
/**
|
|
3424
2920
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -3435,12 +2931,6 @@ export interface DescribeLoadBalancersRequest {
|
|
|
3435
2931
|
*/
|
|
3436
2932
|
MaxRecords?: number;
|
|
3437
2933
|
}
|
|
3438
|
-
export declare namespace DescribeLoadBalancersRequest {
|
|
3439
|
-
/**
|
|
3440
|
-
* @internal
|
|
3441
|
-
*/
|
|
3442
|
-
const filterSensitiveLog: (obj: DescribeLoadBalancersRequest) => any;
|
|
3443
|
-
}
|
|
3444
2934
|
/**
|
|
3445
2935
|
* <p>Describes the state of a Classic Load Balancer.</p>
|
|
3446
2936
|
*/
|
|
@@ -3482,12 +2972,6 @@ export interface LoadBalancerState {
|
|
|
3482
2972
|
*/
|
|
3483
2973
|
State?: string;
|
|
3484
2974
|
}
|
|
3485
|
-
export declare namespace LoadBalancerState {
|
|
3486
|
-
/**
|
|
3487
|
-
* @internal
|
|
3488
|
-
*/
|
|
3489
|
-
const filterSensitiveLog: (obj: LoadBalancerState) => any;
|
|
3490
|
-
}
|
|
3491
2975
|
export interface DescribeLoadBalancersResponse {
|
|
3492
2976
|
/**
|
|
3493
2977
|
* <p>The load balancers.</p>
|
|
@@ -3501,12 +2985,6 @@ export interface DescribeLoadBalancersResponse {
|
|
|
3501
2985
|
*/
|
|
3502
2986
|
NextToken?: string;
|
|
3503
2987
|
}
|
|
3504
|
-
export declare namespace DescribeLoadBalancersResponse {
|
|
3505
|
-
/**
|
|
3506
|
-
* @internal
|
|
3507
|
-
*/
|
|
3508
|
-
const filterSensitiveLog: (obj: DescribeLoadBalancersResponse) => any;
|
|
3509
|
-
}
|
|
3510
2988
|
export interface DescribeLoadBalancerTargetGroupsRequest {
|
|
3511
2989
|
/**
|
|
3512
2990
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -3523,12 +3001,6 @@ export interface DescribeLoadBalancerTargetGroupsRequest {
|
|
|
3523
3001
|
*/
|
|
3524
3002
|
MaxRecords?: number;
|
|
3525
3003
|
}
|
|
3526
|
-
export declare namespace DescribeLoadBalancerTargetGroupsRequest {
|
|
3527
|
-
/**
|
|
3528
|
-
* @internal
|
|
3529
|
-
*/
|
|
3530
|
-
const filterSensitiveLog: (obj: DescribeLoadBalancerTargetGroupsRequest) => any;
|
|
3531
|
-
}
|
|
3532
3004
|
/**
|
|
3533
3005
|
* <p>Describes the state of a target group.</p>
|
|
3534
3006
|
*/
|
|
@@ -3570,12 +3042,6 @@ export interface LoadBalancerTargetGroupState {
|
|
|
3570
3042
|
*/
|
|
3571
3043
|
State?: string;
|
|
3572
3044
|
}
|
|
3573
|
-
export declare namespace LoadBalancerTargetGroupState {
|
|
3574
|
-
/**
|
|
3575
|
-
* @internal
|
|
3576
|
-
*/
|
|
3577
|
-
const filterSensitiveLog: (obj: LoadBalancerTargetGroupState) => any;
|
|
3578
|
-
}
|
|
3579
3045
|
export interface DescribeLoadBalancerTargetGroupsResponse {
|
|
3580
3046
|
/**
|
|
3581
3047
|
* <p>Information about the target groups.</p>
|
|
@@ -3589,12 +3055,6 @@ export interface DescribeLoadBalancerTargetGroupsResponse {
|
|
|
3589
3055
|
*/
|
|
3590
3056
|
NextToken?: string;
|
|
3591
3057
|
}
|
|
3592
|
-
export declare namespace DescribeLoadBalancerTargetGroupsResponse {
|
|
3593
|
-
/**
|
|
3594
|
-
* @internal
|
|
3595
|
-
*/
|
|
3596
|
-
const filterSensitiveLog: (obj: DescribeLoadBalancerTargetGroupsResponse) => any;
|
|
3597
|
-
}
|
|
3598
3058
|
/**
|
|
3599
3059
|
* <p>Describes a granularity of a metric.</p>
|
|
3600
3060
|
*/
|
|
@@ -3604,12 +3064,6 @@ export interface MetricGranularityType {
|
|
|
3604
3064
|
*/
|
|
3605
3065
|
Granularity?: string;
|
|
3606
3066
|
}
|
|
3607
|
-
export declare namespace MetricGranularityType {
|
|
3608
|
-
/**
|
|
3609
|
-
* @internal
|
|
3610
|
-
*/
|
|
3611
|
-
const filterSensitiveLog: (obj: MetricGranularityType) => any;
|
|
3612
|
-
}
|
|
3613
3067
|
/**
|
|
3614
3068
|
* <p>Describes a metric.</p>
|
|
3615
3069
|
*/
|
|
@@ -3721,12 +3175,6 @@ export interface MetricCollectionType {
|
|
|
3721
3175
|
*/
|
|
3722
3176
|
Metric?: string;
|
|
3723
3177
|
}
|
|
3724
|
-
export declare namespace MetricCollectionType {
|
|
3725
|
-
/**
|
|
3726
|
-
* @internal
|
|
3727
|
-
*/
|
|
3728
|
-
const filterSensitiveLog: (obj: MetricCollectionType) => any;
|
|
3729
|
-
}
|
|
3730
3178
|
export interface DescribeMetricCollectionTypesAnswer {
|
|
3731
3179
|
/**
|
|
3732
3180
|
* <p>The metrics.</p>
|
|
@@ -3737,12 +3185,6 @@ export interface DescribeMetricCollectionTypesAnswer {
|
|
|
3737
3185
|
*/
|
|
3738
3186
|
Granularities?: MetricGranularityType[];
|
|
3739
3187
|
}
|
|
3740
|
-
export declare namespace DescribeMetricCollectionTypesAnswer {
|
|
3741
|
-
/**
|
|
3742
|
-
* @internal
|
|
3743
|
-
*/
|
|
3744
|
-
const filterSensitiveLog: (obj: DescribeMetricCollectionTypesAnswer) => any;
|
|
3745
|
-
}
|
|
3746
3188
|
/**
|
|
3747
3189
|
* <p>Describes a notification.</p>
|
|
3748
3190
|
*/
|
|
@@ -3787,12 +3229,6 @@ export interface NotificationConfiguration {
|
|
|
3787
3229
|
*/
|
|
3788
3230
|
NotificationType?: string;
|
|
3789
3231
|
}
|
|
3790
|
-
export declare namespace NotificationConfiguration {
|
|
3791
|
-
/**
|
|
3792
|
-
* @internal
|
|
3793
|
-
*/
|
|
3794
|
-
const filterSensitiveLog: (obj: NotificationConfiguration) => any;
|
|
3795
|
-
}
|
|
3796
3232
|
export interface DescribeNotificationConfigurationsAnswer {
|
|
3797
3233
|
/**
|
|
3798
3234
|
* <p>The notification configurations.</p>
|
|
@@ -3806,12 +3242,6 @@ export interface DescribeNotificationConfigurationsAnswer {
|
|
|
3806
3242
|
*/
|
|
3807
3243
|
NextToken?: string;
|
|
3808
3244
|
}
|
|
3809
|
-
export declare namespace DescribeNotificationConfigurationsAnswer {
|
|
3810
|
-
/**
|
|
3811
|
-
* @internal
|
|
3812
|
-
*/
|
|
3813
|
-
const filterSensitiveLog: (obj: DescribeNotificationConfigurationsAnswer) => any;
|
|
3814
|
-
}
|
|
3815
3245
|
export interface DescribeNotificationConfigurationsType {
|
|
3816
3246
|
/**
|
|
3817
3247
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -3828,12 +3258,6 @@ export interface DescribeNotificationConfigurationsType {
|
|
|
3828
3258
|
*/
|
|
3829
3259
|
MaxRecords?: number;
|
|
3830
3260
|
}
|
|
3831
|
-
export declare namespace DescribeNotificationConfigurationsType {
|
|
3832
|
-
/**
|
|
3833
|
-
* @internal
|
|
3834
|
-
*/
|
|
3835
|
-
const filterSensitiveLog: (obj: DescribeNotificationConfigurationsType) => any;
|
|
3836
|
-
}
|
|
3837
3261
|
export interface DescribePoliciesType {
|
|
3838
3262
|
/**
|
|
3839
3263
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -3863,12 +3287,6 @@ export interface DescribePoliciesType {
|
|
|
3863
3287
|
*/
|
|
3864
3288
|
MaxRecords?: number;
|
|
3865
3289
|
}
|
|
3866
|
-
export declare namespace DescribePoliciesType {
|
|
3867
|
-
/**
|
|
3868
|
-
* @internal
|
|
3869
|
-
*/
|
|
3870
|
-
const filterSensitiveLog: (obj: DescribePoliciesType) => any;
|
|
3871
|
-
}
|
|
3872
3290
|
export declare enum PredictiveScalingMaxCapacityBreachBehavior {
|
|
3873
3291
|
HonorMaxCapacity = "HonorMaxCapacity",
|
|
3874
3292
|
IncreaseMaxCapacity = "IncreaseMaxCapacity"
|
|
@@ -3886,12 +3304,6 @@ export interface MetricDimension {
|
|
|
3886
3304
|
*/
|
|
3887
3305
|
Value: string | undefined;
|
|
3888
3306
|
}
|
|
3889
|
-
export declare namespace MetricDimension {
|
|
3890
|
-
/**
|
|
3891
|
-
* @internal
|
|
3892
|
-
*/
|
|
3893
|
-
const filterSensitiveLog: (obj: MetricDimension) => any;
|
|
3894
|
-
}
|
|
3895
3307
|
/**
|
|
3896
3308
|
* <p>Represents a specific metric. </p>
|
|
3897
3309
|
*/
|
|
@@ -3916,12 +3328,6 @@ export interface Metric {
|
|
|
3916
3328
|
*/
|
|
3917
3329
|
Dimensions?: MetricDimension[];
|
|
3918
3330
|
}
|
|
3919
|
-
export declare namespace Metric {
|
|
3920
|
-
/**
|
|
3921
|
-
* @internal
|
|
3922
|
-
*/
|
|
3923
|
-
const filterSensitiveLog: (obj: Metric) => any;
|
|
3924
|
-
}
|
|
3925
3331
|
/**
|
|
3926
3332
|
* <p>This structure defines the CloudWatch metric to return, along with the statistic, period,
|
|
3927
3333
|
* and unit.</p>
|
|
@@ -3949,12 +3355,6 @@ export interface MetricStat {
|
|
|
3949
3355
|
*/
|
|
3950
3356
|
Unit?: string;
|
|
3951
3357
|
}
|
|
3952
|
-
export declare namespace MetricStat {
|
|
3953
|
-
/**
|
|
3954
|
-
* @internal
|
|
3955
|
-
*/
|
|
3956
|
-
const filterSensitiveLog: (obj: MetricStat) => any;
|
|
3957
|
-
}
|
|
3958
3358
|
/**
|
|
3959
3359
|
* <p>The metric data to return. Also defines whether this call is returning data for one
|
|
3960
3360
|
* metric only, or whether it is performing a math expression on the values of returned
|
|
@@ -4007,12 +3407,6 @@ export interface MetricDataQuery {
|
|
|
4007
3407
|
*/
|
|
4008
3408
|
ReturnData?: boolean;
|
|
4009
3409
|
}
|
|
4010
|
-
export declare namespace MetricDataQuery {
|
|
4011
|
-
/**
|
|
4012
|
-
* @internal
|
|
4013
|
-
*/
|
|
4014
|
-
const filterSensitiveLog: (obj: MetricDataQuery) => any;
|
|
4015
|
-
}
|
|
4016
3410
|
/**
|
|
4017
3411
|
* <p>Describes a customized capacity metric for a predictive scaling policy.</p>
|
|
4018
3412
|
*/
|
|
@@ -4024,12 +3418,6 @@ export interface PredictiveScalingCustomizedCapacityMetric {
|
|
|
4024
3418
|
*/
|
|
4025
3419
|
MetricDataQueries: MetricDataQuery[] | undefined;
|
|
4026
3420
|
}
|
|
4027
|
-
export declare namespace PredictiveScalingCustomizedCapacityMetric {
|
|
4028
|
-
/**
|
|
4029
|
-
* @internal
|
|
4030
|
-
*/
|
|
4031
|
-
const filterSensitiveLog: (obj: PredictiveScalingCustomizedCapacityMetric) => any;
|
|
4032
|
-
}
|
|
4033
3421
|
/**
|
|
4034
3422
|
* <p>Describes a custom load metric for a predictive scaling policy.</p>
|
|
4035
3423
|
*/
|
|
@@ -4041,12 +3429,6 @@ export interface PredictiveScalingCustomizedLoadMetric {
|
|
|
4041
3429
|
*/
|
|
4042
3430
|
MetricDataQueries: MetricDataQuery[] | undefined;
|
|
4043
3431
|
}
|
|
4044
|
-
export declare namespace PredictiveScalingCustomizedLoadMetric {
|
|
4045
|
-
/**
|
|
4046
|
-
* @internal
|
|
4047
|
-
*/
|
|
4048
|
-
const filterSensitiveLog: (obj: PredictiveScalingCustomizedLoadMetric) => any;
|
|
4049
|
-
}
|
|
4050
3432
|
/**
|
|
4051
3433
|
* <p>Describes a custom scaling metric for a predictive scaling policy.</p>
|
|
4052
3434
|
*/
|
|
@@ -4058,12 +3440,6 @@ export interface PredictiveScalingCustomizedScalingMetric {
|
|
|
4058
3440
|
*/
|
|
4059
3441
|
MetricDataQueries: MetricDataQuery[] | undefined;
|
|
4060
3442
|
}
|
|
4061
|
-
export declare namespace PredictiveScalingCustomizedScalingMetric {
|
|
4062
|
-
/**
|
|
4063
|
-
* @internal
|
|
4064
|
-
*/
|
|
4065
|
-
const filterSensitiveLog: (obj: PredictiveScalingCustomizedScalingMetric) => any;
|
|
4066
|
-
}
|
|
4067
3443
|
export declare enum PredefinedLoadMetricType {
|
|
4068
3444
|
ALBTargetGroupRequestCount = "ALBTargetGroupRequestCount",
|
|
4069
3445
|
ASGTotalCPUUtilization = "ASGTotalCPUUtilization",
|
|
@@ -4106,12 +3482,6 @@ export interface PredictiveScalingPredefinedLoadMetric {
|
|
|
4106
3482
|
*/
|
|
4107
3483
|
ResourceLabel?: string;
|
|
4108
3484
|
}
|
|
4109
|
-
export declare namespace PredictiveScalingPredefinedLoadMetric {
|
|
4110
|
-
/**
|
|
4111
|
-
* @internal
|
|
4112
|
-
*/
|
|
4113
|
-
const filterSensitiveLog: (obj: PredictiveScalingPredefinedLoadMetric) => any;
|
|
4114
|
-
}
|
|
4115
3485
|
export declare enum PredefinedMetricPairType {
|
|
4116
3486
|
ALBRequestCount = "ALBRequestCount",
|
|
4117
3487
|
ASGCPUUtilization = "ASGCPUUtilization",
|
|
@@ -4154,12 +3524,6 @@ export interface PredictiveScalingPredefinedMetricPair {
|
|
|
4154
3524
|
*/
|
|
4155
3525
|
ResourceLabel?: string;
|
|
4156
3526
|
}
|
|
4157
|
-
export declare namespace PredictiveScalingPredefinedMetricPair {
|
|
4158
|
-
/**
|
|
4159
|
-
* @internal
|
|
4160
|
-
*/
|
|
4161
|
-
const filterSensitiveLog: (obj: PredictiveScalingPredefinedMetricPair) => any;
|
|
4162
|
-
}
|
|
4163
3527
|
export declare enum PredefinedScalingMetricType {
|
|
4164
3528
|
ALBRequestCountPerTarget = "ALBRequestCountPerTarget",
|
|
4165
3529
|
ASGAverageCPUUtilization = "ASGAverageCPUUtilization",
|
|
@@ -4202,12 +3566,6 @@ export interface PredictiveScalingPredefinedScalingMetric {
|
|
|
4202
3566
|
*/
|
|
4203
3567
|
ResourceLabel?: string;
|
|
4204
3568
|
}
|
|
4205
|
-
export declare namespace PredictiveScalingPredefinedScalingMetric {
|
|
4206
|
-
/**
|
|
4207
|
-
* @internal
|
|
4208
|
-
*/
|
|
4209
|
-
const filterSensitiveLog: (obj: PredictiveScalingPredefinedScalingMetric) => any;
|
|
4210
|
-
}
|
|
4211
3569
|
/**
|
|
4212
3570
|
* <p>This structure specifies the metrics and target utilization settings for a predictive
|
|
4213
3571
|
* scaling policy. </p>
|
|
@@ -4292,12 +3650,6 @@ export interface PredictiveScalingMetricSpecification {
|
|
|
4292
3650
|
*/
|
|
4293
3651
|
CustomizedCapacityMetricSpecification?: PredictiveScalingCustomizedCapacityMetric;
|
|
4294
3652
|
}
|
|
4295
|
-
export declare namespace PredictiveScalingMetricSpecification {
|
|
4296
|
-
/**
|
|
4297
|
-
* @internal
|
|
4298
|
-
*/
|
|
4299
|
-
const filterSensitiveLog: (obj: PredictiveScalingMetricSpecification) => any;
|
|
4300
|
-
}
|
|
4301
3653
|
export declare enum PredictiveScalingMode {
|
|
4302
3654
|
ForecastAndScale = "ForecastAndScale",
|
|
4303
3655
|
ForecastOnly = "ForecastOnly"
|
|
@@ -4364,12 +3716,6 @@ export interface PredictiveScalingConfiguration {
|
|
|
4364
3716
|
*/
|
|
4365
3717
|
MaxCapacityBuffer?: number;
|
|
4366
3718
|
}
|
|
4367
|
-
export declare namespace PredictiveScalingConfiguration {
|
|
4368
|
-
/**
|
|
4369
|
-
* @internal
|
|
4370
|
-
*/
|
|
4371
|
-
const filterSensitiveLog: (obj: PredictiveScalingConfiguration) => any;
|
|
4372
|
-
}
|
|
4373
3719
|
/**
|
|
4374
3720
|
* <p>Describes information used to create a step adjustment for a step scaling
|
|
4375
3721
|
* policy.</p>
|
|
@@ -4436,12 +3782,6 @@ export interface StepAdjustment {
|
|
|
4436
3782
|
*/
|
|
4437
3783
|
ScalingAdjustment: number | undefined;
|
|
4438
3784
|
}
|
|
4439
|
-
export declare namespace StepAdjustment {
|
|
4440
|
-
/**
|
|
4441
|
-
* @internal
|
|
4442
|
-
*/
|
|
4443
|
-
const filterSensitiveLog: (obj: StepAdjustment) => any;
|
|
4444
|
-
}
|
|
4445
3785
|
export declare enum MetricStatistic {
|
|
4446
3786
|
Average = "Average",
|
|
4447
3787
|
Maximum = "Maximum",
|
|
@@ -4504,12 +3844,6 @@ export interface CustomizedMetricSpecification {
|
|
|
4504
3844
|
*/
|
|
4505
3845
|
Unit?: string;
|
|
4506
3846
|
}
|
|
4507
|
-
export declare namespace CustomizedMetricSpecification {
|
|
4508
|
-
/**
|
|
4509
|
-
* @internal
|
|
4510
|
-
*/
|
|
4511
|
-
const filterSensitiveLog: (obj: CustomizedMetricSpecification) => any;
|
|
4512
|
-
}
|
|
4513
3847
|
export declare enum MetricType {
|
|
4514
3848
|
ALBRequestCountPerTarget = "ALBRequestCountPerTarget",
|
|
4515
3849
|
ASGAverageCPUUtilization = "ASGAverageCPUUtilization",
|
|
@@ -4572,12 +3906,6 @@ export interface PredefinedMetricSpecification {
|
|
|
4572
3906
|
*/
|
|
4573
3907
|
ResourceLabel?: string;
|
|
4574
3908
|
}
|
|
4575
|
-
export declare namespace PredefinedMetricSpecification {
|
|
4576
|
-
/**
|
|
4577
|
-
* @internal
|
|
4578
|
-
*/
|
|
4579
|
-
const filterSensitiveLog: (obj: PredefinedMetricSpecification) => any;
|
|
4580
|
-
}
|
|
4581
3909
|
/**
|
|
4582
3910
|
* <p>Represents a target tracking scaling policy configuration to use with Amazon EC2 Auto Scaling.</p>
|
|
4583
3911
|
*/
|
|
@@ -4611,12 +3939,6 @@ export interface TargetTrackingConfiguration {
|
|
|
4611
3939
|
*/
|
|
4612
3940
|
DisableScaleIn?: boolean;
|
|
4613
3941
|
}
|
|
4614
|
-
export declare namespace TargetTrackingConfiguration {
|
|
4615
|
-
/**
|
|
4616
|
-
* @internal
|
|
4617
|
-
*/
|
|
4618
|
-
const filterSensitiveLog: (obj: TargetTrackingConfiguration) => any;
|
|
4619
|
-
}
|
|
4620
3942
|
/**
|
|
4621
3943
|
* <p>Describes a scaling policy.</p>
|
|
4622
3944
|
*/
|
|
@@ -4722,12 +4044,6 @@ export interface ScalingPolicy {
|
|
|
4722
4044
|
*/
|
|
4723
4045
|
PredictiveScalingConfiguration?: PredictiveScalingConfiguration;
|
|
4724
4046
|
}
|
|
4725
|
-
export declare namespace ScalingPolicy {
|
|
4726
|
-
/**
|
|
4727
|
-
* @internal
|
|
4728
|
-
*/
|
|
4729
|
-
const filterSensitiveLog: (obj: ScalingPolicy) => any;
|
|
4730
|
-
}
|
|
4731
4047
|
export interface PoliciesType {
|
|
4732
4048
|
/**
|
|
4733
4049
|
* <p>The scaling policies.</p>
|
|
@@ -4741,12 +4057,6 @@ export interface PoliciesType {
|
|
|
4741
4057
|
*/
|
|
4742
4058
|
NextToken?: string;
|
|
4743
4059
|
}
|
|
4744
|
-
export declare namespace PoliciesType {
|
|
4745
|
-
/**
|
|
4746
|
-
* @internal
|
|
4747
|
-
*/
|
|
4748
|
-
const filterSensitiveLog: (obj: PoliciesType) => any;
|
|
4749
|
-
}
|
|
4750
4060
|
export interface DescribeScalingActivitiesType {
|
|
4751
4061
|
/**
|
|
4752
4062
|
* <p>The activity IDs of the desired scaling activities. If you omit this property, all
|
|
@@ -4775,12 +4085,6 @@ export interface DescribeScalingActivitiesType {
|
|
|
4775
4085
|
*/
|
|
4776
4086
|
NextToken?: string;
|
|
4777
4087
|
}
|
|
4778
|
-
export declare namespace DescribeScalingActivitiesType {
|
|
4779
|
-
/**
|
|
4780
|
-
* @internal
|
|
4781
|
-
*/
|
|
4782
|
-
const filterSensitiveLog: (obj: DescribeScalingActivitiesType) => any;
|
|
4783
|
-
}
|
|
4784
4088
|
/**
|
|
4785
4089
|
* <p>Describes a process type.</p>
|
|
4786
4090
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-suspend-resume-processes.html#process-types">Scaling processes</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
|
|
@@ -4838,24 +4142,12 @@ export interface ProcessType {
|
|
|
4838
4142
|
*/
|
|
4839
4143
|
ProcessName: string | undefined;
|
|
4840
4144
|
}
|
|
4841
|
-
export declare namespace ProcessType {
|
|
4842
|
-
/**
|
|
4843
|
-
* @internal
|
|
4844
|
-
*/
|
|
4845
|
-
const filterSensitiveLog: (obj: ProcessType) => any;
|
|
4846
|
-
}
|
|
4847
4145
|
export interface ProcessesType {
|
|
4848
4146
|
/**
|
|
4849
4147
|
* <p>The names of the process types.</p>
|
|
4850
4148
|
*/
|
|
4851
4149
|
Processes?: ProcessType[];
|
|
4852
4150
|
}
|
|
4853
|
-
export declare namespace ProcessesType {
|
|
4854
|
-
/**
|
|
4855
|
-
* @internal
|
|
4856
|
-
*/
|
|
4857
|
-
const filterSensitiveLog: (obj: ProcessesType) => any;
|
|
4858
|
-
}
|
|
4859
4151
|
export interface DescribeScheduledActionsType {
|
|
4860
4152
|
/**
|
|
4861
4153
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -4889,12 +4181,6 @@ export interface DescribeScheduledActionsType {
|
|
|
4889
4181
|
*/
|
|
4890
4182
|
MaxRecords?: number;
|
|
4891
4183
|
}
|
|
4892
|
-
export declare namespace DescribeScheduledActionsType {
|
|
4893
|
-
/**
|
|
4894
|
-
* @internal
|
|
4895
|
-
*/
|
|
4896
|
-
const filterSensitiveLog: (obj: DescribeScheduledActionsType) => any;
|
|
4897
|
-
}
|
|
4898
4184
|
/**
|
|
4899
4185
|
* <p>Describes a scheduled scaling
|
|
4900
4186
|
* action.</p>
|
|
@@ -4951,12 +4237,6 @@ export interface ScheduledUpdateGroupAction {
|
|
|
4951
4237
|
*/
|
|
4952
4238
|
TimeZone?: string;
|
|
4953
4239
|
}
|
|
4954
|
-
export declare namespace ScheduledUpdateGroupAction {
|
|
4955
|
-
/**
|
|
4956
|
-
* @internal
|
|
4957
|
-
*/
|
|
4958
|
-
const filterSensitiveLog: (obj: ScheduledUpdateGroupAction) => any;
|
|
4959
|
-
}
|
|
4960
4240
|
export interface ScheduledActionsType {
|
|
4961
4241
|
/**
|
|
4962
4242
|
* <p>The scheduled actions.</p>
|
|
@@ -4970,12 +4250,6 @@ export interface ScheduledActionsType {
|
|
|
4970
4250
|
*/
|
|
4971
4251
|
NextToken?: string;
|
|
4972
4252
|
}
|
|
4973
|
-
export declare namespace ScheduledActionsType {
|
|
4974
|
-
/**
|
|
4975
|
-
* @internal
|
|
4976
|
-
*/
|
|
4977
|
-
const filterSensitiveLog: (obj: ScheduledActionsType) => any;
|
|
4978
|
-
}
|
|
4979
4253
|
export interface DescribeTagsType {
|
|
4980
4254
|
/**
|
|
4981
4255
|
* <p>One or more filters to scope the tags to return. The maximum number of filters per
|
|
@@ -4993,12 +4267,6 @@ export interface DescribeTagsType {
|
|
|
4993
4267
|
*/
|
|
4994
4268
|
MaxRecords?: number;
|
|
4995
4269
|
}
|
|
4996
|
-
export declare namespace DescribeTagsType {
|
|
4997
|
-
/**
|
|
4998
|
-
* @internal
|
|
4999
|
-
*/
|
|
5000
|
-
const filterSensitiveLog: (obj: DescribeTagsType) => any;
|
|
5001
|
-
}
|
|
5002
4270
|
export interface TagsType {
|
|
5003
4271
|
/**
|
|
5004
4272
|
* <p>One or more tags.</p>
|
|
@@ -5012,12 +4280,6 @@ export interface TagsType {
|
|
|
5012
4280
|
*/
|
|
5013
4281
|
NextToken?: string;
|
|
5014
4282
|
}
|
|
5015
|
-
export declare namespace TagsType {
|
|
5016
|
-
/**
|
|
5017
|
-
* @internal
|
|
5018
|
-
*/
|
|
5019
|
-
const filterSensitiveLog: (obj: TagsType) => any;
|
|
5020
|
-
}
|
|
5021
4283
|
export interface DescribeTerminationPolicyTypesAnswer {
|
|
5022
4284
|
/**
|
|
5023
4285
|
* <p>The termination policies supported by Amazon EC2 Auto Scaling: <code>OldestInstance</code>,
|
|
@@ -5027,12 +4289,6 @@ export interface DescribeTerminationPolicyTypesAnswer {
|
|
|
5027
4289
|
*/
|
|
5028
4290
|
TerminationPolicyTypes?: string[];
|
|
5029
4291
|
}
|
|
5030
|
-
export declare namespace DescribeTerminationPolicyTypesAnswer {
|
|
5031
|
-
/**
|
|
5032
|
-
* @internal
|
|
5033
|
-
*/
|
|
5034
|
-
const filterSensitiveLog: (obj: DescribeTerminationPolicyTypesAnswer) => any;
|
|
5035
|
-
}
|
|
5036
4292
|
export interface DescribeWarmPoolAnswer {
|
|
5037
4293
|
/**
|
|
5038
4294
|
* <p>The warm pool configuration details. </p>
|
|
@@ -5048,12 +4304,6 @@ export interface DescribeWarmPoolAnswer {
|
|
|
5048
4304
|
*/
|
|
5049
4305
|
NextToken?: string;
|
|
5050
4306
|
}
|
|
5051
|
-
export declare namespace DescribeWarmPoolAnswer {
|
|
5052
|
-
/**
|
|
5053
|
-
* @internal
|
|
5054
|
-
*/
|
|
5055
|
-
const filterSensitiveLog: (obj: DescribeWarmPoolAnswer) => any;
|
|
5056
|
-
}
|
|
5057
4307
|
export interface DescribeWarmPoolType {
|
|
5058
4308
|
/**
|
|
5059
4309
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -5070,24 +4320,12 @@ export interface DescribeWarmPoolType {
|
|
|
5070
4320
|
*/
|
|
5071
4321
|
NextToken?: string;
|
|
5072
4322
|
}
|
|
5073
|
-
export declare namespace DescribeWarmPoolType {
|
|
5074
|
-
/**
|
|
5075
|
-
* @internal
|
|
5076
|
-
*/
|
|
5077
|
-
const filterSensitiveLog: (obj: DescribeWarmPoolType) => any;
|
|
5078
|
-
}
|
|
5079
4323
|
export interface DetachInstancesAnswer {
|
|
5080
4324
|
/**
|
|
5081
4325
|
* <p>The activities related to detaching the instances from the Auto Scaling group.</p>
|
|
5082
4326
|
*/
|
|
5083
4327
|
Activities?: Activity[];
|
|
5084
4328
|
}
|
|
5085
|
-
export declare namespace DetachInstancesAnswer {
|
|
5086
|
-
/**
|
|
5087
|
-
* @internal
|
|
5088
|
-
*/
|
|
5089
|
-
const filterSensitiveLog: (obj: DetachInstancesAnswer) => any;
|
|
5090
|
-
}
|
|
5091
4329
|
export interface DetachInstancesQuery {
|
|
5092
4330
|
/**
|
|
5093
4331
|
* <p>The IDs of the instances. You can specify up to 20 instances.</p>
|
|
@@ -5103,20 +4341,8 @@ export interface DetachInstancesQuery {
|
|
|
5103
4341
|
*/
|
|
5104
4342
|
ShouldDecrementDesiredCapacity: boolean | undefined;
|
|
5105
4343
|
}
|
|
5106
|
-
export declare namespace DetachInstancesQuery {
|
|
5107
|
-
/**
|
|
5108
|
-
* @internal
|
|
5109
|
-
*/
|
|
5110
|
-
const filterSensitiveLog: (obj: DetachInstancesQuery) => any;
|
|
5111
|
-
}
|
|
5112
4344
|
export interface DetachLoadBalancersResultType {
|
|
5113
4345
|
}
|
|
5114
|
-
export declare namespace DetachLoadBalancersResultType {
|
|
5115
|
-
/**
|
|
5116
|
-
* @internal
|
|
5117
|
-
*/
|
|
5118
|
-
const filterSensitiveLog: (obj: DetachLoadBalancersResultType) => any;
|
|
5119
|
-
}
|
|
5120
4346
|
export interface DetachLoadBalancersType {
|
|
5121
4347
|
/**
|
|
5122
4348
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -5127,20 +4353,8 @@ export interface DetachLoadBalancersType {
|
|
|
5127
4353
|
*/
|
|
5128
4354
|
LoadBalancerNames: string[] | undefined;
|
|
5129
4355
|
}
|
|
5130
|
-
export declare namespace DetachLoadBalancersType {
|
|
5131
|
-
/**
|
|
5132
|
-
* @internal
|
|
5133
|
-
*/
|
|
5134
|
-
const filterSensitiveLog: (obj: DetachLoadBalancersType) => any;
|
|
5135
|
-
}
|
|
5136
4356
|
export interface DetachLoadBalancerTargetGroupsResultType {
|
|
5137
4357
|
}
|
|
5138
|
-
export declare namespace DetachLoadBalancerTargetGroupsResultType {
|
|
5139
|
-
/**
|
|
5140
|
-
* @internal
|
|
5141
|
-
*/
|
|
5142
|
-
const filterSensitiveLog: (obj: DetachLoadBalancerTargetGroupsResultType) => any;
|
|
5143
|
-
}
|
|
5144
4358
|
export interface DetachLoadBalancerTargetGroupsType {
|
|
5145
4359
|
/**
|
|
5146
4360
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -5152,12 +4366,6 @@ export interface DetachLoadBalancerTargetGroupsType {
|
|
|
5152
4366
|
*/
|
|
5153
4367
|
TargetGroupARNs: string[] | undefined;
|
|
5154
4368
|
}
|
|
5155
|
-
export declare namespace DetachLoadBalancerTargetGroupsType {
|
|
5156
|
-
/**
|
|
5157
|
-
* @internal
|
|
5158
|
-
*/
|
|
5159
|
-
const filterSensitiveLog: (obj: DetachLoadBalancerTargetGroupsType) => any;
|
|
5160
|
-
}
|
|
5161
4369
|
export interface DisableMetricsCollectionQuery {
|
|
5162
4370
|
/**
|
|
5163
4371
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -5273,12 +4481,6 @@ export interface DisableMetricsCollectionQuery {
|
|
|
5273
4481
|
*/
|
|
5274
4482
|
Metrics?: string[];
|
|
5275
4483
|
}
|
|
5276
|
-
export declare namespace DisableMetricsCollectionQuery {
|
|
5277
|
-
/**
|
|
5278
|
-
* @internal
|
|
5279
|
-
*/
|
|
5280
|
-
const filterSensitiveLog: (obj: DisableMetricsCollectionQuery) => any;
|
|
5281
|
-
}
|
|
5282
4484
|
export interface EnableMetricsCollectionQuery {
|
|
5283
4485
|
/**
|
|
5284
4486
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -5400,24 +4602,12 @@ export interface EnableMetricsCollectionQuery {
|
|
|
5400
4602
|
*/
|
|
5401
4603
|
Granularity: string | undefined;
|
|
5402
4604
|
}
|
|
5403
|
-
export declare namespace EnableMetricsCollectionQuery {
|
|
5404
|
-
/**
|
|
5405
|
-
* @internal
|
|
5406
|
-
*/
|
|
5407
|
-
const filterSensitiveLog: (obj: EnableMetricsCollectionQuery) => any;
|
|
5408
|
-
}
|
|
5409
4605
|
export interface EnterStandbyAnswer {
|
|
5410
4606
|
/**
|
|
5411
4607
|
* <p>The activities related to moving instances into <code>Standby</code> mode.</p>
|
|
5412
4608
|
*/
|
|
5413
4609
|
Activities?: Activity[];
|
|
5414
4610
|
}
|
|
5415
|
-
export declare namespace EnterStandbyAnswer {
|
|
5416
|
-
/**
|
|
5417
|
-
* @internal
|
|
5418
|
-
*/
|
|
5419
|
-
const filterSensitiveLog: (obj: EnterStandbyAnswer) => any;
|
|
5420
|
-
}
|
|
5421
4611
|
export interface EnterStandbyQuery {
|
|
5422
4612
|
/**
|
|
5423
4613
|
* <p>The IDs of the instances. You can specify up to 20 instances.</p>
|
|
@@ -5433,12 +4623,6 @@ export interface EnterStandbyQuery {
|
|
|
5433
4623
|
*/
|
|
5434
4624
|
ShouldDecrementDesiredCapacity: boolean | undefined;
|
|
5435
4625
|
}
|
|
5436
|
-
export declare namespace EnterStandbyQuery {
|
|
5437
|
-
/**
|
|
5438
|
-
* @internal
|
|
5439
|
-
*/
|
|
5440
|
-
const filterSensitiveLog: (obj: EnterStandbyQuery) => any;
|
|
5441
|
-
}
|
|
5442
4626
|
export interface ExecutePolicyType {
|
|
5443
4627
|
/**
|
|
5444
4628
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -5475,24 +4659,12 @@ export interface ExecutePolicyType {
|
|
|
5475
4659
|
*/
|
|
5476
4660
|
BreachThreshold?: number;
|
|
5477
4661
|
}
|
|
5478
|
-
export declare namespace ExecutePolicyType {
|
|
5479
|
-
/**
|
|
5480
|
-
* @internal
|
|
5481
|
-
*/
|
|
5482
|
-
const filterSensitiveLog: (obj: ExecutePolicyType) => any;
|
|
5483
|
-
}
|
|
5484
4662
|
export interface ExitStandbyAnswer {
|
|
5485
4663
|
/**
|
|
5486
4664
|
* <p>The activities related to moving instances out of <code>Standby</code> mode.</p>
|
|
5487
4665
|
*/
|
|
5488
4666
|
Activities?: Activity[];
|
|
5489
4667
|
}
|
|
5490
|
-
export declare namespace ExitStandbyAnswer {
|
|
5491
|
-
/**
|
|
5492
|
-
* @internal
|
|
5493
|
-
*/
|
|
5494
|
-
const filterSensitiveLog: (obj: ExitStandbyAnswer) => any;
|
|
5495
|
-
}
|
|
5496
4668
|
export interface ExitStandbyQuery {
|
|
5497
4669
|
/**
|
|
5498
4670
|
* <p>The IDs of the instances. You can specify up to 20 instances.</p>
|
|
@@ -5503,12 +4675,6 @@ export interface ExitStandbyQuery {
|
|
|
5503
4675
|
*/
|
|
5504
4676
|
AutoScalingGroupName: string | undefined;
|
|
5505
4677
|
}
|
|
5506
|
-
export declare namespace ExitStandbyQuery {
|
|
5507
|
-
/**
|
|
5508
|
-
* @internal
|
|
5509
|
-
*/
|
|
5510
|
-
const filterSensitiveLog: (obj: ExitStandbyQuery) => any;
|
|
5511
|
-
}
|
|
5512
4678
|
/**
|
|
5513
4679
|
* <p>A <code>GetPredictiveScalingForecast</code> call returns the capacity forecast for a
|
|
5514
4680
|
* predictive scaling policy. This structure includes the data points for that capacity
|
|
@@ -5524,12 +4690,6 @@ export interface CapacityForecast {
|
|
|
5524
4690
|
*/
|
|
5525
4691
|
Values: number[] | undefined;
|
|
5526
4692
|
}
|
|
5527
|
-
export declare namespace CapacityForecast {
|
|
5528
|
-
/**
|
|
5529
|
-
* @internal
|
|
5530
|
-
*/
|
|
5531
|
-
const filterSensitiveLog: (obj: CapacityForecast) => any;
|
|
5532
|
-
}
|
|
5533
4693
|
/**
|
|
5534
4694
|
* <p>A <code>GetPredictiveScalingForecast</code> call returns the load forecast for a
|
|
5535
4695
|
* predictive scaling policy. This structure includes the data points for that load
|
|
@@ -5550,12 +4710,6 @@ export interface LoadForecast {
|
|
|
5550
4710
|
*/
|
|
5551
4711
|
MetricSpecification: PredictiveScalingMetricSpecification | undefined;
|
|
5552
4712
|
}
|
|
5553
|
-
export declare namespace LoadForecast {
|
|
5554
|
-
/**
|
|
5555
|
-
* @internal
|
|
5556
|
-
*/
|
|
5557
|
-
const filterSensitiveLog: (obj: LoadForecast) => any;
|
|
5558
|
-
}
|
|
5559
4713
|
export interface GetPredictiveScalingForecastAnswer {
|
|
5560
4714
|
/**
|
|
5561
4715
|
* <p>The load forecast.</p>
|
|
@@ -5570,12 +4724,6 @@ export interface GetPredictiveScalingForecastAnswer {
|
|
|
5570
4724
|
*/
|
|
5571
4725
|
UpdateTime: Date | undefined;
|
|
5572
4726
|
}
|
|
5573
|
-
export declare namespace GetPredictiveScalingForecastAnswer {
|
|
5574
|
-
/**
|
|
5575
|
-
* @internal
|
|
5576
|
-
*/
|
|
5577
|
-
const filterSensitiveLog: (obj: GetPredictiveScalingForecastAnswer) => any;
|
|
5578
|
-
}
|
|
5579
4727
|
export interface GetPredictiveScalingForecastType {
|
|
5580
4728
|
/**
|
|
5581
4729
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -5599,20 +4747,8 @@ export interface GetPredictiveScalingForecastType {
|
|
|
5599
4747
|
*/
|
|
5600
4748
|
EndTime: Date | undefined;
|
|
5601
4749
|
}
|
|
5602
|
-
export declare namespace GetPredictiveScalingForecastType {
|
|
5603
|
-
/**
|
|
5604
|
-
* @internal
|
|
5605
|
-
*/
|
|
5606
|
-
const filterSensitiveLog: (obj: GetPredictiveScalingForecastType) => any;
|
|
5607
|
-
}
|
|
5608
4750
|
export interface PutLifecycleHookAnswer {
|
|
5609
4751
|
}
|
|
5610
|
-
export declare namespace PutLifecycleHookAnswer {
|
|
5611
|
-
/**
|
|
5612
|
-
* @internal
|
|
5613
|
-
*/
|
|
5614
|
-
const filterSensitiveLog: (obj: PutLifecycleHookAnswer) => any;
|
|
5615
|
-
}
|
|
5616
4752
|
export interface PutLifecycleHookType {
|
|
5617
4753
|
/**
|
|
5618
4754
|
* <p>The name of the lifecycle hook.</p>
|
|
@@ -5676,12 +4812,6 @@ export interface PutLifecycleHookType {
|
|
|
5676
4812
|
*/
|
|
5677
4813
|
DefaultResult?: string;
|
|
5678
4814
|
}
|
|
5679
|
-
export declare namespace PutLifecycleHookType {
|
|
5680
|
-
/**
|
|
5681
|
-
* @internal
|
|
5682
|
-
*/
|
|
5683
|
-
const filterSensitiveLog: (obj: PutLifecycleHookType) => any;
|
|
5684
|
-
}
|
|
5685
4815
|
export interface PutNotificationConfigurationType {
|
|
5686
4816
|
/**
|
|
5687
4817
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -5697,12 +4827,6 @@ export interface PutNotificationConfigurationType {
|
|
|
5697
4827
|
*/
|
|
5698
4828
|
NotificationTypes: string[] | undefined;
|
|
5699
4829
|
}
|
|
5700
|
-
export declare namespace PutNotificationConfigurationType {
|
|
5701
|
-
/**
|
|
5702
|
-
* @internal
|
|
5703
|
-
*/
|
|
5704
|
-
const filterSensitiveLog: (obj: PutNotificationConfigurationType) => any;
|
|
5705
|
-
}
|
|
5706
4830
|
/**
|
|
5707
4831
|
* <p>Contains the output of PutScalingPolicy.</p>
|
|
5708
4832
|
*/
|
|
@@ -5716,12 +4840,6 @@ export interface PolicyARNType {
|
|
|
5716
4840
|
*/
|
|
5717
4841
|
Alarms?: Alarm[];
|
|
5718
4842
|
}
|
|
5719
|
-
export declare namespace PolicyARNType {
|
|
5720
|
-
/**
|
|
5721
|
-
* @internal
|
|
5722
|
-
*/
|
|
5723
|
-
const filterSensitiveLog: (obj: PolicyARNType) => any;
|
|
5724
|
-
}
|
|
5725
4843
|
export interface PutScalingPolicyType {
|
|
5726
4844
|
/**
|
|
5727
4845
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -5890,12 +5008,6 @@ export interface PutScalingPolicyType {
|
|
|
5890
5008
|
*/
|
|
5891
5009
|
PredictiveScalingConfiguration?: PredictiveScalingConfiguration;
|
|
5892
5010
|
}
|
|
5893
|
-
export declare namespace PutScalingPolicyType {
|
|
5894
|
-
/**
|
|
5895
|
-
* @internal
|
|
5896
|
-
*/
|
|
5897
|
-
const filterSensitiveLog: (obj: PutScalingPolicyType) => any;
|
|
5898
|
-
}
|
|
5899
5011
|
export interface PutScheduledUpdateGroupActionType {
|
|
5900
5012
|
/**
|
|
5901
5013
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -5960,20 +5072,8 @@ export interface PutScheduledUpdateGroupActionType {
|
|
|
5960
5072
|
*/
|
|
5961
5073
|
TimeZone?: string;
|
|
5962
5074
|
}
|
|
5963
|
-
export declare namespace PutScheduledUpdateGroupActionType {
|
|
5964
|
-
/**
|
|
5965
|
-
* @internal
|
|
5966
|
-
*/
|
|
5967
|
-
const filterSensitiveLog: (obj: PutScheduledUpdateGroupActionType) => any;
|
|
5968
|
-
}
|
|
5969
5075
|
export interface PutWarmPoolAnswer {
|
|
5970
5076
|
}
|
|
5971
|
-
export declare namespace PutWarmPoolAnswer {
|
|
5972
|
-
/**
|
|
5973
|
-
* @internal
|
|
5974
|
-
*/
|
|
5975
|
-
const filterSensitiveLog: (obj: PutWarmPoolAnswer) => any;
|
|
5976
|
-
}
|
|
5977
5077
|
export interface PutWarmPoolType {
|
|
5978
5078
|
/**
|
|
5979
5079
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -6018,20 +5118,8 @@ export interface PutWarmPoolType {
|
|
|
6018
5118
|
*/
|
|
6019
5119
|
InstanceReusePolicy?: InstanceReusePolicy;
|
|
6020
5120
|
}
|
|
6021
|
-
export declare namespace PutWarmPoolType {
|
|
6022
|
-
/**
|
|
6023
|
-
* @internal
|
|
6024
|
-
*/
|
|
6025
|
-
const filterSensitiveLog: (obj: PutWarmPoolType) => any;
|
|
6026
|
-
}
|
|
6027
5121
|
export interface RecordLifecycleActionHeartbeatAnswer {
|
|
6028
5122
|
}
|
|
6029
|
-
export declare namespace RecordLifecycleActionHeartbeatAnswer {
|
|
6030
|
-
/**
|
|
6031
|
-
* @internal
|
|
6032
|
-
*/
|
|
6033
|
-
const filterSensitiveLog: (obj: RecordLifecycleActionHeartbeatAnswer) => any;
|
|
6034
|
-
}
|
|
6035
5123
|
export interface RecordLifecycleActionHeartbeatType {
|
|
6036
5124
|
/**
|
|
6037
5125
|
* <p>The name of the lifecycle hook.</p>
|
|
@@ -6052,12 +5140,6 @@ export interface RecordLifecycleActionHeartbeatType {
|
|
|
6052
5140
|
*/
|
|
6053
5141
|
InstanceId?: string;
|
|
6054
5142
|
}
|
|
6055
|
-
export declare namespace RecordLifecycleActionHeartbeatType {
|
|
6056
|
-
/**
|
|
6057
|
-
* @internal
|
|
6058
|
-
*/
|
|
6059
|
-
const filterSensitiveLog: (obj: RecordLifecycleActionHeartbeatType) => any;
|
|
6060
|
-
}
|
|
6061
5143
|
export interface ScalingProcessQuery {
|
|
6062
5144
|
/**
|
|
6063
5145
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -6116,12 +5198,6 @@ export interface ScalingProcessQuery {
|
|
|
6116
5198
|
*/
|
|
6117
5199
|
ScalingProcesses?: string[];
|
|
6118
5200
|
}
|
|
6119
|
-
export declare namespace ScalingProcessQuery {
|
|
6120
|
-
/**
|
|
6121
|
-
* @internal
|
|
6122
|
-
*/
|
|
6123
|
-
const filterSensitiveLog: (obj: ScalingProcessQuery) => any;
|
|
6124
|
-
}
|
|
6125
5201
|
export interface SetDesiredCapacityType {
|
|
6126
5202
|
/**
|
|
6127
5203
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -6139,12 +5215,6 @@ export interface SetDesiredCapacityType {
|
|
|
6139
5215
|
*/
|
|
6140
5216
|
HonorCooldown?: boolean;
|
|
6141
5217
|
}
|
|
6142
|
-
export declare namespace SetDesiredCapacityType {
|
|
6143
|
-
/**
|
|
6144
|
-
* @internal
|
|
6145
|
-
*/
|
|
6146
|
-
const filterSensitiveLog: (obj: SetDesiredCapacityType) => any;
|
|
6147
|
-
}
|
|
6148
5218
|
export interface SetInstanceHealthQuery {
|
|
6149
5219
|
/**
|
|
6150
5220
|
* <p>The ID of the instance.</p>
|
|
@@ -6168,20 +5238,8 @@ export interface SetInstanceHealthQuery {
|
|
|
6168
5238
|
*/
|
|
6169
5239
|
ShouldRespectGracePeriod?: boolean;
|
|
6170
5240
|
}
|
|
6171
|
-
export declare namespace SetInstanceHealthQuery {
|
|
6172
|
-
/**
|
|
6173
|
-
* @internal
|
|
6174
|
-
*/
|
|
6175
|
-
const filterSensitiveLog: (obj: SetInstanceHealthQuery) => any;
|
|
6176
|
-
}
|
|
6177
5241
|
export interface SetInstanceProtectionAnswer {
|
|
6178
5242
|
}
|
|
6179
|
-
export declare namespace SetInstanceProtectionAnswer {
|
|
6180
|
-
/**
|
|
6181
|
-
* @internal
|
|
6182
|
-
*/
|
|
6183
|
-
const filterSensitiveLog: (obj: SetInstanceProtectionAnswer) => any;
|
|
6184
|
-
}
|
|
6185
5243
|
export interface SetInstanceProtectionQuery {
|
|
6186
5244
|
/**
|
|
6187
5245
|
* <p>One or more instance IDs. You can specify up to 50 instances.</p>
|
|
@@ -6197,12 +5255,6 @@ export interface SetInstanceProtectionQuery {
|
|
|
6197
5255
|
*/
|
|
6198
5256
|
ProtectedFromScaleIn: boolean | undefined;
|
|
6199
5257
|
}
|
|
6200
|
-
export declare namespace SetInstanceProtectionQuery {
|
|
6201
|
-
/**
|
|
6202
|
-
* @internal
|
|
6203
|
-
*/
|
|
6204
|
-
const filterSensitiveLog: (obj: SetInstanceProtectionQuery) => any;
|
|
6205
|
-
}
|
|
6206
5258
|
/**
|
|
6207
5259
|
* <p>The request failed because an active instance refresh operation already exists for the
|
|
6208
5260
|
* specified Auto Scaling group.</p>
|
|
@@ -6221,12 +5273,6 @@ export interface StartInstanceRefreshAnswer {
|
|
|
6221
5273
|
*/
|
|
6222
5274
|
InstanceRefreshId?: string;
|
|
6223
5275
|
}
|
|
6224
|
-
export declare namespace StartInstanceRefreshAnswer {
|
|
6225
|
-
/**
|
|
6226
|
-
* @internal
|
|
6227
|
-
*/
|
|
6228
|
-
const filterSensitiveLog: (obj: StartInstanceRefreshAnswer) => any;
|
|
6229
|
-
}
|
|
6230
5276
|
export declare enum RefreshStrategy {
|
|
6231
5277
|
Rolling = "Rolling"
|
|
6232
5278
|
}
|
|
@@ -6265,12 +5311,6 @@ export interface StartInstanceRefreshType {
|
|
|
6265
5311
|
*/
|
|
6266
5312
|
Preferences?: RefreshPreferences;
|
|
6267
5313
|
}
|
|
6268
|
-
export declare namespace StartInstanceRefreshType {
|
|
6269
|
-
/**
|
|
6270
|
-
* @internal
|
|
6271
|
-
*/
|
|
6272
|
-
const filterSensitiveLog: (obj: StartInstanceRefreshType) => any;
|
|
6273
|
-
}
|
|
6274
5314
|
export interface TerminateInstanceInAutoScalingGroupType {
|
|
6275
5315
|
/**
|
|
6276
5316
|
* <p>The ID of the instance.</p>
|
|
@@ -6282,12 +5322,6 @@ export interface TerminateInstanceInAutoScalingGroupType {
|
|
|
6282
5322
|
*/
|
|
6283
5323
|
ShouldDecrementDesiredCapacity: boolean | undefined;
|
|
6284
5324
|
}
|
|
6285
|
-
export declare namespace TerminateInstanceInAutoScalingGroupType {
|
|
6286
|
-
/**
|
|
6287
|
-
* @internal
|
|
6288
|
-
*/
|
|
6289
|
-
const filterSensitiveLog: (obj: TerminateInstanceInAutoScalingGroupType) => any;
|
|
6290
|
-
}
|
|
6291
5325
|
export interface UpdateAutoScalingGroupType {
|
|
6292
5326
|
/**
|
|
6293
5327
|
* <p>The name of the Auto Scaling group.</p>
|
|
@@ -6458,9 +5492,651 @@ export interface UpdateAutoScalingGroupType {
|
|
|
6458
5492
|
*/
|
|
6459
5493
|
DefaultInstanceWarmup?: number;
|
|
6460
5494
|
}
|
|
6461
|
-
|
|
6462
|
-
|
|
6463
|
-
|
|
6464
|
-
|
|
6465
|
-
|
|
6466
|
-
|
|
5495
|
+
/**
|
|
5496
|
+
* @internal
|
|
5497
|
+
*/
|
|
5498
|
+
export declare const AcceleratorCountRequestFilterSensitiveLog: (obj: AcceleratorCountRequest) => any;
|
|
5499
|
+
/**
|
|
5500
|
+
* @internal
|
|
5501
|
+
*/
|
|
5502
|
+
export declare const AcceleratorTotalMemoryMiBRequestFilterSensitiveLog: (obj: AcceleratorTotalMemoryMiBRequest) => any;
|
|
5503
|
+
/**
|
|
5504
|
+
* @internal
|
|
5505
|
+
*/
|
|
5506
|
+
export declare const ActivityFilterSensitiveLog: (obj: Activity) => any;
|
|
5507
|
+
/**
|
|
5508
|
+
* @internal
|
|
5509
|
+
*/
|
|
5510
|
+
export declare const ActivitiesTypeFilterSensitiveLog: (obj: ActivitiesType) => any;
|
|
5511
|
+
/**
|
|
5512
|
+
* @internal
|
|
5513
|
+
*/
|
|
5514
|
+
export declare const ActivityTypeFilterSensitiveLog: (obj: ActivityType) => any;
|
|
5515
|
+
/**
|
|
5516
|
+
* @internal
|
|
5517
|
+
*/
|
|
5518
|
+
export declare const AdjustmentTypeFilterSensitiveLog: (obj: AdjustmentType) => any;
|
|
5519
|
+
/**
|
|
5520
|
+
* @internal
|
|
5521
|
+
*/
|
|
5522
|
+
export declare const AlarmFilterSensitiveLog: (obj: Alarm) => any;
|
|
5523
|
+
/**
|
|
5524
|
+
* @internal
|
|
5525
|
+
*/
|
|
5526
|
+
export declare const AttachInstancesQueryFilterSensitiveLog: (obj: AttachInstancesQuery) => any;
|
|
5527
|
+
/**
|
|
5528
|
+
* @internal
|
|
5529
|
+
*/
|
|
5530
|
+
export declare const AttachLoadBalancersResultTypeFilterSensitiveLog: (obj: AttachLoadBalancersResultType) => any;
|
|
5531
|
+
/**
|
|
5532
|
+
* @internal
|
|
5533
|
+
*/
|
|
5534
|
+
export declare const AttachLoadBalancersTypeFilterSensitiveLog: (obj: AttachLoadBalancersType) => any;
|
|
5535
|
+
/**
|
|
5536
|
+
* @internal
|
|
5537
|
+
*/
|
|
5538
|
+
export declare const AttachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog: (obj: AttachLoadBalancerTargetGroupsResultType) => any;
|
|
5539
|
+
/**
|
|
5540
|
+
* @internal
|
|
5541
|
+
*/
|
|
5542
|
+
export declare const AttachLoadBalancerTargetGroupsTypeFilterSensitiveLog: (obj: AttachLoadBalancerTargetGroupsType) => any;
|
|
5543
|
+
/**
|
|
5544
|
+
* @internal
|
|
5545
|
+
*/
|
|
5546
|
+
export declare const FailedScheduledUpdateGroupActionRequestFilterSensitiveLog: (obj: FailedScheduledUpdateGroupActionRequest) => any;
|
|
5547
|
+
/**
|
|
5548
|
+
* @internal
|
|
5549
|
+
*/
|
|
5550
|
+
export declare const BatchDeleteScheduledActionAnswerFilterSensitiveLog: (obj: BatchDeleteScheduledActionAnswer) => any;
|
|
5551
|
+
/**
|
|
5552
|
+
* @internal
|
|
5553
|
+
*/
|
|
5554
|
+
export declare const BatchDeleteScheduledActionTypeFilterSensitiveLog: (obj: BatchDeleteScheduledActionType) => any;
|
|
5555
|
+
/**
|
|
5556
|
+
* @internal
|
|
5557
|
+
*/
|
|
5558
|
+
export declare const BatchPutScheduledUpdateGroupActionAnswerFilterSensitiveLog: (obj: BatchPutScheduledUpdateGroupActionAnswer) => any;
|
|
5559
|
+
/**
|
|
5560
|
+
* @internal
|
|
5561
|
+
*/
|
|
5562
|
+
export declare const ScheduledUpdateGroupActionRequestFilterSensitiveLog: (obj: ScheduledUpdateGroupActionRequest) => any;
|
|
5563
|
+
/**
|
|
5564
|
+
* @internal
|
|
5565
|
+
*/
|
|
5566
|
+
export declare const BatchPutScheduledUpdateGroupActionTypeFilterSensitiveLog: (obj: BatchPutScheduledUpdateGroupActionType) => any;
|
|
5567
|
+
/**
|
|
5568
|
+
* @internal
|
|
5569
|
+
*/
|
|
5570
|
+
export declare const CancelInstanceRefreshAnswerFilterSensitiveLog: (obj: CancelInstanceRefreshAnswer) => any;
|
|
5571
|
+
/**
|
|
5572
|
+
* @internal
|
|
5573
|
+
*/
|
|
5574
|
+
export declare const CancelInstanceRefreshTypeFilterSensitiveLog: (obj: CancelInstanceRefreshType) => any;
|
|
5575
|
+
/**
|
|
5576
|
+
* @internal
|
|
5577
|
+
*/
|
|
5578
|
+
export declare const CompleteLifecycleActionAnswerFilterSensitiveLog: (obj: CompleteLifecycleActionAnswer) => any;
|
|
5579
|
+
/**
|
|
5580
|
+
* @internal
|
|
5581
|
+
*/
|
|
5582
|
+
export declare const CompleteLifecycleActionTypeFilterSensitiveLog: (obj: CompleteLifecycleActionType) => any;
|
|
5583
|
+
/**
|
|
5584
|
+
* @internal
|
|
5585
|
+
*/
|
|
5586
|
+
export declare const LaunchTemplateSpecificationFilterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
|
|
5587
|
+
/**
|
|
5588
|
+
* @internal
|
|
5589
|
+
*/
|
|
5590
|
+
export declare const LifecycleHookSpecificationFilterSensitiveLog: (obj: LifecycleHookSpecification) => any;
|
|
5591
|
+
/**
|
|
5592
|
+
* @internal
|
|
5593
|
+
*/
|
|
5594
|
+
export declare const InstancesDistributionFilterSensitiveLog: (obj: InstancesDistribution) => any;
|
|
5595
|
+
/**
|
|
5596
|
+
* @internal
|
|
5597
|
+
*/
|
|
5598
|
+
export declare const BaselineEbsBandwidthMbpsRequestFilterSensitiveLog: (obj: BaselineEbsBandwidthMbpsRequest) => any;
|
|
5599
|
+
/**
|
|
5600
|
+
* @internal
|
|
5601
|
+
*/
|
|
5602
|
+
export declare const MemoryGiBPerVCpuRequestFilterSensitiveLog: (obj: MemoryGiBPerVCpuRequest) => any;
|
|
5603
|
+
/**
|
|
5604
|
+
* @internal
|
|
5605
|
+
*/
|
|
5606
|
+
export declare const MemoryMiBRequestFilterSensitiveLog: (obj: MemoryMiBRequest) => any;
|
|
5607
|
+
/**
|
|
5608
|
+
* @internal
|
|
5609
|
+
*/
|
|
5610
|
+
export declare const NetworkInterfaceCountRequestFilterSensitiveLog: (obj: NetworkInterfaceCountRequest) => any;
|
|
5611
|
+
/**
|
|
5612
|
+
* @internal
|
|
5613
|
+
*/
|
|
5614
|
+
export declare const TotalLocalStorageGBRequestFilterSensitiveLog: (obj: TotalLocalStorageGBRequest) => any;
|
|
5615
|
+
/**
|
|
5616
|
+
* @internal
|
|
5617
|
+
*/
|
|
5618
|
+
export declare const VCpuCountRequestFilterSensitiveLog: (obj: VCpuCountRequest) => any;
|
|
5619
|
+
/**
|
|
5620
|
+
* @internal
|
|
5621
|
+
*/
|
|
5622
|
+
export declare const InstanceRequirementsFilterSensitiveLog: (obj: InstanceRequirements) => any;
|
|
5623
|
+
/**
|
|
5624
|
+
* @internal
|
|
5625
|
+
*/
|
|
5626
|
+
export declare const LaunchTemplateOverridesFilterSensitiveLog: (obj: LaunchTemplateOverrides) => any;
|
|
5627
|
+
/**
|
|
5628
|
+
* @internal
|
|
5629
|
+
*/
|
|
5630
|
+
export declare const LaunchTemplateFilterSensitiveLog: (obj: LaunchTemplate) => any;
|
|
5631
|
+
/**
|
|
5632
|
+
* @internal
|
|
5633
|
+
*/
|
|
5634
|
+
export declare const MixedInstancesPolicyFilterSensitiveLog: (obj: MixedInstancesPolicy) => any;
|
|
5635
|
+
/**
|
|
5636
|
+
* @internal
|
|
5637
|
+
*/
|
|
5638
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
5639
|
+
/**
|
|
5640
|
+
* @internal
|
|
5641
|
+
*/
|
|
5642
|
+
export declare const CreateAutoScalingGroupTypeFilterSensitiveLog: (obj: CreateAutoScalingGroupType) => any;
|
|
5643
|
+
/**
|
|
5644
|
+
* @internal
|
|
5645
|
+
*/
|
|
5646
|
+
export declare const EbsFilterSensitiveLog: (obj: Ebs) => any;
|
|
5647
|
+
/**
|
|
5648
|
+
* @internal
|
|
5649
|
+
*/
|
|
5650
|
+
export declare const BlockDeviceMappingFilterSensitiveLog: (obj: BlockDeviceMapping) => any;
|
|
5651
|
+
/**
|
|
5652
|
+
* @internal
|
|
5653
|
+
*/
|
|
5654
|
+
export declare const InstanceMonitoringFilterSensitiveLog: (obj: InstanceMonitoring) => any;
|
|
5655
|
+
/**
|
|
5656
|
+
* @internal
|
|
5657
|
+
*/
|
|
5658
|
+
export declare const InstanceMetadataOptionsFilterSensitiveLog: (obj: InstanceMetadataOptions) => any;
|
|
5659
|
+
/**
|
|
5660
|
+
* @internal
|
|
5661
|
+
*/
|
|
5662
|
+
export declare const CreateLaunchConfigurationTypeFilterSensitiveLog: (obj: CreateLaunchConfigurationType) => any;
|
|
5663
|
+
/**
|
|
5664
|
+
* @internal
|
|
5665
|
+
*/
|
|
5666
|
+
export declare const CreateOrUpdateTagsTypeFilterSensitiveLog: (obj: CreateOrUpdateTagsType) => any;
|
|
5667
|
+
/**
|
|
5668
|
+
* @internal
|
|
5669
|
+
*/
|
|
5670
|
+
export declare const DeleteAutoScalingGroupTypeFilterSensitiveLog: (obj: DeleteAutoScalingGroupType) => any;
|
|
5671
|
+
/**
|
|
5672
|
+
* @internal
|
|
5673
|
+
*/
|
|
5674
|
+
export declare const LaunchConfigurationNameTypeFilterSensitiveLog: (obj: LaunchConfigurationNameType) => any;
|
|
5675
|
+
/**
|
|
5676
|
+
* @internal
|
|
5677
|
+
*/
|
|
5678
|
+
export declare const DeleteLifecycleHookAnswerFilterSensitiveLog: (obj: DeleteLifecycleHookAnswer) => any;
|
|
5679
|
+
/**
|
|
5680
|
+
* @internal
|
|
5681
|
+
*/
|
|
5682
|
+
export declare const DeleteLifecycleHookTypeFilterSensitiveLog: (obj: DeleteLifecycleHookType) => any;
|
|
5683
|
+
/**
|
|
5684
|
+
* @internal
|
|
5685
|
+
*/
|
|
5686
|
+
export declare const DeleteNotificationConfigurationTypeFilterSensitiveLog: (obj: DeleteNotificationConfigurationType) => any;
|
|
5687
|
+
/**
|
|
5688
|
+
* @internal
|
|
5689
|
+
*/
|
|
5690
|
+
export declare const DeletePolicyTypeFilterSensitiveLog: (obj: DeletePolicyType) => any;
|
|
5691
|
+
/**
|
|
5692
|
+
* @internal
|
|
5693
|
+
*/
|
|
5694
|
+
export declare const DeleteScheduledActionTypeFilterSensitiveLog: (obj: DeleteScheduledActionType) => any;
|
|
5695
|
+
/**
|
|
5696
|
+
* @internal
|
|
5697
|
+
*/
|
|
5698
|
+
export declare const DeleteTagsTypeFilterSensitiveLog: (obj: DeleteTagsType) => any;
|
|
5699
|
+
/**
|
|
5700
|
+
* @internal
|
|
5701
|
+
*/
|
|
5702
|
+
export declare const DeleteWarmPoolAnswerFilterSensitiveLog: (obj: DeleteWarmPoolAnswer) => any;
|
|
5703
|
+
/**
|
|
5704
|
+
* @internal
|
|
5705
|
+
*/
|
|
5706
|
+
export declare const DeleteWarmPoolTypeFilterSensitiveLog: (obj: DeleteWarmPoolType) => any;
|
|
5707
|
+
/**
|
|
5708
|
+
* @internal
|
|
5709
|
+
*/
|
|
5710
|
+
export declare const DescribeAccountLimitsAnswerFilterSensitiveLog: (obj: DescribeAccountLimitsAnswer) => any;
|
|
5711
|
+
/**
|
|
5712
|
+
* @internal
|
|
5713
|
+
*/
|
|
5714
|
+
export declare const DescribeAdjustmentTypesAnswerFilterSensitiveLog: (obj: DescribeAdjustmentTypesAnswer) => any;
|
|
5715
|
+
/**
|
|
5716
|
+
* @internal
|
|
5717
|
+
*/
|
|
5718
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
5719
|
+
/**
|
|
5720
|
+
* @internal
|
|
5721
|
+
*/
|
|
5722
|
+
export declare const AutoScalingGroupNamesTypeFilterSensitiveLog: (obj: AutoScalingGroupNamesType) => any;
|
|
5723
|
+
/**
|
|
5724
|
+
* @internal
|
|
5725
|
+
*/
|
|
5726
|
+
export declare const EnabledMetricFilterSensitiveLog: (obj: EnabledMetric) => any;
|
|
5727
|
+
/**
|
|
5728
|
+
* @internal
|
|
5729
|
+
*/
|
|
5730
|
+
export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
|
|
5731
|
+
/**
|
|
5732
|
+
* @internal
|
|
5733
|
+
*/
|
|
5734
|
+
export declare const SuspendedProcessFilterSensitiveLog: (obj: SuspendedProcess) => any;
|
|
5735
|
+
/**
|
|
5736
|
+
* @internal
|
|
5737
|
+
*/
|
|
5738
|
+
export declare const TagDescriptionFilterSensitiveLog: (obj: TagDescription) => any;
|
|
5739
|
+
/**
|
|
5740
|
+
* @internal
|
|
5741
|
+
*/
|
|
5742
|
+
export declare const InstanceReusePolicyFilterSensitiveLog: (obj: InstanceReusePolicy) => any;
|
|
5743
|
+
/**
|
|
5744
|
+
* @internal
|
|
5745
|
+
*/
|
|
5746
|
+
export declare const WarmPoolConfigurationFilterSensitiveLog: (obj: WarmPoolConfiguration) => any;
|
|
5747
|
+
/**
|
|
5748
|
+
* @internal
|
|
5749
|
+
*/
|
|
5750
|
+
export declare const AutoScalingGroupFilterSensitiveLog: (obj: AutoScalingGroup) => any;
|
|
5751
|
+
/**
|
|
5752
|
+
* @internal
|
|
5753
|
+
*/
|
|
5754
|
+
export declare const AutoScalingGroupsTypeFilterSensitiveLog: (obj: AutoScalingGroupsType) => any;
|
|
5755
|
+
/**
|
|
5756
|
+
* @internal
|
|
5757
|
+
*/
|
|
5758
|
+
export declare const AutoScalingInstanceDetailsFilterSensitiveLog: (obj: AutoScalingInstanceDetails) => any;
|
|
5759
|
+
/**
|
|
5760
|
+
* @internal
|
|
5761
|
+
*/
|
|
5762
|
+
export declare const AutoScalingInstancesTypeFilterSensitiveLog: (obj: AutoScalingInstancesType) => any;
|
|
5763
|
+
/**
|
|
5764
|
+
* @internal
|
|
5765
|
+
*/
|
|
5766
|
+
export declare const DescribeAutoScalingInstancesTypeFilterSensitiveLog: (obj: DescribeAutoScalingInstancesType) => any;
|
|
5767
|
+
/**
|
|
5768
|
+
* @internal
|
|
5769
|
+
*/
|
|
5770
|
+
export declare const DescribeAutoScalingNotificationTypesAnswerFilterSensitiveLog: (obj: DescribeAutoScalingNotificationTypesAnswer) => any;
|
|
5771
|
+
/**
|
|
5772
|
+
* @internal
|
|
5773
|
+
*/
|
|
5774
|
+
export declare const DesiredConfigurationFilterSensitiveLog: (obj: DesiredConfiguration) => any;
|
|
5775
|
+
/**
|
|
5776
|
+
* @internal
|
|
5777
|
+
*/
|
|
5778
|
+
export declare const RefreshPreferencesFilterSensitiveLog: (obj: RefreshPreferences) => any;
|
|
5779
|
+
/**
|
|
5780
|
+
* @internal
|
|
5781
|
+
*/
|
|
5782
|
+
export declare const InstanceRefreshLivePoolProgressFilterSensitiveLog: (obj: InstanceRefreshLivePoolProgress) => any;
|
|
5783
|
+
/**
|
|
5784
|
+
* @internal
|
|
5785
|
+
*/
|
|
5786
|
+
export declare const InstanceRefreshWarmPoolProgressFilterSensitiveLog: (obj: InstanceRefreshWarmPoolProgress) => any;
|
|
5787
|
+
/**
|
|
5788
|
+
* @internal
|
|
5789
|
+
*/
|
|
5790
|
+
export declare const InstanceRefreshProgressDetailsFilterSensitiveLog: (obj: InstanceRefreshProgressDetails) => any;
|
|
5791
|
+
/**
|
|
5792
|
+
* @internal
|
|
5793
|
+
*/
|
|
5794
|
+
export declare const InstanceRefreshFilterSensitiveLog: (obj: InstanceRefresh) => any;
|
|
5795
|
+
/**
|
|
5796
|
+
* @internal
|
|
5797
|
+
*/
|
|
5798
|
+
export declare const DescribeInstanceRefreshesAnswerFilterSensitiveLog: (obj: DescribeInstanceRefreshesAnswer) => any;
|
|
5799
|
+
/**
|
|
5800
|
+
* @internal
|
|
5801
|
+
*/
|
|
5802
|
+
export declare const DescribeInstanceRefreshesTypeFilterSensitiveLog: (obj: DescribeInstanceRefreshesType) => any;
|
|
5803
|
+
/**
|
|
5804
|
+
* @internal
|
|
5805
|
+
*/
|
|
5806
|
+
export declare const LaunchConfigurationNamesTypeFilterSensitiveLog: (obj: LaunchConfigurationNamesType) => any;
|
|
5807
|
+
/**
|
|
5808
|
+
* @internal
|
|
5809
|
+
*/
|
|
5810
|
+
export declare const LaunchConfigurationFilterSensitiveLog: (obj: LaunchConfiguration) => any;
|
|
5811
|
+
/**
|
|
5812
|
+
* @internal
|
|
5813
|
+
*/
|
|
5814
|
+
export declare const LaunchConfigurationsTypeFilterSensitiveLog: (obj: LaunchConfigurationsType) => any;
|
|
5815
|
+
/**
|
|
5816
|
+
* @internal
|
|
5817
|
+
*/
|
|
5818
|
+
export declare const LifecycleHookFilterSensitiveLog: (obj: LifecycleHook) => any;
|
|
5819
|
+
/**
|
|
5820
|
+
* @internal
|
|
5821
|
+
*/
|
|
5822
|
+
export declare const DescribeLifecycleHooksAnswerFilterSensitiveLog: (obj: DescribeLifecycleHooksAnswer) => any;
|
|
5823
|
+
/**
|
|
5824
|
+
* @internal
|
|
5825
|
+
*/
|
|
5826
|
+
export declare const DescribeLifecycleHooksTypeFilterSensitiveLog: (obj: DescribeLifecycleHooksType) => any;
|
|
5827
|
+
/**
|
|
5828
|
+
* @internal
|
|
5829
|
+
*/
|
|
5830
|
+
export declare const DescribeLifecycleHookTypesAnswerFilterSensitiveLog: (obj: DescribeLifecycleHookTypesAnswer) => any;
|
|
5831
|
+
/**
|
|
5832
|
+
* @internal
|
|
5833
|
+
*/
|
|
5834
|
+
export declare const DescribeLoadBalancersRequestFilterSensitiveLog: (obj: DescribeLoadBalancersRequest) => any;
|
|
5835
|
+
/**
|
|
5836
|
+
* @internal
|
|
5837
|
+
*/
|
|
5838
|
+
export declare const LoadBalancerStateFilterSensitiveLog: (obj: LoadBalancerState) => any;
|
|
5839
|
+
/**
|
|
5840
|
+
* @internal
|
|
5841
|
+
*/
|
|
5842
|
+
export declare const DescribeLoadBalancersResponseFilterSensitiveLog: (obj: DescribeLoadBalancersResponse) => any;
|
|
5843
|
+
/**
|
|
5844
|
+
* @internal
|
|
5845
|
+
*/
|
|
5846
|
+
export declare const DescribeLoadBalancerTargetGroupsRequestFilterSensitiveLog: (obj: DescribeLoadBalancerTargetGroupsRequest) => any;
|
|
5847
|
+
/**
|
|
5848
|
+
* @internal
|
|
5849
|
+
*/
|
|
5850
|
+
export declare const LoadBalancerTargetGroupStateFilterSensitiveLog: (obj: LoadBalancerTargetGroupState) => any;
|
|
5851
|
+
/**
|
|
5852
|
+
* @internal
|
|
5853
|
+
*/
|
|
5854
|
+
export declare const DescribeLoadBalancerTargetGroupsResponseFilterSensitiveLog: (obj: DescribeLoadBalancerTargetGroupsResponse) => any;
|
|
5855
|
+
/**
|
|
5856
|
+
* @internal
|
|
5857
|
+
*/
|
|
5858
|
+
export declare const MetricGranularityTypeFilterSensitiveLog: (obj: MetricGranularityType) => any;
|
|
5859
|
+
/**
|
|
5860
|
+
* @internal
|
|
5861
|
+
*/
|
|
5862
|
+
export declare const MetricCollectionTypeFilterSensitiveLog: (obj: MetricCollectionType) => any;
|
|
5863
|
+
/**
|
|
5864
|
+
* @internal
|
|
5865
|
+
*/
|
|
5866
|
+
export declare const DescribeMetricCollectionTypesAnswerFilterSensitiveLog: (obj: DescribeMetricCollectionTypesAnswer) => any;
|
|
5867
|
+
/**
|
|
5868
|
+
* @internal
|
|
5869
|
+
*/
|
|
5870
|
+
export declare const NotificationConfigurationFilterSensitiveLog: (obj: NotificationConfiguration) => any;
|
|
5871
|
+
/**
|
|
5872
|
+
* @internal
|
|
5873
|
+
*/
|
|
5874
|
+
export declare const DescribeNotificationConfigurationsAnswerFilterSensitiveLog: (obj: DescribeNotificationConfigurationsAnswer) => any;
|
|
5875
|
+
/**
|
|
5876
|
+
* @internal
|
|
5877
|
+
*/
|
|
5878
|
+
export declare const DescribeNotificationConfigurationsTypeFilterSensitiveLog: (obj: DescribeNotificationConfigurationsType) => any;
|
|
5879
|
+
/**
|
|
5880
|
+
* @internal
|
|
5881
|
+
*/
|
|
5882
|
+
export declare const DescribePoliciesTypeFilterSensitiveLog: (obj: DescribePoliciesType) => any;
|
|
5883
|
+
/**
|
|
5884
|
+
* @internal
|
|
5885
|
+
*/
|
|
5886
|
+
export declare const MetricDimensionFilterSensitiveLog: (obj: MetricDimension) => any;
|
|
5887
|
+
/**
|
|
5888
|
+
* @internal
|
|
5889
|
+
*/
|
|
5890
|
+
export declare const MetricFilterSensitiveLog: (obj: Metric) => any;
|
|
5891
|
+
/**
|
|
5892
|
+
* @internal
|
|
5893
|
+
*/
|
|
5894
|
+
export declare const MetricStatFilterSensitiveLog: (obj: MetricStat) => any;
|
|
5895
|
+
/**
|
|
5896
|
+
* @internal
|
|
5897
|
+
*/
|
|
5898
|
+
export declare const MetricDataQueryFilterSensitiveLog: (obj: MetricDataQuery) => any;
|
|
5899
|
+
/**
|
|
5900
|
+
* @internal
|
|
5901
|
+
*/
|
|
5902
|
+
export declare const PredictiveScalingCustomizedCapacityMetricFilterSensitiveLog: (obj: PredictiveScalingCustomizedCapacityMetric) => any;
|
|
5903
|
+
/**
|
|
5904
|
+
* @internal
|
|
5905
|
+
*/
|
|
5906
|
+
export declare const PredictiveScalingCustomizedLoadMetricFilterSensitiveLog: (obj: PredictiveScalingCustomizedLoadMetric) => any;
|
|
5907
|
+
/**
|
|
5908
|
+
* @internal
|
|
5909
|
+
*/
|
|
5910
|
+
export declare const PredictiveScalingCustomizedScalingMetricFilterSensitiveLog: (obj: PredictiveScalingCustomizedScalingMetric) => any;
|
|
5911
|
+
/**
|
|
5912
|
+
* @internal
|
|
5913
|
+
*/
|
|
5914
|
+
export declare const PredictiveScalingPredefinedLoadMetricFilterSensitiveLog: (obj: PredictiveScalingPredefinedLoadMetric) => any;
|
|
5915
|
+
/**
|
|
5916
|
+
* @internal
|
|
5917
|
+
*/
|
|
5918
|
+
export declare const PredictiveScalingPredefinedMetricPairFilterSensitiveLog: (obj: PredictiveScalingPredefinedMetricPair) => any;
|
|
5919
|
+
/**
|
|
5920
|
+
* @internal
|
|
5921
|
+
*/
|
|
5922
|
+
export declare const PredictiveScalingPredefinedScalingMetricFilterSensitiveLog: (obj: PredictiveScalingPredefinedScalingMetric) => any;
|
|
5923
|
+
/**
|
|
5924
|
+
* @internal
|
|
5925
|
+
*/
|
|
5926
|
+
export declare const PredictiveScalingMetricSpecificationFilterSensitiveLog: (obj: PredictiveScalingMetricSpecification) => any;
|
|
5927
|
+
/**
|
|
5928
|
+
* @internal
|
|
5929
|
+
*/
|
|
5930
|
+
export declare const PredictiveScalingConfigurationFilterSensitiveLog: (obj: PredictiveScalingConfiguration) => any;
|
|
5931
|
+
/**
|
|
5932
|
+
* @internal
|
|
5933
|
+
*/
|
|
5934
|
+
export declare const StepAdjustmentFilterSensitiveLog: (obj: StepAdjustment) => any;
|
|
5935
|
+
/**
|
|
5936
|
+
* @internal
|
|
5937
|
+
*/
|
|
5938
|
+
export declare const CustomizedMetricSpecificationFilterSensitiveLog: (obj: CustomizedMetricSpecification) => any;
|
|
5939
|
+
/**
|
|
5940
|
+
* @internal
|
|
5941
|
+
*/
|
|
5942
|
+
export declare const PredefinedMetricSpecificationFilterSensitiveLog: (obj: PredefinedMetricSpecification) => any;
|
|
5943
|
+
/**
|
|
5944
|
+
* @internal
|
|
5945
|
+
*/
|
|
5946
|
+
export declare const TargetTrackingConfigurationFilterSensitiveLog: (obj: TargetTrackingConfiguration) => any;
|
|
5947
|
+
/**
|
|
5948
|
+
* @internal
|
|
5949
|
+
*/
|
|
5950
|
+
export declare const ScalingPolicyFilterSensitiveLog: (obj: ScalingPolicy) => any;
|
|
5951
|
+
/**
|
|
5952
|
+
* @internal
|
|
5953
|
+
*/
|
|
5954
|
+
export declare const PoliciesTypeFilterSensitiveLog: (obj: PoliciesType) => any;
|
|
5955
|
+
/**
|
|
5956
|
+
* @internal
|
|
5957
|
+
*/
|
|
5958
|
+
export declare const DescribeScalingActivitiesTypeFilterSensitiveLog: (obj: DescribeScalingActivitiesType) => any;
|
|
5959
|
+
/**
|
|
5960
|
+
* @internal
|
|
5961
|
+
*/
|
|
5962
|
+
export declare const ProcessTypeFilterSensitiveLog: (obj: ProcessType) => any;
|
|
5963
|
+
/**
|
|
5964
|
+
* @internal
|
|
5965
|
+
*/
|
|
5966
|
+
export declare const ProcessesTypeFilterSensitiveLog: (obj: ProcessesType) => any;
|
|
5967
|
+
/**
|
|
5968
|
+
* @internal
|
|
5969
|
+
*/
|
|
5970
|
+
export declare const DescribeScheduledActionsTypeFilterSensitiveLog: (obj: DescribeScheduledActionsType) => any;
|
|
5971
|
+
/**
|
|
5972
|
+
* @internal
|
|
5973
|
+
*/
|
|
5974
|
+
export declare const ScheduledUpdateGroupActionFilterSensitiveLog: (obj: ScheduledUpdateGroupAction) => any;
|
|
5975
|
+
/**
|
|
5976
|
+
* @internal
|
|
5977
|
+
*/
|
|
5978
|
+
export declare const ScheduledActionsTypeFilterSensitiveLog: (obj: ScheduledActionsType) => any;
|
|
5979
|
+
/**
|
|
5980
|
+
* @internal
|
|
5981
|
+
*/
|
|
5982
|
+
export declare const DescribeTagsTypeFilterSensitiveLog: (obj: DescribeTagsType) => any;
|
|
5983
|
+
/**
|
|
5984
|
+
* @internal
|
|
5985
|
+
*/
|
|
5986
|
+
export declare const TagsTypeFilterSensitiveLog: (obj: TagsType) => any;
|
|
5987
|
+
/**
|
|
5988
|
+
* @internal
|
|
5989
|
+
*/
|
|
5990
|
+
export declare const DescribeTerminationPolicyTypesAnswerFilterSensitiveLog: (obj: DescribeTerminationPolicyTypesAnswer) => any;
|
|
5991
|
+
/**
|
|
5992
|
+
* @internal
|
|
5993
|
+
*/
|
|
5994
|
+
export declare const DescribeWarmPoolAnswerFilterSensitiveLog: (obj: DescribeWarmPoolAnswer) => any;
|
|
5995
|
+
/**
|
|
5996
|
+
* @internal
|
|
5997
|
+
*/
|
|
5998
|
+
export declare const DescribeWarmPoolTypeFilterSensitiveLog: (obj: DescribeWarmPoolType) => any;
|
|
5999
|
+
/**
|
|
6000
|
+
* @internal
|
|
6001
|
+
*/
|
|
6002
|
+
export declare const DetachInstancesAnswerFilterSensitiveLog: (obj: DetachInstancesAnswer) => any;
|
|
6003
|
+
/**
|
|
6004
|
+
* @internal
|
|
6005
|
+
*/
|
|
6006
|
+
export declare const DetachInstancesQueryFilterSensitiveLog: (obj: DetachInstancesQuery) => any;
|
|
6007
|
+
/**
|
|
6008
|
+
* @internal
|
|
6009
|
+
*/
|
|
6010
|
+
export declare const DetachLoadBalancersResultTypeFilterSensitiveLog: (obj: DetachLoadBalancersResultType) => any;
|
|
6011
|
+
/**
|
|
6012
|
+
* @internal
|
|
6013
|
+
*/
|
|
6014
|
+
export declare const DetachLoadBalancersTypeFilterSensitiveLog: (obj: DetachLoadBalancersType) => any;
|
|
6015
|
+
/**
|
|
6016
|
+
* @internal
|
|
6017
|
+
*/
|
|
6018
|
+
export declare const DetachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog: (obj: DetachLoadBalancerTargetGroupsResultType) => any;
|
|
6019
|
+
/**
|
|
6020
|
+
* @internal
|
|
6021
|
+
*/
|
|
6022
|
+
export declare const DetachLoadBalancerTargetGroupsTypeFilterSensitiveLog: (obj: DetachLoadBalancerTargetGroupsType) => any;
|
|
6023
|
+
/**
|
|
6024
|
+
* @internal
|
|
6025
|
+
*/
|
|
6026
|
+
export declare const DisableMetricsCollectionQueryFilterSensitiveLog: (obj: DisableMetricsCollectionQuery) => any;
|
|
6027
|
+
/**
|
|
6028
|
+
* @internal
|
|
6029
|
+
*/
|
|
6030
|
+
export declare const EnableMetricsCollectionQueryFilterSensitiveLog: (obj: EnableMetricsCollectionQuery) => any;
|
|
6031
|
+
/**
|
|
6032
|
+
* @internal
|
|
6033
|
+
*/
|
|
6034
|
+
export declare const EnterStandbyAnswerFilterSensitiveLog: (obj: EnterStandbyAnswer) => any;
|
|
6035
|
+
/**
|
|
6036
|
+
* @internal
|
|
6037
|
+
*/
|
|
6038
|
+
export declare const EnterStandbyQueryFilterSensitiveLog: (obj: EnterStandbyQuery) => any;
|
|
6039
|
+
/**
|
|
6040
|
+
* @internal
|
|
6041
|
+
*/
|
|
6042
|
+
export declare const ExecutePolicyTypeFilterSensitiveLog: (obj: ExecutePolicyType) => any;
|
|
6043
|
+
/**
|
|
6044
|
+
* @internal
|
|
6045
|
+
*/
|
|
6046
|
+
export declare const ExitStandbyAnswerFilterSensitiveLog: (obj: ExitStandbyAnswer) => any;
|
|
6047
|
+
/**
|
|
6048
|
+
* @internal
|
|
6049
|
+
*/
|
|
6050
|
+
export declare const ExitStandbyQueryFilterSensitiveLog: (obj: ExitStandbyQuery) => any;
|
|
6051
|
+
/**
|
|
6052
|
+
* @internal
|
|
6053
|
+
*/
|
|
6054
|
+
export declare const CapacityForecastFilterSensitiveLog: (obj: CapacityForecast) => any;
|
|
6055
|
+
/**
|
|
6056
|
+
* @internal
|
|
6057
|
+
*/
|
|
6058
|
+
export declare const LoadForecastFilterSensitiveLog: (obj: LoadForecast) => any;
|
|
6059
|
+
/**
|
|
6060
|
+
* @internal
|
|
6061
|
+
*/
|
|
6062
|
+
export declare const GetPredictiveScalingForecastAnswerFilterSensitiveLog: (obj: GetPredictiveScalingForecastAnswer) => any;
|
|
6063
|
+
/**
|
|
6064
|
+
* @internal
|
|
6065
|
+
*/
|
|
6066
|
+
export declare const GetPredictiveScalingForecastTypeFilterSensitiveLog: (obj: GetPredictiveScalingForecastType) => any;
|
|
6067
|
+
/**
|
|
6068
|
+
* @internal
|
|
6069
|
+
*/
|
|
6070
|
+
export declare const PutLifecycleHookAnswerFilterSensitiveLog: (obj: PutLifecycleHookAnswer) => any;
|
|
6071
|
+
/**
|
|
6072
|
+
* @internal
|
|
6073
|
+
*/
|
|
6074
|
+
export declare const PutLifecycleHookTypeFilterSensitiveLog: (obj: PutLifecycleHookType) => any;
|
|
6075
|
+
/**
|
|
6076
|
+
* @internal
|
|
6077
|
+
*/
|
|
6078
|
+
export declare const PutNotificationConfigurationTypeFilterSensitiveLog: (obj: PutNotificationConfigurationType) => any;
|
|
6079
|
+
/**
|
|
6080
|
+
* @internal
|
|
6081
|
+
*/
|
|
6082
|
+
export declare const PolicyARNTypeFilterSensitiveLog: (obj: PolicyARNType) => any;
|
|
6083
|
+
/**
|
|
6084
|
+
* @internal
|
|
6085
|
+
*/
|
|
6086
|
+
export declare const PutScalingPolicyTypeFilterSensitiveLog: (obj: PutScalingPolicyType) => any;
|
|
6087
|
+
/**
|
|
6088
|
+
* @internal
|
|
6089
|
+
*/
|
|
6090
|
+
export declare const PutScheduledUpdateGroupActionTypeFilterSensitiveLog: (obj: PutScheduledUpdateGroupActionType) => any;
|
|
6091
|
+
/**
|
|
6092
|
+
* @internal
|
|
6093
|
+
*/
|
|
6094
|
+
export declare const PutWarmPoolAnswerFilterSensitiveLog: (obj: PutWarmPoolAnswer) => any;
|
|
6095
|
+
/**
|
|
6096
|
+
* @internal
|
|
6097
|
+
*/
|
|
6098
|
+
export declare const PutWarmPoolTypeFilterSensitiveLog: (obj: PutWarmPoolType) => any;
|
|
6099
|
+
/**
|
|
6100
|
+
* @internal
|
|
6101
|
+
*/
|
|
6102
|
+
export declare const RecordLifecycleActionHeartbeatAnswerFilterSensitiveLog: (obj: RecordLifecycleActionHeartbeatAnswer) => any;
|
|
6103
|
+
/**
|
|
6104
|
+
* @internal
|
|
6105
|
+
*/
|
|
6106
|
+
export declare const RecordLifecycleActionHeartbeatTypeFilterSensitiveLog: (obj: RecordLifecycleActionHeartbeatType) => any;
|
|
6107
|
+
/**
|
|
6108
|
+
* @internal
|
|
6109
|
+
*/
|
|
6110
|
+
export declare const ScalingProcessQueryFilterSensitiveLog: (obj: ScalingProcessQuery) => any;
|
|
6111
|
+
/**
|
|
6112
|
+
* @internal
|
|
6113
|
+
*/
|
|
6114
|
+
export declare const SetDesiredCapacityTypeFilterSensitiveLog: (obj: SetDesiredCapacityType) => any;
|
|
6115
|
+
/**
|
|
6116
|
+
* @internal
|
|
6117
|
+
*/
|
|
6118
|
+
export declare const SetInstanceHealthQueryFilterSensitiveLog: (obj: SetInstanceHealthQuery) => any;
|
|
6119
|
+
/**
|
|
6120
|
+
* @internal
|
|
6121
|
+
*/
|
|
6122
|
+
export declare const SetInstanceProtectionAnswerFilterSensitiveLog: (obj: SetInstanceProtectionAnswer) => any;
|
|
6123
|
+
/**
|
|
6124
|
+
* @internal
|
|
6125
|
+
*/
|
|
6126
|
+
export declare const SetInstanceProtectionQueryFilterSensitiveLog: (obj: SetInstanceProtectionQuery) => any;
|
|
6127
|
+
/**
|
|
6128
|
+
* @internal
|
|
6129
|
+
*/
|
|
6130
|
+
export declare const StartInstanceRefreshAnswerFilterSensitiveLog: (obj: StartInstanceRefreshAnswer) => any;
|
|
6131
|
+
/**
|
|
6132
|
+
* @internal
|
|
6133
|
+
*/
|
|
6134
|
+
export declare const StartInstanceRefreshTypeFilterSensitiveLog: (obj: StartInstanceRefreshType) => any;
|
|
6135
|
+
/**
|
|
6136
|
+
* @internal
|
|
6137
|
+
*/
|
|
6138
|
+
export declare const TerminateInstanceInAutoScalingGroupTypeFilterSensitiveLog: (obj: TerminateInstanceInAutoScalingGroupType) => any;
|
|
6139
|
+
/**
|
|
6140
|
+
* @internal
|
|
6141
|
+
*/
|
|
6142
|
+
export declare const UpdateAutoScalingGroupTypeFilterSensitiveLog: (obj: UpdateAutoScalingGroupType) => any;
|