@aws-sdk/client-auto-scaling 3.928.0 → 3.930.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/dist-cjs/index.js +2300 -7680
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/AutoScalingClient.js +2 -0
  4. package/dist-es/commands/AttachInstancesCommand.js +3 -9
  5. package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +3 -9
  6. package/dist-es/commands/AttachLoadBalancersCommand.js +3 -9
  7. package/dist-es/commands/AttachTrafficSourcesCommand.js +3 -9
  8. package/dist-es/commands/BatchDeleteScheduledActionCommand.js +3 -9
  9. package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +3 -9
  10. package/dist-es/commands/CancelInstanceRefreshCommand.js +3 -9
  11. package/dist-es/commands/CompleteLifecycleActionCommand.js +3 -9
  12. package/dist-es/commands/CreateAutoScalingGroupCommand.js +3 -9
  13. package/dist-es/commands/CreateLaunchConfigurationCommand.js +3 -9
  14. package/dist-es/commands/CreateOrUpdateTagsCommand.js +3 -9
  15. package/dist-es/commands/DeleteAutoScalingGroupCommand.js +3 -9
  16. package/dist-es/commands/DeleteLaunchConfigurationCommand.js +3 -9
  17. package/dist-es/commands/DeleteLifecycleHookCommand.js +3 -9
  18. package/dist-es/commands/DeleteNotificationConfigurationCommand.js +3 -9
  19. package/dist-es/commands/DeletePolicyCommand.js +3 -9
  20. package/dist-es/commands/DeleteScheduledActionCommand.js +3 -9
  21. package/dist-es/commands/DeleteTagsCommand.js +3 -9
  22. package/dist-es/commands/DeleteWarmPoolCommand.js +3 -9
  23. package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -9
  24. package/dist-es/commands/DescribeAdjustmentTypesCommand.js +3 -9
  25. package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +3 -9
  26. package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +3 -9
  27. package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +3 -9
  28. package/dist-es/commands/DescribeInstanceRefreshesCommand.js +3 -9
  29. package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +3 -9
  30. package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +3 -9
  31. package/dist-es/commands/DescribeLifecycleHooksCommand.js +3 -9
  32. package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +3 -9
  33. package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -9
  34. package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +3 -9
  35. package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +3 -9
  36. package/dist-es/commands/DescribePoliciesCommand.js +3 -9
  37. package/dist-es/commands/DescribeScalingActivitiesCommand.js +3 -9
  38. package/dist-es/commands/DescribeScalingProcessTypesCommand.js +3 -9
  39. package/dist-es/commands/DescribeScheduledActionsCommand.js +3 -9
  40. package/dist-es/commands/DescribeTagsCommand.js +3 -9
  41. package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +3 -9
  42. package/dist-es/commands/DescribeTrafficSourcesCommand.js +3 -9
  43. package/dist-es/commands/DescribeWarmPoolCommand.js +3 -9
  44. package/dist-es/commands/DetachInstancesCommand.js +3 -9
  45. package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +3 -9
  46. package/dist-es/commands/DetachLoadBalancersCommand.js +3 -9
  47. package/dist-es/commands/DetachTrafficSourcesCommand.js +3 -9
  48. package/dist-es/commands/DisableMetricsCollectionCommand.js +3 -9
  49. package/dist-es/commands/EnableMetricsCollectionCommand.js +3 -9
  50. package/dist-es/commands/EnterStandbyCommand.js +3 -9
  51. package/dist-es/commands/ExecutePolicyCommand.js +3 -9
  52. package/dist-es/commands/ExitStandbyCommand.js +3 -9
  53. package/dist-es/commands/GetPredictiveScalingForecastCommand.js +3 -9
  54. package/dist-es/commands/PutLifecycleHookCommand.js +3 -9
  55. package/dist-es/commands/PutNotificationConfigurationCommand.js +3 -9
  56. package/dist-es/commands/PutScalingPolicyCommand.js +3 -9
  57. package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +3 -9
  58. package/dist-es/commands/PutWarmPoolCommand.js +3 -9
  59. package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +3 -9
  60. package/dist-es/commands/ResumeProcessesCommand.js +3 -9
  61. package/dist-es/commands/RollbackInstanceRefreshCommand.js +3 -9
  62. package/dist-es/commands/SetDesiredCapacityCommand.js +3 -9
  63. package/dist-es/commands/SetInstanceHealthCommand.js +3 -9
  64. package/dist-es/commands/SetInstanceProtectionCommand.js +3 -9
  65. package/dist-es/commands/StartInstanceRefreshCommand.js +3 -9
  66. package/dist-es/commands/SuspendProcessesCommand.js +3 -9
  67. package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +3 -9
  68. package/dist-es/commands/UpdateAutoScalingGroupCommand.js +3 -9
  69. package/dist-es/runtimeConfig.shared.js +7 -0
  70. package/dist-es/schemas/schemas_0.js +2304 -0
  71. package/dist-types/AutoScalingClient.d.ts +10 -1
  72. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  73. package/dist-types/runtimeConfig.d.ts +1 -0
  74. package/dist-types/runtimeConfig.native.d.ts +1 -0
  75. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  76. package/dist-types/schemas/schemas_0.d.ts +332 -0
  77. package/dist-types/ts3.4/AutoScalingClient.d.ts +4 -0
  78. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  79. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  80. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  81. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  82. package/dist-types/ts3.4/schemas/schemas_0.d.ts +337 -0
  83. package/package.json +34 -34
  84. package/dist-es/protocols/Aws_query.js +0 -7332
  85. package/dist-types/protocols/Aws_query.d.ts +0 -587
  86. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -785
