@aws-sdk/client-ecs 3.477.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 (265) 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-cjs/pagination/ListAccountSettingsPaginator.js +2 -24
  59. package/dist-cjs/pagination/ListAttributesPaginator.js +2 -24
  60. package/dist-cjs/pagination/ListClustersPaginator.js +2 -24
  61. package/dist-cjs/pagination/ListContainerInstancesPaginator.js +2 -24
  62. package/dist-cjs/pagination/ListServicesByNamespacePaginator.js +2 -24
  63. package/dist-cjs/pagination/ListServicesPaginator.js +2 -24
  64. package/dist-cjs/pagination/ListTaskDefinitionFamiliesPaginator.js +2 -24
  65. package/dist-cjs/pagination/ListTaskDefinitionsPaginator.js +2 -24
  66. package/dist-cjs/pagination/ListTasksPaginator.js +2 -24
  67. package/dist-es/commands/CreateCapacityProviderCommand.js +18 -41
  68. package/dist-es/commands/CreateClusterCommand.js +18 -41
  69. package/dist-es/commands/CreateServiceCommand.js +18 -41
  70. package/dist-es/commands/CreateTaskSetCommand.js +18 -41
  71. package/dist-es/commands/DeleteAccountSettingCommand.js +18 -41
  72. package/dist-es/commands/DeleteAttributesCommand.js +18 -41
  73. package/dist-es/commands/DeleteCapacityProviderCommand.js +18 -41
  74. package/dist-es/commands/DeleteClusterCommand.js +18 -41
  75. package/dist-es/commands/DeleteServiceCommand.js +18 -41
  76. package/dist-es/commands/DeleteTaskDefinitionsCommand.js +18 -41
  77. package/dist-es/commands/DeleteTaskSetCommand.js +18 -41
  78. package/dist-es/commands/DeregisterContainerInstanceCommand.js +18 -41
  79. package/dist-es/commands/DeregisterTaskDefinitionCommand.js +18 -41
  80. package/dist-es/commands/DescribeCapacityProvidersCommand.js +18 -41
  81. package/dist-es/commands/DescribeClustersCommand.js +18 -41
  82. package/dist-es/commands/DescribeContainerInstancesCommand.js +18 -41
  83. package/dist-es/commands/DescribeServicesCommand.js +18 -41
  84. package/dist-es/commands/DescribeTaskDefinitionCommand.js +18 -41
  85. package/dist-es/commands/DescribeTaskSetsCommand.js +18 -41
  86. package/dist-es/commands/DescribeTasksCommand.js +18 -41
  87. package/dist-es/commands/DiscoverPollEndpointCommand.js +18 -41
  88. package/dist-es/commands/ExecuteCommandCommand.js +18 -41
  89. package/dist-es/commands/GetTaskProtectionCommand.js +18 -41
  90. package/dist-es/commands/ListAccountSettingsCommand.js +18 -41
  91. package/dist-es/commands/ListAttributesCommand.js +18 -41
  92. package/dist-es/commands/ListClustersCommand.js +18 -41
  93. package/dist-es/commands/ListContainerInstancesCommand.js +18 -41
  94. package/dist-es/commands/ListServicesByNamespaceCommand.js +18 -41
  95. package/dist-es/commands/ListServicesCommand.js +18 -41
  96. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  97. package/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +18 -41
  98. package/dist-es/commands/ListTaskDefinitionsCommand.js +18 -41
  99. package/dist-es/commands/ListTasksCommand.js +18 -41
  100. package/dist-es/commands/PutAccountSettingCommand.js +18 -41
  101. package/dist-es/commands/PutAccountSettingDefaultCommand.js +18 -41
  102. package/dist-es/commands/PutAttributesCommand.js +18 -41
  103. package/dist-es/commands/PutClusterCapacityProvidersCommand.js +18 -41
  104. package/dist-es/commands/RegisterContainerInstanceCommand.js +18 -41
  105. package/dist-es/commands/RegisterTaskDefinitionCommand.js +18 -41
  106. package/dist-es/commands/RunTaskCommand.js +18 -41
  107. package/dist-es/commands/StartTaskCommand.js +18 -41
  108. package/dist-es/commands/StopTaskCommand.js +18 -41
  109. package/dist-es/commands/SubmitAttachmentStateChangesCommand.js +18 -41
  110. package/dist-es/commands/SubmitContainerStateChangeCommand.js +18 -41
  111. package/dist-es/commands/SubmitTaskStateChangeCommand.js +18 -41
  112. package/dist-es/commands/TagResourceCommand.js +18 -41
  113. package/dist-es/commands/UntagResourceCommand.js +18 -41
  114. package/dist-es/commands/UpdateCapacityProviderCommand.js +18 -41
  115. package/dist-es/commands/UpdateClusterCommand.js +18 -41
  116. package/dist-es/commands/UpdateClusterSettingsCommand.js +18 -41
  117. package/dist-es/commands/UpdateContainerAgentCommand.js +18 -41
  118. package/dist-es/commands/UpdateContainerInstancesStateCommand.js +18 -41
  119. package/dist-es/commands/UpdateServiceCommand.js +18 -41
  120. package/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +18 -41
  121. package/dist-es/commands/UpdateTaskProtectionCommand.js +18 -41
  122. package/dist-es/commands/UpdateTaskSetCommand.js +18 -41
  123. package/dist-es/endpoint/EndpointParameters.js +6 -0
  124. package/dist-es/pagination/ListAccountSettingsPaginator.js +2 -23
  125. package/dist-es/pagination/ListAttributesPaginator.js +2 -23
  126. package/dist-es/pagination/ListClustersPaginator.js +2 -23
  127. package/dist-es/pagination/ListContainerInstancesPaginator.js +2 -23
  128. package/dist-es/pagination/ListServicesByNamespacePaginator.js +2 -23
  129. package/dist-es/pagination/ListServicesPaginator.js +2 -23
  130. package/dist-es/pagination/ListTaskDefinitionFamiliesPaginator.js +2 -23
  131. package/dist-es/pagination/ListTaskDefinitionsPaginator.js +2 -23
  132. package/dist-es/pagination/ListTasksPaginator.js +2 -23
  133. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +6 -21
  134. package/dist-types/commands/CreateClusterCommand.d.ts +6 -21
  135. package/dist-types/commands/CreateServiceCommand.d.ts +6 -21
  136. package/dist-types/commands/CreateTaskSetCommand.d.ts +6 -21
  137. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +6 -21
  138. package/dist-types/commands/DeleteAttributesCommand.d.ts +6 -21
  139. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +6 -21
  140. package/dist-types/commands/DeleteClusterCommand.d.ts +6 -21
  141. package/dist-types/commands/DeleteServiceCommand.d.ts +6 -21
  142. package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +6 -21
  143. package/dist-types/commands/DeleteTaskSetCommand.d.ts +6 -21
  144. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +6 -21
  145. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +6 -21
  146. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +6 -21
  147. package/dist-types/commands/DescribeClustersCommand.d.ts +6 -21
  148. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +6 -21
  149. package/dist-types/commands/DescribeServicesCommand.d.ts +6 -21
  150. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +6 -21
  151. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +6 -21
  152. package/dist-types/commands/DescribeTasksCommand.d.ts +6 -21
  153. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +6 -21
  154. package/dist-types/commands/ExecuteCommandCommand.d.ts +6 -21
  155. package/dist-types/commands/GetTaskProtectionCommand.d.ts +6 -21
  156. package/dist-types/commands/ListAccountSettingsCommand.d.ts +6 -21
  157. package/dist-types/commands/ListAttributesCommand.d.ts +6 -21
  158. package/dist-types/commands/ListClustersCommand.d.ts +6 -21
  159. package/dist-types/commands/ListContainerInstancesCommand.d.ts +6 -21
  160. package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +6 -21
  161. package/dist-types/commands/ListServicesCommand.d.ts +6 -21
  162. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  163. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +6 -21
  164. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +6 -21
  165. package/dist-types/commands/ListTasksCommand.d.ts +6 -21
  166. package/dist-types/commands/PutAccountSettingCommand.d.ts +6 -21
  167. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +6 -21
  168. package/dist-types/commands/PutAttributesCommand.d.ts +6 -21
  169. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +6 -21
  170. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +6 -21
  171. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +6 -21
  172. package/dist-types/commands/RunTaskCommand.d.ts +6 -21
  173. package/dist-types/commands/StartTaskCommand.d.ts +6 -21
  174. package/dist-types/commands/StopTaskCommand.d.ts +6 -21
  175. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +6 -21
  176. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +6 -21
  177. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +6 -21
  178. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  179. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  180. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +6 -21
  181. package/dist-types/commands/UpdateClusterCommand.d.ts +6 -21
  182. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +6 -21
  183. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +6 -21
  184. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +6 -21
  185. package/dist-types/commands/UpdateServiceCommand.d.ts +6 -21
  186. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +6 -21
  187. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +6 -21
  188. package/dist-types/commands/UpdateTaskSetCommand.d.ts +6 -21
  189. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  190. package/dist-types/pagination/ListAccountSettingsPaginator.d.ts +1 -1
  191. package/dist-types/pagination/ListAttributesPaginator.d.ts +1 -1
  192. package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
  193. package/dist-types/pagination/ListContainerInstancesPaginator.d.ts +1 -1
  194. package/dist-types/pagination/ListServicesByNamespacePaginator.d.ts +1 -1
  195. package/dist-types/pagination/ListServicesPaginator.d.ts +1 -1
  196. package/dist-types/pagination/ListTaskDefinitionFamiliesPaginator.d.ts +1 -1
  197. package/dist-types/pagination/ListTaskDefinitionsPaginator.d.ts +1 -1
  198. package/dist-types/pagination/ListTasksPaginator.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +12 -24
  200. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +14 -23
  201. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +14 -23
  202. package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +14 -23
  203. package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +12 -24
  204. package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +14 -23
  205. package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +12 -24
  206. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +14 -23
  207. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +14 -23
  208. package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +12 -24
  209. package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +14 -23
  210. package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +12 -24
  211. package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +12 -24
  212. package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +12 -24
  213. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +14 -23
  214. package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +12 -24
  215. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +14 -23
  216. package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +12 -24
  217. package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +14 -23
  218. package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +14 -23
  219. package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +12 -24
  220. package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +14 -23
  221. package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +14 -23
  222. package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +14 -23
  223. package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +14 -23
  224. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +14 -23
  225. package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +12 -24
  226. package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +12 -24
  227. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +14 -23
  228. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  229. package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +12 -24
  230. package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +14 -23
  231. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +14 -23
  232. package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +14 -23
  233. package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +12 -24
  234. package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +14 -23
  235. package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +12 -24
  236. package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +12 -24
  237. package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +12 -24
  238. package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +12 -23
  239. package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +14 -23
  240. package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +14 -23
  241. package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +12 -24
  242. package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +12 -24
  243. package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +12 -24
  244. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  245. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  246. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +12 -24
  247. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +14 -23
  248. package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +12 -24
  249. package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +12 -24
  250. package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +12 -24
  251. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +14 -23
  252. package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +12 -24
  253. package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +12 -24
  254. package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +14 -23
  255. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  256. package/dist-types/ts3.4/pagination/ListAccountSettingsPaginator.d.ts +3 -3
  257. package/dist-types/ts3.4/pagination/ListAttributesPaginator.d.ts +3 -3
  258. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +3 -3
  259. package/dist-types/ts3.4/pagination/ListContainerInstancesPaginator.d.ts +3 -3
  260. package/dist-types/ts3.4/pagination/ListServicesByNamespacePaginator.d.ts +3 -3
  261. package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +3 -3
  262. package/dist-types/ts3.4/pagination/ListTaskDefinitionFamiliesPaginator.d.ts +3 -3
  263. package/dist-types/ts3.4/pagination/ListTaskDefinitionsPaginator.d.ts +3 -3
  264. package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +3 -3
  265. package/package.json +11 -10
