@aws-sdk/client-auto-scaling 3.131.0 → 3.141.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +3 -6
  3. package/dist-cjs/commands/AttachInstancesCommand.js +1 -1
  4. package/dist-cjs/commands/AttachLoadBalancerTargetGroupsCommand.js +2 -2
  5. package/dist-cjs/commands/AttachLoadBalancersCommand.js +2 -2
  6. package/dist-cjs/commands/BatchDeleteScheduledActionCommand.js +2 -2
  7. package/dist-cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js +2 -2
  8. package/dist-cjs/commands/CancelInstanceRefreshCommand.js +2 -2
  9. package/dist-cjs/commands/CompleteLifecycleActionCommand.js +2 -2
  10. package/dist-cjs/commands/CreateAutoScalingGroupCommand.js +1 -1
  11. package/dist-cjs/commands/CreateLaunchConfigurationCommand.js +1 -1
  12. package/dist-cjs/commands/CreateOrUpdateTagsCommand.js +1 -1
  13. package/dist-cjs/commands/DeleteAutoScalingGroupCommand.js +1 -1
  14. package/dist-cjs/commands/DeleteLaunchConfigurationCommand.js +1 -1
  15. package/dist-cjs/commands/DeleteLifecycleHookCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteNotificationConfigurationCommand.js +1 -1
  17. package/dist-cjs/commands/DeletePolicyCommand.js +1 -1
  18. package/dist-cjs/commands/DeleteScheduledActionCommand.js +1 -1
  19. package/dist-cjs/commands/DeleteTagsCommand.js +1 -1
  20. package/dist-cjs/commands/DeleteWarmPoolCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +1 -1
  22. package/dist-cjs/commands/DescribeAdjustmentTypesCommand.js +1 -1
  23. package/dist-cjs/commands/DescribeAutoScalingGroupsCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeAutoScalingInstancesCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeAutoScalingNotificationTypesCommand.js +1 -1
  26. package/dist-cjs/commands/DescribeInstanceRefreshesCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeLaunchConfigurationsCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeLifecycleHookTypesCommand.js +1 -1
  29. package/dist-cjs/commands/DescribeLifecycleHooksCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeLoadBalancersCommand.js +2 -2
  32. package/dist-cjs/commands/DescribeMetricCollectionTypesCommand.js +1 -1
  33. package/dist-cjs/commands/DescribeNotificationConfigurationsCommand.js +2 -2
  34. package/dist-cjs/commands/DescribePoliciesCommand.js +2 -2
  35. package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +2 -2
  36. package/dist-cjs/commands/DescribeScalingProcessTypesCommand.js +1 -1
  37. package/dist-cjs/commands/DescribeScheduledActionsCommand.js +2 -2
  38. package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
  39. package/dist-cjs/commands/DescribeTerminationPolicyTypesCommand.js +1 -1
  40. package/dist-cjs/commands/DescribeWarmPoolCommand.js +2 -2
  41. package/dist-cjs/commands/DetachInstancesCommand.js +2 -2
  42. package/dist-cjs/commands/DetachLoadBalancerTargetGroupsCommand.js +2 -2
  43. package/dist-cjs/commands/DetachLoadBalancersCommand.js +2 -2
  44. package/dist-cjs/commands/DisableMetricsCollectionCommand.js +1 -1
  45. package/dist-cjs/commands/EnableMetricsCollectionCommand.js +1 -1
  46. package/dist-cjs/commands/EnterStandbyCommand.js +2 -2
  47. package/dist-cjs/commands/ExecutePolicyCommand.js +1 -1
  48. package/dist-cjs/commands/ExitStandbyCommand.js +2 -2
  49. package/dist-cjs/commands/GetPredictiveScalingForecastCommand.js +2 -2
  50. package/dist-cjs/commands/PutLifecycleHookCommand.js +2 -2
  51. package/dist-cjs/commands/PutNotificationConfigurationCommand.js +1 -1
  52. package/dist-cjs/commands/PutScalingPolicyCommand.js +2 -2
  53. package/dist-cjs/commands/PutScheduledUpdateGroupActionCommand.js +1 -1
  54. package/dist-cjs/commands/PutWarmPoolCommand.js +2 -2
  55. package/dist-cjs/commands/RecordLifecycleActionHeartbeatCommand.js +2 -2
  56. package/dist-cjs/commands/ResumeProcessesCommand.js +1 -1
  57. package/dist-cjs/commands/SetDesiredCapacityCommand.js +1 -1
  58. package/dist-cjs/commands/SetInstanceHealthCommand.js +1 -1
  59. package/dist-cjs/commands/SetInstanceProtectionCommand.js +2 -2
  60. package/dist-cjs/commands/StartInstanceRefreshCommand.js +2 -2
  61. package/dist-cjs/commands/SuspendProcessesCommand.js +1 -1
  62. package/dist-cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateAutoScalingGroupCommand.js +1 -1
  64. package/dist-cjs/models/models_0.js +652 -976
  65. package/dist-es/commands/AttachInstancesCommand.js +2 -2
  66. package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +3 -3
  67. package/dist-es/commands/AttachLoadBalancersCommand.js +3 -3
  68. package/dist-es/commands/BatchDeleteScheduledActionCommand.js +3 -3
  69. package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +3 -3
  70. package/dist-es/commands/CancelInstanceRefreshCommand.js +3 -3
  71. package/dist-es/commands/CompleteLifecycleActionCommand.js +3 -3
  72. package/dist-es/commands/CreateAutoScalingGroupCommand.js +2 -2
  73. package/dist-es/commands/CreateLaunchConfigurationCommand.js +2 -2
  74. package/dist-es/commands/CreateOrUpdateTagsCommand.js +2 -2
  75. package/dist-es/commands/DeleteAutoScalingGroupCommand.js +2 -2
  76. package/dist-es/commands/DeleteLaunchConfigurationCommand.js +2 -2
  77. package/dist-es/commands/DeleteLifecycleHookCommand.js +3 -3
  78. package/dist-es/commands/DeleteNotificationConfigurationCommand.js +2 -2
  79. package/dist-es/commands/DeletePolicyCommand.js +2 -2
  80. package/dist-es/commands/DeleteScheduledActionCommand.js +2 -2
  81. package/dist-es/commands/DeleteTagsCommand.js +2 -2
  82. package/dist-es/commands/DeleteWarmPoolCommand.js +3 -3
  83. package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -2
  84. package/dist-es/commands/DescribeAdjustmentTypesCommand.js +2 -2
  85. package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +3 -3
  86. package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +3 -3
  87. package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +2 -2
  88. package/dist-es/commands/DescribeInstanceRefreshesCommand.js +3 -3
  89. package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +3 -3
  90. package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +2 -2
  91. package/dist-es/commands/DescribeLifecycleHooksCommand.js +3 -3
  92. package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +3 -3
  93. package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -3
  94. package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +2 -2
  95. package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +3 -3
  96. package/dist-es/commands/DescribePoliciesCommand.js +3 -3
  97. package/dist-es/commands/DescribeScalingActivitiesCommand.js +3 -3
  98. package/dist-es/commands/DescribeScalingProcessTypesCommand.js +2 -2
  99. package/dist-es/commands/DescribeScheduledActionsCommand.js +3 -3
  100. package/dist-es/commands/DescribeTagsCommand.js +3 -3
  101. package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +2 -2
  102. package/dist-es/commands/DescribeWarmPoolCommand.js +3 -3
  103. package/dist-es/commands/DetachInstancesCommand.js +3 -3
  104. package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +3 -3
  105. package/dist-es/commands/DetachLoadBalancersCommand.js +3 -3
  106. package/dist-es/commands/DisableMetricsCollectionCommand.js +2 -2
  107. package/dist-es/commands/EnableMetricsCollectionCommand.js +2 -2
  108. package/dist-es/commands/EnterStandbyCommand.js +3 -3
  109. package/dist-es/commands/ExecutePolicyCommand.js +2 -2
  110. package/dist-es/commands/ExitStandbyCommand.js +3 -3
  111. package/dist-es/commands/GetPredictiveScalingForecastCommand.js +3 -3
  112. package/dist-es/commands/PutLifecycleHookCommand.js +3 -3
  113. package/dist-es/commands/PutNotificationConfigurationCommand.js +2 -2
  114. package/dist-es/commands/PutScalingPolicyCommand.js +3 -3
  115. package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +2 -2
  116. package/dist-es/commands/PutWarmPoolCommand.js +3 -3
  117. package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +3 -3
  118. package/dist-es/commands/ResumeProcessesCommand.js +2 -2
  119. package/dist-es/commands/SetDesiredCapacityCommand.js +2 -2
  120. package/dist-es/commands/SetInstanceHealthCommand.js +2 -2
  121. package/dist-es/commands/SetInstanceProtectionCommand.js +3 -3
  122. package/dist-es/commands/StartInstanceRefreshCommand.js +3 -3
  123. package/dist-es/commands/SuspendProcessesCommand.js +2 -2
  124. package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +3 -3
  125. package/dist-es/commands/UpdateAutoScalingGroupCommand.js +2 -2
  126. package/dist-es/models/models_0.js +162 -648
  127. package/dist-types/AutoScaling.d.ts +61 -51
  128. package/dist-types/AutoScalingClient.d.ts +6 -5
  129. package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +8 -7
  130. package/dist-types/commands/AttachLoadBalancersCommand.d.ts +7 -8
  131. package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +3 -3
  132. package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +2 -2
  133. package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +1 -1
  134. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -2
  135. package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +5 -5
  136. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -5
  137. package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +0 -2
  138. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +3 -3
  140. package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +4 -0
  141. package/dist-types/commands/DetachLoadBalancersCommand.d.ts +2 -2
  142. package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +1 -1
  143. package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +5 -1
  144. package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +2 -0
  145. package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +3 -3
  146. package/dist-types/models/models_0.d.ts +902 -1192
  147. package/dist-types/ts3.4/models/models_0.d.ts +324 -648
  148. 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>
@@ -518,8 +392,8 @@ export interface CompleteLifecycleActionType {
518
392
  */
519
393
  LifecycleActionToken?: string;
520
394
  /**
521
- * <p>The action for the group to take. This parameter can be either <code>CONTINUE</code>
522
- * or <code>ABANDON</code>.</p>
395
+ * <p>The action for the group to take. You can specify either <code>CONTINUE</code> or
396
+ * <code>ABANDON</code>.</p>
523
397
  */
524
398
  LifecycleActionResult: string | undefined;
525
399
  /**
@@ -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>
@@ -584,14 +446,16 @@ export interface LifecycleHookSpecification {
584
446
  */
585
447
  LifecycleHookName: string | undefined;
586
448
  /**
587
- * <p>The state of the EC2 instance to which you want to attach the lifecycle hook. The
588
- * valid values are:</p>
449
+ * <p>The lifecycle transition. For Auto Scaling groups, there are two major lifecycle
450
+ * transitions.</p>
589
451
  * <ul>
590
452
  * <li>
591
- * <p>autoscaling:EC2_INSTANCE_LAUNCHING</p>
453
+ * <p>To create a lifecycle hook for scale-out events, specify
454
+ * <code>autoscaling:EC2_INSTANCE_LAUNCHING</code>.</p>
592
455
  * </li>
593
456
  * <li>
594
- * <p>autoscaling:EC2_INSTANCE_TERMINATING</p>
457
+ * <p>To create a lifecycle hook for scale-in events, specify
458
+ * <code>autoscaling:EC2_INSTANCE_TERMINATING</code>.</p>
595
459
  * </li>
596
460
  * </ul>
597
461
  */
@@ -602,39 +466,32 @@ export interface LifecycleHookSpecification {
602
466
  */
603
467
  NotificationMetadata?: string;
604
468
  /**
605
- * <p>The maximum time, in seconds, that can elapse before the lifecycle hook times
606
- * out.</p>
607
- * <p>If the lifecycle hook times out, Amazon EC2 Auto Scaling performs the action that you specified in
608
- * the <code>DefaultResult</code> parameter. You can prevent the lifecycle hook from timing
609
- * out by calling <a>RecordLifecycleActionHeartbeat</a>.</p>
469
+ * <p>The maximum time, in seconds, that can elapse before the lifecycle hook times out. The
470
+ * range is from <code>30</code> to <code>7200</code> seconds. The default value is
471
+ * <code>3600</code> seconds (1 hour).</p>
610
472
  */
611
473
  HeartbeatTimeout?: number;
612
474
  /**
613
- * <p>Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses
614
- * or if an unexpected failure occurs. The valid values are <code>CONTINUE</code> and
615
- * <code>ABANDON</code>. The default value is <code>ABANDON</code>.</p>
475
+ * <p>The action the Auto Scaling group takes when the lifecycle hook timeout elapses or if an
476
+ * unexpected failure occurs. The default value is <code>ABANDON</code>.</p>
477
+ * <p>Valid values: <code>CONTINUE</code> | <code>ABANDON</code>
478
+ * </p>
616
479
  */
617
480
  DefaultResult?: string;
618
481
  /**
619
- * <p>The ARN of the target that Amazon EC2 Auto Scaling sends notifications to when an instance is in the
620
- * transition state for the lifecycle hook. The notification target can be either an SQS
621
- * queue or an SNS topic.</p>
482
+ * <p>The Amazon Resource Name (ARN) of the notification target that Amazon EC2 Auto Scaling sends
483
+ * notifications to when an instance is in a wait state for the lifecycle hook. You can
484
+ * specify an Amazon SNS topic or an Amazon SQS queue.</p>
622
485
  */
623
486
  NotificationTargetARN?: string;
624
487
  /**
625
488
  * <p>The ARN of the IAM role that allows the Auto Scaling group to publish to the specified
626
- * notification target.</p>
627
- * <p>Valid only if the notification target is an Amazon SNS topic or an Amazon SQS queue. Required
628
- * for new lifecycle hooks, but optional when updating existing hooks.</p>
489
+ * notification target. For information about creating this role, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/prepare-for-lifecycle-notifications.html#lifecycle-hook-notification-target">Configure a notification target for a lifecycle hook</a> in the
490
+ * <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
491
+ * <p>Valid only if the notification target is an Amazon SNS topic or an Amazon SQS queue.</p>
629
492
  */
630
493
  RoleARN?: string;
631
494
  }
632
- export declare namespace LifecycleHookSpecification {
633
- /**
634
- * @internal
635
- */
636
- const filterSensitiveLog: (obj: LifecycleHookSpecification) => any;
637
- }
638
495
  /**
639
496
  * <p>Describes an instances distribution for an Auto Scaling group.</p>
640
497
  */
@@ -650,6 +507,8 @@ export interface InstancesDistribution {
650
507
  * on.</p>
651
508
  * <p>Default: <code>lowest-price</code> for Auto Scaling groups that specify <a>InstanceRequirements</a> in the overrides and <code>prioritized</code> for
652
509
  * Auto Scaling groups that don't.</p>
510
+ * <p>Valid values: <code>lowest-price</code> | <code>prioritized</code>
511
+ * </p>
653
512
  */
654
513
  OnDemandAllocationStrategy?: string;
655
514
  /**
@@ -685,6 +544,9 @@ export interface InstancesDistribution {
685
544
  * but optimizes for capacity first. </p>
686
545
  * <p>Default: <code>lowest-price</code>
687
546
  * </p>
547
+ * <p>Valid values: <code>lowest-price</code> | <code>capacity-optimized</code> |
548
+ * <code>capacity-optimized-prioritized</code>
549
+ * </p>
688
550
  */
689
551
  SpotAllocationStrategy?: string;
690
552
  /**
@@ -701,15 +563,14 @@ export interface InstancesDistribution {
701
563
  * you keep the value at its default (unspecified), Amazon EC2 Auto Scaling uses the On-Demand price as
702
564
  * the maximum Spot price. To remove a value that you previously set, include the property
703
565
  * but specify an empty string ("") for the value.</p>
566
+ * <important>
567
+ * <p>If your maximum price is lower than the Spot price for the instance types that you
568
+ * selected, your Spot Instances are not launched.</p>
569
+ * </important>
570
+ * <p>Valid Range: Minimum value of 0.001</p>
704
571
  */
705
572
  SpotMaxPrice?: string;
706
573
  }
707
- export declare namespace InstancesDistribution {
708
- /**
709
- * @internal
710
- */
711
- const filterSensitiveLog: (obj: InstancesDistribution) => any;
712
- }
713
574
  export declare enum BareMetal {
714
575
  EXCLUDED = "excluded",
715
576
  INCLUDED = "included",
@@ -729,12 +590,6 @@ export interface BaselineEbsBandwidthMbpsRequest {
729
590
  */
730
591
  Max?: number;
731
592
  }
732
- export declare namespace BaselineEbsBandwidthMbpsRequest {
733
- /**
734
- * @internal
735
- */
736
- const filterSensitiveLog: (obj: BaselineEbsBandwidthMbpsRequest) => any;
737
- }
738
593
  export declare enum BurstablePerformance {
739
594
  EXCLUDED = "excluded",
740
595
  INCLUDED = "included",
@@ -772,12 +627,6 @@ export interface MemoryGiBPerVCpuRequest {
772
627
  */
773
628
  Max?: number;
774
629
  }
775
- export declare namespace MemoryGiBPerVCpuRequest {
776
- /**
777
- * @internal
778
- */
779
- const filterSensitiveLog: (obj: MemoryGiBPerVCpuRequest) => any;
780
- }
781
630
  /**
782
631
  * <p>Specifies the minimum and maximum for the <code>MemoryMiB</code> object when you
783
632
  * specify <a>InstanceRequirements</a> for an Auto Scaling group.</p>
@@ -792,12 +641,6 @@ export interface MemoryMiBRequest {
792
641
  */
793
642
  Max?: number;
794
643
  }
795
- export declare namespace MemoryMiBRequest {
796
- /**
797
- * @internal
798
- */
799
- const filterSensitiveLog: (obj: MemoryMiBRequest) => any;
800
- }
801
644
  /**
802
645
  * <p>Specifies the minimum and maximum for the <code>NetworkInterfaceCount</code> object
803
646
  * when you specify <a>InstanceRequirements</a> for an Auto Scaling group.</p>
@@ -812,12 +655,6 @@ export interface NetworkInterfaceCountRequest {
812
655
  */
813
656
  Max?: number;
814
657
  }
815
- export declare namespace NetworkInterfaceCountRequest {
816
- /**
817
- * @internal
818
- */
819
- const filterSensitiveLog: (obj: NetworkInterfaceCountRequest) => any;
820
- }
821
658
  /**
822
659
  * <p>Specifies the minimum and maximum for the <code>TotalLocalStorageGB</code> object when
823
660
  * you specify <a>InstanceRequirements</a> for an Auto Scaling group.</p>
@@ -832,12 +669,6 @@ export interface TotalLocalStorageGBRequest {
832
669
  */
833
670
  Max?: number;
834
671
  }
