@aws-sdk/client-auto-scaling 3.278.0 → 3.281.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 (67) hide show
  1. package/README.md +523 -0
  2. package/dist-types/commands/AttachInstancesCommand.d.ts +6 -0
  3. package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +6 -0
  4. package/dist-types/commands/AttachLoadBalancersCommand.d.ts +6 -0
  5. package/dist-types/commands/AttachTrafficSourcesCommand.d.ts +6 -0
  6. package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +6 -0
  7. package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +6 -0
  8. package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +6 -0
  9. package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +6 -0
  17. package/dist-types/commands/DeletePolicyCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteTagsCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteWarmPoolCommand.d.ts +6 -0
  21. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -0
  22. package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +6 -0
  23. package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +6 -0
  24. package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +6 -0
  25. package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +6 -0
  26. package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +6 -0
  27. package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +6 -0
  28. package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +6 -0
  29. package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +6 -0
  30. package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +6 -0
  31. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -0
  32. package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +6 -0
  33. package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +6 -0
  34. package/dist-types/commands/DescribePoliciesCommand.d.ts +6 -0
  35. package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +6 -0
  36. package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +6 -0
  37. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +6 -0
  38. package/dist-types/commands/DescribeTagsCommand.d.ts +6 -0
  39. package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +6 -0
  40. package/dist-types/commands/DescribeTrafficSourcesCommand.d.ts +6 -0
  41. package/dist-types/commands/DescribeWarmPoolCommand.d.ts +6 -0
  42. package/dist-types/commands/DetachInstancesCommand.d.ts +6 -0
  43. package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +6 -0
  44. package/dist-types/commands/DetachLoadBalancersCommand.d.ts +6 -0
  45. package/dist-types/commands/DetachTrafficSourcesCommand.d.ts +6 -0
  46. package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +6 -0
  47. package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +6 -0
  48. package/dist-types/commands/EnterStandbyCommand.d.ts +6 -0
  49. package/dist-types/commands/ExecutePolicyCommand.d.ts +6 -0
  50. package/dist-types/commands/ExitStandbyCommand.d.ts +6 -0
  51. package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +6 -0
  52. package/dist-types/commands/PutLifecycleHookCommand.d.ts +6 -0
  53. package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +6 -0
  54. package/dist-types/commands/PutScalingPolicyCommand.d.ts +6 -0
  55. package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +6 -0
  56. package/dist-types/commands/PutWarmPoolCommand.d.ts +6 -0
  57. package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +6 -0
  58. package/dist-types/commands/ResumeProcessesCommand.d.ts +6 -0
  59. package/dist-types/commands/RollbackInstanceRefreshCommand.d.ts +6 -0
  60. package/dist-types/commands/SetDesiredCapacityCommand.d.ts +6 -0
  61. package/dist-types/commands/SetInstanceHealthCommand.d.ts +6 -0
  62. package/dist-types/commands/SetInstanceProtectionCommand.d.ts +6 -0
  63. package/dist-types/commands/StartInstanceRefreshCommand.d.ts +6 -0
  64. package/dist-types/commands/SuspendProcessesCommand.d.ts +6 -0
  65. package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +6 -0
  66. package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +6 -0
  67. package/package.json +6 -6
