@aws-sdk/client-ecs 3.478.0 → 3.481.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 (229) hide show
  1. package/dist-cjs/commands/CreateCapacityProviderCommand.js +18 -41
  2. package/dist-cjs/commands/CreateClusterCommand.js +18 -41
  3. package/dist-cjs/commands/CreateServiceCommand.js +18 -41
  4. package/dist-cjs/commands/CreateTaskSetCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteAccountSettingCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteAttributesCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteCapacityProviderCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteClusterCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteServiceCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteTaskDefinitionsCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteTaskSetCommand.js +18 -41
  12. package/dist-cjs/commands/DeregisterContainerInstanceCommand.js +18 -41
  13. package/dist-cjs/commands/DeregisterTaskDefinitionCommand.js +18 -41
  14. package/dist-cjs/commands/DescribeCapacityProvidersCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeClustersCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeContainerInstancesCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeServicesCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeTaskDefinitionCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeTaskSetsCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeTasksCommand.js +18 -41
  21. package/dist-cjs/commands/DiscoverPollEndpointCommand.js +18 -41
  22. package/dist-cjs/commands/ExecuteCommandCommand.js +18 -41
  23. package/dist-cjs/commands/GetTaskProtectionCommand.js +18 -41
  24. package/dist-cjs/commands/ListAccountSettingsCommand.js +18 -41
  25. package/dist-cjs/commands/ListAttributesCommand.js +18 -41
  26. package/dist-cjs/commands/ListClustersCommand.js +18 -41
  27. package/dist-cjs/commands/ListContainerInstancesCommand.js +18 -41
  28. package/dist-cjs/commands/ListServicesByNamespaceCommand.js +18 -41
  29. package/dist-cjs/commands/ListServicesCommand.js +18 -41
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  31. package/dist-cjs/commands/ListTaskDefinitionFamiliesCommand.js +18 -41
  32. package/dist-cjs/commands/ListTaskDefinitionsCommand.js +18 -41
  33. package/dist-cjs/commands/ListTasksCommand.js +18 -41
  34. package/dist-cjs/commands/PutAccountSettingCommand.js +18 -41
  35. package/dist-cjs/commands/PutAccountSettingDefaultCommand.js +18 -41
  36. package/dist-cjs/commands/PutAttributesCommand.js +18 -41
  37. package/dist-cjs/commands/PutClusterCapacityProvidersCommand.js +18 -41
  38. package/dist-cjs/commands/RegisterContainerInstanceCommand.js +18 -41
  39. package/dist-cjs/commands/RegisterTaskDefinitionCommand.js +18 -41
  40. package/dist-cjs/commands/RunTaskCommand.js +18 -41
  41. package/dist-cjs/commands/StartTaskCommand.js +18 -41
  42. package/dist-cjs/commands/StopTaskCommand.js +18 -41
  43. package/dist-cjs/commands/SubmitAttachmentStateChangesCommand.js +18 -41
  44. package/dist-cjs/commands/SubmitContainerStateChangeCommand.js +18 -41
  45. package/dist-cjs/commands/SubmitTaskStateChangeCommand.js +18 -41
  46. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  47. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  48. package/dist-cjs/commands/UpdateCapacityProviderCommand.js +18 -41
  49. package/dist-cjs/commands/UpdateClusterCommand.js +18 -41
  50. package/dist-cjs/commands/UpdateClusterSettingsCommand.js +18 -41
  51. package/dist-cjs/commands/UpdateContainerAgentCommand.js +18 -41
  52. package/dist-cjs/commands/UpdateContainerInstancesStateCommand.js +18 -41
  53. package/dist-cjs/commands/UpdateServiceCommand.js +18 -41
  54. package/dist-cjs/commands/UpdateServicePrimaryTaskSetCommand.js +18 -41
  55. package/dist-cjs/commands/UpdateTaskProtectionCommand.js +18 -41
  56. package/dist-cjs/commands/UpdateTaskSetCommand.js +18 -41
  57. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  58. package/dist-es/commands/CreateCapacityProviderCommand.js +18 -41
  59. package/dist-es/commands/CreateClusterCommand.js +18 -41
  60. package/dist-es/commands/CreateServiceCommand.js +18 -41
  61. package/dist-es/commands/CreateTaskSetCommand.js +18 -41
  62. package/dist-es/commands/DeleteAccountSettingCommand.js +18 -41
  63. package/dist-es/commands/DeleteAttributesCommand.js +18 -41
  64. package/dist-es/commands/DeleteCapacityProviderCommand.js +18 -41
  65. package/dist-es/commands/DeleteClusterCommand.js +18 -41
  66. package/dist-es/commands/DeleteServiceCommand.js +18 -41
  67. package/dist-es/commands/DeleteTaskDefinitionsCommand.js +18 -41
  68. package/dist-es/commands/DeleteTaskSetCommand.js +18 -41
  69. package/dist-es/commands/DeregisterContainerInstanceCommand.js +18 -41
  70. package/dist-es/commands/DeregisterTaskDefinitionCommand.js +18 -41
  71. package/dist-es/commands/DescribeCapacityProvidersCommand.js +18 -41
  72. package/dist-es/commands/DescribeClustersCommand.js +18 -41
  73. package/dist-es/commands/DescribeContainerInstancesCommand.js +18 -41
  74. package/dist-es/commands/DescribeServicesCommand.js +18 -41
  75. package/dist-es/commands/DescribeTaskDefinitionCommand.js +18 -41
  76. package/dist-es/commands/DescribeTaskSetsCommand.js +18 -41
  77. package/dist-es/commands/DescribeTasksCommand.js +18 -41
  78. package/dist-es/commands/DiscoverPollEndpointCommand.js +18 -41
  79. package/dist-es/commands/ExecuteCommandCommand.js +18 -41
  80. package/dist-es/commands/GetTaskProtectionCommand.js +18 -41
  81. package/dist-es/commands/ListAccountSettingsCommand.js +18 -41
  82. package/dist-es/commands/ListAttributesCommand.js +18 -41
  83. package/dist-es/commands/ListClustersCommand.js +18 -41
  84. package/dist-es/commands/ListContainerInstancesCommand.js +18 -41
  85. package/dist-es/commands/ListServicesByNamespaceCommand.js +18 -41
  86. package/dist-es/commands/ListServicesCommand.js +18 -41
  87. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  88. package/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +18 -41
  89. package/dist-es/commands/ListTaskDefinitionsCommand.js +18 -41
  90. package/dist-es/commands/ListTasksCommand.js +18 -41
  91. package/dist-es/commands/PutAccountSettingCommand.js +18 -41
  92. package/dist-es/commands/PutAccountSettingDefaultCommand.js +18 -41
  93. package/dist-es/commands/PutAttributesCommand.js +18 -41
  94. package/dist-es/commands/PutClusterCapacityProvidersCommand.js +18 -41
  95. package/dist-es/commands/RegisterContainerInstanceCommand.js +18 -41
  96. package/dist-es/commands/RegisterTaskDefinitionCommand.js +18 -41
  97. package/dist-es/commands/RunTaskCommand.js +18 -41
  98. package/dist-es/commands/StartTaskCommand.js +18 -41
  99. package/dist-es/commands/StopTaskCommand.js +18 -41
  100. package/dist-es/commands/SubmitAttachmentStateChangesCommand.js +18 -41
  101. package/dist-es/commands/SubmitContainerStateChangeCommand.js +18 -41
  102. package/dist-es/commands/SubmitTaskStateChangeCommand.js +18 -41
  103. package/dist-es/commands/TagResourceCommand.js +18 -41
  104. package/dist-es/commands/UntagResourceCommand.js +18 -41
  105. package/dist-es/commands/UpdateCapacityProviderCommand.js +18 -41
  106. package/dist-es/commands/UpdateClusterCommand.js +18 -41
  107. package/dist-es/commands/UpdateClusterSettingsCommand.js +18 -41
  108. package/dist-es/commands/UpdateContainerAgentCommand.js +18 -41
  109. package/dist-es/commands/UpdateContainerInstancesStateCommand.js +18 -41
  110. package/dist-es/commands/UpdateServiceCommand.js +18 -41
  111. package/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +18 -41
  112. package/dist-es/commands/UpdateTaskProtectionCommand.js +18 -41
  113. package/dist-es/commands/UpdateTaskSetCommand.js +18 -41
  114. package/dist-es/endpoint/EndpointParameters.js +6 -0
  115. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +6 -21
  116. package/dist-types/commands/CreateClusterCommand.d.ts +6 -21
  117. package/dist-types/commands/CreateServiceCommand.d.ts +6 -21
  118. package/dist-types/commands/CreateTaskSetCommand.d.ts +6 -21
  119. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +6 -21
  120. package/dist-types/commands/DeleteAttributesCommand.d.ts +6 -21
  121. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +6 -21
  122. package/dist-types/commands/DeleteClusterCommand.d.ts +6 -21
  123. package/dist-types/commands/DeleteServiceCommand.d.ts +6 -21
  124. package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +6 -21
  125. package/dist-types/commands/DeleteTaskSetCommand.d.ts +6 -21
  126. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +6 -21
  127. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +6 -21
  128. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +6 -21
  129. package/dist-types/commands/DescribeClustersCommand.d.ts +6 -21
  130. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +6 -21
  131. package/dist-types/commands/DescribeServicesCommand.d.ts +6 -21
  132. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +6 -21
  133. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +6 -21
  134. package/dist-types/commands/DescribeTasksCommand.d.ts +6 -21
  135. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +6 -21
  136. package/dist-types/commands/ExecuteCommandCommand.d.ts +6 -21
  137. package/dist-types/commands/GetTaskProtectionCommand.d.ts +6 -21
  138. package/dist-types/commands/ListAccountSettingsCommand.d.ts +6 -21
  139. package/dist-types/commands/ListAttributesCommand.d.ts +6 -21
  140. package/dist-types/commands/ListClustersCommand.d.ts +6 -21
  141. package/dist-types/commands/ListContainerInstancesCommand.d.ts +6 -21
  142. package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +6 -21
  143. package/dist-types/commands/ListServicesCommand.d.ts +6 -21
  144. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  145. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +6 -21
  146. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +6 -21
  147. package/dist-types/commands/ListTasksCommand.d.ts +6 -21
  148. package/dist-types/commands/PutAccountSettingCommand.d.ts +6 -21
  149. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +6 -21
  150. package/dist-types/commands/PutAttributesCommand.d.ts +6 -21
  151. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +6 -21
  152. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +6 -21
  153. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +6 -21
  154. package/dist-types/commands/RunTaskCommand.d.ts +6 -21
  155. package/dist-types/commands/StartTaskCommand.d.ts +6 -21
  156. package/dist-types/commands/StopTaskCommand.d.ts +6 -21
  157. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +6 -21
  158. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +6 -21
  159. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +6 -21
  160. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  161. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  162. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +6 -21
  163. package/dist-types/commands/UpdateClusterCommand.d.ts +6 -21
  164. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +6 -21
  165. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +6 -21
  166. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +6 -21
  167. package/dist-types/commands/UpdateServiceCommand.d.ts +6 -21
  168. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +6 -21
  169. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +6 -21
  170. package/dist-types/commands/UpdateTaskSetCommand.d.ts +6 -21
  171. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  172. package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +12 -24
  173. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +14 -23
  174. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +14 -23
  175. package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +14 -23
  176. package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +12 -24
  177. package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +14 -23
  178. package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +12 -24
  179. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +14 -23
  180. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +14 -23
  181. package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +12 -24
  182. package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +14 -23
  183. package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +12 -24
  184. package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +12 -24
  185. package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +12 -24
  186. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +14 -23
  187. package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +12 -24
  188. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +14 -23
  189. package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +12 -24
  190. package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +14 -23
  191. package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +14 -23
  192. package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +12 -24
  193. package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +14 -23
  194. package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +14 -23
  195. package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +14 -23
  196. package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +14 -23
  197. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +14 -23
  198. package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +12 -24
  199. package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +12 -24
  200. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +14 -23
  201. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  202. package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +12 -24
  203. package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +14 -23
  204. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +14 -23
  205. package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +14 -23
  206. package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +12 -24
  207. package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +14 -23
  208. package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +12 -24
  209. package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +12 -24
  210. package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +12 -24
  211. package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +12 -23
  212. package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +14 -23
  213. package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +14 -23
  214. package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +12 -24
  215. package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +12 -24
  216. package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +12 -24
  217. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  218. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  219. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +12 -24
  220. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +14 -23
  221. package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +12 -24
  222. package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +12 -24
  223. package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +12 -24
  224. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +14 -23
  225. package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +12 -24
  226. package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +12 -24
  227. package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +14 -23
  228. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  229. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