835
- export declare namespace TotalLocalStorageGBRequest {
836
- /**
837
- * @internal
838
- */
839
- const filterSensitiveLog: (obj: TotalLocalStorageGBRequest) => any;
840
- }
841
672
  /**
842
673
  * <p>Specifies the minimum and maximum for the <code>VCpuCount</code> object when you
843
674
  * specify <a>InstanceRequirements</a> for an Auto Scaling group.</p>
@@ -852,12 +683,6 @@ export interface VCpuCountRequest {
852
683
  */
853
684
  Max?: number;
854
685
  }
855
- export declare namespace VCpuCountRequest {
856
- /**
857
- * @internal
858
- */
859
- const filterSensitiveLog: (obj: VCpuCountRequest) => any;
860
- }
861
686
  /**
862
687
  * <p>When you specify multiple parameters, you get instance types that satisfy all of the
863
688
  * specified parameters. If you specify multiple values for a parameter, you get instance
@@ -936,11 +761,12 @@ export interface InstanceRequirements {
936
761
  InstanceGenerations?: (InstanceGeneration | string)[];
937
762
  /**
938
763
  * <p>The price protection threshold for Spot Instances. This is the maximum you’ll pay for
939
- * a Spot Instance, expressed as a percentage higher than the cheapest M, C, or R instance
940
- * type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your
941
- * attributes, we will exclude instance types whose price is higher than your threshold.
942
- * The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off
943
- * price protection, specify a high value, such as <code>999999</code>. </p>
764
+ * a Spot Instance, expressed as a percentage higher than the least expensive current
765
+ * generation M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling
766
+ * selects instance types with your attributes, we will exclude instance types whose price
767
+ * is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling
768
+ * interprets as a percentage. To turn off price protection, specify a high value, such as
769
+ * <code>999999</code>. </p>
944
770
  * <p>If you set <code>DesiredCapacityType</code> to <code>vcpu</code> or
945
771
  * <code>memory-mib</code>, the price protection threshold is applied based on the per
946
772
  * vCPU or per memory price instead of the per instance price. </p>
@@ -950,11 +776,12 @@ export interface InstanceRequirements {
950
776
  SpotMaxPricePercentageOverLowestPrice?: number;
951
777
  /**
952
778
  * <p>The price protection threshold for On-Demand Instances. This is the maximum you’ll pay
953
- * for an On-Demand Instance, expressed as a percentage higher than the cheapest M, C, or R
954
- * instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with
955
- * your attributes, we will exclude instance types whose price is higher than your
956
- * threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage.
957
- * To turn off price protection, specify a high value, such as <code>999999</code>. </p>
779
+ * for an On-Demand Instance, expressed as a percentage higher than the least expensive
780
+ * current generation M, C, or R instance type with your specified attributes. When
781
+ * Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types
782
+ * whose price is higher than your threshold. The parameter accepts an integer, which
783
+ * Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value,
784
+ * such as <code>999999</code>. </p>
958
785
  * <p>If you set <code>DesiredCapacityType</code> to <code>vcpu</code> or
959
786
  * <code>memory-mib</code>, the price protection threshold is applied based on the per
960
787
  * vCPU or per memory price instead of the per instance price. </p>
@@ -1007,7 +834,7 @@ export interface InstanceRequirements {
1007
834
  * </li>
1008
835
  * <li>
1009
836
  * <p>For instance types with solid state drive (SSD) storage, specify
1010
- * <code>sdd</code>.</p>
837
+ * <code>ssd</code>.</p>
1011
838
  * </li>
1012
839
  * </ul>
1013
840
  * <p>Default: Any local storage type</p>
@@ -1107,12 +934,6 @@ export interface InstanceRequirements {
1107
934
  */
1108
935
  AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiBRequest;
1109
936
  }
1110
- export declare namespace InstanceRequirements {
1111
- /**
1112
- * @internal
1113
- */
1114
- const filterSensitiveLog: (obj: InstanceRequirements) => any;
1115
- }
1116
937
  /**
1117
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>
1118
939
  */
@@ -1153,12 +974,6 @@ export interface LaunchTemplateOverrides {
1153
974
  */
1154
975
  InstanceRequirements?: InstanceRequirements;
1155
976
  }
1156
- export declare namespace LaunchTemplateOverrides {
1157
- /**
1158
- * @internal
1159
- */
1160
- const filterSensitiveLog: (obj: LaunchTemplateOverrides) => any;
1161
- }
1162
977
  /**
1163
978
  * <p>Describes a launch template and overrides. You specify these properties as part of a
1164
979
  * mixed instances policy. </p>
@@ -1177,12 +992,6 @@ export interface LaunchTemplate {
1177
992
  */
1178
993
  Overrides?: LaunchTemplateOverrides[];
1179
994
  }
1180
- export declare namespace LaunchTemplate {
1181
- /**
1182
- * @internal
1183
- */
1184
- const filterSensitiveLog: (obj: LaunchTemplate) => any;
1185
- }
1186
995
  /**
1187
996
  * <p>Describes a mixed instances policy. A mixed instances policy contains the instance
1188
997
  * types that Amazon EC2 Auto Scaling can launch and other information that Amazon EC2 Auto Scaling can use to launch
@@ -1192,22 +1001,15 @@ export declare namespace LaunchTemplate {
1192
1001
  */
1193
1002
  export interface MixedInstancesPolicy {
1194
1003
  /**
1195
- * <p>Specifies the launch template to use and the instance types (overrides) that are used
1196
- * to launch EC2 instances to fulfill On-Demand and Spot capacities. Required when creating
1197
- * a mixed instances policy.</p>
1004
+ * <p>One or more launch templates and the instance types (overrides) that are used to
1005
+ * launch EC2 instances to fulfill On-Demand and Spot capacities.</p>
1198
1006
  */
1199
1007
  LaunchTemplate?: LaunchTemplate;
1200
1008
  /**
1201
- * <p>Specifies the instances distribution.</p>
1009
+ * <p>The instances distribution.</p>
1202
1010
  */
1203
1011
  InstancesDistribution?: InstancesDistribution;
1204
1012
  }
1205
- export declare namespace MixedInstancesPolicy {
1206
- /**
1207
- * @internal
1208
- */
1209
- const filterSensitiveLog: (obj: MixedInstancesPolicy) => any;
1210
- }
1211
1013
  /**
1212
1014
  * <p>Describes a tag for an Auto Scaling group.</p>
1213
1015
  */
@@ -1235,12 +1037,6 @@ export interface Tag {
1235
1037
  */
1236
1038
  PropagateAtLaunch?: boolean;
1237
1039
  }
1238
- export declare namespace Tag {
1239
- /**
1240
- * @internal
1241
- */
1242
- const filterSensitiveLog: (obj: Tag) => any;
1243
- }
1244
1040
  export interface CreateAutoScalingGroupType {
1245
1041
  /**
1246
1042
  * <p>The name of the Auto Scaling group. This name must be unique per Region per account.</p>
@@ -1254,7 +1050,8 @@ export interface CreateAutoScalingGroupType {
1254
1050
  */
1255
1051
  LaunchConfigurationName?: string;
1256
1052
  /**
1257
- * <p>Parameters used to specify the launch template and version to use to launch instances. </p>
1053
+ * <p>Information used to specify the launch template and version to use to launch
1054
+ * instances. </p>
1258
1055
  * <p>Conditional: You must specify either a launch template (<code>LaunchTemplate</code> or
1259
1056
  * <code>MixedInstancesPolicy</code>) or a launch configuration
1260
1057
  * (<code>LaunchConfigurationName</code> or <code>InstanceId</code>).</p>
@@ -1317,24 +1114,24 @@ export interface CreateAutoScalingGroupType {
1317
1114
  */
1318
1115
  DefaultCooldown?: number;
1319
1116
  /**
1320
- * <p>A list of Availability Zones where instances in the Auto Scaling group can be created. This
1321
- * parameter is optional if you specify one or more subnets for
1322
- * <code>VPCZoneIdentifier</code>.</p>
1323
- * <p>Conditional: If your account supports EC2-Classic and VPC, this parameter is required
1324
- * to launch instances into EC2-Classic.</p>
1117
+ * <p>A list of Availability Zones where instances in the Auto Scaling group can be created. Used
1118
+ * for launching into the default VPC subnet in each Availability Zone when not using the
1119
+ * <code>VPCZoneIdentifier</code> property, or for attaching a network interface when
1120
+ * an existing network interface ID is specified in a launch template.</p>
1325
1121
  */
1326
1122
  AvailabilityZones?: string[];
1327
1123
  /**
1328
- * <p>A list of Classic Load Balancers associated with this Auto Scaling group. For
1329
- * Application Load Balancers, Network Load Balancers, and Gateway Load Balancers, specify
1330
- * the <code>TargetGroupARNs</code> property instead.</p>
1124
+ * <p>A list of Classic Load Balancers associated with this Auto Scaling group. For Application Load Balancers, Network Load Balancers, and Gateway Load Balancer,
1125
+ * specify the <code>TargetGroupARNs</code> property instead.</p>
1331
1126
  */
1332
1127
  LoadBalancerNames?: string[];
1333
1128
  /**
1334
1129
  * <p>The Amazon Resource Names (ARN) of the target groups to associate with the Auto Scaling group.
1335
- * Instances are registered as targets in a target group, and traffic is routed to the
1336
- * target group. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-load-balancer.html">Elastic Load Balancing and
1337
- * Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
1130
+ * Instances are registered as targets with the target groups. The target groups receive
1131
+ * incoming traffic and route requests to one or more registered targets. For more
1132
+ * information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-load-balancer.html">Use Elastic Load Balancing to
1133
+ * distribute traffic across the instances in your Auto Scaling group</a> in the
1134
+ * <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
1338
1135
  */
1339
1136
  TargetGroupARNs?: string[];
1340
1137
  /**
@@ -1346,10 +1143,7 @@ export interface CreateAutoScalingGroupType {
1346
1143
  */
1347
1144
  HealthCheckType?: string;
1348
1145
  /**
1349
- * <p>
1350
- * <i></i>
1351
- * </p>
1352
- * <p>The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before checking the health status
1146
+ * <p>The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before checking the health status
1353
1147
  * of an EC2 instance that has come into service and marking it unhealthy due to a failed
1354
1148
  * Elastic Load Balancing or custom health check. This is useful if your instances do not immediately pass
1355
1149
  * these health checks after they enter the <code>InService</code> state. For more
@@ -1359,7 +1153,7 @@ export interface CreateAutoScalingGroupType {
1359
1153
  */
1360
1154
  HealthCheckGracePeriod?: number;
1361
1155
  /**
1362
- * <p>The name of an existing placement group into which to launch your instances. For more
1156
+ * <p>The name of the placement group into which to launch your instances. For more
1363
1157
  * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html">Placement groups</a> in the
1364
1158
  * <i>Amazon EC2 User Guide for Linux Instances</i>.</p>
1365
1159
  * <note>
@@ -1372,18 +1166,22 @@ export interface CreateAutoScalingGroupType {
1372
1166
  /**
1373
1167
  * <p>A comma-separated list of subnet IDs for a virtual private cloud (VPC) where instances
1374
1168
  * in the Auto Scaling group can be created. If you specify <code>VPCZoneIdentifier</code> with
1375
- * <code>AvailabilityZones</code>, the subnets that you specify for this parameter must
1376
- * reside in those Availability Zones.</p>
1377
- * <p>Conditional: If your account supports EC2-Classic and VPC, this parameter is required
1378
- * to launch instances into a VPC.</p>
1169
+ * <code>AvailabilityZones</code>, the subnets that you specify must reside in those
1170
+ * Availability Zones.</p>
1379
1171
  */
1380
1172
  VPCZoneIdentifier?: string;
1381
1173
  /**
1382
1174
  * <p>A policy or a list of policies that are used to select the instance to terminate.
1383
1175
  * These policies are executed in the order that you list them. For more information, see
1384
- * <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-instance-termination.html">Controlling which Auto Scaling
1385
- * instances terminate during scale in</a> in the
1386
- * <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
1176
+ * <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-termination-policies.html">Work with
1177
+ * Amazon EC2 Auto Scaling termination policies</a> in the
1178
+ * <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
1179
+ * <p>Valid values: <code>Default</code> | <code>AllocationStrategy</code> |
1180
+ * <code>ClosestToNextInstanceHour</code> | <code>NewestInstance</code> |
1181
+ * <code>OldestInstance</code> | <code>OldestLaunchConfiguration</code> |
1182
+ * <code>OldestLaunchTemplate</code> |
1183
+ * <code>arn:aws:lambda:region:account-id:function:my-function:my-alias</code>
1184
+ * </p>
1387
1185
  */
1388
1186
  TerminationPolicies?: string[];
1389
1187
  /**
@@ -1399,13 +1197,13 @@ export interface CreateAutoScalingGroupType {
1399
1197
  * disabled. When you turn on Capacity Rebalancing, Amazon EC2 Auto Scaling attempts to launch a Spot
1400
1198
  * Instance whenever Amazon EC2 notifies that a Spot Instance is at an elevated risk of
1401
1199
  * interruption. After launching a new instance, it then terminates an old instance. For
1402
- * more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-capacity-rebalancing.html">Amazon EC2 Auto Scaling
1403
- * Capacity Rebalancing</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
1200
+ * more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-capacity-rebalancing.html">Use Capacity
1201
+ * Rebalancing to handle Amazon EC2 Spot Interruptions</a> in the in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
1404
1202
  */
1405
1203
  CapacityRebalance?: boolean;
1406
1204
  /**
1407
- * <p>One or more lifecycle hooks for the group, which specify actions to perform when
1408
- * Amazon EC2 Auto Scaling launches or terminates instances.</p>
1205
+ * <p>One or more lifecycle hooks to add to the Auto Scaling group before instances are
1206
+ * launched.</p>
1409
1207
  */
1410
1208
  LifecycleHookSpecificationList?: LifecycleHookSpecification[];
1411
1209
  /**
@@ -1414,13 +1212,13 @@ export interface CreateAutoScalingGroupType {
1414
1212
  * volumes, specify the tags in a launch template but use caution. If the launch template
1415
1213
  * specifies an instance tag with a key that is also specified for the Auto Scaling group, Amazon EC2 Auto Scaling
1416
1214
  * overrides the value of that instance tag with the value specified by the Auto Scaling group. For
1417
- * more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-tagging.html">Tagging Auto Scaling groups and
1215
+ * more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-tagging.html">Tag Auto Scaling groups and
1418
1216
  * instances</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
1419
1217
  */
1420
1218
  Tags?: Tag[];
1421
1219
  /**
1422
1220
  * <p>The Amazon Resource Name (ARN) of the service-linked role that the Auto Scaling group uses to
1423
- * call other Amazon Web Services on your behalf. By default, Amazon EC2 Auto Scaling uses a service-linked role
1221
+ * call other Amazon Web Services service on your behalf. By default, Amazon EC2 Auto Scaling uses a service-linked role
1424
1222
  * named <code>AWSServiceRoleForAutoScaling</code>, which it creates if it does not exist.
1425
1223
  * For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-service-linked-role.html">Service-linked
1426
1224
  * roles</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
@@ -1472,12 +1270,6 @@ export interface CreateAutoScalingGroupType {
1472
1270
  */
1473
1271
  DefaultInstanceWarmup?: number;
1474
1272
  }
1475
- export declare namespace CreateAutoScalingGroupType {
1476
- /**
1477
- * @internal
1478
- */
1479
- const filterSensitiveLog: (obj: CreateAutoScalingGroupType) => any;
1480
- }
1481
1273
  /**
1482
1274
  * <p>Describes information used to set up an Amazon EBS volume specified in a block device
1483
1275
  * mapping.</p>
@@ -1517,7 +1309,7 @@ export interface Ebs {
1517
1309
  /**
1518
1310
  * <p>The volume type. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html">Amazon EBS volume types</a> in the
1519
1311
  * <i>Amazon EC2 User Guide for Linux Instances</i>.</p>
1520
- * <p>Valid Values: <code>standard</code> | <code>io1</code> | <code>gp2</code> |
1312
+ * <p>Valid values: <code>standard</code> | <code>io1</code> | <code>gp2</code> |
1521
1313
  * <code>st1</code> | <code>sc1</code> | <code>gp3</code>
1522
1314
  * </p>
1523
1315
  */
