@aws-sdk/client-auto-scaling 3.477.0 → 3.481.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 (317) hide show
  1. package/dist-cjs/commands/AttachInstancesCommand.js +18 -41
  2. package/dist-cjs/commands/AttachLoadBalancerTargetGroupsCommand.js +18 -41
  3. package/dist-cjs/commands/AttachLoadBalancersCommand.js +18 -41
  4. package/dist-cjs/commands/AttachTrafficSourcesCommand.js +18 -41
  5. package/dist-cjs/commands/BatchDeleteScheduledActionCommand.js +18 -41
  6. package/dist-cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js +18 -41
  7. package/dist-cjs/commands/CancelInstanceRefreshCommand.js +18 -41
  8. package/dist-cjs/commands/CompleteLifecycleActionCommand.js +18 -41
  9. package/dist-cjs/commands/CreateAutoScalingGroupCommand.js +18 -41
  10. package/dist-cjs/commands/CreateLaunchConfigurationCommand.js +18 -41
  11. package/dist-cjs/commands/CreateOrUpdateTagsCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteAutoScalingGroupCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteLaunchConfigurationCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteLifecycleHookCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteNotificationConfigurationCommand.js +18 -41
  16. package/dist-cjs/commands/DeletePolicyCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteScheduledActionCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteTagsCommand.js +18 -41
  19. package/dist-cjs/commands/DeleteWarmPoolCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +18 -41
  21. package/dist-cjs/commands/DescribeAdjustmentTypesCommand.js +18 -41
  22. package/dist-cjs/commands/DescribeAutoScalingGroupsCommand.js +18 -41
  23. package/dist-cjs/commands/DescribeAutoScalingInstancesCommand.js +18 -41
  24. package/dist-cjs/commands/DescribeAutoScalingNotificationTypesCommand.js +18 -41
  25. package/dist-cjs/commands/DescribeInstanceRefreshesCommand.js +18 -41
  26. package/dist-cjs/commands/DescribeLaunchConfigurationsCommand.js +18 -41
  27. package/dist-cjs/commands/DescribeLifecycleHookTypesCommand.js +18 -41
  28. package/dist-cjs/commands/DescribeLifecycleHooksCommand.js +18 -41
  29. package/dist-cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js +18 -41
  30. package/dist-cjs/commands/DescribeLoadBalancersCommand.js +18 -41
  31. package/dist-cjs/commands/DescribeMetricCollectionTypesCommand.js +18 -41
  32. package/dist-cjs/commands/DescribeNotificationConfigurationsCommand.js +18 -41
  33. package/dist-cjs/commands/DescribePoliciesCommand.js +18 -41
  34. package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +18 -41
  35. package/dist-cjs/commands/DescribeScalingProcessTypesCommand.js +18 -41
  36. package/dist-cjs/commands/DescribeScheduledActionsCommand.js +18 -41
  37. package/dist-cjs/commands/DescribeTagsCommand.js +18 -41
  38. package/dist-cjs/commands/DescribeTerminationPolicyTypesCommand.js +18 -41
  39. package/dist-cjs/commands/DescribeTrafficSourcesCommand.js +18 -41
  40. package/dist-cjs/commands/DescribeWarmPoolCommand.js +18 -41
  41. package/dist-cjs/commands/DetachInstancesCommand.js +18 -41
  42. package/dist-cjs/commands/DetachLoadBalancerTargetGroupsCommand.js +18 -41
  43. package/dist-cjs/commands/DetachLoadBalancersCommand.js +18 -41
  44. package/dist-cjs/commands/DetachTrafficSourcesCommand.js +18 -41
  45. package/dist-cjs/commands/DisableMetricsCollectionCommand.js +18 -41
  46. package/dist-cjs/commands/EnableMetricsCollectionCommand.js +18 -41
  47. package/dist-cjs/commands/EnterStandbyCommand.js +18 -41
  48. package/dist-cjs/commands/ExecutePolicyCommand.js +18 -41
  49. package/dist-cjs/commands/ExitStandbyCommand.js +18 -41
  50. package/dist-cjs/commands/GetPredictiveScalingForecastCommand.js +18 -41
  51. package/dist-cjs/commands/PutLifecycleHookCommand.js +18 -41
  52. package/dist-cjs/commands/PutNotificationConfigurationCommand.js +18 -41
  53. package/dist-cjs/commands/PutScalingPolicyCommand.js +18 -41
  54. package/dist-cjs/commands/PutScheduledUpdateGroupActionCommand.js +18 -41
  55. package/dist-cjs/commands/PutWarmPoolCommand.js +18 -41
  56. package/dist-cjs/commands/RecordLifecycleActionHeartbeatCommand.js +18 -41
  57. package/dist-cjs/commands/ResumeProcessesCommand.js +18 -41
  58. package/dist-cjs/commands/RollbackInstanceRefreshCommand.js +18 -41
  59. package/dist-cjs/commands/SetDesiredCapacityCommand.js +18 -41
  60. package/dist-cjs/commands/SetInstanceHealthCommand.js +18 -41
  61. package/dist-cjs/commands/SetInstanceProtectionCommand.js +18 -41
  62. package/dist-cjs/commands/StartInstanceRefreshCommand.js +18 -41
  63. package/dist-cjs/commands/SuspendProcessesCommand.js +18 -41
  64. package/dist-cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js +18 -41
  65. package/dist-cjs/commands/UpdateAutoScalingGroupCommand.js +18 -41
  66. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  67. package/dist-cjs/pagination/DescribeAutoScalingGroupsPaginator.js +2 -24
  68. package/dist-cjs/pagination/DescribeAutoScalingInstancesPaginator.js +2 -24
  69. package/dist-cjs/pagination/DescribeInstanceRefreshesPaginator.js +2 -24
  70. package/dist-cjs/pagination/DescribeLaunchConfigurationsPaginator.js +2 -24
  71. package/dist-cjs/pagination/DescribeLoadBalancerTargetGroupsPaginator.js +2 -24
  72. package/dist-cjs/pagination/DescribeLoadBalancersPaginator.js +2 -24
  73. package/dist-cjs/pagination/DescribeNotificationConfigurationsPaginator.js +2 -24
  74. package/dist-cjs/pagination/DescribePoliciesPaginator.js +2 -24
  75. package/dist-cjs/pagination/DescribeScalingActivitiesPaginator.js +2 -24
  76. package/dist-cjs/pagination/DescribeScheduledActionsPaginator.js +2 -24
  77. package/dist-cjs/pagination/DescribeTagsPaginator.js +2 -24
  78. package/dist-cjs/pagination/DescribeTrafficSourcesPaginator.js +2 -24
  79. package/dist-cjs/pagination/DescribeWarmPoolPaginator.js +2 -24
  80. package/dist-es/commands/AttachInstancesCommand.js +18 -41
  81. package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +18 -41
  82. package/dist-es/commands/AttachLoadBalancersCommand.js +18 -41
  83. package/dist-es/commands/AttachTrafficSourcesCommand.js +18 -41
  84. package/dist-es/commands/BatchDeleteScheduledActionCommand.js +18 -41
  85. package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +18 -41
  86. package/dist-es/commands/CancelInstanceRefreshCommand.js +18 -41
  87. package/dist-es/commands/CompleteLifecycleActionCommand.js +18 -41
  88. package/dist-es/commands/CreateAutoScalingGroupCommand.js +18 -41
  89. package/dist-es/commands/CreateLaunchConfigurationCommand.js +18 -41
  90. package/dist-es/commands/CreateOrUpdateTagsCommand.js +18 -41
  91. package/dist-es/commands/DeleteAutoScalingGroupCommand.js +18 -41
  92. package/dist-es/commands/DeleteLaunchConfigurationCommand.js +18 -41
  93. package/dist-es/commands/DeleteLifecycleHookCommand.js +18 -41
  94. package/dist-es/commands/DeleteNotificationConfigurationCommand.js +18 -41
  95. package/dist-es/commands/DeletePolicyCommand.js +18 -41
  96. package/dist-es/commands/DeleteScheduledActionCommand.js +18 -41
  97. package/dist-es/commands/DeleteTagsCommand.js +18 -41
  98. package/dist-es/commands/DeleteWarmPoolCommand.js +18 -41
  99. package/dist-es/commands/DescribeAccountLimitsCommand.js +18 -41
  100. package/dist-es/commands/DescribeAdjustmentTypesCommand.js +18 -41
  101. package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +18 -41
  102. package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +18 -41
  103. package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +18 -41
  104. package/dist-es/commands/DescribeInstanceRefreshesCommand.js +18 -41
  105. package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +18 -41
  106. package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +18 -41
  107. package/dist-es/commands/DescribeLifecycleHooksCommand.js +18 -41
  108. package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +18 -41
  109. package/dist-es/commands/DescribeLoadBalancersCommand.js +18 -41
  110. package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +18 -41
  111. package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +18 -41
  112. package/dist-es/commands/DescribePoliciesCommand.js +18 -41
  113. package/dist-es/commands/DescribeScalingActivitiesCommand.js +18 -41
  114. package/dist-es/commands/DescribeScalingProcessTypesCommand.js +18 -41
  115. package/dist-es/commands/DescribeScheduledActionsCommand.js +18 -41
  116. package/dist-es/commands/DescribeTagsCommand.js +18 -41
  117. package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +18 -41
  118. package/dist-es/commands/DescribeTrafficSourcesCommand.js +18 -41
  119. package/dist-es/commands/DescribeWarmPoolCommand.js +18 -41
  120. package/dist-es/commands/DetachInstancesCommand.js +18 -41
  121. package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +18 -41
  122. package/dist-es/commands/DetachLoadBalancersCommand.js +18 -41
  123. package/dist-es/commands/DetachTrafficSourcesCommand.js +18 -41
  124. package/dist-es/commands/DisableMetricsCollectionCommand.js +18 -41
  125. package/dist-es/commands/EnableMetricsCollectionCommand.js +18 -41
  126. package/dist-es/commands/EnterStandbyCommand.js +18 -41
  127. package/dist-es/commands/ExecutePolicyCommand.js +18 -41
  128. package/dist-es/commands/ExitStandbyCommand.js +18 -41
  129. package/dist-es/commands/GetPredictiveScalingForecastCommand.js +18 -41
  130. package/dist-es/commands/PutLifecycleHookCommand.js +18 -41
  131. package/dist-es/commands/PutNotificationConfigurationCommand.js +18 -41
  132. package/dist-es/commands/PutScalingPolicyCommand.js +18 -41
  133. package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +18 -41
  134. package/dist-es/commands/PutWarmPoolCommand.js +18 -41
  135. package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +18 -41
  136. package/dist-es/commands/ResumeProcessesCommand.js +18 -41
  137. package/dist-es/commands/RollbackInstanceRefreshCommand.js +18 -41
  138. package/dist-es/commands/SetDesiredCapacityCommand.js +18 -41
  139. package/dist-es/commands/SetInstanceHealthCommand.js +18 -41
  140. package/dist-es/commands/SetInstanceProtectionCommand.js +18 -41
  141. package/dist-es/commands/StartInstanceRefreshCommand.js +18 -41
  142. package/dist-es/commands/SuspendProcessesCommand.js +18 -41
  143. package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +18 -41
  144. package/dist-es/commands/UpdateAutoScalingGroupCommand.js +18 -41
  145. package/dist-es/endpoint/EndpointParameters.js +6 -0
  146. package/dist-es/pagination/DescribeAutoScalingGroupsPaginator.js +2 -23
  147. package/dist-es/pagination/DescribeAutoScalingInstancesPaginator.js +2 -23
  148. package/dist-es/pagination/DescribeInstanceRefreshesPaginator.js +2 -23
  149. package/dist-es/pagination/DescribeLaunchConfigurationsPaginator.js +2 -23
  150. package/dist-es/pagination/DescribeLoadBalancerTargetGroupsPaginator.js +2 -23
  151. package/dist-es/pagination/DescribeLoadBalancersPaginator.js +2 -23
  152. package/dist-es/pagination/DescribeNotificationConfigurationsPaginator.js +2 -23
  153. package/dist-es/pagination/DescribePoliciesPaginator.js +2 -23
  154. package/dist-es/pagination/DescribeScalingActivitiesPaginator.js +2 -23
  155. package/dist-es/pagination/DescribeScheduledActionsPaginator.js +2 -23
  156. package/dist-es/pagination/DescribeTagsPaginator.js +2 -23
  157. package/dist-es/pagination/DescribeTrafficSourcesPaginator.js +2 -23
  158. package/dist-es/pagination/DescribeWarmPoolPaginator.js +2 -23
  159. package/dist-types/commands/AttachInstancesCommand.d.ts +6 -21
  160. package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +6 -21
  161. package/dist-types/commands/AttachLoadBalancersCommand.d.ts +6 -21
  162. package/dist-types/commands/AttachTrafficSourcesCommand.d.ts +6 -21
  163. package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +6 -21
  164. package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +6 -21
  165. package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +6 -21
  166. package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +6 -21
  167. package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +6 -21
  168. package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +6 -21
  169. package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +6 -21
  170. package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +6 -21
  171. package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +6 -21
  172. package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +6 -21
  173. package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +6 -21
  174. package/dist-types/commands/DeletePolicyCommand.d.ts +6 -21
  175. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +6 -21
  176. package/dist-types/commands/DeleteTagsCommand.d.ts +6 -21
  177. package/dist-types/commands/DeleteWarmPoolCommand.d.ts +6 -21
  178. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -21
  179. package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +6 -21
  180. package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +6 -21
  181. package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +6 -21
  182. package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +6 -21
  183. package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +6 -21
  184. package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +6 -21
  185. package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +6 -21
  186. package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +6 -21
  187. package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +6 -21
  188. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -21
  189. package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +6 -21
  190. package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +6 -21
  191. package/dist-types/commands/DescribePoliciesCommand.d.ts +6 -21
  192. package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +6 -21
  193. package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +6 -21
  194. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +6 -21
  195. package/dist-types/commands/DescribeTagsCommand.d.ts +6 -21
  196. package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +6 -21
  197. package/dist-types/commands/DescribeTrafficSourcesCommand.d.ts +6 -21
  198. package/dist-types/commands/DescribeWarmPoolCommand.d.ts +6 -21
  199. package/dist-types/commands/DetachInstancesCommand.d.ts +6 -21
  200. package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +6 -21
  201. package/dist-types/commands/DetachLoadBalancersCommand.d.ts +6 -21
  202. package/dist-types/commands/DetachTrafficSourcesCommand.d.ts +6 -21
  203. package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +6 -21
  204. package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +6 -21
  205. package/dist-types/commands/EnterStandbyCommand.d.ts +6 -21
  206. package/dist-types/commands/ExecutePolicyCommand.d.ts +6 -21
  207. package/dist-types/commands/ExitStandbyCommand.d.ts +6 -21
  208. package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +6 -21
  209. package/dist-types/commands/PutLifecycleHookCommand.d.ts +6 -21
  210. package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +6 -21
  211. package/dist-types/commands/PutScalingPolicyCommand.d.ts +6 -21
  212. package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +6 -21
  213. package/dist-types/commands/PutWarmPoolCommand.d.ts +6 -21
  214. package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +6 -21
  215. package/dist-types/commands/ResumeProcessesCommand.d.ts +6 -21
  216. package/dist-types/commands/RollbackInstanceRefreshCommand.d.ts +6 -21
  217. package/dist-types/commands/SetDesiredCapacityCommand.d.ts +6 -21
  218. package/dist-types/commands/SetInstanceHealthCommand.d.ts +6 -21
  219. package/dist-types/commands/SetInstanceProtectionCommand.d.ts +6 -21
  220. package/dist-types/commands/StartInstanceRefreshCommand.d.ts +6 -21
  221. package/dist-types/commands/SuspendProcessesCommand.d.ts +6 -21
  222. package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +6 -21
  223. package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +6 -21
  224. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  225. package/dist-types/pagination/DescribeAutoScalingGroupsPaginator.d.ts +1 -1
  226. package/dist-types/pagination/DescribeAutoScalingInstancesPaginator.d.ts +1 -1
  227. package/dist-types/pagination/DescribeInstanceRefreshesPaginator.d.ts +1 -1
  228. package/dist-types/pagination/DescribeLaunchConfigurationsPaginator.d.ts +1 -1
  229. package/dist-types/pagination/DescribeLoadBalancerTargetGroupsPaginator.d.ts +1 -1
  230. package/dist-types/pagination/DescribeLoadBalancersPaginator.d.ts +1 -1
  231. package/dist-types/pagination/DescribeNotificationConfigurationsPaginator.d.ts +1 -1
  232. package/dist-types/pagination/DescribePoliciesPaginator.d.ts +1 -1
  233. package/dist-types/pagination/DescribeScalingActivitiesPaginator.d.ts +1 -1
  234. package/dist-types/pagination/DescribeScheduledActionsPaginator.d.ts +1 -1
  235. package/dist-types/pagination/DescribeTagsPaginator.d.ts +1 -1
  236. package/dist-types/pagination/DescribeTrafficSourcesPaginator.d.ts +1 -1
  237. package/dist-types/pagination/DescribeWarmPoolPaginator.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/AttachInstancesCommand.d.ts +14 -23
  239. package/dist-types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +12 -24
  240. package/dist-types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +14 -23
  241. package/dist-types/ts3.4/commands/AttachTrafficSourcesCommand.d.ts +12 -24
  242. package/dist-types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +12 -24
  243. package/dist-types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +12 -24
  244. package/dist-types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +12 -24
  245. package/dist-types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +12 -24
  246. package/dist-types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +12 -24
  247. package/dist-types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +12 -24
  248. package/dist-types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +14 -23
  249. package/dist-types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +12 -24
  250. package/dist-types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +12 -24
  251. package/dist-types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +14 -23
  252. package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +12 -24
  253. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +14 -23
  254. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +12 -24
  255. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +14 -23
  256. package/dist-types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +14 -23
  257. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +12 -24
  258. package/dist-types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +12 -24
  259. package/dist-types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +12 -24
  260. package/dist-types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +12 -24
  261. package/dist-types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +12 -24
  262. package/dist-types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +12 -24
  263. package/dist-types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +12 -24
  264. package/dist-types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +12 -24
  265. package/dist-types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +12 -24
  266. package/dist-types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +12 -24
  267. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +12 -24
  268. package/dist-types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +12 -24
  269. package/dist-types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +12 -24
  270. package/dist-types/ts3.4/commands/DescribePoliciesCommand.d.ts +14 -23
  271. package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +12 -24
  272. package/dist-types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +12 -24
  273. package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +12 -24
  274. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +14 -23
  275. package/dist-types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +12 -24
  276. package/dist-types/ts3.4/commands/DescribeTrafficSourcesCommand.d.ts +12 -24
  277. package/dist-types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +14 -23
  278. package/dist-types/ts3.4/commands/DetachInstancesCommand.d.ts +14 -23
  279. package/dist-types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +12 -24
  280. package/dist-types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +14 -23
  281. package/dist-types/ts3.4/commands/DetachTrafficSourcesCommand.d.ts +12 -24
  282. package/dist-types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +12 -24
  283. package/dist-types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +12 -24
  284. package/dist-types/ts3.4/commands/EnterStandbyCommand.d.ts +14 -23
  285. package/dist-types/ts3.4/commands/ExecutePolicyCommand.d.ts +14 -23
  286. package/dist-types/ts3.4/commands/ExitStandbyCommand.d.ts +14 -23
  287. package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +12 -24
  288. package/dist-types/ts3.4/commands/PutLifecycleHookCommand.d.ts +14 -23
  289. package/dist-types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +12 -24
  290. package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +14 -23
  291. package/dist-types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +12 -24
  292. package/dist-types/ts3.4/commands/PutWarmPoolCommand.d.ts +14 -23
  293. package/dist-types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +12 -24
  294. package/dist-types/ts3.4/commands/ResumeProcessesCommand.d.ts +14 -23
  295. package/dist-types/ts3.4/commands/RollbackInstanceRefreshCommand.d.ts +12 -24
  296. package/dist-types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +14 -23
  297. package/dist-types/ts3.4/commands/SetInstanceHealthCommand.d.ts +14 -23
  298. package/dist-types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +12 -24
  299. package/dist-types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +12 -24
  300. package/dist-types/ts3.4/commands/SuspendProcessesCommand.d.ts +14 -23
  301. package/dist-types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +12 -24
  302. package/dist-types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +12 -24
  303. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  304. package/dist-types/ts3.4/pagination/DescribeAutoScalingGroupsPaginator.d.ts +3 -3
  305. package/dist-types/ts3.4/pagination/DescribeAutoScalingInstancesPaginator.d.ts +3 -3
  306. package/dist-types/ts3.4/pagination/DescribeInstanceRefreshesPaginator.d.ts +3 -3
  307. package/dist-types/ts3.4/pagination/DescribeLaunchConfigurationsPaginator.d.ts +3 -3
  308. package/dist-types/ts3.4/pagination/DescribeLoadBalancerTargetGroupsPaginator.d.ts +3 -3
  309. package/dist-types/ts3.4/pagination/DescribeLoadBalancersPaginator.d.ts +3 -3
  310. package/dist-types/ts3.4/pagination/DescribeNotificationConfigurationsPaginator.d.ts +3 -3
  311. package/dist-types/ts3.4/pagination/DescribePoliciesPaginator.d.ts +3 -3
  312. package/dist-types/ts3.4/pagination/DescribeScalingActivitiesPaginator.d.ts +3 -3
  313. package/dist-types/ts3.4/pagination/DescribeScheduledActionsPaginator.d.ts +3 -3
  314. package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +3 -3
  315. package/dist-types/ts3.4/pagination/DescribeTrafficSourcesPaginator.d.ts +3 -3
  316. package/dist-types/ts3.4/pagination/DescribeWarmPoolPaginator.d.ts +3 -3
  317. package/package.json +11 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
