@aws-sdk/client-auto-scaling 3.929.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

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.