@@ -1544,7 +1336,6 @@ export interface Ebs {
1544
1336
  * <code>io1</code>: 100-64,000 IOPS</p>
1545
1337
  * </li>
1546
1338
  * </ul>
1547
- *
1548
1339
  * <p>For <code>io1</code> volumes, we guarantee 64,000 IOPS only for <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances">Instances
1549
1340
  * built on the Nitro System</a>. Other instance families guarantee performance up
1550
1341
  * to 32,000 IOPS. </p>
@@ -1566,7 +1357,7 @@ export interface Ebs {
1566
1357
  * <p>If you enable encryption by default, the EBS volumes that you create are always
1567
1358
  * encrypted, either using the Amazon Web Services managed KMS key or a customer-managed KMS key,
1568
1359
  * regardless of whether the snapshot was encrypted. </p>
1569
- * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-data-protection.html#encryption">Using Amazon Web Services KMS keys to encrypt Amazon EBS volumes</a> in the
1360
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-data-protection.html#encryption">Use Amazon Web Services KMS keys to encrypt Amazon EBS volumes</a> in the
1570
1361
  * <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
1571
1362
  * </note>
1572
1363
  */
@@ -1576,50 +1367,41 @@ export interface Ebs {
1576
1367
  */
1577
1368
  Throughput?: number;
1578
1369
  }
1579
- export declare namespace Ebs {
1580
- /**
1581
- * @internal
1582
- */
1583
- const filterSensitiveLog: (obj: Ebs) => any;
1584
- }
1585
1370
  /**
1586
1371
  * <p>Describes a block device mapping.</p>
1587
1372
  */
1588
1373
  export interface BlockDeviceMapping {
1589
1374
  /**
1590
- * <p>The name of the virtual device (for example, <code>ephemeral0</code>).</p>
1591
- * <p>You can specify either <code>VirtualName</code> or <code>Ebs</code>, but not
1592
- * both.</p>
1375
+ * <p>The name of the instance store volume (virtual device) to attach to an instance at
1376
+ * launch. The name must be in the form ephemeral<i>X</i> where
1377
+ * <i>X</i> is a number starting from zero (0), for example,
1378
+ * <code>ephemeral0</code>.</p>
1593
1379
  */
1594
1380
  VirtualName?: string;
1595
1381
  /**
1596
- * <p>The device name exposed to the EC2 instance (for example, <code>/dev/sdh</code> or
1597
- * <code>xvdh</code>). For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/device_naming.html">Device Naming on Linux
1598
- * Instances</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>
1382
+ * <p>The device name assigned to the volume (for example, <code>/dev/sdh</code> or
1383
+ * <code>xvdh</code>). For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/device_naming.html">Device naming on Linux
1384
+ * instances</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>
1385
+ * <note>
1386
+ * <p>To define a block device mapping, set the device name and exactly one of the
1387
+ * following properties: <code>Ebs</code>, <code>NoDevice</code>, or
1388
+ * <code>VirtualName</code>.</p>
1389
+ * </note>
1599
1390
  */
1600
1391
  DeviceName: string | undefined;
1601
1392
  /**
1602
- * <p>Parameters used to automatically set up EBS volumes when an instance is
1603
- * launched.</p>
1604
- * <p>You can specify either <code>VirtualName</code> or <code>Ebs</code>, but not
1605
- * both.</p>
1393
+ * <p>Information to attach an EBS volume to an instance at launch.</p>
1606
1394
  */
1607
1395
  Ebs?: Ebs;
1608
1396
  /**
1609
- * <p>Setting this value to <code>true</code> suppresses the specified device included in
1610
- * the block device mapping of the AMI.</p>
1397
+ * <p>Setting this value to <code>true</code> prevents a volume that is included in the
1398
+ * block device mapping of the AMI from being mapped to the specified device name at
1399
+ * launch.</p>
1611
1400
  * <p>If <code>NoDevice</code> is <code>true</code> for the root device, instances might
1612
1401
  * fail the EC2 health check. In that case, Amazon EC2 Auto Scaling launches replacement instances.</p>
1613
- * <p>If you specify <code>NoDevice</code>, you cannot specify <code>Ebs</code>.</p>
1614
1402
  */
1615
1403
  NoDevice?: boolean;
1616
1404
  }
1617
- export declare namespace BlockDeviceMapping {
1618
- /**
1619
- * @internal
1620
- */
1621
- const filterSensitiveLog: (obj: BlockDeviceMapping) => any;
1622
- }
1623
1405
  /**
1624
1406
  * <p>Describes whether detailed monitoring is enabled for the Auto Scaling instances.</p>
1625
1407
  */
@@ -1630,12 +1412,6 @@ export interface InstanceMonitoring {
1630
1412
  */
1631
1413
  Enabled?: boolean;
1632
1414
  }
1633
- export declare namespace InstanceMonitoring {
1634
- /**
1635
- * @internal
1636
- */
1637
- const filterSensitiveLog: (obj: InstanceMonitoring) => any;
1638
- }
1639
1415
  export declare enum InstanceMetadataEndpointState {
1640
1416
  Disabled = "disabled",
1641
1417
  Enabled = "enabled"
@@ -1679,12 +1455,6 @@ export interface InstanceMetadataOptions {
1679
1455
  */
1680
1456
  HttpEndpoint?: InstanceMetadataEndpointState | string;
1681
1457
  }
1682
- export declare namespace InstanceMetadataOptions {
1683
- /**
1684
- * @internal
1685
- */
1686
- const filterSensitiveLog: (obj: InstanceMetadataOptions) => any;
1687
- }
1688
1458
  export interface CreateLaunchConfigurationType {
1689
1459
  /**
1690
1460
  * <p>The name of the launch configuration. This name must be unique per Region per
@@ -1693,30 +1463,27 @@ export interface CreateLaunchConfigurationType {
1693
1463
  LaunchConfigurationName: string | undefined;
1694
1464
  /**
1695
1465
  * <p>The ID of the Amazon Machine Image (AMI) that was assigned during registration. For
1696
- * more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/finding-an-ami.html">Finding an AMI</a> in the
1466
+ * more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/finding-an-ami.html">Finding a Linux AMI</a> in the
1697
1467
  * <i>Amazon EC2 User Guide for Linux Instances</i>.</p>
1698
- * <p>If you do not specify <code>InstanceId</code>, you must specify
1699
- * <code>ImageId</code>.</p>
1468
+ * <p>If you specify <code>InstanceId</code>, an <code>ImageId</code> is not
1469
+ * required.</p>
1700
1470
  */
1701
1471
  ImageId?: string;
1702
1472
  /**
1703
- * <p>The name of the key pair. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html">Amazon EC2 Key Pairs</a> in the
1704
- * <i>Amazon EC2 User Guide for Linux Instances</i>.</p>
1473
+ * <p>The name of the key pair. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html">Amazon EC2 key pairs and Linux
1474
+ * instances</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>
1705
1475
  */
1706
1476
  KeyName?: string;
1707
1477
  /**
1708
- * <p>A list that contains the security groups to assign to the instances in the Auto Scaling
1709
- * group.</p>
1710
- * <p>[EC2-VPC] Specify the security group IDs. For more information, see <a href="https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html">Security Groups for Your VPC</a> in the <i>Amazon Virtual Private Cloud
1711
- * User Guide</i>.</p>
1712
- * <p>[EC2-Classic] Specify either the security group names or the security group IDs. For
1713
- * more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html">Amazon EC2 Security
1714
- * Groups</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>
1478
+ * <p>A list that contains the security group IDs to assign to the instances in the Auto Scaling
1479
+ * group. For more information, see <a href="https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html">Control traffic to
1480
+ * resources using security groups</a> in the <i>Amazon Virtual Private
1481
+ * Cloud User Guide</i>.</p>
1715
1482
  */
1716
1483
  SecurityGroups?: string[];
1717
1484
  /**
1718
1485
  * <p>
1719
- * <i>EC2-Classic retires on August 15, 2022. This parameter is not supported after
1486
+ * <i>EC2-Classic retires on August 15, 2022. This property is not supported after
1720
1487
  * that date.</i>
1721
1488
  * </p>
1722
1489
  * <p>The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. For more
@@ -1726,14 +1493,13 @@ export interface CreateLaunchConfigurationType {
1726
1493
  ClassicLinkVPCId?: string;
1727
1494
  /**
1728
1495
  * <p>
1729
- * <i>EC2-Classic retires on August 15, 2022. This parameter is not supported after
1496
+ * <i>EC2-Classic retires on August 15, 2022. This property is not supported after
1730
1497
  * that date.</i>
1731
1498
  * </p>
1732
- * <p>The IDs of one or more security groups for the specified ClassicLink-enabled VPC. For
1733
- * more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html">ClassicLink</a> in the
1734
- * <i>Amazon EC2 User Guide for Linux Instances</i>.</p>
1735
- * <p>If you specify the <code>ClassicLinkVPCId</code> parameter, you must specify this
1736
- * parameter.</p>
1499
+ * <p>The IDs of one or more security groups for the specified ClassicLink-enabled
1500
+ * VPC.</p>
1501
+ * <p>If you specify the <code>ClassicLinkVPCId</code> property, you must specify
1502
+ * <code>ClassicLinkVPCSecurityGroups</code>.</p>
1737
1503
  */
1738
1504
  ClassicLinkVPCSecurityGroups?: string[];
1739
1505
  /**
@@ -1753,30 +1519,41 @@ export interface CreateLaunchConfigurationType {
1753
1519
  * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-lc-with-instanceID.html">Creating a launch
1754
1520
  * configuration using an EC2 instance</a> in the
1755
1521
  * <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
1756
- * <p>If you do not specify <code>InstanceId</code>, you must specify both
1757
- * <code>ImageId</code> and <code>InstanceType</code>.</p>
1758
1522
  */
1759
1523
  InstanceId?: string;
1760
1524
  /**
1761
- * <p>Specifies the instance type of the EC2 instance.</p>
1762
- * <p>For information about available instance types, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#AvailableInstanceTypes">Available
1763
- * Instance Types</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>
1764
- * <p>If you do not specify <code>InstanceId</code>, you must specify
1765
- * <code>InstanceType</code>.</p>
1525
+ * <p>Specifies the instance type of the EC2 instance. For information about available
1526
+ * instance types, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#AvailableInstanceTypes">Available
1527
+ * instance types</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>
1528
+ * <p>If you specify <code>InstanceId</code>, an <code>InstanceType</code> is not
1529
+ * required.</p>
1766
1530
  */
1767
1531
  InstanceType?: string;
1768
1532
  /**
1769
1533
  * <p>The ID of the kernel associated with the AMI.</p>
1534
+ * <note>
1535
+ * <p>We recommend that you use PV-GRUB instead of kernels and RAM disks. For more
1536
+ * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html">User provided
1537
+ * kernels</a> in the <i>Amazon EC2 User Guide for Linux
1538
+ * Instances</i>.</p>
1539
+ * </note>
1770
1540
  */
1771
1541
  KernelId?: string;
1772
1542
  /**
1773
1543
  * <p>The ID of the RAM disk to select.</p>
1544
+ * <note>
1545
+ * <p>We recommend that you use PV-GRUB instead of kernels and RAM disks. For more
1546
+ * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html">User provided
1547
+ * kernels</a> in the <i>Amazon EC2 User Guide for Linux
1548
+ * Instances</i>.</p>
1549
+ * </note>
1774
1550
  */
1775
1551
  RamdiskId?: string;
1776
1552
  /**
1777
- * <p>A block device mapping, which specifies the block devices for the instance. You can
1778
- * specify virtual devices and EBS volumes. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html">Block Device
1779
- * Mapping</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>
1553
+ * <p>The block device mapping entries that define the block devices to attach to the
1554
+ * instances at launch. By default, the block devices specified in the block device mapping
1555
+ * for the AMI are used. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html">Block device
1556
+ * mappings</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>
1780
1557
  */
1781
1558
  BlockDeviceMappings?: BlockDeviceMapping[];
1782
1559
  /**
@@ -1795,8 +1572,10 @@ export interface CreateLaunchConfigurationType {
1795
1572
  /**
1796
1573
  * <p>The maximum hourly price to be paid for any Spot Instance launched to fulfill the
1797
1574
  * request. Spot Instances are launched when the price you specify exceeds the current Spot
1798
- * price. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-launch-spot-instances.html">Requesting Spot
1799
- * Instances</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
1575
+ * price. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/launch-template-spot-instances.html">Request Spot
1576
+ * Instances for fault-tolerant and flexible applications</a> in the
1577
+ * <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
1578
+ * <p>Valid Range: Minimum value of 0.001</p>
1800
1579
  * <note>
1801
1580
  * <p>When you change your maximum price by creating a new launch configuration, running
1802
1581
  * instances will continue to run as long as the maximum price for those running
@@ -1806,8 +1585,8 @@ export interface CreateLaunchConfigurationType {
1806
1585
  SpotPrice?: string;
1807
1586
  /**
1808
1587
  * <p>The name or the Amazon Resource Name (ARN) of the instance profile associated with the
1809
- * IAM role for the instance. The instance profile contains the IAM role.</p>
1810
- * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/us-iam-role.html">IAM role for applications that run
1588
+ * IAM role for the instance. The instance profile contains the IAM role. For more
1589
+ * information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/us-iam-role.html">IAM role for applications that run
1811
1590
  * on Amazon EC2 instances</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
1812
1591
  */
1813
1592
  IamInstanceProfile?: string;
@@ -1823,34 +1602,31 @@ export interface CreateLaunchConfigurationType {
1823
1602
  */
1824
1603
  EbsOptimized?: boolean;
1825
1604
  /**
1826
- * <p>For Auto Scaling groups that are running in a virtual private cloud (VPC), specifies whether
1827
- * to assign a public IP address to the group's instances. If you specify
1828
- * <code>true</code>, each instance in the Auto Scaling group receives a unique public IP address.
1829
- * For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-in-vpc.html">Launching Auto Scaling instances in a
1605
+ * <p>Specifies whether to assign a public IPv4 address to the group's instances. If the
1606
+ * instance is launched into a default subnet, the default is to assign a public IPv4
1607
+ * address, unless you disabled the option to assign a public IPv4 address on the subnet.
1608
+ * If the instance is launched into a nondefault subnet, the default is not to assign a
1609
+ * public IPv4 address, unless you enabled the option to assign a public IPv4 address on
1610
+ * the subnet.</p>
1611
+ * <p>If you specify <code>true</code>, each instance in the Auto Scaling group receives a unique
1612
+ * public IPv4 address. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-in-vpc.html">Launching Auto Scaling instances in a
1830
1613
  * VPC</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
1831
- * <p>If you specify this parameter, you must specify at least one subnet for
1614
+ * <p>If you specify this property, you must specify at least one subnet for
1832
1615
  * <code>VPCZoneIdentifier</code> when you create your group.</p>
1833
- * <note>
1834
- * <p>If the instance is launched into a default subnet, the default is to assign a
1835
- * public IP address, unless you disabled the option to assign a public IP address on
1836
- * the subnet. If the instance is launched into a nondefault subnet, the default is not
1837
- * to assign a public IP address, unless you enabled the option to assign a public IP
1838
- * address on the subnet.</p>
1839
- * </note>
1840
1616
  */
1841
1617
  AssociatePublicIpAddress?: boolean;
1842
1618
  /**
1843
- * <p>The tenancy of the instance. An instance with <code>dedicated</code> tenancy runs on
1844
- * isolated, single-tenant hardware and can only be launched into a VPC.</p>
1845
- * <p>To launch dedicated instances into a shared tenancy VPC (a VPC with the instance
1846
- * placement tenancy attribute set to <code>default</code>), you must set the value of this
1847
- * parameter to <code>dedicated</code>.</p>
1848
- * <p>If you specify <code>PlacementTenancy</code>, you must specify at least one subnet for
1849
- * <code>VPCZoneIdentifier</code> when you create your group.</p>
1850
- * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/auto-scaling-dedicated-instances.html">Configuring
1619
+ * <p>The tenancy of the instance, either <code>default</code> or <code>dedicated</code>. An
1620
+ * instance with <code>dedicated</code> tenancy runs on isolated, single-tenant hardware
1621
+ * and can only be launched into a VPC. To launch dedicated instances into a shared tenancy
1622
+ * VPC (a VPC with the instance placement tenancy attribute set to <code>default</code>),
1623
+ * you must set the value of this property to <code>dedicated</code>. For more information,
1624
+ * see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/auto-scaling-dedicated-instances.html">Configuring
1851
1625
  * instance tenancy with Amazon EC2 Auto Scaling</a> in the
1852
1626
  * <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
1853
- * <p>Valid Values: <code>default</code> | <code>dedicated</code>
1627
+ * <p>If you specify <code>PlacementTenancy</code>, you must specify at least one subnet for
1628
+ * <code>VPCZoneIdentifier</code> when you create your group.</p>
1629
+ * <p>Valid values: <code>default</code> | <code>dedicated</code>
1854
1630
  * </p>
1855
1631
  */
1856
1632
  PlacementTenancy?: string;
@@ -1860,24 +1636,12 @@ export interface CreateLaunchConfigurationType {
1860
1636
  */
1861
1637
  MetadataOptions?: InstanceMetadataOptions;
1862
1638
  }
1863
- export declare namespace CreateLaunchConfigurationType {
1864
- /**
1865
- * @internal
1866
- */
1867
- const filterSensitiveLog: (obj: CreateLaunchConfigurationType) => any;
1868
- }
1869
1639
  export interface CreateOrUpdateTagsType {
1870
1640
  /**
1871
1641
  * <p>One or more tags.</p>
1872
1642
  */
1873
1643
  Tags: Tag[] | undefined;
1874
1644
  }
1875
- export declare namespace CreateOrUpdateTagsType {
1876
- /**
1877
- * @internal
1878
- */
1879
- const filterSensitiveLog: (obj: CreateOrUpdateTagsType) => any;
1880
- }
1881
1645
  /**
1882
1646
  * <p>The operation can't be performed because the resource is in use.</p>
1883
1647
  */
@@ -1896,17 +1660,11 @@ export interface DeleteAutoScalingGroupType {
1896
1660
  AutoScalingGroupName: string | undefined;
1897
1661
  /**
1898
1662
  * <p>Specifies that the group is to be deleted along with all instances associated with the
1899
- * group, without waiting for all instances to be terminated. This parameter also deletes
1900
- * any outstanding lifecycle actions associated with the group.</p>
1663
+ * group, without waiting for all instances to be terminated. This action also deletes any
1664
+ * outstanding lifecycle actions associated with the group.</p>
1901
1665
  */
1902
1666
  ForceDelete?: boolean;
1903
1667
  }
1904
- export declare namespace DeleteAutoScalingGroupType {
1905
- /**
1906
- * @internal
1907
- */
1908
- const filterSensitiveLog: (obj: DeleteAutoScalingGroupType) => any;
1909
- }
1910
1668
  /**
1911
1669
  * <p>The operation can't be performed because there are scaling activities in
1912
1670
  * progress.</p>
@@ -1925,20 +1683,8 @@ export interface LaunchConfigurationNameType {
1925
1683
  */
1926
1684
  LaunchConfigurationName: string | undefined;
1927
1685
  }
1928
- export declare namespace LaunchConfigurationNameType {
1929
- /**
1930
- * @internal
1931
- */
1932
- const filterSensitiveLog: (obj: LaunchConfigurationNameType) => any;
1933
- }
1934
1686
  export interface DeleteLifecycleHookAnswer {
1935
1687
  }
1936
- export declare namespace DeleteLifecycleHookAnswer {
1937
- /**
1938
- * @internal
1939
- */
1940
- const filterSensitiveLog: (obj: DeleteLifecycleHookAnswer) => any;
1941
- }
1942
1688
  export interface DeleteLifecycleHookType {
1943
1689
  /**
1944
1690
  * <p>The name of the lifecycle hook.</p>
@@ -1949,12 +1695,6 @@ export interface DeleteLifecycleHookType {
1949
1695
  */
1950
1696
  AutoScalingGroupName: string | undefined;
1951
1697
  }
1952
- export declare namespace DeleteLifecycleHookType {
1953
- /**
1954
- * @internal
1955
- */
1956
- const filterSensitiveLog: (obj: DeleteLifecycleHookType) => any;
1957
- }
1958
1698
  export interface DeleteNotificationConfigurationType {
1959
1699
  /**
1960
1700
  * <p>The name of the Auto Scaling group.</p>
@@ -1965,12 +1705,6 @@ export interface DeleteNotificationConfigurationType {
1965
1705
  */
1966
1706
  TopicARN: string | undefined;
1967
1707
  }
1968
- export declare namespace DeleteNotificationConfigurationType {
1969
- /**
1970
- * @internal
1971
- */
1972
- const filterSensitiveLog: (obj: DeleteNotificationConfigurationType) => any;
1973
- }
1974
1708
  export interface DeletePolicyType {
1975
1709
  /**
1976
1710
  * <p>The name of the Auto Scaling group.</p>
@@ -1981,12 +1715,6 @@ export interface DeletePolicyType {
1981
1715
  */
1982
1716
  PolicyName: string | undefined;
1983
1717
  }
1984
- export declare namespace DeletePolicyType {
1985
- /**
1986
- * @internal
1987
- */
1988
- const filterSensitiveLog: (obj: DeletePolicyType) => any;
1989
- }
1990
1718
  export interface DeleteScheduledActionType {
1991
1719
  /**
1992
1720
  * <p>The name of the Auto Scaling group.</p>
@@ -1997,33 +1725,15 @@ export interface DeleteScheduledActionType {
1997
1725
  */
1998
1726
  ScheduledActionName: string | undefined;
1999
1727
  }
2000
- export declare namespace DeleteScheduledActionType {
2001
- /**
2002
- * @internal
2003
- */
2004
- const filterSensitiveLog: (obj: DeleteScheduledActionType) => any;
2005
- }
2006
1728
  export interface DeleteTagsType {
2007
1729
  /**
2008
1730
  * <p>One or more tags.</p>
2009
1731
  */
2010
1732
  Tags: Tag[] | undefined;
2011
1733
  }
2012
- export declare namespace DeleteTagsType {
2013
- /**
2014
- * @internal
2015
- */
2016
- const filterSensitiveLog: (obj: DeleteTagsType) => any;
2017
- }
2018
1734
  export interface DeleteWarmPoolAnswer {
2019
1735
  }
2020
- export declare namespace DeleteWarmPoolAnswer {
2021
- /**
2022
- * @internal
2023
- */
2024
- const filterSensitiveLog: (obj: DeleteWarmPoolAnswer) => any;
2025
- }
2026
- export interface DeleteWarmPoolType {
1736
+ export interface DeleteWarmPoolType {
2027
1737
  /**
2028
1738
  * <p>The name of the Auto Scaling group.</p>
2029
1739
  */
@@ -2036,12 +1746,6 @@ export interface DeleteWarmPoolType {
2036
1746
  */
2037
1747
  ForceDelete?: boolean;
2038
1748
  }
2039
- export declare namespace DeleteWarmPoolType {
2040
- /**
2041
- * @internal
2042
- */
2043
- const filterSensitiveLog: (obj: DeleteWarmPoolType) => any;
2044
- }
2045
1749
  export interface DescribeAccountLimitsAnswer {
2046
1750
  /**
2047
1751
  * <p>The maximum number of groups allowed for your account. The default is 200 groups per
@@ -2062,31 +1766,19 @@ export interface DescribeAccountLimitsAnswer {
2062
1766
  */
2063
1767
  NumberOfLaunchConfigurations?: number;
2064
1768
  }
2065
- export declare namespace DescribeAccountLimitsAnswer {
2066
- /**
2067
- * @internal
2068
- */
2069
- const filterSensitiveLog: (obj: DescribeAccountLimitsAnswer) => any;
2070
- }
2071
1769
  export interface DescribeAdjustmentTypesAnswer {
2072
1770
  /**
2073
1771
  * <p>The policy adjustment types.</p>
2074
1772
  */
2075
1773
  AdjustmentTypes?: AdjustmentType[];
2076
1774
  }
2077
- export declare namespace DescribeAdjustmentTypesAnswer {
2078
- /**
2079
- * @internal
2080
- */
2081
- const filterSensitiveLog: (obj: DescribeAdjustmentTypesAnswer) => any;
2082
- }
2083
1775
  /**
2084
1776
  * <p>Describes a filter that is used to return a more specific list of results from a
2085
1777
  * describe operation.</p>
2086
1778
  * <p>If you specify multiple filters, the filters are automatically logically joined with
2087
1779
  * an <code>AND</code>, and the request returns only the results that match all of the
2088
1780
  * specified filters. </p>
2089
- * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-tagging.html">Tagging Auto Scaling groups and
1781
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-tagging.html">Tag Auto Scaling groups and
2090
1782
  * instances</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
2091
1783
  */
2092
1784
  export interface Filter {
@@ -2157,17 +1849,11 @@ export interface Filter {
2157
1849
  */
2158
1850
  Values?: string[];
2159
1851
  }
2160
- export declare namespace Filter {
2161
- /**
2162
- * @internal
2163
- */
2164
- const filterSensitiveLog: (obj: Filter) => any;
2165
- }
2166
1852
  export interface AutoScalingGroupNamesType {
2167
1853
  /**
2168
1854
  * <p>The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can
2169
- * optionally increase this limit using the <code>MaxRecords</code> parameter.</p>
2170
- * <p>If you omit this parameter, all Auto Scaling groups are described.</p>
1855
+ * optionally increase this limit using the <code>MaxRecords</code> property.</p>
1856
+ * <p>If you omit this property, all Auto Scaling groups are described.</p>
2171
1857
  */
2172
1858
  AutoScalingGroupNames?: string[];
2173
1859
  /**
@@ -2186,14 +1872,8 @@ export interface AutoScalingGroupNamesType {
2186
1872
  */
2187
1873
  Filters?: Filter[];
2188
1874
  }
2189
- export declare namespace AutoScalingGroupNamesType {
2190
- /**
2191
- * @internal
2192
- */
2193
- const filterSensitiveLog: (obj: AutoScalingGroupNamesType) => any;
2194
- }
2195
1875
  /**
2196
- * <p>Describes an enabled metric.</p>
1876
+ * <p>Describes an enabled Auto Scaling group metric.</p>
2197
1877
  */
2198
1878
  export interface EnabledMetric {
2199
1879
  /**
@@ -2300,6 +1980,7 @@ export interface EnabledMetric {
2300
1980
  * </p>
2301
1981
  * </li>
2302
1982
  * </ul>
1983
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-cloudwatch-monitoring.html#as-group-metrics">Auto Scaling group metrics</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
2303
1984
  */
2304
1985
  Metric?: string;
2305
1986
  /**
@@ -2307,12 +1988,6 @@ export interface EnabledMetric {
2307
1988
  */
2308
1989
  Granularity?: string;
2309
1990
  }
2310
- export declare namespace EnabledMetric {
2311
- /**
2312
- * @internal
2313
- */
2314
- const filterSensitiveLog: (obj: EnabledMetric) => any;
2315
- }
2316
1991
  export declare enum LifecycleState {
2317
1992
  DETACHED = "Detached",
2318
1993
  DETACHING = "Detaching",
@@ -2386,12 +2061,6 @@ export interface Instance {
2386
2061
  */
2387
2062
  WeightedCapacity?: string;
2388
2063
  }
2389
- export declare namespace Instance {
2390
- /**
2391
- * @internal
2392
- */
2393
- const filterSensitiveLog: (obj: Instance) => any;
2394
- }
2395
2064
  /**
2396
2065
  * <p>Describes an auto scaling process that has been suspended.</p>
2397
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>
@@ -2406,12 +2075,6 @@ export interface SuspendedProcess {
2406
2075
  */
2407
2076
  SuspensionReason?: string;
2408
2077
  }
2409
- export declare namespace SuspendedProcess {
2410
- /**
2411
- * @internal
2412
- */
2413
- const filterSensitiveLog: (obj: SuspendedProcess) => any;
2414
- }
2415
2078
  /**
2416
2079
  * <p>Describes a tag for an Auto Scaling group.</p>
2417
2080
  */
@@ -2439,12 +2102,6 @@ export interface TagDescription {
2439
2102
  */
2440
2103
  PropagateAtLaunch?: boolean;
2441
2104
  }
2442
- export declare namespace TagDescription {
2443
- /**
2444
- * @internal
2445
- */
2446
- const filterSensitiveLog: (obj: TagDescription) => any;
2447
- }
2448
2105
  /**
2449
2106
  * <p>Describes an instance reuse policy for a warm pool. </p>
2450
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
@@ -2457,12 +2114,6 @@ export interface InstanceReusePolicy {
2457
2114
  */
2458
2115
  ReuseOnScaleIn?: boolean;
2459
2116
  }
2460
- export declare namespace InstanceReusePolicy {
2461
- /**
2462
- * @internal
2463
- */
2464
- const filterSensitiveLog: (obj: InstanceReusePolicy) => any;
2465
- }
2466
2117
  export declare enum WarmPoolState {
2467
2118
  Hibernated = "Hibernated",
2468
2119
  Running = "Running",
@@ -2497,12 +2148,6 @@ export interface WarmPoolConfiguration {
2497
2148
  */
2498
2149
  InstanceReusePolicy?: InstanceReusePolicy;
2499
2150
  }
2500
- export declare namespace WarmPoolConfiguration {
2501
- /**
2502
- * @internal
2503
- */
2504
- const filterSensitiveLog: (obj: WarmPoolConfiguration) => any;
2505
- }
2506
2151
  /**
2507
2152
  * <p>Describes an Auto Scaling group.</p>
2508
2153
  */
@@ -2649,12 +2294,6 @@ export interface AutoScalingGroup {
2649
2294
  */
2650
2295
  DefaultInstanceWarmup?: number;
2651
2296
  }
2652
- export declare namespace AutoScalingGroup {
2653
- /**
2654
- * @internal
2655
- */
2656
- const filterSensitiveLog: (obj: AutoScalingGroup) => any;
2657
- }
2658
2297
  export interface AutoScalingGroupsType {
2659
2298
  /**
2660
2299
  * <p>The groups.</p>
@@ -2668,12 +2307,6 @@ export interface AutoScalingGroupsType {
2668
2307
  */
2669
2308
  NextToken?: string;
2670
2309
  }
2671
- export declare namespace AutoScalingGroupsType {
2672
- /**
2673
- * @internal
2674
- */
2675
- const filterSensitiveLog: (obj: AutoScalingGroupsType) => any;
2676
- }
2677
2310
  /**
2678
2311
  * <p>The <code>NextToken</code> value is not valid.</p>
2679
2312
  */
@@ -2709,7 +2342,7 @@ export interface AutoScalingInstanceDetails {
2709
2342
  * <p>The lifecycle state for the instance. The <code>Quarantined</code> state is not used.
2710
2343
  * For information about lifecycle states, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/AutoScalingGroupLifecycle.html">Instance
2711
2344
  * lifecycle</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>. </p>
2712
- * <p>Valid Values: <code>Pending</code> | <code>Pending:Wait</code> |
2345
+ * <p>Valid values: <code>Pending</code> | <code>Pending:Wait</code> |
2713
2346
  * <code>Pending:Proceed</code> | <code>Quarantined</code> | <code>InService</code> |
2714
2347
  * <code>Terminating</code> | <code>Terminating:Wait</code> |
2715
2348
  * <code>Terminating:Proceed</code> | <code>Terminated</code> | <code>Detaching</code>
@@ -2749,12 +2382,6 @@ export interface AutoScalingInstanceDetails {
2749
2382
  */
2750
2383
  WeightedCapacity?: string;
2751
2384
  }
2752
- export declare namespace AutoScalingInstanceDetails {
2753
- /**
2754
- * @internal
2755
- */
2756
- const filterSensitiveLog: (obj: AutoScalingInstanceDetails) => any;
2757
- }
2758
2385
  export interface AutoScalingInstancesType {
2759
2386
  /**
2760
2387
  * <p>The instances.</p>
@@ -2768,16 +2395,10 @@ export interface AutoScalingInstancesType {
2768
2395
  */
2769
2396
  NextToken?: string;
2770
2397
  }
2771
- export declare namespace AutoScalingInstancesType {
2772
- /**
2773
- * @internal
2774
- */
2775
- const filterSensitiveLog: (obj: AutoScalingInstancesType) => any;
2776
- }
2777
2398
  export interface DescribeAutoScalingInstancesType {
2778
2399
  /**
2779
- * <p>The IDs of the instances. If you omit this parameter, all Auto Scaling instances are
2780
- * described. If you specify an ID that does not exist, it is ignored with no error.</p>
2400
+ * <p>The IDs of the instances. If you omit this property, all Auto Scaling instances are described.
2401
+ * If you specify an ID that does not exist, it is ignored with no error.</p>
2781
2402
  * <p>Array Members: Maximum number of 50 items.</p>
2782
2403
  */
2783
2404
  InstanceIds?: string[];
@@ -2792,24 +2413,12 @@ export interface DescribeAutoScalingInstancesType {
2792
2413
  */
2793
2414
  NextToken?: string;
2794
2415
  }
2795
- export declare namespace DescribeAutoScalingInstancesType {
2796
- /**
2797
- * @internal
2798
- */
2799
- const filterSensitiveLog: (obj: DescribeAutoScalingInstancesType) => any;
2800
- }
2801
2416
  export interface DescribeAutoScalingNotificationTypesAnswer {
2802
2417
  /**
2803
2418
  * <p>The notification types.</p>
2804
2419
  */
2805
2420
  AutoScalingNotificationTypes?: string[];
2806
2421
  }
2807
- export declare namespace DescribeAutoScalingNotificationTypesAnswer {
2808
- /**
2809
- * @internal
2810
- */
2811
- const filterSensitiveLog: (obj: DescribeAutoScalingNotificationTypesAnswer) => any;
2812
- }
2813
2422
  /**
2814
2423
  * <p>Describes the desired configuration for an instance refresh. </p>
2815
2424
  * <p>If you specify a desired configuration, you must specify either a
@@ -2831,12 +2440,6 @@ export interface DesiredConfiguration {
2831
2440
  */
2832
2441
  MixedInstancesPolicy?: MixedInstancesPolicy;
2833
2442
  }
2834
- export declare namespace DesiredConfiguration {
2835
- /**
2836
- * @internal
2837
- */
2838
- const filterSensitiveLog: (obj: DesiredConfiguration) => any;
2839
- }
2840
2443
  /**
2841
2444
  * <p>Describes the preferences for an instance refresh.</p>
2842
2445
  */
@@ -2890,12 +2493,6 @@ export interface RefreshPreferences {
2890
2493
  */
2891
2494
  SkipMatching?: boolean;
2892
2495
  }
2893
- export declare namespace RefreshPreferences {
2894
- /**
2895
- * @internal
2896
- */
2897
- const filterSensitiveLog: (obj: RefreshPreferences) => any;
2898
- }
2899
2496
  /**
2900
2497
  * <p>Reports the progress of an instance refresh on instances that are in the Auto Scaling
2901
2498
  * group.</p>
@@ -2914,12 +2511,6 @@ export interface InstanceRefreshLivePoolProgress {
2914
2511
  */
2915
2512
  InstancesToUpdate?: number;
2916
2513
  }
2917
- export declare namespace InstanceRefreshLivePoolProgress {
2918
- /**
2919
- * @internal
2920
- */
2921
- const filterSensitiveLog: (obj: InstanceRefreshLivePoolProgress) => any;
2922
- }
2923
2514
  /**
2924
2515
  * <p>Reports the progress of an instance refresh on instances that are in the warm
2925
2516
  * pool.</p>
@@ -2938,12 +2529,6 @@ export interface InstanceRefreshWarmPoolProgress {
2938
2529
  */
2939
2530
  InstancesToUpdate?: number;
2940
2531
  }
2941
- export declare namespace InstanceRefreshWarmPoolProgress {
2942
- /**
2943
- * @internal
2944
- */
2945
- const filterSensitiveLog: (obj: InstanceRefreshWarmPoolProgress) => any;
2946
- }
2947
2532
  /**
2948
2533
  * <p>Reports the progress of an instance refresh on an Auto Scaling group that has a warm pool.
2949
2534
  * This includes separate details for instances in the warm pool and instances in the Auto Scaling
@@ -2961,12 +2546,6 @@ export interface InstanceRefreshProgressDetails {
2961
2546
  */
2962
2547
  WarmPoolProgress?: InstanceRefreshWarmPoolProgress;
2963
2548
  }
2964
- export declare namespace InstanceRefreshProgressDetails {
2965
- /**
2966
- * @internal
2967
- */
2968
- const filterSensitiveLog: (obj: InstanceRefreshProgressDetails) => any;
2969
- }
2970
2549
  export declare enum InstanceRefreshStatus {
2971
2550
  Cancelled = "Cancelled",
2972
2551
  Cancelling = "Cancelling",
@@ -3058,15 +2637,9 @@ export interface InstanceRefresh {
3058
2637
  */
3059
2638
  DesiredConfiguration?: DesiredConfiguration;
3060
2639
  }
3061
- export declare namespace InstanceRefresh {
3062
- /**
3063
- * @internal
3064
- */
3065
- const filterSensitiveLog: (obj: InstanceRefresh) => any;
3066
- }
3067
2640
  export interface DescribeInstanceRefreshesAnswer {
3068
2641
  /**
3069
- * <p>The instance refreshes for the specified group.</p>
2642
+ * <p>The instance refreshes for the specified group, sorted by creation timestamp in descending order.</p>
3070
2643
  */
3071
2644
  InstanceRefreshes?: InstanceRefresh[];
3072
2645
  /**
@@ -3077,12 +2650,6 @@ export interface DescribeInstanceRefreshesAnswer {
3077
2650
  */
3078
2651
  NextToken?: string;
3079
2652
  }
3080
- export declare namespace DescribeInstanceRefreshesAnswer {
3081
- /**
3082
- * @internal
3083
- */
3084
- const filterSensitiveLog: (obj: DescribeInstanceRefreshesAnswer) => any;
3085
- }
3086
2653
  export interface DescribeInstanceRefreshesType {
3087
2654
  /**
3088
2655
  * <p>The name of the Auto Scaling group.</p>
@@ -3103,15 +2670,9 @@ export interface DescribeInstanceRefreshesType {
3103
2670
  */
3104
2671
  MaxRecords?: number;
3105
2672
  }
3106
- export declare namespace DescribeInstanceRefreshesType {
3107
- /**
3108
- * @internal
3109
- */
3110
- const filterSensitiveLog: (obj: DescribeInstanceRefreshesType) => any;
3111
- }
3112
2673
  export interface LaunchConfigurationNamesType {
3113
2674
  /**
3114
- * <p>The launch configuration names. If you omit this parameter, all launch configurations
2675
+ * <p>The launch configuration names. If you omit this property, all launch configurations
3115
2676
  * are described.</p>
3116
2677
  * <p>Array Members: Maximum number of 50 items.</p>
3117
2678
  */
@@ -3127,12 +2688,6 @@ export interface LaunchConfigurationNamesType {
3127
2688
  */
3128
2689
  MaxRecords?: number;
3129
2690
  }
3130
- export declare namespace LaunchConfigurationNamesType {
3131
- /**
3132
- * @internal
3133
- */
3134
- const filterSensitiveLog: (obj: LaunchConfigurationNamesType) => any;
3135
- }
3136
2691
  /**
3137
2692
  * <p>Describes a launch configuration.</p>
3138
2693
  */
@@ -3147,7 +2702,7 @@ export interface LaunchConfiguration {
3147
2702
  LaunchConfigurationARN?: string;
3148
2703
  /**
3149
2704
  * <p>The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more
3150
- * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/finding-an-ami.html">Finding an AMI</a> in the
2705
+ * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/finding-an-ami.html">Find a Linux AMI</a> in the
3151
2706
  * <i>Amazon EC2 User Guide for Linux Instances</i>.</p>
3152
2707
  */
3153
2708
  ImageId: string | undefined;
@@ -3166,7 +2721,7 @@ export interface LaunchConfiguration {
3166
2721
  SecurityGroups?: string[];
3167
2722
  /**
3168
2723
  * <p>
3169
- * <i>EC2-Classic retires on August 15, 2022. This parameter is not supported after
2724
+ * <i>EC2-Classic retires on August 15, 2022. This property is not supported after
3170
2725
  * that date.</i>
3171
2726
  * </p>
3172
2727
  * <p>The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to.</p>
@@ -3174,7 +2729,7 @@ export interface LaunchConfiguration {
3174
2729
  ClassicLinkVPCId?: string;
3175
2730
  /**
3176
2731
  * <p>
3177
- * <i>EC2-Classic retires on August 15, 2022. This parameter is not supported after
2732
+ * <i>EC2-Classic retires on August 15, 2022. This property is not supported after
3178
2733
  * that date.</i>
3179
2734
  * </p>
3180
2735
  * <p>The IDs of one or more security groups for the VPC specified in
@@ -3190,9 +2745,9 @@ export interface LaunchConfiguration {
3190
2745
  */
3191
2746
  UserData?: string;
3192
2747
  /**
3193
- * <p>The instance type for the instances.</p>
3194
- * <p>For information about available instance types, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#AvailableInstanceTypes">Available
3195
- * Instance Types</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>
2748
+ * <p>The instance type for the instances. For information about available instance types,
2749
+ * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#AvailableInstanceTypes">Available
2750
+ * instance types</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>
3196
2751
  */
3197
2752
  InstanceType: string | undefined;
3198
2753
  /**
@@ -3204,8 +2759,9 @@ export interface LaunchConfiguration {
3204
2759
  */
3205
2760
  RamdiskId?: string;
3206
2761
  /**
3207
- * <p>A block device mapping, which specifies the block devices for the instance. For more
3208
- * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html">Block Device
2762
+ * <p>The block device mapping entries that define the block devices to attach to the
2763
+ * instances at launch. By default, the block devices specified in the block device mapping
2764
+ * for the AMI are used. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html">Block Device
3209
2765
  * Mapping</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>
3210
2766
  */
3211
2767
  BlockDeviceMappings?: BlockDeviceMapping[];
@@ -3242,8 +2798,12 @@ export interface LaunchConfiguration {
3242
2798
  */
3243
2799
  EbsOptimized?: boolean;
3244
2800
  /**
3245
- * <p>For Auto Scaling groups that are running in a VPC, specifies whether to assign a public IP
3246
- * address to the group's instances. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-in-vpc.html">Launching Auto Scaling instances in a
2801
+ * <p>Specifies whether to assign a public IPv4 address to the group's instances. If the
2802
+ * instance is launched into a default subnet, the default is to assign a public IPv4
2803
+ * address, unless you disabled the option to assign a public IPv4 address on the subnet.
2804
+ * If the instance is launched into a nondefault subnet, the default is not to assign a
2805
+ * public IPv4 address, unless you enabled the option to assign a public IPv4 address on
2806
+ * the subnet. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-in-vpc.html">Launching Auto Scaling instances in a
3247
2807
  * VPC</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
3248
2808
  */
3249
2809
  AssociatePublicIpAddress?: boolean;
@@ -3262,12 +2822,6 @@ export interface LaunchConfiguration {
3262
2822
  */
3263
2823
  MetadataOptions?: InstanceMetadataOptions;
3264
2824
  }
3265
- export declare namespace LaunchConfiguration {
3266
- /**
3267
- * @internal
3268
- */
3269
- const filterSensitiveLog: (obj: LaunchConfiguration) => any;
3270
- }
3271
2825
  export interface LaunchConfigurationsType {
3272
2826
  /**
3273
2827
  * <p>The launch configurations.</p>
@@ -3281,12 +2835,6 @@ export interface LaunchConfigurationsType {
3281
2835
  */
3282
2836
  NextToken?: string;
3283
2837
  }
3284
- export declare namespace LaunchConfigurationsType {
3285
- /**
3286
- * @internal
3287
- */
3288
- const filterSensitiveLog: (obj: LaunchConfigurationsType) => any;
3289
- }
3290
2838
  /**
3291
2839
  * <p>Describes a lifecycle hook. A lifecycle hook lets you create solutions that are aware
3292
2840
  * of events in the Auto Scaling instance lifecycle, and then perform a custom action on instances
@@ -3303,22 +2851,15 @@ export interface LifecycleHook {
3303
2851
  */
3304
2852
  AutoScalingGroupName?: string;
3305
2853
  /**
3306
- * <p>The state of the EC2 instance to which to attach the lifecycle hook. The following are
3307
- * possible values:</p>
3308
- * <ul>
3309
- * <li>
3310
- * <p>autoscaling:EC2_INSTANCE_LAUNCHING</p>
3311
- * </li>
3312
- * <li>
3313
- * <p>autoscaling:EC2_INSTANCE_TERMINATING</p>
3314
- * </li>
3315
- * </ul>
2854
+ * <p>The lifecycle transition.</p>
2855
+ * <p>Valid values: <code>autoscaling:EC2_INSTANCE_LAUNCHING</code> |
2856
+ * <code>autoscaling:EC2_INSTANCE_TERMINATING</code>
2857
+ * </p>
3316
2858
  */
3317
2859
  LifecycleTransition?: string;
3318
2860
  /**
3319
- * <p>The ARN of the target that Amazon EC2 Auto Scaling sends notifications to when an instance is in the
3320
- * transition state for the lifecycle hook. The notification target can be either an SQS
3321
- * queue or an SNS topic.</p>
2861
+ * <p>The ARN of the target that Amazon EC2 Auto Scaling sends notifications to when an instance is in a
2862
+ * wait state for the lifecycle hook.</p>
3322
2863
  */
3323
2864
  NotificationTargetARN?: string;
3324
2865
  /**
@@ -3334,7 +2875,7 @@ export interface LifecycleHook {
3334
2875
  /**
3335
2876
  * <p>The maximum time, in seconds, that can elapse before the lifecycle hook times out. If
3336
2877
  * the lifecycle hook times out, Amazon EC2 Auto Scaling performs the action that you specified in the
3337
- * <code>DefaultResult</code> parameter.</p>
2878
+ * <code>DefaultResult</code> property.</p>
3338
2879
  */
3339
2880
  HeartbeatTimeout?: number;
3340
2881
  /**
@@ -3344,59 +2885,36 @@ export interface LifecycleHook {
3344
2885
  */
3345
2886
  GlobalTimeout?: number;
3346
2887
  /**
3347
- * <p>Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses
3348
- * or if an unexpected failure occurs. The possible values are <code>CONTINUE</code> and
3349
- * <code>ABANDON</code>.</p>
2888
+ * <p>The action the Auto Scaling group takes when the lifecycle hook timeout elapses or if an
2889
+ * unexpected failure occurs.</p>
2890
+ * <p>Valid values: <code>CONTINUE</code> | <code>ABANDON</code>
2891
+ * </p>
3350
2892
  */
3351
2893
  DefaultResult?: string;
3352
2894
  }
3353
- export declare namespace LifecycleHook {
3354
- /**
3355
- * @internal
3356
- */
3357
- const filterSensitiveLog: (obj: LifecycleHook) => any;
3358
- }
3359
2895
  export interface DescribeLifecycleHooksAnswer {
3360
2896
  /**
3361
2897
  * <p>The lifecycle hooks for the specified group.</p>
3362
2898
  */
3363
2899
  LifecycleHooks?: LifecycleHook[];
3364
2900
  }
3365
- export declare namespace DescribeLifecycleHooksAnswer {
3366
- /**
3367
- * @internal
3368
- */
3369
- const filterSensitiveLog: (obj: DescribeLifecycleHooksAnswer) => any;
3370
- }
3371
2901
  export interface DescribeLifecycleHooksType {
3372
2902
  /**
3373
2903
  * <p>The name of the Auto Scaling group.</p>
3374
2904
  */
3375
2905
  AutoScalingGroupName: string | undefined;
3376
2906
  /**
3377
- * <p>The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle
2907
+ * <p>The names of one or more lifecycle hooks. If you omit this property, all lifecycle
3378
2908
  * hooks are described.</p>
3379
2909
  */
3380
2910
  LifecycleHookNames?: string[];
3381
2911
  }
3382
- export declare namespace DescribeLifecycleHooksType {
3383
- /**
3384
- * @internal
3385
- */
3386
- const filterSensitiveLog: (obj: DescribeLifecycleHooksType) => any;
3387
- }
3388
2912
  export interface DescribeLifecycleHookTypesAnswer {
3389
2913
  /**
3390
2914
  * <p>The lifecycle hook types.</p>
3391
2915
  */
3392
2916
  LifecycleHookTypes?: string[];
3393
2917
  }
3394
- export declare namespace DescribeLifecycleHookTypesAnswer {
3395
- /**
3396
- * @internal
3397
- */
3398
- const filterSensitiveLog: (obj: DescribeLifecycleHookTypesAnswer) => any;
3399
- }
3400
2918
  export interface DescribeLoadBalancersRequest {
3401
2919
  /**
3402
2920
  * <p>The name of the Auto Scaling group.</p>
@@ -3413,12 +2931,6 @@ export interface DescribeLoadBalancersRequest {
3413
2931
  */
3414
2932
  MaxRecords?: number;
3415
2933
  }
3416
- export declare namespace DescribeLoadBalancersRequest {
3417
- /**
3418
- * @internal
3419
- */
3420
- const filterSensitiveLog: (obj: DescribeLoadBalancersRequest) => any;
3421
- }
3422
2934
  /**
3423
2935
  * <p>Describes the state of a Classic Load Balancer.</p>
3424
2936
  */
@@ -3460,12 +2972,6 @@ export interface LoadBalancerState {
3460
2972
  */
3461
2973
  State?: string;
3462
2974
  }
3463
- export declare namespace LoadBalancerState {
3464
- /**
3465
- * @internal
3466
- */
3467
- const filterSensitiveLog: (obj: LoadBalancerState) => any;
3468
- }
3469
2975
  export interface DescribeLoadBalancersResponse {
3470
2976
  /**
3471
2977
  * <p>The load balancers.</p>
@@ -3479,12 +2985,6 @@ export interface DescribeLoadBalancersResponse {
3479
2985
  */
3480
2986
  NextToken?: string;
3481
2987
  }
3482
- export declare namespace DescribeLoadBalancersResponse {
3483
- /**
3484
- * @internal
3485
- */
3486
- const filterSensitiveLog: (obj: DescribeLoadBalancersResponse) => any;
3487
- }
3488
2988
  export interface DescribeLoadBalancerTargetGroupsRequest {
3489
2989
  /**
3490
2990
  * <p>The name of the Auto Scaling group.</p>
@@ -3501,12 +3001,6 @@ export interface DescribeLoadBalancerTargetGroupsRequest {
3501
3001
  */
3502
3002
  MaxRecords?: number;
3503
3003
  }
3504
- export declare namespace DescribeLoadBalancerTargetGroupsRequest {
3505
- /**
3506
- * @internal
3507
- */
3508
- const filterSensitiveLog: (obj: DescribeLoadBalancerTargetGroupsRequest) => any;
3509
- }
3510
3004
  /**
3511
3005
  * <p>Describes the state of a target group.</p>
3512
3006
  */
@@ -3548,12 +3042,6 @@ export interface LoadBalancerTargetGroupState {
3548
3042
  */
3549
3043
  State?: string;
3550
3044
  }
3551
- export declare namespace LoadBalancerTargetGroupState {
3552
- /**
3553
- * @internal
3554
- */
3555
- const filterSensitiveLog: (obj: LoadBalancerTargetGroupState) => any;
3556
- }
3557
3045
  export interface DescribeLoadBalancerTargetGroupsResponse {
3558
3046
  /**
3559
3047
  * <p>Information about the target groups.</p>
@@ -3567,12 +3055,6 @@ export interface DescribeLoadBalancerTargetGroupsResponse {
3567
3055
  */
3568
3056
  NextToken?: string;
3569
3057
  }
3570
- export declare namespace DescribeLoadBalancerTargetGroupsResponse {
3571
- /**
3572
- * @internal
3573
- */
3574
- const filterSensitiveLog: (obj: DescribeLoadBalancerTargetGroupsResponse) => any;
3575
- }
3576
3058
  /**
3577
3059
  * <p>Describes a granularity of a metric.</p>
3578
3060
  */
@@ -3582,12 +3064,6 @@ export interface MetricGranularityType {
3582
3064
  */
3583
3065
  Granularity?: string;
3584
3066
  }
3585
- export declare namespace MetricGranularityType {
3586
- /**
3587
- * @internal
3588
- */
3589
- const filterSensitiveLog: (obj: MetricGranularityType) => any;
3590
- }
3591
3067
  /**
3592
3068
  * <p>Describes a metric.</p>
3593
3069
  */
@@ -3699,15 +3175,9 @@ export interface MetricCollectionType {
3699
3175
  */
3700
3176
  Metric?: string;
3701
3177
  }
3702
- export declare namespace MetricCollectionType {
3703
- /**
3704
- * @internal
3705
- */
3706
- const filterSensitiveLog: (obj: MetricCollectionType) => any;
3707
- }
3708
3178
  export interface DescribeMetricCollectionTypesAnswer {
3709
3179
  /**
3710
- * <p>One or more metrics.</p>
3180
+ * <p>The metrics.</p>
3711
3181
  */
3712
3182
  Metrics?: MetricCollectionType[];
3713
3183
  /**
@@ -3715,12 +3185,6 @@ export interface DescribeMetricCollectionTypesAnswer {
3715
3185
  */
3716
3186
  Granularities?: MetricGranularityType[];
3717
3187
  }
3718
- export declare namespace DescribeMetricCollectionTypesAnswer {
3719
- /**
3720
- * @internal
3721
- */
3722
- const filterSensitiveLog: (obj: DescribeMetricCollectionTypesAnswer) => any;
3723
- }
3724
3188
  /**
3725
3189
  * <p>Describes a notification.</p>
3726
3190
  */
@@ -3765,12 +3229,6 @@ export interface NotificationConfiguration {
3765
3229
  */
3766
3230
  NotificationType?: string;
3767
3231
  }
3768
- export declare namespace NotificationConfiguration {
3769
- /**
3770
- * @internal
3771
- */
3772
- const filterSensitiveLog: (obj: NotificationConfiguration) => any;
3773
- }
3774
3232
  export interface DescribeNotificationConfigurationsAnswer {
3775
3233
  /**
3776
3234
  * <p>The notification configurations.</p>
@@ -3784,12 +3242,6 @@ export interface DescribeNotificationConfigurationsAnswer {
3784
3242
  */
3785
3243
  NextToken?: string;
3786
3244
  }
3787
- export declare namespace DescribeNotificationConfigurationsAnswer {
3788
- /**
3789
- * @internal
3790
- */
3791
- const filterSensitiveLog: (obj: DescribeNotificationConfigurationsAnswer) => any;
3792
- }
3793
3245
  export interface DescribeNotificationConfigurationsType {
3794
3246
  /**
3795
3247
  * <p>The name of the Auto Scaling group.</p>
@@ -3806,19 +3258,13 @@ export interface DescribeNotificationConfigurationsType {
3806
3258
  */
3807
3259
  MaxRecords?: number;
3808
3260
  }
3809
- export declare namespace DescribeNotificationConfigurationsType {
3810
- /**
3811
- * @internal
3812
- */
3813
- const filterSensitiveLog: (obj: DescribeNotificationConfigurationsType) => any;
3814
- }
3815
3261
  export interface DescribePoliciesType {
3816
3262
  /**
3817
3263
  * <p>The name of the Auto Scaling group.</p>
3818
3264
  */
3819
3265
  AutoScalingGroupName?: string;
3820
3266
  /**
3821
- * <p>The names of one or more policies. If you omit this parameter, all policies are
3267
+ * <p>The names of one or more policies. If you omit this property, all policies are
3822
3268
  * described. If a group name is provided, the results are limited to that group. If you
3823
3269
  * specify an unknown policy name, it is ignored with no error.</p>
3824
3270
  * <p>Array Members: Maximum number of 50 items.</p>
@@ -3841,12 +3287,6 @@ export interface DescribePoliciesType {
3841
3287
  */
3842
3288
  MaxRecords?: number;
3843
3289
  }
3844
- export declare namespace DescribePoliciesType {
3845
- /**
3846
- * @internal
3847
- */
3848
- const filterSensitiveLog: (obj: DescribePoliciesType) => any;
3849
- }
3850
3290
  export declare enum PredictiveScalingMaxCapacityBreachBehavior {
3851
3291
  HonorMaxCapacity = "HonorMaxCapacity",
3852
3292
  IncreaseMaxCapacity = "IncreaseMaxCapacity"
@@ -3864,12 +3304,6 @@ export interface MetricDimension {
3864
3304
  */
3865
3305
  Value: string | undefined;
3866
3306
  }
3867
- export declare namespace MetricDimension {
3868
- /**
3869
- * @internal
3870
- */
3871
- const filterSensitiveLog: (obj: MetricDimension) => any;
3872
- }
3873
3307
  /**
3874
3308
  * <p>Represents a specific metric. </p>
3875
3309
  */
@@ -3894,12 +3328,6 @@ export interface Metric {
3894
3328
  */
3895
3329
  Dimensions?: MetricDimension[];
3896
3330
  }
3897
- export declare namespace Metric {
3898
- /**
3899
- * @internal
3900
- */
3901
- const filterSensitiveLog: (obj: Metric) => any;
3902
- }
3903
3331
  /**
3904
3332
  * <p>This structure defines the CloudWatch metric to return, along with the statistic, period,
3905
3333
  * and unit.</p>
@@ -3927,12 +3355,6 @@ export interface MetricStat {
3927
3355
  */
3928
3356
  Unit?: string;
3929
3357
  }
3930
- export declare namespace MetricStat {
3931
- /**
3932
- * @internal
3933
- */
3934
- const filterSensitiveLog: (obj: MetricStat) => any;
3935
- }
3936
3358
  /**
3937
3359
  * <p>The metric data to return. Also defines whether this call is returning data for one
3938
3360
  * metric only, or whether it is performing a math expression on the values of returned
@@ -3985,12 +3407,6 @@ export interface MetricDataQuery {
3985
3407
  */
3986
3408
  ReturnData?: boolean;
3987
3409
  }
3988
- export declare namespace MetricDataQuery {
3989
- /**
3990
- * @internal
3991
- */
3992
- const filterSensitiveLog: (obj: MetricDataQuery) => any;
3993
- }
3994
3410
  /**
3995
3411
  * <p>Describes a customized capacity metric for a predictive scaling policy.</p>
3996
3412
  */
@@ -4002,12 +3418,6 @@ export interface PredictiveScalingCustomizedCapacityMetric {
4002
3418
  */
4003
3419
  MetricDataQueries: MetricDataQuery[] | undefined;
4004
3420
  }
4005
- export declare namespace PredictiveScalingCustomizedCapacityMetric {
4006
- /**
4007
- * @internal
4008
- */
4009
- const filterSensitiveLog: (obj: PredictiveScalingCustomizedCapacityMetric) => any;
4010
- }
4011
3421
  /**
4012
3422
  * <p>Describes a custom load metric for a predictive scaling policy.</p>
4013
3423
  */
@@ -4019,12 +3429,6 @@ export interface PredictiveScalingCustomizedLoadMetric {
4019
3429
  */
4020
3430
  MetricDataQueries: MetricDataQuery[] | undefined;
4021
3431
  }
4022
- export declare namespace PredictiveScalingCustomizedLoadMetric {
4023
- /**
4024
- * @internal
4025
- */
4026
- const filterSensitiveLog: (obj: PredictiveScalingCustomizedLoadMetric) => any;
4027
- }
4028
3432
  /**
4029
3433
  * <p>Describes a custom scaling metric for a predictive scaling policy.</p>
4030
3434
  */
@@ -4036,12 +3440,6 @@ export interface PredictiveScalingCustomizedScalingMetric {
4036
3440
  */
4037
3441
  MetricDataQueries: MetricDataQuery[] | undefined;
4038
3442
  }
4039
- export declare namespace PredictiveScalingCustomizedScalingMetric {
4040
- /**
4041
- * @internal
4042
- */
4043
- const filterSensitiveLog: (obj: PredictiveScalingCustomizedScalingMetric) => any;
4044
- }
4045
3443
  export declare enum PredefinedLoadMetricType {
4046
3444
  ALBTargetGroupRequestCount = "ALBTargetGroupRequestCount",
4047
3445
  ASGTotalCPUUtilization = "ASGTotalCPUUtilization",
@@ -4084,12 +3482,6 @@ export interface PredictiveScalingPredefinedLoadMetric {
4084
3482
  */
4085
3483
  ResourceLabel?: string;
4086
3484
  }
4087
- export declare namespace PredictiveScalingPredefinedLoadMetric {
4088
- /**
4089
- * @internal
4090
- */
4091
- const filterSensitiveLog: (obj: PredictiveScalingPredefinedLoadMetric) => any;
4092
- }
4093
3485
  export declare enum PredefinedMetricPairType {
4094
3486
  ALBRequestCount = "ALBRequestCount",
4095
3487
  ASGCPUUtilization = "ASGCPUUtilization",
@@ -4132,12 +3524,6 @@ export interface PredictiveScalingPredefinedMetricPair {
4132
3524
  */
4133
3525
  ResourceLabel?: string;
4134
3526
  }
4135
- export declare namespace PredictiveScalingPredefinedMetricPair {
4136
- /**
4137
- * @internal
4138
- */
4139
- const filterSensitiveLog: (obj: PredictiveScalingPredefinedMetricPair) => any;
4140
- }
4141
3527
  export declare enum PredefinedScalingMetricType {
4142
3528
  ALBRequestCountPerTarget = "ALBRequestCountPerTarget",
4143
3529
  ASGAverageCPUUtilization = "ASGAverageCPUUtilization",
@@ -4180,12 +3566,6 @@ export interface PredictiveScalingPredefinedScalingMetric {
4180
3566
  */
4181
3567
  ResourceLabel?: string;
4182
3568
  }
4183
- export declare namespace PredictiveScalingPredefinedScalingMetric {
4184
- /**
4185
- * @internal
4186
- */
4187
- const filterSensitiveLog: (obj: PredictiveScalingPredefinedScalingMetric) => any;
4188
- }
4189
3569
  /**
4190
3570
  * <p>This structure specifies the metrics and target utilization settings for a predictive
4191
3571
  * scaling policy. </p>
@@ -4270,12 +3650,6 @@ export interface PredictiveScalingMetricSpecification {
4270
3650
  */
4271
3651
  CustomizedCapacityMetricSpecification?: PredictiveScalingCustomizedCapacityMetric;
4272
3652
  }
4273
- export declare namespace PredictiveScalingMetricSpecification {
4274
- /**
4275
- * @internal
4276
- */
4277
- const filterSensitiveLog: (obj: PredictiveScalingMetricSpecification) => any;
4278
- }
4279
3653
  export declare enum PredictiveScalingMode {
4280
3654
  ForecastAndScale = "ForecastAndScale",
4281
3655
  ForecastOnly = "ForecastOnly"
@@ -4342,12 +3716,6 @@ export interface PredictiveScalingConfiguration {
4342
3716
  */
4343
3717
  MaxCapacityBuffer?: number;
4344
3718
  }
4345
- export declare namespace PredictiveScalingConfiguration {
4346
- /**
4347
- * @internal
4348
- */
4349
- const filterSensitiveLog: (obj: PredictiveScalingConfiguration) => any;
4350
- }
4351
3719
  /**
4352
3720
  * <p>Describes information used to create a step adjustment for a step scaling
4353
3721
  * policy.</p>
@@ -4407,15 +3775,13 @@ export interface StepAdjustment {
4407
3775
  * <p>The amount by which to scale, based on the specified adjustment type. A positive value
4408
3776
  * adds to the current capacity while a negative number removes from the current
4409
3777
  * capacity.</p>
3778
+ * <p>The amount by which to scale. The adjustment is based on the value that you specified
3779
+ * in the <code>AdjustmentType</code> property (either an absolute number or a percentage).
3780
+ * A positive value adds to the current capacity and a negative number subtracts from the
3781
+ * current capacity. </p>
4410
3782
  */
4411
3783
  ScalingAdjustment: number | undefined;
4412
3784
  }
4413
- export declare namespace StepAdjustment {
4414
- /**
4415
- * @internal
4416
- */
4417
- const filterSensitiveLog: (obj: StepAdjustment) => any;
4418
- }
4419
3785
  export declare enum MetricStatistic {
4420
3786
  Average = "Average",
4421
3787
  Maximum = "Maximum",
@@ -4429,7 +3795,7 @@ export declare enum MetricStatistic {
4429
3795
  * <p>To create your customized metric specification:</p>
4430
3796
  * <ul>
4431
3797
  * <li>
4432
- * <p>Add values for each required parameter from CloudWatch. You can use an existing
3798
+ * <p>Add values for each required property from CloudWatch. You can use an existing
4433
3799
  * metric, or a new metric that you create. To use your own metric, you must first
4434
3800
  * publish the metric to CloudWatch. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/publishingMetrics.html">Publish
4435
3801
  * custom metrics</a> in the <i>Amazon CloudWatch User
@@ -4478,12 +3844,6 @@ export interface CustomizedMetricSpecification {
4478
3844
  */
4479
3845
  Unit?: string;
4480
3846
  }
4481
- export declare namespace CustomizedMetricSpecification {
4482
- /**
4483
- * @internal
4484
- */
4485
- const filterSensitiveLog: (obj: CustomizedMetricSpecification) => any;
4486
- }
4487
3847
  export declare enum MetricType {
4488
3848
  ALBRequestCountPerTarget = "ALBRequestCountPerTarget",
4489
3849
  ASGAverageCPUUtilization = "ASGAverageCPUUtilization",
@@ -4546,12 +3906,6 @@ export interface PredefinedMetricSpecification {
4546
3906
  */
4547
3907
  ResourceLabel?: string;
4548
3908
  }
4549
- export declare namespace PredefinedMetricSpecification {
4550
- /**
4551
- * @internal
4552
- */
4553
- const filterSensitiveLog: (obj: PredefinedMetricSpecification) => any;
4554
- }
4555
3909
  /**
4556
3910
  * <p>Represents a target tracking scaling policy configuration to use with Amazon EC2 Auto Scaling.</p>
4557
3911
  */
@@ -4585,12 +3939,6 @@ export interface TargetTrackingConfiguration {
4585
3939
  */
4586
3940
  DisableScaleIn?: boolean;
4587
3941
  }
4588
- export declare namespace TargetTrackingConfiguration {
4589
- /**
4590
- * @internal
4591
- */
4592
- const filterSensitiveLog: (obj: TargetTrackingConfiguration) => any;
4593
- }
4594
3942
  /**
4595
3943
  * <p>Describes a scaling policy.</p>
4596
3944
  */
@@ -4696,12 +4044,6 @@ export interface ScalingPolicy {
4696
4044
  */
4697
4045
  PredictiveScalingConfiguration?: PredictiveScalingConfiguration;
4698
4046
  }
4699
- export declare namespace ScalingPolicy {
4700
- /**
4701
- * @internal
4702
- */
4703
- const filterSensitiveLog: (obj: ScalingPolicy) => any;
4704
- }
4705
4047
  export interface PoliciesType {
4706
4048
  /**
4707
4049
  * <p>The scaling policies.</p>
@@ -4715,15 +4057,9 @@ export interface PoliciesType {
4715
4057
  */
4716
4058
  NextToken?: string;
4717
4059
  }
4718
- export declare namespace PoliciesType {
4719
- /**
4720
- * @internal
4721
- */
4722
- const filterSensitiveLog: (obj: PoliciesType) => any;
4723
- }
4724
4060
  export interface DescribeScalingActivitiesType {
4725
4061
  /**
4726
- * <p>The activity IDs of the desired scaling activities. If you omit this parameter, all
4062
+ * <p>The activity IDs of the desired scaling activities. If you omit this property, all
4727
4063
  * activities for the past six weeks are described. If unknown activities are requested,
4728
4064
  * they are ignored with no error. If you specify an Auto Scaling group, the results are limited to
4729
4065
  * that group.</p>
@@ -4749,12 +4085,6 @@ export interface DescribeScalingActivitiesType {
4749
4085
  */
4750
4086
  NextToken?: string;
4751
4087
  }
4752
- export declare namespace DescribeScalingActivitiesType {
4753
- /**
4754
- * @internal
4755
- */
4756
- const filterSensitiveLog: (obj: DescribeScalingActivitiesType) => any;
4757
- }
4758
4088
  /**
4759
4089
  * <p>Describes a process type.</p>
4760
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>
@@ -4812,31 +4142,19 @@ export interface ProcessType {
4812
4142
  */
4813
4143
  ProcessName: string | undefined;
4814
4144
  }
4815
- export declare namespace ProcessType {
4816
- /**
4817
- * @internal
4818
- */
4819
- const filterSensitiveLog: (obj: ProcessType) => any;
4820
- }
4821
4145
  export interface ProcessesType {
4822
4146
  /**
4823
4147
  * <p>The names of the process types.</p>
4824
4148
  */
4825
4149
  Processes?: ProcessType[];
4826
4150
  }
4827
- export declare namespace ProcessesType {
4828
- /**
4829
- * @internal
4830
- */
4831
- const filterSensitiveLog: (obj: ProcessesType) => any;
4832
- }
4833
4151
  export interface DescribeScheduledActionsType {
4834
4152
  /**
4835
4153
  * <p>The name of the Auto Scaling group.</p>
4836
4154
  */
4837
4155
  AutoScalingGroupName?: string;
4838
4156
  /**
4839
- * <p>The names of one or more scheduled actions. If you omit this parameter, all scheduled
4157
+ * <p>The names of one or more scheduled actions. If you omit this property, all scheduled
4840
4158
  * actions are described. If you specify an unknown scheduled action, it is ignored with no
4841
4159
  * error.</p>
4842
4160
  * <p>Array Members: Maximum number of 50 actions.</p>
@@ -4844,12 +4162,12 @@ export interface DescribeScheduledActionsType {
4844
4162
  ScheduledActionNames?: string[];
4845
4163
  /**
4846
4164
  * <p>The earliest scheduled start time to return. If scheduled action names are provided,
4847
- * this parameter is ignored.</p>
4165
+ * this property is ignored.</p>
4848
4166
  */
4849
4167
  StartTime?: Date;
4850
4168
  /**
4851
4169
  * <p>The latest scheduled start time to return. If scheduled action names are provided,
4852
- * this parameter is ignored.</p>
4170
+ * this property is ignored.</p>
4853
4171
  */
4854
4172
  EndTime?: Date;
4855
4173
  /**
@@ -4863,12 +4181,6 @@ export interface DescribeScheduledActionsType {
4863
4181
  */
4864
4182
  MaxRecords?: number;
4865
4183
  }
4866
- export declare namespace DescribeScheduledActionsType {
4867
- /**
4868
- * @internal
4869
- */
4870
- const filterSensitiveLog: (obj: DescribeScheduledActionsType) => any;
4871
- }
4872
4184
  /**
4873
4185
  * <p>Describes a scheduled scaling
4874
4186
  * action.</p>
@@ -4887,7 +4199,7 @@ export interface ScheduledUpdateGroupAction {
4887
4199
  */
4888
4200
  ScheduledActionARN?: string;
4889
4201
  /**
4890
- * <p>This parameter is no longer used.</p>
4202
+ * <p>This property is no longer used.</p>
4891
4203
  */
4892
4204
  Time?: Date;
4893
4205
  /**
@@ -4925,12 +4237,6 @@ export interface ScheduledUpdateGroupAction {
4925
4237
  */
4926
4238
  TimeZone?: string;
4927
4239
  }
4928
- export declare namespace ScheduledUpdateGroupAction {
4929
- /**
4930
- * @internal
4931
- */
4932
- const filterSensitiveLog: (obj: ScheduledUpdateGroupAction) => any;
4933
- }
4934
4240
  export interface ScheduledActionsType {
4935
4241
  /**
4936
4242
  * <p>The scheduled actions.</p>
@@ -4944,12 +4250,6 @@ export interface ScheduledActionsType {
4944
4250
  */
4945
4251
  NextToken?: string;
4946
4252
  }
4947
- export declare namespace ScheduledActionsType {
4948
- /**
4949
- * @internal
4950
- */
4951
- const filterSensitiveLog: (obj: ScheduledActionsType) => any;
4952
- }
4953
4253
  export interface DescribeTagsType {
4954
4254
  /**
4955
4255
  * <p>One or more filters to scope the tags to return. The maximum number of filters per
@@ -4967,12 +4267,6 @@ export interface DescribeTagsType {
4967
4267
  */
4968
4268
  MaxRecords?: number;
4969
4269
  }
4970
- export declare namespace DescribeTagsType {
4971
- /**
4972
- * @internal
4973
- */
4974
- const filterSensitiveLog: (obj: DescribeTagsType) => any;
4975
- }
4976
4270
  export interface TagsType {
4977
4271
  /**
4978
4272
  * <p>One or more tags.</p>
@@ -4986,12 +4280,6 @@ export interface TagsType {
4986
4280
  */
4987
4281
  NextToken?: string;
4988
4282
  }
4989
- export declare namespace TagsType {
4990
- /**
4991
- * @internal
4992
- */
4993
- const filterSensitiveLog: (obj: TagsType) => any;
4994
- }
4995
4283
  export interface DescribeTerminationPolicyTypesAnswer {
4996
4284
  /**
4997
4285
  * <p>The termination policies supported by Amazon EC2 Auto Scaling: <code>OldestInstance</code>,
@@ -5001,12 +4289,6 @@ export interface DescribeTerminationPolicyTypesAnswer {
5001
4289
  */
5002
4290
  TerminationPolicyTypes?: string[];
5003
4291
  }
5004
- export declare namespace DescribeTerminationPolicyTypesAnswer {
5005
- /**
5006
- * @internal
5007
- */
5008
- const filterSensitiveLog: (obj: DescribeTerminationPolicyTypesAnswer) => any;
5009
- }
5010
4292
  export interface DescribeWarmPoolAnswer {
5011
4293
  /**
5012
4294
  * <p>The warm pool configuration details. </p>
@@ -5022,12 +4304,6 @@ export interface DescribeWarmPoolAnswer {
5022
4304
  */
5023
4305
  NextToken?: string;
5024
4306
  }
5025
- export declare namespace DescribeWarmPoolAnswer {
5026
- /**
5027
- * @internal
5028
- */
5029
- const filterSensitiveLog: (obj: DescribeWarmPoolAnswer) => any;
5030
- }
5031
4307
  export interface DescribeWarmPoolType {
5032
4308
  /**
5033
4309
  * <p>The name of the Auto Scaling group.</p>
@@ -5044,24 +4320,12 @@ export interface DescribeWarmPoolType {
5044
4320
  */
5045
4321
  NextToken?: string;
5046
4322
  }
5047
- export declare namespace DescribeWarmPoolType {
5048
- /**
5049
- * @internal
5050
- */
5051
- const filterSensitiveLog: (obj: DescribeWarmPoolType) => any;
5052
- }
5053
4323
  export interface DetachInstancesAnswer {
5054
4324
  /**
5055
4325
  * <p>The activities related to detaching the instances from the Auto Scaling group.</p>
5056
4326
  */
5057
4327
  Activities?: Activity[];
5058
4328
  }
5059
- export declare namespace DetachInstancesAnswer {
5060
- /**
5061
- * @internal
5062
- */
5063
- const filterSensitiveLog: (obj: DetachInstancesAnswer) => any;
5064
- }
5065
4329
  export interface DetachInstancesQuery {
5066
4330
  /**
5067
4331
  * <p>The IDs of the instances. You can specify up to 20 instances.</p>
@@ -5077,20 +4341,8 @@ export interface DetachInstancesQuery {
5077
4341
  */
5078
4342
  ShouldDecrementDesiredCapacity: boolean | undefined;
5079
4343
  }
5080
- export declare namespace DetachInstancesQuery {
5081
- /**
5082
- * @internal
5083
- */
5084
- const filterSensitiveLog: (obj: DetachInstancesQuery) => any;
5085
- }
5086
4344
  export interface DetachLoadBalancersResultType {
5087
4345
  }
5088
- export declare namespace DetachLoadBalancersResultType {
5089
- /**
5090
- * @internal
5091
- */
5092
- const filterSensitiveLog: (obj: DetachLoadBalancersResultType) => any;
5093
- }
5094
4346
  export interface DetachLoadBalancersType {
5095
4347
  /**
5096
4348
  * <p>The name of the Auto Scaling group.</p>
@@ -5101,20 +4353,8 @@ export interface DetachLoadBalancersType {
5101
4353
  */
5102
4354
  LoadBalancerNames: string[] | undefined;
5103
4355
  }
5104
- export declare namespace DetachLoadBalancersType {
5105
- /**
5106
- * @internal
5107
- */
5108
- const filterSensitiveLog: (obj: DetachLoadBalancersType) => any;
5109
- }
5110
4356
  export interface DetachLoadBalancerTargetGroupsResultType {
5111
4357
  }
5112
- export declare namespace DetachLoadBalancerTargetGroupsResultType {
5113
- /**
5114
- * @internal
5115
- */
5116
- const filterSensitiveLog: (obj: DetachLoadBalancerTargetGroupsResultType) => any;
5117
- }
5118
4358
  export interface DetachLoadBalancerTargetGroupsType {
5119
4359
  /**
5120
4360
  * <p>The name of the Auto Scaling group.</p>
@@ -5126,19 +4366,14 @@ export interface DetachLoadBalancerTargetGroupsType {
5126
4366
  */
5127
4367
  TargetGroupARNs: string[] | undefined;
5128
4368
  }
5129
- export declare namespace DetachLoadBalancerTargetGroupsType {
5130
- /**
5131
- * @internal
5132
- */
5133
- const filterSensitiveLog: (obj: DetachLoadBalancerTargetGroupsType) => any;
5134
- }
5135
4369
  export interface DisableMetricsCollectionQuery {
5136
4370
  /**
5137
4371
  * <p>The name of the Auto Scaling group.</p>
5138
4372
  */
5139
4373
  AutoScalingGroupName: string | undefined;
5140
4374
  /**
5141
- * <p>Specifies one or more of the following metrics:</p>
4375
+ * <p>Identifies the metrics to disable.</p>
4376
+ * <p>You can specify one or more of the following metrics:</p>
5142
4377
  * <ul>
5143
4378
  * <li>
5144
4379
  * <p>
@@ -5241,24 +4476,19 @@ export interface DisableMetricsCollectionQuery {
5241
4476
  * </p>
5242
4477
  * </li>
5243
4478
  * </ul>
5244
- * <p>If you omit this parameter, all metrics are disabled. </p>
4479
+ * <p>If you omit this property, all metrics are disabled.</p>
4480
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-cloudwatch-monitoring.html#as-group-metrics">Auto Scaling group metrics</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
5245
4481
  */
5246
4482
  Metrics?: string[];
5247
4483
  }
5248
- export declare namespace DisableMetricsCollectionQuery {
5249
- /**
5250
- * @internal
5251
- */
5252
- const filterSensitiveLog: (obj: DisableMetricsCollectionQuery) => any;
5253
- }
5254
4484
  export interface EnableMetricsCollectionQuery {
5255
4485
  /**
5256
4486
  * <p>The name of the Auto Scaling group.</p>
5257
4487
  */
5258
4488
  AutoScalingGroupName: string | undefined;
5259
4489
  /**
5260
- * <p>Specifies which group-level metrics to start collecting. You can specify one or more
5261
- * of the following metrics:</p>
4490
+ * <p>Identifies the metrics to enable.</p>
4491
+ * <p>You can specify one or more of the following metrics:</p>
5262
4492
  * <ul>
5263
4493
  * <li>
5264
4494
  * <p>
@@ -5300,9 +4530,6 @@ export interface EnableMetricsCollectionQuery {
5300
4530
  * <code>GroupTotalInstances</code>
5301
4531
  * </p>
5302
4532
  * </li>
5303
- * </ul>
5304
- * <p>The instance weighting feature supports the following additional metrics: </p>
5305
- * <ul>
5306
4533
  * <li>
5307
4534
  * <p>
5308
4535
  * <code>GroupInServiceCapacity</code>
@@ -5328,9 +4555,6 @@ export interface EnableMetricsCollectionQuery {
5328
4555
  * <code>GroupTotalCapacity</code>
5329
4556
  * </p>
5330
4557
  * </li>
5331
- * </ul>
5332
- * <p>The warm pools feature supports the following additional metrics: </p>
5333
- * <ul>
5334
4558
  * <li>
5335
4559
  * <p>
5336
4560
  * <code>WarmPoolDesiredCapacity</code>
@@ -5367,33 +4591,23 @@ export interface EnableMetricsCollectionQuery {
5367
4591
  * </p>
5368
4592
  * </li>
5369
4593
  * </ul>
5370
- * <p>If you omit this parameter, all metrics are enabled. </p>
4594
+ * <p>If you specify <code>Granularity</code> and don't specify any metrics, all metrics are
4595
+ * enabled.</p>
4596
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-cloudwatch-monitoring.html#as-group-metrics">Auto Scaling group metrics</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
5371
4597
  */
5372
4598
  Metrics?: string[];
5373
4599
  /**
5374
- * <p>The granularity to associate with the metrics to collect. The only valid value is
4600
+ * <p>The frequency at which Amazon EC2 Auto Scaling sends aggregated data to CloudWatch. The only valid value is
5375
4601
  * <code>1Minute</code>.</p>
5376
4602
  */
5377
4603
  Granularity: string | undefined;
5378
4604
  }
5379
- export declare namespace EnableMetricsCollectionQuery {
5380
- /**
5381
- * @internal
5382
- */
5383
- const filterSensitiveLog: (obj: EnableMetricsCollectionQuery) => any;
5384
- }
5385
4605
  export interface EnterStandbyAnswer {
5386
4606
  /**
5387
4607
  * <p>The activities related to moving instances into <code>Standby</code> mode.</p>
5388
4608
  */
5389
4609
  Activities?: Activity[];
5390
4610
  }
5391
- export declare namespace EnterStandbyAnswer {
5392
- /**
5393
- * @internal
5394
- */
5395
- const filterSensitiveLog: (obj: EnterStandbyAnswer) => any;
5396
- }
5397
4611
  export interface EnterStandbyQuery {
5398
4612
  /**
5399
4613
  * <p>The IDs of the instances. You can specify up to 20 instances.</p>
@@ -5409,12 +4623,6 @@ export interface EnterStandbyQuery {
5409
4623
  */
5410
4624
  ShouldDecrementDesiredCapacity: boolean | undefined;
5411
4625
  }
5412
- export declare namespace EnterStandbyQuery {
5413
- /**
5414
- * @internal
5415
- */
5416
- const filterSensitiveLog: (obj: EnterStandbyQuery) => any;
5417
- }
5418
4626
  export interface ExecutePolicyType {
5419
4627
  /**
5420
4628
  * <p>The name of the Auto Scaling group.</p>
@@ -5451,24 +4659,12 @@ export interface ExecutePolicyType {
5451
4659
  */
5452
4660
  BreachThreshold?: number;
5453
4661
  }
5454
- export declare namespace ExecutePolicyType {
5455
- /**
5456
- * @internal
5457
- */
5458
- const filterSensitiveLog: (obj: ExecutePolicyType) => any;
5459
- }
5460
4662
  export interface ExitStandbyAnswer {
5461
4663
  /**
5462
4664
  * <p>The activities related to moving instances out of <code>Standby</code> mode.</p>
5463
4665
  */
5464
4666
  Activities?: Activity[];
5465
4667
  }
5466
- export declare namespace ExitStandbyAnswer {
5467
- /**
5468
- * @internal
5469
- */
5470
- const filterSensitiveLog: (obj: ExitStandbyAnswer) => any;
5471
- }
5472
4668
  export interface ExitStandbyQuery {
5473
4669
  /**
5474
4670
  * <p>The IDs of the instances. You can specify up to 20 instances.</p>
@@ -5479,12 +4675,6 @@ export interface ExitStandbyQuery {
5479
4675
  */
5480
4676
  AutoScalingGroupName: string | undefined;
5481
4677
  }
5482
- export declare namespace ExitStandbyQuery {
5483
- /**
5484
- * @internal
5485
- */
5486
- const filterSensitiveLog: (obj: ExitStandbyQuery) => any;
5487
- }
5488
4678
  /**
5489
4679
  * <p>A <code>GetPredictiveScalingForecast</code> call returns the capacity forecast for a
5490
4680
  * predictive scaling policy. This structure includes the data points for that capacity
@@ -5500,12 +4690,6 @@ export interface CapacityForecast {
5500
4690
  */
5501
4691
  Values: number[] | undefined;
5502
4692
  }
5503
- export declare namespace CapacityForecast {
5504
- /**
5505
- * @internal
5506
- */
5507
- const filterSensitiveLog: (obj: CapacityForecast) => any;
5508
- }
5509
4693
  /**
5510
4694
  * <p>A <code>GetPredictiveScalingForecast</code> call returns the load forecast for a
5511
4695
  * predictive scaling policy. This structure includes the data points for that load
@@ -5526,12 +4710,6 @@ export interface LoadForecast {
5526
4710
  */
5527
4711
  MetricSpecification: PredictiveScalingMetricSpecification | undefined;
5528
4712
  }
5529
- export declare namespace LoadForecast {
5530
- /**
5531
- * @internal
5532
- */
5533
- const filterSensitiveLog: (obj: LoadForecast) => any;
5534
- }
5535
4713
  export interface GetPredictiveScalingForecastAnswer {
5536
4714
  /**
5537
4715
  * <p>The load forecast.</p>
@@ -5546,12 +4724,6 @@ export interface GetPredictiveScalingForecastAnswer {
5546
4724
  */
5547
4725
  UpdateTime: Date | undefined;
5548
4726
  }
5549
- export declare namespace GetPredictiveScalingForecastAnswer {
5550
- /**
5551
- * @internal
5552
- */
5553
- const filterSensitiveLog: (obj: GetPredictiveScalingForecastAnswer) => any;
5554
- }
5555
4727
  export interface GetPredictiveScalingForecastType {
5556
4728
  /**
5557
4729
  * <p>The name of the Auto Scaling group.</p>
@@ -5575,20 +4747,8 @@ export interface GetPredictiveScalingForecastType {
5575
4747
  */
5576
4748
  EndTime: Date | undefined;
5577
4749
  }
5578
- export declare namespace GetPredictiveScalingForecastType {
5579
- /**
5580
- * @internal
5581
- */
5582
- const filterSensitiveLog: (obj: GetPredictiveScalingForecastType) => any;
5583
- }
5584
4750
  export interface PutLifecycleHookAnswer {
5585
4751
  }
5586
- export declare namespace PutLifecycleHookAnswer {
5587
- /**
5588
- * @internal
5589
- */
5590
- const filterSensitiveLog: (obj: PutLifecycleHookAnswer) => any;
5591
- }
5592
4752
  export interface PutLifecycleHookType {
5593
4753
  /**
5594
4754
  * <p>The name of the lifecycle hook.</p>
@@ -5599,14 +4759,16 @@ export interface PutLifecycleHookType {
5599
4759
  */
5600
4760
  AutoScalingGroupName: string | undefined;
5601
4761
  /**
5602
- * <p>The instance state to which you want to attach the lifecycle hook. The valid values
5603
- * are:</p>
4762
+ * <p>The lifecycle transition. For Auto Scaling groups, there are two major lifecycle
4763
+ * transitions.</p>
5604
4764
  * <ul>
5605
4765
  * <li>
5606
- * <p>autoscaling:EC2_INSTANCE_LAUNCHING</p>
4766
+ * <p>To create a lifecycle hook for scale-out events, specify
4767
+ * <code>autoscaling:EC2_INSTANCE_LAUNCHING</code>.</p>
5607
4768
  * </li>
5608
4769
  * <li>
5609
- * <p>autoscaling:EC2_INSTANCE_TERMINATING</p>
4770
+ * <p>To create a lifecycle hook for scale-in events, specify
4771
+ * <code>autoscaling:EC2_INSTANCE_TERMINATING</code>.</p>
5610
4772
  * </li>
5611
4773
  * </ul>
5612
4774
  * <p>Required for new lifecycle hooks, but optional when updating existing hooks.</p>
@@ -5620,9 +4782,9 @@ export interface PutLifecycleHookType {
5620
4782
  */
5621
4783
  RoleARN?: string;
5622
4784
  /**
5623
- * <p>The ARN of the notification target that Amazon EC2 Auto Scaling uses to notify you when an instance
5624
- * is in the transition state for the lifecycle hook. This target can be either an SQS
5625
- * queue or an SNS topic.</p>
4785
+ * <p>The Amazon Resource Name (ARN) of the notification target that Amazon EC2 Auto Scaling uses to notify
4786
+ * you when an instance is in a wait state for the lifecycle hook. You can specify either
4787
+ * an Amazon SNS topic or an Amazon SQS queue.</p>
5626
4788
  * <p>If you specify an empty string, this overrides the current ARN.</p>
5627
4789
  * <p>This operation uses the JSON format when sending notifications to an Amazon SQS queue, and
5628
4790
  * an email key-value pair format when sending notifications to an Amazon SNS topic.</p>
@@ -5640,24 +4802,16 @@ export interface PutLifecycleHookType {
5640
4802
  * <p>The maximum time, in seconds, that can elapse before the lifecycle hook times out. The
5641
4803
  * range is from <code>30</code> to <code>7200</code> seconds. The default value is
5642
4804
  * <code>3600</code> seconds (1 hour).</p>
5643
- * <p>If the lifecycle hook times out, Amazon EC2 Auto Scaling performs the action that you specified in
5644
- * the <code>DefaultResult</code> parameter. You can prevent the lifecycle hook from timing
5645
- * out by calling the <a>RecordLifecycleActionHeartbeat</a> API.</p>
5646
4805
  */
5647
4806
  HeartbeatTimeout?: number;
5648
4807
  /**
5649
- * <p>Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses
5650
- * or if an unexpected failure occurs. This parameter can be either <code>CONTINUE</code>
5651
- * or <code>ABANDON</code>. The default value is <code>ABANDON</code>.</p>
4808
+ * <p>The action the Auto Scaling group takes when the lifecycle hook timeout elapses or if an
4809
+ * unexpected failure occurs. The default value is <code>ABANDON</code>.</p>
4810
+ * <p>Valid values: <code>CONTINUE</code> | <code>ABANDON</code>
4811
+ * </p>
5652
4812
  */
5653
4813
  DefaultResult?: string;
5654
4814
  }
5655
- export declare namespace PutLifecycleHookType {
5656
- /**
5657
- * @internal
5658
- */
5659
- const filterSensitiveLog: (obj: PutLifecycleHookType) => any;
5660
- }
5661
4815
  export interface PutNotificationConfigurationType {
5662
4816
  /**
5663
4817
  * <p>The name of the Auto Scaling group.</p>
@@ -5673,12 +4827,6 @@ export interface PutNotificationConfigurationType {
5673
4827
  */
5674
4828
  NotificationTypes: string[] | undefined;
5675
4829
  }
5676
- export declare namespace PutNotificationConfigurationType {
5677
- /**
5678
- * @internal
5679
- */
5680
- const filterSensitiveLog: (obj: PutNotificationConfigurationType) => any;
5681
- }
5682
4830
  /**
5683
4831
  * <p>Contains the output of PutScalingPolicy.</p>
5684
4832
  */
@@ -5692,12 +4840,6 @@ export interface PolicyARNType {
5692
4840
  */
5693
4841
  Alarms?: Alarm[];
5694
4842
  }
5695
- export declare namespace PolicyARNType {
5696
- /**
5697
- * @internal
5698
- */
5699
- const filterSensitiveLog: (obj: PolicyARNType) => any;
5700
- }
5701
4843
  export interface PutScalingPolicyType {
5702
4844
  /**
5703
4845
  * <p>The name of the Auto Scaling group.</p>
@@ -5841,7 +4983,7 @@ export interface PutScalingPolicyType {
5841
4983
  * </li>
5842
4984
  * </ul>
5843
4985
  * <p>If you specify <code>ALBRequestCountPerTarget</code> for the metric, you must specify
5844
- * the <code>ResourceLabel</code> parameter with the
4986
+ * the <code>ResourceLabel</code> property with the
5845
4987
  * <code>PredefinedMetricSpecification</code>.</p>
5846
4988
  * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_TargetTrackingConfiguration.html">TargetTrackingConfiguration</a> in the <i>Amazon EC2 Auto Scaling API
5847
4989
  * Reference</i>.</p>
@@ -5866,12 +5008,6 @@ export interface PutScalingPolicyType {
5866
5008
  */
5867
5009
  PredictiveScalingConfiguration?: PredictiveScalingConfiguration;
5868
5010
  }
5869
- export declare namespace PutScalingPolicyType {
5870
- /**
5871
- * @internal
5872
- */
5873
- const filterSensitiveLog: (obj: PutScalingPolicyType) => any;
5874
- }
5875
5011
  export interface PutScheduledUpdateGroupActionType {
5876
5012
  /**
5877
5013
  * <p>The name of the Auto Scaling group.</p>
@@ -5882,21 +5018,20 @@ export interface PutScheduledUpdateGroupActionType {
5882
5018
  */
5883
5019
  ScheduledActionName: string | undefined;
5884
5020
  /**
5885
- * <p>This parameter is no longer used.</p>
5021
+ * <p>This property is no longer used.</p>
5886
5022
  */
5887
5023
  Time?: Date;
5888
5024
  /**
5889
5025
  * <p>The date and time for this action to start, in YYYY-MM-DDThh:mm:ssZ format in UTC/GMT
5890
- * only and in quotes (for example, <code>"2019-06-01T00:00:00Z"</code>).</p>
5026
+ * only and in quotes (for example, <code>"2021-06-01T00:00:00Z"</code>).</p>
5891
5027
  * <p>If you specify <code>Recurrence</code> and <code>StartTime</code>, Amazon EC2 Auto Scaling performs
5892
5028
  * the action at this time, and then performs the action based on the specified
5893
5029
  * recurrence.</p>
5894
- * <p>If you try to schedule your action in the past, Amazon EC2 Auto Scaling returns an error
5895
- * message.</p>
5896
5030
  */
5897
5031
  StartTime?: Date;
5898
5032
  /**
5899
- * <p>The date and time for the recurring schedule to end, in UTC.</p>
5033
+ * <p>The date and time for the recurring schedule to end, in UTC. For example,
5034
+ * <code>"2021-06-01T00:00:00Z"</code>.</p>
5900
5035
  */
5901
5036
  EndTime?: Date;
5902
5037
  /**
@@ -5922,6 +5057,10 @@ export interface PutScheduledUpdateGroupActionType {
5922
5057
  * <p>The desired capacity is the initial capacity of the Auto Scaling group after the scheduled
5923
5058
  * action runs and the capacity it attempts to maintain. It can scale beyond this capacity
5924
5059
  * if you add more scaling conditions. </p>
5060
+ * <note>
5061
+ * <p>You must specify at least one of the following properties: <code>MaxSize</code>,
5062
+ * <code>MinSize</code>, or <code>DesiredCapacity</code>. </p>
5063
+ * </note>
5925
5064
  */
5926
5065
  DesiredCapacity?: number;
5927
5066
  /**
@@ -5933,20 +5072,8 @@ export interface PutScheduledUpdateGroupActionType {
5933
5072
  */
5934
5073
  TimeZone?: string;
5935
5074
  }
5936
- export declare namespace PutScheduledUpdateGroupActionType {
5937
- /**
5938
- * @internal
5939
- */
5940
- const filterSensitiveLog: (obj: PutScheduledUpdateGroupActionType) => any;
5941
- }
5942
5075
  export interface PutWarmPoolAnswer {
5943
5076
  }
5944
- export declare namespace PutWarmPoolAnswer {
5945
- /**
5946
- * @internal
5947
- */
5948
- const filterSensitiveLog: (obj: PutWarmPoolAnswer) => any;
5949
- }
5950
5077
  export interface PutWarmPoolType {
5951
5078
  /**
5952
5079
  * <p>The name of the Auto Scaling group.</p>
@@ -5991,20 +5118,8 @@ export interface PutWarmPoolType {
5991
5118
  */
5992
5119
  InstanceReusePolicy?: InstanceReusePolicy;
5993
5120
  }
5994
- export declare namespace PutWarmPoolType {
5995
- /**
5996
- * @internal
5997
- */
5998
- const filterSensitiveLog: (obj: PutWarmPoolType) => any;
5999
- }
6000
5121
  export interface RecordLifecycleActionHeartbeatAnswer {
6001
5122
  }
6002
- export declare namespace RecordLifecycleActionHeartbeatAnswer {
6003
- /**
6004
- * @internal
6005
- */
6006
- const filterSensitiveLog: (obj: RecordLifecycleActionHeartbeatAnswer) => any;
6007
- }
6008
5123
  export interface RecordLifecycleActionHeartbeatType {
6009
5124
  /**
6010
5125
  * <p>The name of the lifecycle hook.</p>
@@ -6025,12 +5140,6 @@ export interface RecordLifecycleActionHeartbeatType {
6025
5140
  */
6026
5141
  InstanceId?: string;
6027
5142
  }
6028
- export declare namespace RecordLifecycleActionHeartbeatType {
6029
- /**
6030
- * @internal
6031
- */
6032
- const filterSensitiveLog: (obj: RecordLifecycleActionHeartbeatType) => any;
6033
- }
6034
5143
  export interface ScalingProcessQuery {
6035
5144
  /**
6036
5145
  * <p>The name of the Auto Scaling group.</p>
@@ -6085,16 +5194,10 @@ export interface ScalingProcessQuery {
6085
5194
  * </p>
6086
5195
  * </li>
6087
5196
  * </ul>
6088
- * <p>If you omit this parameter, all processes are specified.</p>
5197
+ * <p>If you omit this property, all processes are specified.</p>
6089
5198
  */
6090
5199
  ScalingProcesses?: string[];
6091
5200
  }
6092
- export declare namespace ScalingProcessQuery {
6093
- /**
6094
- * @internal
6095
- */
6096
- const filterSensitiveLog: (obj: ScalingProcessQuery) => any;
6097
- }
6098
5201
  export interface SetDesiredCapacityType {
6099
5202
  /**
6100
5203
  * <p>The name of the Auto Scaling group.</p>
@@ -6112,12 +5215,6 @@ export interface SetDesiredCapacityType {
6112
5215
  */
6113
5216
  HonorCooldown?: boolean;
6114
5217
  }
6115
- export declare namespace SetDesiredCapacityType {
6116
- /**
6117
- * @internal
6118
- */
6119
- const filterSensitiveLog: (obj: SetDesiredCapacityType) => any;
6120
- }
6121
5218
  export interface SetInstanceHealthQuery {
6122
5219
  /**
6123
5220
  * <p>The ID of the instance.</p>
@@ -6141,20 +5238,8 @@ export interface SetInstanceHealthQuery {
6141
5238
  */
6142
5239
  ShouldRespectGracePeriod?: boolean;
6143
5240
  }
6144
- export declare namespace SetInstanceHealthQuery {
6145
- /**
6146
- * @internal
6147
- */
6148
- const filterSensitiveLog: (obj: SetInstanceHealthQuery) => any;
6149
- }
6150
5241
  export interface SetInstanceProtectionAnswer {
6151
5242
  }
6152
- export declare namespace SetInstanceProtectionAnswer {
6153
- /**
6154
- * @internal
6155
- */
6156
- const filterSensitiveLog: (obj: SetInstanceProtectionAnswer) => any;
6157
- }
6158
5243
  export interface SetInstanceProtectionQuery {
6159
5244
  /**
6160
5245
  * <p>One or more instance IDs. You can specify up to 50 instances.</p>
@@ -6170,12 +5255,6 @@ export interface SetInstanceProtectionQuery {
6170
5255
  */
6171
5256
  ProtectedFromScaleIn: boolean | undefined;
6172
5257
  }
6173
- export declare namespace SetInstanceProtectionQuery {
6174
- /**
6175
- * @internal
6176
- */
6177
- const filterSensitiveLog: (obj: SetInstanceProtectionQuery) => any;
6178
- }
6179
5258
  /**
6180
5259
  * <p>The request failed because an active instance refresh operation already exists for the
6181
5260
  * specified Auto Scaling group.</p>
@@ -6194,12 +5273,6 @@ export interface StartInstanceRefreshAnswer {
6194
5273
  */
6195
5274
  InstanceRefreshId?: string;
6196
5275
  }
6197
- export declare namespace StartInstanceRefreshAnswer {
6198
- /**
6199
- * @internal
6200
- */
6201
- const filterSensitiveLog: (obj: StartInstanceRefreshAnswer) => any;
6202
- }
6203
5276
  export declare enum RefreshStrategy {
6204
5277
  Rolling = "Rolling"
6205
5278
  }
@@ -6238,12 +5311,6 @@ export interface StartInstanceRefreshType {
6238
5311
  */
6239
5312
  Preferences?: RefreshPreferences;
6240
5313
  }
6241
- export declare namespace StartInstanceRefreshType {
6242
- /**
6243
- * @internal
6244
- */
6245
- const filterSensitiveLog: (obj: StartInstanceRefreshType) => any;
6246
- }
6247
5314
  export interface TerminateInstanceInAutoScalingGroupType {
6248
5315
  /**
6249
5316
  * <p>The ID of the instance.</p>
@@ -6255,12 +5322,6 @@ export interface TerminateInstanceInAutoScalingGroupType {
6255
5322
  */
6256
5323
  ShouldDecrementDesiredCapacity: boolean | undefined;
6257
5324
  }
6258
- export declare namespace TerminateInstanceInAutoScalingGroupType {
6259
- /**
6260
- * @internal
6261
- */
6262
- const filterSensitiveLog: (obj: TerminateInstanceInAutoScalingGroupType) => any;
6263
- }
6264
5325
  export interface UpdateAutoScalingGroupType {
6265
5326
  /**
6266
5327
  * <p>The name of the Auto Scaling group.</p>
@@ -6350,13 +5411,20 @@ export interface UpdateAutoScalingGroupType {
6350
5411
  /**
6351
5412
  * <p>A comma-separated list of subnet IDs for a virtual private cloud (VPC). If you specify
6352
5413
  * <code>VPCZoneIdentifier</code> with <code>AvailabilityZones</code>, the subnets that
6353
- * you specify for this parameter must reside in those Availability Zones.</p>
5414
+ * you specify must reside in those Availability Zones.</p>
6354
5415
  */
6355
5416
  VPCZoneIdentifier?: string;
6356
5417
  /**
6357
5418
  * <p>A policy or a list of policies that are used to select the instances to terminate. The
6358
- * policies are executed in the order that you list them. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-instance-termination.html">Controlling which Auto Scaling instances terminate during scale in</a> in the
6359
- * <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
5419
+ * policies are executed in the order that you list them. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-termination-policies.html">Work with
5420
+ * Amazon EC2 Auto Scaling termination policies</a> in the
5421
+ * <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
5422
+ * <p>Valid values: <code>Default</code> | <code>AllocationStrategy</code> |
5423
+ * <code>ClosestToNextInstanceHour</code> | <code>NewestInstance</code> |
5424
+ * <code>OldestInstance</code> | <code>OldestLaunchConfiguration</code> |
5425
+ * <code>OldestLaunchTemplate</code> |
5426
+ * <code>arn:aws:lambda:region:account-id:function:my-function:my-alias</code>
5427
+ * </p>
6360
5428
  */
6361
5429
  TerminationPolicies?: string[];
6362
5430
  /**
@@ -6383,8 +5451,8 @@ export interface UpdateAutoScalingGroupType {
6383
5451
  */
6384
5452
  MaxInstanceLifetime?: number;
6385
5453
  /**
6386
- * <p>Enables or disables Capacity Rebalancing. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-capacity-rebalancing.html">Amazon EC2 Auto Scaling
6387
- * Capacity Rebalancing</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
5454
+ * <p>Enables or disables Capacity Rebalancing. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-capacity-rebalancing.html">Use Capacity
5455
+ * Rebalancing to handle Amazon EC2 Spot Interruptions</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
6388
5456
  */
6389
5457
  CapacityRebalance?: boolean;
6390
5458
  /**
@@ -6424,9 +5492,651 @@ export interface UpdateAutoScalingGroupType {
6424
5492
  */
6425
5493
  DefaultInstanceWarmup?: number;
6426
5494
  }
6427
- export declare namespace UpdateAutoScalingGroupType {
6428
- /**
6429
- * @internal
6430
- */
6431
- const filterSensitiveLog: (obj: UpdateAutoScalingGroupType) => any;
6432
- }
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;