@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 { UpdateContainerAgentRequest, UpdateContainerAgentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateContainerAgentCommandInput extends UpdateContainerAgentRe
21
20
  */
22
21
  export interface UpdateContainerAgentCommandOutput extends UpdateContainerAgentResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateContainerAgentCommand_base: {
24
+ new (input: UpdateContainerAgentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContainerAgentCommandInput, UpdateContainerAgentCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the Amazon ECS container agent on a specified container instance. Updating the
@@ -182,23 +185,5 @@ export interface UpdateContainerAgentCommandOutput extends UpdateContainerAgentR
182
185
  * <p>Base exception class for all service exceptions from ECS service.</p>
183
186
  *
184
187
  */
185
- export declare class UpdateContainerAgentCommand extends $Command<UpdateContainerAgentCommandInput, UpdateContainerAgentCommandOutput, ECSClientResolvedConfig> {
186
- readonly input: UpdateContainerAgentCommandInput;
187
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
188
- /**
189
- * @public
190
- */
191
- constructor(input: UpdateContainerAgentCommandInput);
192
- /**
193
- * @internal
194
- */
195
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateContainerAgentCommandInput, UpdateContainerAgentCommandOutput>;
196
- /**
197
- * @internal
198
- */
199
- private serialize;
200
- /**
201
- * @internal
202
- */
203
- private deserialize;
188
+ export declare class UpdateContainerAgentCommand extends UpdateContainerAgentCommand_base {
204
189
  }
@@ -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 { UpdateContainerInstancesStateRequest, UpdateContainerInstancesStateResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateContainerInstancesStateCommandInput extends UpdateContain
21
20
  */
22
21
  export interface UpdateContainerInstancesStateCommandOutput extends UpdateContainerInstancesStateResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateContainerInstancesStateCommand_base: {
24
+ new (input: UpdateContainerInstancesStateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContainerInstancesStateCommandInput, UpdateContainerInstancesStateCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies the status of an Amazon ECS container instance.</p>
@@ -206,23 +209,5 @@ export interface UpdateContainerInstancesStateCommandOutput extends UpdateContai
206
209
  * <p>Base exception class for all service exceptions from ECS service.</p>
207
210
  *
208
211
  */
209
- export declare class UpdateContainerInstancesStateCommand extends $Command<UpdateContainerInstancesStateCommandInput, UpdateContainerInstancesStateCommandOutput, ECSClientResolvedConfig> {
210
- readonly input: UpdateContainerInstancesStateCommandInput;
211
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
212
- /**
213
- * @public
214
- */
215
- constructor(input: UpdateContainerInstancesStateCommandInput);
216
- /**
217
- * @internal
218
- */
219
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateContainerInstancesStateCommandInput, UpdateContainerInstancesStateCommandOutput>;
220
- /**
221
- * @internal
222
- */
223
- private serialize;
224
- /**
225
- * @internal
226
- */
227
- private deserialize;
212
+ export declare class UpdateContainerInstancesStateCommand extends UpdateContainerInstancesStateCommand_base {
228
213
  }
@@ -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 { UpdateServiceRequest, UpdateServiceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateServiceCommandInput extends UpdateServiceRequest {
21
20
  */
22
21
  export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateServiceCommand_base: {
24
+ new (input: UpdateServiceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceCommandInput, UpdateServiceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies the parameters of a service.</p>
@@ -563,23 +566,5 @@ export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __Met
563
566
  * ```
564
567
  *
565
568
  */
566
- export declare class UpdateServiceCommand extends $Command<UpdateServiceCommandInput, UpdateServiceCommandOutput, ECSClientResolvedConfig> {
567
- readonly input: UpdateServiceCommandInput;
568
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
569
- /**
570
- * @public
571
- */
572
- constructor(input: UpdateServiceCommandInput);
573
- /**
574
- * @internal
575
- */
576
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServiceCommandInput, UpdateServiceCommandOutput>;
577
- /**
578
- * @internal
579
- */
580
- private serialize;
581
- /**
582
- * @internal
583
- */
584
- private deserialize;
569
+ export declare class UpdateServiceCommand extends UpdateServiceCommand_base {
585
570
  }
@@ -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 { UpdateServicePrimaryTaskSetRequest, UpdateServicePrimaryTaskSetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateServicePrimaryTaskSetCommandInput extends UpdateServicePr
21
20
  */
22
21
  export interface UpdateServicePrimaryTaskSetCommandOutput extends UpdateServicePrimaryTaskSetResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateServicePrimaryTaskSetCommand_base: {
24
+ new (input: UpdateServicePrimaryTaskSetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServicePrimaryTaskSetCommandInput, UpdateServicePrimaryTaskSetCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies which task set in a service is the primary task set. Any parameters that are
@@ -153,23 +156,5 @@ export interface UpdateServicePrimaryTaskSetCommandOutput extends UpdateServiceP
153
156
  * <p>Base exception class for all service exceptions from ECS service.</p>
154
157
  *
155
158
  */
156
- export declare class UpdateServicePrimaryTaskSetCommand extends $Command<UpdateServicePrimaryTaskSetCommandInput, UpdateServicePrimaryTaskSetCommandOutput, ECSClientResolvedConfig> {
157
- readonly input: UpdateServicePrimaryTaskSetCommandInput;
158
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
159
- /**
160
- * @public
161
- */
162
- constructor(input: UpdateServicePrimaryTaskSetCommandInput);
163
- /**
164
- * @internal
165
- */
166
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServicePrimaryTaskSetCommandInput, UpdateServicePrimaryTaskSetCommandOutput>;
167
- /**
168
- * @internal
169
- */
170
- private serialize;
171
- /**
172
- * @internal
173
- */
174
- private deserialize;
159
+ export declare class UpdateServicePrimaryTaskSetCommand extends UpdateServicePrimaryTaskSetCommand_base {
175
160
  }
@@ -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 { UpdateTaskProtectionRequest, UpdateTaskProtectionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateTaskProtectionCommandInput extends UpdateTaskProtectionRe
21
20
  */
22
21
  export interface UpdateTaskProtectionCommandOutput extends UpdateTaskProtectionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateTaskProtectionCommand_base: {
24
+ new (input: UpdateTaskProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTaskProtectionCommandInput, UpdateTaskProtectionCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the protection status of a task. You can set <code>protectionEnabled</code> to
@@ -200,23 +203,5 @@ export interface UpdateTaskProtectionCommandOutput extends UpdateTaskProtectionR
200
203
  * ```
201
204
  *
202
205
  */
203
- export declare class UpdateTaskProtectionCommand extends $Command<UpdateTaskProtectionCommandInput, UpdateTaskProtectionCommandOutput, ECSClientResolvedConfig> {
204
- readonly input: UpdateTaskProtectionCommandInput;
205
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
206
- /**
207
- * @public
208
- */
209
- constructor(input: UpdateTaskProtectionCommandInput);
210
- /**
211
- * @internal
212
- */
213
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTaskProtectionCommandInput, UpdateTaskProtectionCommandOutput>;
214
- /**
215
- * @internal
216
- */
217
- private serialize;
218
- /**
219
- * @internal
220
- */
221
- private deserialize;
206
+ export declare class UpdateTaskProtectionCommand extends UpdateTaskProtectionCommand_base {
222
207
  }
@@ -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 { UpdateTaskSetRequest, UpdateTaskSetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateTaskSetCommandInput extends UpdateTaskSetRequest {
21
20
  */
22
21
  export interface UpdateTaskSetCommandOutput extends UpdateTaskSetResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateTaskSetCommand_base: {
24
+ new (input: UpdateTaskSetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTaskSetCommandInput, UpdateTaskSetCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies a task set. This is used when a service uses the <code>EXTERNAL</code>
@@ -155,23 +158,5 @@ export interface UpdateTaskSetCommandOutput extends UpdateTaskSetResponse, __Met
155
158
  * <p>Base exception class for all service exceptions from ECS service.</p>
156
159
  *
157
160
  */
158
- export declare class UpdateTaskSetCommand extends $Command<UpdateTaskSetCommandInput, UpdateTaskSetCommandOutput, ECSClientResolvedConfig> {
159
- readonly input: UpdateTaskSetCommandInput;
160
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
161
- /**
162
- * @public
163
- */
164
- constructor(input: UpdateTaskSetCommandInput);
165
- /**
166
- * @internal
167
- */
168
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTaskSetCommandInput, UpdateTaskSetCommandOutput>;
169
- /**
170
- * @internal
171
- */
172
- private serialize;
173
- /**
174
- * @internal
175
- */
176
- private deserialize;
161
+ export declare class UpdateTaskSetCommand extends UpdateTaskSetCommand_base {
177
162
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ECSClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateCapacityProviderCommandInput
21
15
  export interface CreateCapacityProviderCommandOutput
22
16
  extends CreateCapacityProviderResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateCapacityProviderCommand extends $Command<
25
- CreateCapacityProviderCommandInput,
26
- CreateCapacityProviderCommandOutput,
27
- ECSClientResolvedConfig
28
- > {
29
- readonly input: CreateCapacityProviderCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateCapacityProviderCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ECSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateCapacityProviderCommand_base: {
19
+ new (
20
+ input: CreateCapacityProviderCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateCapacityProviderCommandInput,
38
- CreateCapacityProviderCommandOutput
23
+ CreateCapacityProviderCommandOutput,
24
+ ECSClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateCapacityProviderCommand extends CreateCapacityProviderCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ECSClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateClusterCommandInput extends CreateClusterRequest {}
20
14
  export interface CreateClusterCommandOutput
21
15
  extends CreateClusterResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateClusterCommand extends $Command<
24
- CreateClusterCommandInput,
25
- CreateClusterCommandOutput,
26
- ECSClientResolvedConfig
27
- > {
28
- readonly input: CreateClusterCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateClusterCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ECSClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateClusterCommandInput, CreateClusterCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateClusterCommand_base: {
18
+ new (
19
+ input: CreateClusterCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateClusterCommandInput,
22
+ CreateClusterCommandOutput,
23
+ ECSClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateClusterCommand extends CreateClusterCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ECSClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateServiceCommandInput extends CreateServiceRequest {}
20
14
  export interface CreateServiceCommandOutput
21
15
  extends CreateServiceResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateServiceCommand extends $Command<
24
- CreateServiceCommandInput,
25
- CreateServiceCommandOutput,
26
- ECSClientResolvedConfig
27
- > {
28
- readonly input: CreateServiceCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateServiceCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ECSClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateServiceCommandInput, CreateServiceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateServiceCommand_base: {
18
+ new (
19
+ input: CreateServiceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateServiceCommandInput,
22
+ CreateServiceCommandOutput,
23
+ ECSClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateServiceCommand extends CreateServiceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ECSClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateTaskSetCommandInput extends CreateTaskSetRequest {}
20
14
  export interface CreateTaskSetCommandOutput
21
15
  extends CreateTaskSetResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateTaskSetCommand extends $Command<
24
- CreateTaskSetCommandInput,
25
- CreateTaskSetCommandOutput,
26
- ECSClientResolvedConfig
27
- > {
28
- readonly input: CreateTaskSetCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateTaskSetCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ECSClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateTaskSetCommandInput, CreateTaskSetCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateTaskSetCommand_base: {
18
+ new (
19
+ input: CreateTaskSetCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateTaskSetCommandInput,
22
+ CreateTaskSetCommandOutput,
23
+ ECSClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateTaskSetCommand extends CreateTaskSetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ECSClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteAccountSettingCommandInput
21
15
  export interface DeleteAccountSettingCommandOutput
22
16
  extends DeleteAccountSettingResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteAccountSettingCommand extends $Command<
25
- DeleteAccountSettingCommandInput,
26
- DeleteAccountSettingCommandOutput,
27
- ECSClientResolvedConfig
28
- > {
29
- readonly input: DeleteAccountSettingCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteAccountSettingCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ECSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteAccountSettingCommand_base: {
19
+ new (
20
+ input: DeleteAccountSettingCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteAccountSettingCommandInput,
38
- DeleteAccountSettingCommandOutput
23
+ DeleteAccountSettingCommandOutput,
24
+ ECSClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteAccountSettingCommand extends DeleteAccountSettingCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ECSClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DeleteAttributesCommandInput extends DeleteAttributesRequest {}
20
14
  export interface DeleteAttributesCommandOutput
21
15
  extends DeleteAttributesResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteAttributesCommand extends $Command<
24
- DeleteAttributesCommandInput,
25
- DeleteAttributesCommandOutput,
26
- ECSClientResolvedConfig
27
- > {
28
- readonly input: DeleteAttributesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteAttributesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ECSClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteAttributesCommandInput, DeleteAttributesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteAttributesCommand_base: {
18
+ new (
19
+ input: DeleteAttributesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteAttributesCommandInput,
22
+ DeleteAttributesCommandOutput,
23
+ ECSClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteAttributesCommand extends DeleteAttributesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ECSClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteCapacityProviderCommandInput
21
15
  export interface DeleteCapacityProviderCommandOutput
22
16
  extends DeleteCapacityProviderResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteCapacityProviderCommand extends $Command<
25
- DeleteCapacityProviderCommandInput,
26
- DeleteCapacityProviderCommandOutput,
27
- ECSClientResolvedConfig
28
- > {
29
- readonly input: DeleteCapacityProviderCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteCapacityProviderCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ECSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteCapacityProviderCommand_base: {
19
+ new (
20
+ input: DeleteCapacityProviderCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteCapacityProviderCommandInput,
38
- DeleteCapacityProviderCommandOutput
23
+ DeleteCapacityProviderCommandOutput,
24
+ ECSClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteCapacityProviderCommand extends DeleteCapacityProviderCommand_base {}