@aws-sdk/client-auto-scaling 3.169.0 → 3.171.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 (90) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/AutoScaling.d.ts +1065 -310
  3. package/dist-types/ts3.4/AutoScalingClient.d.ts +470 -134
  4. package/dist-types/ts3.4/commands/AttachInstancesCommand.d.ts +30 -17
  5. package/dist-types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +31 -17
  14. package/dist-types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +30 -17
  19. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +30 -17
  21. package/dist-types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribePoliciesCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +30 -17
  40. package/dist-types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/DetachInstancesCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +35 -17
  46. package/dist-types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +35 -17
  47. package/dist-types/ts3.4/commands/EnterStandbyCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/ExecutePolicyCommand.d.ts +30 -17
  49. package/dist-types/ts3.4/commands/ExitStandbyCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/PutLifecycleHookCommand.d.ts +35 -17
  52. package/dist-types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +35 -17
  53. package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +35 -17
  55. package/dist-types/ts3.4/commands/PutWarmPoolCommand.d.ts +32 -17
  56. package/dist-types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/ResumeProcessesCommand.d.ts +30 -17
  58. package/dist-types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +31 -17
  59. package/dist-types/ts3.4/commands/SetInstanceHealthCommand.d.ts +30 -17
  60. package/dist-types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/SuspendProcessesCommand.d.ts +30 -17
  63. package/dist-types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +39 -17
  64. package/dist-types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +34 -17
  65. package/dist-types/ts3.4/commands/index.d.ts +61 -61
  66. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  67. package/dist-types/ts3.4/index.d.ts +7 -7
  68. package/dist-types/ts3.4/models/AutoScalingServiceException.d.ts +7 -6
  69. package/dist-types/ts3.4/models/index.d.ts +1 -1
  70. package/dist-types/ts3.4/models/models_0.d.ts +1588 -2135
  71. package/dist-types/ts3.4/pagination/DescribeAutoScalingGroupsPaginator.d.ts +11 -4
  72. package/dist-types/ts3.4/pagination/DescribeAutoScalingInstancesPaginator.d.ts +11 -4
  73. package/dist-types/ts3.4/pagination/DescribeLaunchConfigurationsPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/DescribeNotificationConfigurationsPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/DescribePoliciesPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/DescribeScalingActivitiesPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/DescribeScheduledActionsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  80. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  81. package/dist-types/ts3.4/protocols/Aws_query.d.ts +737 -185
  82. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  83. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  84. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  85. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  86. package/dist-types/ts3.4/waiters/index.d.ts +3 -3
  87. package/dist-types/ts3.4/waiters/waitForGroupExists.d.ts +11 -7
  88. package/dist-types/ts3.4/waiters/waitForGroupInService.d.ts +11 -7
  89. package/dist-types/ts3.4/waiters/waitForGroupNotExists.d.ts +11 -7
  90. package/package.json +35 -35
