@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
  DeleteTaskSetRequest,
10
4
  DeleteTaskSetResponse,
11
5
  } from "../models/models_1";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteTaskSetCommandInput extends DeleteTaskSetRequest {}
15
8
  export interface DeleteTaskSetCommandOutput
16
9
  extends DeleteTaskSetResponse,
@@ -21,22 +14,20 @@ declare const DeleteTaskSetCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteTaskSetCommandInput,
23
16
  DeleteTaskSetCommandOutput,
24
- ECSClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ECSClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteTaskSetCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteTaskSetCommandInput,
32
25
  DeleteTaskSetCommandOutput,
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 DeleteTaskSetCommand extends DeleteTaskSetCommand_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
  DeregisterContainerInstanceRequest,
10
4
  DeregisterContainerInstanceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeregisterContainerInstanceCommandInput
15
8
  extends DeregisterContainerInstanceRequest {}
16
9
  export interface DeregisterContainerInstanceCommandOutput
@@ -22,22 +15,20 @@ declare const DeregisterContainerInstanceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeregisterContainerInstanceCommandInput,
24
17
  DeregisterContainerInstanceCommandOutput,
25
- ECSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeregisterContainerInstanceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeregisterContainerInstanceCommandInput,
33
26
  DeregisterContainerInstanceCommandOutput,
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 DeregisterContainerInstanceCommand extends DeregisterContainerInstanceCommand_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
  DeregisterTaskDefinitionRequest,
10
4
  DeregisterTaskDefinitionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeregisterTaskDefinitionCommandInput
15
8
  extends DeregisterTaskDefinitionRequest {}
16
9
  export interface DeregisterTaskDefinitionCommandOutput
@@ -22,22 +15,20 @@ declare const DeregisterTaskDefinitionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeregisterTaskDefinitionCommandInput,
24
17
  DeregisterTaskDefinitionCommandOutput,
25
- ECSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeregisterTaskDefinitionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeregisterTaskDefinitionCommandInput,
33
26
  DeregisterTaskDefinitionCommandOutput,
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 DeregisterTaskDefinitionCommand extends DeregisterTaskDefinitionCommand_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
  DescribeCapacityProvidersRequest,
10
4
  DescribeCapacityProvidersResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeCapacityProvidersCommandInput
15
8
  extends DescribeCapacityProvidersRequest {}
16
9
  export interface DescribeCapacityProvidersCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeCapacityProvidersCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeCapacityProvidersCommandInput,
24
17
  DescribeCapacityProvidersCommandOutput,
25
- ECSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeCapacityProvidersCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeCapacityProvidersCommandInput,
33
26
  DescribeCapacityProvidersCommandOutput,
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 DescribeCapacityProvidersCommand extends DescribeCapacityProvidersCommand_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
  DescribeClustersRequest,
10
4
  DescribeClustersResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeClustersCommandInput extends DescribeClustersRequest {}
15
8
  export interface DescribeClustersCommandOutput
16
9
  extends DescribeClustersResponse,
@@ -21,22 +14,20 @@ declare const DescribeClustersCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeClustersCommandInput,
23
16
  DescribeClustersCommandOutput,
