@aws-sdk/client-ecs 3.1076.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 (252) hide show
  1. package/dist-cjs/index.js +88 -775
  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-es/runtimeConfig.browser.js +0 -2
  82. package/dist-es/runtimeConfig.js +1 -2
  83. package/dist-es/runtimeConfig.native.js +0 -2
  84. package/dist-es/runtimeConfig.shared.js +2 -0
  85. package/dist-types/commandBuilder.d.ts +18 -0
  86. package/dist-types/commands/ContinueServiceDeploymentCommand.d.ts +3 -8
  87. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +3 -8
  88. package/dist-types/commands/CreateClusterCommand.d.ts +3 -8
  89. package/dist-types/commands/CreateDaemonCommand.d.ts +3 -8
  90. package/dist-types/commands/CreateExpressGatewayServiceCommand.d.ts +3 -8
  91. package/dist-types/commands/CreateServiceCommand.d.ts +3 -8
  92. package/dist-types/commands/CreateTaskSetCommand.d.ts +3 -8
  93. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +3 -8
  94. package/dist-types/commands/DeleteAttributesCommand.d.ts +3 -8
  95. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -8
  96. package/dist-types/commands/DeleteClusterCommand.d.ts +3 -8
  97. package/dist-types/commands/DeleteDaemonCommand.d.ts +3 -8
  98. package/dist-types/commands/DeleteDaemonTaskDefinitionCommand.d.ts +3 -8
  99. package/dist-types/commands/DeleteExpressGatewayServiceCommand.d.ts +3 -8
  100. package/dist-types/commands/DeleteServiceCommand.d.ts +3 -8
  101. package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +3 -8
  102. package/dist-types/commands/DeleteTaskSetCommand.d.ts +3 -8
  103. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +3 -8
  104. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +3 -8
  105. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +3 -8
  106. package/dist-types/commands/DescribeClustersCommand.d.ts +3 -8
  107. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +3 -8
  108. package/dist-types/commands/DescribeDaemonCommand.d.ts +3 -8
  109. package/dist-types/commands/DescribeDaemonDeploymentsCommand.d.ts +3 -8
  110. package/dist-types/commands/DescribeDaemonRevisionsCommand.d.ts +3 -8
  111. package/dist-types/commands/DescribeDaemonTaskDefinitionCommand.d.ts +3 -8
  112. package/dist-types/commands/DescribeExpressGatewayServiceCommand.d.ts +3 -8
  113. package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +3 -8
  114. package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +3 -8
  115. package/dist-types/commands/DescribeServicesCommand.d.ts +3 -8
  116. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -8
  117. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +3 -8
  118. package/dist-types/commands/DescribeTasksCommand.d.ts +3 -8
  119. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +3 -8
  120. package/dist-types/commands/ExecuteCommandCommand.d.ts +3 -8
  121. package/dist-types/commands/GetTaskProtectionCommand.d.ts +3 -8
  122. package/dist-types/commands/ListAccountSettingsCommand.d.ts +3 -8
  123. package/dist-types/commands/ListAttributesCommand.d.ts +3 -8
  124. package/dist-types/commands/ListClustersCommand.d.ts +3 -8
  125. package/dist-types/commands/ListContainerInstancesCommand.d.ts +3 -8
  126. package/dist-types/commands/ListDaemonDeploymentsCommand.d.ts +3 -8
  127. package/dist-types/commands/ListDaemonTaskDefinitionsCommand.d.ts +3 -8
  128. package/dist-types/commands/ListDaemonsCommand.d.ts +3 -8
  129. package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +3 -8
  130. package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +3 -8
  131. package/dist-types/commands/ListServicesCommand.d.ts +3 -8
  132. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  133. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +3 -8
  134. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +3 -8
  135. package/dist-types/commands/ListTasksCommand.d.ts +3 -8
  136. package/dist-types/commands/PutAccountSettingCommand.d.ts +3 -8
  137. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +3 -8
  138. package/dist-types/commands/PutAttributesCommand.d.ts +3 -8
  139. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +3 -8
  140. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +3 -8
  141. package/dist-types/commands/RegisterDaemonTaskDefinitionCommand.d.ts +3 -8
  142. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +3 -8
  143. package/dist-types/commands/RunTaskCommand.d.ts +3 -8
  144. package/dist-types/commands/StartTaskCommand.d.ts +3 -8
  145. package/dist-types/commands/StopServiceDeploymentCommand.d.ts +3 -8
  146. package/dist-types/commands/StopTaskCommand.d.ts +3 -8
  147. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +3 -8
  148. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +3 -8
  149. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +3 -8
  150. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  151. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  152. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +3 -8
  153. package/dist-types/commands/UpdateClusterCommand.d.ts +3 -8
  154. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +3 -8
  155. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +3 -8
  156. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +3 -8
  157. package/dist-types/commands/UpdateDaemonCommand.d.ts +3 -8
  158. package/dist-types/commands/UpdateExpressGatewayServiceCommand.d.ts +3 -8
  159. package/dist-types/commands/UpdateServiceCommand.d.ts +3 -8
  160. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +3 -8
  161. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +3 -8
  162. package/dist-types/commands/UpdateTaskSetCommand.d.ts +3 -8
  163. package/dist-types/index.d.ts +1 -0
  164. package/dist-types/models/models_0.d.ts +1 -1
  165. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  166. package/dist-types/runtimeConfig.d.ts +1 -1
  167. package/dist-types/runtimeConfig.native.d.ts +1 -1
  168. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  169. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  170. package/dist-types/ts3.4/commands/ContinueServiceDeploymentCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/CreateDaemonCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/CreateExpressGatewayServiceCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/DeleteDaemonCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/DeleteDaemonTaskDefinitionCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/DeleteExpressGatewayServiceCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/DescribeDaemonCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/DescribeDaemonDeploymentsCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/DescribeDaemonRevisionsCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/DescribeDaemonTaskDefinitionCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/DescribeExpressGatewayServiceCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/DescribeServiceDeploymentsCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/DescribeServiceRevisionsCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/ListDaemonDeploymentsCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/ListDaemonTaskDefinitionsCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/ListDaemonsCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/ListServiceDeploymentsCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +7 -16
  221. package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +7 -16
  222. package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +7 -16
  223. package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +7 -16
  224. package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +7 -16
  225. package/dist-types/ts3.4/commands/RegisterDaemonTaskDefinitionCommand.d.ts +7 -16
  226. package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +7 -16
  227. package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +7 -16
  228. package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +7 -16
  229. package/dist-types/ts3.4/commands/StopServiceDeploymentCommand.d.ts +7 -16
  230. package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +7 -16
  231. package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +7 -16
  232. package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +7 -16
  233. package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +7 -16
  234. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  235. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  236. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +7 -16
  237. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +7 -16
  238. package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +7 -16
  239. package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +7 -16
  240. package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +7 -16
  241. package/dist-types/ts3.4/commands/UpdateDaemonCommand.d.ts +7 -16
  242. package/dist-types/ts3.4/commands/UpdateExpressGatewayServiceCommand.d.ts +7 -16
  243. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +7 -16
  244. package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +7 -16
  245. package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +7 -16
  246. package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +7 -16
  247. package/dist-types/ts3.4/index.d.ts +1 -0
  248. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  249. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  250. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  251. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  252. package/package.json +8 -10
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultECSHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -67,7 +69,7 @@ const commonParams = {
67
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
68
70
  };