@@ -1,2135 +1,1588 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { AutoScalingServiceException as __BaseException } from "./AutoScalingServiceException";
3
-
4
- export interface AcceleratorCountRequest {
5
-
6
- Min?: number;
7
-
8
- Max?: number;
9
- }
10
- export declare enum AcceleratorManufacturer {
11
- AMAZON_WEB_SERVICES = "amazon-web-services",
12
- AMD = "amd",
13
- NVIDIA = "nvidia",
14
- XILINX = "xilinx"
15
- }
16
- export declare enum AcceleratorName {
17
- A100 = "a100",
18
- K80 = "k80",
19
- M60 = "m60",
20
- RADEON_PRO_V520 = "radeon-pro-v520",
21
- T4 = "t4",
22
- V100 = "v100",
23
- VU9P = "vu9p"
24
- }
25
-
26
- export interface AcceleratorTotalMemoryMiBRequest {
27
-
28
- Min?: number;
29
-
30
- Max?: number;
31
- }
32
- export declare enum AcceleratorType {
33
- FPGA = "fpga",
34
- GPU = "gpu",
35
- INFERENCE = "inference"
36
- }
37
-
38
- export declare class ActiveInstanceRefreshNotFoundFault extends __BaseException {
39
- readonly name: "ActiveInstanceRefreshNotFoundFault";
40
- readonly $fault: "client";
41
-
42
- constructor(opts: __ExceptionOptionType<ActiveInstanceRefreshNotFoundFault, __BaseException>);
43
- }
44
- export declare enum ScalingActivityStatusCode {
45
- Cancelled = "Cancelled",
46
- Failed = "Failed",
47
- InProgress = "InProgress",
48
- MidLifecycleAction = "MidLifecycleAction",
49
- PendingSpotBidPlacement = "PendingSpotBidPlacement",
50
- PreInService = "PreInService",
51
- Successful = "Successful",
52
- WaitingForELBConnectionDraining = "WaitingForELBConnectionDraining",
53
- WaitingForInstanceId = "WaitingForInstanceId",
54
- WaitingForInstanceWarmup = "WaitingForInstanceWarmup",
55
- WaitingForSpotInstanceId = "WaitingForSpotInstanceId",
56
- WaitingForSpotInstanceRequestId = "WaitingForSpotInstanceRequestId"
57
- }
58
-
59
- export interface Activity {
60
-
61
- ActivityId: string | undefined;
62
-
63
- AutoScalingGroupName: string | undefined;
64
-
65
- Description?: string;
66
-
67
- Cause: string | undefined;
68
-
69
- StartTime: Date | undefined;
70
-
71
- EndTime?: Date;
72
-
73
- StatusCode: ScalingActivityStatusCode | string | undefined;
74
-
75
- StatusMessage?: string;
76
-
77
- Progress?: number;
78
-
79
- Details?: string;
80
-
81
- AutoScalingGroupState?: string;
82
-
83
- AutoScalingGroupARN?: string;
84
- }
85
- export interface ActivitiesType {
86
-
87
- Activities: Activity[] | undefined;
88
-
89
- NextToken?: string;
90
- }
91
- export interface ActivityType {
92
-
93
- Activity?: Activity;
94
- }
95
-
96
- export interface AdjustmentType {
97
-
98
- AdjustmentType?: string;
99
- }
100
-
101
- export interface Alarm {
102
-
103
- AlarmName?: string;
104
-
105
- AlarmARN?: string;
106
- }
107
-
108
- export declare class AlreadyExistsFault extends __BaseException {
109
- readonly name: "AlreadyExistsFault";
110
- readonly $fault: "client";
111
-
112
- constructor(opts: __ExceptionOptionType<AlreadyExistsFault, __BaseException>);
113
- }
114
- export interface AttachInstancesQuery {
115
-
116
- InstanceIds?: string[];
117
-
118
- AutoScalingGroupName: string | undefined;
119
- }
120
-
121
- export declare class ResourceContentionFault extends __BaseException {
122
- readonly name: "ResourceContentionFault";
123
- readonly $fault: "server";
124
-
125
- constructor(opts: __ExceptionOptionType<ResourceContentionFault, __BaseException>);
126
- }
127
-
128
- export declare class ServiceLinkedRoleFailure extends __BaseException {
129
- readonly name: "ServiceLinkedRoleFailure";
130
- readonly $fault: "server";
131
-
132
- constructor(opts: __ExceptionOptionType<ServiceLinkedRoleFailure, __BaseException>);
133
- }
134
- export interface AttachLoadBalancersResultType {
135
- }
136
- export interface AttachLoadBalancersType {
137
-
138
- AutoScalingGroupName: string | undefined;
139
-
140
- LoadBalancerNames: string[] | undefined;
141
- }
142
- export interface AttachLoadBalancerTargetGroupsResultType {
143
- }
144
- export interface AttachLoadBalancerTargetGroupsType {
145
-
146
- AutoScalingGroupName: string | undefined;
147
-
148
- TargetGroupARNs: string[] | undefined;
149
- }
150
-
151
- export interface FailedScheduledUpdateGroupActionRequest {
152
-
153
- ScheduledActionName: string | undefined;
154
-
155
- ErrorCode?: string;
156
-
157
- ErrorMessage?: string;
158
- }
159
- export interface BatchDeleteScheduledActionAnswer {
160
-
161
- FailedScheduledActions?: FailedScheduledUpdateGroupActionRequest[];
162
- }
163
- export interface BatchDeleteScheduledActionType {
164
-
165
- AutoScalingGroupName: string | undefined;
166
-
167
- ScheduledActionNames: string[] | undefined;
168
- }
169
- export interface BatchPutScheduledUpdateGroupActionAnswer {
170
-
171
- FailedScheduledUpdateGroupActions?: FailedScheduledUpdateGroupActionRequest[];
172
- }
173
-
174
- export interface ScheduledUpdateGroupActionRequest {
175
-
176
- ScheduledActionName: string | undefined;
177
-
178
- StartTime?: Date;
179
-
180
- EndTime?: Date;
181
-
182
- Recurrence?: string;
183
-
184
- MinSize?: number;
185
-
186
- MaxSize?: number;
187
-
188
- DesiredCapacity?: number;
189
-
190
- TimeZone?: string;
191
- }
192
- export interface BatchPutScheduledUpdateGroupActionType {
193
-
194
- AutoScalingGroupName: string | undefined;
195
-
196
- ScheduledUpdateGroupActions: ScheduledUpdateGroupActionRequest[] | undefined;
197
- }
198
-
199
- export declare class LimitExceededFault extends __BaseException {
200
- readonly name: "LimitExceededFault";
201
- readonly $fault: "client";
202
-
203
- constructor(opts: __ExceptionOptionType<LimitExceededFault, __BaseException>);
204
- }
205
- export interface CancelInstanceRefreshAnswer {
206
-
207
- InstanceRefreshId?: string;
208
- }
209
- export interface CancelInstanceRefreshType {
210
-
211
- AutoScalingGroupName: string | undefined;
212
- }
213
- export interface CompleteLifecycleActionAnswer {
214
- }
215
- export interface CompleteLifecycleActionType {
216
-
217
- LifecycleHookName: string | undefined;
218
-
219
- AutoScalingGroupName: string | undefined;
220
-
221
- LifecycleActionToken?: string;
222
-
223
- LifecycleActionResult: string | undefined;
224
-
225
- InstanceId?: string;
226
- }
227
-
228
- export interface LaunchTemplateSpecification {
229
-
230
- LaunchTemplateId?: string;
231
-
232
- LaunchTemplateName?: string;
233
-
234
- Version?: string;
235
- }
236
-
237
- export interface LifecycleHookSpecification {
238
-
239
- LifecycleHookName: string | undefined;
240
-
241
- LifecycleTransition: string | undefined;
242
-
243
- NotificationMetadata?: string;
244
-
245
- HeartbeatTimeout?: number;
246
-
247
- DefaultResult?: string;
248
-
249
- NotificationTargetARN?: string;
250
-
251
- RoleARN?: string;
252
- }
253
-
254
- export interface InstancesDistribution {
255
-
256
- OnDemandAllocationStrategy?: string;
257
-
258
- OnDemandBaseCapacity?: number;
259
-
260
- OnDemandPercentageAboveBaseCapacity?: number;
261
-
262
- SpotAllocationStrategy?: string;
263
-
264
- SpotInstancePools?: number;
265
-
266
- SpotMaxPrice?: string;
267
- }
268
- export declare enum BareMetal {
269
- EXCLUDED = "excluded",
270
- INCLUDED = "included",
271
- REQUIRED = "required"
272
- }
273
-
274
- export interface BaselineEbsBandwidthMbpsRequest {
275
-
276
- Min?: number;
277
-
278
- Max?: number;
279
- }
280
- export declare enum BurstablePerformance {
281
- EXCLUDED = "excluded",
282
- INCLUDED = "included",
283
- REQUIRED = "required"
284
- }
285
- export declare enum CpuManufacturer {
286
- AMAZON_WEB_SERVICES = "amazon-web-services",
287
- AMD = "amd",
288
- INTEL = "intel"
289
- }
290
- export declare enum InstanceGeneration {
291
- CURRENT = "current",
292
- PREVIOUS = "previous"
293
- }
294
- export declare enum LocalStorage {
295
- EXCLUDED = "excluded",
296
- INCLUDED = "included",
297
- REQUIRED = "required"
298
- }
299
- export declare enum LocalStorageType {
300
- HDD = "hdd",
301
- SSD = "ssd"
302
- }
303
-
304
- export interface MemoryGiBPerVCpuRequest {
305
-
306
- Min?: number;
307
-
308
- Max?: number;
309
- }
310
-
311
- export interface MemoryMiBRequest {
312
-
313
- Min: number | undefined;
314
-
315
- Max?: number;
316
- }
317
-
318
- export interface NetworkInterfaceCountRequest {
319
-
320
- Min?: number;
321
-
322
- Max?: number;
323
- }
324
-
325
- export interface TotalLocalStorageGBRequest {
326
-
327
- Min?: number;
328
-
329
- Max?: number;
330
- }
331
-
332
- export interface VCpuCountRequest {
333
-
334
- Min: number | undefined;
335
-
336
- Max?: number;
337
- }
338
-
339
- export interface InstanceRequirements {
340
-
341
- VCpuCount: VCpuCountRequest | undefined;
342
-
343
- MemoryMiB: MemoryMiBRequest | undefined;
344
-
345
- CpuManufacturers?: (CpuManufacturer | string)[];
346
-
347
- MemoryGiBPerVCpu?: MemoryGiBPerVCpuRequest;
348
-
349
- ExcludedInstanceTypes?: string[];
350
-
351
- InstanceGenerations?: (InstanceGeneration | string)[];
352
-
353
- SpotMaxPricePercentageOverLowestPrice?: number;
354
-
355
- OnDemandMaxPricePercentageOverLowestPrice?: number;
356
-
357
- BareMetal?: BareMetal | string;
358
-
359
- BurstablePerformance?: BurstablePerformance | string;
360
-
361
- RequireHibernateSupport?: boolean;
362
-
363
- NetworkInterfaceCount?: NetworkInterfaceCountRequest;
364
-
365
- LocalStorage?: LocalStorage | string;
366
-
367
- LocalStorageTypes?: (LocalStorageType | string)[];
368
-
369
- TotalLocalStorageGB?: TotalLocalStorageGBRequest;
370
-
371
- BaselineEbsBandwidthMbps?: BaselineEbsBandwidthMbpsRequest;
372
-
373
- AcceleratorTypes?: (AcceleratorType | string)[];
374
-
375
- AcceleratorCount?: AcceleratorCountRequest;
376
-
377
- AcceleratorManufacturers?: (AcceleratorManufacturer | string)[];
378
-
379
- AcceleratorNames?: (AcceleratorName | string)[];
380
-
381
- AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiBRequest;
382
- }
383
-
384
- export interface LaunchTemplateOverrides {
385
-
386
- InstanceType?: string;
387
-
388
- WeightedCapacity?: string;
389
-
390
- LaunchTemplateSpecification?: LaunchTemplateSpecification;
391
-
392
- InstanceRequirements?: InstanceRequirements;
393
- }
394
-
395
- export interface LaunchTemplate {
396
-
397
- LaunchTemplateSpecification?: LaunchTemplateSpecification;
398
-
399
- Overrides?: LaunchTemplateOverrides[];
400
- }
401
-
402
- export interface MixedInstancesPolicy {
403
-
404
- LaunchTemplate?: LaunchTemplate;
405
-
406
- InstancesDistribution?: InstancesDistribution;
407
- }
408
-
409
- export interface Tag {
410
-
411
- ResourceId?: string;
412
-
413
- ResourceType?: string;
414
-
415
- Key: string | undefined;
416
-
417
- Value?: string;
418
-
419
- PropagateAtLaunch?: boolean;
420
- }
421
- export interface CreateAutoScalingGroupType {
422
-
423
- AutoScalingGroupName: string | undefined;
424
-
425
- LaunchConfigurationName?: string;
426
-
427
- LaunchTemplate?: LaunchTemplateSpecification;
428
-
429
- MixedInstancesPolicy?: MixedInstancesPolicy;
430
-
431
- InstanceId?: string;
432
-
433
- MinSize: number | undefined;
434
-
435
- MaxSize: number | undefined;
436
-
437
- DesiredCapacity?: number;
438
-
439
- DefaultCooldown?: number;
440
-
441
- AvailabilityZones?: string[];
442
-
443
- LoadBalancerNames?: string[];
444
-
445
- TargetGroupARNs?: string[];
446
-
447
- HealthCheckType?: string;
448
-
449
- HealthCheckGracePeriod?: number;
450
-
451
- PlacementGroup?: string;
452
-
453
- VPCZoneIdentifier?: string;
454
-
455
- TerminationPolicies?: string[];
456
-
457
- NewInstancesProtectedFromScaleIn?: boolean;
458
-
459
- CapacityRebalance?: boolean;
460
-
461
- LifecycleHookSpecificationList?: LifecycleHookSpecification[];
462
-
463
- Tags?: Tag[];
464
-
465
- ServiceLinkedRoleARN?: string;
466
-
467
- MaxInstanceLifetime?: number;
468
-
469
- Context?: string;
470
-
471
- DesiredCapacityType?: string;
472
-
473
- DefaultInstanceWarmup?: number;
474
- }
475
-
476
- export interface Ebs {
477
-
478
- SnapshotId?: string;
479
-
480
- VolumeSize?: number;
481
-
482
- VolumeType?: string;
483
-
484
- DeleteOnTermination?: boolean;
485
-
486
- Iops?: number;
487
-
488
- Encrypted?: boolean;
489
-
490
- Throughput?: number;
491
- }
492
-
493
- export interface BlockDeviceMapping {
494
-
495
- VirtualName?: string;
496
-
497
- DeviceName: string | undefined;
498
-
499
- Ebs?: Ebs;
500
-
501
- NoDevice?: boolean;
502
- }
503
-
504
- export interface InstanceMonitoring {
505
-
506
- Enabled?: boolean;
507
- }
508
- export declare enum InstanceMetadataEndpointState {
509
- Disabled = "disabled",
510
- Enabled = "enabled"
511
- }
512
- export declare enum InstanceMetadataHttpTokensState {
513
- Optional = "optional",
514
- Required = "required"
515
- }
516
-
517
- export interface InstanceMetadataOptions {
518
-
519
- HttpTokens?: InstanceMetadataHttpTokensState | string;
520
-
521
- HttpPutResponseHopLimit?: number;
522
-
523
- HttpEndpoint?: InstanceMetadataEndpointState | string;
524
- }
525
- export interface CreateLaunchConfigurationType {
526
-
527
- LaunchConfigurationName: string | undefined;
528
-
529
- ImageId?: string;
530
-
531
- KeyName?: string;
532
-
533
- SecurityGroups?: string[];
534
-
535
- ClassicLinkVPCId?: string;
536
-
537
- ClassicLinkVPCSecurityGroups?: string[];
538
-
539
- UserData?: string;
540
-
541
- InstanceId?: string;
542
-
543
- InstanceType?: string;
544
-
545
- KernelId?: string;
546
-
547
- RamdiskId?: string;
548
-
549
- BlockDeviceMappings?: BlockDeviceMapping[];
550
-
551
- InstanceMonitoring?: InstanceMonitoring;
552
-
553
- SpotPrice?: string;
554
-
555
- IamInstanceProfile?: string;
556
-
557
- EbsOptimized?: boolean;
558
-
559
- AssociatePublicIpAddress?: boolean;
560
-
561
- PlacementTenancy?: string;
562
-
563
- MetadataOptions?: InstanceMetadataOptions;
564
- }
565
- export interface CreateOrUpdateTagsType {
566
-
567
- Tags: Tag[] | undefined;
568
- }
569
-
570
- export declare class ResourceInUseFault extends __BaseException {
571
- readonly name: "ResourceInUseFault";
572
- readonly $fault: "client";
573
-
574
- constructor(opts: __ExceptionOptionType<ResourceInUseFault, __BaseException>);
575
- }
576
- export interface DeleteAutoScalingGroupType {
577
-
578
- AutoScalingGroupName: string | undefined;
579
-
580
- ForceDelete?: boolean;
581
- }
582
-
583
- export declare class ScalingActivityInProgressFault extends __BaseException {
584
- readonly name: "ScalingActivityInProgressFault";
585
- readonly $fault: "client";
586
-
587
- constructor(opts: __ExceptionOptionType<ScalingActivityInProgressFault, __BaseException>);
588
- }
589
- export interface LaunchConfigurationNameType {
590
-
591
- LaunchConfigurationName: string | undefined;
592
- }
593
- export interface DeleteLifecycleHookAnswer {
594
- }
595
- export interface DeleteLifecycleHookType {
596
-
597
- LifecycleHookName: string | undefined;
598
-
599
- AutoScalingGroupName: string | undefined;
600
- }
601
- export interface DeleteNotificationConfigurationType {
602
-
603
- AutoScalingGroupName: string | undefined;
604
-
605
- TopicARN: string | undefined;
606
- }
607
- export interface DeletePolicyType {
608
-
609
- AutoScalingGroupName?: string;
610
-
611
- PolicyName: string | undefined;
612
- }
613
- export interface DeleteScheduledActionType {
614
-
615
- AutoScalingGroupName: string | undefined;
616
-
617
- ScheduledActionName: string | undefined;
618
- }
619
- export interface DeleteTagsType {
620
-
621
- Tags: Tag[] | undefined;
622
- }
623
- export interface DeleteWarmPoolAnswer {
624
- }
625
- export interface DeleteWarmPoolType {
626
-
627
- AutoScalingGroupName: string | undefined;
628
-
629
- ForceDelete?: boolean;
630
- }
631
- export interface DescribeAccountLimitsAnswer {
632
-
633
- MaxNumberOfAutoScalingGroups?: number;
634
-
635
- MaxNumberOfLaunchConfigurations?: number;
636
-
637
- NumberOfAutoScalingGroups?: number;
638
-
639
- NumberOfLaunchConfigurations?: number;
640
- }
641
- export interface DescribeAdjustmentTypesAnswer {
642
-
643
- AdjustmentTypes?: AdjustmentType[];
644
- }
645
-
646
- export interface Filter {
647
-
648
- Name?: string;
649
-
650
- Values?: string[];
651
- }
652
- export interface AutoScalingGroupNamesType {
653
-
654
- AutoScalingGroupNames?: string[];
655
-
656
- NextToken?: string;
657
-
658
- MaxRecords?: number;
659
-
660
- Filters?: Filter[];
661
- }
662
-
663
- export interface EnabledMetric {
664
-
665
- Metric?: string;
666
-
667
- Granularity?: string;
668
- }
669
- export declare enum LifecycleState {
670
- DETACHED = "Detached",
671
- DETACHING = "Detaching",
672
- ENTERING_STANDBY = "EnteringStandby",
673
- IN_SERVICE = "InService",
674
- PENDING = "Pending",
675
- PENDING_PROCEED = "Pending:Proceed",
676
- PENDING_WAIT = "Pending:Wait",
677
- QUARANTINED = "Quarantined",
678
- STANDBY = "Standby",
679
- TERMINATED = "Terminated",
680
- TERMINATING = "Terminating",
681
- TERMINATING_PROCEED = "Terminating:Proceed",
682
- TERMINATING_WAIT = "Terminating:Wait",
683
- WARMED_HIBERNATED = "Warmed:Hibernated",
684
- WARMED_PENDING = "Warmed:Pending",
685
- WARMED_PENDING_PROCEED = "Warmed:Pending:Proceed",
686
- WARMED_PENDING_WAIT = "Warmed:Pending:Wait",
687
- WARMED_RUNNING = "Warmed:Running",
688
- WARMED_STOPPED = "Warmed:Stopped",
689
- WARMED_TERMINATED = "Warmed:Terminated",
690
- WARMED_TERMINATING = "Warmed:Terminating",
691
- WARMED_TERMINATING_PROCEED = "Warmed:Terminating:Proceed",
692
- WARMED_TERMINATING_WAIT = "Warmed:Terminating:Wait"
693
- }
694
-
695
- export interface Instance {
696
-
697
- InstanceId: string | undefined;
698
-
699
- InstanceType?: string;
700
-
701
- AvailabilityZone: string | undefined;
702
-
703
- LifecycleState: LifecycleState | string | undefined;
704
-
705
- HealthStatus: string | undefined;
706
-
707
- LaunchConfigurationName?: string;
708
-
709
- LaunchTemplate?: LaunchTemplateSpecification;
710
-
711
- ProtectedFromScaleIn: boolean | undefined;
712
-
713
- WeightedCapacity?: string;
714
- }
715
-
716
- export interface SuspendedProcess {
717
-
718
- ProcessName?: string;
719
-
720
- SuspensionReason?: string;
721
- }
722
-
723
- export interface TagDescription {
724
-
725
- ResourceId?: string;
726
-
727
- ResourceType?: string;
728
-
729
- Key?: string;
730
-
731
- Value?: string;
732
-
733
- PropagateAtLaunch?: boolean;
734
- }
735
-
736
- export interface InstanceReusePolicy {
737
-
738
- ReuseOnScaleIn?: boolean;
739
- }
740
- export declare enum WarmPoolState {
741
- Hibernated = "Hibernated",
742
- Running = "Running",
743
- Stopped = "Stopped"
744
- }
745
- export declare enum WarmPoolStatus {
746
- PendingDelete = "PendingDelete"
747
- }
748
-
749
- export interface WarmPoolConfiguration {
750
-
751
- MaxGroupPreparedCapacity?: number;
752
-
753
- MinSize?: number;
754
-
755
- PoolState?: WarmPoolState | string;
756
-
757
- Status?: WarmPoolStatus | string;
758
-
759
- InstanceReusePolicy?: InstanceReusePolicy;
760
- }
761
-
762
- export interface AutoScalingGroup {
763
-
764
- AutoScalingGroupName: string | undefined;
765
-
766
- AutoScalingGroupARN?: string;
767
-
768
- LaunchConfigurationName?: string;
769
-
770
- LaunchTemplate?: LaunchTemplateSpecification;
771
-
772
- MixedInstancesPolicy?: MixedInstancesPolicy;
773
-
774
- MinSize: number | undefined;
775
-
776
- MaxSize: number | undefined;
777
-
778
- DesiredCapacity: number | undefined;
779
-
780
- PredictedCapacity?: number;
781
-
782
- DefaultCooldown: number | undefined;
783
-
784
- AvailabilityZones: string[] | undefined;
785
-
786
- LoadBalancerNames?: string[];
787
-
788
- TargetGroupARNs?: string[];
789
-
790
- HealthCheckType: string | undefined;
791
-
792
- HealthCheckGracePeriod?: number;
793
-
794
- Instances?: Instance[];
795
-
796
- CreatedTime: Date | undefined;
797
-
798
- SuspendedProcesses?: SuspendedProcess[];
799
-
800
- PlacementGroup?: string;
801
-
802
- VPCZoneIdentifier?: string;
803
-
804
- EnabledMetrics?: EnabledMetric[];
805
-
806
- Status?: string;
807
-
808
- Tags?: TagDescription[];
809
-
810
- TerminationPolicies?: string[];
811
-
812
- NewInstancesProtectedFromScaleIn?: boolean;
813
-
814
- ServiceLinkedRoleARN?: string;
815
-
816
- MaxInstanceLifetime?: number;
817
-
818
- CapacityRebalance?: boolean;
819
-
820
- WarmPoolConfiguration?: WarmPoolConfiguration;
821
-
822
- WarmPoolSize?: number;
823
-
824
- Context?: string;
825
-
826
- DesiredCapacityType?: string;
827
-
828
- DefaultInstanceWarmup?: number;
829
- }
830
- export interface AutoScalingGroupsType {
831
-
832
- AutoScalingGroups: AutoScalingGroup[] | undefined;
833
-
834
- NextToken?: string;
835
- }
836
-
837
- export declare class InvalidNextToken extends __BaseException {
838
- readonly name: "InvalidNextToken";
839
- readonly $fault: "client";
840
-
841
- constructor(opts: __ExceptionOptionType<InvalidNextToken, __BaseException>);
842
- }
843
-
844
- export interface AutoScalingInstanceDetails {
845
-
846
- InstanceId: string | undefined;
847
-
848
- InstanceType?: string;
849
-
850
- AutoScalingGroupName: string | undefined;
851
-
852
- AvailabilityZone: string | undefined;
853
-
854
- LifecycleState: string | undefined;
855
-
856
- HealthStatus: string | undefined;
857
-
858
- LaunchConfigurationName?: string;
859
-
860
- LaunchTemplate?: LaunchTemplateSpecification;
861
-
862
- ProtectedFromScaleIn: boolean | undefined;
863
-
864
- WeightedCapacity?: string;
865
- }
866
- export interface AutoScalingInstancesType {
867
-
868
- AutoScalingInstances?: AutoScalingInstanceDetails[];
869
-
870
- NextToken?: string;
871
- }
872
- export interface DescribeAutoScalingInstancesType {
873
-
874
- InstanceIds?: string[];
875
-
876
- MaxRecords?: number;
877
-
878
- NextToken?: string;
879
- }
880
- export interface DescribeAutoScalingNotificationTypesAnswer {
881
-
882
- AutoScalingNotificationTypes?: string[];
883
- }
884
-
885
- export interface DesiredConfiguration {
886
-
887
- LaunchTemplate?: LaunchTemplateSpecification;
888
-
889
- MixedInstancesPolicy?: MixedInstancesPolicy;
890
- }
891
-
892
- export interface RefreshPreferences {
893
-
894
- MinHealthyPercentage?: number;
895
-
896
- InstanceWarmup?: number;
897
-
898
- CheckpointPercentages?: number[];
899
-
900
- CheckpointDelay?: number;
901
-
902
- SkipMatching?: boolean;
903
- }
904
-
905
- export interface InstanceRefreshLivePoolProgress {
906
-
907
- PercentageComplete?: number;
908
-
909
- InstancesToUpdate?: number;
910
- }
911
-
912
- export interface InstanceRefreshWarmPoolProgress {
913
-
914
- PercentageComplete?: number;
915
-
916
- InstancesToUpdate?: number;
917
- }
918
-
919
- export interface InstanceRefreshProgressDetails {
920
-
921
- LivePoolProgress?: InstanceRefreshLivePoolProgress;
922
-
923
- WarmPoolProgress?: InstanceRefreshWarmPoolProgress;
924
- }
925
- export declare enum InstanceRefreshStatus {
926
- Cancelled = "Cancelled",
927
- Cancelling = "Cancelling",
928
- Failed = "Failed",
929
- InProgress = "InProgress",
930
- Pending = "Pending",
931
- Successful = "Successful"
932
- }
933
-
934
- export interface InstanceRefresh {
935
-
936
- InstanceRefreshId?: string;
937
-
938
- AutoScalingGroupName?: string;
939
-
940
- Status?: InstanceRefreshStatus | string;
941
-
942
- StatusReason?: string;
943
-
944
- StartTime?: Date;
945
-
946
- EndTime?: Date;
947
-
948
- PercentageComplete?: number;
949
-
950
- InstancesToUpdate?: number;
951
-
952
- ProgressDetails?: InstanceRefreshProgressDetails;
953
-
954
- Preferences?: RefreshPreferences;
955
-
956
- DesiredConfiguration?: DesiredConfiguration;
957
- }
958
- export interface DescribeInstanceRefreshesAnswer {
959
-
960
- InstanceRefreshes?: InstanceRefresh[];
961
-
962
- NextToken?: string;
963
- }
964
- export interface DescribeInstanceRefreshesType {
965
-
966
- AutoScalingGroupName: string | undefined;
967
-
968
- InstanceRefreshIds?: string[];
969
-
970
- NextToken?: string;
971
-
972
- MaxRecords?: number;
973
- }
974
- export interface LaunchConfigurationNamesType {
975
-
976
- LaunchConfigurationNames?: string[];
977
-
978
- NextToken?: string;
979
-
980
- MaxRecords?: number;
981
- }
982
-
983
- export interface LaunchConfiguration {
984
-
985
- LaunchConfigurationName: string | undefined;
986
-
987
- LaunchConfigurationARN?: string;
988
-
989
- ImageId: string | undefined;
990
-
991
- KeyName?: string;
992
-
993
- SecurityGroups?: string[];
994
-
995
- ClassicLinkVPCId?: string;
996
-
997
- ClassicLinkVPCSecurityGroups?: string[];
998
-
999
- UserData?: string;
1000
-
1001
- InstanceType: string | undefined;
1002
-
1003
- KernelId?: string;
1004
-
1005
- RamdiskId?: string;
1006
-
1007
- BlockDeviceMappings?: BlockDeviceMapping[];
1008
-
1009
- InstanceMonitoring?: InstanceMonitoring;
1010
-
1011
- SpotPrice?: string;
1012
-
1013
- IamInstanceProfile?: string;
1014
-
1015
- CreatedTime: Date | undefined;
1016
-
1017
- EbsOptimized?: boolean;
1018
-
1019
- AssociatePublicIpAddress?: boolean;
1020
-
1021
- PlacementTenancy?: string;
1022
-
1023
- MetadataOptions?: InstanceMetadataOptions;
1024
- }
1025
- export interface LaunchConfigurationsType {
1026
-
1027
- LaunchConfigurations: LaunchConfiguration[] | undefined;
1028
-
1029
- NextToken?: string;
1030
- }
1031
-
1032
- export interface LifecycleHook {
1033
-
1034
- LifecycleHookName?: string;
1035
-
1036
- AutoScalingGroupName?: string;
1037
-
1038
- LifecycleTransition?: string;
1039
-
1040
- NotificationTargetARN?: string;
1041
-
1042
- RoleARN?: string;
1043
-
1044
- NotificationMetadata?: string;
1045
-
1046
- HeartbeatTimeout?: number;
1047
-
1048
- GlobalTimeout?: number;
1049
-
1050
- DefaultResult?: string;
1051
- }
1052
- export interface DescribeLifecycleHooksAnswer {
1053
-
1054
- LifecycleHooks?: LifecycleHook[];
1055
- }
1056
- export interface DescribeLifecycleHooksType {
1057
-
1058
- AutoScalingGroupName: string | undefined;
1059
-
1060
- LifecycleHookNames?: string[];
1061
- }
1062
- export interface DescribeLifecycleHookTypesAnswer {
1063
-
1064
- LifecycleHookTypes?: string[];
1065
- }
1066
- export interface DescribeLoadBalancersRequest {
1067
-
1068
- AutoScalingGroupName: string | undefined;
1069
-
1070
- NextToken?: string;
1071
-
1072
- MaxRecords?: number;
1073
- }
1074
-
1075
- export interface LoadBalancerState {
1076
-
1077
- LoadBalancerName?: string;
1078
-
1079
- State?: string;
1080
- }
1081
- export interface DescribeLoadBalancersResponse {
1082
-
1083
- LoadBalancers?: LoadBalancerState[];
1084
-
1085
- NextToken?: string;
1086
- }
1087
- export interface DescribeLoadBalancerTargetGroupsRequest {
1088
-
1089
- AutoScalingGroupName: string | undefined;
1090
-
1091
- NextToken?: string;
1092
-
1093
- MaxRecords?: number;
1094
- }
1095
-
1096
- export interface LoadBalancerTargetGroupState {
1097
-
1098
- LoadBalancerTargetGroupARN?: string;
1099
-
1100
- State?: string;
1101
- }
1102
- export interface DescribeLoadBalancerTargetGroupsResponse {
1103
-
1104
- LoadBalancerTargetGroups?: LoadBalancerTargetGroupState[];
1105
-
1106
- NextToken?: string;
1107
- }
1108
-
1109
- export interface MetricGranularityType {
1110
-
1111
- Granularity?: string;
1112
- }
1113
-
1114
- export interface MetricCollectionType {
1115
-
1116
- Metric?: string;
1117
- }
1118
- export interface DescribeMetricCollectionTypesAnswer {
1119
-
1120
- Metrics?: MetricCollectionType[];
1121
-
1122
- Granularities?: MetricGranularityType[];
1123
- }
1124
-
1125
- export interface NotificationConfiguration {
1126
-
1127
- AutoScalingGroupName?: string;
1128
-
1129
- TopicARN?: string;
1130
-
1131
- NotificationType?: string;
1132
- }
1133
- export interface DescribeNotificationConfigurationsAnswer {
1134
-
1135
- NotificationConfigurations: NotificationConfiguration[] | undefined;
1136
-
1137
- NextToken?: string;
1138
- }
1139
- export interface DescribeNotificationConfigurationsType {
1140
-
1141
- AutoScalingGroupNames?: string[];
1142
-
1143
- NextToken?: string;
1144
-
1145
- MaxRecords?: number;
1146
- }
1147
- export interface DescribePoliciesType {
1148
-
1149
- AutoScalingGroupName?: string;
1150
-
1151
- PolicyNames?: string[];
1152
-
1153
- PolicyTypes?: string[];
1154
-
1155
- NextToken?: string;
1156
-
1157
- MaxRecords?: number;
1158
- }
1159
- export declare enum PredictiveScalingMaxCapacityBreachBehavior {
1160
- HonorMaxCapacity = "HonorMaxCapacity",
1161
- IncreaseMaxCapacity = "IncreaseMaxCapacity"
1162
- }
1163
-
1164
- export interface MetricDimension {
1165
-
1166
- Name: string | undefined;
1167
-
1168
- Value: string | undefined;
1169
- }
1170
-
1171
- export interface Metric {
1172
-
1173
- Namespace: string | undefined;
1174
-
1175
- MetricName: string | undefined;
1176
-
1177
- Dimensions?: MetricDimension[];
1178
- }
1179
-
1180
- export interface MetricStat {
1181
-
1182
- Metric: Metric | undefined;
1183
-
1184
- Stat: string | undefined;
1185
-
1186
- Unit?: string;
1187
- }
1188
-
1189
- export interface MetricDataQuery {
1190
-
1191
- Id: string | undefined;
1192
-
1193
- Expression?: string;
1194
-
1195
- MetricStat?: MetricStat;
1196
-
1197
- Label?: string;
1198
-
1199
- ReturnData?: boolean;
1200
- }
1201
-
1202
- export interface PredictiveScalingCustomizedCapacityMetric {
1203
-
1204
- MetricDataQueries: MetricDataQuery[] | undefined;
1205
- }
1206
-
1207
- export interface PredictiveScalingCustomizedLoadMetric {
1208
-
1209
- MetricDataQueries: MetricDataQuery[] | undefined;
1210
- }
1211
-
1212
- export interface PredictiveScalingCustomizedScalingMetric {
1213
-
1214
- MetricDataQueries: MetricDataQuery[] | undefined;
1215
- }
1216
- export declare enum PredefinedLoadMetricType {
1217
- ALBTargetGroupRequestCount = "ALBTargetGroupRequestCount",
1218
- ASGTotalCPUUtilization = "ASGTotalCPUUtilization",
1219
- ASGTotalNetworkIn = "ASGTotalNetworkIn",
1220
- ASGTotalNetworkOut = "ASGTotalNetworkOut"
1221
- }
1222
-
1223
- export interface PredictiveScalingPredefinedLoadMetric {
1224
-
1225
- PredefinedMetricType: PredefinedLoadMetricType | string | undefined;
1226
-
1227
- ResourceLabel?: string;
1228
- }
1229
- export declare enum PredefinedMetricPairType {
1230
- ALBRequestCount = "ALBRequestCount",
1231
- ASGCPUUtilization = "ASGCPUUtilization",
1232
- ASGNetworkIn = "ASGNetworkIn",
1233
- ASGNetworkOut = "ASGNetworkOut"
1234
- }
1235
-
1236
- export interface PredictiveScalingPredefinedMetricPair {
1237
-
1238
- PredefinedMetricType: PredefinedMetricPairType | string | undefined;
1239
-
1240
- ResourceLabel?: string;
1241
- }
1242
- export declare enum PredefinedScalingMetricType {
1243
- ALBRequestCountPerTarget = "ALBRequestCountPerTarget",
1244
- ASGAverageCPUUtilization = "ASGAverageCPUUtilization",
1245
- ASGAverageNetworkIn = "ASGAverageNetworkIn",
1246
- ASGAverageNetworkOut = "ASGAverageNetworkOut"
1247
- }
1248
-
1249
- export interface PredictiveScalingPredefinedScalingMetric {
1250
-
1251
- PredefinedMetricType: PredefinedScalingMetricType | string | undefined;
1252
-
1253
- ResourceLabel?: string;
1254
- }
1255
-
1256
- export interface PredictiveScalingMetricSpecification {
1257
-
1258
- TargetValue: number | undefined;
1259
-
1260
- PredefinedMetricPairSpecification?: PredictiveScalingPredefinedMetricPair;
1261
-
1262
- PredefinedScalingMetricSpecification?: PredictiveScalingPredefinedScalingMetric;
1263
-
1264
- PredefinedLoadMetricSpecification?: PredictiveScalingPredefinedLoadMetric;
1265
-
1266
- CustomizedScalingMetricSpecification?: PredictiveScalingCustomizedScalingMetric;
1267
-
1268
- CustomizedLoadMetricSpecification?: PredictiveScalingCustomizedLoadMetric;
1269
-
1270
- CustomizedCapacityMetricSpecification?: PredictiveScalingCustomizedCapacityMetric;
1271
- }
1272
- export declare enum PredictiveScalingMode {
1273
- ForecastAndScale = "ForecastAndScale",
1274
- ForecastOnly = "ForecastOnly"
1275
- }
1276
-
1277
- export interface PredictiveScalingConfiguration {
1278
-
1279
- MetricSpecifications: PredictiveScalingMetricSpecification[] | undefined;
1280
-
1281
- Mode?: PredictiveScalingMode | string;
1282
-
1283
- SchedulingBufferTime?: number;
1284
-
1285
- MaxCapacityBreachBehavior?: PredictiveScalingMaxCapacityBreachBehavior | string;
1286
-
1287
- MaxCapacityBuffer?: number;
1288
- }
1289
-
1290
- export interface StepAdjustment {
1291
-
1292
- MetricIntervalLowerBound?: number;
1293
-
1294
- MetricIntervalUpperBound?: number;
1295
-
1296
- ScalingAdjustment: number | undefined;
1297
- }
1298
- export declare enum MetricStatistic {
1299
- Average = "Average",
1300
- Maximum = "Maximum",
1301
- Minimum = "Minimum",
1302
- SampleCount = "SampleCount",
1303
- Sum = "Sum"
1304
- }
1305
-
1306
- export interface CustomizedMetricSpecification {
1307
-
1308
- MetricName: string | undefined;
1309
-
1310
- Namespace: string | undefined;
1311
-
1312
- Dimensions?: MetricDimension[];
1313
-
1314
- Statistic: MetricStatistic | string | undefined;
1315
-
1316
- Unit?: string;
1317
- }
1318
- export declare enum MetricType {
1319
- ALBRequestCountPerTarget = "ALBRequestCountPerTarget",
1320
- ASGAverageCPUUtilization = "ASGAverageCPUUtilization",
1321
- ASGAverageNetworkIn = "ASGAverageNetworkIn",
1322
- ASGAverageNetworkOut = "ASGAverageNetworkOut"
1323
- }
1324
-
1325
- export interface PredefinedMetricSpecification {
1326
-
1327
- PredefinedMetricType: MetricType | string | undefined;
1328
-
1329
- ResourceLabel?: string;
1330
- }
1331
-
1332
- export interface TargetTrackingConfiguration {
1333
-
1334
- PredefinedMetricSpecification?: PredefinedMetricSpecification;
1335
-
1336
- CustomizedMetricSpecification?: CustomizedMetricSpecification;
1337
-
1338
- TargetValue: number | undefined;
1339
-
1340
- DisableScaleIn?: boolean;
1341
- }
1342
-
1343
- export interface ScalingPolicy {
1344
-
1345
- AutoScalingGroupName?: string;
1346
-
1347
- PolicyName?: string;
1348
-
1349
- PolicyARN?: string;
1350
-
1351
- PolicyType?: string;
1352
-
1353
- AdjustmentType?: string;
1354
-
1355
- MinAdjustmentStep?: number;
1356
-
1357
- MinAdjustmentMagnitude?: number;
1358
-
1359
- ScalingAdjustment?: number;
1360
-
1361
- Cooldown?: number;
1362
-
1363
- StepAdjustments?: StepAdjustment[];
1364
-
1365
- MetricAggregationType?: string;
1366
-
1367
- EstimatedInstanceWarmup?: number;
1368
-
1369
- Alarms?: Alarm[];
1370
-
1371
- TargetTrackingConfiguration?: TargetTrackingConfiguration;
1372
-
1373
- Enabled?: boolean;
1374
-
1375
- PredictiveScalingConfiguration?: PredictiveScalingConfiguration;
1376
- }
1377
- export interface PoliciesType {
1378
-
1379
- ScalingPolicies?: ScalingPolicy[];
1380
-
1381
- NextToken?: string;
1382
- }
1383
- export interface DescribeScalingActivitiesType {
1384
-
1385
- ActivityIds?: string[];
1386
-
1387
- AutoScalingGroupName?: string;
1388
-
1389
- IncludeDeletedGroups?: boolean;
1390
-
1391
- MaxRecords?: number;
1392
-
1393
- NextToken?: string;
1394
- }
1395
-
1396
- export interface ProcessType {
1397
-
1398
- ProcessName: string | undefined;
1399
- }
1400
- export interface ProcessesType {
1401
-
1402
- Processes?: ProcessType[];
1403
- }
1404
- export interface DescribeScheduledActionsType {
1405
-
1406
- AutoScalingGroupName?: string;
1407
-
1408
- ScheduledActionNames?: string[];
1409
-
1410
- StartTime?: Date;
1411
-
1412
- EndTime?: Date;
1413
-
1414
- NextToken?: string;
1415
-
1416
- MaxRecords?: number;
1417
- }
1418
-
1419
- export interface ScheduledUpdateGroupAction {
1420
-
1421
- AutoScalingGroupName?: string;
1422
-
1423
- ScheduledActionName?: string;
1424
-
1425
- ScheduledActionARN?: string;
1426
-
1427
- Time?: Date;
1428
-
1429
- StartTime?: Date;
1430
-
1431
- EndTime?: Date;
1432
-
1433
- Recurrence?: string;
1434
-
1435
- MinSize?: number;
1436
-
1437
- MaxSize?: number;
1438
-
1439
- DesiredCapacity?: number;
1440
-
1441
- TimeZone?: string;
1442
- }
1443
- export interface ScheduledActionsType {
1444
-
1445
- ScheduledUpdateGroupActions?: ScheduledUpdateGroupAction[];
1446
-
1447
- NextToken?: string;
1448
- }
1449
- export interface DescribeTagsType {
1450
-
1451
- Filters?: Filter[];
1452
-
1453
- NextToken?: string;
1454
-
1455
- MaxRecords?: number;
1456
- }
1457
- export interface TagsType {
1458
-
1459
- Tags?: TagDescription[];
1460
-
1461
- NextToken?: string;
1462
- }
1463
- export interface DescribeTerminationPolicyTypesAnswer {
1464
-
1465
- TerminationPolicyTypes?: string[];
1466
- }
1467
- export interface DescribeWarmPoolAnswer {
1468
-
1469
- WarmPoolConfiguration?: WarmPoolConfiguration;
1470
-
1471
- Instances?: Instance[];
1472
-
1473
- NextToken?: string;
1474
- }
1475
- export interface DescribeWarmPoolType {
1476
-
1477
- AutoScalingGroupName: string | undefined;
1478
-
1479
- MaxRecords?: number;
1480
-
1481
- NextToken?: string;
1482
- }
1483
- export interface DetachInstancesAnswer {
1484
-
1485
- Activities?: Activity[];
1486
- }
1487
- export interface DetachInstancesQuery {
1488
-
1489
- InstanceIds?: string[];
1490
-
1491
- AutoScalingGroupName: string | undefined;
1492
-
1493
- ShouldDecrementDesiredCapacity: boolean | undefined;
1494
- }
1495
- export interface DetachLoadBalancersResultType {
1496
- }
1497
- export interface DetachLoadBalancersType {
1498
-
1499
- AutoScalingGroupName: string | undefined;
1500
-
1501
- LoadBalancerNames: string[] | undefined;
1502
- }
1503
- export interface DetachLoadBalancerTargetGroupsResultType {
1504
- }
1505
- export interface DetachLoadBalancerTargetGroupsType {
1506
-
1507
- AutoScalingGroupName: string | undefined;
1508
-
1509
- TargetGroupARNs: string[] | undefined;
1510
- }
1511
- export interface DisableMetricsCollectionQuery {
1512
-
1513
- AutoScalingGroupName: string | undefined;
1514
-
1515
- Metrics?: string[];
1516
- }
1517
- export interface EnableMetricsCollectionQuery {
1518
-
1519
- AutoScalingGroupName: string | undefined;
1520
-
1521
- Metrics?: string[];
1522
-
1523
- Granularity: string | undefined;
1524
- }
1525
- export interface EnterStandbyAnswer {
1526
-
1527
- Activities?: Activity[];
1528
- }
1529
- export interface EnterStandbyQuery {
1530
-
1531
- InstanceIds?: string[];
1532
-
1533
- AutoScalingGroupName: string | undefined;
1534
-
1535
- ShouldDecrementDesiredCapacity: boolean | undefined;
1536
- }
1537
- export interface ExecutePolicyType {
1538
-
1539
- AutoScalingGroupName?: string;
1540
-
1541
- PolicyName: string | undefined;
1542
-
1543
- HonorCooldown?: boolean;
1544
-
1545
- MetricValue?: number;
1546
-
1547
- BreachThreshold?: number;
1548
- }
1549
- export interface ExitStandbyAnswer {
1550
-
1551
- Activities?: Activity[];
1552
- }
1553
- export interface ExitStandbyQuery {
1554
-
1555
- InstanceIds?: string[];
1556
-
1557
- AutoScalingGroupName: string | undefined;
1558
- }
1559
-
1560
- export interface CapacityForecast {
1561
-
1562
- Timestamps: Date[] | undefined;
1563
-
1564
- Values: number[] | undefined;
1565
- }
1566
-
1567
- export interface LoadForecast {
1568
-
1569
- Timestamps: Date[] | undefined;
1570
-
1571
- Values: number[] | undefined;
1572
-
1573
- MetricSpecification: PredictiveScalingMetricSpecification | undefined;
1574
- }
1575
- export interface GetPredictiveScalingForecastAnswer {
1576
-
1577
- LoadForecast: LoadForecast[] | undefined;
1578
-
1579
- CapacityForecast: CapacityForecast | undefined;
1580
-
1581
- UpdateTime: Date | undefined;
1582
- }
1583
- export interface GetPredictiveScalingForecastType {
1584
-
1585
- AutoScalingGroupName: string | undefined;
1586
-
1587
- PolicyName: string | undefined;
1588
-
1589
- StartTime: Date | undefined;
1590
-
1591
- EndTime: Date | undefined;
1592
- }
1593
- export interface PutLifecycleHookAnswer {
1594
- }
1595
- export interface PutLifecycleHookType {
1596
-
1597
- LifecycleHookName: string | undefined;
1598
-
1599
- AutoScalingGroupName: string | undefined;
1600
-
1601
- LifecycleTransition?: string;
1602
-
1603
- RoleARN?: string;
1604
-
1605
- NotificationTargetARN?: string;
1606
-
1607
- NotificationMetadata?: string;
1608
-
1609
- HeartbeatTimeout?: number;
1610
-
1611
- DefaultResult?: string;
1612
- }
1613
- export interface PutNotificationConfigurationType {
1614
-
1615
- AutoScalingGroupName: string | undefined;
1616
-
1617
- TopicARN: string | undefined;
1618
-
1619
- NotificationTypes: string[] | undefined;
1620
- }
1621
-
1622
- export interface PolicyARNType {
1623
-
1624
- PolicyARN?: string;
1625
-
1626
- Alarms?: Alarm[];
1627
- }
1628
- export interface PutScalingPolicyType {
1629
-
1630
- AutoScalingGroupName: string | undefined;
1631
-
1632
- PolicyName: string | undefined;
1633
-
1634
- PolicyType?: string;
1635
-
1636
- AdjustmentType?: string;
1637
-
1638
- MinAdjustmentStep?: number;
1639
-
1640
- MinAdjustmentMagnitude?: number;
1641
-
1642
- ScalingAdjustment?: number;
1643
-
1644
- Cooldown?: number;
1645
-
1646
- MetricAggregationType?: string;
1647
-
1648
- StepAdjustments?: StepAdjustment[];
1649
-
1650
- EstimatedInstanceWarmup?: number;
1651
-
1652
- TargetTrackingConfiguration?: TargetTrackingConfiguration;
1653
-
1654
- Enabled?: boolean;
1655
-
1656
- PredictiveScalingConfiguration?: PredictiveScalingConfiguration;
1657
- }
1658
- export interface PutScheduledUpdateGroupActionType {
1659
-
1660
- AutoScalingGroupName: string | undefined;
1661
-
1662
- ScheduledActionName: string | undefined;
1663
-
1664
- Time?: Date;
1665
-
1666
- StartTime?: Date;
1667
-
1668
- EndTime?: Date;
1669
-
1670
- Recurrence?: string;
1671
-
1672
- MinSize?: number;
1673
-
1674
- MaxSize?: number;
1675
-
1676
- DesiredCapacity?: number;
1677
-
1678
- TimeZone?: string;
1679
- }
1680
- export interface PutWarmPoolAnswer {
1681
- }
1682
- export interface PutWarmPoolType {
1683
-
1684
- AutoScalingGroupName: string | undefined;
1685
-
1686
- MaxGroupPreparedCapacity?: number;
1687
-
1688
- MinSize?: number;
1689
-
1690
- PoolState?: WarmPoolState | string;
1691
-
1692
- InstanceReusePolicy?: InstanceReusePolicy;
1693
- }
1694
- export interface RecordLifecycleActionHeartbeatAnswer {
1695
- }
1696
- export interface RecordLifecycleActionHeartbeatType {
1697
-
1698
- LifecycleHookName: string | undefined;
1699
-
1700
- AutoScalingGroupName: string | undefined;
1701
-
1702
- LifecycleActionToken?: string;
1703
-
1704
- InstanceId?: string;
1705
- }
1706
- export interface ScalingProcessQuery {
1707
-
1708
- AutoScalingGroupName: string | undefined;
1709
-
1710
- ScalingProcesses?: string[];
1711
- }
1712
- export interface SetDesiredCapacityType {
1713
-
1714
- AutoScalingGroupName: string | undefined;
1715
-
1716
- DesiredCapacity: number | undefined;
1717
-
1718
- HonorCooldown?: boolean;
1719
- }
1720
- export interface SetInstanceHealthQuery {
1721
-
1722
- InstanceId: string | undefined;
1723
-
1724
- HealthStatus: string | undefined;
1725
-
1726
- ShouldRespectGracePeriod?: boolean;
1727
- }
1728
- export interface SetInstanceProtectionAnswer {
1729
- }
1730
- export interface SetInstanceProtectionQuery {
1731
-
1732
- InstanceIds: string[] | undefined;
1733
-
1734
- AutoScalingGroupName: string | undefined;
1735
-
1736
- ProtectedFromScaleIn: boolean | undefined;
1737
- }
1738
-
1739
- export declare class InstanceRefreshInProgressFault extends __BaseException {
1740
- readonly name: "InstanceRefreshInProgressFault";
1741
- readonly $fault: "client";
1742
-
1743
- constructor(opts: __ExceptionOptionType<InstanceRefreshInProgressFault, __BaseException>);
1744
- }
1745
- export interface StartInstanceRefreshAnswer {
1746
-
1747
- InstanceRefreshId?: string;
1748
- }
1749
- export declare enum RefreshStrategy {
1750
- Rolling = "Rolling"
1751
- }
1752
- export interface StartInstanceRefreshType {
1753
-
1754
- AutoScalingGroupName: string | undefined;
1755
-
1756
- Strategy?: RefreshStrategy | string;
1757
-
1758
- DesiredConfiguration?: DesiredConfiguration;
1759
-
1760
- Preferences?: RefreshPreferences;
1761
- }
1762
- export interface TerminateInstanceInAutoScalingGroupType {
1763
-
1764
- InstanceId: string | undefined;
1765
-
1766
- ShouldDecrementDesiredCapacity: boolean | undefined;
1767
- }
1768
- export interface UpdateAutoScalingGroupType {
1769
-
1770
- AutoScalingGroupName: string | undefined;
1771
-
1772
- LaunchConfigurationName?: string;
1773
-
1774
- LaunchTemplate?: LaunchTemplateSpecification;
1775
-
1776
- MixedInstancesPolicy?: MixedInstancesPolicy;
1777
-
1778
- MinSize?: number;
1779
-
1780
- MaxSize?: number;
1781
-
1782
- DesiredCapacity?: number;
1783
-
1784
- DefaultCooldown?: number;
1785
-
1786
- AvailabilityZones?: string[];
1787
-
1788
- HealthCheckType?: string;
1789
-
1790
- HealthCheckGracePeriod?: number;
1791
-
1792
- PlacementGroup?: string;
1793
-
1794
- VPCZoneIdentifier?: string;
1795
-
1796
- TerminationPolicies?: string[];
1797
-
1798
- NewInstancesProtectedFromScaleIn?: boolean;
1799
-
1800
- ServiceLinkedRoleARN?: string;
1801
-
1802
- MaxInstanceLifetime?: number;
1803
-
1804
- CapacityRebalance?: boolean;
1805
-
1806
- Context?: string;
1807
-
1808
- DesiredCapacityType?: string;
1809
-
1810
- DefaultInstanceWarmup?: number;
1811
- }
1812
-
1813
- export declare const AcceleratorCountRequestFilterSensitiveLog: (obj: AcceleratorCountRequest) => any;
1814
-
1815
- export declare const AcceleratorTotalMemoryMiBRequestFilterSensitiveLog: (obj: AcceleratorTotalMemoryMiBRequest) => any;
1816
-
1817
- export declare const ActivityFilterSensitiveLog: (obj: Activity) => any;
1818
-
1819
- export declare const ActivitiesTypeFilterSensitiveLog: (obj: ActivitiesType) => any;
1820
-
1821
- export declare const ActivityTypeFilterSensitiveLog: (obj: ActivityType) => any;
1822
-
1823
- export declare const AdjustmentTypeFilterSensitiveLog: (obj: AdjustmentType) => any;
1824
-
1825
- export declare const AlarmFilterSensitiveLog: (obj: Alarm) => any;
1826
-
1827
- export declare const AttachInstancesQueryFilterSensitiveLog: (obj: AttachInstancesQuery) => any;
1828
-
1829
- export declare const AttachLoadBalancersResultTypeFilterSensitiveLog: (obj: AttachLoadBalancersResultType) => any;
1830
-
1831
- export declare const AttachLoadBalancersTypeFilterSensitiveLog: (obj: AttachLoadBalancersType) => any;
1832
-
1833
- export declare const AttachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog: (obj: AttachLoadBalancerTargetGroupsResultType) => any;
1834
-
1835
- export declare const AttachLoadBalancerTargetGroupsTypeFilterSensitiveLog: (obj: AttachLoadBalancerTargetGroupsType) => any;
1836
-
1837
- export declare const FailedScheduledUpdateGroupActionRequestFilterSensitiveLog: (obj: FailedScheduledUpdateGroupActionRequest) => any;
1838
-
1839
- export declare const BatchDeleteScheduledActionAnswerFilterSensitiveLog: (obj: BatchDeleteScheduledActionAnswer) => any;
1840
-
1841
- export declare const BatchDeleteScheduledActionTypeFilterSensitiveLog: (obj: BatchDeleteScheduledActionType) => any;
1842
-
1843
- export declare const BatchPutScheduledUpdateGroupActionAnswerFilterSensitiveLog: (obj: BatchPutScheduledUpdateGroupActionAnswer) => any;
1844
-
1845
- export declare const ScheduledUpdateGroupActionRequestFilterSensitiveLog: (obj: ScheduledUpdateGroupActionRequest) => any;
1846
-
1847
- export declare const BatchPutScheduledUpdateGroupActionTypeFilterSensitiveLog: (obj: BatchPutScheduledUpdateGroupActionType) => any;
1848
-
1849
- export declare const CancelInstanceRefreshAnswerFilterSensitiveLog: (obj: CancelInstanceRefreshAnswer) => any;
1850
-
1851
- export declare const CancelInstanceRefreshTypeFilterSensitiveLog: (obj: CancelInstanceRefreshType) => any;
1852
-
1853
- export declare const CompleteLifecycleActionAnswerFilterSensitiveLog: (obj: CompleteLifecycleActionAnswer) => any;
1854
-
1855
- export declare const CompleteLifecycleActionTypeFilterSensitiveLog: (obj: CompleteLifecycleActionType) => any;
1856
-
1857
- export declare const LaunchTemplateSpecificationFilterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
1858
-
1859
- export declare const LifecycleHookSpecificationFilterSensitiveLog: (obj: LifecycleHookSpecification) => any;
1860
-
1861
- export declare const InstancesDistributionFilterSensitiveLog: (obj: InstancesDistribution) => any;
1862
-
1863
- export declare const BaselineEbsBandwidthMbpsRequestFilterSensitiveLog: (obj: BaselineEbsBandwidthMbpsRequest) => any;
1864
-
1865
- export declare const MemoryGiBPerVCpuRequestFilterSensitiveLog: (obj: MemoryGiBPerVCpuRequest) => any;
1866
-
1867
- export declare const MemoryMiBRequestFilterSensitiveLog: (obj: MemoryMiBRequest) => any;
1868
-
1869
- export declare const NetworkInterfaceCountRequestFilterSensitiveLog: (obj: NetworkInterfaceCountRequest) => any;
1870
-
1871
- export declare const TotalLocalStorageGBRequestFilterSensitiveLog: (obj: TotalLocalStorageGBRequest) => any;
1872
-
1873
- export declare const VCpuCountRequestFilterSensitiveLog: (obj: VCpuCountRequest) => any;
1874
-
1875
- export declare const InstanceRequirementsFilterSensitiveLog: (obj: InstanceRequirements) => any;
1876
-
1877
- export declare const LaunchTemplateOverridesFilterSensitiveLog: (obj: LaunchTemplateOverrides) => any;
1878
-
1879
- export declare const LaunchTemplateFilterSensitiveLog: (obj: LaunchTemplate) => any;
1880
-
1881
- export declare const MixedInstancesPolicyFilterSensitiveLog: (obj: MixedInstancesPolicy) => any;
1882
-
1883
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1884
-
1885
- export declare const CreateAutoScalingGroupTypeFilterSensitiveLog: (obj: CreateAutoScalingGroupType) => any;
1886
-
1887
- export declare const EbsFilterSensitiveLog: (obj: Ebs) => any;
1888
-
1889
- export declare const BlockDeviceMappingFilterSensitiveLog: (obj: BlockDeviceMapping) => any;
1890
-
1891
- export declare const InstanceMonitoringFilterSensitiveLog: (obj: InstanceMonitoring) => any;
1892
-
1893
- export declare const InstanceMetadataOptionsFilterSensitiveLog: (obj: InstanceMetadataOptions) => any;
1894
-
1895
- export declare const CreateLaunchConfigurationTypeFilterSensitiveLog: (obj: CreateLaunchConfigurationType) => any;
1896
-
1897
- export declare const CreateOrUpdateTagsTypeFilterSensitiveLog: (obj: CreateOrUpdateTagsType) => any;
1898
-
1899
- export declare const DeleteAutoScalingGroupTypeFilterSensitiveLog: (obj: DeleteAutoScalingGroupType) => any;
1900
-
1901
- export declare const LaunchConfigurationNameTypeFilterSensitiveLog: (obj: LaunchConfigurationNameType) => any;
1902
-
1903
- export declare const DeleteLifecycleHookAnswerFilterSensitiveLog: (obj: DeleteLifecycleHookAnswer) => any;
1904
-
1905
- export declare const DeleteLifecycleHookTypeFilterSensitiveLog: (obj: DeleteLifecycleHookType) => any;
1906
-
1907
- export declare const DeleteNotificationConfigurationTypeFilterSensitiveLog: (obj: DeleteNotificationConfigurationType) => any;
1908
-
1909
- export declare const DeletePolicyTypeFilterSensitiveLog: (obj: DeletePolicyType) => any;
1910
-
1911
- export declare const DeleteScheduledActionTypeFilterSensitiveLog: (obj: DeleteScheduledActionType) => any;
1912
-
1913
- export declare const DeleteTagsTypeFilterSensitiveLog: (obj: DeleteTagsType) => any;
1914
-
1915
- export declare const DeleteWarmPoolAnswerFilterSensitiveLog: (obj: DeleteWarmPoolAnswer) => any;
1916
-
1917
- export declare const DeleteWarmPoolTypeFilterSensitiveLog: (obj: DeleteWarmPoolType) => any;
1918
-
1919
- export declare const DescribeAccountLimitsAnswerFilterSensitiveLog: (obj: DescribeAccountLimitsAnswer) => any;
1920
-
1921
- export declare const DescribeAdjustmentTypesAnswerFilterSensitiveLog: (obj: DescribeAdjustmentTypesAnswer) => any;
1922
-
1923
- export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
1924
-
1925
- export declare const AutoScalingGroupNamesTypeFilterSensitiveLog: (obj: AutoScalingGroupNamesType) => any;
1926
-
1927
- export declare const EnabledMetricFilterSensitiveLog: (obj: EnabledMetric) => any;
1928
-
1929
- export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
1930
-
1931
- export declare const SuspendedProcessFilterSensitiveLog: (obj: SuspendedProcess) => any;
1932
-
1933
- export declare const TagDescriptionFilterSensitiveLog: (obj: TagDescription) => any;
1934
-
1935
- export declare const InstanceReusePolicyFilterSensitiveLog: (obj: InstanceReusePolicy) => any;
1936
-
1937
- export declare const WarmPoolConfigurationFilterSensitiveLog: (obj: WarmPoolConfiguration) => any;
1938
-
1939
- export declare const AutoScalingGroupFilterSensitiveLog: (obj: AutoScalingGroup) => any;
1940
-
1941
- export declare const AutoScalingGroupsTypeFilterSensitiveLog: (obj: AutoScalingGroupsType) => any;
1942
-
1943
- export declare const AutoScalingInstanceDetailsFilterSensitiveLog: (obj: AutoScalingInstanceDetails) => any;
1944
-
1945
- export declare const AutoScalingInstancesTypeFilterSensitiveLog: (obj: AutoScalingInstancesType) => any;
1946
-
1947
- export declare const DescribeAutoScalingInstancesTypeFilterSensitiveLog: (obj: DescribeAutoScalingInstancesType) => any;
1948
-
1949
- export declare const DescribeAutoScalingNotificationTypesAnswerFilterSensitiveLog: (obj: DescribeAutoScalingNotificationTypesAnswer) => any;
1950
-
1951
- export declare const DesiredConfigurationFilterSensitiveLog: (obj: DesiredConfiguration) => any;
1952
-
1953
- export declare const RefreshPreferencesFilterSensitiveLog: (obj: RefreshPreferences) => any;
1954
-
1955
- export declare const InstanceRefreshLivePoolProgressFilterSensitiveLog: (obj: InstanceRefreshLivePoolProgress) => any;
1956
-
1957
- export declare const InstanceRefreshWarmPoolProgressFilterSensitiveLog: (obj: InstanceRefreshWarmPoolProgress) => any;
1958
-
1959
- export declare const InstanceRefreshProgressDetailsFilterSensitiveLog: (obj: InstanceRefreshProgressDetails) => any;
1960
-
1961
- export declare const InstanceRefreshFilterSensitiveLog: (obj: InstanceRefresh) => any;
1962
-
1963
- export declare const DescribeInstanceRefreshesAnswerFilterSensitiveLog: (obj: DescribeInstanceRefreshesAnswer) => any;
1964
-
1965
- export declare const DescribeInstanceRefreshesTypeFilterSensitiveLog: (obj: DescribeInstanceRefreshesType) => any;
1966
-
1967
- export declare const LaunchConfigurationNamesTypeFilterSensitiveLog: (obj: LaunchConfigurationNamesType) => any;
1968
-
1969
- export declare const LaunchConfigurationFilterSensitiveLog: (obj: LaunchConfiguration) => any;
1970
-
1971
- export declare const LaunchConfigurationsTypeFilterSensitiveLog: (obj: LaunchConfigurationsType) => any;
1972
-
1973
- export declare const LifecycleHookFilterSensitiveLog: (obj: LifecycleHook) => any;
1974
-
1975
- export declare const DescribeLifecycleHooksAnswerFilterSensitiveLog: (obj: DescribeLifecycleHooksAnswer) => any;
1976
-
1977
- export declare const DescribeLifecycleHooksTypeFilterSensitiveLog: (obj: DescribeLifecycleHooksType) => any;
1978
-
1979
- export declare const DescribeLifecycleHookTypesAnswerFilterSensitiveLog: (obj: DescribeLifecycleHookTypesAnswer) => any;
1980
-
1981
- export declare const DescribeLoadBalancersRequestFilterSensitiveLog: (obj: DescribeLoadBalancersRequest) => any;
1982
-
1983
- export declare const LoadBalancerStateFilterSensitiveLog: (obj: LoadBalancerState) => any;
1984
-
1985
- export declare const DescribeLoadBalancersResponseFilterSensitiveLog: (obj: DescribeLoadBalancersResponse) => any;
1986
-
1987
- export declare const DescribeLoadBalancerTargetGroupsRequestFilterSensitiveLog: (obj: DescribeLoadBalancerTargetGroupsRequest) => any;
1988
-
1989
- export declare const LoadBalancerTargetGroupStateFilterSensitiveLog: (obj: LoadBalancerTargetGroupState) => any;
1990
-
1991
- export declare const DescribeLoadBalancerTargetGroupsResponseFilterSensitiveLog: (obj: DescribeLoadBalancerTargetGroupsResponse) => any;
1992
-
1993
- export declare const MetricGranularityTypeFilterSensitiveLog: (obj: MetricGranularityType) => any;
1994
-
1995
- export declare const MetricCollectionTypeFilterSensitiveLog: (obj: MetricCollectionType) => any;
1996
-
1997
- export declare const DescribeMetricCollectionTypesAnswerFilterSensitiveLog: (obj: DescribeMetricCollectionTypesAnswer) => any;
1998
-
1999
- export declare const NotificationConfigurationFilterSensitiveLog: (obj: NotificationConfiguration) => any;
2000
-
2001
- export declare const DescribeNotificationConfigurationsAnswerFilterSensitiveLog: (obj: DescribeNotificationConfigurationsAnswer) => any;
2002
-
2003
- export declare const DescribeNotificationConfigurationsTypeFilterSensitiveLog: (obj: DescribeNotificationConfigurationsType) => any;
2004
-
2005
- export declare const DescribePoliciesTypeFilterSensitiveLog: (obj: DescribePoliciesType) => any;
2006
-
2007
- export declare const MetricDimensionFilterSensitiveLog: (obj: MetricDimension) => any;
2008
-
2009
- export declare const MetricFilterSensitiveLog: (obj: Metric) => any;
2010
-
2011
- export declare const MetricStatFilterSensitiveLog: (obj: MetricStat) => any;
2012
-
2013
- export declare const MetricDataQueryFilterSensitiveLog: (obj: MetricDataQuery) => any;
2014
-
2015
- export declare const PredictiveScalingCustomizedCapacityMetricFilterSensitiveLog: (obj: PredictiveScalingCustomizedCapacityMetric) => any;
2016
-
2017
- export declare const PredictiveScalingCustomizedLoadMetricFilterSensitiveLog: (obj: PredictiveScalingCustomizedLoadMetric) => any;
2018
-
2019
- export declare const PredictiveScalingCustomizedScalingMetricFilterSensitiveLog: (obj: PredictiveScalingCustomizedScalingMetric) => any;
2020
-
2021
- export declare const PredictiveScalingPredefinedLoadMetricFilterSensitiveLog: (obj: PredictiveScalingPredefinedLoadMetric) => any;
2022
-
2023
- export declare const PredictiveScalingPredefinedMetricPairFilterSensitiveLog: (obj: PredictiveScalingPredefinedMetricPair) => any;
2024
-
2025
- export declare const PredictiveScalingPredefinedScalingMetricFilterSensitiveLog: (obj: PredictiveScalingPredefinedScalingMetric) => any;
2026
-
2027
- export declare const PredictiveScalingMetricSpecificationFilterSensitiveLog: (obj: PredictiveScalingMetricSpecification) => any;
2028
-
2029
- export declare const PredictiveScalingConfigurationFilterSensitiveLog: (obj: PredictiveScalingConfiguration) => any;
2030
-
2031
- export declare const StepAdjustmentFilterSensitiveLog: (obj: StepAdjustment) => any;
2032
-
2033
- export declare const CustomizedMetricSpecificationFilterSensitiveLog: (obj: CustomizedMetricSpecification) => any;
2034
-
2035
- export declare const PredefinedMetricSpecificationFilterSensitiveLog: (obj: PredefinedMetricSpecification) => any;
2036
-
2037
- export declare const TargetTrackingConfigurationFilterSensitiveLog: (obj: TargetTrackingConfiguration) => any;
2038
-
2039
- export declare const ScalingPolicyFilterSensitiveLog: (obj: ScalingPolicy) => any;
2040
-
2041
- export declare const PoliciesTypeFilterSensitiveLog: (obj: PoliciesType) => any;
2042
-
2043
- export declare const DescribeScalingActivitiesTypeFilterSensitiveLog: (obj: DescribeScalingActivitiesType) => any;
2044
-
2045
- export declare const ProcessTypeFilterSensitiveLog: (obj: ProcessType) => any;
2046
-
2047
- export declare const ProcessesTypeFilterSensitiveLog: (obj: ProcessesType) => any;
2048
-
2049
- export declare const DescribeScheduledActionsTypeFilterSensitiveLog: (obj: DescribeScheduledActionsType) => any;
2050
-
2051
- export declare const ScheduledUpdateGroupActionFilterSensitiveLog: (obj: ScheduledUpdateGroupAction) => any;
2052
-
2053
- export declare const ScheduledActionsTypeFilterSensitiveLog: (obj: ScheduledActionsType) => any;
2054
-
2055
- export declare const DescribeTagsTypeFilterSensitiveLog: (obj: DescribeTagsType) => any;
2056
-
2057
- export declare const TagsTypeFilterSensitiveLog: (obj: TagsType) => any;
2058
-
2059
- export declare const DescribeTerminationPolicyTypesAnswerFilterSensitiveLog: (obj: DescribeTerminationPolicyTypesAnswer) => any;
2060
-
2061
- export declare const DescribeWarmPoolAnswerFilterSensitiveLog: (obj: DescribeWarmPoolAnswer) => any;
2062
-
2063
- export declare const DescribeWarmPoolTypeFilterSensitiveLog: (obj: DescribeWarmPoolType) => any;
2064
-
2065
- export declare const DetachInstancesAnswerFilterSensitiveLog: (obj: DetachInstancesAnswer) => any;
2066
-
2067
- export declare const DetachInstancesQueryFilterSensitiveLog: (obj: DetachInstancesQuery) => any;
2068
-
2069
- export declare const DetachLoadBalancersResultTypeFilterSensitiveLog: (obj: DetachLoadBalancersResultType) => any;
2070
-
2071
- export declare const DetachLoadBalancersTypeFilterSensitiveLog: (obj: DetachLoadBalancersType) => any;
2072
-
2073
- export declare const DetachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog: (obj: DetachLoadBalancerTargetGroupsResultType) => any;
2074
-
2075
- export declare const DetachLoadBalancerTargetGroupsTypeFilterSensitiveLog: (obj: DetachLoadBalancerTargetGroupsType) => any;
2076
-
2077
- export declare const DisableMetricsCollectionQueryFilterSensitiveLog: (obj: DisableMetricsCollectionQuery) => any;
2078
-
2079
- export declare const EnableMetricsCollectionQueryFilterSensitiveLog: (obj: EnableMetricsCollectionQuery) => any;
2080
-
2081
- export declare const EnterStandbyAnswerFilterSensitiveLog: (obj: EnterStandbyAnswer) => any;
2082
-
2083
- export declare const EnterStandbyQueryFilterSensitiveLog: (obj: EnterStandbyQuery) => any;
2084
-
2085
- export declare const ExecutePolicyTypeFilterSensitiveLog: (obj: ExecutePolicyType) => any;
2086
-
2087
- export declare const ExitStandbyAnswerFilterSensitiveLog: (obj: ExitStandbyAnswer) => any;
2088
-
2089
- export declare const ExitStandbyQueryFilterSensitiveLog: (obj: ExitStandbyQuery) => any;
2090
-
2091
- export declare const CapacityForecastFilterSensitiveLog: (obj: CapacityForecast) => any;
2092
-
2093
- export declare const LoadForecastFilterSensitiveLog: (obj: LoadForecast) => any;
2094
-
2095
- export declare const GetPredictiveScalingForecastAnswerFilterSensitiveLog: (obj: GetPredictiveScalingForecastAnswer) => any;
2096
-
2097
- export declare const GetPredictiveScalingForecastTypeFilterSensitiveLog: (obj: GetPredictiveScalingForecastType) => any;
2098
-
2099
- export declare const PutLifecycleHookAnswerFilterSensitiveLog: (obj: PutLifecycleHookAnswer) => any;
2100
-
2101
- export declare const PutLifecycleHookTypeFilterSensitiveLog: (obj: PutLifecycleHookType) => any;
2102
-
2103
- export declare const PutNotificationConfigurationTypeFilterSensitiveLog: (obj: PutNotificationConfigurationType) => any;
2104
-
2105
- export declare const PolicyARNTypeFilterSensitiveLog: (obj: PolicyARNType) => any;
2106
-
2107
- export declare const PutScalingPolicyTypeFilterSensitiveLog: (obj: PutScalingPolicyType) => any;
2108
-
2109
- export declare const PutScheduledUpdateGroupActionTypeFilterSensitiveLog: (obj: PutScheduledUpdateGroupActionType) => any;
2110
-
2111
- export declare const PutWarmPoolAnswerFilterSensitiveLog: (obj: PutWarmPoolAnswer) => any;
2112
-
2113
- export declare const PutWarmPoolTypeFilterSensitiveLog: (obj: PutWarmPoolType) => any;
2114
-
2115
- export declare const RecordLifecycleActionHeartbeatAnswerFilterSensitiveLog: (obj: RecordLifecycleActionHeartbeatAnswer) => any;
2116
-
2117
- export declare const RecordLifecycleActionHeartbeatTypeFilterSensitiveLog: (obj: RecordLifecycleActionHeartbeatType) => any;
2118
-
2119
- export declare const ScalingProcessQueryFilterSensitiveLog: (obj: ScalingProcessQuery) => any;
2120
-
2121
- export declare const SetDesiredCapacityTypeFilterSensitiveLog: (obj: SetDesiredCapacityType) => any;
2122
-
2123
- export declare const SetInstanceHealthQueryFilterSensitiveLog: (obj: SetInstanceHealthQuery) => any;
2124
-
2125
- export declare const SetInstanceProtectionAnswerFilterSensitiveLog: (obj: SetInstanceProtectionAnswer) => any;
2126
-
2127
- export declare const SetInstanceProtectionQueryFilterSensitiveLog: (obj: SetInstanceProtectionQuery) => any;
2128
-
2129
- export declare const StartInstanceRefreshAnswerFilterSensitiveLog: (obj: StartInstanceRefreshAnswer) => any;
2130
-
2131
- export declare const StartInstanceRefreshTypeFilterSensitiveLog: (obj: StartInstanceRefreshType) => any;
2132
-
2133
- export declare const TerminateInstanceInAutoScalingGroupTypeFilterSensitiveLog: (obj: TerminateInstanceInAutoScalingGroupType) => any;
2134
-
2135
- export declare const UpdateAutoScalingGroupTypeFilterSensitiveLog: (obj: UpdateAutoScalingGroupType) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { AutoScalingServiceException as __BaseException } from "./AutoScalingServiceException";
3
+ export interface AcceleratorCountRequest {
4
+ Min?: number;
5
+ Max?: number;
6
+ }
7
+ export declare enum AcceleratorManufacturer {
8
+ AMAZON_WEB_SERVICES = "amazon-web-services",
9
+ AMD = "amd",
10
+ NVIDIA = "nvidia",
11
+ XILINX = "xilinx",
12
+ }
13
+ export declare enum AcceleratorName {
14
+ A100 = "a100",
15
+ K80 = "k80",
16
+ M60 = "m60",
17
+ RADEON_PRO_V520 = "radeon-pro-v520",
18
+ T4 = "t4",
19
+ V100 = "v100",
20
+ VU9P = "vu9p",
21
+ }
22
+ export interface AcceleratorTotalMemoryMiBRequest {
23
+ Min?: number;
24
+ Max?: number;
25
+ }
26
+ export declare enum AcceleratorType {
27
+ FPGA = "fpga",
28
+ GPU = "gpu",
29
+ INFERENCE = "inference",
30
+ }
31
+ export declare class ActiveInstanceRefreshNotFoundFault extends __BaseException {
32
+ readonly name: "ActiveInstanceRefreshNotFoundFault";
33
+ readonly $fault: "client";
34
+ constructor(
35
+ opts: __ExceptionOptionType<
36
+ ActiveInstanceRefreshNotFoundFault,
37
+ __BaseException
38
+ >
39
+ );
40
+ }
41
+ export declare enum ScalingActivityStatusCode {
42
+ Cancelled = "Cancelled",
43
+ Failed = "Failed",
44
+ InProgress = "InProgress",
45
+ MidLifecycleAction = "MidLifecycleAction",
46
+ PendingSpotBidPlacement = "PendingSpotBidPlacement",
47
+ PreInService = "PreInService",
48
+ Successful = "Successful",
49
+ WaitingForELBConnectionDraining = "WaitingForELBConnectionDraining",
50
+ WaitingForInstanceId = "WaitingForInstanceId",
51
+ WaitingForInstanceWarmup = "WaitingForInstanceWarmup",
52
+ WaitingForSpotInstanceId = "WaitingForSpotInstanceId",
53
+ WaitingForSpotInstanceRequestId = "WaitingForSpotInstanceRequestId",
54
+ }
55
+ export interface Activity {
56
+ ActivityId: string | undefined;
57
+ AutoScalingGroupName: string | undefined;
58
+ Description?: string;
59
+ Cause: string | undefined;
60
+ StartTime: Date | undefined;
61
+ EndTime?: Date;
62
+ StatusCode: ScalingActivityStatusCode | string | undefined;
63
+ StatusMessage?: string;
64
+ Progress?: number;
65
+ Details?: string;
66
+ AutoScalingGroupState?: string;
67
+ AutoScalingGroupARN?: string;
68
+ }
69
+ export interface ActivitiesType {
70
+ Activities: Activity[] | undefined;
71
+ NextToken?: string;
72
+ }
73
+ export interface ActivityType {
74
+ Activity?: Activity;
75
+ }
76
+ export interface AdjustmentType {
77
+ AdjustmentType?: string;
78
+ }
79
+ export interface Alarm {
80
+ AlarmName?: string;
81
+ AlarmARN?: string;
82
+ }
83
+ export declare class AlreadyExistsFault extends __BaseException {
84
+ readonly name: "AlreadyExistsFault";
85
+ readonly $fault: "client";
86
+ constructor(opts: __ExceptionOptionType<AlreadyExistsFault, __BaseException>);
87
+ }
88
+ export interface AttachInstancesQuery {
89
+ InstanceIds?: string[];
90
+ AutoScalingGroupName: string | undefined;
91
+ }
92
+ export declare class ResourceContentionFault extends __BaseException {
93
+ readonly name: "ResourceContentionFault";
94
+ readonly $fault: "server";
95
+ constructor(
96
+ opts: __ExceptionOptionType<ResourceContentionFault, __BaseException>
97
+ );
98
+ }
99
+ export declare class ServiceLinkedRoleFailure extends __BaseException {
100
+ readonly name: "ServiceLinkedRoleFailure";
101
+ readonly $fault: "server";
102
+ constructor(
103
+ opts: __ExceptionOptionType<ServiceLinkedRoleFailure, __BaseException>
104
+ );
105
+ }
106
+ export interface AttachLoadBalancersResultType {}
107
+ export interface AttachLoadBalancersType {
108
+ AutoScalingGroupName: string | undefined;
109
+ LoadBalancerNames: string[] | undefined;
110
+ }
111
+ export interface AttachLoadBalancerTargetGroupsResultType {}
112
+ export interface AttachLoadBalancerTargetGroupsType {
113
+ AutoScalingGroupName: string | undefined;
114
+ TargetGroupARNs: string[] | undefined;
115
+ }
116
+ export interface FailedScheduledUpdateGroupActionRequest {
117
+ ScheduledActionName: string | undefined;
118
+ ErrorCode?: string;
119
+ ErrorMessage?: string;
120
+ }
121
+ export interface BatchDeleteScheduledActionAnswer {
122
+ FailedScheduledActions?: FailedScheduledUpdateGroupActionRequest[];
123
+ }
124
+ export interface BatchDeleteScheduledActionType {
125
+ AutoScalingGroupName: string | undefined;
126
+ ScheduledActionNames: string[] | undefined;
127
+ }
128
+ export interface BatchPutScheduledUpdateGroupActionAnswer {
129
+ FailedScheduledUpdateGroupActions?: FailedScheduledUpdateGroupActionRequest[];
130
+ }
131
+ export interface ScheduledUpdateGroupActionRequest {
132
+ ScheduledActionName: string | undefined;
133
+ StartTime?: Date;
134
+ EndTime?: Date;
135
+ Recurrence?: string;
136
+ MinSize?: number;
137
+ MaxSize?: number;
138
+ DesiredCapacity?: number;
139
+ TimeZone?: string;
140
+ }
141
+ export interface BatchPutScheduledUpdateGroupActionType {
142
+ AutoScalingGroupName: string | undefined;
143
+ ScheduledUpdateGroupActions: ScheduledUpdateGroupActionRequest[] | undefined;
144
+ }
145
+ export declare class LimitExceededFault extends __BaseException {
146
+ readonly name: "LimitExceededFault";
147
+ readonly $fault: "client";
148
+ constructor(opts: __ExceptionOptionType<LimitExceededFault, __BaseException>);
149
+ }
150
+ export interface CancelInstanceRefreshAnswer {
151
+ InstanceRefreshId?: string;
152
+ }
153
+ export interface CancelInstanceRefreshType {
154
+ AutoScalingGroupName: string | undefined;
155
+ }
156
+ export interface CompleteLifecycleActionAnswer {}
157
+ export interface CompleteLifecycleActionType {
158
+ LifecycleHookName: string | undefined;
159
+ AutoScalingGroupName: string | undefined;
160
+ LifecycleActionToken?: string;
161
+ LifecycleActionResult: string | undefined;
162
+ InstanceId?: string;
163
+ }
164
+ export interface LaunchTemplateSpecification {
165
+ LaunchTemplateId?: string;
166
+ LaunchTemplateName?: string;
167
+ Version?: string;
168
+ }
169
+ export interface LifecycleHookSpecification {
170
+ LifecycleHookName: string | undefined;
171
+ LifecycleTransition: string | undefined;
172
+ NotificationMetadata?: string;
173
+ HeartbeatTimeout?: number;
174
+ DefaultResult?: string;
175
+ NotificationTargetARN?: string;
176
+ RoleARN?: string;
177
+ }
178
+ export interface InstancesDistribution {
179
+ OnDemandAllocationStrategy?: string;
180
+ OnDemandBaseCapacity?: number;
181
+ OnDemandPercentageAboveBaseCapacity?: number;
182
+ SpotAllocationStrategy?: string;
183
+ SpotInstancePools?: number;
184
+ SpotMaxPrice?: string;
185
+ }
186
+ export declare enum BareMetal {
187
+ EXCLUDED = "excluded",
188
+ INCLUDED = "included",
189
+ REQUIRED = "required",
190
+ }
191
+ export interface BaselineEbsBandwidthMbpsRequest {
192
+ Min?: number;
193
+ Max?: number;
194
+ }
195
+ export declare enum BurstablePerformance {
196
+ EXCLUDED = "excluded",
197
+ INCLUDED = "included",
198
+ REQUIRED = "required",
199
+ }
200
+ export declare enum CpuManufacturer {
201
+ AMAZON_WEB_SERVICES = "amazon-web-services",
202
+ AMD = "amd",
203
+ INTEL = "intel",
204
+ }
205
+ export declare enum InstanceGeneration {
206
+ CURRENT = "current",
207
+ PREVIOUS = "previous",
208
+ }
209
+ export declare enum LocalStorage {
210
+ EXCLUDED = "excluded",
211
+ INCLUDED = "included",
212
+ REQUIRED = "required",
213
+ }
214
+ export declare enum LocalStorageType {
215
+ HDD = "hdd",
216
+ SSD = "ssd",
217
+ }
218
+ export interface MemoryGiBPerVCpuRequest {
219
+ Min?: number;
220
+ Max?: number;
221
+ }
222
+ export interface MemoryMiBRequest {
223
+ Min: number | undefined;
224
+ Max?: number;
225
+ }
226
+ export interface NetworkInterfaceCountRequest {
227
+ Min?: number;
228
+ Max?: number;
229
+ }
230
+ export interface TotalLocalStorageGBRequest {
231
+ Min?: number;
232
+ Max?: number;
233
+ }
234
+ export interface VCpuCountRequest {
235
+ Min: number | undefined;
236
+ Max?: number;
237
+ }
238
+ export interface InstanceRequirements {
239
+ VCpuCount: VCpuCountRequest | undefined;
240
+ MemoryMiB: MemoryMiBRequest | undefined;
241
+ CpuManufacturers?: (CpuManufacturer | string)[];
242
+ MemoryGiBPerVCpu?: MemoryGiBPerVCpuRequest;
243
+ ExcludedInstanceTypes?: string[];
244
+ InstanceGenerations?: (InstanceGeneration | string)[];
245
+ SpotMaxPricePercentageOverLowestPrice?: number;
246
+ OnDemandMaxPricePercentageOverLowestPrice?: number;
247
+ BareMetal?: BareMetal | string;
248
+ BurstablePerformance?: BurstablePerformance | string;
249
+ RequireHibernateSupport?: boolean;
250
+ NetworkInterfaceCount?: NetworkInterfaceCountRequest;
251
+ LocalStorage?: LocalStorage | string;
252
+ LocalStorageTypes?: (LocalStorageType | string)[];
253
+ TotalLocalStorageGB?: TotalLocalStorageGBRequest;
254
+ BaselineEbsBandwidthMbps?: BaselineEbsBandwidthMbpsRequest;
255
+ AcceleratorTypes?: (AcceleratorType | string)[];
256
+ AcceleratorCount?: AcceleratorCountRequest;
257
+ AcceleratorManufacturers?: (AcceleratorManufacturer | string)[];
258
+ AcceleratorNames?: (AcceleratorName | string)[];
259
+ AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiBRequest;
260
+ }
261
+ export interface LaunchTemplateOverrides {
262
+ InstanceType?: string;
263
+ WeightedCapacity?: string;
264
+ LaunchTemplateSpecification?: LaunchTemplateSpecification;
265
+ InstanceRequirements?: InstanceRequirements;
266
+ }
267
+ export interface LaunchTemplate {
268
+ LaunchTemplateSpecification?: LaunchTemplateSpecification;
269
+ Overrides?: LaunchTemplateOverrides[];
270
+ }
271
+ export interface MixedInstancesPolicy {
272
+ LaunchTemplate?: LaunchTemplate;
273
+ InstancesDistribution?: InstancesDistribution;
274
+ }
275
+ export interface Tag {
276
+ ResourceId?: string;
277
+ ResourceType?: string;
278
+ Key: string | undefined;
279
+ Value?: string;
280
+ PropagateAtLaunch?: boolean;
281
+ }
282
+ export interface CreateAutoScalingGroupType {
283
+ AutoScalingGroupName: string | undefined;
284
+ LaunchConfigurationName?: string;
285
+ LaunchTemplate?: LaunchTemplateSpecification;
286
+ MixedInstancesPolicy?: MixedInstancesPolicy;
287
+ InstanceId?: string;
288
+ MinSize: number | undefined;
289
+ MaxSize: number | undefined;
290
+ DesiredCapacity?: number;
291
+ DefaultCooldown?: number;
292
+ AvailabilityZones?: string[];
293
+ LoadBalancerNames?: string[];
294
+ TargetGroupARNs?: string[];
295
+ HealthCheckType?: string;
296
+ HealthCheckGracePeriod?: number;
297
+ PlacementGroup?: string;
298
+ VPCZoneIdentifier?: string;
299
+ TerminationPolicies?: string[];
300
+ NewInstancesProtectedFromScaleIn?: boolean;
301
+ CapacityRebalance?: boolean;
302
+ LifecycleHookSpecificationList?: LifecycleHookSpecification[];
303
+ Tags?: Tag[];
304
+ ServiceLinkedRoleARN?: string;
305
+ MaxInstanceLifetime?: number;
306
+ Context?: string;
307
+ DesiredCapacityType?: string;
308
+ DefaultInstanceWarmup?: number;
309
+ }
310
+ export interface Ebs {
311
+ SnapshotId?: string;
312
+ VolumeSize?: number;
313
+ VolumeType?: string;
314
+ DeleteOnTermination?: boolean;
315
+ Iops?: number;
316
+ Encrypted?: boolean;
317
+ Throughput?: number;
318
+ }
319
+ export interface BlockDeviceMapping {
320
+ VirtualName?: string;
321
+ DeviceName: string | undefined;
322
+ Ebs?: Ebs;
323
+ NoDevice?: boolean;
324
+ }
325
+ export interface InstanceMonitoring {
326
+ Enabled?: boolean;
327
+ }
328
+ export declare enum InstanceMetadataEndpointState {
329
+ Disabled = "disabled",
330
+ Enabled = "enabled",
331
+ }
332
+ export declare enum InstanceMetadataHttpTokensState {
333
+ Optional = "optional",
334
+ Required = "required",
335
+ }
336
+ export interface InstanceMetadataOptions {
337
+ HttpTokens?: InstanceMetadataHttpTokensState | string;
338
+ HttpPutResponseHopLimit?: number;
339
+ HttpEndpoint?: InstanceMetadataEndpointState | string;
340
+ }
341
+ export interface CreateLaunchConfigurationType {
342
+ LaunchConfigurationName: string | undefined;
343
+ ImageId?: string;
344
+ KeyName?: string;
345
+ SecurityGroups?: string[];
346
+ ClassicLinkVPCId?: string;
347
+ ClassicLinkVPCSecurityGroups?: string[];
348
+ UserData?: string;
349
+ InstanceId?: string;
350
+ InstanceType?: string;
351
+ KernelId?: string;
352
+ RamdiskId?: string;
353
+ BlockDeviceMappings?: BlockDeviceMapping[];
354
+ InstanceMonitoring?: InstanceMonitoring;
355
+ SpotPrice?: string;
356
+ IamInstanceProfile?: string;
357
+ EbsOptimized?: boolean;
358
+ AssociatePublicIpAddress?: boolean;
359
+ PlacementTenancy?: string;
360
+ MetadataOptions?: InstanceMetadataOptions;
361
+ }
362
+ export interface CreateOrUpdateTagsType {
363
+ Tags: Tag[] | undefined;
364
+ }
365
+ export declare class ResourceInUseFault extends __BaseException {
366
+ readonly name: "ResourceInUseFault";
367
+ readonly $fault: "client";
368
+ constructor(opts: __ExceptionOptionType<ResourceInUseFault, __BaseException>);
369
+ }
370
+ export interface DeleteAutoScalingGroupType {
371
+ AutoScalingGroupName: string | undefined;
372
+ ForceDelete?: boolean;
373
+ }
374
+ export declare class ScalingActivityInProgressFault extends __BaseException {
375
+ readonly name: "ScalingActivityInProgressFault";
376
+ readonly $fault: "client";
377
+ constructor(
378
+ opts: __ExceptionOptionType<ScalingActivityInProgressFault, __BaseException>
379
+ );
380
+ }
381
+ export interface LaunchConfigurationNameType {
382
+ LaunchConfigurationName: string | undefined;
383
+ }
384
+ export interface DeleteLifecycleHookAnswer {}
385
+ export interface DeleteLifecycleHookType {
386
+ LifecycleHookName: string | undefined;
387
+ AutoScalingGroupName: string | undefined;
388
+ }
389
+ export interface DeleteNotificationConfigurationType {
390
+ AutoScalingGroupName: string | undefined;
391
+ TopicARN: string | undefined;
392
+ }
393
+ export interface DeletePolicyType {
394
+ AutoScalingGroupName?: string;
395
+ PolicyName: string | undefined;
396
+ }
397
+ export interface DeleteScheduledActionType {
398
+ AutoScalingGroupName: string | undefined;
399
+ ScheduledActionName: string | undefined;
400
+ }
401
+ export interface DeleteTagsType {
402
+ Tags: Tag[] | undefined;
403
+ }
404
+ export interface DeleteWarmPoolAnswer {}
405
+ export interface DeleteWarmPoolType {
406
+ AutoScalingGroupName: string | undefined;
407
+ ForceDelete?: boolean;
408
+ }
409
+ export interface DescribeAccountLimitsAnswer {
410
+ MaxNumberOfAutoScalingGroups?: number;
411
+ MaxNumberOfLaunchConfigurations?: number;
412
+ NumberOfAutoScalingGroups?: number;
413
+ NumberOfLaunchConfigurations?: number;
414
+ }
415
+ export interface DescribeAdjustmentTypesAnswer {
416
+ AdjustmentTypes?: AdjustmentType[];
417
+ }
418
+ export interface Filter {
419
+ Name?: string;
420
+ Values?: string[];
421
+ }
422
+ export interface AutoScalingGroupNamesType {
423
+ AutoScalingGroupNames?: string[];
424
+ NextToken?: string;
425
+ MaxRecords?: number;
426
+ Filters?: Filter[];
427
+ }
428
+ export interface EnabledMetric {
429
+ Metric?: string;
430
+ Granularity?: string;
431
+ }
432
+ export declare enum LifecycleState {
433
+ DETACHED = "Detached",
434
+ DETACHING = "Detaching",
435
+ ENTERING_STANDBY = "EnteringStandby",
436
+ IN_SERVICE = "InService",
437
+ PENDING = "Pending",
438
+ PENDING_PROCEED = "Pending:Proceed",
439
+ PENDING_WAIT = "Pending:Wait",
440
+ QUARANTINED = "Quarantined",
441
+ STANDBY = "Standby",
442
+ TERMINATED = "Terminated",
443
+ TERMINATING = "Terminating",
444
+ TERMINATING_PROCEED = "Terminating:Proceed",
445
+ TERMINATING_WAIT = "Terminating:Wait",
446
+ WARMED_HIBERNATED = "Warmed:Hibernated",
447
+ WARMED_PENDING = "Warmed:Pending",
448
+ WARMED_PENDING_PROCEED = "Warmed:Pending:Proceed",
449
+ WARMED_PENDING_WAIT = "Warmed:Pending:Wait",
450
+ WARMED_RUNNING = "Warmed:Running",
451
+ WARMED_STOPPED = "Warmed:Stopped",
452
+ WARMED_TERMINATED = "Warmed:Terminated",
453
+ WARMED_TERMINATING = "Warmed:Terminating",
454
+ WARMED_TERMINATING_PROCEED = "Warmed:Terminating:Proceed",
455
+ WARMED_TERMINATING_WAIT = "Warmed:Terminating:Wait",
456
+ }
457
+ export interface Instance {
458
+ InstanceId: string | undefined;
459
+ InstanceType?: string;
460
+ AvailabilityZone: string | undefined;
461
+ LifecycleState: LifecycleState | string | undefined;
462
+ HealthStatus: string | undefined;
463
+ LaunchConfigurationName?: string;
464
+ LaunchTemplate?: LaunchTemplateSpecification;
465
+ ProtectedFromScaleIn: boolean | undefined;
466
+ WeightedCapacity?: string;
467
+ }
468
+ export interface SuspendedProcess {
469
+ ProcessName?: string;
470
+ SuspensionReason?: string;
471
+ }
472
+ export interface TagDescription {
473
+ ResourceId?: string;
474
+ ResourceType?: string;
475
+ Key?: string;
476
+ Value?: string;
477
+ PropagateAtLaunch?: boolean;
478
+ }
479
+ export interface InstanceReusePolicy {
480
+ ReuseOnScaleIn?: boolean;
481
+ }
482
+ export declare enum WarmPoolState {
483
+ Hibernated = "Hibernated",
484
+ Running = "Running",
485
+ Stopped = "Stopped",
486
+ }
487
+ export declare enum WarmPoolStatus {
488
+ PendingDelete = "PendingDelete",
489
+ }
490
+ export interface WarmPoolConfiguration {
491
+ MaxGroupPreparedCapacity?: number;
492
+ MinSize?: number;
493
+ PoolState?: WarmPoolState | string;
494
+ Status?: WarmPoolStatus | string;
495
+ InstanceReusePolicy?: InstanceReusePolicy;
496
+ }
497
+ export interface AutoScalingGroup {
498
+ AutoScalingGroupName: string | undefined;
499
+ AutoScalingGroupARN?: string;
500
+ LaunchConfigurationName?: string;
501
+ LaunchTemplate?: LaunchTemplateSpecification;
502
+ MixedInstancesPolicy?: MixedInstancesPolicy;
503
+ MinSize: number | undefined;
504
+ MaxSize: number | undefined;
505
+ DesiredCapacity: number | undefined;
506
+ PredictedCapacity?: number;
507
+ DefaultCooldown: number | undefined;
508
+ AvailabilityZones: string[] | undefined;
509
+ LoadBalancerNames?: string[];
510
+ TargetGroupARNs?: string[];
511
+ HealthCheckType: string | undefined;
512
+ HealthCheckGracePeriod?: number;
513
+ Instances?: Instance[];
514
+ CreatedTime: Date | undefined;
515
+ SuspendedProcesses?: SuspendedProcess[];
516
+ PlacementGroup?: string;
517
+ VPCZoneIdentifier?: string;
518
+ EnabledMetrics?: EnabledMetric[];
519
+ Status?: string;
520
+ Tags?: TagDescription[];
521
+ TerminationPolicies?: string[];
522
+ NewInstancesProtectedFromScaleIn?: boolean;
523
+ ServiceLinkedRoleARN?: string;
524
+ MaxInstanceLifetime?: number;
525
+ CapacityRebalance?: boolean;
526
+ WarmPoolConfiguration?: WarmPoolConfiguration;
527
+ WarmPoolSize?: number;
528
+ Context?: string;
529
+ DesiredCapacityType?: string;
530
+ DefaultInstanceWarmup?: number;
531
+ }
532
+ export interface AutoScalingGroupsType {
533
+ AutoScalingGroups: AutoScalingGroup[] | undefined;
534
+ NextToken?: string;
535
+ }
536
+ export declare class InvalidNextToken extends __BaseException {
537
+ readonly name: "InvalidNextToken";
538
+ readonly $fault: "client";
539
+ constructor(opts: __ExceptionOptionType<InvalidNextToken, __BaseException>);
540
+ }
541
+ export interface AutoScalingInstanceDetails {
542
+ InstanceId: string | undefined;
543
+ InstanceType?: string;
544
+ AutoScalingGroupName: string | undefined;
545
+ AvailabilityZone: string | undefined;
546
+ LifecycleState: string | undefined;
547
+ HealthStatus: string | undefined;
548
+ LaunchConfigurationName?: string;
549
+ LaunchTemplate?: LaunchTemplateSpecification;
550
+ ProtectedFromScaleIn: boolean | undefined;
551
+ WeightedCapacity?: string;
552
+ }
553
+ export interface AutoScalingInstancesType {
554
+ AutoScalingInstances?: AutoScalingInstanceDetails[];
555
+ NextToken?: string;
556
+ }
557
+ export interface DescribeAutoScalingInstancesType {
558
+ InstanceIds?: string[];
559
+ MaxRecords?: number;
560
+ NextToken?: string;
561
+ }
562
+ export interface DescribeAutoScalingNotificationTypesAnswer {
563
+ AutoScalingNotificationTypes?: string[];
564
+ }
565
+ export interface DesiredConfiguration {
566
+ LaunchTemplate?: LaunchTemplateSpecification;
567
+ MixedInstancesPolicy?: MixedInstancesPolicy;
568
+ }
569
+ export interface RefreshPreferences {
570
+ MinHealthyPercentage?: number;
571
+ InstanceWarmup?: number;
572
+ CheckpointPercentages?: number[];
573
+ CheckpointDelay?: number;
574
+ SkipMatching?: boolean;
575
+ }
576
+ export interface InstanceRefreshLivePoolProgress {
577
+ PercentageComplete?: number;
578
+ InstancesToUpdate?: number;
579
+ }
580
+ export interface InstanceRefreshWarmPoolProgress {
581
+ PercentageComplete?: number;
582
+ InstancesToUpdate?: number;
583
+ }
584
+ export interface InstanceRefreshProgressDetails {
585
+ LivePoolProgress?: InstanceRefreshLivePoolProgress;
586
+ WarmPoolProgress?: InstanceRefreshWarmPoolProgress;
587
+ }
588
+ export declare enum InstanceRefreshStatus {
589
+ Cancelled = "Cancelled",
590
+ Cancelling = "Cancelling",
591
+ Failed = "Failed",
592
+ InProgress = "InProgress",
593
+ Pending = "Pending",
594
+ Successful = "Successful",
595
+ }
596
+ export interface InstanceRefresh {
597
+ InstanceRefreshId?: string;
598
+ AutoScalingGroupName?: string;
599
+ Status?: InstanceRefreshStatus | string;
600
+ StatusReason?: string;
601
+ StartTime?: Date;
602
+ EndTime?: Date;
603
+ PercentageComplete?: number;
604
+ InstancesToUpdate?: number;
605
+ ProgressDetails?: InstanceRefreshProgressDetails;
606
+ Preferences?: RefreshPreferences;
607
+ DesiredConfiguration?: DesiredConfiguration;
608
+ }
609
+ export interface DescribeInstanceRefreshesAnswer {
610
+ InstanceRefreshes?: InstanceRefresh[];
611
+ NextToken?: string;
612
+ }
613
+ export interface DescribeInstanceRefreshesType {
614
+ AutoScalingGroupName: string | undefined;
615
+ InstanceRefreshIds?: string[];
616
+ NextToken?: string;
617
+ MaxRecords?: number;
618
+ }
619
+ export interface LaunchConfigurationNamesType {
620
+ LaunchConfigurationNames?: string[];
621
+ NextToken?: string;
622
+ MaxRecords?: number;
623
+ }
624
+ export interface LaunchConfiguration {
625
+ LaunchConfigurationName: string | undefined;
626
+ LaunchConfigurationARN?: string;
627
+ ImageId: string | undefined;
628
+ KeyName?: string;
629
+ SecurityGroups?: string[];
630
+ ClassicLinkVPCId?: string;
631
+ ClassicLinkVPCSecurityGroups?: string[];
632
+ UserData?: string;
633
+ InstanceType: string | undefined;
634
+ KernelId?: string;
635
+ RamdiskId?: string;
636
+ BlockDeviceMappings?: BlockDeviceMapping[];
637
+ InstanceMonitoring?: InstanceMonitoring;
638
+ SpotPrice?: string;
639
+ IamInstanceProfile?: string;
640
+ CreatedTime: Date | undefined;
641
+ EbsOptimized?: boolean;
642
+ AssociatePublicIpAddress?: boolean;
643
+ PlacementTenancy?: string;
644
+ MetadataOptions?: InstanceMetadataOptions;
645
+ }
646
+ export interface LaunchConfigurationsType {
647
+ LaunchConfigurations: LaunchConfiguration[] | undefined;
648
+ NextToken?: string;
649
+ }
650
+ export interface LifecycleHook {
651
+ LifecycleHookName?: string;
652
+ AutoScalingGroupName?: string;
653
+ LifecycleTransition?: string;
654
+ NotificationTargetARN?: string;
655
+ RoleARN?: string;
656
+ NotificationMetadata?: string;
657
+ HeartbeatTimeout?: number;
658
+ GlobalTimeout?: number;
659
+ DefaultResult?: string;
660
+ }
661
+ export interface DescribeLifecycleHooksAnswer {
662
+ LifecycleHooks?: LifecycleHook[];
663
+ }
664
+ export interface DescribeLifecycleHooksType {
665
+ AutoScalingGroupName: string | undefined;
666
+ LifecycleHookNames?: string[];
667
+ }
668
+ export interface DescribeLifecycleHookTypesAnswer {
669
+ LifecycleHookTypes?: string[];
670
+ }
671
+ export interface DescribeLoadBalancersRequest {
672
+ AutoScalingGroupName: string | undefined;
673
+ NextToken?: string;
674
+ MaxRecords?: number;
675
+ }
676
+ export interface LoadBalancerState {
677
+ LoadBalancerName?: string;
678
+ State?: string;
679
+ }
680
+ export interface DescribeLoadBalancersResponse {
681
+ LoadBalancers?: LoadBalancerState[];
682
+ NextToken?: string;
683
+ }
684
+ export interface DescribeLoadBalancerTargetGroupsRequest {
685
+ AutoScalingGroupName: string | undefined;
686
+ NextToken?: string;
687
+ MaxRecords?: number;
688
+ }
689
+ export interface LoadBalancerTargetGroupState {
690
+ LoadBalancerTargetGroupARN?: string;
691
+ State?: string;
692
+ }
693
+ export interface DescribeLoadBalancerTargetGroupsResponse {
694
+ LoadBalancerTargetGroups?: LoadBalancerTargetGroupState[];
695
+ NextToken?: string;
696
+ }
697
+ export interface MetricGranularityType {
698
+ Granularity?: string;
699
+ }
700
+ export interface MetricCollectionType {
701
+ Metric?: string;
702
+ }
703
+ export interface DescribeMetricCollectionTypesAnswer {
704
+ Metrics?: MetricCollectionType[];
705
+ Granularities?: MetricGranularityType[];
706
+ }
707
+ export interface NotificationConfiguration {
708
+ AutoScalingGroupName?: string;
709
+ TopicARN?: string;
710
+ NotificationType?: string;
711
+ }
712
+ export interface DescribeNotificationConfigurationsAnswer {
713
+ NotificationConfigurations: NotificationConfiguration[] | undefined;
714
+ NextToken?: string;
715
+ }
716
+ export interface DescribeNotificationConfigurationsType {
717
+ AutoScalingGroupNames?: string[];
718
+ NextToken?: string;
719
+ MaxRecords?: number;
720
+ }
721
+ export interface DescribePoliciesType {
722
+ AutoScalingGroupName?: string;
723
+ PolicyNames?: string[];
724
+ PolicyTypes?: string[];
725
+ NextToken?: string;
726
+ MaxRecords?: number;
727
+ }
728
+ export declare enum PredictiveScalingMaxCapacityBreachBehavior {
729
+ HonorMaxCapacity = "HonorMaxCapacity",
730
+ IncreaseMaxCapacity = "IncreaseMaxCapacity",
731
+ }
732
+ export interface MetricDimension {
733
+ Name: string | undefined;
734
+ Value: string | undefined;
735
+ }
736
+ export interface Metric {
737
+ Namespace: string | undefined;
738
+ MetricName: string | undefined;
739
+ Dimensions?: MetricDimension[];
740
+ }
741
+ export interface MetricStat {
742
+ Metric: Metric | undefined;
743
+ Stat: string | undefined;
744
+ Unit?: string;
745
+ }
746
+ export interface MetricDataQuery {
747
+ Id: string | undefined;
748
+ Expression?: string;
749
+ MetricStat?: MetricStat;
750
+ Label?: string;
751
+ ReturnData?: boolean;
752
+ }
753
+ export interface PredictiveScalingCustomizedCapacityMetric {
754
+ MetricDataQueries: MetricDataQuery[] | undefined;
755
+ }
756
+ export interface PredictiveScalingCustomizedLoadMetric {
757
+ MetricDataQueries: MetricDataQuery[] | undefined;
758
+ }
759
+ export interface PredictiveScalingCustomizedScalingMetric {
760
+ MetricDataQueries: MetricDataQuery[] | undefined;
761
+ }
762
+ export declare enum PredefinedLoadMetricType {
763
+ ALBTargetGroupRequestCount = "ALBTargetGroupRequestCount",
764
+ ASGTotalCPUUtilization = "ASGTotalCPUUtilization",
765
+ ASGTotalNetworkIn = "ASGTotalNetworkIn",
766
+ ASGTotalNetworkOut = "ASGTotalNetworkOut",
767
+ }
768
+ export interface PredictiveScalingPredefinedLoadMetric {
769
+ PredefinedMetricType: PredefinedLoadMetricType | string | undefined;
770
+ ResourceLabel?: string;
771
+ }
772
+ export declare enum PredefinedMetricPairType {
773
+ ALBRequestCount = "ALBRequestCount",
774
+ ASGCPUUtilization = "ASGCPUUtilization",
775
+ ASGNetworkIn = "ASGNetworkIn",
776
+ ASGNetworkOut = "ASGNetworkOut",
777
+ }
778
+ export interface PredictiveScalingPredefinedMetricPair {
779
+ PredefinedMetricType: PredefinedMetricPairType | string | undefined;
780
+ ResourceLabel?: string;
781
+ }
782
+ export declare enum PredefinedScalingMetricType {
783
+ ALBRequestCountPerTarget = "ALBRequestCountPerTarget",
784
+ ASGAverageCPUUtilization = "ASGAverageCPUUtilization",
785
+ ASGAverageNetworkIn = "ASGAverageNetworkIn",
786
+ ASGAverageNetworkOut = "ASGAverageNetworkOut",
787
+ }
788
+ export interface PredictiveScalingPredefinedScalingMetric {
789
+ PredefinedMetricType: PredefinedScalingMetricType | string | undefined;
790
+ ResourceLabel?: string;
791
+ }
792
+ export interface PredictiveScalingMetricSpecification {
793
+ TargetValue: number | undefined;
794
+ PredefinedMetricPairSpecification?: PredictiveScalingPredefinedMetricPair;
795
+ PredefinedScalingMetricSpecification?: PredictiveScalingPredefinedScalingMetric;
796
+ PredefinedLoadMetricSpecification?: PredictiveScalingPredefinedLoadMetric;
797
+ CustomizedScalingMetricSpecification?: PredictiveScalingCustomizedScalingMetric;
798
+ CustomizedLoadMetricSpecification?: PredictiveScalingCustomizedLoadMetric;
799
+ CustomizedCapacityMetricSpecification?: PredictiveScalingCustomizedCapacityMetric;
800
+ }
801
+ export declare enum PredictiveScalingMode {
802
+ ForecastAndScale = "ForecastAndScale",
803
+ ForecastOnly = "ForecastOnly",
804
+ }
805
+ export interface PredictiveScalingConfiguration {
806
+ MetricSpecifications: PredictiveScalingMetricSpecification[] | undefined;
807
+ Mode?: PredictiveScalingMode | string;
808
+ SchedulingBufferTime?: number;
809
+ MaxCapacityBreachBehavior?:
810
+ | PredictiveScalingMaxCapacityBreachBehavior
811
+ | string;
812
+ MaxCapacityBuffer?: number;
813
+ }
814
+ export interface StepAdjustment {
815
+ MetricIntervalLowerBound?: number;
816
+ MetricIntervalUpperBound?: number;
817
+ ScalingAdjustment: number | undefined;
818
+ }
819
+ export declare enum MetricStatistic {
820
+ Average = "Average",
821
+ Maximum = "Maximum",
822
+ Minimum = "Minimum",
823
+ SampleCount = "SampleCount",
824
+ Sum = "Sum",
825
+ }
826
+ export interface CustomizedMetricSpecification {
827
+ MetricName: string | undefined;
828
+ Namespace: string | undefined;
829
+ Dimensions?: MetricDimension[];
830
+ Statistic: MetricStatistic | string | undefined;
831
+ Unit?: string;
832
+ }
833
+ export declare enum MetricType {
834
+ ALBRequestCountPerTarget = "ALBRequestCountPerTarget",
835
+ ASGAverageCPUUtilization = "ASGAverageCPUUtilization",
836
+ ASGAverageNetworkIn = "ASGAverageNetworkIn",
837
+ ASGAverageNetworkOut = "ASGAverageNetworkOut",
838
+ }
839
+ export interface PredefinedMetricSpecification {
840
+ PredefinedMetricType: MetricType | string | undefined;
841
+ ResourceLabel?: string;
842
+ }
843
+ export interface TargetTrackingConfiguration {
844
+ PredefinedMetricSpecification?: PredefinedMetricSpecification;
845
+ CustomizedMetricSpecification?: CustomizedMetricSpecification;
846
+ TargetValue: number | undefined;
847
+ DisableScaleIn?: boolean;
848
+ }
849
+ export interface ScalingPolicy {
850
+ AutoScalingGroupName?: string;
851
+ PolicyName?: string;
852
+ PolicyARN?: string;
853
+ PolicyType?: string;
854
+ AdjustmentType?: string;
855
+ MinAdjustmentStep?: number;
856
+ MinAdjustmentMagnitude?: number;
857
+ ScalingAdjustment?: number;
858
+ Cooldown?: number;
859
+ StepAdjustments?: StepAdjustment[];
860
+ MetricAggregationType?: string;
861
+ EstimatedInstanceWarmup?: number;
862
+ Alarms?: Alarm[];
863
+ TargetTrackingConfiguration?: TargetTrackingConfiguration;
864
+ Enabled?: boolean;
865
+ PredictiveScalingConfiguration?: PredictiveScalingConfiguration;
866
+ }
867
+ export interface PoliciesType {
868
+ ScalingPolicies?: ScalingPolicy[];
869
+ NextToken?: string;
870
+ }
871
+ export interface DescribeScalingActivitiesType {
872
+ ActivityIds?: string[];
873
+ AutoScalingGroupName?: string;
874
+ IncludeDeletedGroups?: boolean;
875
+ MaxRecords?: number;
876
+ NextToken?: string;
877
+ }
878
+ export interface ProcessType {
879
+ ProcessName: string | undefined;
880
+ }
881
+ export interface ProcessesType {
882
+ Processes?: ProcessType[];
883
+ }
884
+ export interface DescribeScheduledActionsType {
885
+ AutoScalingGroupName?: string;
886
+ ScheduledActionNames?: string[];
887
+ StartTime?: Date;
888
+ EndTime?: Date;
889
+ NextToken?: string;
890
+ MaxRecords?: number;
891
+ }
892
+ export interface ScheduledUpdateGroupAction {
893
+ AutoScalingGroupName?: string;
894
+ ScheduledActionName?: string;
895
+ ScheduledActionARN?: string;
896
+ Time?: Date;
897
+ StartTime?: Date;
898
+ EndTime?: Date;
899
+ Recurrence?: string;
900
+ MinSize?: number;
901
+ MaxSize?: number;
902
+ DesiredCapacity?: number;
903
+ TimeZone?: string;
904
+ }
905
+ export interface ScheduledActionsType {
906
+ ScheduledUpdateGroupActions?: ScheduledUpdateGroupAction[];
907
+ NextToken?: string;
908
+ }
909
+ export interface DescribeTagsType {
910
+ Filters?: Filter[];
911
+ NextToken?: string;
912
+ MaxRecords?: number;
913
+ }
914
+ export interface TagsType {
915
+ Tags?: TagDescription[];
916
+ NextToken?: string;
917
+ }
918
+ export interface DescribeTerminationPolicyTypesAnswer {
919
+ TerminationPolicyTypes?: string[];
920
+ }
921
+ export interface DescribeWarmPoolAnswer {
922
+ WarmPoolConfiguration?: WarmPoolConfiguration;
923
+ Instances?: Instance[];
924
+ NextToken?: string;
925
+ }
926
+ export interface DescribeWarmPoolType {
927
+ AutoScalingGroupName: string | undefined;
928
+ MaxRecords?: number;
929
+ NextToken?: string;
930
+ }
931
+ export interface DetachInstancesAnswer {
932
+ Activities?: Activity[];
933
+ }
934
+ export interface DetachInstancesQuery {
935
+ InstanceIds?: string[];
936
+ AutoScalingGroupName: string | undefined;
937
+ ShouldDecrementDesiredCapacity: boolean | undefined;
938
+ }
939
+ export interface DetachLoadBalancersResultType {}
940
+ export interface DetachLoadBalancersType {
941
+ AutoScalingGroupName: string | undefined;
942
+ LoadBalancerNames: string[] | undefined;
943
+ }
944
+ export interface DetachLoadBalancerTargetGroupsResultType {}
945
+ export interface DetachLoadBalancerTargetGroupsType {
946
+ AutoScalingGroupName: string | undefined;
947
+ TargetGroupARNs: string[] | undefined;
948
+ }
949
+ export interface DisableMetricsCollectionQuery {
950
+ AutoScalingGroupName: string | undefined;
951
+ Metrics?: string[];
952
+ }
953
+ export interface EnableMetricsCollectionQuery {
954
+ AutoScalingGroupName: string | undefined;
955
+ Metrics?: string[];
956
+ Granularity: string | undefined;
957
+ }
958
+ export interface EnterStandbyAnswer {
959
+ Activities?: Activity[];
960
+ }
961
+ export interface EnterStandbyQuery {
962
+ InstanceIds?: string[];
963
+ AutoScalingGroupName: string | undefined;
964
+ ShouldDecrementDesiredCapacity: boolean | undefined;
965
+ }
966
+ export interface ExecutePolicyType {
967
+ AutoScalingGroupName?: string;
968
+ PolicyName: string | undefined;
969
+ HonorCooldown?: boolean;
970
+ MetricValue?: number;
971
+ BreachThreshold?: number;
972
+ }
973
+ export interface ExitStandbyAnswer {
974
+ Activities?: Activity[];
975
+ }
976
+ export interface ExitStandbyQuery {
977
+ InstanceIds?: string[];
978
+ AutoScalingGroupName: string | undefined;
979
+ }
980
+ export interface CapacityForecast {
981
+ Timestamps: Date[] | undefined;
982
+ Values: number[] | undefined;
983
+ }
984
+ export interface LoadForecast {
985
+ Timestamps: Date[] | undefined;
986
+ Values: number[] | undefined;
987
+ MetricSpecification: PredictiveScalingMetricSpecification | undefined;
988
+ }
989
+ export interface GetPredictiveScalingForecastAnswer {
990
+ LoadForecast: LoadForecast[] | undefined;
991
+ CapacityForecast: CapacityForecast | undefined;
992
+ UpdateTime: Date | undefined;
993
+ }
994
+ export interface GetPredictiveScalingForecastType {
995
+ AutoScalingGroupName: string | undefined;
996
+ PolicyName: string | undefined;
997
+ StartTime: Date | undefined;
998
+ EndTime: Date | undefined;
999
+ }
1000
+ export interface PutLifecycleHookAnswer {}
1001
+ export interface PutLifecycleHookType {
1002
+ LifecycleHookName: string | undefined;
1003
+ AutoScalingGroupName: string | undefined;
1004
+ LifecycleTransition?: string;
1005
+ RoleARN?: string;
1006
+ NotificationTargetARN?: string;
1007
+ NotificationMetadata?: string;
1008
+ HeartbeatTimeout?: number;
1009
+ DefaultResult?: string;
1010
+ }
1011
+ export interface PutNotificationConfigurationType {
1012
+ AutoScalingGroupName: string | undefined;
1013
+ TopicARN: string | undefined;
1014
+ NotificationTypes: string[] | undefined;
1015
+ }
1016
+ export interface PolicyARNType {
1017
+ PolicyARN?: string;
1018
+ Alarms?: Alarm[];
1019
+ }
1020
+ export interface PutScalingPolicyType {
1021
+ AutoScalingGroupName: string | undefined;
1022
+ PolicyName: string | undefined;
1023
+ PolicyType?: string;
1024
+ AdjustmentType?: string;
1025
+ MinAdjustmentStep?: number;
1026
+ MinAdjustmentMagnitude?: number;
1027
+ ScalingAdjustment?: number;
1028
+ Cooldown?: number;
1029
+ MetricAggregationType?: string;
1030
+ StepAdjustments?: StepAdjustment[];
1031
+ EstimatedInstanceWarmup?: number;
1032
+ TargetTrackingConfiguration?: TargetTrackingConfiguration;
1033
+ Enabled?: boolean;
1034
+ PredictiveScalingConfiguration?: PredictiveScalingConfiguration;
1035
+ }
1036
+ export interface PutScheduledUpdateGroupActionType {
1037
+ AutoScalingGroupName: string | undefined;
1038
+ ScheduledActionName: string | undefined;
1039
+ Time?: Date;
1040
+ StartTime?: Date;
1041
+ EndTime?: Date;
1042
+ Recurrence?: string;
1043
+ MinSize?: number;
1044
+ MaxSize?: number;
1045
+ DesiredCapacity?: number;
1046
+ TimeZone?: string;
1047
+ }
1048
+ export interface PutWarmPoolAnswer {}
1049
+ export interface PutWarmPoolType {
1050
+ AutoScalingGroupName: string | undefined;
1051
+ MaxGroupPreparedCapacity?: number;
1052
+ MinSize?: number;
1053
+ PoolState?: WarmPoolState | string;
1054
+ InstanceReusePolicy?: InstanceReusePolicy;
1055
+ }
1056
+ export interface RecordLifecycleActionHeartbeatAnswer {}
1057
+ export interface RecordLifecycleActionHeartbeatType {
1058
+ LifecycleHookName: string | undefined;
1059
+ AutoScalingGroupName: string | undefined;
1060
+ LifecycleActionToken?: string;
1061
+ InstanceId?: string;
1062
+ }
1063
+ export interface ScalingProcessQuery {
1064
+ AutoScalingGroupName: string | undefined;
1065
+ ScalingProcesses?: string[];
1066
+ }
1067
+ export interface SetDesiredCapacityType {
1068
+ AutoScalingGroupName: string | undefined;
1069
+ DesiredCapacity: number | undefined;
1070
+ HonorCooldown?: boolean;
1071
+ }
1072
+ export interface SetInstanceHealthQuery {
1073
+ InstanceId: string | undefined;
1074
+ HealthStatus: string | undefined;
1075
+ ShouldRespectGracePeriod?: boolean;
1076
+ }
1077
+ export interface SetInstanceProtectionAnswer {}
1078
+ export interface SetInstanceProtectionQuery {
1079
+ InstanceIds: string[] | undefined;
1080
+ AutoScalingGroupName: string | undefined;
1081
+ ProtectedFromScaleIn: boolean | undefined;
1082
+ }
1083
+ export declare class InstanceRefreshInProgressFault extends __BaseException {
1084
+ readonly name: "InstanceRefreshInProgressFault";
1085
+ readonly $fault: "client";
1086
+ constructor(
1087
+ opts: __ExceptionOptionType<InstanceRefreshInProgressFault, __BaseException>
1088
+ );
1089
+ }
1090
+ export interface StartInstanceRefreshAnswer {
1091
+ InstanceRefreshId?: string;
1092
+ }
1093
+ export declare enum RefreshStrategy {
1094
+ Rolling = "Rolling",
1095
+ }
1096
+ export interface StartInstanceRefreshType {
1097
+ AutoScalingGroupName: string | undefined;
1098
+ Strategy?: RefreshStrategy | string;
1099
+ DesiredConfiguration?: DesiredConfiguration;
1100
+ Preferences?: RefreshPreferences;
1101
+ }
1102
+ export interface TerminateInstanceInAutoScalingGroupType {
1103
+ InstanceId: string | undefined;
1104
+ ShouldDecrementDesiredCapacity: boolean | undefined;
1105
+ }
1106
+ export interface UpdateAutoScalingGroupType {
1107
+ AutoScalingGroupName: string | undefined;
1108
+ LaunchConfigurationName?: string;
1109
+ LaunchTemplate?: LaunchTemplateSpecification;
1110
+ MixedInstancesPolicy?: MixedInstancesPolicy;
1111
+ MinSize?: number;
1112
+ MaxSize?: number;
1113
+ DesiredCapacity?: number;
1114
+ DefaultCooldown?: number;
1115
+ AvailabilityZones?: string[];
1116
+ HealthCheckType?: string;
1117
+ HealthCheckGracePeriod?: number;
1118
+ PlacementGroup?: string;
1119
+ VPCZoneIdentifier?: string;
1120
+ TerminationPolicies?: string[];
1121
+ NewInstancesProtectedFromScaleIn?: boolean;
1122
+ ServiceLinkedRoleARN?: string;
1123
+ MaxInstanceLifetime?: number;
1124
+ CapacityRebalance?: boolean;
1125
+ Context?: string;
1126
+ DesiredCapacityType?: string;
1127
+ DefaultInstanceWarmup?: number;
1128
+ }
1129
+ export declare const AcceleratorCountRequestFilterSensitiveLog: (
1130
+ obj: AcceleratorCountRequest
1131
+ ) => any;
1132
+ export declare const AcceleratorTotalMemoryMiBRequestFilterSensitiveLog: (
1133
+ obj: AcceleratorTotalMemoryMiBRequest
1134
+ ) => any;
1135
+ export declare const ActivityFilterSensitiveLog: (obj: Activity) => any;
1136
+ export declare const ActivitiesTypeFilterSensitiveLog: (
1137
+ obj: ActivitiesType
1138
+ ) => any;
1139
+ export declare const ActivityTypeFilterSensitiveLog: (obj: ActivityType) => any;
1140
+ export declare const AdjustmentTypeFilterSensitiveLog: (
1141
+ obj: AdjustmentType
1142
+ ) => any;
1143
+ export declare const AlarmFilterSensitiveLog: (obj: Alarm) => any;
1144
+ export declare const AttachInstancesQueryFilterSensitiveLog: (
1145
+ obj: AttachInstancesQuery
1146
+ ) => any;
1147
+ export declare const AttachLoadBalancersResultTypeFilterSensitiveLog: (
1148
+ obj: AttachLoadBalancersResultType
1149
+ ) => any;
1150
+ export declare const AttachLoadBalancersTypeFilterSensitiveLog: (
1151
+ obj: AttachLoadBalancersType
1152
+ ) => any;
1153
+ export declare const AttachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog: (
1154
+ obj: AttachLoadBalancerTargetGroupsResultType
1155
+ ) => any;
1156
+ export declare const AttachLoadBalancerTargetGroupsTypeFilterSensitiveLog: (
1157
+ obj: AttachLoadBalancerTargetGroupsType
1158
+ ) => any;
1159
+ export declare const FailedScheduledUpdateGroupActionRequestFilterSensitiveLog: (
1160
+ obj: FailedScheduledUpdateGroupActionRequest
1161
+ ) => any;
1162
+ export declare const BatchDeleteScheduledActionAnswerFilterSensitiveLog: (
1163
+ obj: BatchDeleteScheduledActionAnswer
1164
+ ) => any;
1165
+ export declare const BatchDeleteScheduledActionTypeFilterSensitiveLog: (
1166
+ obj: BatchDeleteScheduledActionType
1167
+ ) => any;
1168
+ export declare const BatchPutScheduledUpdateGroupActionAnswerFilterSensitiveLog: (
1169
+ obj: BatchPutScheduledUpdateGroupActionAnswer
1170
+ ) => any;
1171
+ export declare const ScheduledUpdateGroupActionRequestFilterSensitiveLog: (
1172
+ obj: ScheduledUpdateGroupActionRequest
1173
+ ) => any;
1174
+ export declare const BatchPutScheduledUpdateGroupActionTypeFilterSensitiveLog: (
1175
+ obj: BatchPutScheduledUpdateGroupActionType
1176
+ ) => any;
1177
+ export declare const CancelInstanceRefreshAnswerFilterSensitiveLog: (
1178
+ obj: CancelInstanceRefreshAnswer
1179
+ ) => any;
1180
+ export declare const CancelInstanceRefreshTypeFilterSensitiveLog: (
1181
+ obj: CancelInstanceRefreshType
1182
+ ) => any;
1183
+ export declare const CompleteLifecycleActionAnswerFilterSensitiveLog: (
1184
+ obj: CompleteLifecycleActionAnswer
1185
+ ) => any;
1186
+ export declare const CompleteLifecycleActionTypeFilterSensitiveLog: (
1187
+ obj: CompleteLifecycleActionType
1188
+ ) => any;
1189
+ export declare const LaunchTemplateSpecificationFilterSensitiveLog: (
1190
+ obj: LaunchTemplateSpecification
1191
+ ) => any;
1192
+ export declare const LifecycleHookSpecificationFilterSensitiveLog: (
1193
+ obj: LifecycleHookSpecification
1194
+ ) => any;
1195
+ export declare const InstancesDistributionFilterSensitiveLog: (
1196
+ obj: InstancesDistribution
1197
+ ) => any;
1198
+ export declare const BaselineEbsBandwidthMbpsRequestFilterSensitiveLog: (
1199
+ obj: BaselineEbsBandwidthMbpsRequest
1200
+ ) => any;
1201
+ export declare const MemoryGiBPerVCpuRequestFilterSensitiveLog: (
1202
+ obj: MemoryGiBPerVCpuRequest
1203
+ ) => any;
1204
+ export declare const MemoryMiBRequestFilterSensitiveLog: (
1205
+ obj: MemoryMiBRequest
1206
+ ) => any;
1207
+ export declare const NetworkInterfaceCountRequestFilterSensitiveLog: (
1208
+ obj: NetworkInterfaceCountRequest
1209
+ ) => any;
1210
+ export declare const TotalLocalStorageGBRequestFilterSensitiveLog: (
1211
+ obj: TotalLocalStorageGBRequest
1212
+ ) => any;
1213
+ export declare const VCpuCountRequestFilterSensitiveLog: (
1214
+ obj: VCpuCountRequest
1215
+ ) => any;
1216
+ export declare const InstanceRequirementsFilterSensitiveLog: (
1217
+ obj: InstanceRequirements
1218
+ ) => any;
1219
+ export declare const LaunchTemplateOverridesFilterSensitiveLog: (
1220
+ obj: LaunchTemplateOverrides
1221
+ ) => any;
1222
+ export declare const LaunchTemplateFilterSensitiveLog: (
1223
+ obj: LaunchTemplate
1224
+ ) => any;
1225
+ export declare const MixedInstancesPolicyFilterSensitiveLog: (
1226
+ obj: MixedInstancesPolicy
1227
+ ) => any;
1228
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1229
+ export declare const CreateAutoScalingGroupTypeFilterSensitiveLog: (
1230
+ obj: CreateAutoScalingGroupType
1231
+ ) => any;
1232
+ export declare const EbsFilterSensitiveLog: (obj: Ebs) => any;
1233
+ export declare const BlockDeviceMappingFilterSensitiveLog: (
1234
+ obj: BlockDeviceMapping
1235
+ ) => any;
1236
+ export declare const InstanceMonitoringFilterSensitiveLog: (
1237
+ obj: InstanceMonitoring
1238
+ ) => any;
1239
+ export declare const InstanceMetadataOptionsFilterSensitiveLog: (
1240
+ obj: InstanceMetadataOptions
1241
+ ) => any;
1242
+ export declare const CreateLaunchConfigurationTypeFilterSensitiveLog: (
1243
+ obj: CreateLaunchConfigurationType
1244
+ ) => any;
1245
+ export declare const CreateOrUpdateTagsTypeFilterSensitiveLog: (
1246
+ obj: CreateOrUpdateTagsType
1247
+ ) => any;
1248
+ export declare const DeleteAutoScalingGroupTypeFilterSensitiveLog: (
1249
+ obj: DeleteAutoScalingGroupType
1250
+ ) => any;
1251
+ export declare const LaunchConfigurationNameTypeFilterSensitiveLog: (
1252
+ obj: LaunchConfigurationNameType
1253
+ ) => any;
1254
+ export declare const DeleteLifecycleHookAnswerFilterSensitiveLog: (
1255
+ obj: DeleteLifecycleHookAnswer
1256
+ ) => any;
1257
+ export declare const DeleteLifecycleHookTypeFilterSensitiveLog: (
1258
+ obj: DeleteLifecycleHookType
1259
+ ) => any;
1260
+ export declare const DeleteNotificationConfigurationTypeFilterSensitiveLog: (
1261
+ obj: DeleteNotificationConfigurationType
1262
+ ) => any;
1263
+ export declare const DeletePolicyTypeFilterSensitiveLog: (
1264
+ obj: DeletePolicyType
1265
+ ) => any;
1266
+ export declare const DeleteScheduledActionTypeFilterSensitiveLog: (
1267
+ obj: DeleteScheduledActionType
1268
+ ) => any;
1269
+ export declare const DeleteTagsTypeFilterSensitiveLog: (
1270
+ obj: DeleteTagsType
1271
+ ) => any;
1272
+ export declare const DeleteWarmPoolAnswerFilterSensitiveLog: (
1273
+ obj: DeleteWarmPoolAnswer
1274
+ ) => any;
1275
+ export declare const DeleteWarmPoolTypeFilterSensitiveLog: (
1276
+ obj: DeleteWarmPoolType
1277
+ ) => any;
1278
+ export declare const DescribeAccountLimitsAnswerFilterSensitiveLog: (
1279
+ obj: DescribeAccountLimitsAnswer
1280
+ ) => any;
1281
+ export declare const DescribeAdjustmentTypesAnswerFilterSensitiveLog: (
1282
+ obj: DescribeAdjustmentTypesAnswer
1283
+ ) => any;
1284
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
1285
+ export declare const AutoScalingGroupNamesTypeFilterSensitiveLog: (
1286
+ obj: AutoScalingGroupNamesType
1287
+ ) => any;
1288
+ export declare const EnabledMetricFilterSensitiveLog: (
1289
+ obj: EnabledMetric
1290
+ ) => any;
1291
+ export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
1292
+ export declare const SuspendedProcessFilterSensitiveLog: (
1293
+ obj: SuspendedProcess
1294
+ ) => any;
1295
+ export declare const TagDescriptionFilterSensitiveLog: (
1296
+ obj: TagDescription
1297
+ ) => any;
1298
+ export declare const InstanceReusePolicyFilterSensitiveLog: (
1299
+ obj: InstanceReusePolicy
1300
+ ) => any;
1301
+ export declare const WarmPoolConfigurationFilterSensitiveLog: (
1302
+ obj: WarmPoolConfiguration
1303
+ ) => any;
1304
+ export declare const AutoScalingGroupFilterSensitiveLog: (
1305
+ obj: AutoScalingGroup
1306
+ ) => any;
1307
+ export declare const AutoScalingGroupsTypeFilterSensitiveLog: (
1308
+ obj: AutoScalingGroupsType
1309
+ ) => any;
1310
+ export declare const AutoScalingInstanceDetailsFilterSensitiveLog: (
1311
+ obj: AutoScalingInstanceDetails
1312
+ ) => any;
1313
+ export declare const AutoScalingInstancesTypeFilterSensitiveLog: (
1314
+ obj: AutoScalingInstancesType
1315
+ ) => any;
1316
+ export declare const DescribeAutoScalingInstancesTypeFilterSensitiveLog: (
1317
+ obj: DescribeAutoScalingInstancesType
1318
+ ) => any;
1319
+ export declare const DescribeAutoScalingNotificationTypesAnswerFilterSensitiveLog: (
1320
+ obj: DescribeAutoScalingNotificationTypesAnswer
1321
+ ) => any;
1322
+ export declare const DesiredConfigurationFilterSensitiveLog: (
1323
+ obj: DesiredConfiguration
1324
+ ) => any;
1325
+ export declare const RefreshPreferencesFilterSensitiveLog: (
1326
+ obj: RefreshPreferences
1327
+ ) => any;
1328
+ export declare const InstanceRefreshLivePoolProgressFilterSensitiveLog: (
1329
+ obj: InstanceRefreshLivePoolProgress
1330
+ ) => any;
1331
+ export declare const InstanceRefreshWarmPoolProgressFilterSensitiveLog: (
1332
+ obj: InstanceRefreshWarmPoolProgress
1333
+ ) => any;
1334
+ export declare const InstanceRefreshProgressDetailsFilterSensitiveLog: (
1335
+ obj: InstanceRefreshProgressDetails
1336
+ ) => any;
1337
+ export declare const InstanceRefreshFilterSensitiveLog: (
1338
+ obj: InstanceRefresh
1339
+ ) => any;
1340
+ export declare const DescribeInstanceRefreshesAnswerFilterSensitiveLog: (
1341
+ obj: DescribeInstanceRefreshesAnswer
1342
+ ) => any;
1343
+ export declare const DescribeInstanceRefreshesTypeFilterSensitiveLog: (
1344
+ obj: DescribeInstanceRefreshesType
1345
+ ) => any;
1346
+ export declare const LaunchConfigurationNamesTypeFilterSensitiveLog: (
1347
+ obj: LaunchConfigurationNamesType
1348
+ ) => any;
1349
+ export declare const LaunchConfigurationFilterSensitiveLog: (
1350
+ obj: LaunchConfiguration
1351
+ ) => any;
1352
+ export declare const LaunchConfigurationsTypeFilterSensitiveLog: (
1353
+ obj: LaunchConfigurationsType
1354
+ ) => any;
1355
+ export declare const LifecycleHookFilterSensitiveLog: (
1356
+ obj: LifecycleHook
1357
+ ) => any;
1358
+ export declare const DescribeLifecycleHooksAnswerFilterSensitiveLog: (
1359
+ obj: DescribeLifecycleHooksAnswer
1360
+ ) => any;
1361
+ export declare const DescribeLifecycleHooksTypeFilterSensitiveLog: (
1362
+ obj: DescribeLifecycleHooksType
1363
+ ) => any;
1364
+ export declare const DescribeLifecycleHookTypesAnswerFilterSensitiveLog: (
1365
+ obj: DescribeLifecycleHookTypesAnswer
1366
+ ) => any;
1367
+ export declare const DescribeLoadBalancersRequestFilterSensitiveLog: (
1368
+ obj: DescribeLoadBalancersRequest
1369
+ ) => any;
1370
+ export declare const LoadBalancerStateFilterSensitiveLog: (
1371
+ obj: LoadBalancerState
1372
+ ) => any;
1373
+ export declare const DescribeLoadBalancersResponseFilterSensitiveLog: (
1374
+ obj: DescribeLoadBalancersResponse
1375
+ ) => any;
1376
+ export declare const DescribeLoadBalancerTargetGroupsRequestFilterSensitiveLog: (
1377
+ obj: DescribeLoadBalancerTargetGroupsRequest
1378
+ ) => any;
1379
+ export declare const LoadBalancerTargetGroupStateFilterSensitiveLog: (
1380
+ obj: LoadBalancerTargetGroupState
1381
+ ) => any;
1382
+ export declare const DescribeLoadBalancerTargetGroupsResponseFilterSensitiveLog: (
1383
+ obj: DescribeLoadBalancerTargetGroupsResponse
1384
+ ) => any;
1385
+ export declare const MetricGranularityTypeFilterSensitiveLog: (
1386
+ obj: MetricGranularityType
1387
+ ) => any;
1388
+ export declare const MetricCollectionTypeFilterSensitiveLog: (
1389
+ obj: MetricCollectionType
1390
+ ) => any;
1391
+ export declare const DescribeMetricCollectionTypesAnswerFilterSensitiveLog: (
1392
+ obj: DescribeMetricCollectionTypesAnswer
1393
+ ) => any;
1394
+ export declare const NotificationConfigurationFilterSensitiveLog: (
1395
+ obj: NotificationConfiguration
1396
+ ) => any;
1397
+ export declare const DescribeNotificationConfigurationsAnswerFilterSensitiveLog: (
1398
+ obj: DescribeNotificationConfigurationsAnswer
1399
+ ) => any;
1400
+ export declare const DescribeNotificationConfigurationsTypeFilterSensitiveLog: (
1401
+ obj: DescribeNotificationConfigurationsType
1402
+ ) => any;
1403
+ export declare const DescribePoliciesTypeFilterSensitiveLog: (
1404
+ obj: DescribePoliciesType
1405
+ ) => any;
1406
+ export declare const MetricDimensionFilterSensitiveLog: (
1407
+ obj: MetricDimension
1408
+ ) => any;
1409
+ export declare const MetricFilterSensitiveLog: (obj: Metric) => any;
1410
+ export declare const MetricStatFilterSensitiveLog: (obj: MetricStat) => any;
1411
+ export declare const MetricDataQueryFilterSensitiveLog: (
1412
+ obj: MetricDataQuery
1413
+ ) => any;
1414
+ export declare const PredictiveScalingCustomizedCapacityMetricFilterSensitiveLog: (
1415
+ obj: PredictiveScalingCustomizedCapacityMetric
1416
+ ) => any;
1417
+ export declare const PredictiveScalingCustomizedLoadMetricFilterSensitiveLog: (
1418
+ obj: PredictiveScalingCustomizedLoadMetric
1419
+ ) => any;
1420
+ export declare const PredictiveScalingCustomizedScalingMetricFilterSensitiveLog: (
1421
+ obj: PredictiveScalingCustomizedScalingMetric
1422
+ ) => any;
1423
+ export declare const PredictiveScalingPredefinedLoadMetricFilterSensitiveLog: (
1424
+ obj: PredictiveScalingPredefinedLoadMetric
1425
+ ) => any;
1426
+ export declare const PredictiveScalingPredefinedMetricPairFilterSensitiveLog: (
1427
+ obj: PredictiveScalingPredefinedMetricPair
1428
+ ) => any;
1429
+ export declare const PredictiveScalingPredefinedScalingMetricFilterSensitiveLog: (
1430
+ obj: PredictiveScalingPredefinedScalingMetric
1431
+ ) => any;
1432
+ export declare const PredictiveScalingMetricSpecificationFilterSensitiveLog: (
1433
+ obj: PredictiveScalingMetricSpecification
1434
+ ) => any;
1435
+ export declare const PredictiveScalingConfigurationFilterSensitiveLog: (
1436
+ obj: PredictiveScalingConfiguration
1437
+ ) => any;
1438
+ export declare const StepAdjustmentFilterSensitiveLog: (
1439
+ obj: StepAdjustment
1440
+ ) => any;
1441
+ export declare const CustomizedMetricSpecificationFilterSensitiveLog: (
1442
+ obj: CustomizedMetricSpecification
1443
+ ) => any;
1444
+ export declare const PredefinedMetricSpecificationFilterSensitiveLog: (
1445
+ obj: PredefinedMetricSpecification
1446
+ ) => any;
1447
+ export declare const TargetTrackingConfigurationFilterSensitiveLog: (
1448
+ obj: TargetTrackingConfiguration
1449
+ ) => any;
1450
+ export declare const ScalingPolicyFilterSensitiveLog: (
1451
+ obj: ScalingPolicy
1452
+ ) => any;
1453
+ export declare const PoliciesTypeFilterSensitiveLog: (obj: PoliciesType) => any;
1454
+ export declare const DescribeScalingActivitiesTypeFilterSensitiveLog: (
1455
+ obj: DescribeScalingActivitiesType
1456
+ ) => any;
1457
+ export declare const ProcessTypeFilterSensitiveLog: (obj: ProcessType) => any;
1458
+ export declare const ProcessesTypeFilterSensitiveLog: (
1459
+ obj: ProcessesType
1460
+ ) => any;
1461
+ export declare const DescribeScheduledActionsTypeFilterSensitiveLog: (
1462
+ obj: DescribeScheduledActionsType
1463
+ ) => any;
1464
+ export declare const ScheduledUpdateGroupActionFilterSensitiveLog: (
1465
+ obj: ScheduledUpdateGroupAction
1466
+ ) => any;
1467
+ export declare const ScheduledActionsTypeFilterSensitiveLog: (
1468
+ obj: ScheduledActionsType
1469
+ ) => any;
1470
+ export declare const DescribeTagsTypeFilterSensitiveLog: (
1471
+ obj: DescribeTagsType
1472
+ ) => any;
1473
+ export declare const TagsTypeFilterSensitiveLog: (obj: TagsType) => any;
1474
+ export declare const DescribeTerminationPolicyTypesAnswerFilterSensitiveLog: (
1475
+ obj: DescribeTerminationPolicyTypesAnswer
1476
+ ) => any;
1477
+ export declare const DescribeWarmPoolAnswerFilterSensitiveLog: (
1478
+ obj: DescribeWarmPoolAnswer
1479
+ ) => any;
1480
+ export declare const DescribeWarmPoolTypeFilterSensitiveLog: (
1481
+ obj: DescribeWarmPoolType
1482
+ ) => any;
1483
+ export declare const DetachInstancesAnswerFilterSensitiveLog: (
1484
+ obj: DetachInstancesAnswer
1485
+ ) => any;
1486
+ export declare const DetachInstancesQueryFilterSensitiveLog: (
1487
+ obj: DetachInstancesQuery
1488
+ ) => any;
1489
+ export declare const DetachLoadBalancersResultTypeFilterSensitiveLog: (
1490
+ obj: DetachLoadBalancersResultType
1491
+ ) => any;
1492
+ export declare const DetachLoadBalancersTypeFilterSensitiveLog: (
1493
+ obj: DetachLoadBalancersType
1494
+ ) => any;
1495
+ export declare const DetachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog: (
1496
+ obj: DetachLoadBalancerTargetGroupsResultType
1497
+ ) => any;
1498
+ export declare const DetachLoadBalancerTargetGroupsTypeFilterSensitiveLog: (
1499
+ obj: DetachLoadBalancerTargetGroupsType
1500
+ ) => any;
1501
+ export declare const DisableMetricsCollectionQueryFilterSensitiveLog: (
1502
+ obj: DisableMetricsCollectionQuery
1503
+ ) => any;
1504
+ export declare const EnableMetricsCollectionQueryFilterSensitiveLog: (
1505
+ obj: EnableMetricsCollectionQuery
1506
+ ) => any;
1507
+ export declare const EnterStandbyAnswerFilterSensitiveLog: (
1508
+ obj: EnterStandbyAnswer
1509
+ ) => any;
1510
+ export declare const EnterStandbyQueryFilterSensitiveLog: (
1511
+ obj: EnterStandbyQuery
1512
+ ) => any;
1513
+ export declare const ExecutePolicyTypeFilterSensitiveLog: (
1514
+ obj: ExecutePolicyType
1515
+ ) => any;
1516
+ export declare const ExitStandbyAnswerFilterSensitiveLog: (
1517
+ obj: ExitStandbyAnswer
1518
+ ) => any;
1519
+ export declare const ExitStandbyQueryFilterSensitiveLog: (
1520
+ obj: ExitStandbyQuery
1521
+ ) => any;
1522
+ export declare const CapacityForecastFilterSensitiveLog: (
1523
+ obj: CapacityForecast
1524
+ ) => any;
1525
+ export declare const LoadForecastFilterSensitiveLog: (obj: LoadForecast) => any;
1526
+ export declare const GetPredictiveScalingForecastAnswerFilterSensitiveLog: (
1527
+ obj: GetPredictiveScalingForecastAnswer
1528
+ ) => any;
1529
+ export declare const GetPredictiveScalingForecastTypeFilterSensitiveLog: (
1530
+ obj: GetPredictiveScalingForecastType
1531
+ ) => any;
1532
+ export declare const PutLifecycleHookAnswerFilterSensitiveLog: (
1533
+ obj: PutLifecycleHookAnswer
1534
+ ) => any;
1535
+ export declare const PutLifecycleHookTypeFilterSensitiveLog: (
1536
+ obj: PutLifecycleHookType
1537
+ ) => any;
1538
+ export declare const PutNotificationConfigurationTypeFilterSensitiveLog: (
1539
+ obj: PutNotificationConfigurationType
1540
+ ) => any;
1541
+ export declare const PolicyARNTypeFilterSensitiveLog: (
1542
+ obj: PolicyARNType
1543
+ ) => any;
1544
+ export declare const PutScalingPolicyTypeFilterSensitiveLog: (
1545
+ obj: PutScalingPolicyType
1546
+ ) => any;
1547
+ export declare const PutScheduledUpdateGroupActionTypeFilterSensitiveLog: (
1548
+ obj: PutScheduledUpdateGroupActionType
1549
+ ) => any;
1550
+ export declare const PutWarmPoolAnswerFilterSensitiveLog: (
1551
+ obj: PutWarmPoolAnswer
1552
+ ) => any;
1553
+ export declare const PutWarmPoolTypeFilterSensitiveLog: (
1554
+ obj: PutWarmPoolType
1555
+ ) => any;
1556
+ export declare const RecordLifecycleActionHeartbeatAnswerFilterSensitiveLog: (
1557
+ obj: RecordLifecycleActionHeartbeatAnswer
1558
+ ) => any;
1559
+ export declare const RecordLifecycleActionHeartbeatTypeFilterSensitiveLog: (
1560
+ obj: RecordLifecycleActionHeartbeatType
1561
+ ) => any;
1562
+ export declare const ScalingProcessQueryFilterSensitiveLog: (
1563
+ obj: ScalingProcessQuery
1564
+ ) => any;
1565
+ export declare const SetDesiredCapacityTypeFilterSensitiveLog: (
1566
+ obj: SetDesiredCapacityType
1567
+ ) => any;
1568
+ export declare const SetInstanceHealthQueryFilterSensitiveLog: (
1569
+ obj: SetInstanceHealthQuery
1570
+ ) => any;
1571
+ export declare const SetInstanceProtectionAnswerFilterSensitiveLog: (
1572
+ obj: SetInstanceProtectionAnswer
1573
+ ) => any;
1574
+ export declare const SetInstanceProtectionQueryFilterSensitiveLog: (
1575
+ obj: SetInstanceProtectionQuery
1576
+ ) => any;
1577
+ export declare const StartInstanceRefreshAnswerFilterSensitiveLog: (
1578
+ obj: StartInstanceRefreshAnswer
1579
+ ) => any;
1580
+ export declare const StartInstanceRefreshTypeFilterSensitiveLog: (
1581
+ obj: StartInstanceRefreshType
1582
+ ) => any;
1583
+ export declare const TerminateInstanceInAutoScalingGroupTypeFilterSensitiveLog: (
1584
+ obj: TerminateInstanceInAutoScalingGroupType
1585
+ ) => any;
1586
+ export declare const UpdateAutoScalingGroupTypeFilterSensitiveLog: (
1587
+ obj: UpdateAutoScalingGroupType
1588
+ ) => any;