@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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the tags for an Amazon ECS resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
2
  import type { ListTaskDefinitionFamiliesRequest, ListTaskDefinitionFamiliesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTaskDefinitionFamiliesCommandInput extends ListTaskDefiniti
22
19
  export interface ListTaskDefinitionFamiliesCommandOutput extends ListTaskDefinitionFamiliesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTaskDefinitionFamiliesCommand_base: {
25
- new (input: ListTaskDefinitionFamiliesCommandInput): import("@smithy/core/client").CommandImpl<ListTaskDefinitionFamiliesCommandInput, ListTaskDefinitionFamiliesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListTaskDefinitionFamiliesCommandInput]): import("@smithy/core/client").CommandImpl<ListTaskDefinitionFamiliesCommandInput, ListTaskDefinitionFamiliesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTaskDefinitionFamiliesCommandInput): import("@smithy/core/client").CommandImpl<ListTaskDefinitionFamiliesCommandInput, ListTaskDefinitionFamiliesCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListTaskDefinitionFamiliesCommandInput]): import("@smithy/core/client").CommandImpl<ListTaskDefinitionFamiliesCommandInput, ListTaskDefinitionFamiliesCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of task definition families that are registered to your account. This list includes task definition families that no longer have any <code>ACTIVE</code> task definition revisions.</p> <p>You can filter out task definition families that don't contain any <code>ACTIVE</code> task definition revisions by setting the <code>status</code> parameter to <code>ACTIVE</code>. You can also filter the results with the <code>familyPrefix</code> parameter.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
2
  import type { ListTaskDefinitionsRequest, ListTaskDefinitionsResponse } from "../models/models_1";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTaskDefinitionsCommandInput extends ListTaskDefinitionsRequ