5
4
  import { DeleteServiceRequest, DeleteServiceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteServiceCommandInput extends DeleteServiceRequest {
21
20
  */
22
21
  export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteServiceCommand_base: {
24
+ new (input: DeleteServiceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteServiceCommandInput, DeleteServiceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a specified service within a cluster. You can delete a service if you have no
@@ -333,23 +336,5 @@ export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __Met
333
336
  * ```
334
337
  *
335
338
  */
336
- export declare class DeleteServiceCommand extends $Command<DeleteServiceCommandInput, DeleteServiceCommandOutput, ECSClientResolvedConfig> {
337
- readonly input: DeleteServiceCommandInput;
338
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
339
- /**
340
- * @public
341
- */
342
- constructor(input: DeleteServiceCommandInput);
343
- /**
344
- * @internal
345
- */
346
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteServiceCommandInput, DeleteServiceCommandOutput>;
347
- /**
348
- * @internal
349
- */
350
- private serialize;
351
- /**
352
- * @internal
353
- */
354
- private deserialize;
339
+ export declare class DeleteServiceCommand extends DeleteServiceCommand_base {
355
340
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
5
4
  import { DeleteTaskDefinitionsRequest, DeleteTaskDefinitionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteTaskDefinitionsCommandInput extends DeleteTaskDefinitions
21
20
  */
22
21
  export interface DeleteTaskDefinitionsCommandOutput extends DeleteTaskDefinitionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteTaskDefinitionsCommand_base: {
24
+ new (input: DeleteTaskDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTaskDefinitionsCommandInput, DeleteTaskDefinitionsCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes one or more task definitions.</p>
@@ -352,23 +355,5 @@ export interface DeleteTaskDefinitionsCommandOutput extends DeleteTaskDefinition
352
355
  * <p>Base exception class for all service exceptions from ECS service.</p>
353
356
  *
354
357
  */
355
- export declare class DeleteTaskDefinitionsCommand extends $Command<DeleteTaskDefinitionsCommandInput, DeleteTaskDefinitionsCommandOutput, ECSClientResolvedConfig> {
356
- readonly input: DeleteTaskDefinitionsCommandInput;
357
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
358
- /**
359
- * @public
360
- */
361
- constructor(input: DeleteTaskDefinitionsCommandInput);
362
- /**
363
- * @internal
364
- */
365
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTaskDefinitionsCommandInput, DeleteTaskDefinitionsCommandOutput>;
366
- /**
367
- * @internal
368
- */
369
- private serialize;
370
- /**
371
- * @internal
372
- */
373
- private deserialize;
358
+ export declare class DeleteTaskDefinitionsCommand extends DeleteTaskDefinitionsCommand_base {
374
359
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
5
4
  import { DeleteTaskSetRequest, DeleteTaskSetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteTaskSetCommandInput extends DeleteTaskSetRequest {
21
20
  */
22
21
  export interface DeleteTaskSetCommandOutput extends DeleteTaskSetResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteTaskSetCommand_base: {
24
+ new (input: DeleteTaskSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTaskSetCommandInput, DeleteTaskSetCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a specified task set within a service. This is used when a service uses the
@@ -151,23 +154,5 @@ export interface DeleteTaskSetCommandOutput extends DeleteTaskSetResponse, __Met
151
154
  * <p>Base exception class for all service exceptions from ECS service.</p>
152
155
  *
153
156
  */
154
- export declare class DeleteTaskSetCommand extends $Command<DeleteTaskSetCommandInput, DeleteTaskSetCommandOutput, ECSClientResolvedConfig> {
155
- readonly input: DeleteTaskSetCommandInput;
156
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
157
- /**
158
- * @public
159
- */
160
- constructor(input: DeleteTaskSetCommandInput);
161
- /**
162
- * @internal
163
- */
164
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTaskSetCommandInput, DeleteTaskSetCommandOutput>;
165
- /**
166
- * @internal
167
- */
168
- private serialize;
169
- /**
170
- * @internal
171
- */
172
- private deserialize;
157
+ export declare class DeleteTaskSetCommand extends DeleteTaskSetCommand_base {
173
158
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
5
4
  import { DeregisterContainerInstanceRequest, DeregisterContainerInstanceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeregisterContainerInstanceCommandInput extends DeregisterConta
21
20
  */
22
21
  export interface DeregisterContainerInstanceCommandOutput extends DeregisterContainerInstanceResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeregisterContainerInstanceCommand_base: {
24
+ new (input: DeregisterContainerInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterContainerInstanceCommandInput, DeregisterContainerInstanceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deregisters an Amazon ECS container instance from the specified cluster. This instance is
@@ -173,23 +176,5 @@ export interface DeregisterContainerInstanceCommandOutput extends DeregisterCont
173
176
  * ```
174
177
  *
175
178
  */
176
- export declare class DeregisterContainerInstanceCommand extends $Command<DeregisterContainerInstanceCommandInput, DeregisterContainerInstanceCommandOutput, ECSClientResolvedConfig> {
177
- readonly input: DeregisterContainerInstanceCommandInput;
178
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
179
- /**
180
- * @public
181
- */
182
- constructor(input: DeregisterContainerInstanceCommandInput);
183
- /**
184
- * @internal
185
- */
186
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterContainerInstanceCommandInput, DeregisterContainerInstanceCommandOutput>;
187
- /**
188
- * @internal
189
- */
190
- private serialize;
191
- /**
192
- * @internal
193
- */
194
- private deserialize;
179
+ export declare class DeregisterContainerInstanceCommand extends DeregisterContainerInstanceCommand_base {
195
180
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
5
4
  import { DeregisterTaskDefinitionRequest, DeregisterTaskDefinitionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeregisterTaskDefinitionCommandInput extends DeregisterTaskDefi
21
20
  */
22
21
  export interface DeregisterTaskDefinitionCommandOutput extends DeregisterTaskDefinitionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeregisterTaskDefinitionCommand_base: {
24
+ new (input: DeregisterTaskDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterTaskDefinitionCommandInput, DeregisterTaskDefinitionCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deregisters the specified task definition by family and revision. Upon deregistration, the
@@ -341,23 +344,5 @@ export interface DeregisterTaskDefinitionCommandOutput extends DeregisterTaskDef
341
344
  * <p>Base exception class for all service exceptions from ECS service.</p>
342
345
  *
343
346
  */
344
- export declare class DeregisterTaskDefinitionCommand extends $Command<DeregisterTaskDefinitionCommandInput, DeregisterTaskDefinitionCommandOutput, ECSClientResolvedConfig> {
345
- readonly input: DeregisterTaskDefinitionCommandInput;
346
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
347
- /**
348
- * @public
349
- */
350
- constructor(input: DeregisterTaskDefinitionCommandInput);
351
- /**
352
- * @internal
353
- */
354
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterTaskDefinitionCommandInput, DeregisterTaskDefinitionCommandOutput>;
355
- /**
356
- * @internal
357
- */
358
- private serialize;
359
- /**
360
- * @internal
361
- */
362
- private deserialize;
347
+ export declare class DeregisterTaskDefinitionCommand extends DeregisterTaskDefinitionCommand_base {
363
348
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
5
4
  import { DescribeCapacityProvidersRequest, DescribeCapacityProvidersResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeCapacityProvidersCommandInput extends DescribeCapacityP
21
20
  */
22
21
  export interface DescribeCapacityProvidersCommandOutput extends DescribeCapacityProvidersResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeCapacityProvidersCommand_base: {
24
+ new (input: DescribeCapacityProvidersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCapacityProvidersCommandInput, DescribeCapacityProvidersCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes one or more of your capacity providers.</p>
@@ -103,23 +106,5 @@ export interface DescribeCapacityProvidersCommandOutput extends DescribeCapacity
103
106
  * <p>Base exception class for all service exceptions from ECS service.</p>
104
107
  *
105
108
  */
106
- export declare class DescribeCapacityProvidersCommand extends $Command<DescribeCapacityProvidersCommandInput, DescribeCapacityProvidersCommandOutput, ECSClientResolvedConfig> {
107
- readonly input: DescribeCapacityProvidersCommandInput;
108
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
109
- /**
110
- * @public
111
- */
112
- constructor(input: DescribeCapacityProvidersCommandInput);
113
- /**
114
- * @internal
115
- */
116
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCapacityProvidersCommandInput, DescribeCapacityProvidersCommandOutput>;
117
- /**
118
- * @internal
119
- */
120
- private serialize;
121
- /**
122
- * @internal
123
- */
124
- private deserialize;
109
+ export declare class DescribeCapacityProvidersCommand extends DescribeCapacityProvidersCommand_base {
125
110
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
5
4
  import { DescribeClustersRequest, DescribeClustersResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeClustersCommandInput extends DescribeClustersRequest {
21
20
  */
22
21
  export interface DescribeClustersCommandOutput extends DescribeClustersResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeClustersCommand_base: {
24
+ new (input: DescribeClustersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClustersCommandInput, DescribeClustersCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes one or more of your clusters.</p>
@@ -168,23 +171,5 @@ export interface DescribeClustersCommandOutput extends DescribeClustersResponse,
168
171
  * ```
169
172
  *
170
173
  */
171
- export declare class DescribeClustersCommand extends $Command<DescribeClustersCommandInput, DescribeClustersCommandOutput, ECSClientResolvedConfig> {
172
- readonly input: DescribeClustersCommandInput;
173
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
174
- /**
175
- * @public
176
- */
177
- constructor(input: DescribeClustersCommandInput);
178
- /**
179
- * @internal
180
- */
181
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeClustersCommandInput, DescribeClustersCommandOutput>;
182
- /**
183
- * @internal
184
- */
185
- private serialize;
186
- /**
187
- * @internal
188
- */
189
- private deserialize;
174
+ export declare class DescribeClustersCommand extends DescribeClustersCommand_base {
190
175
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
5
4
  import { DescribeContainerInstancesRequest, DescribeContainerInstancesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeContainerInstancesCommandInput extends DescribeContaine
21
20
  */
22
21
  export interface DescribeContainerInstancesCommandOutput extends DescribeContainerInstancesResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeContainerInstancesCommand_base: {
24
+ new (input: DescribeContainerInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeContainerInstancesCommandInput, DescribeContainerInstancesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes one or more container instances. Returns metadata about each container
@@ -249,23 +252,5 @@ export interface DescribeContainerInstancesCommandOutput extends DescribeContain
249
252
  * ```
250
253
  *
251
254
  */
252
- export declare class DescribeContainerInstancesCommand extends $Command<DescribeContainerInstancesCommandInput, DescribeContainerInstancesCommandOutput, ECSClientResolvedConfig> {
253
- readonly input: DescribeContainerInstancesCommandInput;
254
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
255
- /**
256
- * @public
257
- */
258
- constructor(input: DescribeContainerInstancesCommandInput);
259
- /**
260
- * @internal
261
- */
262
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeContainerInstancesCommandInput, DescribeContainerInstancesCommandOutput>;
263
- /**
264
- * @internal
265
- */
266
- private serialize;
267
- /**
268
- * @internal
269
- */
270
- private deserialize;
255
+ export declare class DescribeContainerInstancesCommand extends DescribeContainerInstancesCommand_base {
271
256
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
5
4
  import { DescribeServicesRequest, DescribeServicesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeServicesCommandInput extends DescribeServicesRequest {
21
20
  */
22
21
  export interface DescribeServicesCommandOutput extends DescribeServicesResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeServicesCommand_base: {
24
+ new (input: DescribeServicesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeServicesCommandInput, DescribeServicesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the specified services running in your cluster.</p>
@@ -366,23 +369,5 @@ export interface DescribeServicesCommandOutput extends DescribeServicesResponse,
366
369
  * ```
367
370
  *
368
371
  */
369
- export declare class DescribeServicesCommand extends $Command<DescribeServicesCommandInput, DescribeServicesCommandOutput, ECSClientResolvedConfig> {
370
- readonly input: DescribeServicesCommandInput;
371
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
372
- /**
373
- * @public
374
- */
375
- constructor(input: DescribeServicesCommandInput);
376
- /**
377
- * @internal
378
- */
379
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeServicesCommandInput, DescribeServicesCommandOutput>;
380
- /**
381
- * @internal
382
- */
383
- private serialize;
384
- /**
385
- * @internal
386
- */
387
- private deserialize;
372
+ export declare class DescribeServicesCommand extends DescribeServicesCommand_base {
388
373
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
5
4
  import { DescribeTaskDefinitionRequest, DescribeTaskDefinitionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeTaskDefinitionCommandInput extends DescribeTaskDefiniti
21
20
  */
22
21
  export interface DescribeTaskDefinitionCommandOutput extends DescribeTaskDefinitionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeTaskDefinitionCommand_base: {
24
+ new (input: DescribeTaskDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTaskDefinitionCommandInput, DescribeTaskDefinitionCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes a task definition. You can specify a <code>family</code> and
@@ -398,23 +401,5 @@ export interface DescribeTaskDefinitionCommandOutput extends DescribeTaskDefinit
398
401
  * ```
399
402
  *
400
403
  */
401
- export declare class DescribeTaskDefinitionCommand extends $Command<DescribeTaskDefinitionCommandInput, DescribeTaskDefinitionCommandOutput, ECSClientResolvedConfig> {
402
- readonly input: DescribeTaskDefinitionCommandInput;
403
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
404
- /**
405
- * @public
406
- */
407
- constructor(input: DescribeTaskDefinitionCommandInput);
408
- /**
409
- * @internal
410
- */
411
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTaskDefinitionCommandInput, DescribeTaskDefinitionCommandOutput>;
412
- /**
413
- * @internal
414
- */
415
- private serialize;
416
- /**
417
- * @internal
418
- */
419
- private deserialize;
404
+ export declare class DescribeTaskDefinitionCommand extends DescribeTaskDefinitionCommand_base {
420
405
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
5
4
  import { DescribeTaskSetsRequest, DescribeTaskSetsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeTaskSetsCommandInput extends DescribeTaskSetsRequest {
21
20
  */
22
21
  export interface DescribeTaskSetsCommandOutput extends DescribeTaskSetsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeTaskSetsCommand_base: {
24
+ new (input: DescribeTaskSetsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTaskSetsCommandInput, DescribeTaskSetsCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the task sets in the specified cluster and service. This is used when a
@@ -162,23 +165,5 @@ export interface DescribeTaskSetsCommandOutput extends DescribeTaskSetsResponse,
162
165
  * <p>Base exception class for all service exceptions from ECS service.</p>
163
166
  *
164
167
  */
165
- export declare class DescribeTaskSetsCommand extends $Command<DescribeTaskSetsCommandInput, DescribeTaskSetsCommandOutput, ECSClientResolvedConfig> {
166
- readonly input: DescribeTaskSetsCommandInput;
167
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
168
- /**
169
- * @public
170
- */
171
- constructor(input: DescribeTaskSetsCommandInput);
172
- /**
173
- * @internal
174
- */
175
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTaskSetsCommandInput, DescribeTaskSetsCommandOutput>;
176
- /**
177
- * @internal
178
- */
179
- private serialize;
180
- /**
181
- * @internal
182
- */
183
- private deserialize;
168
+ export declare class DescribeTaskSetsCommand extends DescribeTaskSetsCommand_base {
184
169
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
5
4
  import { DescribeTasksRequest, DescribeTasksResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeTasksCommandInput extends DescribeTasksRequest {
21
20
  */
22
21
  export interface DescribeTasksCommandOutput extends DescribeTasksResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeTasksCommand_base: {
24
+ new (input: DescribeTasksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTasksCommandInput, DescribeTasksCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes a specified task or tasks.</p>
@@ -291,23 +294,5 @@ export interface DescribeTasksCommandOutput extends DescribeTasksResponse, __Met
291
294
  * ```
292
295
  *
293
296
  */
294
- export declare class DescribeTasksCommand extends $Command<DescribeTasksCommandInput, DescribeTasksCommandOutput, ECSClientResolvedConfig> {
295
- readonly input: DescribeTasksCommandInput;
296
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
297
- /**
298
- * @public
299
- */
300
- constructor(input: DescribeTasksCommandInput);
301
- /**
302
- * @internal
303
- */
304
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTasksCommandInput, DescribeTasksCommandOutput>;
305
- /**
306
- * @internal
307
- */
308
- private serialize;
309
- /**
310
- * @internal
311
- */
312
- private deserialize;
297
+ export declare class DescribeTasksCommand extends DescribeTasksCommand_base {
313
298
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
5
4
  import { DiscoverPollEndpointRequest, DiscoverPollEndpointResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DiscoverPollEndpointCommandInput extends DiscoverPollEndpointRe
21
20
  */
22
21
  export interface DiscoverPollEndpointCommandOutput extends DiscoverPollEndpointResponse, __MetadataBearer {
23
22
  }
23
+ declare const DiscoverPollEndpointCommand_base: {
24
+ new (input: DiscoverPollEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DiscoverPollEndpointCommandInput, DiscoverPollEndpointCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <note>
@@ -65,23 +68,5 @@ export interface DiscoverPollEndpointCommandOutput extends DiscoverPollEndpointR
65
68
  * <p>Base exception class for all service exceptions from ECS service.</p>
66
69
  *
67
70
  */
68
- export declare class DiscoverPollEndpointCommand extends $Command<DiscoverPollEndpointCommandInput, DiscoverPollEndpointCommandOutput, ECSClientResolvedConfig> {
69
- readonly input: DiscoverPollEndpointCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: DiscoverPollEndpointCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DiscoverPollEndpointCommandInput, DiscoverPollEndpointCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class DiscoverPollEndpointCommand extends DiscoverPollEndpointCommand_base {
87
72
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
5
4
  import { ExecuteCommandRequest, ExecuteCommandResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ExecuteCommandCommandInput extends ExecuteCommandRequest {
21
20
  */
22
21
  export interface ExecuteCommandCommandOutput extends ExecuteCommandResponse, __MetadataBearer {
23
22
  }
23
+ declare const ExecuteCommandCommand_base: {
24
+ new (input: ExecuteCommandCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteCommandCommandInput, ExecuteCommandCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Runs a command remotely on a container within a task.</p>
@@ -106,23 +109,5 @@ export interface ExecuteCommandCommandOutput extends ExecuteCommandResponse, __M
106
109
  * <p>Base exception class for all service exceptions from ECS service.</p>
107
110
  *
108
111
  */
109
- export declare class ExecuteCommandCommand extends $Command<ExecuteCommandCommandInput, ExecuteCommandCommandOutput, ECSClientResolvedConfig> {
110
- readonly input: ExecuteCommandCommandInput;
111
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
112
- /**
113
- * @public
114
- */
115
- constructor(input: ExecuteCommandCommandInput);
116
- /**
117
- * @internal
118
- */
119
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteCommandCommandInput, ExecuteCommandCommandOutput>;
120
- /**
121
- * @internal
122
- */
123
- private serialize;
124
- /**
125
- * @internal
126
- */
127
- private deserialize;
112
+ export declare class ExecuteCommandCommand extends ExecuteCommandCommand_base {
128
113
  }