package/README.md CHANGED
@@ -207,3 +207,526 @@ To contribute to client you can check our [generate clients scripts](https://git
207
207
  This SDK is distributed under the
208
208
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
209
209
  see LICENSE for more information.
210
+
211
+ ## Client Commands (Operations List)
212
+
213
+ <details>
214
+ <summary>
215
+ AttachInstances
216
+ </summary>
217
+
218
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/attachinstancescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/attachinstancescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/attachinstancescommandoutput.html)
219
+
220
+ </details>
221
+ <details>
222
+ <summary>
223
+ AttachLoadBalancers
224
+ </summary>
225
+
226
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/attachloadbalancerscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/attachloadbalancerscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/attachloadbalancerscommandoutput.html)
227
+
228
+ </details>
229
+ <details>
230
+ <summary>
231
+ AttachLoadBalancerTargetGroups
232
+ </summary>
233
+
234
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/attachloadbalancertargetgroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/attachloadbalancertargetgroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/attachloadbalancertargetgroupscommandoutput.html)
235
+
236
+ </details>
237
+ <details>
238
+ <summary>
239
+ AttachTrafficSources
240
+ </summary>
241
+
242
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/attachtrafficsourcescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/attachtrafficsourcescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/attachtrafficsourcescommandoutput.html)
243
+
244
+ </details>
245
+ <details>
246
+ <summary>
247
+ BatchDeleteScheduledAction
248
+ </summary>
249
+
250
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/batchdeletescheduledactioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/batchdeletescheduledactioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/batchdeletescheduledactioncommandoutput.html)
251
+
252
+ </details>
253
+ <details>
254
+ <summary>
255
+ BatchPutScheduledUpdateGroupAction
256
+ </summary>
257
+
258
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/batchputscheduledupdategroupactioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/batchputscheduledupdategroupactioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/batchputscheduledupdategroupactioncommandoutput.html)
259
+
260
+ </details>
261
+ <details>
262
+ <summary>
263
+ CancelInstanceRefresh
264
+ </summary>
265
+
266
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/cancelinstancerefreshcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/cancelinstancerefreshcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/cancelinstancerefreshcommandoutput.html)
267
+
268
+ </details>
269
+ <details>
270
+ <summary>
271
+ CompleteLifecycleAction
272
+ </summary>
273
+
274
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/completelifecycleactioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/completelifecycleactioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/completelifecycleactioncommandoutput.html)
275
+
276
+ </details>
277
+ <details>
278
+ <summary>
279
+ CreateAutoScalingGroup
280
+ </summary>
281
+
282
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/createautoscalinggroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/createautoscalinggroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/createautoscalinggroupcommandoutput.html)
283
+
284
+ </details>
285
+ <details>
286
+ <summary>
287
+ CreateLaunchConfiguration
288
+ </summary>
289
+
290
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/createlaunchconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/createlaunchconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/createlaunchconfigurationcommandoutput.html)
291
+
292
+ </details>
293
+ <details>
294
+ <summary>
295
+ CreateOrUpdateTags
296
+ </summary>
297
+
298
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/createorupdatetagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/createorupdatetagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/createorupdatetagscommandoutput.html)
299
+
300
+ </details>
301
+ <details>
302
+ <summary>
303
+ DeleteAutoScalingGroup
304
+ </summary>
305
+
306
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/deleteautoscalinggroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/deleteautoscalinggroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/deleteautoscalinggroupcommandoutput.html)
307
+
308
+ </details>
309
+ <details>
310
+ <summary>
311
+ DeleteLaunchConfiguration
312
+ </summary>
313
+
314
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/deletelaunchconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/deletelaunchconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/deletelaunchconfigurationcommandoutput.html)
315
+
316
+ </details>
317
+ <details>
318
+ <summary>
319
+ DeleteLifecycleHook
320
+ </summary>
321
+
322
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/deletelifecyclehookcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/deletelifecyclehookcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/deletelifecyclehookcommandoutput.html)
323
+
324
+ </details>
325
+ <details>
326
+ <summary>
327
+ DeleteNotificationConfiguration
328
+ </summary>
329
+
330
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/deletenotificationconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/deletenotificationconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/deletenotificationconfigurationcommandoutput.html)
331
+
332
+ </details>
333
+ <details>
334
+ <summary>
335
+ DeletePolicy
336
+ </summary>
337
+
338
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/deletepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/deletepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/deletepolicycommandoutput.html)
339
+
340
+ </details>
341
+ <details>
342
+ <summary>
343
+ DeleteScheduledAction
344
+ </summary>
345
+
346
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/deletescheduledactioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/deletescheduledactioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/deletescheduledactioncommandoutput.html)
347
+
348
+ </details>
349
+ <details>
350
+ <summary>
351
+ DeleteTags
352
+ </summary>
353
+
354
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/deletetagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/deletetagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/deletetagscommandoutput.html)
355
+
356
+ </details>
357
+ <details>
358
+ <summary>
359
+ DeleteWarmPool
360
+ </summary>
361
+
362
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/deletewarmpoolcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/deletewarmpoolcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/deletewarmpoolcommandoutput.html)
363
+
364
+ </details>
365
+ <details>
366
+ <summary>
367
+ DescribeAccountLimits
368
+ </summary>
369
+
370
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/describeaccountlimitscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describeaccountlimitscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describeaccountlimitscommandoutput.html)
371
+
372
+ </details>
373
+ <details>
374
+ <summary>
375
+ DescribeAdjustmentTypes
376
+ </summary>
377
+
378
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/describeadjustmenttypescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describeadjustmenttypescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describeadjustmenttypescommandoutput.html)
379
+
380
+ </details>
381
+ <details>
382
+ <summary>
383
+ DescribeAutoScalingGroups
384
+ </summary>
385
+
386
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/describeautoscalinggroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describeautoscalinggroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describeautoscalinggroupscommandoutput.html)
387
+
388
+ </details>
389
+ <details>
390
+ <summary>
391
+ DescribeAutoScalingInstances
392
+ </summary>
393
+
394
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/describeautoscalinginstancescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describeautoscalinginstancescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describeautoscalinginstancescommandoutput.html)
395
+
396
+ </details>
397
+ <details>
398
+ <summary>
399
+ DescribeAutoScalingNotificationTypes
400
+ </summary>
401
+
402
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/describeautoscalingnotificationtypescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describeautoscalingnotificationtypescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describeautoscalingnotificationtypescommandoutput.html)
403
+
404
+ </details>
405
+ <details>
406
+ <summary>
407
+ DescribeInstanceRefreshes
408
+ </summary>
409
+
410
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/describeinstancerefreshescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describeinstancerefreshescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describeinstancerefreshescommandoutput.html)
411
+
412
+ </details>
413
+ <details>
414
+ <summary>
415
+ DescribeLaunchConfigurations
416
+ </summary>
417
+
418
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/describelaunchconfigurationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describelaunchconfigurationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describelaunchconfigurationscommandoutput.html)
419
+
420
+ </details>
421
+ <details>
422
+ <summary>
423
+ DescribeLifecycleHooks
424
+ </summary>
425
+
426
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/describelifecyclehookscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describelifecyclehookscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describelifecyclehookscommandoutput.html)
427
+
428
+ </details>
429
+ <details>
430
+ <summary>
431
+ DescribeLifecycleHookTypes
432
+ </summary>
433
+
434
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/describelifecyclehooktypescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describelifecyclehooktypescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describelifecyclehooktypescommandoutput.html)
435
+
436
+ </details>
437
+ <details>
438
+ <summary>
439
+ DescribeLoadBalancers
440
+ </summary>
441
+
442
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/describeloadbalancerscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describeloadbalancerscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describeloadbalancerscommandoutput.html)
443
+
444
+ </details>
445
+ <details>
446
+ <summary>
447
+ DescribeLoadBalancerTargetGroups
448
+ </summary>
449
+
450
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/describeloadbalancertargetgroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describeloadbalancertargetgroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describeloadbalancertargetgroupscommandoutput.html)
451
+
452
+ </details>
453
+ <details>
454
+ <summary>
455
+ DescribeMetricCollectionTypes
456
+ </summary>
457
+
458
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/describemetriccollectiontypescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describemetriccollectiontypescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describemetriccollectiontypescommandoutput.html)
459
+
460
+ </details>
461
+ <details>
462
+ <summary>
463
+ DescribeNotificationConfigurations
464
+ </summary>
465
+
466
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/describenotificationconfigurationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describenotificationconfigurationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describenotificationconfigurationscommandoutput.html)
467
+
468
+ </details>
469
+ <details>
470
+ <summary>
471
+ DescribePolicies
472
+ </summary>
473
+
474
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/describepoliciescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describepoliciescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describepoliciescommandoutput.html)
475
+
476
+ </details>
477
+ <details>
478
+ <summary>
479
+ DescribeScalingActivities
480
+ </summary>
481
+
482
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/describescalingactivitiescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describescalingactivitiescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describescalingactivitiescommandoutput.html)
483
+
484
+ </details>
485
+ <details>
486
+ <summary>
487
+ DescribeScalingProcessTypes
488
+ </summary>
489
+
490
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/describescalingprocesstypescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describescalingprocesstypescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describescalingprocesstypescommandoutput.html)
491
+
492
+ </details>
493
+ <details>
494
+ <summary>
495
+ DescribeScheduledActions
496
+ </summary>
497
+
498
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/describescheduledactionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describescheduledactionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describescheduledactionscommandoutput.html)
499
+
500
+ </details>
501
+ <details>
502
+ <summary>
503
+ DescribeTags
504
+ </summary>
505
+
506
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/describetagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describetagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describetagscommandoutput.html)
507
+
508
+ </details>
509
+ <details>
510
+ <summary>
511
+ DescribeTerminationPolicyTypes
512
+ </summary>
513
+
514
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/describeterminationpolicytypescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describeterminationpolicytypescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describeterminationpolicytypescommandoutput.html)
515
+
516
+ </details>
517
+ <details>
518
+ <summary>
519
+ DescribeTrafficSources
520
+ </summary>
521
+
522
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/describetrafficsourcescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describetrafficsourcescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describetrafficsourcescommandoutput.html)
523
+
524
+ </details>
525
+ <details>
526
+ <summary>
527
+ DescribeWarmPool
528
+ </summary>
529
+
530
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/describewarmpoolcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describewarmpoolcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/describewarmpoolcommandoutput.html)
531
+
532
+ </details>
533
+ <details>
534
+ <summary>
535
+ DetachInstances
536
+ </summary>
537
+
538
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/detachinstancescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/detachinstancescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/detachinstancescommandoutput.html)
539
+
540
+ </details>
541
+ <details>
542
+ <summary>
543
+ DetachLoadBalancers
544
+ </summary>
545
+
546
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/detachloadbalancerscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/detachloadbalancerscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/detachloadbalancerscommandoutput.html)
547
+
548
+ </details>
549
+ <details>
550
+ <summary>
551
+ DetachLoadBalancerTargetGroups
552
+ </summary>
553
+
554
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/detachloadbalancertargetgroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/detachloadbalancertargetgroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/detachloadbalancertargetgroupscommandoutput.html)
555
+
556
+ </details>
557
+ <details>
558
+ <summary>
559
+ DetachTrafficSources
560
+ </summary>
561
+
562
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/detachtrafficsourcescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/detachtrafficsourcescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/detachtrafficsourcescommandoutput.html)
563
+
564
+ </details>
565
+ <details>
566
+ <summary>
567
+ DisableMetricsCollection
568
+ </summary>
569
+
570
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/disablemetricscollectioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/disablemetricscollectioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/disablemetricscollectioncommandoutput.html)
571
+
572
+ </details>
573
+ <details>
574
+ <summary>
575
+ EnableMetricsCollection
576
+ </summary>
577
+
578
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/enablemetricscollectioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/enablemetricscollectioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/enablemetricscollectioncommandoutput.html)
579
+
580
+ </details>
581
+ <details>
582
+ <summary>
583
+ EnterStandby
584
+ </summary>
585
+
586
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/enterstandbycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/enterstandbycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/enterstandbycommandoutput.html)
587
+
588
+ </details>
589
+ <details>
590
+ <summary>
591
+ ExecutePolicy
592
+ </summary>
593
+
594
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/executepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/executepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/executepolicycommandoutput.html)
595
+
596
+ </details>
597
+ <details>
598
+ <summary>
599
+ ExitStandby
600
+ </summary>
601
+
602
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/exitstandbycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/exitstandbycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/exitstandbycommandoutput.html)
603
+
604
+ </details>
605
+ <details>
606
+ <summary>
607
+ GetPredictiveScalingForecast
608
+ </summary>
609
+
610
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/getpredictivescalingforecastcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/getpredictivescalingforecastcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/getpredictivescalingforecastcommandoutput.html)
611
+
612
+ </details>
613
+ <details>
614
+ <summary>
615
+ PutLifecycleHook
616
+ </summary>
617
+
618
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/putlifecyclehookcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/putlifecyclehookcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/putlifecyclehookcommandoutput.html)
619
+
620
+ </details>
621
+ <details>
622
+ <summary>
623
+ PutNotificationConfiguration
624
+ </summary>
625
+
626
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/putnotificationconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/putnotificationconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/putnotificationconfigurationcommandoutput.html)
627
+
628
+ </details>
629
+ <details>
630
+ <summary>
631
+ PutScalingPolicy
632
+ </summary>
633
+
634
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/putscalingpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/putscalingpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/putscalingpolicycommandoutput.html)
635
+
636
+ </details>
637
+ <details>
638
+ <summary>
639
+ PutScheduledUpdateGroupAction
640
+ </summary>
641
+
642
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/putscheduledupdategroupactioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/putscheduledupdategroupactioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/putscheduledupdategroupactioncommandoutput.html)
643
+
644
+ </details>
645
+ <details>
646
+ <summary>
647
+ PutWarmPool
648
+ </summary>
649
+
650
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/putwarmpoolcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/putwarmpoolcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/putwarmpoolcommandoutput.html)
651
+
652
+ </details>
653
+ <details>
654
+ <summary>
655
+ RecordLifecycleActionHeartbeat
656
+ </summary>
657
+
658
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/recordlifecycleactionheartbeatcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/recordlifecycleactionheartbeatcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/recordlifecycleactionheartbeatcommandoutput.html)
659
+
660
+ </details>
661
+ <details>
662
+ <summary>
663
+ ResumeProcesses
664
+ </summary>
665
+
666
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/resumeprocessescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/resumeprocessescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/resumeprocessescommandoutput.html)
667
+
668
+ </details>
669
+ <details>
670
+ <summary>
671
+ RollbackInstanceRefresh
672
+ </summary>
673
+
674
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/rollbackinstancerefreshcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/rollbackinstancerefreshcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/rollbackinstancerefreshcommandoutput.html)
675
+
676
+ </details>
677
+ <details>
678
+ <summary>
679
+ SetDesiredCapacity
680
+ </summary>
681
+
682
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/setdesiredcapacitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/setdesiredcapacitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/setdesiredcapacitycommandoutput.html)
683
+
684
+ </details>
685
+ <details>
686
+ <summary>
687
+ SetInstanceHealth
688
+ </summary>
689
+
690
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/setinstancehealthcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/setinstancehealthcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/setinstancehealthcommandoutput.html)
691
+
692
+ </details>
693
+ <details>
694
+ <summary>
695
+ SetInstanceProtection
696
+ </summary>
697
+
698
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/setinstanceprotectioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/setinstanceprotectioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/setinstanceprotectioncommandoutput.html)
699
+
700
+ </details>
701
+ <details>
702
+ <summary>
703
+ StartInstanceRefresh
704
+ </summary>
705
+
706
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/startinstancerefreshcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/startinstancerefreshcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/startinstancerefreshcommandoutput.html)
707
+
708
+ </details>
709
+ <details>
710
+ <summary>
711
+ SuspendProcesses
712
+ </summary>
713
+
714
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/suspendprocessescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/suspendprocessescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/suspendprocessescommandoutput.html)
715
+
716
+ </details>
717
+ <details>
718
+ <summary>
719
+ TerminateInstanceInAutoScalingGroup
720
+ </summary>
721
+
722
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/terminateinstanceinautoscalinggroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/terminateinstanceinautoscalinggroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/terminateinstanceinautoscalinggroupcommandoutput.html)
723
+
724
+ </details>
725
+ <details>
726
+ <summary>
727
+ UpdateAutoScalingGroup
728
+ </summary>
729
+
730
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/classes/updateautoscalinggroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/updateautoscalinggroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-auto-scaling/interfaces/updateautoscalinggroupcommandoutput.html)
731
+
732
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
5
  import { AttachInstancesQuery } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AttachInstancesCommand}.
