@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
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ECSClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ECSClient";
8
2
  import {
9
3
  UpdateExpressGatewayServiceRequest,
10
4
  UpdateExpressGatewayServiceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateExpressGatewayServiceCommandInput
15
8
  extends UpdateExpressGatewayServiceRequest {}
16
9
  export interface UpdateExpressGatewayServiceCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateExpressGatewayServiceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateExpressGatewayServiceCommandInput,
24
17
  UpdateExpressGatewayServiceCommandOutput,
25
- ECSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateExpressGatewayServiceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateExpressGatewayServiceCommandInput,
33
26
  UpdateExpressGatewayServiceCommandOutput,
34
- ECSClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ECSClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateExpressGatewayServiceCommand extends UpdateExpressGatewayServiceCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ECSClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ECSClient";
8
2
  import {
9
3
  UpdateServiceRequest,
10
4
  UpdateServiceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateServiceCommandInput extends UpdateServiceRequest {}
15
8
  export interface UpdateServiceCommandOutput
16
9
  extends UpdateServiceResponse,
@@ -21,22 +14,20 @@ declare const UpdateServiceCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  UpdateServiceCommandInput,
23
16
  UpdateServiceCommandOutput,
24
- ECSClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ECSClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: UpdateServiceCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UpdateServiceCommandInput,
32
25
  UpdateServiceCommandOutput,
33
- ECSClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").ECSClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class UpdateServiceCommand extends UpdateServiceCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ECSClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ECSClient";
8
2
  import {
9
3
  UpdateServicePrimaryTaskSetRequest,
10
4
  UpdateServicePrimaryTaskSetResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateServicePrimaryTaskSetCommandInput
15
8
  extends UpdateServicePrimaryTaskSetRequest {}
16
9
  export interface UpdateServicePrimaryTaskSetCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateServicePrimaryTaskSetCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateServicePrimaryTaskSetCommandInput,
24
17
  UpdateServicePrimaryTaskSetCommandOutput,
25
- ECSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateServicePrimaryTaskSetCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateServicePrimaryTaskSetCommandInput,
33
26
  UpdateServicePrimaryTaskSetCommandOutput,
34
- ECSClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ECSClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateServicePrimaryTaskSetCommand extends UpdateServicePrimaryTaskSetCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ECSClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ECSClient";
8
2
  import {
9
3
  UpdateTaskProtectionRequest,
10
4
  UpdateTaskProtectionResponse,
11
5
  } from "../models/models_1";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateTaskProtectionCommandInput
15
8
  extends UpdateTaskProtectionRequest {}
16
9
  export interface UpdateTaskProtectionCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateTaskProtectionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateTaskProtectionCommandInput,
24
17
  UpdateTaskProtectionCommandOutput,
25
- ECSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateTaskProtectionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateTaskProtectionCommandInput,
33
26
  UpdateTaskProtectionCommandOutput,
34
- ECSClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ECSClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateTaskProtectionCommand extends UpdateTaskProtectionCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ECSClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ECSClient";
8
2
  import {
9
3
  UpdateTaskSetRequest,
10
4
  UpdateTaskSetResponse,
11
5
  } from "../models/models_1";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateTaskSetCommandInput extends UpdateTaskSetRequest {}
15
8
  export interface UpdateTaskSetCommandOutput
16
9
  extends UpdateTaskSetResponse,
@@ -21,22 +14,20 @@ declare const UpdateTaskSetCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  UpdateTaskSetCommandInput,
23
16
  UpdateTaskSetCommandOutput,
24
- ECSClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ECSClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: UpdateTaskSetCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UpdateTaskSetCommandInput,
32
25
  UpdateTaskSetCommandOutput,
33
- ECSClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").ECSClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class UpdateTaskSetCommand extends UpdateTaskSetCommand_base {
42
33
  protected static __types: {
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { ECSExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export { Command as $Command } from "@smithy/core/client";
7
8
  export * from "./schemas/schemas_0";
8
9
  export * from "./pagination";
9
10
  export * from "./waiters";
@@ -20,7 +20,6 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
20
20
  | import("@smithy/core/protocols").HttpHandler<any>
21
21
  | RequestHandler;
22
22
  retryMode: string | import("@smithy/types").Provider<string>;
23
- sha256: import("@smithy/types").HashConstructor;
24
23
  streamCollector: (
25
24
  stream:
26
25
  | import("stream").Readable
@@ -42,6 +41,7 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
42
41
  [setting: string]: unknown;
43
42
  };
44
43
  apiVersion: string;
44
+ sha256: import("@smithy/types").HashConstructor;
45
45
  urlParser: import("@smithy/types").UrlParser;
46
46
  base64Decoder: import("@smithy/types").Decoder;
47
47
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -21,7 +21,6 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
21
21
  | RequestHandler
22
22
  | import("@smithy/core/protocols").HttpHandler<any>;
23
23
  retryMode: string | import("@smithy/types").Provider<string>;
24
- sha256: import("@smithy/types").HashConstructor;
25
24
  streamCollector: (
26
25
  stream:
27
26
  | import("stream").Readable
@@ -42,6 +41,7 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
42
41
  [setting: string]: unknown;
43
42
  };
44
43
  apiVersion: string;
44
+ sha256: import("@smithy/types").HashConstructor;
45
45
  urlParser: import("@smithy/types").UrlParser;
46
46
  base64Decoder: import("@smithy/types").Decoder;
47
47
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -1,7 +1,6 @@
1
1
  import { ECSClientConfig } from "./ECSClient";
2
2
  export declare const getRuntimeConfig: (config: ECSClientConfig) => {
3
3
  runtime: string;
4
- sha256: import("@smithy/types").HashConstructor;
5
4
  requestHandler:
6
5
  | import("@smithy/types").NodeHttpHandlerOptions
7
6
  | import("@smithy/types").FetchHttpHandlerOptions
@@ -18,6 +17,7 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
18
17
  [setting: string]: unknown;
19
18
  };
20
19
  apiVersion: string;
20
+ sha256: import("@smithy/types").HashConstructor;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
23
23
  streamCollector: (
@@ -24,6 +24,7 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
24
24
  defaultNamespace?: string;
25
25
  };
26
26
  serviceId: string;
27
+ sha256: import("@smithy/types").HashConstructor;
27
28
  urlParser: import("@smithy/types").UrlParser;
28
29
  utf8Decoder: import("@smithy/types").Decoder;
29
30
  utf8Encoder: (input: Uint8Array | string) => string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ecs",
3
3
  "description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
4
- "version": "3.1076.0",
4
+ "version": "3.1078.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -21,15 +21,13 @@
21
21
  "module": "./dist-es/index.js",
22
22
  "sideEffects": false,
23
23
  "dependencies": {
24
- "@aws-crypto/sha256-browser": "5.2.0",
25
- "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.974.24",
27
- "@aws-sdk/credential-provider-node": "^3.972.59",
28
- "@aws-sdk/types": "^3.973.14",
29
- "@smithy/core": "^3.27.0",
30
- "@smithy/fetch-http-handler": "^5.6.0",
31
- "@smithy/node-http-handler": "^4.9.0",
32
- "@smithy/types": "^4.15.0",
24
+ "@aws-sdk/core": "^3.974.26",
25
+ "@aws-sdk/credential-provider-node": "^3.972.61",
26
+ "@aws-sdk/types": "^3.973.15",
27
+ "@smithy/core": "^3.29.0",
28
+ "@smithy/fetch-http-handler": "^5.6.2",
29
+ "@smithy/node-http-handler": "^4.9.2",
30
+ "@smithy/types": "^4.15.1",
33
31
  "tslib": "^2.6.2"
34
32
  },
35
33
  "devDependencies": {