@@ -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,19 +15,16 @@ export interface ListAccountSettingsCommandInput
21
15
  export interface ListAccountSettingsCommandOutput
22
16
  extends ListAccountSettingsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListAccountSettingsCommand extends $Command<
25
- ListAccountSettingsCommandInput,
26
- ListAccountSettingsCommandOutput,
27
- ECSClientResolvedConfig
28
- > {
29
- readonly input: ListAccountSettingsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListAccountSettingsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ECSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListAccountSettingsCommandInput, ListAccountSettingsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListAccountSettingsCommand_base: {
19
+ new (
20
+ input: ListAccountSettingsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListAccountSettingsCommandInput,
23
+ ListAccountSettingsCommandOutput,
24
+ ECSClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListAccountSettingsCommand extends ListAccountSettingsCommand_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 ListAttributesCommandInput extends ListAttributesRequest {}
20
14
  export interface ListAttributesCommandOutput
21
15
  extends ListAttributesResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListAttributesCommand extends $Command<
24
- ListAttributesCommandInput,
25
- ListAttributesCommandOutput,
26
- ECSClientResolvedConfig
27
- > {
28
- readonly input: ListAttributesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListAttributesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ECSClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListAttributesCommandInput, ListAttributesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListAttributesCommand_base: {
18
+ new (
19
+ input: ListAttributesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListAttributesCommandInput,
22
+ ListAttributesCommandOutput,
23
+ ECSClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListAttributesCommand extends ListAttributesCommand_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,
@@ -17,19 +11,16 @@ export interface ListClustersCommandInput extends ListClustersRequest {}
17
11
  export interface ListClustersCommandOutput
18
12
  extends ListClustersResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListClustersCommand extends $Command<
21
- ListClustersCommandInput,
22
- ListClustersCommandOutput,
23
- ECSClientResolvedConfig
24
- > {
25
- readonly input: ListClustersCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListClustersCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ECSClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListClustersCommandInput, ListClustersCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListClustersCommand_base: {
15
+ new (
16
+ input: ListClustersCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListClustersCommandInput,
19
+ ListClustersCommandOutput,
20
+ ECSClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListClustersCommand extends ListClustersCommand_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 ListContainerInstancesCommandInput
21
15
  export interface ListContainerInstancesCommandOutput
22
16
  extends ListContainerInstancesResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListContainerInstancesCommand extends $Command<
25
- ListContainerInstancesCommandInput,
26
- ListContainerInstancesCommandOutput,
27
- ECSClientResolvedConfig
28
- > {
29
- readonly input: ListContainerInstancesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListContainerInstancesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ECSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListContainerInstancesCommand_base: {
19
+ new (
20
+ input: ListContainerInstancesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListContainerInstancesCommandInput,
38
- ListContainerInstancesCommandOutput
23
+ ListContainerInstancesCommandOutput,
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 ListContainerInstancesCommand extends ListContainerInstancesCommand_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 ListServicesByNamespaceCommandInput
21
15
  export interface ListServicesByNamespaceCommandOutput
22
16
  extends ListServicesByNamespaceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListServicesByNamespaceCommand extends $Command<
25
- ListServicesByNamespaceCommandInput,
26
- ListServicesByNamespaceCommandOutput,
27
- ECSClientResolvedConfig
28
- > {
29
- readonly input: ListServicesByNamespaceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListServicesByNamespaceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ECSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListServicesByNamespaceCommand_base: {
19
+ new (
20
+ input: ListServicesByNamespaceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListServicesByNamespaceCommandInput,
38
- ListServicesByNamespaceCommandOutput
23
+ ListServicesByNamespaceCommandOutput,
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 ListServicesByNamespaceCommand extends ListServicesByNamespaceCommand_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,
@@ -17,19 +11,16 @@ export interface ListServicesCommandInput extends ListServicesRequest {}
17
11
  export interface ListServicesCommandOutput
18
12
  extends ListServicesResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListServicesCommand extends $Command<
21
- ListServicesCommandInput,
22
- ListServicesCommandOutput,
23
- ECSClientResolvedConfig
24
- > {
25
- readonly input: ListServicesCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListServicesCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ECSClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListServicesCommandInput, ListServicesCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListServicesCommand_base: {
15
+ new (
16
+ input: ListServicesCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListServicesCommandInput,
19
+ ListServicesCommandOutput,
20
+ ECSClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListServicesCommand extends ListServicesCommand_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,19 +15,16 @@ export interface ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- ECSClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ECSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ ECSClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_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 ListTaskDefinitionFamiliesCommandInput
21
15
  export interface ListTaskDefinitionFamiliesCommandOutput
22
16
  extends ListTaskDefinitionFamiliesResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTaskDefinitionFamiliesCommand extends $Command<
25
- ListTaskDefinitionFamiliesCommandInput,
26
- ListTaskDefinitionFamiliesCommandOutput,
27
- ECSClientResolvedConfig
28
- > {
29
- readonly input: ListTaskDefinitionFamiliesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTaskDefinitionFamiliesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ECSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListTaskDefinitionFamiliesCommand_base: {
19
+ new (
20
+ input: ListTaskDefinitionFamiliesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListTaskDefinitionFamiliesCommandInput,
38
- ListTaskDefinitionFamiliesCommandOutput
23
+ ListTaskDefinitionFamiliesCommandOutput,
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 ListTaskDefinitionFamiliesCommand extends ListTaskDefinitionFamiliesCommand_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,19 +15,16 @@ export interface ListTaskDefinitionsCommandInput
21
15
  export interface ListTaskDefinitionsCommandOutput
22
16
  extends ListTaskDefinitionsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTaskDefinitionsCommand extends $Command<
25
- ListTaskDefinitionsCommandInput,
26
- ListTaskDefinitionsCommandOutput,
27
- ECSClientResolvedConfig
28
- > {
29
- readonly input: ListTaskDefinitionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTaskDefinitionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ECSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTaskDefinitionsCommandInput, ListTaskDefinitionsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTaskDefinitionsCommand_base: {
19
+ new (
20
+ input: ListTaskDefinitionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTaskDefinitionsCommandInput,
23
+ ListTaskDefinitionsCommandOutput,
24
+ ECSClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTaskDefinitionsCommand extends ListTaskDefinitionsCommand_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,
@@ -17,19 +11,16 @@ export interface ListTasksCommandInput extends ListTasksRequest {}
17
11
  export interface ListTasksCommandOutput
18
12
  extends ListTasksResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListTasksCommand extends $Command<
21
- ListTasksCommandInput,
22
- ListTasksCommandOutput,
23
- ECSClientResolvedConfig
24
- > {
25
- readonly input: ListTasksCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListTasksCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ECSClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListTasksCommandInput, ListTasksCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListTasksCommand_base: {
15
+ new (
16
+ input: ListTasksCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListTasksCommandInput,
19
+ ListTasksCommandOutput,
20
+ ECSClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListTasksCommand extends ListTasksCommand_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,19 +15,16 @@ export interface PutAccountSettingCommandInput
21
15
  export interface PutAccountSettingCommandOutput
22
16
  extends PutAccountSettingResponse,
23
17
  __MetadataBearer {}
24
- export declare class PutAccountSettingCommand extends $Command<
25
- PutAccountSettingCommandInput,
26
- PutAccountSettingCommandOutput,
27
- ECSClientResolvedConfig
28
- > {
29
- readonly input: PutAccountSettingCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: PutAccountSettingCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ECSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<PutAccountSettingCommandInput, PutAccountSettingCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const PutAccountSettingCommand_base: {
19
+ new (
20
+ input: PutAccountSettingCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ PutAccountSettingCommandInput,
23
+ PutAccountSettingCommandOutput,
24
+ ECSClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class PutAccountSettingCommand extends PutAccountSettingCommand_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 PutAccountSettingDefaultCommandInput
21
15
  export interface PutAccountSettingDefaultCommandOutput
22
16
  extends PutAccountSettingDefaultResponse,
23
17
  __MetadataBearer {}
24
- export declare class PutAccountSettingDefaultCommand extends $Command<
25
- PutAccountSettingDefaultCommandInput,
26
- PutAccountSettingDefaultCommandOutput,
27
- ECSClientResolvedConfig
28
- > {
29
- readonly input: PutAccountSettingDefaultCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: PutAccountSettingDefaultCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ECSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const PutAccountSettingDefaultCommand_base: {
19
+ new (
20
+ input: PutAccountSettingDefaultCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  PutAccountSettingDefaultCommandInput,
38
- PutAccountSettingDefaultCommandOutput
23
+ PutAccountSettingDefaultCommandOutput,
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 PutAccountSettingDefaultCommand extends PutAccountSettingDefaultCommand_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 PutAttributesCommandInput extends PutAttributesRequest {}
20
14
  export interface PutAttributesCommandOutput
21
15
  extends PutAttributesResponse,
22
16
  __MetadataBearer {}
23
- export declare class PutAttributesCommand extends $Command<
24
- PutAttributesCommandInput,
25
- PutAttributesCommandOutput,
26
- ECSClientResolvedConfig
27
- > {
28
- readonly input: PutAttributesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: PutAttributesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ECSClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<PutAttributesCommandInput, PutAttributesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const PutAttributesCommand_base: {
18
+ new (
19
+ input: PutAttributesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ PutAttributesCommandInput,
22
+ PutAttributesCommandOutput,
23
+ ECSClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class PutAttributesCommand extends PutAttributesCommand_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 PutClusterCapacityProvidersCommandInput
21
15
  export interface PutClusterCapacityProvidersCommandOutput
22
16
  extends PutClusterCapacityProvidersResponse,
23
17
  __MetadataBearer {}
24
- export declare class PutClusterCapacityProvidersCommand extends $Command<
25
- PutClusterCapacityProvidersCommandInput,
26
- PutClusterCapacityProvidersCommandOutput,
27
- ECSClientResolvedConfig
28
- > {
29
- readonly input: PutClusterCapacityProvidersCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: PutClusterCapacityProvidersCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ECSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const PutClusterCapacityProvidersCommand_base: {
19
+ new (
20
+ input: PutClusterCapacityProvidersCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  PutClusterCapacityProvidersCommandInput,
38
- PutClusterCapacityProvidersCommandOutput
23
+ PutClusterCapacityProvidersCommandOutput,
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 PutClusterCapacityProvidersCommand extends PutClusterCapacityProvidersCommand_base {}