@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 { GetTaskProtectionRequest, GetTaskProtectionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetTaskProtectionCommandInput extends GetTaskProtectionRequest
21
20
  */
22
21
  export interface GetTaskProtectionCommandOutput extends GetTaskProtectionResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetTaskProtectionCommand_base: {
24
+ new (input: GetTaskProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetTaskProtectionCommandInput, GetTaskProtectionCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the protection status of tasks in an Amazon ECS service.</p>
@@ -117,23 +120,5 @@ export interface GetTaskProtectionCommandOutput extends GetTaskProtectionRespons
117
120
  * ```
118
121
  *
119
122
  */
120
- export declare class GetTaskProtectionCommand extends $Command<GetTaskProtectionCommandInput, GetTaskProtectionCommandOutput, ECSClientResolvedConfig> {
121
- readonly input: GetTaskProtectionCommandInput;
122
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
123
- /**
124
- * @public
125
- */
126
- constructor(input: GetTaskProtectionCommandInput);
127
- /**
128
- * @internal
129
- */
130
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTaskProtectionCommandInput, GetTaskProtectionCommandOutput>;
131
- /**
132
- * @internal
133
- */
134
- private serialize;
135
- /**
136
- * @internal
137
- */
138
- private deserialize;
123
+ export declare class GetTaskProtectionCommand extends GetTaskProtectionCommand_base {
139
124
  }
@@ -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 { ListAccountSettingsRequest, ListAccountSettingsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAccountSettingsCommandInput extends ListAccountSettingsRequ
21
20
  */
22
21
  export interface ListAccountSettingsCommandOutput extends ListAccountSettingsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAccountSettingsCommand_base: {
24
+ new (input: ListAccountSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountSettingsCommandInput, ListAccountSettingsCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the account settings for a specified principal.</p>
@@ -141,23 +144,5 @@ export interface ListAccountSettingsCommandOutput extends ListAccountSettingsRes
141
144
  * ```
142
145
  *
143
146
  */
144
- export declare class ListAccountSettingsCommand extends $Command<ListAccountSettingsCommandInput, ListAccountSettingsCommandOutput, ECSClientResolvedConfig> {
145
- readonly input: ListAccountSettingsCommandInput;
146
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
147
- /**
148
- * @public
149
- */
150
- constructor(input: ListAccountSettingsCommandInput);
151
- /**
152
- * @internal
153
- */
154
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccountSettingsCommandInput, ListAccountSettingsCommandOutput>;
155
- /**
156
- * @internal
157
- */
158
- private serialize;
159
- /**
160
- * @internal
161
- */
162
- private deserialize;
147
+ export declare class ListAccountSettingsCommand extends ListAccountSettingsCommand_base {
163
148
  }
@@ -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 { ListAttributesRequest, ListAttributesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAttributesCommandInput extends ListAttributesRequest {
21
20
  */
22
21
  export interface ListAttributesCommandOutput extends ListAttributesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAttributesCommand_base: {
24
+ new (input: ListAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAttributesCommandInput, ListAttributesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the attributes for Amazon ECS resources within a specified target type and cluster.
@@ -77,23 +80,5 @@ export interface ListAttributesCommandOutput extends ListAttributesResponse, __M
77
80
  * <p>Base exception class for all service exceptions from ECS service.</p>
78
81
  *
79
82
  */
80
- export declare class ListAttributesCommand extends $Command<ListAttributesCommandInput, ListAttributesCommandOutput, ECSClientResolvedConfig> {
81
- readonly input: ListAttributesCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: ListAttributesCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAttributesCommandInput, ListAttributesCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class ListAttributesCommand extends ListAttributesCommand_base {
99
84
  }
@@ -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 { ListClustersRequest, ListClustersResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListClustersCommandInput extends ListClustersRequest {
21
20
  */
22
21
  export interface ListClustersCommandOutput extends ListClustersResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListClustersCommand_base: {
24
+ new (input: ListClustersCommandInput): import("@smithy/smithy-client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of existing clusters.</p>
@@ -84,23 +87,5 @@ export interface ListClustersCommandOutput extends ListClustersResponse, __Metad
84
87
  * ```
85
88
  *
86
89
  */
87
- export declare class ListClustersCommand extends $Command<ListClustersCommandInput, ListClustersCommandOutput, ECSClientResolvedConfig> {
88
- readonly input: ListClustersCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: ListClustersCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListClustersCommandInput, ListClustersCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class ListClustersCommand extends ListClustersCommand_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 { ListContainerInstancesRequest, ListContainerInstancesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListContainerInstancesCommandInput extends ListContainerInstanc
21
20
  */
22
21
  export interface ListContainerInstancesCommandOutput extends ListContainerInstancesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListContainerInstancesCommand_base: {
24
+ new (input: ListContainerInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListContainerInstancesCommandInput, ListContainerInstancesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of container instances in a specified cluster. You can filter the
@@ -94,23 +97,5 @@ export interface ListContainerInstancesCommandOutput extends ListContainerInstan
94
97
  * ```
95
98
  *
96
99
  */
97
- export declare class ListContainerInstancesCommand extends $Command<ListContainerInstancesCommandInput, ListContainerInstancesCommandOutput, ECSClientResolvedConfig> {
98
- readonly input: ListContainerInstancesCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: ListContainerInstancesCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListContainerInstancesCommandInput, ListContainerInstancesCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class ListContainerInstancesCommand extends ListContainerInstancesCommand_base {
116
101
  }
@@ -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 { ListServicesByNamespaceRequest, ListServicesByNamespaceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListServicesByNamespaceCommandInput extends ListServicesByNames
21
20
  */
22
21
  export interface ListServicesByNamespaceCommandOutput extends ListServicesByNamespaceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListServicesByNamespaceCommand_base: {
24
+ new (input: ListServicesByNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<ListServicesByNamespaceCommandInput, ListServicesByNamespaceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation lists all of the services that are associated with a Cloud Map
@@ -75,23 +78,5 @@ export interface ListServicesByNamespaceCommandOutput extends ListServicesByName
75
78
  * <p>Base exception class for all service exceptions from ECS service.</p>
76
79
  *
77
80
  */
78
- export declare class ListServicesByNamespaceCommand extends $Command<ListServicesByNamespaceCommandInput, ListServicesByNamespaceCommandOutput, ECSClientResolvedConfig> {
79
- readonly input: ListServicesByNamespaceCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: ListServicesByNamespaceCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListServicesByNamespaceCommandInput, ListServicesByNamespaceCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class ListServicesByNamespaceCommand extends ListServicesByNamespaceCommand_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 { ListServicesRequest, ListServicesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListServicesCommandInput extends ListServicesRequest {
21
20
  */
22
21
  export interface ListServicesCommandOutput extends ListServicesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListServicesCommand_base: {
24
+ new (input: ListServicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of services. You can filter the results by cluster, launch type, and
@@ -90,23 +93,5 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad
90
93
  * ```
91
94
  *
92
95
  */
93
- export declare class ListServicesCommand extends $Command<ListServicesCommandInput, ListServicesCommandOutput, ECSClientResolvedConfig> {
94
- readonly input: ListServicesCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: ListServicesCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListServicesCommandInput, ListServicesCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class ListServicesCommand extends ListServicesCommand_base {
112
97
  }
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the tags for an Amazon ECS resource.</p>
@@ -92,23 +95,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
92
95
  * ```
93
96
  *
94
97
  */
95
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ECSClientResolvedConfig> {
96
- readonly input: ListTagsForResourceCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: ListTagsForResourceCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
114
99
  }
@@ -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 { ListTaskDefinitionFamiliesRequest, ListTaskDefinitionFamiliesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTaskDefinitionFamiliesCommandInput extends ListTaskDefiniti
21
20
  */
22
21
  export interface ListTaskDefinitionFamiliesCommandOutput extends ListTaskDefinitionFamiliesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTaskDefinitionFamiliesCommand_base: {
24
+ new (input: ListTaskDefinitionFamiliesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTaskDefinitionFamiliesCommandInput, ListTaskDefinitionFamiliesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of task definition families that are registered to your account. This
@@ -113,23 +116,5 @@ export interface ListTaskDefinitionFamiliesCommandOutput extends ListTaskDefinit
113
116
  * ```
114
117
  *
115
118
  */
116
- export declare class ListTaskDefinitionFamiliesCommand extends $Command<ListTaskDefinitionFamiliesCommandInput, ListTaskDefinitionFamiliesCommandOutput, ECSClientResolvedConfig> {
117
- readonly input: ListTaskDefinitionFamiliesCommandInput;
118
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
119
- /**
120
- * @public
121
- */
122
- constructor(input: ListTaskDefinitionFamiliesCommandInput);
123
- /**
124
- * @internal
125
- */
126
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTaskDefinitionFamiliesCommandInput, ListTaskDefinitionFamiliesCommandOutput>;
127
- /**
128
- * @internal
129
- */
130
- private serialize;
131
- /**
132
- * @internal
133
- */
134
- private deserialize;
119
+ export declare class ListTaskDefinitionFamiliesCommand extends ListTaskDefinitionFamiliesCommand_base {
135
120
  }
@@ -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 { ListTaskDefinitionsRequest, ListTaskDefinitionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTaskDefinitionsCommandInput extends ListTaskDefinitionsRequ
21
20
  */
22
21
  export interface ListTaskDefinitionsCommandOutput extends ListTaskDefinitionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTaskDefinitionsCommand_base: {
24
+ new (input: ListTaskDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTaskDefinitionsCommandInput, ListTaskDefinitionsCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of task definitions that are registered to your account. You can filter
@@ -114,23 +117,5 @@ export interface ListTaskDefinitionsCommandOutput extends ListTaskDefinitionsRes
114
117
  * ```
115
118
  *
116
119
  */
117
- export declare class ListTaskDefinitionsCommand extends $Command<ListTaskDefinitionsCommandInput, ListTaskDefinitionsCommandOutput, ECSClientResolvedConfig> {
118
- readonly input: ListTaskDefinitionsCommandInput;
119
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
120
- /**
121
- * @public
122
- */
123
- constructor(input: ListTaskDefinitionsCommandInput);
124
- /**
125
- * @internal
126
- */
127
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTaskDefinitionsCommandInput, ListTaskDefinitionsCommandOutput>;
128
- /**
129
- * @internal
130
- */
131
- private serialize;
132
- /**
133
- * @internal
134
- */
135
- private deserialize;
120
+ export declare class ListTaskDefinitionsCommand extends ListTaskDefinitionsCommand_base {
136
121
  }
@@ -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 { ListTasksRequest, ListTasksResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTasksCommandInput extends ListTasksRequest {
21
20
  */
22
21
  export interface ListTasksCommandOutput extends ListTasksResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTasksCommand_base: {
24
+ new (input: ListTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListTasksCommandInput, ListTasksCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of tasks. You can filter the results by cluster, task definition
@@ -122,23 +125,5 @@ export interface ListTasksCommandOutput extends ListTasksResponse, __MetadataBea
122
125
  * ```
123
126
  *
124
127
  */
125
- export declare class ListTasksCommand extends $Command<ListTasksCommandInput, ListTasksCommandOutput, ECSClientResolvedConfig> {
126
- readonly input: ListTasksCommandInput;
127
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
128
- /**
129
- * @public
130
- */
131
- constructor(input: ListTasksCommandInput);
132
- /**
133
- * @internal
134
- */
135
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTasksCommandInput, ListTasksCommandOutput>;
136
- /**
137
- * @internal
138
- */
139
- private serialize;
140
- /**
141
- * @internal
142
- */
143
- private deserialize;
128
+ export declare class ListTasksCommand extends ListTasksCommand_base {
144
129
  }
@@ -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 { PutAccountSettingRequest, PutAccountSettingResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutAccountSettingCommandInput extends PutAccountSettingRequest
21
20
  */
22
21
  export interface PutAccountSettingCommandOutput extends PutAccountSettingResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutAccountSettingCommand_base: {
24
+ new (input: PutAccountSettingCommandInput): import("@smithy/smithy-client").CommandImpl<PutAccountSettingCommandInput, PutAccountSettingCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies an account setting. Account settings are set on a per-Region basis.</p>
@@ -152,23 +155,5 @@ export interface PutAccountSettingCommandOutput extends PutAccountSettingRespons
152
155
  * ```
153
156
  *
154
157
  */
155
- export declare class PutAccountSettingCommand extends $Command<PutAccountSettingCommandInput, PutAccountSettingCommandOutput, ECSClientResolvedConfig> {
156
- readonly input: PutAccountSettingCommandInput;
157
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
158
- /**
159
- * @public
160
- */
161
- constructor(input: PutAccountSettingCommandInput);
162
- /**
163
- * @internal
164
- */
165
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAccountSettingCommandInput, PutAccountSettingCommandOutput>;
166
- /**
167
- * @internal
168
- */
169
- private serialize;
170
- /**
171
- * @internal
172
- */
173
- private deserialize;
158
+ export declare class PutAccountSettingCommand extends PutAccountSettingCommand_base {
174
159
  }
@@ -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 { PutAccountSettingDefaultRequest, PutAccountSettingDefaultResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutAccountSettingDefaultCommandInput extends PutAccountSettingD
21
20
  */
22
21
  export interface PutAccountSettingDefaultCommandOutput extends PutAccountSettingDefaultResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutAccountSettingDefaultCommand_base: {
24
+ new (input: PutAccountSettingDefaultCommandInput): import("@smithy/smithy-client").CommandImpl<PutAccountSettingDefaultCommandInput, PutAccountSettingDefaultCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies an account setting for all users on an account for whom no individual
@@ -92,23 +95,5 @@ export interface PutAccountSettingDefaultCommandOutput extends PutAccountSetting
92
95
  * ```
93
96
  *
94
97
  */
95
- export declare class PutAccountSettingDefaultCommand extends $Command<PutAccountSettingDefaultCommandInput, PutAccountSettingDefaultCommandOutput, ECSClientResolvedConfig> {
96
- readonly input: PutAccountSettingDefaultCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: PutAccountSettingDefaultCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAccountSettingDefaultCommandInput, PutAccountSettingDefaultCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class PutAccountSettingDefaultCommand extends PutAccountSettingDefaultCommand_base {
114
99
  }
@@ -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 { PutAttributesRequest, PutAttributesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutAttributesCommandInput extends PutAttributesRequest {
21
20
  */
22
21
  export interface PutAttributesCommandOutput extends PutAttributesResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutAttributesCommand_base: {
24
+ new (input: PutAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<PutAttributesCommandInput, PutAttributesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Create or update an attribute on an Amazon ECS resource. If the attribute doesn't exist,
@@ -86,23 +89,5 @@ export interface PutAttributesCommandOutput extends PutAttributesResponse, __Met
86
89
  * <p>Base exception class for all service exceptions from ECS service.</p>
87
90
  *
88
91
  */
89
- export declare class PutAttributesCommand extends $Command<PutAttributesCommandInput, PutAttributesCommandOutput, ECSClientResolvedConfig> {
90
- readonly input: PutAttributesCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: PutAttributesCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAttributesCommandInput, PutAttributesCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class PutAttributesCommand extends PutAttributesCommand_base {
108
93
  }