22
19
  export interface ListTaskDefinitionsCommandOutput extends ListTaskDefinitionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTaskDefinitionsCommand_base: {
25
- new (input: ListTaskDefinitionsCommandInput): import("@smithy/core/client").CommandImpl<ListTaskDefinitionsCommandInput, ListTaskDefinitionsCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListTaskDefinitionsCommandInput]): import("@smithy/core/client").CommandImpl<ListTaskDefinitionsCommandInput, ListTaskDefinitionsCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTaskDefinitionsCommandInput): import("@smithy/core/client").CommandImpl<ListTaskDefinitionsCommandInput, ListTaskDefinitionsCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListTaskDefinitionsCommandInput]): import("@smithy/core/client").CommandImpl<ListTaskDefinitionsCommandInput, ListTaskDefinitionsCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of task definitions that are registered to your account. You can filter the results by family name with the <code>familyPrefix</code> parameter or by status with the <code>status</code> parameter.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
2
  import type { ListTasksRequest, ListTasksResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTasksCommandInput extends ListTasksRequest {
22
19
  export interface ListTasksCommandOutput extends ListTasksResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTasksCommand_base: {
25
- new (input: ListTasksCommandInput): import("@smithy/core/client").CommandImpl<ListTasksCommandInput, ListTasksCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListTasksCommandInput]): import("@smithy/core/client").CommandImpl<ListTasksCommandInput, ListTasksCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTasksCommandInput): import("@smithy/core/client").CommandImpl<ListTasksCommandInput, ListTasksCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListTasksCommandInput]): import("@smithy/core/client").CommandImpl<ListTasksCommandInput, ListTasksCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of tasks. You can filter the results by cluster, task definition family, container instance, launch type, what IAM principal started the task, or by the desired status of the task.</p> <p>Recently stopped tasks might appear in the returned results. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
2
  import type { PutAccountSettingRequest, PutAccountSettingResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutAccountSettingCommandInput extends PutAccountSettingRequest
22
19
  export interface PutAccountSettingCommandOutput extends PutAccountSettingResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutAccountSettingCommand_base: {
25
- new (input: PutAccountSettingCommandInput): import("@smithy/core/client").CommandImpl<PutAccountSettingCommandInput, PutAccountSettingCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutAccountSettingCommandInput): import("@smithy/core/client").CommandImpl<PutAccountSettingCommandInput, PutAccountSettingCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutAccountSettingCommandInput): import("@smithy/core/client").CommandImpl<PutAccountSettingCommandInput, PutAccountSettingCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutAccountSettingCommandInput): import("@smithy/core/client").CommandImpl<PutAccountSettingCommandInput, PutAccountSettingCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies an account setting. Account settings are set on a per-Region basis.</p> <p>If you change the root user account setting, the default settings are reset for users and roles that do not have specified individual account settings. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html">Account Settings</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
2
  import type { PutAccountSettingDefaultRequest, PutAccountSettingDefaultResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutAccountSettingDefaultCommandInput extends PutAccountSettingD
22
19
  export interface PutAccountSettingDefaultCommandOutput extends PutAccountSettingDefaultResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutAccountSettingDefaultCommand_base: {
25
- new (input: PutAccountSettingDefaultCommandInput): import("@smithy/core/client").CommandImpl<PutAccountSettingDefaultCommandInput, PutAccountSettingDefaultCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutAccountSettingDefaultCommandInput): import("@smithy/core/client").CommandImpl<PutAccountSettingDefaultCommandInput, PutAccountSettingDefaultCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutAccountSettingDefaultCommandInput): import("@smithy/core/client").CommandImpl<PutAccountSettingDefaultCommandInput, PutAccountSettingDefaultCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutAccountSettingDefaultCommandInput): import("@smithy/core/client").CommandImpl<PutAccountSettingDefaultCommandInput, PutAccountSettingDefaultCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies an account setting for all users on an account for whom no individual account setting has been specified. Account settings are set on a per-Region basis.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
2
  import type { PutAttributesRequest, PutAttributesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutAttributesCommandInput extends PutAttributesRequest {
22
19
  export interface PutAttributesCommandOutput extends PutAttributesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutAttributesCommand_base: {
25
- new (input: PutAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutAttributesCommandInput, PutAttributesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutAttributesCommandInput, PutAttributesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutAttributesCommandInput, PutAttributesCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutAttributesCommandInput, PutAttributesCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Create or update an attribute on an Amazon ECS resource. If the attribute doesn't exist, it's created. If the attribute exists, its value is replaced with the specified value. To delete an attribute, use <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DeleteAttributes.html">DeleteAttributes</a>. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement-constraints.html#attributes">Attributes</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
2
  import type { PutClusterCapacityProvidersRequest, PutClusterCapacityProvidersResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutClusterCapacityProvidersCommandInput extends PutClusterCapac
22
19
  export interface PutClusterCapacityProvidersCommandOutput extends PutClusterCapacityProvidersResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutClusterCapacityProvidersCommand_base: {
25
- new (input: PutClusterCapacityProvidersCommandInput): import("@smithy/core/client").CommandImpl<PutClusterCapacityProvidersCommandInput, PutClusterCapacityProvidersCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutClusterCapacityProvidersCommandInput): import("@smithy/core/client").CommandImpl<PutClusterCapacityProvidersCommandInput, PutClusterCapacityProvidersCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutClusterCapacityProvidersCommandInput): import("@smithy/core/client").CommandImpl<PutClusterCapacityProvidersCommandInput, PutClusterCapacityProvidersCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutClusterCapacityProvidersCommandInput): import("@smithy/core/client").CommandImpl<PutClusterCapacityProvidersCommandInput, PutClusterCapacityProvidersCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies the available capacity providers and the default capacity provider strategy for a cluster.</p> <p>You must specify both the available capacity providers and a default capacity provider strategy for the cluster. If the specified cluster has existing capacity providers associated with it, you must specify all existing capacity providers in addition to any new ones you want to add. Any existing capacity providers that are associated with a cluster that are omitted from a <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutClusterCapacityProviders.html">PutClusterCapacityProviders</a> API call will be disassociated with the cluster. You can only disassociate an existing capacity provider from a cluster if it's not being used by any existing tasks.</p> <p>When creating a service or running a task on a cluster, if no capacity provider or launch type is specified, then the cluster's default capacity provider strategy is used. We recommend that you define a default capacity provider strategy for your cluster. However, you must specify an empty array (<code>[]</code>) to bypass defining a default strategy.</p> <p>Amazon ECS Managed Instances doesn't support this, because when you create a capacity provider with Amazon ECS Managed Instances, it becomes available only within the specified cluster.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
2
  import type { RegisterContainerInstanceRequest, RegisterContainerInstanceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RegisterContainerInstanceCommandInput extends RegisterContainer
22
19
  export interface RegisterContainerInstanceCommandOutput extends RegisterContainerInstanceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const RegisterContainerInstanceCommand_base: {
25
- new (input: RegisterContainerInstanceCommandInput): import("@smithy/core/client").CommandImpl<RegisterContainerInstanceCommandInput, RegisterContainerInstanceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [RegisterContainerInstanceCommandInput]): import("@smithy/core/client").CommandImpl<RegisterContainerInstanceCommandInput, RegisterContainerInstanceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RegisterContainerInstanceCommandInput): import("@smithy/core/client").CommandImpl<RegisterContainerInstanceCommandInput, RegisterContainerInstanceCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [RegisterContainerInstanceCommandInput]): import("@smithy/core/client").CommandImpl<RegisterContainerInstanceCommandInput, RegisterContainerInstanceCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <note> <p>This action is only used by the Amazon ECS agent, and it is not intended for use outside of the agent.</p> </note> <p>Registers an EC2 instance into the specified cluster. This instance becomes available to place containers on.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
2
  import type { RegisterDaemonTaskDefinitionRequest, RegisterDaemonTaskDefinitionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RegisterDaemonTaskDefinitionCommandInput extends RegisterDaemon
22
19
  export interface RegisterDaemonTaskDefinitionCommandOutput extends RegisterDaemonTaskDefinitionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const RegisterDaemonTaskDefinitionCommand_base: {
25
- new (input: RegisterDaemonTaskDefinitionCommandInput): import("@smithy/core/client").CommandImpl<RegisterDaemonTaskDefinitionCommandInput, RegisterDaemonTaskDefinitionCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RegisterDaemonTaskDefinitionCommandInput): import("@smithy/core/client").CommandImpl<RegisterDaemonTaskDefinitionCommandInput, RegisterDaemonTaskDefinitionCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RegisterDaemonTaskDefinitionCommandInput): import("@smithy/core/client").CommandImpl<RegisterDaemonTaskDefinitionCommandInput, RegisterDaemonTaskDefinitionCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RegisterDaemonTaskDefinitionCommandInput): import("@smithy/core/client").CommandImpl<RegisterDaemonTaskDefinitionCommandInput, RegisterDaemonTaskDefinitionCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Registers a new daemon task definition from the supplied <code>family</code> and <code>containerDefinitions</code>. Optionally, you can add data volumes to your containers with the <code>volumes</code> parameter. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/daemon-task-definitions.html">Daemon task definitions</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p> <p>A daemon task definition is a template that describes the containers that form a daemon. Daemons deploy cross-cutting software agents such as security monitoring, telemetry, and logging across your Amazon ECS infrastructure.</p> <p>Each time you call <code>RegisterDaemonTaskDefinition</code>, a new revision of the daemon task definition is created. You can't modify a revision after you register it.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
2
  import type { RegisterTaskDefinitionRequest, RegisterTaskDefinitionResponse } from "../models/models_1";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RegisterTaskDefinitionCommandInput extends RegisterTaskDefiniti
22
19
  export interface RegisterTaskDefinitionCommandOutput extends RegisterTaskDefinitionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const RegisterTaskDefinitionCommand_base: {
25
- new (input: RegisterTaskDefinitionCommandInput): import("@smithy/core/client").CommandImpl<RegisterTaskDefinitionCommandInput, RegisterTaskDefinitionCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RegisterTaskDefinitionCommandInput): import("@smithy/core/client").CommandImpl<RegisterTaskDefinitionCommandInput, RegisterTaskDefinitionCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RegisterTaskDefinitionCommandInput): import("@smithy/core/client").CommandImpl<RegisterTaskDefinitionCommandInput, RegisterTaskDefinitionCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RegisterTaskDefinitionCommandInput): import("@smithy/core/client").CommandImpl<RegisterTaskDefinitionCommandInput, RegisterTaskDefinitionCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Registers a new task definition from the supplied <code>family</code> and <code>containerDefinitions</code>. Optionally, you can add data volumes to your containers with the <code>volumes</code> parameter. For more information about task definition parameters and defaults, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_defintions.html">Amazon ECS Task Definitions</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p> <p>You can specify a role for your task with the <code>taskRoleArn</code> parameter. When you specify a role for a task, its containers can then use the latest versions of the CLI or SDKs to make API requests to the Amazon Web Services services that are specified in the policy that's associated with the role. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html">IAM Roles for Tasks</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p> <p>You can specify a Docker networking mode for the containers in your task definition with the <code>networkMode</code> parameter. If you specify the <code>awsvpc</code> network mode, the task is allocated an elastic network interface, and you must specify a <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_NetworkConfiguration.html">NetworkConfiguration</a> when you create a service or run a task with the task definition. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html">Task Networking</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
2
  import type { RunTaskRequest, RunTaskResponse } from "../models/models_1";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RunTaskCommandInput extends RunTaskRequest {
22
19
  export interface RunTaskCommandOutput extends RunTaskResponse, __MetadataBearer {
23
20
  }
24
21
  declare const RunTaskCommand_base: {
25
- new (input: RunTaskCommandInput): import("@smithy/core/client").CommandImpl<RunTaskCommandInput, RunTaskCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RunTaskCommandInput): import("@smithy/core/client").CommandImpl<RunTaskCommandInput, RunTaskCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RunTaskCommandInput): import("@smithy/core/client").CommandImpl<RunTaskCommandInput, RunTaskCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RunTaskCommandInput): import("@smithy/core/client").CommandImpl<RunTaskCommandInput, RunTaskCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts a new task using the specified task definition.</p> <note> <p>On March 21, 2024, a change was made to resolve the task definition revision before authorization. When a task definition revision is not specified, authorization will occur using the latest revision of a task definition.</p> </note> <note> <p>Amazon Elastic Inference (EI) is no longer available to customers.</p> </note> <p>You can allow Amazon ECS to place tasks for you, or you can customize how Amazon ECS places tasks using placement constraints and placement strategies. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/scheduling_tasks.html">Scheduling Tasks</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p> <p>Alternatively, you can use <code>StartTask</code> to use your own scheduler or place tasks manually on specific container instances.</p> <p>You can attach Amazon EBS volumes to Amazon ECS tasks by configuring the volume when creating or updating a service. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-volumes.html#ebs-volume-types">Amazon EBS volumes</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p> <p>The Amazon ECS API follows an eventual consistency model. This is because of the distributed nature of the system supporting the API. This means that the result of an API command you run that affects your Amazon ECS resources might not be immediately visible to all subsequent commands you run. Keep this in mind when you carry out an API command that immediately follows a previous API command.</p> <p>To manage eventual consistency, you can do the following:</p> <ul> <li> <p>Confirm the state of the resource before you run a command to modify it. Run the DescribeTasks command using an exponential backoff algorithm to ensure that you allow enough time for the previous command to propagate through the system. To do this, run the DescribeTasks command repeatedly, starting with a couple of seconds of wait time and increasing gradually up to five minutes of wait time.</p> </li> <li> <p>Add wait time between subsequent commands, even if the DescribeTasks command returns an accurate response. Apply an exponential backoff algorithm starting with a couple of seconds of wait time, and increase gradually up to about five minutes of wait time.</p> </li> </ul> <p>If you get a <code>ConflictException</code> error, the <code>RunTask</code> request could not be processed due to conflicts. The provided <code>clientToken</code> is already in use with a different <code>RunTask</code> request. The <code>resourceIds</code> are the existing task ARNs which are already associated with the <code>clientToken</code>. </p> <p>To fix this issue:</p> <ul> <li> <p>Run <code>RunTask</code> with a unique <code>clientToken</code>.</p> </li> <li> <p>Run <code>RunTask</code> with the <code>clientToken</code> and the original set of parameters</p> </li> </ul> <p>If you get a <code>ClientException</code>error, the <code>RunTask</code> could not be processed because you use managed scaling and there is a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service quotas</a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
2
  import type { StartTaskRequest, StartTaskResponse } from "../models/models_1";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartTaskCommandInput extends StartTaskRequest {
22
19
  export interface StartTaskCommandOutput extends StartTaskResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartTaskCommand_base: {
25
- new (input: StartTaskCommandInput): import("@smithy/core/client").CommandImpl<StartTaskCommandInput, StartTaskCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartTaskCommandInput): import("@smithy/core/client").CommandImpl<StartTaskCommandInput, StartTaskCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartTaskCommandInput): import("@smithy/core/client").CommandImpl<StartTaskCommandInput, StartTaskCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartTaskCommandInput): import("@smithy/core/client").CommandImpl<StartTaskCommandInput, StartTaskCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts a new task from the specified task definition on the specified container instance or instances.</p> <note> <p>On March 21, 2024, a change was made to resolve the task definition revision before authorization. When a task definition revision is not specified, authorization will occur using the latest revision of a task definition.</p> </note> <note> <p>Amazon Elastic Inference (EI) is no longer available to customers.</p> </note> <p>Alternatively, you can use<code>RunTask</code> to place tasks for you. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/scheduling_tasks.html">Scheduling Tasks</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p> <p>You can attach Amazon EBS volumes to Amazon ECS tasks by configuring the volume when creating or updating a service. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-volumes.html#ebs-volume-types">Amazon EBS volumes</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
2
  import type { StopServiceDeploymentRequest, StopServiceDeploymentResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StopServiceDeploymentCommandInput extends StopServiceDeployment
22
19
  export interface StopServiceDeploymentCommandOutput extends StopServiceDeploymentResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StopServiceDeploymentCommand_base: {
25
- new (input: StopServiceDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StopServiceDeploymentCommandInput, StopServiceDeploymentCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopServiceDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StopServiceDeploymentCommandInput, StopServiceDeploymentCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StopServiceDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StopServiceDeploymentCommandInput, StopServiceDeploymentCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StopServiceDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StopServiceDeploymentCommandInput, StopServiceDeploymentCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Stops an ongoing service deployment.</p> <p>The following stop types are avaiable:</p> <ul> <li> <p>ROLLBACK - This option rolls back the service deployment to the previous service revision. </p> <p>You can use this option even if you didn't configure the service deployment for the rollback option. </p> </li> </ul> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/stop-service-deployment.html">Stopping Amazon ECS service deployments</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
2
  import type { StopTaskRequest, StopTaskResponse } from "../models/models_1";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StopTaskCommandInput extends StopTaskRequest {
22
19
  export interface StopTaskCommandOutput extends StopTaskResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StopTaskCommand_base: {
25
- new (input: StopTaskCommandInput): import("@smithy/core/client").CommandImpl<StopTaskCommandInput, StopTaskCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopTaskCommandInput): import("@smithy/core/client").CommandImpl<StopTaskCommandInput, StopTaskCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StopTaskCommandInput): import("@smithy/core/client").CommandImpl<StopTaskCommandInput, StopTaskCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StopTaskCommandInput): import("@smithy/core/client").CommandImpl<StopTaskCommandInput, StopTaskCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Stops a running task. Any tags associated with the task will be deleted.</p> <p>When you call <code>StopTask</code> on a task, the equivalent of <code>docker stop</code> is issued to the containers running in the task. This results in a stop signal value and a default 30-second timeout, after which the <code>SIGKILL</code> value is sent and the containers are forcibly stopped. This signal can be defined in your container image with the <code>STOPSIGNAL</code> instruction and will default to <code>SIGTERM</code>. If the container handles the <code>SIGTERM</code> value gracefully and exits within 30 seconds from receiving it, no <code>SIGKILL</code> value is sent.</p> <p>For Windows containers, POSIX signals do not work and runtime stops the container by sending a <code>CTRL_SHUTDOWN_EVENT</code>. For more information, see <a href="https://github.com/moby/moby/issues/25982">Unable to react to graceful shutdown of (Windows) container #25982</a> on GitHub.</p> <note> <p>The default 30-second timeout can be configured on the Amazon ECS container agent with the <code>ECS_CONTAINER_STOP_TIMEOUT</code> variable. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-config.html">Amazon ECS Container Agent Configuration</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
2
  import type { SubmitAttachmentStateChangesRequest, SubmitAttachmentStateChangesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SubmitAttachmentStateChangesCommandInput extends SubmitAttachme
22
19
  export interface SubmitAttachmentStateChangesCommandOutput extends SubmitAttachmentStateChangesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const SubmitAttachmentStateChangesCommand_base: {
25
- new (input: SubmitAttachmentStateChangesCommandInput): import("@smithy/core/client").CommandImpl<SubmitAttachmentStateChangesCommandInput, SubmitAttachmentStateChangesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SubmitAttachmentStateChangesCommandInput): import("@smithy/core/client").CommandImpl<SubmitAttachmentStateChangesCommandInput, SubmitAttachmentStateChangesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SubmitAttachmentStateChangesCommandInput): import("@smithy/core/client").CommandImpl<SubmitAttachmentStateChangesCommandInput, SubmitAttachmentStateChangesCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SubmitAttachmentStateChangesCommandInput): import("@smithy/core/client").CommandImpl<SubmitAttachmentStateChangesCommandInput, SubmitAttachmentStateChangesCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <note> <p>This action is only used by the Amazon ECS agent, and it is not intended for use outside of the agent.</p> </note> <p>Sent to acknowledge that an attachment changed states.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
2
  import type { SubmitContainerStateChangeRequest, SubmitContainerStateChangeResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SubmitContainerStateChangeCommandInput extends SubmitContainerS
22
19
  export interface SubmitContainerStateChangeCommandOutput extends SubmitContainerStateChangeResponse, __MetadataBearer {
23
20
  }
24
21
  declare const SubmitContainerStateChangeCommand_base: {
25
- new (input: SubmitContainerStateChangeCommandInput): import("@smithy/core/client").CommandImpl<SubmitContainerStateChangeCommandInput, SubmitContainerStateChangeCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [SubmitContainerStateChangeCommandInput]): import("@smithy/core/client").CommandImpl<SubmitContainerStateChangeCommandInput, SubmitContainerStateChangeCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SubmitContainerStateChangeCommandInput): import("@smithy/core/client").CommandImpl<SubmitContainerStateChangeCommandInput, SubmitContainerStateChangeCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [SubmitContainerStateChangeCommandInput]): import("@smithy/core/client").CommandImpl<SubmitContainerStateChangeCommandInput, SubmitContainerStateChangeCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <note> <p>This action is only used by the Amazon ECS agent, and it is not intended for use outside of the agent.</p> </note> <p>Sent to acknowledge that a container changed states.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
2
  import type { SubmitTaskStateChangeRequest, SubmitTaskStateChangeResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SubmitTaskStateChangeCommandInput extends SubmitTaskStateChange
22
19
  export interface SubmitTaskStateChangeCommandOutput extends SubmitTaskStateChangeResponse, __MetadataBearer {
23
20
  }
24
21
  declare const SubmitTaskStateChangeCommand_base: {
25
- new (input: SubmitTaskStateChangeCommandInput): import("@smithy/core/client").CommandImpl<SubmitTaskStateChangeCommandInput, SubmitTaskStateChangeCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [SubmitTaskStateChangeCommandInput]): import("@smithy/core/client").CommandImpl<SubmitTaskStateChangeCommandInput, SubmitTaskStateChangeCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SubmitTaskStateChangeCommandInput): import("@smithy/core/client").CommandImpl<SubmitTaskStateChangeCommandInput, SubmitTaskStateChangeCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [SubmitTaskStateChangeCommandInput]): import("@smithy/core/client").CommandImpl<SubmitTaskStateChangeCommandInput, SubmitTaskStateChangeCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <note> <p>This action is only used by the Amazon ECS agent, and it is not intended for use outside of the agent.</p> </note> <p>Sent to acknowledge that a task changed states.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_1";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates the specified tags to a resource with the specified <code>resourceArn</code>. If existing tags on a resource aren't specified in the request parameters, they aren't changed. When a resource is deleted, the tags that are associated with that resource are deleted as well.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_1";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ECSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes specified tags from a resource.</p>