@aws-sdk/client-ecs 3.478.0 → 3.484.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 +11 -11
@@ -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 { PutClusterCapacityProvidersRequest, PutClusterCapacityProvidersResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutClusterCapacityProvidersCommandInput extends PutClusterCapac
21
20
  */
22
21
  export interface PutClusterCapacityProvidersCommandOutput extends PutClusterCapacityProvidersResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutClusterCapacityProvidersCommand_base: {
24
+ new (input: PutClusterCapacityProvidersCommandInput): import("@smithy/smithy-client").CommandImpl<PutClusterCapacityProvidersCommandInput, PutClusterCapacityProvidersCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies the available capacity providers and the default capacity provider strategy
@@ -165,23 +168,5 @@ export interface PutClusterCapacityProvidersCommandOutput extends PutClusterCapa
165
168
  * <p>Base exception class for all service exceptions from ECS service.</p>
166
169
  *
167
170
  */
168
- export declare class PutClusterCapacityProvidersCommand extends $Command<PutClusterCapacityProvidersCommandInput, PutClusterCapacityProvidersCommandOutput, ECSClientResolvedConfig> {
169
- readonly input: PutClusterCapacityProvidersCommandInput;
170
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
171
- /**
172
- * @public
173
- */
174
- constructor(input: PutClusterCapacityProvidersCommandInput);
175
- /**
176
- * @internal
177
- */
178
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutClusterCapacityProvidersCommandInput, PutClusterCapacityProvidersCommandOutput>;
179
- /**
180
- * @internal
181
- */
182
- private serialize;
183
- /**
184
- * @internal
185
- */
186
- private deserialize;
171
+ export declare class PutClusterCapacityProvidersCommand extends PutClusterCapacityProvidersCommand_base {
187
172
  }
@@ -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 { RegisterContainerInstanceRequest, RegisterContainerInstanceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RegisterContainerInstanceCommandInput extends RegisterContainer
21
20
  */
22
21
  export interface RegisterContainerInstanceCommandOutput extends RegisterContainerInstanceResponse, __MetadataBearer {
23
22
  }
23
+ declare const RegisterContainerInstanceCommand_base: {
24
+ new (input: RegisterContainerInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterContainerInstanceCommandInput, RegisterContainerInstanceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <note>
@@ -186,23 +189,5 @@ export interface RegisterContainerInstanceCommandOutput extends RegisterContaine
186
189
  * <p>Base exception class for all service exceptions from ECS service.</p>
187
190
  *
188
191
  */
189
- export declare class RegisterContainerInstanceCommand extends $Command<RegisterContainerInstanceCommandInput, RegisterContainerInstanceCommandOutput, ECSClientResolvedConfig> {
190
- readonly input: RegisterContainerInstanceCommandInput;
191
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
192
- /**
193
- * @public
194
- */
195
- constructor(input: RegisterContainerInstanceCommandInput);
196
- /**
197
- * @internal
198
- */
199
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterContainerInstanceCommandInput, RegisterContainerInstanceCommandOutput>;
200
- /**
201
- * @internal
202
- */
203
- private serialize;
204
- /**
205
- * @internal
206
- */
207
- private deserialize;
192
+ export declare class RegisterContainerInstanceCommand extends RegisterContainerInstanceCommand_base {
208
193
  }
@@ -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 { RegisterTaskDefinitionRequest, RegisterTaskDefinitionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RegisterTaskDefinitionCommandInput extends RegisterTaskDefiniti
21
20
  */
22
21
  export interface RegisterTaskDefinitionCommandOutput extends RegisterTaskDefinitionResponse, __MetadataBearer {
23
22
  }
23
+ declare const RegisterTaskDefinitionCommand_base: {
24
+ new (input: RegisterTaskDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterTaskDefinitionCommandInput, RegisterTaskDefinitionCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Registers a new task definition from the supplied <code>family</code> and
@@ -648,23 +651,5 @@ export interface RegisterTaskDefinitionCommandOutput extends RegisterTaskDefinit
648
651
  * ```
649
652
  *
650
653
  */
651
- export declare class RegisterTaskDefinitionCommand extends $Command<RegisterTaskDefinitionCommandInput, RegisterTaskDefinitionCommandOutput, ECSClientResolvedConfig> {
652
- readonly input: RegisterTaskDefinitionCommandInput;
653
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
654
- /**
655
- * @public
656
- */
657
- constructor(input: RegisterTaskDefinitionCommandInput);
658
- /**
659
- * @internal
660
- */
661
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterTaskDefinitionCommandInput, RegisterTaskDefinitionCommandOutput>;
662
- /**
663
- * @internal
664
- */
665
- private serialize;
666
- /**
667
- * @internal
668
- */
669
- private deserialize;
654
+ export declare class RegisterTaskDefinitionCommand extends RegisterTaskDefinitionCommand_base {
670
655
  }
@@ -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 { RunTaskRequest, RunTaskResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RunTaskCommandInput extends RunTaskRequest {
21
20
  */
22
21
  export interface RunTaskCommandOutput extends RunTaskResponse, __MetadataBearer {
23
22
  }
23
+ declare const RunTaskCommand_base: {
24
+ new (input: RunTaskCommandInput): import("@smithy/smithy-client").CommandImpl<RunTaskCommandInput, RunTaskCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts a new task using the specified task definition.</p>
@@ -425,23 +428,5 @@ export interface RunTaskCommandOutput extends RunTaskResponse, __MetadataBearer
425
428
  * ```
426
429
  *
427
430
  */
428
- export declare class RunTaskCommand extends $Command<RunTaskCommandInput, RunTaskCommandOutput, ECSClientResolvedConfig> {
429
- readonly input: RunTaskCommandInput;
430
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
431
- /**
432
- * @public
433
- */
434
- constructor(input: RunTaskCommandInput);
435
- /**
436
- * @internal
437
- */
438
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RunTaskCommandInput, RunTaskCommandOutput>;
439
- /**
440
- * @internal
441
- */
442
- private serialize;
443
- /**
444
- * @internal
445
- */
446
- private deserialize;
431
+ export declare class RunTaskCommand extends RunTaskCommand_base {
447
432
  }
@@ -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 { StartTaskRequest, StartTaskResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartTaskCommandInput extends StartTaskRequest {
21
20
  */
22
21
  export interface StartTaskCommandOutput extends StartTaskResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartTaskCommand_base: {
24
+ new (input: StartTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartTaskCommandInput, StartTaskCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts a new task from the specified task definition on the specified container
@@ -305,23 +308,5 @@ export interface StartTaskCommandOutput extends StartTaskResponse, __MetadataBea
305
308
  * <p>Base exception class for all service exceptions from ECS service.</p>
306
309
  *
307
310
  */
308
- export declare class StartTaskCommand extends $Command<StartTaskCommandInput, StartTaskCommandOutput, ECSClientResolvedConfig> {
309
- readonly input: StartTaskCommandInput;
310
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
311
- /**
312
- * @public
313
- */
314
- constructor(input: StartTaskCommandInput);
315
- /**
316
- * @internal
317
- */
318
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartTaskCommandInput, StartTaskCommandOutput>;
319
- /**
320
- * @internal
321
- */
322
- private serialize;
323
- /**
324
- * @internal
325
- */
326
- private deserialize;
311
+ export declare class StartTaskCommand extends StartTaskCommand_base {
327
312
  }
@@ -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 { StopTaskRequest, StopTaskResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopTaskCommandInput extends StopTaskRequest {
21
20
  */
22
21
  export interface StopTaskCommandOutput extends StopTaskResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopTaskCommand_base: {
24
+ new (input: StopTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StopTaskCommandInput, StopTaskCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops a running task. Any tags associated with the task will be deleted.</p>
@@ -235,23 +238,5 @@ export interface StopTaskCommandOutput extends StopTaskResponse, __MetadataBeare
235
238
  * <p>Base exception class for all service exceptions from ECS service.</p>
236
239
  *
237
240
  */
238
- export declare class StopTaskCommand extends $Command<StopTaskCommandInput, StopTaskCommandOutput, ECSClientResolvedConfig> {
239
- readonly input: StopTaskCommandInput;
240
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
241
- /**
242
- * @public
243
- */
244
- constructor(input: StopTaskCommandInput);
245
- /**
246
- * @internal
247
- */
248
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopTaskCommandInput, StopTaskCommandOutput>;
249
- /**
250
- * @internal
251
- */
252
- private serialize;
253
- /**
254
- * @internal
255
- */
256
- private deserialize;
241
+ export declare class StopTaskCommand extends StopTaskCommand_base {
257
242
  }
@@ -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 { SubmitAttachmentStateChangesRequest, SubmitAttachmentStateChangesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SubmitAttachmentStateChangesCommandInput extends SubmitAttachme
21
20
  */
22
21
  export interface SubmitAttachmentStateChangesCommandOutput extends SubmitAttachmentStateChangesResponse, __MetadataBearer {
23
22
  }
23
+ declare const SubmitAttachmentStateChangesCommand_base: {
24
+ new (input: SubmitAttachmentStateChangesCommandInput): import("@smithy/smithy-client").CommandImpl<SubmitAttachmentStateChangesCommandInput, SubmitAttachmentStateChangesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <note>
@@ -75,23 +78,5 @@ export interface SubmitAttachmentStateChangesCommandOutput extends SubmitAttachm
75
78
  * <p>Base exception class for all service exceptions from ECS service.</p>
76
79
  *
77
80
  */
78
- export declare class SubmitAttachmentStateChangesCommand extends $Command<SubmitAttachmentStateChangesCommandInput, SubmitAttachmentStateChangesCommandOutput, ECSClientResolvedConfig> {
79
- readonly input: SubmitAttachmentStateChangesCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: SubmitAttachmentStateChangesCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SubmitAttachmentStateChangesCommandInput, SubmitAttachmentStateChangesCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class SubmitAttachmentStateChangesCommand extends SubmitAttachmentStateChangesCommand_base {
97
82
  }
@@ -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 { SubmitContainerStateChangeRequest, SubmitContainerStateChangeResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SubmitContainerStateChangeCommandInput extends SubmitContainerS
21
20
  */
22
21
  export interface SubmitContainerStateChangeCommandOutput extends SubmitContainerStateChangeResponse, __MetadataBearer {
23
22
  }
23
+ declare const SubmitContainerStateChangeCommand_base: {
24
+ new (input: SubmitContainerStateChangeCommandInput): import("@smithy/smithy-client").CommandImpl<SubmitContainerStateChangeCommandInput, SubmitContainerStateChangeCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <note>
@@ -81,23 +84,5 @@ export interface SubmitContainerStateChangeCommandOutput extends SubmitContainer
81
84
  * <p>Base exception class for all service exceptions from ECS service.</p>
82
85
  *
83
86
  */
84
- export declare class SubmitContainerStateChangeCommand extends $Command<SubmitContainerStateChangeCommandInput, SubmitContainerStateChangeCommandOutput, ECSClientResolvedConfig> {
85
- readonly input: SubmitContainerStateChangeCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: SubmitContainerStateChangeCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SubmitContainerStateChangeCommandInput, SubmitContainerStateChangeCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class SubmitContainerStateChangeCommand extends SubmitContainerStateChangeCommand_base {
103
88
  }
@@ -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 { SubmitTaskStateChangeRequest, SubmitTaskStateChangeResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SubmitTaskStateChangeCommandInput extends SubmitTaskStateChange
21
20
  */
22
21
  export interface SubmitTaskStateChangeCommandOutput extends SubmitTaskStateChangeResponse, __MetadataBearer {
23
22
  }
23
+ declare const SubmitTaskStateChangeCommand_base: {
24
+ new (input: SubmitTaskStateChangeCommandInput): import("@smithy/smithy-client").CommandImpl<SubmitTaskStateChangeCommandInput, SubmitTaskStateChangeCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <note>
@@ -109,23 +112,5 @@ export interface SubmitTaskStateChangeCommandOutput extends SubmitTaskStateChang
109
112
  * <p>Base exception class for all service exceptions from ECS service.</p>
110
113
  *
111
114
  */
112
- export declare class SubmitTaskStateChangeCommand extends $Command<SubmitTaskStateChangeCommandInput, SubmitTaskStateChangeCommandOutput, ECSClientResolvedConfig> {
113
- readonly input: SubmitTaskStateChangeCommandInput;
114
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
115
- /**
116
- * @public
117
- */
118
- constructor(input: SubmitTaskStateChangeCommandInput);
119
- /**
120
- * @internal
121
- */
122
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SubmitTaskStateChangeCommandInput, SubmitTaskStateChangeCommandOutput>;
123
- /**
124
- * @internal
125
- */
126
- private serialize;
127
- /**
128
- * @internal
129
- */
130
- private deserialize;
115
+ export declare class SubmitTaskStateChangeCommand extends SubmitTaskStateChangeCommand_base {
131
116
  }
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Associates the specified tags to a resource with the specified
@@ -93,23 +96,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
93
96
  * ```
94
97
  *
95
98
  */
96
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ECSClientResolvedConfig> {
97
- readonly input: TagResourceCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: TagResourceCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class TagResourceCommand extends TagResourceCommand_base {
115
100
  }
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes specified tags from a resource.</p>
@@ -84,23 +87,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
84
87
  * ```
85
88
  *
86
89
  */
87
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ECSClientResolvedConfig> {
88
- readonly input: UntagResourceCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: UntagResourceCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
106
91
  }
@@ -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 { UpdateCapacityProviderRequest, UpdateCapacityProviderResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateCapacityProviderCommandInput extends UpdateCapacityProvid
21
20
  */
22
21
  export interface UpdateCapacityProviderCommandOutput extends UpdateCapacityProviderResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateCapacityProviderCommand_base: {
24
+ new (input: UpdateCapacityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCapacityProviderCommandInput, UpdateCapacityProviderCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies the parameters for a capacity provider.</p>
@@ -96,23 +99,5 @@ export interface UpdateCapacityProviderCommandOutput extends UpdateCapacityProvi
96
99
  * <p>Base exception class for all service exceptions from ECS service.</p>
97
100
  *
98
101
  */
99
- export declare class UpdateCapacityProviderCommand extends $Command<UpdateCapacityProviderCommandInput, UpdateCapacityProviderCommandOutput, ECSClientResolvedConfig> {
100
- readonly input: UpdateCapacityProviderCommandInput;
101
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
- /**
103
- * @public
104
- */
105
- constructor(input: UpdateCapacityProviderCommandInput);
106
- /**
107
- * @internal
108
- */
109
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCapacityProviderCommandInput, UpdateCapacityProviderCommandOutput>;
110
- /**
111
- * @internal
112
- */
113
- private serialize;
114
- /**
115
- * @internal
116
- */
117
- private deserialize;
102
+ export declare class UpdateCapacityProviderCommand extends UpdateCapacityProviderCommand_base {
118
103
  }
@@ -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 { UpdateClusterRequest, UpdateClusterResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateClusterCommandInput extends UpdateClusterRequest {
21
20
  */
22
21
  export interface UpdateClusterCommandOutput extends UpdateClusterResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateClusterCommand_base: {
24
+ new (input: UpdateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterCommandInput, UpdateClusterCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the cluster.</p>
@@ -157,23 +160,5 @@ export interface UpdateClusterCommandOutput extends UpdateClusterResponse, __Met
157
160
  * <p>Base exception class for all service exceptions from ECS service.</p>
158
161
  *
159
162
  */
160
- export declare class UpdateClusterCommand extends $Command<UpdateClusterCommandInput, UpdateClusterCommandOutput, ECSClientResolvedConfig> {
161
- readonly input: UpdateClusterCommandInput;
162
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
163
- /**
164
- * @public
165
- */
166
- constructor(input: UpdateClusterCommandInput);
167
- /**
168
- * @internal
169
- */
170
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateClusterCommandInput, UpdateClusterCommandOutput>;
171
- /**
172
- * @internal
173
- */
174
- private serialize;
175
- /**
176
- * @internal
177
- */
178
- private deserialize;
163
+ export declare class UpdateClusterCommand extends UpdateClusterCommand_base {
179
164
  }
@@ -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 { UpdateClusterSettingsRequest, UpdateClusterSettingsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateClusterSettingsCommandInput extends UpdateClusterSettings
21
20
  */
22
21
  export interface UpdateClusterSettingsCommandOutput extends UpdateClusterSettingsResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateClusterSettingsCommand_base: {
24
+ new (input: UpdateClusterSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterSettingsCommandInput, UpdateClusterSettingsCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies the settings to use for a cluster.</p>
@@ -138,23 +141,5 @@ export interface UpdateClusterSettingsCommandOutput extends UpdateClusterSetting
138
141
  * <p>Base exception class for all service exceptions from ECS service.</p>
139
142
  *
140
143
  */
141
- export declare class UpdateClusterSettingsCommand extends $Command<UpdateClusterSettingsCommandInput, UpdateClusterSettingsCommandOutput, ECSClientResolvedConfig> {
142
- readonly input: UpdateClusterSettingsCommandInput;
143
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
144
- /**
145
- * @public
146
- */
147
- constructor(input: UpdateClusterSettingsCommandInput);
148
- /**
149
- * @internal
150
- */
151
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateClusterSettingsCommandInput, UpdateClusterSettingsCommandOutput>;
152
- /**
153
- * @internal
154
- */
155
- private serialize;
156
- /**
157
- * @internal
158
- */
159
- private deserialize;
144
+ export declare class UpdateClusterSettingsCommand extends UpdateClusterSettingsCommand_base {
160
145
  }