@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
  CreateClusterRequest,
10
4
  CreateClusterResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateClusterCommandInput extends CreateClusterRequest {}
15
8
  export interface CreateClusterCommandOutput
16
9
  extends CreateClusterResponse,
@@ -21,22 +14,20 @@ declare const CreateClusterCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateClusterCommandInput,
23
16
  CreateClusterCommandOutput,
24
- ECSClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ECSClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [CreateClusterCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateClusterCommandInput,
32
25
  CreateClusterCommandOutput,
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 CreateClusterCommand extends CreateClusterCommand_base {
42
33
  protected static __types: {
@@ -1,13 +1,6 @@
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 { CreateDaemonRequest, CreateDaemonResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateDaemonCommandInput extends CreateDaemonRequest {}
12
5
  export interface CreateDaemonCommandOutput
13
6
  extends CreateDaemonResponse,
@@ -18,22 +11,20 @@ declare const CreateDaemonCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateDaemonCommandInput,
20
13
  CreateDaemonCommandOutput,
21
- ECSClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ECSClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateDaemonCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateDaemonCommandInput,
29
22
  CreateDaemonCommandOutput,
30
- ECSClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ECSClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CreateDaemonCommand extends CreateDaemonCommand_base {
39
30
  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
  CreateExpressGatewayServiceRequest,
10
4
  CreateExpressGatewayServiceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateExpressGatewayServiceCommandInput
15
8
  extends CreateExpressGatewayServiceRequest {}
16
9
  export interface CreateExpressGatewayServiceCommandOutput
@@ -22,22 +15,20 @@ declare const CreateExpressGatewayServiceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateExpressGatewayServiceCommandInput,
24
17
  CreateExpressGatewayServiceCommandOutput,
25
- ECSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateExpressGatewayServiceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateExpressGatewayServiceCommandInput,
33
26
  CreateExpressGatewayServiceCommandOutput,
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 CreateExpressGatewayServiceCommand extends CreateExpressGatewayServiceCommand_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
  CreateServiceRequest,
10
4
  CreateServiceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateServiceCommandInput extends CreateServiceRequest {}
15
8
  export interface CreateServiceCommandOutput
16
9
  extends CreateServiceResponse,
@@ -21,22 +14,20 @@ declare const CreateServiceCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateServiceCommandInput,
23
16
  CreateServiceCommandOutput,
24
- ECSClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ECSClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateServiceCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateServiceCommandInput,
32
25
  CreateServiceCommandOutput,
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 CreateServiceCommand extends CreateServiceCommand_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
  CreateTaskSetRequest,
10
4
  CreateTaskSetResponse,
11
5
  } from "../models/models_1";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateTaskSetCommandInput extends CreateTaskSetRequest {}
15
8
  export interface CreateTaskSetCommandOutput
16
9
  extends CreateTaskSetResponse,
@@ -21,22 +14,20 @@ declare const CreateTaskSetCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateTaskSetCommandInput,
23
16
  CreateTaskSetCommandOutput,
24
- ECSClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ECSClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateTaskSetCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateTaskSetCommandInput,
32
25
  CreateTaskSetCommandOutput,
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 CreateTaskSetCommand extends CreateTaskSetCommand_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
  DeleteAccountSettingRequest,
10
4
  DeleteAccountSettingResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteAccountSettingCommandInput
15
8
  extends DeleteAccountSettingRequest {}
16
9
  export interface DeleteAccountSettingCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteAccountSettingCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteAccountSettingCommandInput,
24
17
  DeleteAccountSettingCommandOutput,
25
- ECSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteAccountSettingCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteAccountSettingCommandInput,
33
26
  DeleteAccountSettingCommandOutput,
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 DeleteAccountSettingCommand extends DeleteAccountSettingCommand_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
  DeleteAttributesRequest,
10
4
  DeleteAttributesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteAttributesCommandInput extends DeleteAttributesRequest {}
15
8
  export interface DeleteAttributesCommandOutput
16
9
  extends DeleteAttributesResponse,
@@ -21,22 +14,20 @@ declare const DeleteAttributesCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteAttributesCommandInput,
23
16
  DeleteAttributesCommandOutput,
24
- ECSClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ECSClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteAttributesCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteAttributesCommandInput,
32
25
  DeleteAttributesCommandOutput,
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 DeleteAttributesCommand extends DeleteAttributesCommand_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
  DeleteCapacityProviderRequest,
10
4
  DeleteCapacityProviderResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteCapacityProviderCommandInput
15
8
  extends DeleteCapacityProviderRequest {}
16
9
  export interface DeleteCapacityProviderCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteCapacityProviderCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteCapacityProviderCommandInput,
24
17
  DeleteCapacityProviderCommandOutput,
25
- ECSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteCapacityProviderCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteCapacityProviderCommandInput,
33
26
  DeleteCapacityProviderCommandOutput,
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 DeleteCapacityProviderCommand extends DeleteCapacityProviderCommand_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
  DeleteClusterRequest,
10
4
  DeleteClusterResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
15
8
  export interface DeleteClusterCommandOutput
16
9
  extends DeleteClusterResponse,
@@ -21,22 +14,20 @@ declare const DeleteClusterCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteClusterCommandInput,
23
16
  DeleteClusterCommandOutput,
24
- ECSClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ECSClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteClusterCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteClusterCommandInput,
32
25
  DeleteClusterCommandOutput,
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 DeleteClusterCommand extends DeleteClusterCommand_base {
42
33
  protected static __types: {
@@ -1,13 +1,6 @@
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 { DeleteDaemonRequest, DeleteDaemonResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteDaemonCommandInput extends DeleteDaemonRequest {}
12
5
  export interface DeleteDaemonCommandOutput
13
6
  extends DeleteDaemonResponse,
@@ -18,22 +11,20 @@ declare const DeleteDaemonCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteDaemonCommandInput,
20
13
  DeleteDaemonCommandOutput,
21
- ECSClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ECSClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteDaemonCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteDaemonCommandInput,
29
22
  DeleteDaemonCommandOutput,
30
- ECSClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ECSClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DeleteDaemonCommand extends DeleteDaemonCommand_base {
39
30
  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
  DeleteDaemonTaskDefinitionRequest,
10
4
  DeleteDaemonTaskDefinitionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteDaemonTaskDefinitionCommandInput
15
8
  extends DeleteDaemonTaskDefinitionRequest {}
16
9
  export interface DeleteDaemonTaskDefinitionCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteDaemonTaskDefinitionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteDaemonTaskDefinitionCommandInput,
24
17
  DeleteDaemonTaskDefinitionCommandOutput,
25
- ECSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteDaemonTaskDefinitionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteDaemonTaskDefinitionCommandInput,
33
26
  DeleteDaemonTaskDefinitionCommandOutput,
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 DeleteDaemonTaskDefinitionCommand extends DeleteDaemonTaskDefinitionCommand_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
  DeleteExpressGatewayServiceRequest,
10
4
  DeleteExpressGatewayServiceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteExpressGatewayServiceCommandInput
15
8
  extends DeleteExpressGatewayServiceRequest {}
16
9
  export interface DeleteExpressGatewayServiceCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteExpressGatewayServiceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteExpressGatewayServiceCommandInput,
24
17
  DeleteExpressGatewayServiceCommandOutput,
25
- ECSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteExpressGatewayServiceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteExpressGatewayServiceCommandInput,
33
26
  DeleteExpressGatewayServiceCommandOutput,
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 DeleteExpressGatewayServiceCommand extends DeleteExpressGatewayServiceCommand_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
  DeleteServiceRequest,
10
4
  DeleteServiceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteServiceCommandInput extends DeleteServiceRequest {}
15
8
  export interface DeleteServiceCommandOutput
16
9
  extends DeleteServiceResponse,
@@ -21,22 +14,20 @@ declare const DeleteServiceCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteServiceCommandInput,
23
16
  DeleteServiceCommandOutput,
24
- ECSClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ECSClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteServiceCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteServiceCommandInput,
32
25
  DeleteServiceCommandOutput,
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 DeleteServiceCommand extends DeleteServiceCommand_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
  DeleteTaskDefinitionsRequest,
10
4
  DeleteTaskDefinitionsResponse,
11
5
  } from "../models/models_1";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteTaskDefinitionsCommandInput
15
8
  extends DeleteTaskDefinitionsRequest {}
16
9
  export interface DeleteTaskDefinitionsCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteTaskDefinitionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteTaskDefinitionsCommandInput,
24
17
  DeleteTaskDefinitionsCommandOutput,
25
- ECSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteTaskDefinitionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteTaskDefinitionsCommandInput,
33
26
  DeleteTaskDefinitionsCommandOutput,
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 DeleteTaskDefinitionsCommand extends DeleteTaskDefinitionsCommand_base {
43
34
  protected static __types: {