8
+ */
6
9
  export interface AttachInstancesCommandInput extends AttachInstancesQuery {
7
10
  }
11
+ /**
12
+ * The output of {@link AttachInstancesCommand}.
13
+ */
8
14
  export interface AttachInstancesCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
5
  import { AttachLoadBalancerTargetGroupsResultType, AttachLoadBalancerTargetGroupsType } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AttachLoadBalancerTargetGroupsCommand}.
8
+ */
6
9
  export interface AttachLoadBalancerTargetGroupsCommandInput extends AttachLoadBalancerTargetGroupsType {
7
10
  }
11
+ /**
12
+ * The output of {@link AttachLoadBalancerTargetGroupsCommand}.
13
+ */
8
14
  export interface AttachLoadBalancerTargetGroupsCommandOutput extends AttachLoadBalancerTargetGroupsResultType, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
5
  import { AttachLoadBalancersResultType, AttachLoadBalancersType } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AttachLoadBalancersCommand}.
8
+ */
6
9
  export interface AttachLoadBalancersCommandInput extends AttachLoadBalancersType {
7
10
  }
11
+ /**
12
+ * The output of {@link AttachLoadBalancersCommand}.
13
+ */
8
14
  export interface AttachLoadBalancersCommandOutput extends AttachLoadBalancersResultType, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
