@aws-sdk/client-ecs 3.1077.0 → 3.1078.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 (239) hide show
  1. package/dist-cjs/index.js +85 -773
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/ContinueServiceDeploymentCommand.js +2 -14
  4. package/dist-es/commands/CreateCapacityProviderCommand.js +2 -14
  5. package/dist-es/commands/CreateClusterCommand.js +2 -14
  6. package/dist-es/commands/CreateDaemonCommand.js +2 -14
  7. package/dist-es/commands/CreateExpressGatewayServiceCommand.js +2 -14
  8. package/dist-es/commands/CreateServiceCommand.js +2 -14
  9. package/dist-es/commands/CreateTaskSetCommand.js +2 -14
  10. package/dist-es/commands/DeleteAccountSettingCommand.js +2 -14
  11. package/dist-es/commands/DeleteAttributesCommand.js +2 -14
  12. package/dist-es/commands/DeleteCapacityProviderCommand.js +2 -14
  13. package/dist-es/commands/DeleteClusterCommand.js +2 -14
  14. package/dist-es/commands/DeleteDaemonCommand.js +2 -14
  15. package/dist-es/commands/DeleteDaemonTaskDefinitionCommand.js +2 -14
  16. package/dist-es/commands/DeleteExpressGatewayServiceCommand.js +2 -14
  17. package/dist-es/commands/DeleteServiceCommand.js +2 -14
  18. package/dist-es/commands/DeleteTaskDefinitionsCommand.js +2 -14
  19. package/dist-es/commands/DeleteTaskSetCommand.js +2 -14
  20. package/dist-es/commands/DeregisterContainerInstanceCommand.js +2 -14
  21. package/dist-es/commands/DeregisterTaskDefinitionCommand.js +2 -14
  22. package/dist-es/commands/DescribeCapacityProvidersCommand.js +2 -14
  23. package/dist-es/commands/DescribeClustersCommand.js +2 -14
  24. package/dist-es/commands/DescribeContainerInstancesCommand.js +2 -14
  25. package/dist-es/commands/DescribeDaemonCommand.js +2 -14
  26. package/dist-es/commands/DescribeDaemonDeploymentsCommand.js +2 -14
  27. package/dist-es/commands/DescribeDaemonRevisionsCommand.js +2 -14
  28. package/dist-es/commands/DescribeDaemonTaskDefinitionCommand.js +2 -14
  29. package/dist-es/commands/DescribeExpressGatewayServiceCommand.js +2 -14
  30. package/dist-es/commands/DescribeServiceDeploymentsCommand.js +2 -14
  31. package/dist-es/commands/DescribeServiceRevisionsCommand.js +2 -14
  32. package/dist-es/commands/DescribeServicesCommand.js +2 -14
  33. package/dist-es/commands/DescribeTaskDefinitionCommand.js +2 -14
  34. package/dist-es/commands/DescribeTaskSetsCommand.js +2 -14
  35. package/dist-es/commands/DescribeTasksCommand.js +2 -14
  36. package/dist-es/commands/DiscoverPollEndpointCommand.js +2 -14
  37. package/dist-es/commands/ExecuteCommandCommand.js +2 -14
  38. package/dist-es/commands/GetTaskProtectionCommand.js +2 -14
  39. package/dist-es/commands/ListAccountSettingsCommand.js +2 -14
  40. package/dist-es/commands/ListAttributesCommand.js +2 -14
  41. package/dist-es/commands/ListClustersCommand.js +2 -14
  42. package/dist-es/commands/ListContainerInstancesCommand.js +2 -14
  43. package/dist-es/commands/ListDaemonDeploymentsCommand.js +2 -14
  44. package/dist-es/commands/ListDaemonTaskDefinitionsCommand.js +2 -14
  45. package/dist-es/commands/ListDaemonsCommand.js +2 -14
  46. package/dist-es/commands/ListServiceDeploymentsCommand.js +2 -14
  47. package/dist-es/commands/ListServicesByNamespaceCommand.js +2 -14
  48. package/dist-es/commands/ListServicesCommand.js +2 -14
  49. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  50. package/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +2 -14
  51. package/dist-es/commands/ListTaskDefinitionsCommand.js +2 -14
  52. package/dist-es/commands/ListTasksCommand.js +2 -14
  53. package/dist-es/commands/PutAccountSettingCommand.js +2 -14
  54. package/dist-es/commands/PutAccountSettingDefaultCommand.js +2 -14
  55. package/dist-es/commands/PutAttributesCommand.js +2 -14
  56. package/dist-es/commands/PutClusterCapacityProvidersCommand.js +2 -14
  57. package/dist-es/commands/RegisterContainerInstanceCommand.js +2 -14
  58. package/dist-es/commands/RegisterDaemonTaskDefinitionCommand.js +2 -14
  59. package/dist-es/commands/RegisterTaskDefinitionCommand.js +2 -14
  60. package/dist-es/commands/RunTaskCommand.js +2 -14
  61. package/dist-es/commands/StartTaskCommand.js +2 -14
  62. package/dist-es/commands/StopServiceDeploymentCommand.js +2 -14
  63. package/dist-es/commands/StopTaskCommand.js +2 -14
  64. package/dist-es/commands/SubmitAttachmentStateChangesCommand.js +2 -14
  65. package/dist-es/commands/SubmitContainerStateChangeCommand.js +2 -14
  66. package/dist-es/commands/SubmitTaskStateChangeCommand.js +2 -14
  67. package/dist-es/commands/TagResourceCommand.js +2 -14
  68. package/dist-es/commands/UntagResourceCommand.js +2 -14
  69. package/dist-es/commands/UpdateCapacityProviderCommand.js +2 -14
  70. package/dist-es/commands/UpdateClusterCommand.js +2 -14
  71. package/dist-es/commands/UpdateClusterSettingsCommand.js +2 -14
  72. package/dist-es/commands/UpdateContainerAgentCommand.js +2 -14
  73. package/dist-es/commands/UpdateContainerInstancesStateCommand.js +2 -14
  74. package/dist-es/commands/UpdateDaemonCommand.js +2 -14
  75. package/dist-es/commands/UpdateExpressGatewayServiceCommand.js +2 -14
  76. package/dist-es/commands/UpdateServiceCommand.js +2 -14
  77. package/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +2 -14
  78. package/dist-es/commands/UpdateTaskProtectionCommand.js +2 -14
  79. package/dist-es/commands/UpdateTaskSetCommand.js +2 -14
  80. package/dist-es/index.js +1 -0
  81. package/dist-types/commandBuilder.d.ts +18 -0
  82. package/dist-types/commands/ContinueServiceDeploymentCommand.d.ts +3 -8
  83. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +3 -8
  84. package/dist-types/commands/CreateClusterCommand.d.ts +3 -8
  85. package/dist-types/commands/CreateDaemonCommand.d.ts +3 -8
  86. package/dist-types/commands/CreateExpressGatewayServiceCommand.d.ts +3 -8
  87. package/dist-types/commands/CreateServiceCommand.d.ts +3 -8
  88. package/dist-types/commands/CreateTaskSetCommand.d.ts +3 -8
  89. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +3 -8
  90. package/dist-types/commands/DeleteAttributesCommand.d.ts +3 -8
  91. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -8
  92. package/dist-types/commands/DeleteClusterCommand.d.ts +3 -8
  93. package/dist-types/commands/DeleteDaemonCommand.d.ts +3 -8
  94. package/dist-types/commands/DeleteDaemonTaskDefinitionCommand.d.ts +3 -8
  95. package/dist-types/commands/DeleteExpressGatewayServiceCommand.d.ts +3 -8
  96. package/dist-types/commands/DeleteServiceCommand.d.ts +3 -8
  97. package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +3 -8
  98. package/dist-types/commands/DeleteTaskSetCommand.d.ts +3 -8
  99. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +3 -8
  100. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +3 -8
  101. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +3 -8
  102. package/dist-types/commands/DescribeClustersCommand.d.ts +3 -8
  103. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +3 -8
  104. package/dist-types/commands/DescribeDaemonCommand.d.ts +3 -8
  105. package/dist-types/commands/DescribeDaemonDeploymentsCommand.d.ts +3 -8
  106. package/dist-types/commands/DescribeDaemonRevisionsCommand.d.ts +3 -8
  107. package/dist-types/commands/DescribeDaemonTaskDefinitionCommand.d.ts +3 -8
  108. package/dist-types/commands/DescribeExpressGatewayServiceCommand.d.ts +3 -8
  109. package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +3 -8
  110. package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +3 -8
  111. package/dist-types/commands/DescribeServicesCommand.d.ts +3 -8
  112. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -8
  113. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +3 -8
  114. package/dist-types/commands/DescribeTasksCommand.d.ts +3 -8
  115. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +3 -8
  116. package/dist-types/commands/ExecuteCommandCommand.d.ts +3 -8
  117. package/dist-types/commands/GetTaskProtectionCommand.d.ts +3 -8
  118. package/dist-types/commands/ListAccountSettingsCommand.d.ts +3 -8
  119. package/dist-types/commands/ListAttributesCommand.d.ts +3 -8
  120. package/dist-types/commands/ListClustersCommand.d.ts +3 -8
  121. package/dist-types/commands/ListContainerInstancesCommand.d.ts +3 -8
  122. package/dist-types/commands/ListDaemonDeploymentsCommand.d.ts +3 -8
  123. package/dist-types/commands/ListDaemonTaskDefinitionsCommand.d.ts +3 -8
  124. package/dist-types/commands/ListDaemonsCommand.d.ts +3 -8
  125. package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +3 -8
  126. package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +3 -8
  127. package/dist-types/commands/ListServicesCommand.d.ts +3 -8
  128. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  129. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +3 -8
  130. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +3 -8
  131. package/dist-types/commands/ListTasksCommand.d.ts +3 -8
  132. package/dist-types/commands/PutAccountSettingCommand.d.ts +3 -8
  133. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +3 -8
  134. package/dist-types/commands/PutAttributesCommand.d.ts +3 -8
  135. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +3 -8
  136. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +3 -8
  137. package/dist-types/commands/RegisterDaemonTaskDefinitionCommand.d.ts +3 -8
  138. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +3 -8
  139. package/dist-types/commands/RunTaskCommand.d.ts +3 -8
  140. package/dist-types/commands/StartTaskCommand.d.ts +3 -8
  141. package/dist-types/commands/StopServiceDeploymentCommand.d.ts +3 -8
  142. package/dist-types/commands/StopTaskCommand.d.ts +3 -8
  143. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +3 -8
  144. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +3 -8
  145. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +3 -8
  146. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  147. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  148. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +3 -8
  149. package/dist-types/commands/UpdateClusterCommand.d.ts +3 -8
  150. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +3 -8
  151. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +3 -8
  152. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +3 -8
  153. package/dist-types/commands/UpdateDaemonCommand.d.ts +3 -8
  154. package/dist-types/commands/UpdateExpressGatewayServiceCommand.d.ts +3 -8
  155. package/dist-types/commands/UpdateServiceCommand.d.ts +3 -8
  156. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +3 -8
  157. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +3 -8
  158. package/dist-types/commands/UpdateTaskSetCommand.d.ts +3 -8
  159. package/dist-types/index.d.ts +1 -0
  160. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  161. package/dist-types/ts3.4/commands/ContinueServiceDeploymentCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/CreateDaemonCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/CreateExpressGatewayServiceCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/DeleteDaemonCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/DeleteDaemonTaskDefinitionCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/DeleteExpressGatewayServiceCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/DescribeDaemonCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/DescribeDaemonDeploymentsCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/DescribeDaemonRevisionsCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/DescribeDaemonTaskDefinitionCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/DescribeExpressGatewayServiceCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/DescribeServiceDeploymentsCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/DescribeServiceRevisionsCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/ListDaemonDeploymentsCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/ListDaemonTaskDefinitionsCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/ListDaemonsCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/ListServiceDeploymentsCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/RegisterDaemonTaskDefinitionCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/commands/StopServiceDeploymentCommand.d.ts +7 -16
  221. package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +7 -16
  222. package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +7 -16
  223. package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +7 -16
  224. package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +7 -16
  225. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  226. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  227. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +7 -16
  228. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +7 -16
  229. package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +7 -16
  230. package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +7 -16
  231. package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +7 -16
  232. package/dist-types/ts3.4/commands/UpdateDaemonCommand.d.ts +7 -16
  233. package/dist-types/ts3.4/commands/UpdateExpressGatewayServiceCommand.d.ts +7 -16
  234. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +7 -16
  235. package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +7 -16
  236. package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +7 -16
  237. package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +7 -16
  238. package/dist-types/ts3.4/index.d.ts +1 -0
  239. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeTaskSets$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeTaskSetsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "DescribeTaskSets", {})
