@aws-sdk/client-auto-scaling 3.32.0 → 3.36.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 (919) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/dist-cjs/AutoScaling.js +938 -0
  3. package/dist-cjs/AutoScalingClient.js +56 -0
  4. package/dist-cjs/commands/AttachInstancesCommand.js +69 -0
  5. package/dist-cjs/commands/AttachLoadBalancerTargetGroupsCommand.js +78 -0
  6. package/dist-cjs/commands/AttachLoadBalancersCommand.js +70 -0
  7. package/dist-cjs/commands/BatchDeleteScheduledActionCommand.js +60 -0
  8. package/dist-cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js +60 -0
  9. package/dist-cjs/commands/CancelInstanceRefreshCommand.js +65 -0
  10. package/dist-cjs/commands/CompleteLifecycleActionCommand.js +91 -0
  11. package/dist-cjs/commands/CreateAutoScalingGroupCommand.js +78 -0
  12. package/dist-cjs/commands/CreateLaunchConfigurationCommand.js +66 -0
  13. package/dist-cjs/commands/CreateOrUpdateTagsCommand.js +64 -0
  14. package/dist-cjs/commands/DeleteAutoScalingGroupCommand.js +69 -0
  15. package/dist-cjs/commands/DeleteLaunchConfigurationCommand.js +62 -0
  16. package/dist-cjs/commands/DeleteLifecycleHookCommand.js +63 -0
  17. package/dist-cjs/commands/DeleteNotificationConfigurationCommand.js +60 -0
  18. package/dist-cjs/commands/DeletePolicyCommand.js +65 -0
  19. package/dist-cjs/commands/DeleteScheduledActionCommand.js +60 -0
  20. package/dist-cjs/commands/DeleteTagsCommand.js +60 -0
  21. package/dist-cjs/commands/DeleteWarmPoolCommand.js +62 -0
  22. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +64 -0
  23. package/dist-cjs/commands/DescribeAdjustmentTypesCommand.js +79 -0
  24. package/dist-cjs/commands/DescribeAutoScalingGroupsCommand.js +62 -0
  25. package/dist-cjs/commands/DescribeAutoScalingInstancesCommand.js +60 -0
  26. package/dist-cjs/commands/DescribeAutoScalingNotificationTypesCommand.js +60 -0
  27. package/dist-cjs/commands/DescribeInstanceRefreshesCommand.js +98 -0
  28. package/dist-cjs/commands/DescribeLaunchConfigurationsCommand.js +60 -0
  29. package/dist-cjs/commands/DescribeLifecycleHookTypesCommand.js +73 -0
  30. package/dist-cjs/commands/DescribeLifecycleHooksCommand.js +60 -0
  31. package/dist-cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js +79 -0
  32. package/dist-cjs/commands/DescribeLoadBalancersCommand.js +81 -0
  33. package/dist-cjs/commands/DescribeMetricCollectionTypesCommand.js +62 -0
  34. package/dist-cjs/commands/DescribeNotificationConfigurationsCommand.js +61 -0
  35. package/dist-cjs/commands/DescribePoliciesCommand.js +60 -0
  36. package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +68 -0
  37. package/dist-cjs/commands/DescribeScalingProcessTypesCommand.js +61 -0
  38. package/dist-cjs/commands/DescribeScheduledActionsCommand.js +63 -0
  39. package/dist-cjs/commands/DescribeTagsCommand.js +68 -0
  40. package/dist-cjs/commands/DescribeTerminationPolicyTypesCommand.js +63 -0
  41. package/dist-cjs/commands/DescribeWarmPoolCommand.js +62 -0
  42. package/dist-cjs/commands/DetachInstancesCommand.js +69 -0
  43. package/dist-cjs/commands/DetachLoadBalancerTargetGroupsCommand.js +60 -0
  44. package/dist-cjs/commands/DetachLoadBalancersCommand.js +65 -0
  45. package/dist-cjs/commands/DisableMetricsCollectionCommand.js +60 -0
  46. package/dist-cjs/commands/EnableMetricsCollectionCommand.js +61 -0
  47. package/dist-cjs/commands/EnterStandbyCommand.js +69 -0
  48. package/dist-cjs/commands/ExecutePolicyCommand.js +61 -0
  49. package/dist-cjs/commands/ExitStandbyCommand.js +65 -0
  50. package/dist-cjs/commands/GetPredictiveScalingForecastCommand.js +68 -0
  51. package/dist-cjs/commands/PutLifecycleHookCommand.js +97 -0
  52. package/dist-cjs/commands/PutNotificationConfigurationCommand.js +68 -0
  53. package/dist-cjs/commands/PutScalingPolicyCommand.js +69 -0
  54. package/dist-cjs/commands/PutScheduledUpdateGroupActionCommand.js +64 -0
  55. package/dist-cjs/commands/PutWarmPoolCommand.js +69 -0
  56. package/dist-cjs/commands/RecordLifecycleActionHeartbeatCommand.js +92 -0
  57. package/dist-cjs/commands/ResumeProcessesCommand.js +63 -0
  58. package/dist-cjs/commands/SetDesiredCapacityCommand.js +65 -0
  59. package/dist-cjs/commands/SetInstanceHealthCommand.js +62 -0
  60. package/dist-cjs/commands/SetInstanceProtectionCommand.js +66 -0
  61. package/dist-cjs/commands/StartInstanceRefreshCommand.js +74 -0
  62. package/dist-cjs/commands/SuspendProcessesCommand.js +66 -0
  63. package/dist-cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js +71 -0
  64. package/dist-cjs/commands/UpdateAutoScalingGroupCommand.js +104 -0
  65. package/dist-cjs/endpoints.js +56 -0
  66. package/dist-cjs/index.js +79 -0
  67. package/dist-cjs/models/index.js +4 -0
  68. package/dist-cjs/models/models_0.js +1519 -0
  69. package/dist-cjs/pagination/DescribeAutoScalingGroupsPaginator.js +45 -0
  70. package/dist-cjs/pagination/DescribeAutoScalingInstancesPaginator.js +45 -0
  71. package/dist-cjs/pagination/DescribeLaunchConfigurationsPaginator.js +45 -0
  72. package/dist-cjs/pagination/DescribeNotificationConfigurationsPaginator.js +45 -0
  73. package/dist-cjs/pagination/DescribePoliciesPaginator.js +45 -0
  74. package/dist-cjs/pagination/DescribeScalingActivitiesPaginator.js +45 -0
  75. package/dist-cjs/pagination/DescribeScheduledActionsPaginator.js +45 -0
  76. package/dist-cjs/pagination/DescribeTagsPaginator.js +45 -0
  77. package/dist-cjs/pagination/Interfaces.js +2 -0
  78. package/dist-cjs/protocols/Aws_query.js +8275 -0
  79. package/dist-cjs/runtimeConfig.browser.js +41 -0
  80. package/dist-cjs/runtimeConfig.js +46 -0
  81. package/dist-cjs/runtimeConfig.native.js +19 -0
  82. package/dist-cjs/runtimeConfig.shared.js +20 -0
  83. package/dist-cjs/waiters/waitForGroupExists.js +54 -0
  84. package/dist-cjs/waiters/waitForGroupInService.js +76 -0
  85. package/dist-cjs/waiters/waitForGroupNotExists.js +54 -0
  86. package/dist-es/AutoScaling.js +925 -0
  87. package/dist-es/AutoScalingClient.js +37 -0
  88. package/dist-es/commands/AttachInstancesCommand.js +39 -0
  89. package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +39 -0
  90. package/dist-es/commands/AttachLoadBalancersCommand.js +39 -0
  91. package/dist-es/commands/BatchDeleteScheduledActionCommand.js +39 -0
  92. package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +39 -0
  93. package/dist-es/commands/CancelInstanceRefreshCommand.js +39 -0
  94. package/dist-es/commands/CompleteLifecycleActionCommand.js +39 -0
  95. package/dist-es/commands/CreateAutoScalingGroupCommand.js +39 -0
  96. package/dist-es/commands/CreateLaunchConfigurationCommand.js +39 -0
  97. package/dist-es/commands/CreateOrUpdateTagsCommand.js +39 -0
  98. package/dist-es/commands/DeleteAutoScalingGroupCommand.js +39 -0
  99. package/dist-es/commands/DeleteLaunchConfigurationCommand.js +39 -0
  100. package/dist-es/commands/DeleteLifecycleHookCommand.js +39 -0
  101. package/dist-es/commands/DeleteNotificationConfigurationCommand.js +39 -0
  102. package/dist-es/commands/DeletePolicyCommand.js +39 -0
  103. package/dist-es/commands/DeleteScheduledActionCommand.js +39 -0
  104. package/dist-es/commands/DeleteTagsCommand.js +39 -0
  105. package/dist-es/commands/DeleteWarmPoolCommand.js +39 -0
  106. package/dist-es/commands/DescribeAccountLimitsCommand.js +39 -0
  107. package/dist-es/commands/DescribeAdjustmentTypesCommand.js +39 -0
  108. package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +39 -0
  109. package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +39 -0
  110. package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +39 -0
  111. package/dist-es/commands/DescribeInstanceRefreshesCommand.js +39 -0
  112. package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +39 -0
  113. package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +39 -0
  114. package/dist-es/commands/DescribeLifecycleHooksCommand.js +39 -0
  115. package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +39 -0
  116. package/dist-es/commands/DescribeLoadBalancersCommand.js +39 -0
  117. package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +39 -0
  118. package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +39 -0
  119. package/dist-es/commands/DescribePoliciesCommand.js +39 -0
  120. package/dist-es/commands/DescribeScalingActivitiesCommand.js +39 -0
  121. package/dist-es/commands/DescribeScalingProcessTypesCommand.js +39 -0
  122. package/dist-es/commands/DescribeScheduledActionsCommand.js +39 -0
  123. package/dist-es/commands/DescribeTagsCommand.js +39 -0
  124. package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +39 -0
  125. package/dist-es/commands/DescribeWarmPoolCommand.js +39 -0
  126. package/dist-es/commands/DetachInstancesCommand.js +39 -0
  127. package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +39 -0
  128. package/dist-es/commands/DetachLoadBalancersCommand.js +39 -0
  129. package/dist-es/commands/DisableMetricsCollectionCommand.js +39 -0
  130. package/dist-es/commands/EnableMetricsCollectionCommand.js +39 -0
  131. package/dist-es/commands/EnterStandbyCommand.js +39 -0
  132. package/dist-es/commands/ExecutePolicyCommand.js +39 -0
  133. package/dist-es/commands/ExitStandbyCommand.js +39 -0
  134. package/dist-es/commands/GetPredictiveScalingForecastCommand.js +39 -0
  135. package/dist-es/commands/PutLifecycleHookCommand.js +39 -0
  136. package/dist-es/commands/PutNotificationConfigurationCommand.js +39 -0
  137. package/dist-es/commands/PutScalingPolicyCommand.js +39 -0
  138. package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +39 -0
  139. package/dist-es/commands/PutWarmPoolCommand.js +39 -0
  140. package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +39 -0
  141. package/dist-es/commands/ResumeProcessesCommand.js +39 -0
  142. package/dist-es/commands/SetDesiredCapacityCommand.js +39 -0
  143. package/dist-es/commands/SetInstanceHealthCommand.js +39 -0
  144. package/dist-es/commands/SetInstanceProtectionCommand.js +39 -0
  145. package/dist-es/commands/StartInstanceRefreshCommand.js +39 -0
  146. package/dist-es/commands/SuspendProcessesCommand.js +39 -0
  147. package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +39 -0
  148. package/dist-es/commands/UpdateAutoScalingGroupCommand.js +39 -0
  149. package/dist-es/endpoints.js +52 -0
  150. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  151. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  152. package/dist-es/models/models_0.js +739 -0
  153. package/dist-es/pagination/DescribeAutoScalingGroupsPaginator.js +74 -0
  154. package/dist-es/pagination/DescribeAutoScalingInstancesPaginator.js +74 -0
  155. package/dist-es/pagination/DescribeLaunchConfigurationsPaginator.js +74 -0
  156. package/dist-es/pagination/DescribeNotificationConfigurationsPaginator.js +74 -0
  157. package/dist-es/pagination/DescribePoliciesPaginator.js +74 -0
  158. package/dist-es/pagination/DescribeScalingActivitiesPaginator.js +74 -0
  159. package/dist-es/pagination/DescribeScheduledActionsPaginator.js +74 -0
  160. package/dist-es/pagination/DescribeTagsPaginator.js +74 -0
  161. package/dist-es/pagination/Interfaces.js +1 -0
  162. package/dist-es/protocols/Aws_query.js +9124 -0
  163. package/dist-es/runtimeConfig.browser.js +16 -0
  164. package/dist-es/runtimeConfig.js +21 -0
  165. package/dist-es/runtimeConfig.native.js +8 -0
  166. package/dist-es/runtimeConfig.shared.js +13 -0
  167. package/dist-es/waiters/waitForGroupExists.js +60 -0
  168. package/dist-es/waiters/waitForGroupInService.js +82 -0
  169. package/dist-es/waiters/waitForGroupNotExists.js +60 -0
  170. package/dist-types/AutoScaling.d.ts +941 -0
  171. package/dist-types/AutoScalingClient.d.ts +206 -0
  172. package/dist-types/commands/AttachInstancesCommand.d.ts +44 -0
  173. package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +53 -0
  174. package/dist-types/commands/AttachLoadBalancersCommand.d.ts +45 -0
  175. package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +35 -0
  176. package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +35 -0
  177. package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +40 -0
  178. package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +66 -0
  179. package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +53 -0
  180. package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +41 -0
  181. package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +39 -0
  182. package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +44 -0
  183. package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +37 -0
  184. package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +38 -0
  185. package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +35 -0
  186. package/dist-types/commands/DeletePolicyCommand.d.ts +40 -0
  187. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +35 -0
  188. package/dist-types/commands/DeleteTagsCommand.d.ts +35 -0
  189. package/dist-types/commands/DeleteWarmPoolCommand.d.ts +37 -0
  190. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +39 -0
  191. package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +54 -0
  192. package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +37 -0
  193. package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +35 -0
  194. package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +35 -0
  195. package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +73 -0
  196. package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +35 -0
  197. package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +48 -0
  198. package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +35 -0
  199. package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +54 -0
  200. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +56 -0
  201. package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +37 -0
  202. package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +36 -0
  203. package/dist-types/commands/DescribePoliciesCommand.d.ts +35 -0
  204. package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +43 -0
  205. package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +36 -0
  206. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +38 -0
  207. package/dist-types/commands/DescribeTagsCommand.d.ts +43 -0
  208. package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +38 -0
  209. package/dist-types/commands/DescribeWarmPoolCommand.d.ts +37 -0
  210. package/dist-types/commands/DetachInstancesCommand.d.ts +44 -0
  211. package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +35 -0
  212. package/dist-types/commands/DetachLoadBalancersCommand.d.ts +40 -0
  213. package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +35 -0
  214. package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +36 -0
  215. package/dist-types/commands/EnterStandbyCommand.d.ts +44 -0
  216. package/dist-types/commands/ExecutePolicyCommand.d.ts +36 -0
  217. package/dist-types/commands/ExitStandbyCommand.d.ts +40 -0
  218. package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +43 -0
  219. package/dist-types/commands/PutLifecycleHookCommand.d.ts +72 -0
  220. package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +43 -0
  221. package/dist-types/commands/PutScalingPolicyCommand.d.ts +44 -0
  222. package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +39 -0
  223. package/dist-types/commands/PutWarmPoolCommand.d.ts +44 -0
  224. package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +67 -0
  225. package/dist-types/commands/ResumeProcessesCommand.d.ts +38 -0
  226. package/dist-types/commands/SetDesiredCapacityCommand.d.ts +40 -0
  227. package/dist-types/commands/SetInstanceHealthCommand.d.ts +37 -0
  228. package/dist-types/commands/SetInstanceProtectionCommand.d.ts +41 -0
  229. package/dist-types/commands/StartInstanceRefreshCommand.d.ts +49 -0
  230. package/dist-types/commands/SuspendProcessesCommand.d.ts +41 -0
  231. package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +46 -0
  232. package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +79 -0
  233. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  234. package/{index.ts → dist-types/index.d.ts} +0 -0
  235. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  236. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  237. package/dist-types/pagination/DescribeAutoScalingGroupsPaginator.d.ts +4 -0
  238. package/dist-types/pagination/DescribeAutoScalingInstancesPaginator.d.ts +4 -0
  239. package/dist-types/pagination/DescribeLaunchConfigurationsPaginator.d.ts +4 -0
  240. package/dist-types/pagination/DescribeNotificationConfigurationsPaginator.d.ts +4 -0
  241. package/dist-types/pagination/DescribePoliciesPaginator.d.ts +4 -0
  242. package/dist-types/pagination/DescribeScalingActivitiesPaginator.d.ts +4 -0
  243. package/dist-types/pagination/DescribeScheduledActionsPaginator.d.ts +4 -0
  244. package/dist-types/pagination/DescribeTagsPaginator.d.ts +4 -0
  245. package/dist-types/pagination/Interfaces.d.ts +6 -0
  246. package/dist-types/protocols/Aws_query.d.ts +185 -0
  247. package/dist-types/runtimeConfig.browser.d.ts +37 -0
  248. package/dist-types/runtimeConfig.d.ts +37 -0
  249. package/dist-types/runtimeConfig.native.d.ts +36 -0
  250. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  251. package/dist-types/ts3.4/AutoScaling.d.ts +941 -0
  252. package/dist-types/ts3.4/AutoScalingClient.d.ts +206 -0
  253. package/dist-types/ts3.4/commands/AttachInstancesCommand.d.ts +44 -0
  254. package/dist-types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +53 -0
  255. package/dist-types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +45 -0
  256. package/dist-types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +35 -0
  257. package/dist-types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +35 -0
  258. package/dist-types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +40 -0
  259. package/dist-types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +66 -0
  260. package/dist-types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +53 -0
  261. package/dist-types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +41 -0
  262. package/dist-types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +39 -0
  263. package/dist-types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +44 -0
  264. package/dist-types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +37 -0
  265. package/dist-types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +38 -0
  266. package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +35 -0
  267. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +40 -0
  268. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +35 -0
  269. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +35 -0
  270. package/dist-types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +37 -0
  271. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +39 -0
  272. package/dist-types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +54 -0
  273. package/dist-types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +37 -0
  274. package/dist-types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +35 -0
  275. package/dist-types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +35 -0
  276. package/dist-types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +73 -0
  277. package/dist-types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +35 -0
  278. package/dist-types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +48 -0
  279. package/dist-types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +35 -0
  280. package/dist-types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +54 -0
  281. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +56 -0
  282. package/dist-types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +37 -0
  283. package/dist-types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +36 -0
  284. package/dist-types/ts3.4/commands/DescribePoliciesCommand.d.ts +35 -0
  285. package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +43 -0
  286. package/dist-types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +36 -0
  287. package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +38 -0
  288. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +43 -0
  289. package/dist-types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +38 -0
  290. package/dist-types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +37 -0
  291. package/dist-types/ts3.4/commands/DetachInstancesCommand.d.ts +44 -0
  292. package/dist-types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +35 -0
  293. package/dist-types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +40 -0
  294. package/dist-types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +35 -0
  295. package/dist-types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +36 -0
  296. package/dist-types/ts3.4/commands/EnterStandbyCommand.d.ts +44 -0
  297. package/dist-types/ts3.4/commands/ExecutePolicyCommand.d.ts +36 -0
  298. package/dist-types/ts3.4/commands/ExitStandbyCommand.d.ts +40 -0
  299. package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +43 -0
  300. package/dist-types/ts3.4/commands/PutLifecycleHookCommand.d.ts +72 -0
  301. package/dist-types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +43 -0
  302. package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +44 -0
  303. package/dist-types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +39 -0
  304. package/dist-types/ts3.4/commands/PutWarmPoolCommand.d.ts +44 -0
  305. package/dist-types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +67 -0
  306. package/dist-types/ts3.4/commands/ResumeProcessesCommand.d.ts +38 -0
  307. package/dist-types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +40 -0
  308. package/dist-types/ts3.4/commands/SetInstanceHealthCommand.d.ts +37 -0
  309. package/dist-types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +41 -0
  310. package/dist-types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +49 -0
  311. package/dist-types/ts3.4/commands/SuspendProcessesCommand.d.ts +41 -0
  312. package/dist-types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +46 -0
  313. package/dist-types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +79 -0
  314. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  315. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  316. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  317. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  318. package/dist-types/ts3.4/pagination/DescribeAutoScalingGroupsPaginator.d.ts +4 -0
  319. package/dist-types/ts3.4/pagination/DescribeAutoScalingInstancesPaginator.d.ts +4 -0
  320. package/dist-types/ts3.4/pagination/DescribeLaunchConfigurationsPaginator.d.ts +4 -0
  321. package/dist-types/ts3.4/pagination/DescribeNotificationConfigurationsPaginator.d.ts +4 -0
  322. package/dist-types/ts3.4/pagination/DescribePoliciesPaginator.d.ts +4 -0
  323. package/dist-types/ts3.4/pagination/DescribeScalingActivitiesPaginator.d.ts +4 -0
  324. package/dist-types/ts3.4/pagination/DescribeScheduledActionsPaginator.d.ts +4 -0
  325. package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +4 -0
  326. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  327. package/dist-types/ts3.4/protocols/Aws_query.d.ts +185 -0
  328. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
  329. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  330. package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
  331. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  332. package/dist-types/ts3.4/waiters/waitForGroupExists.d.ts +14 -0
  333. package/dist-types/ts3.4/waiters/waitForGroupInService.d.ts +14 -0
  334. package/dist-types/ts3.4/waiters/waitForGroupNotExists.d.ts +14 -0
  335. package/dist-types/waiters/waitForGroupExists.d.ts +14 -0
  336. package/dist-types/waiters/waitForGroupInService.d.ts +14 -0
  337. package/dist-types/waiters/waitForGroupNotExists.d.ts +14 -0
  338. package/package.json +53 -50
  339. package/AutoScaling.ts +0 -2732
  340. package/AutoScalingClient.ts +0 -557
  341. package/commands/AttachInstancesCommand.ts +0 -103
  342. package/commands/AttachLoadBalancerTargetGroupsCommand.ts +0 -120
  343. package/commands/AttachLoadBalancersCommand.ts +0 -104
  344. package/commands/BatchDeleteScheduledActionCommand.ts +0 -97
  345. package/commands/BatchPutScheduledUpdateGroupActionCommand.ts +0 -102
  346. package/commands/CancelInstanceRefreshCommand.ts +0 -99
  347. package/commands/CompleteLifecycleActionCommand.ts +0 -125
  348. package/commands/CreateAutoScalingGroupCommand.ts +0 -112
  349. package/commands/CreateLaunchConfigurationCommand.ts +0 -103
  350. package/commands/CreateOrUpdateTagsCommand.ts +0 -98
  351. package/commands/DeleteAutoScalingGroupCommand.ts +0 -103
  352. package/commands/DeleteLaunchConfigurationCommand.ts +0 -99
  353. package/commands/DeleteLifecycleHookCommand.ts +0 -97
  354. package/commands/DeleteNotificationConfigurationCommand.ts +0 -100
  355. package/commands/DeletePolicyCommand.ts +0 -96
  356. package/commands/DeleteScheduledActionCommand.ts +0 -94
  357. package/commands/DeleteTagsCommand.ts +0 -91
  358. package/commands/DeleteWarmPoolCommand.ts +0 -96
  359. package/commands/DescribeAccountLimitsCommand.ts +0 -98
  360. package/commands/DescribeAdjustmentTypesCommand.ts +0 -113
  361. package/commands/DescribeAutoScalingGroupsCommand.ts +0 -99
  362. package/commands/DescribeAutoScalingInstancesCommand.ts +0 -97
  363. package/commands/DescribeAutoScalingNotificationTypesCommand.ts +0 -102
  364. package/commands/DescribeInstanceRefreshesCommand.ts +0 -135
  365. package/commands/DescribeLaunchConfigurationsCommand.ts +0 -97
  366. package/commands/DescribeLifecycleHookTypesCommand.ts +0 -110
  367. package/commands/DescribeLifecycleHooksCommand.ts +0 -94
  368. package/commands/DescribeLoadBalancerTargetGroupsCommand.ts +0 -121
  369. package/commands/DescribeLoadBalancersCommand.ts +0 -115
  370. package/commands/DescribeMetricCollectionTypesCommand.ts +0 -101
  371. package/commands/DescribeNotificationConfigurationsCommand.ts +0 -103
  372. package/commands/DescribePoliciesCommand.ts +0 -94
  373. package/commands/DescribeScalingActivitiesCommand.ts +0 -105
  374. package/commands/DescribeScalingProcessTypesCommand.ts +0 -98
  375. package/commands/DescribeScheduledActionsCommand.ts +0 -97
  376. package/commands/DescribeTagsCommand.ts +0 -99
  377. package/commands/DescribeTerminationPolicyTypesCommand.ts +0 -105
  378. package/commands/DescribeWarmPoolCommand.ts +0 -96
  379. package/commands/DetachInstancesCommand.ts +0 -103
  380. package/commands/DetachLoadBalancerTargetGroupsCommand.ts +0 -102
  381. package/commands/DetachLoadBalancersCommand.ts +0 -99
  382. package/commands/DisableMetricsCollectionCommand.ts +0 -94
  383. package/commands/EnableMetricsCollectionCommand.ts +0 -95
  384. package/commands/EnterStandbyCommand.ts +0 -100
  385. package/commands/ExecutePolicyCommand.ts +0 -95
  386. package/commands/ExitStandbyCommand.ts +0 -96
  387. package/commands/GetPredictiveScalingForecastCommand.ts +0 -107
  388. package/commands/PutLifecycleHookCommand.ts +0 -131
  389. package/commands/PutNotificationConfigurationCommand.ts +0 -105
  390. package/commands/PutScalingPolicyCommand.ts +0 -103
  391. package/commands/PutScheduledUpdateGroupActionCommand.ts +0 -101
  392. package/commands/PutWarmPoolCommand.ts +0 -100
  393. package/commands/RecordLifecycleActionHeartbeatCommand.ts +0 -134
  394. package/commands/ResumeProcessesCommand.ts +0 -97
  395. package/commands/SetDesiredCapacityCommand.ts +0 -99
  396. package/commands/SetInstanceHealthCommand.ts +0 -96
  397. package/commands/SetInstanceProtectionCommand.ts +0 -100
  398. package/commands/StartInstanceRefreshCommand.ts +0 -108
  399. package/commands/SuspendProcessesCommand.ts +0 -100
  400. package/commands/TerminateInstanceInAutoScalingGroupCommand.ts +0 -111
  401. package/commands/UpdateAutoScalingGroupCommand.ts +0 -138
  402. package/dist/cjs/AutoScaling.js +0 -939
  403. package/dist/cjs/AutoScaling.js.map +0 -1
  404. package/dist/cjs/AutoScalingClient.js +0 -57
  405. package/dist/cjs/AutoScalingClient.js.map +0 -1
  406. package/dist/cjs/commands/AttachInstancesCommand.js +0 -70
  407. package/dist/cjs/commands/AttachInstancesCommand.js.map +0 -1
  408. package/dist/cjs/commands/AttachLoadBalancerTargetGroupsCommand.js +0 -79
  409. package/dist/cjs/commands/AttachLoadBalancerTargetGroupsCommand.js.map +0 -1
  410. package/dist/cjs/commands/AttachLoadBalancersCommand.js +0 -71
  411. package/dist/cjs/commands/AttachLoadBalancersCommand.js.map +0 -1
  412. package/dist/cjs/commands/BatchDeleteScheduledActionCommand.js +0 -61
  413. package/dist/cjs/commands/BatchDeleteScheduledActionCommand.js.map +0 -1
  414. package/dist/cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js +0 -61
  415. package/dist/cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js.map +0 -1
  416. package/dist/cjs/commands/CancelInstanceRefreshCommand.js +0 -66
  417. package/dist/cjs/commands/CancelInstanceRefreshCommand.js.map +0 -1
  418. package/dist/cjs/commands/CompleteLifecycleActionCommand.js +0 -92
  419. package/dist/cjs/commands/CompleteLifecycleActionCommand.js.map +0 -1
  420. package/dist/cjs/commands/CreateAutoScalingGroupCommand.js +0 -79
  421. package/dist/cjs/commands/CreateAutoScalingGroupCommand.js.map +0 -1
  422. package/dist/cjs/commands/CreateLaunchConfigurationCommand.js +0 -67
  423. package/dist/cjs/commands/CreateLaunchConfigurationCommand.js.map +0 -1
  424. package/dist/cjs/commands/CreateOrUpdateTagsCommand.js +0 -65
  425. package/dist/cjs/commands/CreateOrUpdateTagsCommand.js.map +0 -1
  426. package/dist/cjs/commands/DeleteAutoScalingGroupCommand.js +0 -70
  427. package/dist/cjs/commands/DeleteAutoScalingGroupCommand.js.map +0 -1
  428. package/dist/cjs/commands/DeleteLaunchConfigurationCommand.js +0 -63
  429. package/dist/cjs/commands/DeleteLaunchConfigurationCommand.js.map +0 -1
  430. package/dist/cjs/commands/DeleteLifecycleHookCommand.js +0 -64
  431. package/dist/cjs/commands/DeleteLifecycleHookCommand.js.map +0 -1
  432. package/dist/cjs/commands/DeleteNotificationConfigurationCommand.js +0 -61
  433. package/dist/cjs/commands/DeleteNotificationConfigurationCommand.js.map +0 -1
  434. package/dist/cjs/commands/DeletePolicyCommand.js +0 -66
  435. package/dist/cjs/commands/DeletePolicyCommand.js.map +0 -1
  436. package/dist/cjs/commands/DeleteScheduledActionCommand.js +0 -61
  437. package/dist/cjs/commands/DeleteScheduledActionCommand.js.map +0 -1
  438. package/dist/cjs/commands/DeleteTagsCommand.js +0 -61
  439. package/dist/cjs/commands/DeleteTagsCommand.js.map +0 -1
  440. package/dist/cjs/commands/DeleteWarmPoolCommand.js +0 -63
  441. package/dist/cjs/commands/DeleteWarmPoolCommand.js.map +0 -1
  442. package/dist/cjs/commands/DescribeAccountLimitsCommand.js +0 -65
  443. package/dist/cjs/commands/DescribeAccountLimitsCommand.js.map +0 -1
  444. package/dist/cjs/commands/DescribeAdjustmentTypesCommand.js +0 -80
  445. package/dist/cjs/commands/DescribeAdjustmentTypesCommand.js.map +0 -1
  446. package/dist/cjs/commands/DescribeAutoScalingGroupsCommand.js +0 -63
  447. package/dist/cjs/commands/DescribeAutoScalingGroupsCommand.js.map +0 -1
  448. package/dist/cjs/commands/DescribeAutoScalingInstancesCommand.js +0 -61
  449. package/dist/cjs/commands/DescribeAutoScalingInstancesCommand.js.map +0 -1
  450. package/dist/cjs/commands/DescribeAutoScalingNotificationTypesCommand.js +0 -61
  451. package/dist/cjs/commands/DescribeAutoScalingNotificationTypesCommand.js.map +0 -1
  452. package/dist/cjs/commands/DescribeInstanceRefreshesCommand.js +0 -99
  453. package/dist/cjs/commands/DescribeInstanceRefreshesCommand.js.map +0 -1
  454. package/dist/cjs/commands/DescribeLaunchConfigurationsCommand.js +0 -61
  455. package/dist/cjs/commands/DescribeLaunchConfigurationsCommand.js.map +0 -1
  456. package/dist/cjs/commands/DescribeLifecycleHookTypesCommand.js +0 -74
  457. package/dist/cjs/commands/DescribeLifecycleHookTypesCommand.js.map +0 -1
  458. package/dist/cjs/commands/DescribeLifecycleHooksCommand.js +0 -61
  459. package/dist/cjs/commands/DescribeLifecycleHooksCommand.js.map +0 -1
  460. package/dist/cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js +0 -80
  461. package/dist/cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js.map +0 -1
  462. package/dist/cjs/commands/DescribeLoadBalancersCommand.js +0 -82
  463. package/dist/cjs/commands/DescribeLoadBalancersCommand.js.map +0 -1
  464. package/dist/cjs/commands/DescribeMetricCollectionTypesCommand.js +0 -63
  465. package/dist/cjs/commands/DescribeMetricCollectionTypesCommand.js.map +0 -1
  466. package/dist/cjs/commands/DescribeNotificationConfigurationsCommand.js +0 -62
  467. package/dist/cjs/commands/DescribeNotificationConfigurationsCommand.js.map +0 -1
  468. package/dist/cjs/commands/DescribePoliciesCommand.js +0 -61
  469. package/dist/cjs/commands/DescribePoliciesCommand.js.map +0 -1
  470. package/dist/cjs/commands/DescribeScalingActivitiesCommand.js +0 -69
  471. package/dist/cjs/commands/DescribeScalingActivitiesCommand.js.map +0 -1
  472. package/dist/cjs/commands/DescribeScalingProcessTypesCommand.js +0 -62
  473. package/dist/cjs/commands/DescribeScalingProcessTypesCommand.js.map +0 -1
  474. package/dist/cjs/commands/DescribeScheduledActionsCommand.js +0 -64
  475. package/dist/cjs/commands/DescribeScheduledActionsCommand.js.map +0 -1
  476. package/dist/cjs/commands/DescribeTagsCommand.js +0 -69
  477. package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
  478. package/dist/cjs/commands/DescribeTerminationPolicyTypesCommand.js +0 -64
  479. package/dist/cjs/commands/DescribeTerminationPolicyTypesCommand.js.map +0 -1
  480. package/dist/cjs/commands/DescribeWarmPoolCommand.js +0 -63
  481. package/dist/cjs/commands/DescribeWarmPoolCommand.js.map +0 -1
  482. package/dist/cjs/commands/DetachInstancesCommand.js +0 -70
  483. package/dist/cjs/commands/DetachInstancesCommand.js.map +0 -1
  484. package/dist/cjs/commands/DetachLoadBalancerTargetGroupsCommand.js +0 -61
  485. package/dist/cjs/commands/DetachLoadBalancerTargetGroupsCommand.js.map +0 -1
  486. package/dist/cjs/commands/DetachLoadBalancersCommand.js +0 -66
  487. package/dist/cjs/commands/DetachLoadBalancersCommand.js.map +0 -1
  488. package/dist/cjs/commands/DisableMetricsCollectionCommand.js +0 -61
  489. package/dist/cjs/commands/DisableMetricsCollectionCommand.js.map +0 -1
  490. package/dist/cjs/commands/EnableMetricsCollectionCommand.js +0 -62
  491. package/dist/cjs/commands/EnableMetricsCollectionCommand.js.map +0 -1
  492. package/dist/cjs/commands/EnterStandbyCommand.js +0 -70
  493. package/dist/cjs/commands/EnterStandbyCommand.js.map +0 -1
  494. package/dist/cjs/commands/ExecutePolicyCommand.js +0 -62
  495. package/dist/cjs/commands/ExecutePolicyCommand.js.map +0 -1
  496. package/dist/cjs/commands/ExitStandbyCommand.js +0 -66
  497. package/dist/cjs/commands/ExitStandbyCommand.js.map +0 -1
  498. package/dist/cjs/commands/GetPredictiveScalingForecastCommand.js +0 -69
  499. package/dist/cjs/commands/GetPredictiveScalingForecastCommand.js.map +0 -1
  500. package/dist/cjs/commands/PutLifecycleHookCommand.js +0 -98
  501. package/dist/cjs/commands/PutLifecycleHookCommand.js.map +0 -1
  502. package/dist/cjs/commands/PutNotificationConfigurationCommand.js +0 -69
  503. package/dist/cjs/commands/PutNotificationConfigurationCommand.js.map +0 -1
  504. package/dist/cjs/commands/PutScalingPolicyCommand.js +0 -70
  505. package/dist/cjs/commands/PutScalingPolicyCommand.js.map +0 -1
  506. package/dist/cjs/commands/PutScheduledUpdateGroupActionCommand.js +0 -65
  507. package/dist/cjs/commands/PutScheduledUpdateGroupActionCommand.js.map +0 -1
  508. package/dist/cjs/commands/PutWarmPoolCommand.js +0 -70
  509. package/dist/cjs/commands/PutWarmPoolCommand.js.map +0 -1
  510. package/dist/cjs/commands/RecordLifecycleActionHeartbeatCommand.js +0 -93
  511. package/dist/cjs/commands/RecordLifecycleActionHeartbeatCommand.js.map +0 -1
  512. package/dist/cjs/commands/ResumeProcessesCommand.js +0 -64
  513. package/dist/cjs/commands/ResumeProcessesCommand.js.map +0 -1
  514. package/dist/cjs/commands/SetDesiredCapacityCommand.js +0 -66
  515. package/dist/cjs/commands/SetDesiredCapacityCommand.js.map +0 -1
  516. package/dist/cjs/commands/SetInstanceHealthCommand.js +0 -63
  517. package/dist/cjs/commands/SetInstanceHealthCommand.js.map +0 -1
  518. package/dist/cjs/commands/SetInstanceProtectionCommand.js +0 -67
  519. package/dist/cjs/commands/SetInstanceProtectionCommand.js.map +0 -1
  520. package/dist/cjs/commands/StartInstanceRefreshCommand.js +0 -75
  521. package/dist/cjs/commands/StartInstanceRefreshCommand.js.map +0 -1
  522. package/dist/cjs/commands/SuspendProcessesCommand.js +0 -67
  523. package/dist/cjs/commands/SuspendProcessesCommand.js.map +0 -1
  524. package/dist/cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js +0 -72
  525. package/dist/cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js.map +0 -1
  526. package/dist/cjs/commands/UpdateAutoScalingGroupCommand.js +0 -105
  527. package/dist/cjs/commands/UpdateAutoScalingGroupCommand.js.map +0 -1
  528. package/dist/cjs/endpoints.js +0 -57
  529. package/dist/cjs/endpoints.js.map +0 -1
  530. package/dist/cjs/index.js +0 -80
  531. package/dist/cjs/index.js.map +0 -1
  532. package/dist/cjs/models/index.js +0 -5
  533. package/dist/cjs/models/index.js.map +0 -1
  534. package/dist/cjs/models/models_0.js +0 -1520
  535. package/dist/cjs/models/models_0.js.map +0 -1
  536. package/dist/cjs/package.json +0 -94
  537. package/dist/cjs/pagination/DescribeAutoScalingGroupsPaginator.js +0 -46
  538. package/dist/cjs/pagination/DescribeAutoScalingGroupsPaginator.js.map +0 -1
  539. package/dist/cjs/pagination/DescribeAutoScalingInstancesPaginator.js +0 -46
  540. package/dist/cjs/pagination/DescribeAutoScalingInstancesPaginator.js.map +0 -1
  541. package/dist/cjs/pagination/DescribeLaunchConfigurationsPaginator.js +0 -46
  542. package/dist/cjs/pagination/DescribeLaunchConfigurationsPaginator.js.map +0 -1
  543. package/dist/cjs/pagination/DescribeNotificationConfigurationsPaginator.js +0 -46
  544. package/dist/cjs/pagination/DescribeNotificationConfigurationsPaginator.js.map +0 -1
  545. package/dist/cjs/pagination/DescribePoliciesPaginator.js +0 -46
  546. package/dist/cjs/pagination/DescribePoliciesPaginator.js.map +0 -1
  547. package/dist/cjs/pagination/DescribeScalingActivitiesPaginator.js +0 -46
  548. package/dist/cjs/pagination/DescribeScalingActivitiesPaginator.js.map +0 -1
  549. package/dist/cjs/pagination/DescribeScheduledActionsPaginator.js +0 -46
  550. package/dist/cjs/pagination/DescribeScheduledActionsPaginator.js.map +0 -1
  551. package/dist/cjs/pagination/DescribeTagsPaginator.js +0 -46
  552. package/dist/cjs/pagination/DescribeTagsPaginator.js.map +0 -1
  553. package/dist/cjs/pagination/Interfaces.js +0 -3
  554. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  555. package/dist/cjs/protocols/Aws_query.js +0 -8276
  556. package/dist/cjs/protocols/Aws_query.js.map +0 -1
  557. package/dist/cjs/runtimeConfig.browser.js +0 -41
  558. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  559. package/dist/cjs/runtimeConfig.js +0 -46
  560. package/dist/cjs/runtimeConfig.js.map +0 -1
  561. package/dist/cjs/runtimeConfig.native.js +0 -20
  562. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  563. package/dist/cjs/runtimeConfig.shared.js +0 -21
  564. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  565. package/dist/cjs/waiters/waitForGroupExists.js +0 -55
  566. package/dist/cjs/waiters/waitForGroupExists.js.map +0 -1
  567. package/dist/cjs/waiters/waitForGroupInService.js +0 -77
  568. package/dist/cjs/waiters/waitForGroupInService.js.map +0 -1
  569. package/dist/cjs/waiters/waitForGroupNotExists.js +0 -55
  570. package/dist/cjs/waiters/waitForGroupNotExists.js.map +0 -1
  571. package/dist/es/AutoScaling.js +0 -942
  572. package/dist/es/AutoScaling.js.map +0 -1
  573. package/dist/es/AutoScalingClient.js +0 -59
  574. package/dist/es/AutoScalingClient.js.map +0 -1
  575. package/dist/es/commands/AttachInstancesCommand.js +0 -74
  576. package/dist/es/commands/AttachInstancesCommand.js.map +0 -1
  577. package/dist/es/commands/AttachLoadBalancerTargetGroupsCommand.js +0 -83
  578. package/dist/es/commands/AttachLoadBalancerTargetGroupsCommand.js.map +0 -1
  579. package/dist/es/commands/AttachLoadBalancersCommand.js +0 -75
  580. package/dist/es/commands/AttachLoadBalancersCommand.js.map +0 -1
  581. package/dist/es/commands/BatchDeleteScheduledActionCommand.js +0 -65
  582. package/dist/es/commands/BatchDeleteScheduledActionCommand.js.map +0 -1
  583. package/dist/es/commands/BatchPutScheduledUpdateGroupActionCommand.js +0 -65
  584. package/dist/es/commands/BatchPutScheduledUpdateGroupActionCommand.js.map +0 -1
  585. package/dist/es/commands/CancelInstanceRefreshCommand.js +0 -70
  586. package/dist/es/commands/CancelInstanceRefreshCommand.js.map +0 -1
  587. package/dist/es/commands/CompleteLifecycleActionCommand.js +0 -96
  588. package/dist/es/commands/CompleteLifecycleActionCommand.js.map +0 -1
  589. package/dist/es/commands/CreateAutoScalingGroupCommand.js +0 -83
  590. package/dist/es/commands/CreateAutoScalingGroupCommand.js.map +0 -1
  591. package/dist/es/commands/CreateLaunchConfigurationCommand.js +0 -71
  592. package/dist/es/commands/CreateLaunchConfigurationCommand.js.map +0 -1
  593. package/dist/es/commands/CreateOrUpdateTagsCommand.js +0 -69
  594. package/dist/es/commands/CreateOrUpdateTagsCommand.js.map +0 -1
  595. package/dist/es/commands/DeleteAutoScalingGroupCommand.js +0 -74
  596. package/dist/es/commands/DeleteAutoScalingGroupCommand.js.map +0 -1
  597. package/dist/es/commands/DeleteLaunchConfigurationCommand.js +0 -67
  598. package/dist/es/commands/DeleteLaunchConfigurationCommand.js.map +0 -1
  599. package/dist/es/commands/DeleteLifecycleHookCommand.js +0 -68
  600. package/dist/es/commands/DeleteLifecycleHookCommand.js.map +0 -1
  601. package/dist/es/commands/DeleteNotificationConfigurationCommand.js +0 -65
  602. package/dist/es/commands/DeleteNotificationConfigurationCommand.js.map +0 -1
  603. package/dist/es/commands/DeletePolicyCommand.js +0 -70
  604. package/dist/es/commands/DeletePolicyCommand.js.map +0 -1
  605. package/dist/es/commands/DeleteScheduledActionCommand.js +0 -65
  606. package/dist/es/commands/DeleteScheduledActionCommand.js.map +0 -1
  607. package/dist/es/commands/DeleteTagsCommand.js +0 -65
  608. package/dist/es/commands/DeleteTagsCommand.js.map +0 -1
  609. package/dist/es/commands/DeleteWarmPoolCommand.js +0 -67
  610. package/dist/es/commands/DeleteWarmPoolCommand.js.map +0 -1
  611. package/dist/es/commands/DescribeAccountLimitsCommand.js +0 -69
  612. package/dist/es/commands/DescribeAccountLimitsCommand.js.map +0 -1
  613. package/dist/es/commands/DescribeAdjustmentTypesCommand.js +0 -84
  614. package/dist/es/commands/DescribeAdjustmentTypesCommand.js.map +0 -1
  615. package/dist/es/commands/DescribeAutoScalingGroupsCommand.js +0 -67
  616. package/dist/es/commands/DescribeAutoScalingGroupsCommand.js.map +0 -1
  617. package/dist/es/commands/DescribeAutoScalingInstancesCommand.js +0 -65
  618. package/dist/es/commands/DescribeAutoScalingInstancesCommand.js.map +0 -1
  619. package/dist/es/commands/DescribeAutoScalingNotificationTypesCommand.js +0 -65
  620. package/dist/es/commands/DescribeAutoScalingNotificationTypesCommand.js.map +0 -1
  621. package/dist/es/commands/DescribeInstanceRefreshesCommand.js +0 -103
  622. package/dist/es/commands/DescribeInstanceRefreshesCommand.js.map +0 -1
  623. package/dist/es/commands/DescribeLaunchConfigurationsCommand.js +0 -65
  624. package/dist/es/commands/DescribeLaunchConfigurationsCommand.js.map +0 -1
  625. package/dist/es/commands/DescribeLifecycleHookTypesCommand.js +0 -78
  626. package/dist/es/commands/DescribeLifecycleHookTypesCommand.js.map +0 -1
  627. package/dist/es/commands/DescribeLifecycleHooksCommand.js +0 -65
  628. package/dist/es/commands/DescribeLifecycleHooksCommand.js.map +0 -1
  629. package/dist/es/commands/DescribeLoadBalancerTargetGroupsCommand.js +0 -84
  630. package/dist/es/commands/DescribeLoadBalancerTargetGroupsCommand.js.map +0 -1
  631. package/dist/es/commands/DescribeLoadBalancersCommand.js +0 -86
  632. package/dist/es/commands/DescribeLoadBalancersCommand.js.map +0 -1
  633. package/dist/es/commands/DescribeMetricCollectionTypesCommand.js +0 -67
  634. package/dist/es/commands/DescribeMetricCollectionTypesCommand.js.map +0 -1
  635. package/dist/es/commands/DescribeNotificationConfigurationsCommand.js +0 -66
  636. package/dist/es/commands/DescribeNotificationConfigurationsCommand.js.map +0 -1
  637. package/dist/es/commands/DescribePoliciesCommand.js +0 -65
  638. package/dist/es/commands/DescribePoliciesCommand.js.map +0 -1
  639. package/dist/es/commands/DescribeScalingActivitiesCommand.js +0 -73
  640. package/dist/es/commands/DescribeScalingActivitiesCommand.js.map +0 -1
  641. package/dist/es/commands/DescribeScalingProcessTypesCommand.js +0 -66
  642. package/dist/es/commands/DescribeScalingProcessTypesCommand.js.map +0 -1
  643. package/dist/es/commands/DescribeScheduledActionsCommand.js +0 -68
  644. package/dist/es/commands/DescribeScheduledActionsCommand.js.map +0 -1
  645. package/dist/es/commands/DescribeTagsCommand.js +0 -73
  646. package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
  647. package/dist/es/commands/DescribeTerminationPolicyTypesCommand.js +0 -68
  648. package/dist/es/commands/DescribeTerminationPolicyTypesCommand.js.map +0 -1
  649. package/dist/es/commands/DescribeWarmPoolCommand.js +0 -67
  650. package/dist/es/commands/DescribeWarmPoolCommand.js.map +0 -1
  651. package/dist/es/commands/DetachInstancesCommand.js +0 -74
  652. package/dist/es/commands/DetachInstancesCommand.js.map +0 -1
  653. package/dist/es/commands/DetachLoadBalancerTargetGroupsCommand.js +0 -65
  654. package/dist/es/commands/DetachLoadBalancerTargetGroupsCommand.js.map +0 -1
  655. package/dist/es/commands/DetachLoadBalancersCommand.js +0 -70
  656. package/dist/es/commands/DetachLoadBalancersCommand.js.map +0 -1
  657. package/dist/es/commands/DisableMetricsCollectionCommand.js +0 -65
  658. package/dist/es/commands/DisableMetricsCollectionCommand.js.map +0 -1
  659. package/dist/es/commands/EnableMetricsCollectionCommand.js +0 -66
  660. package/dist/es/commands/EnableMetricsCollectionCommand.js.map +0 -1
  661. package/dist/es/commands/EnterStandbyCommand.js +0 -74
  662. package/dist/es/commands/EnterStandbyCommand.js.map +0 -1
  663. package/dist/es/commands/ExecutePolicyCommand.js +0 -66
  664. package/dist/es/commands/ExecutePolicyCommand.js.map +0 -1
  665. package/dist/es/commands/ExitStandbyCommand.js +0 -70
  666. package/dist/es/commands/ExitStandbyCommand.js.map +0 -1
  667. package/dist/es/commands/GetPredictiveScalingForecastCommand.js +0 -73
  668. package/dist/es/commands/GetPredictiveScalingForecastCommand.js.map +0 -1
  669. package/dist/es/commands/PutLifecycleHookCommand.js +0 -102
  670. package/dist/es/commands/PutLifecycleHookCommand.js.map +0 -1
  671. package/dist/es/commands/PutNotificationConfigurationCommand.js +0 -73
  672. package/dist/es/commands/PutNotificationConfigurationCommand.js.map +0 -1
  673. package/dist/es/commands/PutScalingPolicyCommand.js +0 -74
  674. package/dist/es/commands/PutScalingPolicyCommand.js.map +0 -1
  675. package/dist/es/commands/PutScheduledUpdateGroupActionCommand.js +0 -69
  676. package/dist/es/commands/PutScheduledUpdateGroupActionCommand.js.map +0 -1
  677. package/dist/es/commands/PutWarmPoolCommand.js +0 -74
  678. package/dist/es/commands/PutWarmPoolCommand.js.map +0 -1
  679. package/dist/es/commands/RecordLifecycleActionHeartbeatCommand.js +0 -97
  680. package/dist/es/commands/RecordLifecycleActionHeartbeatCommand.js.map +0 -1
  681. package/dist/es/commands/ResumeProcessesCommand.js +0 -68
  682. package/dist/es/commands/ResumeProcessesCommand.js.map +0 -1
  683. package/dist/es/commands/SetDesiredCapacityCommand.js +0 -70
  684. package/dist/es/commands/SetDesiredCapacityCommand.js.map +0 -1
  685. package/dist/es/commands/SetInstanceHealthCommand.js +0 -67
  686. package/dist/es/commands/SetInstanceHealthCommand.js.map +0 -1
  687. package/dist/es/commands/SetInstanceProtectionCommand.js +0 -71
  688. package/dist/es/commands/SetInstanceProtectionCommand.js.map +0 -1
  689. package/dist/es/commands/StartInstanceRefreshCommand.js +0 -79
  690. package/dist/es/commands/StartInstanceRefreshCommand.js.map +0 -1
  691. package/dist/es/commands/SuspendProcessesCommand.js +0 -71
  692. package/dist/es/commands/SuspendProcessesCommand.js.map +0 -1
  693. package/dist/es/commands/TerminateInstanceInAutoScalingGroupCommand.js +0 -76
  694. package/dist/es/commands/TerminateInstanceInAutoScalingGroupCommand.js.map +0 -1
  695. package/dist/es/commands/UpdateAutoScalingGroupCommand.js +0 -109
  696. package/dist/es/commands/UpdateAutoScalingGroupCommand.js.map +0 -1
  697. package/dist/es/endpoints.js +0 -53
  698. package/dist/es/endpoints.js.map +0 -1
  699. package/dist/es/index.js +0 -77
  700. package/dist/es/index.js.map +0 -1
  701. package/dist/es/models/index.js +0 -2
  702. package/dist/es/models/index.js.map +0 -1
  703. package/dist/es/models/models_0.js +0 -1205
  704. package/dist/es/models/models_0.js.map +0 -1
  705. package/dist/es/package.json +0 -94
  706. package/dist/es/pagination/DescribeAutoScalingGroupsPaginator.js +0 -87
  707. package/dist/es/pagination/DescribeAutoScalingGroupsPaginator.js.map +0 -1
  708. package/dist/es/pagination/DescribeAutoScalingInstancesPaginator.js +0 -87
  709. package/dist/es/pagination/DescribeAutoScalingInstancesPaginator.js.map +0 -1
  710. package/dist/es/pagination/DescribeLaunchConfigurationsPaginator.js +0 -87
  711. package/dist/es/pagination/DescribeLaunchConfigurationsPaginator.js.map +0 -1
  712. package/dist/es/pagination/DescribeNotificationConfigurationsPaginator.js +0 -87
  713. package/dist/es/pagination/DescribeNotificationConfigurationsPaginator.js.map +0 -1
  714. package/dist/es/pagination/DescribePoliciesPaginator.js +0 -87
  715. package/dist/es/pagination/DescribePoliciesPaginator.js.map +0 -1
  716. package/dist/es/pagination/DescribeScalingActivitiesPaginator.js +0 -87
  717. package/dist/es/pagination/DescribeScalingActivitiesPaginator.js.map +0 -1
  718. package/dist/es/pagination/DescribeScheduledActionsPaginator.js +0 -87
  719. package/dist/es/pagination/DescribeScheduledActionsPaginator.js.map +0 -1
  720. package/dist/es/pagination/DescribeTagsPaginator.js +0 -87
  721. package/dist/es/pagination/DescribeTagsPaginator.js.map +0 -1
  722. package/dist/es/pagination/Interfaces.js +0 -2
  723. package/dist/es/pagination/Interfaces.js.map +0 -1
  724. package/dist/es/protocols/Aws_query.js +0 -9127
  725. package/dist/es/protocols/Aws_query.js.map +0 -1
  726. package/dist/es/runtimeConfig.browser.js +0 -20
  727. package/dist/es/runtimeConfig.browser.js.map +0 -1
  728. package/dist/es/runtimeConfig.js +0 -25
  729. package/dist/es/runtimeConfig.js.map +0 -1
  730. package/dist/es/runtimeConfig.native.js +0 -12
  731. package/dist/es/runtimeConfig.native.js.map +0 -1
  732. package/dist/es/runtimeConfig.shared.js +0 -17
  733. package/dist/es/runtimeConfig.shared.js.map +0 -1
  734. package/dist/es/waiters/waitForGroupExists.js +0 -70
  735. package/dist/es/waiters/waitForGroupExists.js.map +0 -1
  736. package/dist/es/waiters/waitForGroupInService.js +0 -92
  737. package/dist/es/waiters/waitForGroupInService.js.map +0 -1
  738. package/dist/es/waiters/waitForGroupNotExists.js +0 -70
  739. package/dist/es/waiters/waitForGroupNotExists.js.map +0 -1
  740. package/dist/types/AutoScaling.d.ts +0 -941
  741. package/dist/types/AutoScalingClient.d.ts +0 -206
  742. package/dist/types/commands/AttachInstancesCommand.d.ts +0 -44
  743. package/dist/types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +0 -53
  744. package/dist/types/commands/AttachLoadBalancersCommand.d.ts +0 -45
  745. package/dist/types/commands/BatchDeleteScheduledActionCommand.d.ts +0 -35
  746. package/dist/types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +0 -35
  747. package/dist/types/commands/CancelInstanceRefreshCommand.d.ts +0 -40
  748. package/dist/types/commands/CompleteLifecycleActionCommand.d.ts +0 -66
  749. package/dist/types/commands/CreateAutoScalingGroupCommand.d.ts +0 -53
  750. package/dist/types/commands/CreateLaunchConfigurationCommand.d.ts +0 -41
  751. package/dist/types/commands/CreateOrUpdateTagsCommand.d.ts +0 -39
  752. package/dist/types/commands/DeleteAutoScalingGroupCommand.d.ts +0 -44
  753. package/dist/types/commands/DeleteLaunchConfigurationCommand.d.ts +0 -37
  754. package/dist/types/commands/DeleteLifecycleHookCommand.d.ts +0 -38
  755. package/dist/types/commands/DeleteNotificationConfigurationCommand.d.ts +0 -35
  756. package/dist/types/commands/DeletePolicyCommand.d.ts +0 -40
  757. package/dist/types/commands/DeleteScheduledActionCommand.d.ts +0 -35
  758. package/dist/types/commands/DeleteTagsCommand.d.ts +0 -35
  759. package/dist/types/commands/DeleteWarmPoolCommand.d.ts +0 -37
  760. package/dist/types/commands/DescribeAccountLimitsCommand.d.ts +0 -39
  761. package/dist/types/commands/DescribeAdjustmentTypesCommand.d.ts +0 -54
  762. package/dist/types/commands/DescribeAutoScalingGroupsCommand.d.ts +0 -37
  763. package/dist/types/commands/DescribeAutoScalingInstancesCommand.d.ts +0 -35
  764. package/dist/types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +0 -35
  765. package/dist/types/commands/DescribeInstanceRefreshesCommand.d.ts +0 -73
  766. package/dist/types/commands/DescribeLaunchConfigurationsCommand.d.ts +0 -35
  767. package/dist/types/commands/DescribeLifecycleHookTypesCommand.d.ts +0 -48
  768. package/dist/types/commands/DescribeLifecycleHooksCommand.d.ts +0 -35
  769. package/dist/types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +0 -54
  770. package/dist/types/commands/DescribeLoadBalancersCommand.d.ts +0 -56
  771. package/dist/types/commands/DescribeMetricCollectionTypesCommand.d.ts +0 -37
  772. package/dist/types/commands/DescribeNotificationConfigurationsCommand.d.ts +0 -36
  773. package/dist/types/commands/DescribePoliciesCommand.d.ts +0 -35
  774. package/dist/types/commands/DescribeScalingActivitiesCommand.d.ts +0 -43
  775. package/dist/types/commands/DescribeScalingProcessTypesCommand.d.ts +0 -36
  776. package/dist/types/commands/DescribeScheduledActionsCommand.d.ts +0 -38
  777. package/dist/types/commands/DescribeTagsCommand.d.ts +0 -43
  778. package/dist/types/commands/DescribeTerminationPolicyTypesCommand.d.ts +0 -38
  779. package/dist/types/commands/DescribeWarmPoolCommand.d.ts +0 -37
  780. package/dist/types/commands/DetachInstancesCommand.d.ts +0 -44
  781. package/dist/types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +0 -35
  782. package/dist/types/commands/DetachLoadBalancersCommand.d.ts +0 -40
  783. package/dist/types/commands/DisableMetricsCollectionCommand.d.ts +0 -35
  784. package/dist/types/commands/EnableMetricsCollectionCommand.d.ts +0 -36
  785. package/dist/types/commands/EnterStandbyCommand.d.ts +0 -44
  786. package/dist/types/commands/ExecutePolicyCommand.d.ts +0 -36
  787. package/dist/types/commands/ExitStandbyCommand.d.ts +0 -40
  788. package/dist/types/commands/GetPredictiveScalingForecastCommand.d.ts +0 -43
  789. package/dist/types/commands/PutLifecycleHookCommand.d.ts +0 -72
  790. package/dist/types/commands/PutNotificationConfigurationCommand.d.ts +0 -43
  791. package/dist/types/commands/PutScalingPolicyCommand.d.ts +0 -44
  792. package/dist/types/commands/PutScheduledUpdateGroupActionCommand.d.ts +0 -39
  793. package/dist/types/commands/PutWarmPoolCommand.d.ts +0 -44
  794. package/dist/types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +0 -67
  795. package/dist/types/commands/ResumeProcessesCommand.d.ts +0 -38
  796. package/dist/types/commands/SetDesiredCapacityCommand.d.ts +0 -40
  797. package/dist/types/commands/SetInstanceHealthCommand.d.ts +0 -37
  798. package/dist/types/commands/SetInstanceProtectionCommand.d.ts +0 -41
  799. package/dist/types/commands/StartInstanceRefreshCommand.d.ts +0 -49
  800. package/dist/types/commands/SuspendProcessesCommand.d.ts +0 -41
  801. package/dist/types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +0 -46
  802. package/dist/types/commands/UpdateAutoScalingGroupCommand.d.ts +0 -79
  803. package/dist/types/pagination/DescribeAutoScalingGroupsPaginator.d.ts +0 -4
  804. package/dist/types/pagination/DescribeAutoScalingInstancesPaginator.d.ts +0 -4
  805. package/dist/types/pagination/DescribeLaunchConfigurationsPaginator.d.ts +0 -4
  806. package/dist/types/pagination/DescribeNotificationConfigurationsPaginator.d.ts +0 -4
  807. package/dist/types/pagination/DescribePoliciesPaginator.d.ts +0 -4
  808. package/dist/types/pagination/DescribeScalingActivitiesPaginator.d.ts +0 -4
  809. package/dist/types/pagination/DescribeScheduledActionsPaginator.d.ts +0 -4
  810. package/dist/types/pagination/DescribeTagsPaginator.d.ts +0 -4
  811. package/dist/types/pagination/Interfaces.d.ts +0 -6
  812. package/dist/types/protocols/Aws_query.d.ts +0 -185
  813. package/dist/types/runtimeConfig.browser.d.ts +0 -36
  814. package/dist/types/runtimeConfig.d.ts +0 -36
  815. package/dist/types/runtimeConfig.native.d.ts +0 -35
  816. package/dist/types/ts3.4/AutoScaling.d.ts +0 -941
  817. package/dist/types/ts3.4/AutoScalingClient.d.ts +0 -206
  818. package/dist/types/ts3.4/commands/AttachInstancesCommand.d.ts +0 -44
  819. package/dist/types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +0 -53
  820. package/dist/types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +0 -45
  821. package/dist/types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +0 -35
  822. package/dist/types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +0 -35
  823. package/dist/types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +0 -40
  824. package/dist/types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +0 -66
  825. package/dist/types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +0 -53
  826. package/dist/types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +0 -41
  827. package/dist/types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +0 -39
  828. package/dist/types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +0 -44
  829. package/dist/types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +0 -37
  830. package/dist/types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +0 -38
  831. package/dist/types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +0 -35
  832. package/dist/types/ts3.4/commands/DeletePolicyCommand.d.ts +0 -40
  833. package/dist/types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +0 -35
  834. package/dist/types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -35
  835. package/dist/types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +0 -37
  836. package/dist/types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +0 -39
  837. package/dist/types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +0 -54
  838. package/dist/types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +0 -37
  839. package/dist/types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +0 -35
  840. package/dist/types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +0 -35
  841. package/dist/types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +0 -73
  842. package/dist/types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +0 -35
  843. package/dist/types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +0 -48
  844. package/dist/types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +0 -35
  845. package/dist/types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +0 -54
  846. package/dist/types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +0 -56
  847. package/dist/types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +0 -37
  848. package/dist/types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +0 -36
  849. package/dist/types/ts3.4/commands/DescribePoliciesCommand.d.ts +0 -35
  850. package/dist/types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +0 -43
  851. package/dist/types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +0 -36
  852. package/dist/types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +0 -38
  853. package/dist/types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -43
  854. package/dist/types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +0 -38
  855. package/dist/types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +0 -37
  856. package/dist/types/ts3.4/commands/DetachInstancesCommand.d.ts +0 -44
  857. package/dist/types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +0 -35
  858. package/dist/types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +0 -40
  859. package/dist/types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +0 -35
  860. package/dist/types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +0 -36
  861. package/dist/types/ts3.4/commands/EnterStandbyCommand.d.ts +0 -44
  862. package/dist/types/ts3.4/commands/ExecutePolicyCommand.d.ts +0 -36
  863. package/dist/types/ts3.4/commands/ExitStandbyCommand.d.ts +0 -40
  864. package/dist/types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +0 -43
  865. package/dist/types/ts3.4/commands/PutLifecycleHookCommand.d.ts +0 -72
  866. package/dist/types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +0 -43
  867. package/dist/types/ts3.4/commands/PutScalingPolicyCommand.d.ts +0 -44
  868. package/dist/types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +0 -39
  869. package/dist/types/ts3.4/commands/PutWarmPoolCommand.d.ts +0 -44
  870. package/dist/types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +0 -67
  871. package/dist/types/ts3.4/commands/ResumeProcessesCommand.d.ts +0 -38
  872. package/dist/types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +0 -40
  873. package/dist/types/ts3.4/commands/SetInstanceHealthCommand.d.ts +0 -37
  874. package/dist/types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +0 -41
  875. package/dist/types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +0 -49
  876. package/dist/types/ts3.4/commands/SuspendProcessesCommand.d.ts +0 -41
  877. package/dist/types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +0 -46
  878. package/dist/types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +0 -79
  879. package/dist/types/ts3.4/pagination/DescribeAutoScalingGroupsPaginator.d.ts +0 -4
  880. package/dist/types/ts3.4/pagination/DescribeAutoScalingInstancesPaginator.d.ts +0 -4
  881. package/dist/types/ts3.4/pagination/DescribeLaunchConfigurationsPaginator.d.ts +0 -4
  882. package/dist/types/ts3.4/pagination/DescribeNotificationConfigurationsPaginator.d.ts +0 -4
  883. package/dist/types/ts3.4/pagination/DescribePoliciesPaginator.d.ts +0 -4
  884. package/dist/types/ts3.4/pagination/DescribeScalingActivitiesPaginator.d.ts +0 -4
  885. package/dist/types/ts3.4/pagination/DescribeScheduledActionsPaginator.d.ts +0 -4
  886. package/dist/types/ts3.4/pagination/DescribeTagsPaginator.d.ts +0 -4
  887. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  888. package/dist/types/ts3.4/protocols/Aws_query.d.ts +0 -185
  889. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
  890. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
  891. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
  892. package/dist/types/ts3.4/waiters/waitForGroupExists.d.ts +0 -14
  893. package/dist/types/ts3.4/waiters/waitForGroupInService.d.ts +0 -14
  894. package/dist/types/ts3.4/waiters/waitForGroupNotExists.d.ts +0 -14
  895. package/dist/types/waiters/waitForGroupExists.d.ts +0 -14
  896. package/dist/types/waiters/waitForGroupInService.d.ts +0 -14
  897. package/dist/types/waiters/waitForGroupNotExists.d.ts +0 -14
  898. package/endpoints.ts +0 -57
  899. package/jest.config.js +0 -4
  900. package/models/models_0.ts +0 -6663
  901. package/pagination/DescribeAutoScalingGroupsPaginator.ts +0 -58
  902. package/pagination/DescribeAutoScalingInstancesPaginator.ts +0 -58
  903. package/pagination/DescribeLaunchConfigurationsPaginator.ts +0 -58
  904. package/pagination/DescribeNotificationConfigurationsPaginator.ts +0 -58
  905. package/pagination/DescribePoliciesPaginator.ts +0 -58
  906. package/pagination/DescribeScalingActivitiesPaginator.ts +0 -58
  907. package/pagination/DescribeScheduledActionsPaginator.ts +0 -58
  908. package/pagination/DescribeTagsPaginator.ts +0 -58
  909. package/pagination/Interfaces.ts +0 -7
  910. package/protocols/Aws_query.ts +0 -10044
  911. package/runtimeConfig.browser.ts +0 -40
  912. package/runtimeConfig.native.ts +0 -16
  913. package/runtimeConfig.shared.ts +0 -16
  914. package/runtimeConfig.ts +0 -45
  915. package/tsconfig.es.json +0 -12
  916. package/tsconfig.json +0 -32
  917. package/waiters/waitForGroupExists.ts +0 -60
  918. package/waiters/waitForGroupInService.ts +0 -82
  919. package/waiters/waitForGroupNotExists.ts +0 -60
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AutoScalingClient = void 0;
4
+ const config_resolver_1 = require("@aws-sdk/config-resolver");
5
+ const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
+ const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
7
+ const middleware_logger_1 = require("@aws-sdk/middleware-logger");
8
+ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
9
+ const middleware_signing_1 = require("@aws-sdk/middleware-signing");
10
+ const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
11
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
12
+ const runtimeConfig_1 = require("./runtimeConfig");
13
+ /**
14
+ * <fullname>Amazon EC2 Auto Scaling</fullname>
15
+ *
16
+ *
17
+ *
18
+ *
19
+ *
20
+ *
21
+ *
22
+ * <p>Amazon EC2 Auto Scaling is designed to automatically launch or terminate EC2 instances
23
+ * based on user-defined scaling policies, scheduled actions, and health checks.</p>
24
+ * <p>For more information about Amazon EC2 Auto Scaling, see the <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/what-is-amazon-ec2-auto-scaling.html">Amazon EC2 Auto Scaling User Guide</a>. For information about granting IAM users required
25
+ * permissions for calls to Amazon EC2 Auto Scaling, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/ec2-auto-scaling-api-permissions.html">Granting
26
+ * IAM users required permissions for Amazon EC2 Auto Scaling resources</a> in the
27
+ * <i>Amazon EC2 Auto Scaling API Reference</i>.</p>
28
+ */
29
+ class AutoScalingClient extends smithy_client_1.Client {
30
+ constructor(configuration) {
31
+ const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
32
+ const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
33
+ const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
34
+ const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
35
+ const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
36
+ const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
37
+ const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
38
+ super(_config_6);
39
+ this.config = _config_6;
40
+ this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
41
+ this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config));
42
+ this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config));
43
+ this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config));
44
+ this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
45
+ this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
46
+ }
47
+ /**
48
+ * Destroy underlying resources, like sockets. It's usually not necessary to do this.
49
+ * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
50
+ * Otherwise, sockets might stay open for quite a long time before the server terminates them.
51
+ */
52
+ destroy() {
53
+ super.destroy();
54
+ }
55
+ }
56
+ exports.AutoScalingClient = AutoScalingClient;
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AttachInstancesCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_query_1 = require("../protocols/Aws_query");
8
+ /**
9
+ * <p>Attaches one or more EC2 instances to the specified Auto Scaling group.</p>
10
+ * <p>When you attach instances, Amazon EC2 Auto Scaling increases the desired capacity of the group by the
11
+ * number of instances being attached. If the number of instances being attached plus the
12
+ * desired capacity of the group exceeds the maximum size of the group, the operation
13
+ * fails.</p>
14
+ * <p>If there is a Classic Load Balancer attached to your Auto Scaling group, the instances are
15
+ * also registered with the load balancer. If there are target groups attached to your Auto Scaling
16
+ * group, the instances are also registered with the target groups.</p>
17
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/attach-instance-asg.html">Attach EC2 instances to
18
+ * your Auto Scaling group</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
19
+ * @example
20
+ * Use a bare-bones client and the command you need to make an API call.
21
+ * ```javascript
22
+ * import { AutoScalingClient, AttachInstancesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
23
+ * // const { AutoScalingClient, AttachInstancesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
24
+ * const client = new AutoScalingClient(config);
25
+ * const command = new AttachInstancesCommand(input);
26
+ * const response = await client.send(command);
27
+ * ```
28
+ *
29
+ * @see {@link AttachInstancesCommandInput} for command's `input` shape.
30
+ * @see {@link AttachInstancesCommandOutput} for command's `response` shape.
31
+ * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
32
+ *
33
+ */
34
+ class AttachInstancesCommand extends smithy_client_1.Command {
35
+ // Start section: command_properties
36
+ // End section: command_properties
37
+ constructor(input) {
38
+ // Start section: command_constructor
39
+ super();
40
+ this.input = input;
41
+ // End section: command_constructor
42
+ }
43
+ /**
44
+ * @internal
45
+ */
46
+ resolveMiddleware(clientStack, configuration, options) {
47
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
48
+ const stack = clientStack.concat(this.middlewareStack);
49
+ const { logger } = configuration;
50
+ const clientName = "AutoScalingClient";
51
+ const commandName = "AttachInstancesCommand";
52
+ const handlerExecutionContext = {
53
+ logger,
54
+ clientName,
55
+ commandName,
56
+ inputFilterSensitiveLog: models_0_1.AttachInstancesQuery.filterSensitiveLog,
57
+ outputFilterSensitiveLog: (output) => output,
58
+ };
59
+ const { requestHandler } = configuration;
60
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
61
+ }
62
+ serialize(input, context) {
63
+ return Aws_query_1.serializeAws_queryAttachInstancesCommand(input, context);
64
+ }
65
+ deserialize(output, context) {
66
+ return Aws_query_1.deserializeAws_queryAttachInstancesCommand(output, context);
67
+ }
68
+ }
69
+ exports.AttachInstancesCommand = AttachInstancesCommand;
@@ -0,0 +1,78 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AttachLoadBalancerTargetGroupsCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_query_1 = require("../protocols/Aws_query");
8
+ /**
9
+ * <p>Attaches one or more target groups to the specified Auto Scaling group.</p>
10
+ * <p>This operation is used with the following load balancer types: </p>
11
+ * <ul>
12
+ * <li>
13
+ * <p> Application Load Balancer - Operates at the application layer (layer 7) and
14
+ * supports HTTP and HTTPS. </p>
15
+ * </li>
16
+ * <li>
17
+ * <p> Network Load Balancer - Operates at the transport layer (layer 4) and
18
+ * supports TCP, TLS, and UDP. </p>
19
+ * </li>
20
+ * <li>
21
+ * <p> Gateway Load Balancer - Operates at the network layer (layer 3).</p>
22
+ * </li>
23
+ * </ul>
24
+ * <p>To describe the target groups for an Auto Scaling group, call the <a>DescribeLoadBalancerTargetGroups</a> API. To detach the target group from
25
+ * the Auto Scaling group, call the <a>DetachLoadBalancerTargetGroups</a> API.</p>
26
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-load-balancer.html">Elastic Load Balancing and
27
+ * Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>. </p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { AutoScalingClient, AttachLoadBalancerTargetGroupsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
32
+ * // const { AutoScalingClient, AttachLoadBalancerTargetGroupsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
33
+ * const client = new AutoScalingClient(config);
34
+ * const command = new AttachLoadBalancerTargetGroupsCommand(input);
35
+ * const response = await client.send(command);
36
+ * ```
37
+ *
38
+ * @see {@link AttachLoadBalancerTargetGroupsCommandInput} for command's `input` shape.
39
+ * @see {@link AttachLoadBalancerTargetGroupsCommandOutput} for command's `response` shape.
40
+ * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
41
+ *
42
+ */
43
+ class AttachLoadBalancerTargetGroupsCommand extends smithy_client_1.Command {
44
+ // Start section: command_properties
45
+ // End section: command_properties
46
+ constructor(input) {
47
+ // Start section: command_constructor
48
+ super();
49
+ this.input = input;
50
+ // End section: command_constructor
51
+ }
52
+ /**
53
+ * @internal
54
+ */
55
+ resolveMiddleware(clientStack, configuration, options) {
56
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
57
+ const stack = clientStack.concat(this.middlewareStack);
58
+ const { logger } = configuration;
59
+ const clientName = "AutoScalingClient";
60
+ const commandName = "AttachLoadBalancerTargetGroupsCommand";
61
+ const handlerExecutionContext = {
62
+ logger,
63
+ clientName,
64
+ commandName,
65
+ inputFilterSensitiveLog: models_0_1.AttachLoadBalancerTargetGroupsType.filterSensitiveLog,
66
+ outputFilterSensitiveLog: models_0_1.AttachLoadBalancerTargetGroupsResultType.filterSensitiveLog,
67
+ };
68
+ const { requestHandler } = configuration;
69
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
70
+ }
71
+ serialize(input, context) {
72
+ return Aws_query_1.serializeAws_queryAttachLoadBalancerTargetGroupsCommand(input, context);
73
+ }
74
+ deserialize(output, context) {
75
+ return Aws_query_1.deserializeAws_queryAttachLoadBalancerTargetGroupsCommand(output, context);
76
+ }
77
+ }
78
+ exports.AttachLoadBalancerTargetGroupsCommand = AttachLoadBalancerTargetGroupsCommand;
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AttachLoadBalancersCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_query_1 = require("../protocols/Aws_query");
8
+ /**
9
+ * <note>
10
+ * <p>To attach an Application Load Balancer, Network Load Balancer, or Gateway Load
11
+ * Balancer, use the <a>AttachLoadBalancerTargetGroups</a> API operation
12
+ * instead.</p>
13
+ * </note>
14
+ * <p>Attaches one or more Classic Load Balancers to the specified Auto Scaling group. Amazon EC2 Auto Scaling
15
+ * registers the running instances with these Classic Load Balancers.</p>
16
+ * <p>To describe the load balancers for an Auto Scaling group, call the <a>DescribeLoadBalancers</a> API. To detach the load balancer from the Auto Scaling
17
+ * group, call the <a>DetachLoadBalancers</a> API.</p>
18
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-load-balancer.html">Elastic Load Balancing and
19
+ * Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>. </p>
20
+ * @example
21
+ * Use a bare-bones client and the command you need to make an API call.
22
+ * ```javascript
23
+ * import { AutoScalingClient, AttachLoadBalancersCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
24
+ * // const { AutoScalingClient, AttachLoadBalancersCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
25
+ * const client = new AutoScalingClient(config);
26
+ * const command = new AttachLoadBalancersCommand(input);
27
+ * const response = await client.send(command);
28
+ * ```
29
+ *
30
+ * @see {@link AttachLoadBalancersCommandInput} for command's `input` shape.
31
+ * @see {@link AttachLoadBalancersCommandOutput} for command's `response` shape.
32
+ * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
33
+ *
34
+ */
35
+ class AttachLoadBalancersCommand extends smithy_client_1.Command {
36
+ // Start section: command_properties
37
+ // End section: command_properties
38
+ constructor(input) {
39
+ // Start section: command_constructor
40
+ super();
41
+ this.input = input;
42
+ // End section: command_constructor
43
+ }
44
+ /**
45
+ * @internal
46
+ */
47
+ resolveMiddleware(clientStack, configuration, options) {
48
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
49
+ const stack = clientStack.concat(this.middlewareStack);
50
+ const { logger } = configuration;
51
+ const clientName = "AutoScalingClient";
52
+ const commandName = "AttachLoadBalancersCommand";
53
+ const handlerExecutionContext = {
54
+ logger,
55
+ clientName,
56
+ commandName,
57
+ inputFilterSensitiveLog: models_0_1.AttachLoadBalancersType.filterSensitiveLog,
58
+ outputFilterSensitiveLog: models_0_1.AttachLoadBalancersResultType.filterSensitiveLog,
59
+ };
60
+ const { requestHandler } = configuration;
61
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
62
+ }
63
+ serialize(input, context) {
64
+ return Aws_query_1.serializeAws_queryAttachLoadBalancersCommand(input, context);
65
+ }
66
+ deserialize(output, context) {
67
+ return Aws_query_1.deserializeAws_queryAttachLoadBalancersCommand(output, context);
68
+ }
69
+ }
70
+ exports.AttachLoadBalancersCommand = AttachLoadBalancersCommand;
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BatchDeleteScheduledActionCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_query_1 = require("../protocols/Aws_query");
8
+ /**
9
+ * <p>Deletes one or more scheduled actions for the specified Auto Scaling group.</p>
10
+ * @example
11
+ * Use a bare-bones client and the command you need to make an API call.
12
+ * ```javascript
13
+ * import { AutoScalingClient, BatchDeleteScheduledActionCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
14
+ * // const { AutoScalingClient, BatchDeleteScheduledActionCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
15
+ * const client = new AutoScalingClient(config);
16
+ * const command = new BatchDeleteScheduledActionCommand(input);
17
+ * const response = await client.send(command);
18
+ * ```
19
+ *
20
+ * @see {@link BatchDeleteScheduledActionCommandInput} for command's `input` shape.
21
+ * @see {@link BatchDeleteScheduledActionCommandOutput} for command's `response` shape.
22
+ * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
23
+ *
24
+ */
25
+ class BatchDeleteScheduledActionCommand extends smithy_client_1.Command {
26
+ // Start section: command_properties
27
+ // End section: command_properties
28
+ constructor(input) {
29
+ // Start section: command_constructor
30
+ super();
31
+ this.input = input;
32
+ // End section: command_constructor
33
+ }
34
+ /**
35
+ * @internal
36
+ */
37
+ resolveMiddleware(clientStack, configuration, options) {
38
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
+ const stack = clientStack.concat(this.middlewareStack);
40
+ const { logger } = configuration;
41
+ const clientName = "AutoScalingClient";
42
+ const commandName = "BatchDeleteScheduledActionCommand";
43
+ const handlerExecutionContext = {
44
+ logger,
45
+ clientName,
46
+ commandName,
47
+ inputFilterSensitiveLog: models_0_1.BatchDeleteScheduledActionType.filterSensitiveLog,
48
+ outputFilterSensitiveLog: models_0_1.BatchDeleteScheduledActionAnswer.filterSensitiveLog,
49
+ };
50
+ const { requestHandler } = configuration;
51
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
52
+ }
53
+ serialize(input, context) {
54
+ return Aws_query_1.serializeAws_queryBatchDeleteScheduledActionCommand(input, context);
55
+ }
56
+ deserialize(output, context) {
57
+ return Aws_query_1.deserializeAws_queryBatchDeleteScheduledActionCommand(output, context);
58
+ }
59
+ }
60
+ exports.BatchDeleteScheduledActionCommand = BatchDeleteScheduledActionCommand;
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BatchPutScheduledUpdateGroupActionCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_query_1 = require("../protocols/Aws_query");
8
+ /**
9
+ * <p>Creates or updates one or more scheduled scaling actions for an Auto Scaling group.</p>
10
+ * @example
11
+ * Use a bare-bones client and the command you need to make an API call.
12
+ * ```javascript
13
+ * import { AutoScalingClient, BatchPutScheduledUpdateGroupActionCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
14
+ * // const { AutoScalingClient, BatchPutScheduledUpdateGroupActionCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
15
+ * const client = new AutoScalingClient(config);
16
+ * const command = new BatchPutScheduledUpdateGroupActionCommand(input);
17
+ * const response = await client.send(command);
18
+ * ```
19
+ *
20
+ * @see {@link BatchPutScheduledUpdateGroupActionCommandInput} for command's `input` shape.
21
+ * @see {@link BatchPutScheduledUpdateGroupActionCommandOutput} for command's `response` shape.
22
+ * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
23
+ *
24
+ */
25
+ class BatchPutScheduledUpdateGroupActionCommand extends smithy_client_1.Command {
26
+ // Start section: command_properties
27
+ // End section: command_properties
28
+ constructor(input) {
29
+ // Start section: command_constructor
30
+ super();
31
+ this.input = input;
32
+ // End section: command_constructor
33
+ }
34
+ /**
35
+ * @internal
36
+ */
37
+ resolveMiddleware(clientStack, configuration, options) {
38
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
+ const stack = clientStack.concat(this.middlewareStack);
40
+ const { logger } = configuration;
41
+ const clientName = "AutoScalingClient";
42
+ const commandName = "BatchPutScheduledUpdateGroupActionCommand";
43
+ const handlerExecutionContext = {
44
+ logger,
45
+ clientName,
46
+ commandName,
47
+ inputFilterSensitiveLog: models_0_1.BatchPutScheduledUpdateGroupActionType.filterSensitiveLog,
48
+ outputFilterSensitiveLog: models_0_1.BatchPutScheduledUpdateGroupActionAnswer.filterSensitiveLog,
49
+ };
50
+ const { requestHandler } = configuration;
51
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
52
+ }
53
+ serialize(input, context) {
54
+ return Aws_query_1.serializeAws_queryBatchPutScheduledUpdateGroupActionCommand(input, context);
55
+ }
56
+ deserialize(output, context) {
57
+ return Aws_query_1.deserializeAws_queryBatchPutScheduledUpdateGroupActionCommand(output, context);
58
+ }
59
+ }
60
+ exports.BatchPutScheduledUpdateGroupActionCommand = BatchPutScheduledUpdateGroupActionCommand;
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CancelInstanceRefreshCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_query_1 = require("../protocols/Aws_query");
8
+ /**
9
+ * <p>Cancels an instance refresh operation in progress. Cancellation does not roll back any
10
+ * replacements that have already been completed, but it prevents new replacements from
11
+ * being started. </p>
12
+ * <p>This operation is part of the <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-instance-refresh.html">instance refresh
13
+ * feature</a> in Amazon EC2 Auto Scaling, which helps you update instances in your Auto Scaling group
14
+ * after you make configuration changes.</p>
15
+ * @example
16
+ * Use a bare-bones client and the command you need to make an API call.
17
+ * ```javascript
18
+ * import { AutoScalingClient, CancelInstanceRefreshCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
19
+ * // const { AutoScalingClient, CancelInstanceRefreshCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
20
+ * const client = new AutoScalingClient(config);
21
+ * const command = new CancelInstanceRefreshCommand(input);
22
+ * const response = await client.send(command);
23
+ * ```
24
+ *
25
+ * @see {@link CancelInstanceRefreshCommandInput} for command's `input` shape.
26
+ * @see {@link CancelInstanceRefreshCommandOutput} for command's `response` shape.
27
+ * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
28
+ *
29
+ */
30
+ class CancelInstanceRefreshCommand extends smithy_client_1.Command {
31
+ // Start section: command_properties
32
+ // End section: command_properties
33
+ constructor(input) {
34
+ // Start section: command_constructor
35
+ super();
36
+ this.input = input;
37
+ // End section: command_constructor
38
+ }
39
+ /**
40
+ * @internal
41
+ */
42
+ resolveMiddleware(clientStack, configuration, options) {
43
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
44
+ const stack = clientStack.concat(this.middlewareStack);
45
+ const { logger } = configuration;
46
+ const clientName = "AutoScalingClient";
47
+ const commandName = "CancelInstanceRefreshCommand";
48
+ const handlerExecutionContext = {
49
+ logger,
50
+ clientName,
51
+ commandName,
52
+ inputFilterSensitiveLog: models_0_1.CancelInstanceRefreshType.filterSensitiveLog,
53
+ outputFilterSensitiveLog: models_0_1.CancelInstanceRefreshAnswer.filterSensitiveLog,
54
+ };
55
+ const { requestHandler } = configuration;
56
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
57
+ }
58
+ serialize(input, context) {
59
+ return Aws_query_1.serializeAws_queryCancelInstanceRefreshCommand(input, context);
60
+ }
61
+ deserialize(output, context) {
62
+ return Aws_query_1.deserializeAws_queryCancelInstanceRefreshCommand(output, context);
63
+ }
64
+ }
65
+ exports.CancelInstanceRefreshCommand = CancelInstanceRefreshCommand;
@@ -0,0 +1,91 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CompleteLifecycleActionCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_query_1 = require("../protocols/Aws_query");
8
+ /**
9
+ * <p>Completes the lifecycle action for the specified token or instance with the specified
10
+ * result.</p>
11
+ * <p>This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling
12
+ * group:</p>
13
+ * <ol>
14
+ * <li>
15
+ * <p>(Optional) Create a Lambda function and a rule that allows CloudWatch Events to
16
+ * invoke your Lambda function when Amazon EC2 Auto Scaling launches or terminates
17
+ * instances.</p>
18
+ * </li>
19
+ * <li>
20
+ * <p>(Optional) Create a notification target and an IAM role. The target can be
21
+ * either an Amazon SQS queue or an Amazon SNS topic. The role allows Amazon EC2 Auto Scaling to
22
+ * publish lifecycle notifications to the target.</p>
23
+ * </li>
24
+ * <li>
25
+ * <p>Create the lifecycle hook. Specify whether the hook is used when the instances
26
+ * launch or terminate.</p>
27
+ * </li>
28
+ * <li>
29
+ * <p>If you need more time, record the lifecycle action heartbeat to keep the
30
+ * instance in a pending state.</p>
31
+ * </li>
32
+ * <li>
33
+ * <p>
34
+ * <b>If you finish before the timeout period ends, complete the
35
+ * lifecycle action.</b>
36
+ * </p>
37
+ * </li>
38
+ * </ol>
39
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/lifecycle-hooks.html">Amazon EC2 Auto Scaling lifecycle
40
+ * hooks</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
41
+ * @example
42
+ * Use a bare-bones client and the command you need to make an API call.
43
+ * ```javascript
44
+ * import { AutoScalingClient, CompleteLifecycleActionCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
45
+ * // const { AutoScalingClient, CompleteLifecycleActionCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
46
+ * const client = new AutoScalingClient(config);
47
+ * const command = new CompleteLifecycleActionCommand(input);
48
+ * const response = await client.send(command);
49
+ * ```
50
+ *
51
+ * @see {@link CompleteLifecycleActionCommandInput} for command's `input` shape.
52
+ * @see {@link CompleteLifecycleActionCommandOutput} for command's `response` shape.
53
+ * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
54
+ *
55
+ */
56
+ class CompleteLifecycleActionCommand extends smithy_client_1.Command {
57
+ // Start section: command_properties
58
+ // End section: command_properties
59
+ constructor(input) {
60
+ // Start section: command_constructor
61
+ super();
62
+ this.input = input;
63
+ // End section: command_constructor
64
+ }
65
+ /**
66
+ * @internal
67
+ */
68
+ resolveMiddleware(clientStack, configuration, options) {
69
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
70
+ const stack = clientStack.concat(this.middlewareStack);
71
+ const { logger } = configuration;
72
+ const clientName = "AutoScalingClient";
73
+ const commandName = "CompleteLifecycleActionCommand";
74
+ const handlerExecutionContext = {
75
+ logger,
76
+ clientName,
77
+ commandName,
78
+ inputFilterSensitiveLog: models_0_1.CompleteLifecycleActionType.filterSensitiveLog,
79
+ outputFilterSensitiveLog: models_0_1.CompleteLifecycleActionAnswer.filterSensitiveLog,
80
+ };
81
+ const { requestHandler } = configuration;
82
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
83
+ }
84
+ serialize(input, context) {
85
+ return Aws_query_1.serializeAws_queryCompleteLifecycleActionCommand(input, context);
86
+ }
87
+ deserialize(output, context) {
88
+ return Aws_query_1.deserializeAws_queryCompleteLifecycleActionCommand(output, context);
89
+ }
90
+ }
91
+ exports.CompleteLifecycleActionCommand = CompleteLifecycleActionCommand;
@@ -0,0 +1,78 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateAutoScalingGroupCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_query_1 = require("../protocols/Aws_query");
8
+ /**
9
+ * <p>
10
+ * <b>We strongly recommend using a launch template when calling this operation to ensure full functionality for Amazon EC2 Auto Scaling and Amazon EC2.</b>
11
+ * </p>
12
+ * <p>Creates an Auto Scaling group with
13
+ * the specified name and attributes. </p>
14
+ * <p>If you exceed your maximum limit of Auto Scaling groups, the call fails. To query this limit,
15
+ * call the <a>DescribeAccountLimits</a> API. For information about updating
16
+ * this limit, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-account-limits.html">Amazon EC2 Auto Scaling service
17
+ * quotas</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
18
+ * <p>For introductory exercises for creating an Auto Scaling group, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/GettingStartedTutorial.html">Getting started with
19
+ * Amazon EC2 Auto Scaling</a> and <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-register-lbs-with-asg.html">Tutorial: Set up a
20
+ * scaled and load-balanced application</a> in the
21
+ * <i>Amazon EC2 Auto Scaling User Guide</i>. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/AutoScalingGroup.html">Auto Scaling
22
+ * groups</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
23
+ * <p>Every Auto Scaling group has three size parameters (<code>DesiredCapacity</code>,
24
+ * <code>MaxSize</code>, and <code>MinSize</code>). Usually, you set these sizes based
25
+ * on a specific number of instances. However, if you configure a mixed instances policy
26
+ * that defines weights for the instance types, you must specify these sizes with the same
27
+ * units that you use for weighting instances.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { AutoScalingClient, CreateAutoScalingGroupCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
32
+ * // const { AutoScalingClient, CreateAutoScalingGroupCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
33
+ * const client = new AutoScalingClient(config);
34
+ * const command = new CreateAutoScalingGroupCommand(input);
35
+ * const response = await client.send(command);
36
+ * ```
37
+ *
38
+ * @see {@link CreateAutoScalingGroupCommandInput} for command's `input` shape.
39
+ * @see {@link CreateAutoScalingGroupCommandOutput} for command's `response` shape.
40
+ * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
41
+ *
42
+ */
43
+ class CreateAutoScalingGroupCommand extends smithy_client_1.Command {
44
+ // Start section: command_properties
45
+ // End section: command_properties
46
+ constructor(input) {
47
+ // Start section: command_constructor
48
+ super();
49
+ this.input = input;
50
+ // End section: command_constructor
51
+ }
52
+ /**
53
+ * @internal
54
+ */
55
+ resolveMiddleware(clientStack, configuration, options) {
56
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
57
+ const stack = clientStack.concat(this.middlewareStack);
58
+ const { logger } = configuration;
59
+ const clientName = "AutoScalingClient";
60
+ const commandName = "CreateAutoScalingGroupCommand";
61
+ const handlerExecutionContext = {
62
+ logger,
63
+ clientName,
64
+ commandName,
65
+ inputFilterSensitiveLog: models_0_1.CreateAutoScalingGroupType.filterSensitiveLog,
66
+ outputFilterSensitiveLog: (output) => output,
67
+ };
68
+ const { requestHandler } = configuration;
69
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
70
+ }
71
+ serialize(input, context) {
72
+ return Aws_query_1.serializeAws_queryCreateAutoScalingGroupCommand(input, context);
73
+ }
74
+ deserialize(output, context) {
75
+ return Aws_query_1.deserializeAws_queryCreateAutoScalingGroupCommand(output, context);
76
+ }
77
+ }
78
+ exports.CreateAutoScalingGroupCommand = CreateAutoScalingGroupCommand;