5
  import { AttachTrafficSourcesResultType, AttachTrafficSourcesType } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AttachTrafficSourcesCommand}.
8
+ */
6
9
  export interface AttachTrafficSourcesCommandInput extends AttachTrafficSourcesType {
7
10
  }
11
+ /**
12
+ * The output of {@link AttachTrafficSourcesCommand}.
13
+ */
8
14
  export interface AttachTrafficSourcesCommandOutput extends AttachTrafficSourcesResultType, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
5
  import { BatchDeleteScheduledActionAnswer, BatchDeleteScheduledActionType } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchDeleteScheduledActionCommand}.
8
+ */
6
9
  export interface BatchDeleteScheduledActionCommandInput extends BatchDeleteScheduledActionType {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchDeleteScheduledActionCommand}.
13
+ */
8
14
  export interface BatchDeleteScheduledActionCommandOutput extends BatchDeleteScheduledActionAnswer, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
5
  import { BatchPutScheduledUpdateGroupActionAnswer, BatchPutScheduledUpdateGroupActionType } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchPutScheduledUpdateGroupActionCommand}.
8
+ */
6
9
  export interface BatchPutScheduledUpdateGroupActionCommandInput extends BatchPutScheduledUpdateGroupActionType {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchPutScheduledUpdateGroupActionCommand}.
13
+ */
8
14
  export interface BatchPutScheduledUpdateGroupActionCommandOutput extends BatchPutScheduledUpdateGroupActionAnswer, __MetadataBearer {
9
15
  }
10
16
  /**