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