13
- .n("ECSClient", "DescribeTaskSetsCommand")
14
- .sc(DescribeTaskSets$)
15
- .build() {
3
+ export class DescribeTaskSetsCommand extends command(_ep0, _mw0, "DescribeTaskSets", DescribeTaskSets$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeTasks$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeTasksCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "DescribeTasks", {})
13
- .n("ECSClient", "DescribeTasksCommand")
14
- .sc(DescribeTasks$)
15
- .build() {
3
+ export class DescribeTasksCommand extends command(_ep0, _mw0, "DescribeTasks", DescribeTasks$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DiscoverPollEndpoint$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DiscoverPollEndpointCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "DiscoverPollEndpoint", {})
13
- .n("ECSClient", "DiscoverPollEndpointCommand")
14
- .sc(DiscoverPollEndpoint$)
15
- .build() {
3
+ export class DiscoverPollEndpointCommand extends command(_ep0, _mw0, "DiscoverPollEndpoint", DiscoverPollEndpoint$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ExecuteCommand$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ExecuteCommandCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "ExecuteCommand", {})
13
- .n("ECSClient", "ExecuteCommandCommand")
14
- .sc(ExecuteCommand$)
15
- .build() {
3
+ export class ExecuteCommandCommand extends command(_ep0, _mw0, "ExecuteCommand", ExecuteCommand$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetTaskProtection$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTaskProtectionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "GetTaskProtection", {})
13
- .n("ECSClient", "GetTaskProtectionCommand")
14
- .sc(GetTaskProtection$)
15
- .build() {
3
+ export class GetTaskProtectionCommand extends command(_ep0, _mw0, "GetTaskProtection", GetTaskProtection$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListAccountSettings$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAccountSettingsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "ListAccountSettings", {})
13
- .n("ECSClient", "ListAccountSettingsCommand")
14
- .sc(ListAccountSettings$)
15
- .build() {
3
+ export class ListAccountSettingsCommand extends command(_ep0, _mw0, "ListAccountSettings", ListAccountSettings$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListAttributes$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAttributesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "ListAttributes", {})
13
- .n("ECSClient", "ListAttributesCommand")
14
- .sc(ListAttributes$)
15
- .build() {
3
+ export class ListAttributesCommand extends command(_ep0, _mw0, "ListAttributes", ListAttributes$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListClusters$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListClustersCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "ListClusters", {})
13
- .n("ECSClient", "ListClustersCommand")
14
- .sc(ListClusters$)
15
- .build() {
3
+ export class ListClustersCommand extends command(_ep0, _mw0, "ListClusters", ListClusters$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListContainerInstances$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListContainerInstancesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "ListContainerInstances", {})
13
- .n("ECSClient", "ListContainerInstancesCommand")
14
- .sc(ListContainerInstances$)
15
- .build() {
3
+ export class ListContainerInstancesCommand extends command(_ep0, _mw0, "ListContainerInstances", ListContainerInstances$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListDaemonDeployments$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDaemonDeploymentsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "ListDaemonDeployments", {})
13
- .n("ECSClient", "ListDaemonDeploymentsCommand")
14
- .sc(ListDaemonDeployments$)
15
- .build() {
3
+ export class ListDaemonDeploymentsCommand extends command(_ep0, _mw0, "ListDaemonDeployments", ListDaemonDeployments$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListDaemonTaskDefinitions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDaemonTaskDefinitionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "ListDaemonTaskDefinitions", {})
13
- .n("ECSClient", "ListDaemonTaskDefinitionsCommand")
14
- .sc(ListDaemonTaskDefinitions$)
15
- .build() {
3
+ export class ListDaemonTaskDefinitionsCommand extends command(_ep0, _mw0, "ListDaemonTaskDefinitions", ListDaemonTaskDefinitions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListDaemons$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDaemonsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "ListDaemons", {})
13
- .n("ECSClient", "ListDaemonsCommand")
14
- .sc(ListDaemons$)
15
- .build() {
3
+ export class ListDaemonsCommand extends command(_ep0, _mw0, "ListDaemons", ListDaemons$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListServiceDeployments$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListServiceDeploymentsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "ListServiceDeployments", {})
13
- .n("ECSClient", "ListServiceDeploymentsCommand")
14
- .sc(ListServiceDeployments$)
15
- .build() {
3
+ export class ListServiceDeploymentsCommand extends command(_ep0, _mw0, "ListServiceDeployments", ListServiceDeployments$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListServicesByNamespace$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListServicesByNamespaceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "ListServicesByNamespace", {})
13
- .n("ECSClient", "ListServicesByNamespaceCommand")
14
- .sc(ListServicesByNamespace$)
15
- .build() {
3
+ export class ListServicesByNamespaceCommand extends command(_ep0, _mw0, "ListServicesByNamespace", ListServicesByNamespace$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListServices$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListServicesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "ListServices", {})
13
- .n("ECSClient", "ListServicesCommand")
14
- .sc(ListServices$)
15
- .build() {
3
+ export class ListServicesCommand extends command(_ep0, _mw0, "ListServices", ListServices$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "ListTagsForResource", {})
13
- .n("ECSClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTaskDefinitionFamilies$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTaskDefinitionFamiliesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "ListTaskDefinitionFamilies", {})
13
- .n("ECSClient", "ListTaskDefinitionFamiliesCommand")
14
- .sc(ListTaskDefinitionFamilies$)
15
- .build() {
3
+ export class ListTaskDefinitionFamiliesCommand extends command(_ep0, _mw0, "ListTaskDefinitionFamilies", ListTaskDefinitionFamilies$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTaskDefinitions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTaskDefinitionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "ListTaskDefinitions", {})
13
- .n("ECSClient", "ListTaskDefinitionsCommand")
14
- .sc(ListTaskDefinitions$)
15
- .build() {
3
+ export class ListTaskDefinitionsCommand extends command(_ep0, _mw0, "ListTaskDefinitions", ListTaskDefinitions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTasks$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTasksCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "ListTasks", {})
13
- .n("ECSClient", "ListTasksCommand")
14
- .sc(ListTasks$)
15
- .build() {
3
+ export class ListTasksCommand extends command(_ep0, _mw0, "ListTasks", ListTasks$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutAccountSetting$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutAccountSettingCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "PutAccountSetting", {})
13
- .n("ECSClient", "PutAccountSettingCommand")
14
- .sc(PutAccountSetting$)
15
- .build() {
3
+ export class PutAccountSettingCommand extends command(_ep0, _mw0, "PutAccountSetting", PutAccountSetting$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutAccountSettingDefault$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutAccountSettingDefaultCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "PutAccountSettingDefault", {})
13
- .n("ECSClient", "PutAccountSettingDefaultCommand")
14
- .sc(PutAccountSettingDefault$)
15
- .build() {
3
+ export class PutAccountSettingDefaultCommand extends command(_ep0, _mw0, "PutAccountSettingDefault", PutAccountSettingDefault$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutAttributes$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutAttributesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "PutAttributes", {})
13
- .n("ECSClient", "PutAttributesCommand")
14
- .sc(PutAttributes$)
15
- .build() {
3
+ export class PutAttributesCommand extends command(_ep0, _mw0, "PutAttributes", PutAttributes$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutClusterCapacityProviders$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutClusterCapacityProvidersCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "PutClusterCapacityProviders", {})
13
- .n("ECSClient", "PutClusterCapacityProvidersCommand")
14
- .sc(PutClusterCapacityProviders$)
15
- .build() {
3
+ export class PutClusterCapacityProvidersCommand extends command(_ep0, _mw0, "PutClusterCapacityProviders", PutClusterCapacityProviders$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RegisterContainerInstance$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RegisterContainerInstanceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "RegisterContainerInstance", {})
13
- .n("ECSClient", "RegisterContainerInstanceCommand")
14
- .sc(RegisterContainerInstance$)
15
- .build() {
3
+ export class RegisterContainerInstanceCommand extends command(_ep0, _mw0, "RegisterContainerInstance", RegisterContainerInstance$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RegisterDaemonTaskDefinition$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RegisterDaemonTaskDefinitionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "RegisterDaemonTaskDefinition", {})
13
- .n("ECSClient", "RegisterDaemonTaskDefinitionCommand")
14
- .sc(RegisterDaemonTaskDefinition$)
15
- .build() {
3
+ export class RegisterDaemonTaskDefinitionCommand extends command(_ep0, _mw0, "RegisterDaemonTaskDefinition", RegisterDaemonTaskDefinition$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RegisterTaskDefinition$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RegisterTaskDefinitionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "RegisterTaskDefinition", {})
13
- .n("ECSClient", "RegisterTaskDefinitionCommand")
14
- .sc(RegisterTaskDefinition$)
15
- .build() {
3
+ export class RegisterTaskDefinitionCommand extends command(_ep0, _mw0, "RegisterTaskDefinition", RegisterTaskDefinition$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RunTask$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RunTaskCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "RunTask", {})
13
- .n("ECSClient", "RunTaskCommand")
14
- .sc(RunTask$)
15
- .build() {
3
+ export class RunTaskCommand extends command(_ep0, _mw0, "RunTask", RunTask$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartTask$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartTaskCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "StartTask", {})
13
- .n("ECSClient", "StartTaskCommand")
14
- .sc(StartTask$)
15
- .build() {
3
+ export class StartTaskCommand extends command(_ep0, _mw0, "StartTask", StartTask$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StopServiceDeployment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopServiceDeploymentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "StopServiceDeployment", {})
13
- .n("ECSClient", "StopServiceDeploymentCommand")
14
- .sc(StopServiceDeployment$)
15
- .build() {
3
+ export class StopServiceDeploymentCommand extends command(_ep0, _mw0, "StopServiceDeployment", StopServiceDeployment$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StopTask$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopTaskCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "StopTask", {})
13
- .n("ECSClient", "StopTaskCommand")
14
- .sc(StopTask$)
15
- .build() {
3
+ export class StopTaskCommand extends command(_ep0, _mw0, "StopTask", StopTask$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { SubmitAttachmentStateChanges$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SubmitAttachmentStateChangesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonEC2ContainerServiceV20141113", "SubmitAttachmentStateChanges", {})
13
- .n("ECSClient", "SubmitAttachmentStateChangesCommand")
14
- .sc(SubmitAttachmentStateChanges$)
15
- .build() {
3
+ export class SubmitAttachmentStateChangesCommand extends command(_ep0, _mw0, "SubmitAttachmentStateChanges", SubmitAttachmentStateChanges$) {
16
4
  }