69
71
 
70
- var version = "3.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -4118,6 +4120,7 @@ const getRuntimeConfig$1 = (config) => {
4118
4120
  serviceTarget: "AmazonEC2ContainerServiceV20141113",
4119
4121
  },
4120
4122
  serviceId: config?.serviceId ?? "ECS",
4123
+ sha256: config?.sha256 ?? Sha256,
4121
4124
  urlParser: config?.urlParser ?? parseUrl,
4122
4125
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
4123
4126
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -4151,7 +4154,6 @@ const getRuntimeConfig = (config) => {
4151
4154
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
4152
4155
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
4153
4156
  }, config),
4154
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
4155
4157
  streamCollector: config?.streamCollector ?? streamCollector,
4156
4158
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
4157
4159
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -4239,928 +4241,239 @@ class ECSClient extends Client {
4239
4241
  }
4240
4242
  }
4241
4243
 
4242
- class ContinueServiceDeploymentCommand extends Command
4243
- .classBuilder()
4244
- .ep(commonParams)
4245
- .m(function (Command, cs, config, o) {
4246
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4247
- })
4248
- .s("AmazonEC2ContainerServiceV20141113", "ContinueServiceDeployment", {})
4249
- .n("ECSClient", "ContinueServiceDeploymentCommand")
4250
- .sc(ContinueServiceDeployment$)
4251
- .build() {
4244
+ const command = makeBuilder(commonParams, "AmazonEC2ContainerServiceV20141113", "ECSClient", getEndpointPlugin);
4245
+ const _ep0 = {};
4246
+ const _mw0 = (Command, cs, config, o) => [];
4247
+
4248
+ class ContinueServiceDeploymentCommand extends command(_ep0, _mw0, "ContinueServiceDeployment", ContinueServiceDeployment$) {
4252
4249
  }
4253
4250
 
4254
- class CreateCapacityProviderCommand extends Command
4255
- .classBuilder()
4256
- .ep(commonParams)
4257
- .m(function (Command, cs, config, o) {
4258
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4259
- })
4260
- .s("AmazonEC2ContainerServiceV20141113", "CreateCapacityProvider", {})
4261
- .n("ECSClient", "CreateCapacityProviderCommand")
4262
- .sc(CreateCapacityProvider$)
4263
- .build() {
4251
+ class CreateCapacityProviderCommand extends command(_ep0, _mw0, "CreateCapacityProvider", CreateCapacityProvider$) {
4264
4252
  }
4265
4253
 
4266
- class CreateClusterCommand extends Command
4267
- .classBuilder()
4268
- .ep(commonParams)
4269
- .m(function (Command, cs, config, o) {
4270
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4271
- })
4272
- .s("AmazonEC2ContainerServiceV20141113", "CreateCluster", {})
4273
- .n("ECSClient", "CreateClusterCommand")
4274
- .sc(CreateCluster$)
4275
- .build() {
4254
+ class CreateClusterCommand extends command(_ep0, _mw0, "CreateCluster", CreateCluster$) {
4276
4255
  }
4277
4256
 
4278
- class CreateDaemonCommand extends Command
4279
- .classBuilder()
4280
- .ep(commonParams)
4281
- .m(function (Command, cs, config, o) {
4282
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4283
- })
4284
- .s("AmazonEC2ContainerServiceV20141113", "CreateDaemon", {})
4285
- .n("ECSClient", "CreateDaemonCommand")
4286
- .sc(CreateDaemon$)
4287
- .build() {
4257
+ class CreateDaemonCommand extends command(_ep0, _mw0, "CreateDaemon", CreateDaemon$) {
4288
4258
  }
4289
4259
 
4290
- class CreateExpressGatewayServiceCommand extends Command
4291
- .classBuilder()
4292
- .ep(commonParams)
4293
- .m(function (Command, cs, config, o) {
4294
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4295
- })
4296
- .s("AmazonEC2ContainerServiceV20141113", "CreateExpressGatewayService", {})
4297
- .n("ECSClient", "CreateExpressGatewayServiceCommand")
4298
- .sc(CreateExpressGatewayService$)
4299
- .build() {
4260
+ class CreateExpressGatewayServiceCommand extends command(_ep0, _mw0, "CreateExpressGatewayService", CreateExpressGatewayService$) {
4300
4261
  }
4301
4262
 
4302
- class CreateServiceCommand extends Command
4303
- .classBuilder()
4304
- .ep(commonParams)
4305
- .m(function (Command, cs, config, o) {
4306
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4307
- })
4308
- .s("AmazonEC2ContainerServiceV20141113", "CreateService", {})
4309
- .n("ECSClient", "CreateServiceCommand")
4310
- .sc(CreateService$)
4311
- .build() {
4263
+ class CreateServiceCommand extends command(_ep0, _mw0, "CreateService", CreateService$) {
4312
4264
  }
4313
4265
 
4314
- class CreateTaskSetCommand extends Command
4315
- .classBuilder()
4316
- .ep(commonParams)
4317
- .m(function (Command, cs, config, o) {
4318
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4319
- })
4320
- .s("AmazonEC2ContainerServiceV20141113", "CreateTaskSet", {})
4321
- .n("ECSClient", "CreateTaskSetCommand")
4322
- .sc(CreateTaskSet$)
4323
- .build() {
4266
+ class CreateTaskSetCommand extends command(_ep0, _mw0, "CreateTaskSet", CreateTaskSet$) {
4324
4267
  }
4325
4268
 
4326
- class DeleteAccountSettingCommand extends Command
4327
- .classBuilder()
4328
- .ep(commonParams)
4329
- .m(function (Command, cs, config, o) {
4330
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4331
- })
4332
- .s("AmazonEC2ContainerServiceV20141113", "DeleteAccountSetting", {})
4333
- .n("ECSClient", "DeleteAccountSettingCommand")
4334
- .sc(DeleteAccountSetting$)
4335
- .build() {
4269
+ class DeleteAccountSettingCommand extends command(_ep0, _mw0, "DeleteAccountSetting", DeleteAccountSetting$) {
4336
4270
  }
4337
4271
 
4338
- class DeleteAttributesCommand extends Command
4339
- .classBuilder()
4340
- .ep(commonParams)
4341
- .m(function (Command, cs, config, o) {
4342
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4343
- })
4344
- .s("AmazonEC2ContainerServiceV20141113", "DeleteAttributes", {})
4345
- .n("ECSClient", "DeleteAttributesCommand")
4346
- .sc(DeleteAttributes$)
4347
- .build() {
4272
+ class DeleteAttributesCommand extends command(_ep0, _mw0, "DeleteAttributes", DeleteAttributes$) {
4348
4273
  }
4349
4274
 
4350
- class DeleteCapacityProviderCommand extends Command
4351
- .classBuilder()
4352
- .ep(commonParams)
4353
- .m(function (Command, cs, config, o) {
4354
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4355
- })
4356
- .s("AmazonEC2ContainerServiceV20141113", "DeleteCapacityProvider", {})
4357
- .n("ECSClient", "DeleteCapacityProviderCommand")
4358
- .sc(DeleteCapacityProvider$)
4359
- .build() {
4275
+ class DeleteCapacityProviderCommand extends command(_ep0, _mw0, "DeleteCapacityProvider", DeleteCapacityProvider$) {
4360
4276
  }
4361
4277
 
4362
- class DeleteClusterCommand extends Command
4363
- .classBuilder()
4364
- .ep(commonParams)
4365
- .m(function (Command, cs, config, o) {
4366
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4367
- })
4368
- .s("AmazonEC2ContainerServiceV20141113", "DeleteCluster", {})
4369
- .n("ECSClient", "DeleteClusterCommand")
4370
- .sc(DeleteCluster$)
4371
- .build() {
4278
+ class DeleteClusterCommand extends command(_ep0, _mw0, "DeleteCluster", DeleteCluster$) {
4372
4279
  }
4373
4280
 
4374
- class DeleteDaemonCommand extends Command
4375
- .classBuilder()
4376
- .ep(commonParams)
4377
- .m(function (Command, cs, config, o) {
4378
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4379
- })
4380
- .s("AmazonEC2ContainerServiceV20141113", "DeleteDaemon", {})
4381
- .n("ECSClient", "DeleteDaemonCommand")
4382
- .sc(DeleteDaemon$)
4383
- .build() {
4281
+ class DeleteDaemonCommand extends command(_ep0, _mw0, "DeleteDaemon", DeleteDaemon$) {
4384
4282
  }
4385
4283
 
4386
- class DeleteDaemonTaskDefinitionCommand extends Command
4387
- .classBuilder()
4388
- .ep(commonParams)
4389
- .m(function (Command, cs, config, o) {
4390
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4391
- })
4392
- .s("AmazonEC2ContainerServiceV20141113", "DeleteDaemonTaskDefinition", {})
4393
- .n("ECSClient", "DeleteDaemonTaskDefinitionCommand")
4394
- .sc(DeleteDaemonTaskDefinition$)
4395
- .build() {
4284
+ class DeleteDaemonTaskDefinitionCommand extends command(_ep0, _mw0, "DeleteDaemonTaskDefinition", DeleteDaemonTaskDefinition$) {
4396
4285
  }
4397
4286
 
4398
- class DeleteExpressGatewayServiceCommand extends Command
4399
- .classBuilder()
4400
- .ep(commonParams)
4401
- .m(function (Command, cs, config, o) {
4402
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4403
- })
4404
- .s("AmazonEC2ContainerServiceV20141113", "DeleteExpressGatewayService", {})
4405
- .n("ECSClient", "DeleteExpressGatewayServiceCommand")
4406
- .sc(DeleteExpressGatewayService$)
4407
- .build() {
4287
+ class DeleteExpressGatewayServiceCommand extends command(_ep0, _mw0, "DeleteExpressGatewayService", DeleteExpressGatewayService$) {
4408
4288
  }
4409
4289
 
4410
- class DeleteServiceCommand extends Command
4411
- .classBuilder()
4412
- .ep(commonParams)
4413
- .m(function (Command, cs, config, o) {
4414
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4415
- })
4416
- .s("AmazonEC2ContainerServiceV20141113", "DeleteService", {})
4417
- .n("ECSClient", "DeleteServiceCommand")
4418
- .sc(DeleteService$)
4419
- .build() {
4290
+ class DeleteServiceCommand extends command(_ep0, _mw0, "DeleteService", DeleteService$) {
4420
4291
  }
4421
4292
 
4422
- class DeleteTaskDefinitionsCommand extends Command
4423
- .classBuilder()
4424
- .ep(commonParams)
4425
- .m(function (Command, cs, config, o) {
4426
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4427
- })
4428
- .s("AmazonEC2ContainerServiceV20141113", "DeleteTaskDefinitions", {})
4429
- .n("ECSClient", "DeleteTaskDefinitionsCommand")
4430
- .sc(DeleteTaskDefinitions$)
4431
- .build() {
4293
+ class DeleteTaskDefinitionsCommand extends command(_ep0, _mw0, "DeleteTaskDefinitions", DeleteTaskDefinitions$) {
4432
4294
  }
4433
4295
 
4434
- class DeleteTaskSetCommand extends Command
4435
- .classBuilder()
4436
- .ep(commonParams)
4437
- .m(function (Command, cs, config, o) {
4438
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4439
- })
4440
- .s("AmazonEC2ContainerServiceV20141113", "DeleteTaskSet", {})
4441
- .n("ECSClient", "DeleteTaskSetCommand")
4442
- .sc(DeleteTaskSet$)
4443
- .build() {
4296
+ class DeleteTaskSetCommand extends command(_ep0, _mw0, "DeleteTaskSet", DeleteTaskSet$) {
4444
4297
  }
4445
4298
 
4446
- class DeregisterContainerInstanceCommand extends Command
4447
- .classBuilder()
4448
- .ep(commonParams)
4449
- .m(function (Command, cs, config, o) {
4450
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4451
- })
4452
- .s("AmazonEC2ContainerServiceV20141113", "DeregisterContainerInstance", {})
4453
- .n("ECSClient", "DeregisterContainerInstanceCommand")
4454
- .sc(DeregisterContainerInstance$)
4455
- .build() {
4299
+ class DeregisterContainerInstanceCommand extends command(_ep0, _mw0, "DeregisterContainerInstance", DeregisterContainerInstance$) {
4456
4300
  }
4457
4301
 
4458
- class DeregisterTaskDefinitionCommand extends Command
4459
- .classBuilder()
4460
- .ep(commonParams)
4461
- .m(function (Command, cs, config, o) {
4462
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4463
- })
4464
- .s("AmazonEC2ContainerServiceV20141113", "DeregisterTaskDefinition", {})
4465
- .n("ECSClient", "DeregisterTaskDefinitionCommand")
4466
- .sc(DeregisterTaskDefinition$)
4467
- .build() {
4302
+ class DeregisterTaskDefinitionCommand extends command(_ep0, _mw0, "DeregisterTaskDefinition", DeregisterTaskDefinition$) {
4468
4303
  }
4469
4304
 
4470
- class DescribeCapacityProvidersCommand extends Command
4471
- .classBuilder()
4472
- .ep(commonParams)
4473
- .m(function (Command, cs, config, o) {
4474
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4475
- })
4476
- .s("AmazonEC2ContainerServiceV20141113", "DescribeCapacityProviders", {})
4477
- .n("ECSClient", "DescribeCapacityProvidersCommand")
4478
- .sc(DescribeCapacityProviders$)
4479
- .build() {
4305
+ class DescribeCapacityProvidersCommand extends command(_ep0, _mw0, "DescribeCapacityProviders", DescribeCapacityProviders$) {
4480
4306
  }
4481
4307
 
4482
- class DescribeClustersCommand extends Command
4483
- .classBuilder()
4484
- .ep(commonParams)
4485
- .m(function (Command, cs, config, o) {
4486
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4487
- })
4488
- .s("AmazonEC2ContainerServiceV20141113", "DescribeClusters", {})
4489
- .n("ECSClient", "DescribeClustersCommand")
4490
- .sc(DescribeClusters$)
4491
- .build() {
4308
+ class DescribeClustersCommand extends command(_ep0, _mw0, "DescribeClusters", DescribeClusters$) {
4492
4309
  }
4493
4310
 
4494
- class DescribeContainerInstancesCommand extends Command
4495
- .classBuilder()
4496
- .ep(commonParams)
4497
- .m(function (Command, cs, config, o) {
4498
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4499
- })
4500
- .s("AmazonEC2ContainerServiceV20141113", "DescribeContainerInstances", {})
4501
- .n("ECSClient", "DescribeContainerInstancesCommand")
4502
- .sc(DescribeContainerInstances$)
4503
- .build() {
4311
+ class DescribeContainerInstancesCommand extends command(_ep0, _mw0, "DescribeContainerInstances", DescribeContainerInstances$) {
4504
4312
  }
4505
4313
 
4506
- class DescribeDaemonCommand extends Command
4507
- .classBuilder()
4508
- .ep(commonParams)
4509
- .m(function (Command, cs, config, o) {
4510
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4511
- })
4512
- .s("AmazonEC2ContainerServiceV20141113", "DescribeDaemon", {})
4513
- .n("ECSClient", "DescribeDaemonCommand")
4514
- .sc(DescribeDaemon$)
4515
- .build() {
4314
+ class DescribeDaemonCommand extends command(_ep0, _mw0, "DescribeDaemon", DescribeDaemon$) {
4516
4315
  }
4517
4316
 
4518
- class DescribeDaemonDeploymentsCommand extends Command
4519
- .classBuilder()
4520
- .ep(commonParams)
4521
- .m(function (Command, cs, config, o) {
4522
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4523
- })
4524
- .s("AmazonEC2ContainerServiceV20141113", "DescribeDaemonDeployments", {})
4525
- .n("ECSClient", "DescribeDaemonDeploymentsCommand")
4526
- .sc(DescribeDaemonDeployments$)
4527
- .build() {
4317
+ class DescribeDaemonDeploymentsCommand extends command(_ep0, _mw0, "DescribeDaemonDeployments", DescribeDaemonDeployments$) {
4528
4318
  }
4529
4319
 
4530
- class DescribeDaemonRevisionsCommand extends Command
4531
- .classBuilder()
4532
- .ep(commonParams)
4533
- .m(function (Command, cs, config, o) {
4534
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4535
- })
4536
- .s("AmazonEC2ContainerServiceV20141113", "DescribeDaemonRevisions", {})
4537
- .n("ECSClient", "DescribeDaemonRevisionsCommand")
4538
- .sc(DescribeDaemonRevisions$)
4539
- .build() {
4320
+ class DescribeDaemonRevisionsCommand extends command(_ep0, _mw0, "DescribeDaemonRevisions", DescribeDaemonRevisions$) {
4540
4321
  }
4541
4322
 
4542
- class DescribeDaemonTaskDefinitionCommand extends Command
4543
- .classBuilder()
4544
- .ep(commonParams)
4545
- .m(function (Command, cs, config, o) {
4546
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4547
- })
4548
- .s("AmazonEC2ContainerServiceV20141113", "DescribeDaemonTaskDefinition", {})
4549
- .n("ECSClient", "DescribeDaemonTaskDefinitionCommand")
4550
- .sc(DescribeDaemonTaskDefinition$)
4551
- .build() {
4323
+ class DescribeDaemonTaskDefinitionCommand extends command(_ep0, _mw0, "DescribeDaemonTaskDefinition", DescribeDaemonTaskDefinition$) {
4552
4324
  }
4553
4325
 
4554
- class DescribeExpressGatewayServiceCommand extends Command
4555
- .classBuilder()
4556
- .ep(commonParams)
4557
- .m(function (Command, cs, config, o) {
4558
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4559
- })
4560
- .s("AmazonEC2ContainerServiceV20141113", "DescribeExpressGatewayService", {})
4561
- .n("ECSClient", "DescribeExpressGatewayServiceCommand")
4562
- .sc(DescribeExpressGatewayService$)
4563
- .build() {
4326
+ class DescribeExpressGatewayServiceCommand extends command(_ep0, _mw0, "DescribeExpressGatewayService", DescribeExpressGatewayService$) {
4564
4327
  }
4565
4328
 
4566
- class DescribeServiceDeploymentsCommand extends Command
4567
- .classBuilder()
4568
- .ep(commonParams)
4569
- .m(function (Command, cs, config, o) {
4570
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4571
- })
4572
- .s("AmazonEC2ContainerServiceV20141113", "DescribeServiceDeployments", {})
4573
- .n("ECSClient", "DescribeServiceDeploymentsCommand")
4574
- .sc(DescribeServiceDeployments$)
4575
- .build() {
4329
+ class DescribeServiceDeploymentsCommand extends command(_ep0, _mw0, "DescribeServiceDeployments", DescribeServiceDeployments$) {
4576
4330
  }
4577
4331
 
4578
- class DescribeServiceRevisionsCommand extends Command
4579
- .classBuilder()
4580
- .ep(commonParams)
4581
- .m(function (Command, cs, config, o) {
4582
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4583
- })
4584
- .s("AmazonEC2ContainerServiceV20141113", "DescribeServiceRevisions", {})
4585
- .n("ECSClient", "DescribeServiceRevisionsCommand")
4586
- .sc(DescribeServiceRevisions$)
4587
- .build() {
4332
+ class DescribeServiceRevisionsCommand extends command(_ep0, _mw0, "DescribeServiceRevisions", DescribeServiceRevisions$) {
4588
4333
  }
4589
4334
 
4590
- class DescribeServicesCommand extends Command
4591
- .classBuilder()
4592
- .ep(commonParams)
4593
- .m(function (Command, cs, config, o) {
4594
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4595
- })
4596
- .s("AmazonEC2ContainerServiceV20141113", "DescribeServices", {})
4597
- .n("ECSClient", "DescribeServicesCommand")
4598
- .sc(DescribeServices$)
4599
- .build() {
4335
+ class DescribeServicesCommand extends command(_ep0, _mw0, "DescribeServices", DescribeServices$) {
4600
4336
  }
4601
4337
 
4602
- class DescribeTaskDefinitionCommand extends Command
4603
- .classBuilder()
4604
- .ep(commonParams)
4605
- .m(function (Command, cs, config, o) {
4606
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4607
- })
4608
- .s("AmazonEC2ContainerServiceV20141113", "DescribeTaskDefinition", {})
4609
- .n("ECSClient", "DescribeTaskDefinitionCommand")
4610
- .sc(DescribeTaskDefinition$)
4611
- .build() {
4338
+ class DescribeTaskDefinitionCommand extends command(_ep0, _mw0, "DescribeTaskDefinition", DescribeTaskDefinition$) {
4612
4339
  }
4613
4340
 
4614
- class DescribeTasksCommand extends Command
4615
- .classBuilder()
4616
- .ep(commonParams)
4617
- .m(function (Command, cs, config, o) {
4618
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4619
- })
4620
- .s("AmazonEC2ContainerServiceV20141113", "DescribeTasks", {})
4621
- .n("ECSClient", "DescribeTasksCommand")
4622
- .sc(DescribeTasks$)
4623
- .build() {
4341
+ class DescribeTasksCommand extends command(_ep0, _mw0, "DescribeTasks", DescribeTasks$) {
4624
4342
  }
4625
4343
 
4626
- class DescribeTaskSetsCommand extends Command
4627
- .classBuilder()
4628
- .ep(commonParams)
4629
- .m(function (Command, cs, config, o) {
4630
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4631
- })
4632
- .s("AmazonEC2ContainerServiceV20141113", "DescribeTaskSets", {})
4633
- .n("ECSClient", "DescribeTaskSetsCommand")
4634
- .sc(DescribeTaskSets$)
4635
- .build() {
4344
+ class DescribeTaskSetsCommand extends command(_ep0, _mw0, "DescribeTaskSets", DescribeTaskSets$) {
4636
4345
  }
4637
4346
 
4638
- class DiscoverPollEndpointCommand extends Command
4639
- .classBuilder()
4640
- .ep(commonParams)
4641
- .m(function (Command, cs, config, o) {
4642
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4643
- })
4644
- .s("AmazonEC2ContainerServiceV20141113", "DiscoverPollEndpoint", {})
4645
- .n("ECSClient", "DiscoverPollEndpointCommand")
4646
- .sc(DiscoverPollEndpoint$)
4647
- .build() {
4347
+ class DiscoverPollEndpointCommand extends command(_ep0, _mw0, "DiscoverPollEndpoint", DiscoverPollEndpoint$) {
4648
4348
  }
4649
4349
 
4650
- class ExecuteCommandCommand extends Command
4651
- .classBuilder()
4652
- .ep(commonParams)
4653
- .m(function (Command, cs, config, o) {
4654
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4655
- })
4656
- .s("AmazonEC2ContainerServiceV20141113", "ExecuteCommand", {})
4657
- .n("ECSClient", "ExecuteCommandCommand")
4658
- .sc(ExecuteCommand$)
4659
- .build() {
4350
+ class ExecuteCommandCommand extends command(_ep0, _mw0, "ExecuteCommand", ExecuteCommand$) {
4660
4351
  }
4661
4352
 
4662
- class GetTaskProtectionCommand extends Command
4663
- .classBuilder()
4664
- .ep(commonParams)
4665
- .m(function (Command, cs, config, o) {
4666
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4667
- })
4668
- .s("AmazonEC2ContainerServiceV20141113", "GetTaskProtection", {})
4669
- .n("ECSClient", "GetTaskProtectionCommand")
4670
- .sc(GetTaskProtection$)
4671
- .build() {
4353
+ class GetTaskProtectionCommand extends command(_ep0, _mw0, "GetTaskProtection", GetTaskProtection$) {
4672
4354
  }
4673
4355
 
4674
- class ListAccountSettingsCommand extends Command
4675
- .classBuilder()
4676
- .ep(commonParams)
4677
- .m(function (Command, cs, config, o) {
4678
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4679
- })
4680
- .s("AmazonEC2ContainerServiceV20141113", "ListAccountSettings", {})
4681
- .n("ECSClient", "ListAccountSettingsCommand")
4682
- .sc(ListAccountSettings$)
4683
- .build() {
4356
+ class ListAccountSettingsCommand extends command(_ep0, _mw0, "ListAccountSettings", ListAccountSettings$) {
4684
4357
  }
4685
4358
 
4686
- class ListAttributesCommand extends Command
4687
- .classBuilder()
4688
- .ep(commonParams)
4689
- .m(function (Command, cs, config, o) {
4690
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4691
- })
4692
- .s("AmazonEC2ContainerServiceV20141113", "ListAttributes", {})
4693
- .n("ECSClient", "ListAttributesCommand")
4694
- .sc(ListAttributes$)
4695
- .build() {
4359
+ class ListAttributesCommand extends command(_ep0, _mw0, "ListAttributes", ListAttributes$) {
4696
4360
  }
4697
4361
 
4698
- class ListClustersCommand extends Command
4699
- .classBuilder()
4700
- .ep(commonParams)
4701
- .m(function (Command, cs, config, o) {
4702
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4703
- })
4704
- .s("AmazonEC2ContainerServiceV20141113", "ListClusters", {})
4705
- .n("ECSClient", "ListClustersCommand")
4706
- .sc(ListClusters$)
4707
- .build() {
4362
+ class ListClustersCommand extends command(_ep0, _mw0, "ListClusters", ListClusters$) {
4708
4363
  }
4709
4364
 
4710
- class ListContainerInstancesCommand extends Command
4711
- .classBuilder()
4712
- .ep(commonParams)
4713
- .m(function (Command, cs, config, o) {
4714
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4715
- })
4716
- .s("AmazonEC2ContainerServiceV20141113", "ListContainerInstances", {})
4717
- .n("ECSClient", "ListContainerInstancesCommand")
4718
- .sc(ListContainerInstances$)
4719
- .build() {
4365
+ class ListContainerInstancesCommand extends command(_ep0, _mw0, "ListContainerInstances", ListContainerInstances$) {
4720
4366
  }
4721
4367
 
4722
- class ListDaemonDeploymentsCommand extends Command
4723
- .classBuilder()
4724
- .ep(commonParams)
4725
- .m(function (Command, cs, config, o) {
4726
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4727
- })
4728
- .s("AmazonEC2ContainerServiceV20141113", "ListDaemonDeployments", {})
4729
- .n("ECSClient", "ListDaemonDeploymentsCommand")
4730
- .sc(ListDaemonDeployments$)
4731
- .build() {
4368
+ class ListDaemonDeploymentsCommand extends command(_ep0, _mw0, "ListDaemonDeployments", ListDaemonDeployments$) {
4732
4369
  }
4733
4370
 
4734
- class ListDaemonsCommand extends Command
4735
- .classBuilder()
4736
- .ep(commonParams)
4737
- .m(function (Command, cs, config, o) {
4738
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4739
- })
4740
- .s("AmazonEC2ContainerServiceV20141113", "ListDaemons", {})
4741
- .n("ECSClient", "ListDaemonsCommand")
4742
- .sc(ListDaemons$)
4743
- .build() {
4371
+ class ListDaemonsCommand extends command(_ep0, _mw0, "ListDaemons", ListDaemons$) {
4744
4372
  }
4745
4373
 
4746
- class ListDaemonTaskDefinitionsCommand extends Command
4747
- .classBuilder()
4748
- .ep(commonParams)
4749
- .m(function (Command, cs, config, o) {
4750
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4751
- })
4752
- .s("AmazonEC2ContainerServiceV20141113", "ListDaemonTaskDefinitions", {})
4753
- .n("ECSClient", "ListDaemonTaskDefinitionsCommand")
4754
- .sc(ListDaemonTaskDefinitions$)
4755
- .build() {
4374
+ class ListDaemonTaskDefinitionsCommand extends command(_ep0, _mw0, "ListDaemonTaskDefinitions", ListDaemonTaskDefinitions$) {
4756
4375
  }
4757
4376
 
4758
- class ListServiceDeploymentsCommand extends Command
4759
- .classBuilder()
4760
- .ep(commonParams)
4761
- .m(function (Command, cs, config, o) {
4762
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4763
- })
4764
- .s("AmazonEC2ContainerServiceV20141113", "ListServiceDeployments", {})
4765
- .n("ECSClient", "ListServiceDeploymentsCommand")
4766
- .sc(ListServiceDeployments$)
4767
- .build() {
4377
+ class ListServiceDeploymentsCommand extends command(_ep0, _mw0, "ListServiceDeployments", ListServiceDeployments$) {
4768
4378
  }
4769
4379
 
4770
- class ListServicesByNamespaceCommand extends Command
4771
- .classBuilder()
4772
- .ep(commonParams)
4773
- .m(function (Command, cs, config, o) {
4774
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4775
- })
4776
- .s("AmazonEC2ContainerServiceV20141113", "ListServicesByNamespace", {})
4777
- .n("ECSClient", "ListServicesByNamespaceCommand")
4778
- .sc(ListServicesByNamespace$)
4779
- .build() {
4380
+ class ListServicesByNamespaceCommand extends command(_ep0, _mw0, "ListServicesByNamespace", ListServicesByNamespace$) {
4780
4381
  }
4781
4382
 
4782
- class ListServicesCommand extends Command
4783
- .classBuilder()
4784
- .ep(commonParams)
4785
- .m(function (Command, cs, config, o) {
4786
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4787
- })
4788
- .s("AmazonEC2ContainerServiceV20141113", "ListServices", {})
4789
- .n("ECSClient", "ListServicesCommand")
4790
- .sc(ListServices$)
4791
- .build() {
4383
+ class ListServicesCommand extends command(_ep0, _mw0, "ListServices", ListServices$) {
4792
4384
  }
4793
4385
 
4794
- class ListTagsForResourceCommand extends Command
4795
- .classBuilder()
4796
- .ep(commonParams)
4797
- .m(function (Command, cs, config, o) {
4798
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4799
- })
4800
- .s("AmazonEC2ContainerServiceV20141113", "ListTagsForResource", {})
4801
- .n("ECSClient", "ListTagsForResourceCommand")
4802
- .sc(ListTagsForResource$)
4803
- .build() {
4386
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
4804
4387
  }
4805
4388
 
4806
- class ListTaskDefinitionFamiliesCommand extends Command
4807
- .classBuilder()
4808
- .ep(commonParams)
4809
- .m(function (Command, cs, config, o) {
4810
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4811
- })
4812
- .s("AmazonEC2ContainerServiceV20141113", "ListTaskDefinitionFamilies", {})
4813
- .n("ECSClient", "ListTaskDefinitionFamiliesCommand")
4814
- .sc(ListTaskDefinitionFamilies$)
4815
- .build() {
4389
+ class ListTaskDefinitionFamiliesCommand extends command(_ep0, _mw0, "ListTaskDefinitionFamilies", ListTaskDefinitionFamilies$) {
4816
4390
  }
4817
4391
 
4818
- class ListTaskDefinitionsCommand extends Command
4819
- .classBuilder()
4820
- .ep(commonParams)
4821
- .m(function (Command, cs, config, o) {
4822
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4823
- })
4824
- .s("AmazonEC2ContainerServiceV20141113", "ListTaskDefinitions", {})
4825
- .n("ECSClient", "ListTaskDefinitionsCommand")
4826
- .sc(ListTaskDefinitions$)
4827
- .build() {
4392
+ class ListTaskDefinitionsCommand extends command(_ep0, _mw0, "ListTaskDefinitions", ListTaskDefinitions$) {
4828
4393
  }
4829
4394
 
4830
- class ListTasksCommand extends Command
4831
- .classBuilder()
4832
- .ep(commonParams)
4833
- .m(function (Command, cs, config, o) {
4834
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4835
- })
4836
- .s("AmazonEC2ContainerServiceV20141113", "ListTasks", {})
4837
- .n("ECSClient", "ListTasksCommand")
4838
- .sc(ListTasks$)
4839
- .build() {
4395
+ class ListTasksCommand extends command(_ep0, _mw0, "ListTasks", ListTasks$) {
4840
4396
  }
4841
4397
 
4842
- class PutAccountSettingCommand extends Command
4843
- .classBuilder()
4844
- .ep(commonParams)
4845
- .m(function (Command, cs, config, o) {
4846
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4847
- })
4848
- .s("AmazonEC2ContainerServiceV20141113", "PutAccountSetting", {})
4849
- .n("ECSClient", "PutAccountSettingCommand")
4850
- .sc(PutAccountSetting$)
4851
- .build() {
4398
+ class PutAccountSettingCommand extends command(_ep0, _mw0, "PutAccountSetting", PutAccountSetting$) {
4852
4399
  }
4853
4400
 
4854
- class PutAccountSettingDefaultCommand extends Command
4855
- .classBuilder()
4856
- .ep(commonParams)
4857
- .m(function (Command, cs, config, o) {
4858
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4859
- })
4860
- .s("AmazonEC2ContainerServiceV20141113", "PutAccountSettingDefault", {})
4861
- .n("ECSClient", "PutAccountSettingDefaultCommand")
4862
- .sc(PutAccountSettingDefault$)
4863
- .build() {
4401
+ class PutAccountSettingDefaultCommand extends command(_ep0, _mw0, "PutAccountSettingDefault", PutAccountSettingDefault$) {
4864
4402
  }
4865
4403
 
4866
- class PutAttributesCommand extends Command
4867
- .classBuilder()
4868
- .ep(commonParams)
4869
- .m(function (Command, cs, config, o) {
4870
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4871
- })
4872
- .s("AmazonEC2ContainerServiceV20141113", "PutAttributes", {})
4873
- .n("ECSClient", "PutAttributesCommand")
4874
- .sc(PutAttributes$)
4875
- .build() {
4404
+ class PutAttributesCommand extends command(_ep0, _mw0, "PutAttributes", PutAttributes$) {
4876
4405
  }
4877
4406
 
4878
- class PutClusterCapacityProvidersCommand extends Command
4879
- .classBuilder()
4880
- .ep(commonParams)
4881
- .m(function (Command, cs, config, o) {
4882
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4883
- })
4884
- .s("AmazonEC2ContainerServiceV20141113", "PutClusterCapacityProviders", {})
4885
- .n("ECSClient", "PutClusterCapacityProvidersCommand")
4886
- .sc(PutClusterCapacityProviders$)
4887
- .build() {
4407
+ class PutClusterCapacityProvidersCommand extends command(_ep0, _mw0, "PutClusterCapacityProviders", PutClusterCapacityProviders$) {
4888
4408
  }
4889
4409
 
4890
- class RegisterContainerInstanceCommand extends Command
4891
- .classBuilder()
4892
- .ep(commonParams)
4893
- .m(function (Command, cs, config, o) {
4894
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4895
- })
4896
- .s("AmazonEC2ContainerServiceV20141113", "RegisterContainerInstance", {})
4897
- .n("ECSClient", "RegisterContainerInstanceCommand")
4898
- .sc(RegisterContainerInstance$)
4899
- .build() {
4410
+ class RegisterContainerInstanceCommand extends command(_ep0, _mw0, "RegisterContainerInstance", RegisterContainerInstance$) {
4900
4411
  }
4901
4412
 
4902
- class RegisterDaemonTaskDefinitionCommand extends Command
4903
- .classBuilder()
4904
- .ep(commonParams)
4905
- .m(function (Command, cs, config, o) {
4906
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4907
- })
4908
- .s("AmazonEC2ContainerServiceV20141113", "RegisterDaemonTaskDefinition", {})
4909
- .n("ECSClient", "RegisterDaemonTaskDefinitionCommand")
4910
- .sc(RegisterDaemonTaskDefinition$)
4911
- .build() {
4413
+ class RegisterDaemonTaskDefinitionCommand extends command(_ep0, _mw0, "RegisterDaemonTaskDefinition", RegisterDaemonTaskDefinition$) {
4912
4414
  }
4913
4415
 
4914
- class RegisterTaskDefinitionCommand extends Command
4915
- .classBuilder()
4916
- .ep(commonParams)
4917
- .m(function (Command, cs, config, o) {
4918
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4919
- })
4920
- .s("AmazonEC2ContainerServiceV20141113", "RegisterTaskDefinition", {})
4921
- .n("ECSClient", "RegisterTaskDefinitionCommand")
4922
- .sc(RegisterTaskDefinition$)
4923
- .build() {
4416
+ class RegisterTaskDefinitionCommand extends command(_ep0, _mw0, "RegisterTaskDefinition", RegisterTaskDefinition$) {
4924
4417
  }
4925
4418
 
4926
- class RunTaskCommand extends Command
4927
- .classBuilder()
4928
- .ep(commonParams)
4929
- .m(function (Command, cs, config, o) {
4930
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4931
- })
4932
- .s("AmazonEC2ContainerServiceV20141113", "RunTask", {})
4933
- .n("ECSClient", "RunTaskCommand")
4934
- .sc(RunTask$)
4935
- .build() {
4419
+ class RunTaskCommand extends command(_ep0, _mw0, "RunTask", RunTask$) {
4936
4420
  }
4937
4421
 
4938
- class StartTaskCommand extends Command
4939
- .classBuilder()
4940
- .ep(commonParams)
4941
- .m(function (Command, cs, config, o) {
4942
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4943
- })
4944
- .s("AmazonEC2ContainerServiceV20141113", "StartTask", {})
4945
- .n("ECSClient", "StartTaskCommand")
4946
- .sc(StartTask$)
4947
- .build() {
4422
+ class StartTaskCommand extends command(_ep0, _mw0, "StartTask", StartTask$) {
4948
4423
  }
4949
4424
 
4950
- class StopServiceDeploymentCommand extends Command
4951
- .classBuilder()
4952
- .ep(commonParams)
4953
- .m(function (Command, cs, config, o) {
4954
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4955
- })
4956
- .s("AmazonEC2ContainerServiceV20141113", "StopServiceDeployment", {})
4957
- .n("ECSClient", "StopServiceDeploymentCommand")
4958
- .sc(StopServiceDeployment$)
4959
- .build() {
4425
+ class StopServiceDeploymentCommand extends command(_ep0, _mw0, "StopServiceDeployment", StopServiceDeployment$) {
4960
4426
  }
4961
4427
 
4962
- class StopTaskCommand extends Command
4963
- .classBuilder()
4964
- .ep(commonParams)
4965
- .m(function (Command, cs, config, o) {
4966
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4967
- })
4968
- .s("AmazonEC2ContainerServiceV20141113", "StopTask", {})
4969
- .n("ECSClient", "StopTaskCommand")
4970
- .sc(StopTask$)
4971
- .build() {
4428
+ class StopTaskCommand extends command(_ep0, _mw0, "StopTask", StopTask$) {
4972
4429
  }
4973
4430
 
4974
- class SubmitAttachmentStateChangesCommand extends Command
4975
- .classBuilder()
4976
- .ep(commonParams)
4977
- .m(function (Command, cs, config, o) {
4978
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4979
- })
4980
- .s("AmazonEC2ContainerServiceV20141113", "SubmitAttachmentStateChanges", {})
4981
- .n("ECSClient", "SubmitAttachmentStateChangesCommand")
4982
- .sc(SubmitAttachmentStateChanges$)
4983
- .build() {
4431
+ class SubmitAttachmentStateChangesCommand extends command(_ep0, _mw0, "SubmitAttachmentStateChanges", SubmitAttachmentStateChanges$) {
4984
4432
  }
4985
4433
 
4986
- class SubmitContainerStateChangeCommand extends Command
4987
- .classBuilder()
4988
- .ep(commonParams)
4989
- .m(function (Command, cs, config, o) {
4990
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4991
- })
4992
- .s("AmazonEC2ContainerServiceV20141113", "SubmitContainerStateChange", {})
4993
- .n("ECSClient", "SubmitContainerStateChangeCommand")
4994
- .sc(SubmitContainerStateChange$)
4995
- .build() {
4434
+ class SubmitContainerStateChangeCommand extends command(_ep0, _mw0, "SubmitContainerStateChange", SubmitContainerStateChange$) {
4996
4435
  }
4997
4436
 
4998
- class SubmitTaskStateChangeCommand extends Command
4999
- .classBuilder()
5000
- .ep(commonParams)
5001
- .m(function (Command, cs, config, o) {
5002
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5003
- })
5004
- .s("AmazonEC2ContainerServiceV20141113", "SubmitTaskStateChange", {})
5005
- .n("ECSClient", "SubmitTaskStateChangeCommand")
5006
- .sc(SubmitTaskStateChange$)
5007
- .build() {
4437
+ class SubmitTaskStateChangeCommand extends command(_ep0, _mw0, "SubmitTaskStateChange", SubmitTaskStateChange$) {
5008
4438
  }
5009
4439
 
5010
- class TagResourceCommand extends Command
5011
- .classBuilder()
5012
- .ep(commonParams)
5013
- .m(function (Command, cs, config, o) {
5014
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5015
- })
5016
- .s("AmazonEC2ContainerServiceV20141113", "TagResource", {})
5017
- .n("ECSClient", "TagResourceCommand")
5018
- .sc(TagResource$)
5019
- .build() {
4440
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
5020
4441
  }
5021
4442
 
5022
- class UntagResourceCommand extends Command
5023
- .classBuilder()
5024
- .ep(commonParams)
5025
- .m(function (Command, cs, config, o) {
5026
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5027
- })
5028
- .s("AmazonEC2ContainerServiceV20141113", "UntagResource", {})
5029
- .n("ECSClient", "UntagResourceCommand")
5030
- .sc(UntagResource$)
5031
- .build() {
4443
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
5032
4444
  }
5033
4445
 
5034
- class UpdateCapacityProviderCommand extends Command
5035
- .classBuilder()
5036
- .ep(commonParams)
5037
- .m(function (Command, cs, config, o) {
5038
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5039
- })
5040
- .s("AmazonEC2ContainerServiceV20141113", "UpdateCapacityProvider", {})
5041
- .n("ECSClient", "UpdateCapacityProviderCommand")
5042
- .sc(UpdateCapacityProvider$)
5043
- .build() {
4446
+ class UpdateCapacityProviderCommand extends command(_ep0, _mw0, "UpdateCapacityProvider", UpdateCapacityProvider$) {
5044
4447
  }
5045
4448
 
5046
- class UpdateClusterCommand extends Command
5047
- .classBuilder()
5048
- .ep(commonParams)
5049
- .m(function (Command, cs, config, o) {
5050
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5051
- })
5052
- .s("AmazonEC2ContainerServiceV20141113", "UpdateCluster", {})
5053
- .n("ECSClient", "UpdateClusterCommand")
5054
- .sc(UpdateCluster$)
5055
- .build() {
4449
+ class UpdateClusterCommand extends command(_ep0, _mw0, "UpdateCluster", UpdateCluster$) {
5056
4450
  }
5057
4451
 
5058
- class UpdateClusterSettingsCommand extends Command
5059
- .classBuilder()
5060
- .ep(commonParams)
5061
- .m(function (Command, cs, config, o) {
5062
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5063
- })
5064
- .s("AmazonEC2ContainerServiceV20141113", "UpdateClusterSettings", {})
5065
- .n("ECSClient", "UpdateClusterSettingsCommand")
5066
- .sc(UpdateClusterSettings$)
5067
- .build() {
4452
+ class UpdateClusterSettingsCommand extends command(_ep0, _mw0, "UpdateClusterSettings", UpdateClusterSettings$) {
5068
4453
  }
5069
4454
 
5070
- class UpdateContainerAgentCommand extends Command
5071
- .classBuilder()
5072
- .ep(commonParams)
5073
- .m(function (Command, cs, config, o) {
5074
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5075
- })
5076
- .s("AmazonEC2ContainerServiceV20141113", "UpdateContainerAgent", {})
5077
- .n("ECSClient", "UpdateContainerAgentCommand")
5078
- .sc(UpdateContainerAgent$)
5079
- .build() {
4455
+ class UpdateContainerAgentCommand extends command(_ep0, _mw0, "UpdateContainerAgent", UpdateContainerAgent$) {
5080
4456
  }
5081
4457
 
5082
- class UpdateContainerInstancesStateCommand extends Command
5083
- .classBuilder()
5084
- .ep(commonParams)
5085
- .m(function (Command, cs, config, o) {
5086
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5087
- })
5088
- .s("AmazonEC2ContainerServiceV20141113", "UpdateContainerInstancesState", {})
5089
- .n("ECSClient", "UpdateContainerInstancesStateCommand")
5090
- .sc(UpdateContainerInstancesState$)
5091
- .build() {
4458
+ class UpdateContainerInstancesStateCommand extends command(_ep0, _mw0, "UpdateContainerInstancesState", UpdateContainerInstancesState$) {
5092
4459
  }
5093
4460
 
5094
- class UpdateDaemonCommand extends Command
5095
- .classBuilder()
5096
- .ep(commonParams)
5097
- .m(function (Command, cs, config, o) {
5098
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5099
- })
5100
- .s("AmazonEC2ContainerServiceV20141113", "UpdateDaemon", {})
5101
- .n("ECSClient", "UpdateDaemonCommand")
5102
- .sc(UpdateDaemon$)
5103
- .build() {
4461
+ class UpdateDaemonCommand extends command(_ep0, _mw0, "UpdateDaemon", UpdateDaemon$) {
5104
4462
  }
5105
4463
 
5106
- class UpdateExpressGatewayServiceCommand extends Command
5107
- .classBuilder()
5108
- .ep(commonParams)
5109
- .m(function (Command, cs, config, o) {
5110
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5111
- })
5112
- .s("AmazonEC2ContainerServiceV20141113", "UpdateExpressGatewayService", {})
5113
- .n("ECSClient", "UpdateExpressGatewayServiceCommand")
5114
- .sc(UpdateExpressGatewayService$)
5115
- .build() {
4464
+ class UpdateExpressGatewayServiceCommand extends command(_ep0, _mw0, "UpdateExpressGatewayService", UpdateExpressGatewayService$) {
5116
4465
  }
5117
4466
 
5118
- class UpdateServiceCommand extends Command
5119
- .classBuilder()
5120
- .ep(commonParams)
5121
- .m(function (Command, cs, config, o) {
5122
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5123
- })
5124
- .s("AmazonEC2ContainerServiceV20141113", "UpdateService", {})
5125
- .n("ECSClient", "UpdateServiceCommand")
5126
- .sc(UpdateService$)
5127
- .build() {
4467
+ class UpdateServiceCommand extends command(_ep0, _mw0, "UpdateService", UpdateService$) {
5128
4468
  }
5129
4469
 
5130
- class UpdateServicePrimaryTaskSetCommand extends Command
5131
- .classBuilder()
5132
- .ep(commonParams)
5133
- .m(function (Command, cs, config, o) {
5134
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5135
- })
5136
- .s("AmazonEC2ContainerServiceV20141113", "UpdateServicePrimaryTaskSet", {})
5137
- .n("ECSClient", "UpdateServicePrimaryTaskSetCommand")
5138
- .sc(UpdateServicePrimaryTaskSet$)
5139
- .build() {
4470
+ class UpdateServicePrimaryTaskSetCommand extends command(_ep0, _mw0, "UpdateServicePrimaryTaskSet", UpdateServicePrimaryTaskSet$) {
5140
4471
  }
5141
4472
 
5142
- class UpdateTaskProtectionCommand extends Command
5143
- .classBuilder()
5144
- .ep(commonParams)
5145
- .m(function (Command, cs, config, o) {
5146
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5147
- })
5148
- .s("AmazonEC2ContainerServiceV20141113", "UpdateTaskProtection", {})
5149
- .n("ECSClient", "UpdateTaskProtectionCommand")
5150
- .sc(UpdateTaskProtection$)
5151
- .build() {
4473
+ class UpdateTaskProtectionCommand extends command(_ep0, _mw0, "UpdateTaskProtection", UpdateTaskProtection$) {
5152
4474
  }
5153
4475
 
5154
- class UpdateTaskSetCommand extends Command
5155
- .classBuilder()
5156
- .ep(commonParams)
5157
- .m(function (Command, cs, config, o) {
5158
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5159
- })
5160
- .s("AmazonEC2ContainerServiceV20141113", "UpdateTaskSet", {})
5161
- .n("ECSClient", "UpdateTaskSetCommand")
5162
- .sc(UpdateTaskSet$)
5163
- .build() {
4476
+ class UpdateTaskSetCommand extends command(_ep0, _mw0, "UpdateTaskSet", UpdateTaskSet$) {
5164
4477
  }
5165
4478
 
5166
4479
  const paginateListAccountSettings = createPaginator(ECSClient, ListAccountSettingsCommand, "nextToken", "nextToken", "maxResults");