4
  import { DescribePoliciesType, PoliciesType } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribePoliciesCommandInput extends DescribePoliciesType {
21
20
  */
22
21
  export interface DescribePoliciesCommandOutput extends PoliciesType, __MetadataBearer {
23
22
  }
23
+ declare const DescribePoliciesCommand_base: {
24
+ new (input: DescribePoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePoliciesCommandInput, DescribePoliciesCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about the scaling policies in the account and Region.</p>
@@ -255,23 +258,5 @@ export interface DescribePoliciesCommandOutput extends PoliciesType, __MetadataB
255
258
  * ```
256
259
  *
257
260
  */
258
- export declare class DescribePoliciesCommand extends $Command<DescribePoliciesCommandInput, DescribePoliciesCommandOutput, AutoScalingClientResolvedConfig> {
259
- readonly input: DescribePoliciesCommandInput;
260
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
261
- /**
262
- * @public
263
- */
264
- constructor(input: DescribePoliciesCommandInput);
265
- /**
266
- * @internal
267
- */
268
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePoliciesCommandInput, DescribePoliciesCommandOutput>;
269
- /**
270
- * @internal
271
- */
272
- private serialize;
273
- /**
274
- * @internal
275
- */
276
- private deserialize;
261
+ export declare class DescribePoliciesCommand extends DescribePoliciesCommand_base {
277
262
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
4
  import { ActivitiesType, DescribeScalingActivitiesType } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeScalingActivitiesCommandInput extends DescribeScalingAc
21
20
  */
22
21
  export interface DescribeScalingActivitiesCommandOutput extends ActivitiesType, __MetadataBearer {
23
22
  }
23
+ declare const DescribeScalingActivitiesCommand_base: {
24
+ new (input: DescribeScalingActivitiesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeScalingActivitiesCommandInput, DescribeScalingActivitiesCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about the scaling activities in the account and Region.</p>
@@ -117,23 +120,5 @@ export interface DescribeScalingActivitiesCommandOutput extends ActivitiesType,
117
120
  * ```
118
121
  *
119
122
  */
120
- export declare class DescribeScalingActivitiesCommand extends $Command<DescribeScalingActivitiesCommandInput, DescribeScalingActivitiesCommandOutput, AutoScalingClientResolvedConfig> {
121
- readonly input: DescribeScalingActivitiesCommandInput;
122
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
123
- /**
124
- * @public
125
- */
126
- constructor(input: DescribeScalingActivitiesCommandInput);
127
- /**
128
- * @internal
129
- */
130
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeScalingActivitiesCommandInput, DescribeScalingActivitiesCommandOutput>;
131
- /**
132
- * @internal
133
- */
134
- private serialize;
135
- /**
136
- * @internal
137
- */
138
- private deserialize;
123
+ export declare class DescribeScalingActivitiesCommand extends DescribeScalingActivitiesCommand_base {
139
124
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
4
  import { ProcessesType } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeScalingProcessTypesCommandInput {
21
20
  */
22
21
  export interface DescribeScalingProcessTypesCommandOutput extends ProcessesType, __MetadataBearer {
23
22
  }
23
+ declare const DescribeScalingProcessTypesCommand_base: {
24
+ new (input: DescribeScalingProcessTypesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeScalingProcessTypesCommandInput, DescribeScalingProcessTypesCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the scaling process types for use with the <a>ResumeProcesses</a>
@@ -97,23 +100,5 @@ export interface DescribeScalingProcessTypesCommandOutput extends ProcessesType,
97
100
  * ```
98
101
  *
99
102
  */
100
- export declare class DescribeScalingProcessTypesCommand extends $Command<DescribeScalingProcessTypesCommandInput, DescribeScalingProcessTypesCommandOutput, AutoScalingClientResolvedConfig> {
101
- readonly input: DescribeScalingProcessTypesCommandInput;
102
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
103
- /**
104
- * @public
105
- */
106
- constructor(input: DescribeScalingProcessTypesCommandInput);
107
- /**
108
- * @internal
109
- */
110
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeScalingProcessTypesCommandInput, DescribeScalingProcessTypesCommandOutput>;
111
- /**
112
- * @internal
113
- */
114
- private serialize;
115
- /**
116
- * @internal
117
- */
118
- private deserialize;
103
+ export declare class DescribeScalingProcessTypesCommand extends DescribeScalingProcessTypesCommand_base {
119
104
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
4
  import { DescribeScheduledActionsType, ScheduledActionsType } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeScheduledActionsCommandInput extends DescribeScheduledA
21
20
  */
22
21
  export interface DescribeScheduledActionsCommandOutput extends ScheduledActionsType, __MetadataBearer {
23
22
  }
23
+ declare const DescribeScheduledActionsCommand_base: {
24
+ new (input: DescribeScheduledActionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about the scheduled actions that haven't run or that have not reached
@@ -111,23 +114,5 @@ export interface DescribeScheduledActionsCommandOutput extends ScheduledActionsT
111
114
  * ```
112
115
  *
113
116
  */
114
- export declare class DescribeScheduledActionsCommand extends $Command<DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput, AutoScalingClientResolvedConfig> {
115
- readonly input: DescribeScheduledActionsCommandInput;
116
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
117
- /**
118
- * @public
119
- */
120
- constructor(input: DescribeScheduledActionsCommandInput);
121
- /**
122
- * @internal
123
- */
124
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput>;
125
- /**
126
- * @internal
127
- */
128
- private serialize;
129
- /**
130
- * @internal
131
- */
132
- private deserialize;
117
+ export declare class DescribeScheduledActionsCommand extends DescribeScheduledActionsCommand_base {
133
118
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
4
  import { DescribeTagsType, TagsType } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeTagsCommandInput extends DescribeTagsType {
21
20
  */
22
21
  export interface DescribeTagsCommandOutput extends TagsType, __MetadataBearer {
23
22
  }
23
+ declare const DescribeTagsCommand_base: {
24
+ new (input: DescribeTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the specified tags.</p>
@@ -122,23 +125,5 @@ export interface DescribeTagsCommandOutput extends TagsType, __MetadataBearer {
122
125
  * ```
123
126
  *
124
127
  */
125
- export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, AutoScalingClientResolvedConfig> {
126
- readonly input: DescribeTagsCommandInput;
127
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
128
- /**
129
- * @public
130
- */
131
- constructor(input: DescribeTagsCommandInput);
132
- /**
133
- * @internal
134
- */
135
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTagsCommandInput, DescribeTagsCommandOutput>;
136
- /**
137
- * @internal
138
- */
139
- private serialize;
140
- /**
141
- * @internal
142
- */
143
- private deserialize;
128
+ export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
144
129
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
4
  import { DescribeTerminationPolicyTypesAnswer } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeTerminationPolicyTypesCommandInput {
21
20
  */
22
21
  export interface DescribeTerminationPolicyTypesCommandOutput extends DescribeTerminationPolicyTypesAnswer, __MetadataBearer {
23
22
  }
23
+ declare const DescribeTerminationPolicyTypesCommand_base: {
24
+ new (input: DescribeTerminationPolicyTypesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTerminationPolicyTypesCommandInput, DescribeTerminationPolicyTypesCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the termination policies supported by Amazon EC2 Auto Scaling.</p>
@@ -78,23 +81,5 @@ export interface DescribeTerminationPolicyTypesCommandOutput extends DescribeTer
78
81
  * ```
79
82
  *
80
83
  */
81
- export declare class DescribeTerminationPolicyTypesCommand extends $Command<DescribeTerminationPolicyTypesCommandInput, DescribeTerminationPolicyTypesCommandOutput, AutoScalingClientResolvedConfig> {
82
- readonly input: DescribeTerminationPolicyTypesCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: DescribeTerminationPolicyTypesCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTerminationPolicyTypesCommandInput, DescribeTerminationPolicyTypesCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class DescribeTerminationPolicyTypesCommand extends DescribeTerminationPolicyTypesCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
4
  import { DescribeTrafficSourcesRequest, DescribeTrafficSourcesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeTrafficSourcesCommandInput extends DescribeTrafficSourc
21
20
  */
22
21
  export interface DescribeTrafficSourcesCommandOutput extends DescribeTrafficSourcesResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeTrafficSourcesCommand_base: {
24
+ new (input: DescribeTrafficSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrafficSourcesCommandInput, DescribeTrafficSourcesCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about the traffic sources for the specified Auto Scaling group.</p>
@@ -96,23 +99,5 @@ export interface DescribeTrafficSourcesCommandOutput extends DescribeTrafficSour
96
99
  * ```
97
100
  *
98
101
  */
99
- export declare class DescribeTrafficSourcesCommand extends $Command<DescribeTrafficSourcesCommandInput, DescribeTrafficSourcesCommandOutput, AutoScalingClientResolvedConfig> {
100
- readonly input: DescribeTrafficSourcesCommandInput;
101
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
- /**
103
- * @public
104
- */
105
- constructor(input: DescribeTrafficSourcesCommandInput);
106
- /**
107
- * @internal
108
- */
109
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrafficSourcesCommandInput, DescribeTrafficSourcesCommandOutput>;
110
- /**
111
- * @internal
112
- */
113
- private serialize;
114
- /**
115
- * @internal
116
- */
117
- private deserialize;
102
+ export declare class DescribeTrafficSourcesCommand extends DescribeTrafficSourcesCommand_base {
118
103
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
4
  import { DescribeWarmPoolAnswer, DescribeWarmPoolType } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeWarmPoolCommandInput extends DescribeWarmPoolType {
21
20
  */
22
21
  export interface DescribeWarmPoolCommandOutput extends DescribeWarmPoolAnswer, __MetadataBearer {
23
22
  }
23
+ declare const DescribeWarmPoolCommand_base: {
24
+ new (input: DescribeWarmPoolCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWarmPoolCommandInput, DescribeWarmPoolCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about a warm pool and its instances.</p>
@@ -94,23 +97,5 @@ export interface DescribeWarmPoolCommandOutput extends DescribeWarmPoolAnswer, _
94
97
  * <p>Base exception class for all service exceptions from AutoScaling service.</p>
95
98
  *
96
99
  */
97
- export declare class DescribeWarmPoolCommand extends $Command<DescribeWarmPoolCommandInput, DescribeWarmPoolCommandOutput, AutoScalingClientResolvedConfig> {
98
- readonly input: DescribeWarmPoolCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: DescribeWarmPoolCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWarmPoolCommandInput, DescribeWarmPoolCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class DescribeWarmPoolCommand extends DescribeWarmPoolCommand_base {
116
101
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
4
  import { DetachInstancesAnswer, DetachInstancesQuery } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DetachInstancesCommandInput extends DetachInstancesQuery {
21
20
  */
22
21
  export interface DetachInstancesCommandOutput extends DetachInstancesAnswer, __MetadataBearer {
23
22
  }
23
+ declare const DetachInstancesCommand_base: {
24
+ new (input: DetachInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<DetachInstancesCommandInput, DetachInstancesCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes one or more instances from the specified Auto Scaling group.</p>
@@ -114,23 +117,5 @@ export interface DetachInstancesCommandOutput extends DetachInstancesAnswer, __M
114
117
  * ```
115
118
  *
116
119
  */
117
- export declare class DetachInstancesCommand extends $Command<DetachInstancesCommandInput, DetachInstancesCommandOutput, AutoScalingClientResolvedConfig> {
118
- readonly input: DetachInstancesCommandInput;
119
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
120
- /**
121
- * @public
122
- */
123
- constructor(input: DetachInstancesCommandInput);
124
- /**
125
- * @internal
126
- */
127
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachInstancesCommandInput, DetachInstancesCommandOutput>;
128
- /**
129
- * @internal
130
- */
131
- private serialize;
132
- /**
133
- * @internal
134
- */
135
- private deserialize;
120
+ export declare class DetachInstancesCommand extends DetachInstancesCommand_base {
136
121
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
4
  import { DetachLoadBalancerTargetGroupsResultType, DetachLoadBalancerTargetGroupsType } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DetachLoadBalancerTargetGroupsCommandInput extends DetachLoadBa
21
20
  */
22
21
  export interface DetachLoadBalancerTargetGroupsCommandOutput extends DetachLoadBalancerTargetGroupsResultType, __MetadataBearer {
23
22
  }
23
+ declare const DetachLoadBalancerTargetGroupsCommand_base: {
24
+ new (input: DetachLoadBalancerTargetGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DetachLoadBalancerTargetGroupsCommandInput, DetachLoadBalancerTargetGroupsCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <note>
@@ -87,23 +90,5 @@ export interface DetachLoadBalancerTargetGroupsCommandOutput extends DetachLoadB
87
90
  * ```
88
91
  *
89
92
  */
90
- export declare class DetachLoadBalancerTargetGroupsCommand extends $Command<DetachLoadBalancerTargetGroupsCommandInput, DetachLoadBalancerTargetGroupsCommandOutput, AutoScalingClientResolvedConfig> {
91
- readonly input: DetachLoadBalancerTargetGroupsCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: DetachLoadBalancerTargetGroupsCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachLoadBalancerTargetGroupsCommandInput, DetachLoadBalancerTargetGroupsCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class DetachLoadBalancerTargetGroupsCommand extends DetachLoadBalancerTargetGroupsCommand_base {
109
94
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
4
  import { DetachLoadBalancersResultType, DetachLoadBalancersType } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DetachLoadBalancersCommandInput extends DetachLoadBalancersType
21
20
  */
22
21
  export interface DetachLoadBalancersCommandOutput extends DetachLoadBalancersResultType, __MetadataBearer {
23
22
  }
23
+ declare const DetachLoadBalancersCommand_base: {
24
+ new (input: DetachLoadBalancersCommandInput): import("@smithy/smithy-client").CommandImpl<DetachLoadBalancersCommandInput, DetachLoadBalancersCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <note>
@@ -83,23 +86,5 @@ export interface DetachLoadBalancersCommandOutput extends DetachLoadBalancersRes
83
86
  * ```
84
87
  *
85
88
  */
86
- export declare class DetachLoadBalancersCommand extends $Command<DetachLoadBalancersCommandInput, DetachLoadBalancersCommandOutput, AutoScalingClientResolvedConfig> {
87
- readonly input: DetachLoadBalancersCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: DetachLoadBalancersCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachLoadBalancersCommandInput, DetachLoadBalancersCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class DetachLoadBalancersCommand extends DetachLoadBalancersCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
4
  import { DetachTrafficSourcesResultType, DetachTrafficSourcesType } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DetachTrafficSourcesCommandInput extends DetachTrafficSourcesTy
21
20
  */
22
21
  export interface DetachTrafficSourcesCommandOutput extends DetachTrafficSourcesResultType, __MetadataBearer {
23
22
  }
23
+ declare const DetachTrafficSourcesCommand_base: {
24
+ new (input: DetachTrafficSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<DetachTrafficSourcesCommandInput, DetachTrafficSourcesCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Detaches one or more traffic sources from the specified Auto Scaling group.</p>
@@ -78,23 +81,5 @@ export interface DetachTrafficSourcesCommandOutput extends DetachTrafficSourcesR
78
81
  * ```
79
82
  *
80
83
  */
81
- export declare class DetachTrafficSourcesCommand extends $Command<DetachTrafficSourcesCommandInput, DetachTrafficSourcesCommandOutput, AutoScalingClientResolvedConfig> {
82
- readonly input: DetachTrafficSourcesCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: DetachTrafficSourcesCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachTrafficSourcesCommandInput, DetachTrafficSourcesCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class DetachTrafficSourcesCommand extends DetachTrafficSourcesCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
4
  import { DisableMetricsCollectionQuery } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisableMetricsCollectionCommandInput extends DisableMetricsColl
21
20
  */
22
21
  export interface DisableMetricsCollectionCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DisableMetricsCollectionCommand_base: {
24
+ new (input: DisableMetricsCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<DisableMetricsCollectionCommandInput, DisableMetricsCollectionCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disables group metrics collection for the specified Auto Scaling group.</p>
@@ -70,23 +73,5 @@ export interface DisableMetricsCollectionCommandOutput extends __MetadataBearer
70
73
  * ```
71
74
  *
72
75
  */
73
- export declare class DisableMetricsCollectionCommand extends $Command<DisableMetricsCollectionCommandInput, DisableMetricsCollectionCommandOutput, AutoScalingClientResolvedConfig> {
74
- readonly input: DisableMetricsCollectionCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: DisableMetricsCollectionCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableMetricsCollectionCommandInput, DisableMetricsCollectionCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class DisableMetricsCollectionCommand extends DisableMetricsCollectionCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
4
  import { EnableMetricsCollectionQuery } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface EnableMetricsCollectionCommandInput extends EnableMetricsCollec
21
20
  */
22
21
  export interface EnableMetricsCollectionCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const EnableMetricsCollectionCommand_base: {
24
+ new (input: EnableMetricsCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<EnableMetricsCollectionCommandInput, EnableMetricsCollectionCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Enables group metrics collection for the specified Auto Scaling group.</p>
@@ -74,23 +77,5 @@ export interface EnableMetricsCollectionCommandOutput extends __MetadataBearer {
74
77
  * ```
75
78
  *
76
79
  */
77
- export declare class EnableMetricsCollectionCommand extends $Command<EnableMetricsCollectionCommandInput, EnableMetricsCollectionCommandOutput, AutoScalingClientResolvedConfig> {
78
- readonly input: EnableMetricsCollectionCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: EnableMetricsCollectionCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableMetricsCollectionCommandInput, EnableMetricsCollectionCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class EnableMetricsCollectionCommand extends EnableMetricsCollectionCommand_base {
96
81
  }