@@ -1,785 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AttachInstancesCommandInput,
8
- AttachInstancesCommandOutput,
9
- } from "../commands/AttachInstancesCommand";
10
- import {
11
- AttachLoadBalancersCommandInput,
12
- AttachLoadBalancersCommandOutput,
13
- } from "../commands/AttachLoadBalancersCommand";
14
- import {
15
- AttachLoadBalancerTargetGroupsCommandInput,
16
- AttachLoadBalancerTargetGroupsCommandOutput,
17
- } from "../commands/AttachLoadBalancerTargetGroupsCommand";
18
- import {
19
- AttachTrafficSourcesCommandInput,
20
- AttachTrafficSourcesCommandOutput,
21
- } from "../commands/AttachTrafficSourcesCommand";
22
- import {
23
- BatchDeleteScheduledActionCommandInput,
24
- BatchDeleteScheduledActionCommandOutput,
25
- } from "../commands/BatchDeleteScheduledActionCommand";
26
- import {
27
- BatchPutScheduledUpdateGroupActionCommandInput,
28
- BatchPutScheduledUpdateGroupActionCommandOutput,
29
- } from "../commands/BatchPutScheduledUpdateGroupActionCommand";
30
- import {
31
- CancelInstanceRefreshCommandInput,
32
- CancelInstanceRefreshCommandOutput,
33
- } from "../commands/CancelInstanceRefreshCommand";
34
- import {
35
- CompleteLifecycleActionCommandInput,
36
- CompleteLifecycleActionCommandOutput,
37
- } from "../commands/CompleteLifecycleActionCommand";
38
- import {
39
- CreateAutoScalingGroupCommandInput,
40
- CreateAutoScalingGroupCommandOutput,
41
- } from "../commands/CreateAutoScalingGroupCommand";
42
- import {
43
- CreateLaunchConfigurationCommandInput,
44
- CreateLaunchConfigurationCommandOutput,
45
- } from "../commands/CreateLaunchConfigurationCommand";
46
- import {
47
- CreateOrUpdateTagsCommandInput,
48
- CreateOrUpdateTagsCommandOutput,
49
- } from "../commands/CreateOrUpdateTagsCommand";
50
- import {
51
- DeleteAutoScalingGroupCommandInput,
52
- DeleteAutoScalingGroupCommandOutput,
53
- } from "../commands/DeleteAutoScalingGroupCommand";
54
- import {
55
- DeleteLaunchConfigurationCommandInput,
56
- DeleteLaunchConfigurationCommandOutput,
57
- } from "../commands/DeleteLaunchConfigurationCommand";
58
- import {
59
- DeleteLifecycleHookCommandInput,
60
- DeleteLifecycleHookCommandOutput,
61
- } from "../commands/DeleteLifecycleHookCommand";
62
- import {
63
- DeleteNotificationConfigurationCommandInput,
64
- DeleteNotificationConfigurationCommandOutput,
65
- } from "../commands/DeleteNotificationConfigurationCommand";
66
- import {
67
- DeletePolicyCommandInput,
68
- DeletePolicyCommandOutput,
69
- } from "../commands/DeletePolicyCommand";
70
- import {
71
- DeleteScheduledActionCommandInput,
72
- DeleteScheduledActionCommandOutput,
73
- } from "../commands/DeleteScheduledActionCommand";
74
- import {
75
- DeleteTagsCommandInput,
76
- DeleteTagsCommandOutput,
77
- } from "../commands/DeleteTagsCommand";
78
- import {
79
- DeleteWarmPoolCommandInput,
80
- DeleteWarmPoolCommandOutput,
81
- } from "../commands/DeleteWarmPoolCommand";
82
- import {
83
- DescribeAccountLimitsCommandInput,
84
- DescribeAccountLimitsCommandOutput,
85
- } from "../commands/DescribeAccountLimitsCommand";
86
- import {
87
- DescribeAdjustmentTypesCommandInput,
88
- DescribeAdjustmentTypesCommandOutput,
89
- } from "../commands/DescribeAdjustmentTypesCommand";
90
- import {
91
- DescribeAutoScalingGroupsCommandInput,
92
- DescribeAutoScalingGroupsCommandOutput,
93
- } from "../commands/DescribeAutoScalingGroupsCommand";
94
- import {
95
- DescribeAutoScalingInstancesCommandInput,
96
- DescribeAutoScalingInstancesCommandOutput,
97
- } from "../commands/DescribeAutoScalingInstancesCommand";
98
- import {
99
- DescribeAutoScalingNotificationTypesCommandInput,
100
- DescribeAutoScalingNotificationTypesCommandOutput,
101
- } from "../commands/DescribeAutoScalingNotificationTypesCommand";
102
- import {
103
- DescribeInstanceRefreshesCommandInput,
104
- DescribeInstanceRefreshesCommandOutput,
105
- } from "../commands/DescribeInstanceRefreshesCommand";
106
- import {
107
- DescribeLaunchConfigurationsCommandInput,
108
- DescribeLaunchConfigurationsCommandOutput,
109
- } from "../commands/DescribeLaunchConfigurationsCommand";
110
- import {
111
- DescribeLifecycleHooksCommandInput,
112
- DescribeLifecycleHooksCommandOutput,
113
- } from "../commands/DescribeLifecycleHooksCommand";
114
- import {
115
- DescribeLifecycleHookTypesCommandInput,
116
- DescribeLifecycleHookTypesCommandOutput,
117
- } from "../commands/DescribeLifecycleHookTypesCommand";
118
- import {
119
- DescribeLoadBalancersCommandInput,
120
- DescribeLoadBalancersCommandOutput,
121
- } from "../commands/DescribeLoadBalancersCommand";
122
- import {
123
- DescribeLoadBalancerTargetGroupsCommandInput,
124
- DescribeLoadBalancerTargetGroupsCommandOutput,
125
- } from "../commands/DescribeLoadBalancerTargetGroupsCommand";
126
- import {
127
- DescribeMetricCollectionTypesCommandInput,
128
- DescribeMetricCollectionTypesCommandOutput,
129
- } from "../commands/DescribeMetricCollectionTypesCommand";
130
- import {
131
- DescribeNotificationConfigurationsCommandInput,
132
- DescribeNotificationConfigurationsCommandOutput,
133
- } from "../commands/DescribeNotificationConfigurationsCommand";
134
- import {
135
- DescribePoliciesCommandInput,
136
- DescribePoliciesCommandOutput,
137
- } from "../commands/DescribePoliciesCommand";
138
- import {
139
- DescribeScalingActivitiesCommandInput,
140
- DescribeScalingActivitiesCommandOutput,
141
- } from "../commands/DescribeScalingActivitiesCommand";
142
- import {
143
- DescribeScalingProcessTypesCommandInput,
144
- DescribeScalingProcessTypesCommandOutput,
145
- } from "../commands/DescribeScalingProcessTypesCommand";
146
- import {
147
- DescribeScheduledActionsCommandInput,
148
- DescribeScheduledActionsCommandOutput,
149
- } from "../commands/DescribeScheduledActionsCommand";
150
- import {
151
- DescribeTagsCommandInput,
152
- DescribeTagsCommandOutput,
153
- } from "../commands/DescribeTagsCommand";
154
- import {
155
- DescribeTerminationPolicyTypesCommandInput,
156
- DescribeTerminationPolicyTypesCommandOutput,
157
- } from "../commands/DescribeTerminationPolicyTypesCommand";
158
- import {
159
- DescribeTrafficSourcesCommandInput,
160
- DescribeTrafficSourcesCommandOutput,
161
- } from "../commands/DescribeTrafficSourcesCommand";
162
- import {
163
- DescribeWarmPoolCommandInput,
164
- DescribeWarmPoolCommandOutput,
165
- } from "../commands/DescribeWarmPoolCommand";
166
- import {
167
- DetachInstancesCommandInput,
168
- DetachInstancesCommandOutput,
169
- } from "../commands/DetachInstancesCommand";
170
- import {
171
- DetachLoadBalancersCommandInput,
172
- DetachLoadBalancersCommandOutput,
173
- } from "../commands/DetachLoadBalancersCommand";
174
- import {
175
- DetachLoadBalancerTargetGroupsCommandInput,
176
- DetachLoadBalancerTargetGroupsCommandOutput,
177
- } from "../commands/DetachLoadBalancerTargetGroupsCommand";
178
- import {
179
- DetachTrafficSourcesCommandInput,
180
- DetachTrafficSourcesCommandOutput,
181
- } from "../commands/DetachTrafficSourcesCommand";
182
- import {
183
- DisableMetricsCollectionCommandInput,
184
- DisableMetricsCollectionCommandOutput,
185
- } from "../commands/DisableMetricsCollectionCommand";
186
- import {
187
- EnableMetricsCollectionCommandInput,
188
- EnableMetricsCollectionCommandOutput,
189
- } from "../commands/EnableMetricsCollectionCommand";
190
- import {
191
- EnterStandbyCommandInput,
192
- EnterStandbyCommandOutput,
193
- } from "../commands/EnterStandbyCommand";
194
- import {
195
- ExecutePolicyCommandInput,
196
- ExecutePolicyCommandOutput,
197
- } from "../commands/ExecutePolicyCommand";
198
- import {
199
- ExitStandbyCommandInput,
200
- ExitStandbyCommandOutput,
201
- } from "../commands/ExitStandbyCommand";
202
- import {
203
- GetPredictiveScalingForecastCommandInput,
204
- GetPredictiveScalingForecastCommandOutput,
205
- } from "../commands/GetPredictiveScalingForecastCommand";
206
- import {
207
- PutLifecycleHookCommandInput,
208
- PutLifecycleHookCommandOutput,
209
- } from "../commands/PutLifecycleHookCommand";
210
- import {
211
- PutNotificationConfigurationCommandInput,
212
- PutNotificationConfigurationCommandOutput,
213
- } from "../commands/PutNotificationConfigurationCommand";
214
- import {
215
- PutScalingPolicyCommandInput,
216
- PutScalingPolicyCommandOutput,
217
- } from "../commands/PutScalingPolicyCommand";
218
- import {
219
- PutScheduledUpdateGroupActionCommandInput,
220
- PutScheduledUpdateGroupActionCommandOutput,
221
- } from "../commands/PutScheduledUpdateGroupActionCommand";
222
- import {
223
- PutWarmPoolCommandInput,
224
- PutWarmPoolCommandOutput,
225
- } from "../commands/PutWarmPoolCommand";
226
- import {
227
- RecordLifecycleActionHeartbeatCommandInput,
228
- RecordLifecycleActionHeartbeatCommandOutput,
229
- } from "../commands/RecordLifecycleActionHeartbeatCommand";
230
- import {
231
- ResumeProcessesCommandInput,
232
- ResumeProcessesCommandOutput,
233
- } from "../commands/ResumeProcessesCommand";
234
- import {
235
- RollbackInstanceRefreshCommandInput,
236
- RollbackInstanceRefreshCommandOutput,
237
- } from "../commands/RollbackInstanceRefreshCommand";
238
- import {
239
- SetDesiredCapacityCommandInput,
240
- SetDesiredCapacityCommandOutput,
241
- } from "../commands/SetDesiredCapacityCommand";
242
- import {
243
- SetInstanceHealthCommandInput,
244
- SetInstanceHealthCommandOutput,
245
- } from "../commands/SetInstanceHealthCommand";
246
- import {
247
- SetInstanceProtectionCommandInput,
248
- SetInstanceProtectionCommandOutput,
249
- } from "../commands/SetInstanceProtectionCommand";
250
- import {
251
- StartInstanceRefreshCommandInput,
252
- StartInstanceRefreshCommandOutput,
253
- } from "../commands/StartInstanceRefreshCommand";
254
- import {
255
- SuspendProcessesCommandInput,
256
- SuspendProcessesCommandOutput,
257
- } from "../commands/SuspendProcessesCommand";
258
- import {
259
- TerminateInstanceInAutoScalingGroupCommandInput,
260
- TerminateInstanceInAutoScalingGroupCommandOutput,
261
- } from "../commands/TerminateInstanceInAutoScalingGroupCommand";
262
- import {
263
- UpdateAutoScalingGroupCommandInput,
264
- UpdateAutoScalingGroupCommandOutput,
265
- } from "../commands/UpdateAutoScalingGroupCommand";
266
- export declare const se_AttachInstancesCommand: (
267
- input: AttachInstancesCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_AttachLoadBalancersCommand: (
271
- input: AttachLoadBalancersCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_AttachLoadBalancerTargetGroupsCommand: (
275
- input: AttachLoadBalancerTargetGroupsCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_AttachTrafficSourcesCommand: (
279
- input: AttachTrafficSourcesCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_BatchDeleteScheduledActionCommand: (
283
- input: BatchDeleteScheduledActionCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_BatchPutScheduledUpdateGroupActionCommand: (
287
- input: BatchPutScheduledUpdateGroupActionCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_CancelInstanceRefreshCommand: (
291
- input: CancelInstanceRefreshCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_CompleteLifecycleActionCommand: (
295
- input: CompleteLifecycleActionCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_CreateAutoScalingGroupCommand: (
299
- input: CreateAutoScalingGroupCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_CreateLaunchConfigurationCommand: (
303
- input: CreateLaunchConfigurationCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_CreateOrUpdateTagsCommand: (
307
- input: CreateOrUpdateTagsCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_DeleteAutoScalingGroupCommand: (
311
- input: DeleteAutoScalingGroupCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_DeleteLaunchConfigurationCommand: (
315
- input: DeleteLaunchConfigurationCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_DeleteLifecycleHookCommand: (
319
- input: DeleteLifecycleHookCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_DeleteNotificationConfigurationCommand: (
323
- input: DeleteNotificationConfigurationCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_DeletePolicyCommand: (
327
- input: DeletePolicyCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_DeleteScheduledActionCommand: (
331
- input: DeleteScheduledActionCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_DeleteTagsCommand: (
335
- input: DeleteTagsCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_DeleteWarmPoolCommand: (
339
- input: DeleteWarmPoolCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_DescribeAccountLimitsCommand: (
343
- input: DescribeAccountLimitsCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_DescribeAdjustmentTypesCommand: (
347
- input: DescribeAdjustmentTypesCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_DescribeAutoScalingGroupsCommand: (
351
- input: DescribeAutoScalingGroupsCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_DescribeAutoScalingInstancesCommand: (
355
- input: DescribeAutoScalingInstancesCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_DescribeAutoScalingNotificationTypesCommand: (
359
- input: DescribeAutoScalingNotificationTypesCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_DescribeInstanceRefreshesCommand: (
363
- input: DescribeInstanceRefreshesCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_DescribeLaunchConfigurationsCommand: (
367
- input: DescribeLaunchConfigurationsCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_DescribeLifecycleHooksCommand: (
371
- input: DescribeLifecycleHooksCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_DescribeLifecycleHookTypesCommand: (
375
- input: DescribeLifecycleHookTypesCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_DescribeLoadBalancersCommand: (
379
- input: DescribeLoadBalancersCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_DescribeLoadBalancerTargetGroupsCommand: (
383
- input: DescribeLoadBalancerTargetGroupsCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_DescribeMetricCollectionTypesCommand: (
387
- input: DescribeMetricCollectionTypesCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_DescribeNotificationConfigurationsCommand: (
391
- input: DescribeNotificationConfigurationsCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_DescribePoliciesCommand: (
395
- input: DescribePoliciesCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_DescribeScalingActivitiesCommand: (
399
- input: DescribeScalingActivitiesCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_DescribeScalingProcessTypesCommand: (
403
- input: DescribeScalingProcessTypesCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_DescribeScheduledActionsCommand: (
407
- input: DescribeScheduledActionsCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_DescribeTagsCommand: (
411
- input: DescribeTagsCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_DescribeTerminationPolicyTypesCommand: (
415
- input: DescribeTerminationPolicyTypesCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_DescribeTrafficSourcesCommand: (
419
- input: DescribeTrafficSourcesCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_DescribeWarmPoolCommand: (
423
- input: DescribeWarmPoolCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_DetachInstancesCommand: (
427
- input: DetachInstancesCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_DetachLoadBalancersCommand: (
431
- input: DetachLoadBalancersCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_DetachLoadBalancerTargetGroupsCommand: (
435
- input: DetachLoadBalancerTargetGroupsCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_DetachTrafficSourcesCommand: (
439
- input: DetachTrafficSourcesCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_DisableMetricsCollectionCommand: (
443
- input: DisableMetricsCollectionCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_EnableMetricsCollectionCommand: (
447
- input: EnableMetricsCollectionCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_EnterStandbyCommand: (
451
- input: EnterStandbyCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_ExecutePolicyCommand: (
455
- input: ExecutePolicyCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_ExitStandbyCommand: (
459
- input: ExitStandbyCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_GetPredictiveScalingForecastCommand: (
463
- input: GetPredictiveScalingForecastCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_PutLifecycleHookCommand: (
467
- input: PutLifecycleHookCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_PutNotificationConfigurationCommand: (
471
- input: PutNotificationConfigurationCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_PutScalingPolicyCommand: (
475
- input: PutScalingPolicyCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_PutScheduledUpdateGroupActionCommand: (
479
- input: PutScheduledUpdateGroupActionCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_PutWarmPoolCommand: (
483
- input: PutWarmPoolCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_RecordLifecycleActionHeartbeatCommand: (
487
- input: RecordLifecycleActionHeartbeatCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_ResumeProcessesCommand: (
491
- input: ResumeProcessesCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_RollbackInstanceRefreshCommand: (
495
- input: RollbackInstanceRefreshCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_SetDesiredCapacityCommand: (
499
- input: SetDesiredCapacityCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_SetInstanceHealthCommand: (
503
- input: SetInstanceHealthCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_SetInstanceProtectionCommand: (
507
- input: SetInstanceProtectionCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_StartInstanceRefreshCommand: (
511
- input: StartInstanceRefreshCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_SuspendProcessesCommand: (
515
- input: SuspendProcessesCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_TerminateInstanceInAutoScalingGroupCommand: (
519
- input: TerminateInstanceInAutoScalingGroupCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_UpdateAutoScalingGroupCommand: (
523
- input: UpdateAutoScalingGroupCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const de_AttachInstancesCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<AttachInstancesCommandOutput>;
530
- export declare const de_AttachLoadBalancersCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<AttachLoadBalancersCommandOutput>;
534
- export declare const de_AttachLoadBalancerTargetGroupsCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<AttachLoadBalancerTargetGroupsCommandOutput>;
538
- export declare const de_AttachTrafficSourcesCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<AttachTrafficSourcesCommandOutput>;
542
- export declare const de_BatchDeleteScheduledActionCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<BatchDeleteScheduledActionCommandOutput>;
546
- export declare const de_BatchPutScheduledUpdateGroupActionCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<BatchPutScheduledUpdateGroupActionCommandOutput>;
550
- export declare const de_CancelInstanceRefreshCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<CancelInstanceRefreshCommandOutput>;
554
- export declare const de_CompleteLifecycleActionCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<CompleteLifecycleActionCommandOutput>;
558
- export declare const de_CreateAutoScalingGroupCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<CreateAutoScalingGroupCommandOutput>;
562
- export declare const de_CreateLaunchConfigurationCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<CreateLaunchConfigurationCommandOutput>;
566
- export declare const de_CreateOrUpdateTagsCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<CreateOrUpdateTagsCommandOutput>;
570
- export declare const de_DeleteAutoScalingGroupCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<DeleteAutoScalingGroupCommandOutput>;
574
- export declare const de_DeleteLaunchConfigurationCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<DeleteLaunchConfigurationCommandOutput>;
578
- export declare const de_DeleteLifecycleHookCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<DeleteLifecycleHookCommandOutput>;
582
- export declare const de_DeleteNotificationConfigurationCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<DeleteNotificationConfigurationCommandOutput>;
586
- export declare const de_DeletePolicyCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<DeletePolicyCommandOutput>;
590
- export declare const de_DeleteScheduledActionCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<DeleteScheduledActionCommandOutput>;
594
- export declare const de_DeleteTagsCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<DeleteTagsCommandOutput>;
598
- export declare const de_DeleteWarmPoolCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<DeleteWarmPoolCommandOutput>;
602
- export declare const de_DescribeAccountLimitsCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<DescribeAccountLimitsCommandOutput>;
606
- export declare const de_DescribeAdjustmentTypesCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<DescribeAdjustmentTypesCommandOutput>;
610
- export declare const de_DescribeAutoScalingGroupsCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<DescribeAutoScalingGroupsCommandOutput>;
614
- export declare const de_DescribeAutoScalingInstancesCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<DescribeAutoScalingInstancesCommandOutput>;
618
- export declare const de_DescribeAutoScalingNotificationTypesCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<DescribeAutoScalingNotificationTypesCommandOutput>;
622
- export declare const de_DescribeInstanceRefreshesCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<DescribeInstanceRefreshesCommandOutput>;
626
- export declare const de_DescribeLaunchConfigurationsCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<DescribeLaunchConfigurationsCommandOutput>;
630
- export declare const de_DescribeLifecycleHooksCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<DescribeLifecycleHooksCommandOutput>;
634
- export declare const de_DescribeLifecycleHookTypesCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<DescribeLifecycleHookTypesCommandOutput>;
638
- export declare const de_DescribeLoadBalancersCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<DescribeLoadBalancersCommandOutput>;
642
- export declare const de_DescribeLoadBalancerTargetGroupsCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<DescribeLoadBalancerTargetGroupsCommandOutput>;
646
- export declare const de_DescribeMetricCollectionTypesCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<DescribeMetricCollectionTypesCommandOutput>;
650
- export declare const de_DescribeNotificationConfigurationsCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<DescribeNotificationConfigurationsCommandOutput>;
654
- export declare const de_DescribePoliciesCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<DescribePoliciesCommandOutput>;
658
- export declare const de_DescribeScalingActivitiesCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<DescribeScalingActivitiesCommandOutput>;
662
- export declare const de_DescribeScalingProcessTypesCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<DescribeScalingProcessTypesCommandOutput>;
666
- export declare const de_DescribeScheduledActionsCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<DescribeScheduledActionsCommandOutput>;
670
- export declare const de_DescribeTagsCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<DescribeTagsCommandOutput>;
674
- export declare const de_DescribeTerminationPolicyTypesCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<DescribeTerminationPolicyTypesCommandOutput>;
678
- export declare const de_DescribeTrafficSourcesCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<DescribeTrafficSourcesCommandOutput>;
682
- export declare const de_DescribeWarmPoolCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<DescribeWarmPoolCommandOutput>;
686
- export declare const de_DetachInstancesCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<DetachInstancesCommandOutput>;
690
- export declare const de_DetachLoadBalancersCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<DetachLoadBalancersCommandOutput>;
694
- export declare const de_DetachLoadBalancerTargetGroupsCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<DetachLoadBalancerTargetGroupsCommandOutput>;
698
- export declare const de_DetachTrafficSourcesCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<DetachTrafficSourcesCommandOutput>;
702
- export declare const de_DisableMetricsCollectionCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<DisableMetricsCollectionCommandOutput>;
706
- export declare const de_EnableMetricsCollectionCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<EnableMetricsCollectionCommandOutput>;
710
- export declare const de_EnterStandbyCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<EnterStandbyCommandOutput>;
714
- export declare const de_ExecutePolicyCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<ExecutePolicyCommandOutput>;
718
- export declare const de_ExitStandbyCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<ExitStandbyCommandOutput>;
722
- export declare const de_GetPredictiveScalingForecastCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<GetPredictiveScalingForecastCommandOutput>;
726
- export declare const de_PutLifecycleHookCommand: (
727
- output: __HttpResponse,
728
- context: __SerdeContext
729
- ) => Promise<PutLifecycleHookCommandOutput>;
730
- export declare const de_PutNotificationConfigurationCommand: (
731
- output: __HttpResponse,
732
- context: __SerdeContext
733
- ) => Promise<PutNotificationConfigurationCommandOutput>;
734
- export declare const de_PutScalingPolicyCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<PutScalingPolicyCommandOutput>;
738
- export declare const de_PutScheduledUpdateGroupActionCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<PutScheduledUpdateGroupActionCommandOutput>;
742
- export declare const de_PutWarmPoolCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<PutWarmPoolCommandOutput>;
746
- export declare const de_RecordLifecycleActionHeartbeatCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<RecordLifecycleActionHeartbeatCommandOutput>;
750
- export declare const de_ResumeProcessesCommand: (
751
- output: __HttpResponse,
752
- context: __SerdeContext
753
- ) => Promise<ResumeProcessesCommandOutput>;
754
- export declare const de_RollbackInstanceRefreshCommand: (
755
- output: __HttpResponse,
756
- context: __SerdeContext
757
- ) => Promise<RollbackInstanceRefreshCommandOutput>;
758
- export declare const de_SetDesiredCapacityCommand: (
759
- output: __HttpResponse,
760
- context: __SerdeContext
761
- ) => Promise<SetDesiredCapacityCommandOutput>;
762
- export declare const de_SetInstanceHealthCommand: (
763
- output: __HttpResponse,
764
- context: __SerdeContext
765
- ) => Promise<SetInstanceHealthCommandOutput>;
766
- export declare const de_SetInstanceProtectionCommand: (
767
- output: __HttpResponse,
768
- context: __SerdeContext
769
- ) => Promise<SetInstanceProtectionCommandOutput>;
770
- export declare const de_StartInstanceRefreshCommand: (
771
- output: __HttpResponse,
772
- context: __SerdeContext
773
- ) => Promise<StartInstanceRefreshCommandOutput>;
774
- export declare const de_SuspendProcessesCommand: (
775
- output: __HttpResponse,
776
- context: __SerdeContext
777
- ) => Promise<SuspendProcessesCommandOutput>;
778
- export declare const de_TerminateInstanceInAutoScalingGroupCommand: (
779
- output: __HttpResponse,
780
- context: __SerdeContext
781
- ) => Promise<TerminateInstanceInAutoScalingGroupCommandOutput>;
782
- export declare const de_UpdateAutoScalingGroupCommand: (
783
- output: __HttpResponse,
784
- context: __SerdeContext
785
- ) => Promise<UpdateAutoScalingGroupCommandOutput>;