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