24
- ECSClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ECSClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [DescribeClustersCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeClustersCommandInput,
32
25
  DescribeClustersCommandOutput,
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 DescribeClustersCommand extends DescribeClustersCommand_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
  DescribeContainerInstancesRequest,
10
4
  DescribeContainerInstancesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeContainerInstancesCommandInput
15
8
  extends DescribeContainerInstancesRequest {}
16
9
  export interface DescribeContainerInstancesCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeContainerInstancesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeContainerInstancesCommandInput,
24
17
  DescribeContainerInstancesCommandOutput,
25
- ECSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeContainerInstancesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeContainerInstancesCommandInput,
33
26
  DescribeContainerInstancesCommandOutput,
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 DescribeContainerInstancesCommand extends DescribeContainerInstancesCommand_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
  DescribeDaemonRequest,
10
4
  DescribeDaemonResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeDaemonCommandInput extends DescribeDaemonRequest {}
15
8
  export interface DescribeDaemonCommandOutput
16
9
  extends DescribeDaemonResponse,
@@ -21,22 +14,20 @@ declare const DescribeDaemonCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeDaemonCommandInput,
23
16
  DescribeDaemonCommandOutput,
24
- ECSClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ECSClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DescribeDaemonCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeDaemonCommandInput,
32
25
  DescribeDaemonCommandOutput,
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 DescribeDaemonCommand extends DescribeDaemonCommand_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
  DescribeDaemonDeploymentsRequest,
10
4
  DescribeDaemonDeploymentsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeDaemonDeploymentsCommandInput
15
8
  extends DescribeDaemonDeploymentsRequest {}
16
9
  export interface DescribeDaemonDeploymentsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeDaemonDeploymentsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeDaemonDeploymentsCommandInput,
24
17
  DescribeDaemonDeploymentsCommandOutput,
25
- ECSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeDaemonDeploymentsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeDaemonDeploymentsCommandInput,
33
26
  DescribeDaemonDeploymentsCommandOutput,
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 DescribeDaemonDeploymentsCommand extends DescribeDaemonDeploymentsCommand_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
  DescribeDaemonRevisionsRequest,
10
4
  DescribeDaemonRevisionsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeDaemonRevisionsCommandInput
15
8
  extends DescribeDaemonRevisionsRequest {}
16
9
  export interface DescribeDaemonRevisionsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeDaemonRevisionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeDaemonRevisionsCommandInput,
24
17
  DescribeDaemonRevisionsCommandOutput,
25
- ECSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeDaemonRevisionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeDaemonRevisionsCommandInput,
33
26
  DescribeDaemonRevisionsCommandOutput,
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 DescribeDaemonRevisionsCommand extends DescribeDaemonRevisionsCommand_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
  DescribeDaemonTaskDefinitionRequest,
10
4
  DescribeDaemonTaskDefinitionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeDaemonTaskDefinitionCommandInput
15
8
  extends DescribeDaemonTaskDefinitionRequest {}
16
9
  export interface DescribeDaemonTaskDefinitionCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeDaemonTaskDefinitionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeDaemonTaskDefinitionCommandInput,
24
17
  DescribeDaemonTaskDefinitionCommandOutput,
25
- ECSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeDaemonTaskDefinitionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeDaemonTaskDefinitionCommandInput,
33
26
  DescribeDaemonTaskDefinitionCommandOutput,
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 DescribeDaemonTaskDefinitionCommand extends DescribeDaemonTaskDefinitionCommand_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
  DescribeExpressGatewayServiceRequest,
10
4
  DescribeExpressGatewayServiceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeExpressGatewayServiceCommandInput
15
8
  extends DescribeExpressGatewayServiceRequest {}
16
9
  export interface DescribeExpressGatewayServiceCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeExpressGatewayServiceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeExpressGatewayServiceCommandInput,
24
17
  DescribeExpressGatewayServiceCommandOutput,
25
- ECSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeExpressGatewayServiceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeExpressGatewayServiceCommandInput,
33
26
  DescribeExpressGatewayServiceCommandOutput,
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 DescribeExpressGatewayServiceCommand extends DescribeExpressGatewayServiceCommand_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
  DescribeServiceDeploymentsRequest,
10
4
  DescribeServiceDeploymentsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeServiceDeploymentsCommandInput
15
8
  extends DescribeServiceDeploymentsRequest {}
16
9
  export interface DescribeServiceDeploymentsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeServiceDeploymentsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeServiceDeploymentsCommandInput,
24
17
  DescribeServiceDeploymentsCommandOutput,
25
- ECSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeServiceDeploymentsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeServiceDeploymentsCommandInput,
33
26
  DescribeServiceDeploymentsCommandOutput,
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 DescribeServiceDeploymentsCommand extends DescribeServiceDeploymentsCommand_base {
43
34
  protected static __types: {
@@ -1,14 +1,7 @@
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 { DescribeServiceRevisionsRequest } from "../models/models_0";
9
3
  import { DescribeServiceRevisionsResponse } from "../models/models_1";
10
4
  export { __MetadataBearer };
11
- export { $Command };
12
5
  export interface DescribeServiceRevisionsCommandInput
13
6
  extends DescribeServiceRevisionsRequest {}
14
7
  export interface DescribeServiceRevisionsCommandOutput
@@ -20,22 +13,20 @@ declare const DescribeServiceRevisionsCommand_base: {
20
13
  ): import("@smithy/core/client").CommandImpl<
21
14
  DescribeServiceRevisionsCommandInput,
22
15
  DescribeServiceRevisionsCommandOutput,
23
- ECSClientResolvedConfig,
24
- ServiceInputTypes,
25
- ServiceOutputTypes
16
+ import("..").ECSClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
26
19
  >;
27
20
  new (
28
21
  input: DescribeServiceRevisionsCommandInput
29
22
  ): import("@smithy/core/client").CommandImpl<
30
23
  DescribeServiceRevisionsCommandInput,
31
24
  DescribeServiceRevisionsCommandOutput,
32
- ECSClientResolvedConfig,
33
- ServiceInputTypes,
34
- ServiceOutputTypes
25
+ import("..").ECSClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
35
28
  >;
36
- getEndpointParameterInstructions(): {
37
- [x: string]: unknown;
38
- };
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
39
30
  };
40
31
  export declare class DescribeServiceRevisionsCommand extends DescribeServiceRevisionsCommand_base {
41
32
  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
  DescribeServicesRequest,
10
4
  DescribeServicesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeServicesCommandInput extends DescribeServicesRequest {}
15
8
  export interface DescribeServicesCommandOutput
16
9
  extends DescribeServicesResponse,
@@ -21,22 +14,20 @@ declare const DescribeServicesCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeServicesCommandInput,
23
16
  DescribeServicesCommandOutput,
24
- ECSClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ECSClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DescribeServicesCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeServicesCommandInput,
32
25
  DescribeServicesCommandOutput,
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 DescribeServicesCommand extends DescribeServicesCommand_base {
42
33
  protected static __types: {