@aws-sdk/client-ecs 3.194.0 → 3.196.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 (240) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/ECSClient.js +11 -8
  3. package/dist-cjs/commands/CreateCapacityProviderCommand.js +10 -0
  4. package/dist-cjs/commands/CreateClusterCommand.js +10 -0
  5. package/dist-cjs/commands/CreateServiceCommand.js +10 -0
  6. package/dist-cjs/commands/CreateTaskSetCommand.js +10 -0
  7. package/dist-cjs/commands/DeleteAccountSettingCommand.js +10 -0
  8. package/dist-cjs/commands/DeleteAttributesCommand.js +10 -0
  9. package/dist-cjs/commands/DeleteCapacityProviderCommand.js +10 -0
  10. package/dist-cjs/commands/DeleteClusterCommand.js +10 -0
  11. package/dist-cjs/commands/DeleteServiceCommand.js +10 -0
  12. package/dist-cjs/commands/DeleteTaskSetCommand.js +10 -0
  13. package/dist-cjs/commands/DeregisterContainerInstanceCommand.js +10 -0
  14. package/dist-cjs/commands/DeregisterTaskDefinitionCommand.js +10 -0
  15. package/dist-cjs/commands/DescribeCapacityProvidersCommand.js +10 -0
  16. package/dist-cjs/commands/DescribeClustersCommand.js +10 -0
  17. package/dist-cjs/commands/DescribeContainerInstancesCommand.js +10 -0
  18. package/dist-cjs/commands/DescribeServicesCommand.js +10 -0
  19. package/dist-cjs/commands/DescribeTaskDefinitionCommand.js +10 -0
  20. package/dist-cjs/commands/DescribeTaskSetsCommand.js +10 -0
  21. package/dist-cjs/commands/DescribeTasksCommand.js +10 -0
  22. package/dist-cjs/commands/DiscoverPollEndpointCommand.js +10 -0
  23. package/dist-cjs/commands/ExecuteCommandCommand.js +10 -0
  24. package/dist-cjs/commands/ListAccountSettingsCommand.js +10 -0
  25. package/dist-cjs/commands/ListAttributesCommand.js +10 -0
  26. package/dist-cjs/commands/ListClustersCommand.js +10 -0
  27. package/dist-cjs/commands/ListContainerInstancesCommand.js +10 -0
  28. package/dist-cjs/commands/ListServicesCommand.js +10 -0
  29. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  30. package/dist-cjs/commands/ListTaskDefinitionFamiliesCommand.js +10 -0
  31. package/dist-cjs/commands/ListTaskDefinitionsCommand.js +10 -0
  32. package/dist-cjs/commands/ListTasksCommand.js +10 -0
  33. package/dist-cjs/commands/PutAccountSettingCommand.js +10 -0
  34. package/dist-cjs/commands/PutAccountSettingDefaultCommand.js +10 -0
  35. package/dist-cjs/commands/PutAttributesCommand.js +10 -0
  36. package/dist-cjs/commands/PutClusterCapacityProvidersCommand.js +10 -0
  37. package/dist-cjs/commands/RegisterContainerInstanceCommand.js +10 -0
  38. package/dist-cjs/commands/RegisterTaskDefinitionCommand.js +10 -0
  39. package/dist-cjs/commands/RunTaskCommand.js +10 -0
  40. package/dist-cjs/commands/StartTaskCommand.js +10 -0
  41. package/dist-cjs/commands/StopTaskCommand.js +10 -0
  42. package/dist-cjs/commands/SubmitAttachmentStateChangesCommand.js +10 -0
  43. package/dist-cjs/commands/SubmitContainerStateChangeCommand.js +10 -0
  44. package/dist-cjs/commands/SubmitTaskStateChangeCommand.js +10 -0
  45. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  46. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  47. package/dist-cjs/commands/UpdateCapacityProviderCommand.js +10 -0
  48. package/dist-cjs/commands/UpdateClusterCommand.js +10 -0
  49. package/dist-cjs/commands/UpdateClusterSettingsCommand.js +10 -0
  50. package/dist-cjs/commands/UpdateContainerAgentCommand.js +10 -0
  51. package/dist-cjs/commands/UpdateContainerInstancesStateCommand.js +10 -0
  52. package/dist-cjs/commands/UpdateServiceCommand.js +10 -0
  53. package/dist-cjs/commands/UpdateServicePrimaryTaskSetCommand.js +10 -0
  54. package/dist-cjs/commands/UpdateTaskSetCommand.js +10 -0
  55. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  56. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  57. package/dist-cjs/endpoint/ruleset.js +318 -0
  58. package/dist-cjs/runtimeConfig.shared.js +3 -3
  59. package/dist-es/ECSClient.js +12 -9
  60. package/dist-es/commands/CreateCapacityProviderCommand.js +10 -0
  61. package/dist-es/commands/CreateClusterCommand.js +10 -0
  62. package/dist-es/commands/CreateServiceCommand.js +10 -0
  63. package/dist-es/commands/CreateTaskSetCommand.js +10 -0
  64. package/dist-es/commands/DeleteAccountSettingCommand.js +10 -0
  65. package/dist-es/commands/DeleteAttributesCommand.js +10 -0
  66. package/dist-es/commands/DeleteCapacityProviderCommand.js +10 -0
  67. package/dist-es/commands/DeleteClusterCommand.js +10 -0
  68. package/dist-es/commands/DeleteServiceCommand.js +10 -0
  69. package/dist-es/commands/DeleteTaskSetCommand.js +10 -0
  70. package/dist-es/commands/DeregisterContainerInstanceCommand.js +10 -0
  71. package/dist-es/commands/DeregisterTaskDefinitionCommand.js +10 -0
  72. package/dist-es/commands/DescribeCapacityProvidersCommand.js +10 -0
  73. package/dist-es/commands/DescribeClustersCommand.js +10 -0
  74. package/dist-es/commands/DescribeContainerInstancesCommand.js +10 -0
  75. package/dist-es/commands/DescribeServicesCommand.js +10 -0
  76. package/dist-es/commands/DescribeTaskDefinitionCommand.js +10 -0
  77. package/dist-es/commands/DescribeTaskSetsCommand.js +10 -0
  78. package/dist-es/commands/DescribeTasksCommand.js +10 -0
  79. package/dist-es/commands/DiscoverPollEndpointCommand.js +10 -0
  80. package/dist-es/commands/ExecuteCommandCommand.js +10 -0
  81. package/dist-es/commands/ListAccountSettingsCommand.js +10 -0
  82. package/dist-es/commands/ListAttributesCommand.js +10 -0
  83. package/dist-es/commands/ListClustersCommand.js +10 -0
  84. package/dist-es/commands/ListContainerInstancesCommand.js +10 -0
  85. package/dist-es/commands/ListServicesCommand.js +10 -0
  86. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  87. package/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +10 -0
  88. package/dist-es/commands/ListTaskDefinitionsCommand.js +10 -0
  89. package/dist-es/commands/ListTasksCommand.js +10 -0
  90. package/dist-es/commands/PutAccountSettingCommand.js +10 -0
  91. package/dist-es/commands/PutAccountSettingDefaultCommand.js +10 -0
  92. package/dist-es/commands/PutAttributesCommand.js +10 -0
  93. package/dist-es/commands/PutClusterCapacityProvidersCommand.js +10 -0
  94. package/dist-es/commands/RegisterContainerInstanceCommand.js +10 -0
  95. package/dist-es/commands/RegisterTaskDefinitionCommand.js +10 -0
  96. package/dist-es/commands/RunTaskCommand.js +10 -0
  97. package/dist-es/commands/StartTaskCommand.js +10 -0
  98. package/dist-es/commands/StopTaskCommand.js +10 -0
  99. package/dist-es/commands/SubmitAttachmentStateChangesCommand.js +10 -0
  100. package/dist-es/commands/SubmitContainerStateChangeCommand.js +10 -0
  101. package/dist-es/commands/SubmitTaskStateChangeCommand.js +10 -0
  102. package/dist-es/commands/TagResourceCommand.js +10 -0
  103. package/dist-es/commands/UntagResourceCommand.js +10 -0
  104. package/dist-es/commands/UpdateCapacityProviderCommand.js +10 -0
  105. package/dist-es/commands/UpdateClusterCommand.js +10 -0
  106. package/dist-es/commands/UpdateClusterSettingsCommand.js +10 -0
  107. package/dist-es/commands/UpdateContainerAgentCommand.js +10 -0
  108. package/dist-es/commands/UpdateContainerInstancesStateCommand.js +10 -0
  109. package/dist-es/commands/UpdateServiceCommand.js +10 -0
  110. package/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +10 -0
  111. package/dist-es/commands/UpdateTaskSetCommand.js +10 -0
  112. package/dist-es/endpoint/EndpointParameters.js +8 -0
  113. package/dist-es/endpoint/endpointResolver.js +8 -0
  114. package/dist-es/endpoint/ruleset.js +315 -0
  115. package/dist-es/runtimeConfig.shared.js +2 -2
  116. package/dist-types/ECSClient.d.ts +6 -9
  117. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +2 -0
  118. package/dist-types/commands/CreateClusterCommand.d.ts +2 -0
  119. package/dist-types/commands/CreateServiceCommand.d.ts +2 -0
  120. package/dist-types/commands/CreateTaskSetCommand.d.ts +2 -0
  121. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +2 -0
  122. package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -0
  123. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +2 -0
  124. package/dist-types/commands/DeleteClusterCommand.d.ts +2 -0
  125. package/dist-types/commands/DeleteServiceCommand.d.ts +2 -0
  126. package/dist-types/commands/DeleteTaskSetCommand.d.ts +2 -0
  127. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +2 -0
  128. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +2 -0
  129. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +2 -0
  130. package/dist-types/commands/DescribeClustersCommand.d.ts +2 -0
  131. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +2 -0
  132. package/dist-types/commands/DescribeServicesCommand.d.ts +2 -0
  133. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +2 -0
  134. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +2 -0
  135. package/dist-types/commands/DescribeTasksCommand.d.ts +2 -0
  136. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -0
  137. package/dist-types/commands/ExecuteCommandCommand.d.ts +2 -0
  138. package/dist-types/commands/ListAccountSettingsCommand.d.ts +2 -0
  139. package/dist-types/commands/ListAttributesCommand.d.ts +2 -0
  140. package/dist-types/commands/ListClustersCommand.d.ts +2 -0
  141. package/dist-types/commands/ListContainerInstancesCommand.d.ts +2 -0
  142. package/dist-types/commands/ListServicesCommand.d.ts +2 -0
  143. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  144. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -0
  145. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +2 -0
  146. package/dist-types/commands/ListTasksCommand.d.ts +2 -0
  147. package/dist-types/commands/PutAccountSettingCommand.d.ts +2 -0
  148. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +2 -0
  149. package/dist-types/commands/PutAttributesCommand.d.ts +2 -0
  150. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +2 -0
  151. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +2 -0
  152. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +2 -0
  153. package/dist-types/commands/RunTaskCommand.d.ts +2 -0
  154. package/dist-types/commands/StartTaskCommand.d.ts +2 -0
  155. package/dist-types/commands/StopTaskCommand.d.ts +2 -0
  156. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -0
  157. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -0
  158. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +2 -0
  159. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  160. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  161. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +2 -0
  162. package/dist-types/commands/UpdateClusterCommand.d.ts +2 -0
  163. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -0
  164. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +2 -0
  165. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +2 -0
  166. package/dist-types/commands/UpdateServiceCommand.d.ts +2 -0
  167. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +2 -0
  168. package/dist-types/commands/UpdateTaskSetCommand.d.ts +2 -0
  169. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  170. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  171. package/dist-types/endpoint/ruleset.d.ts +2 -0
  172. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  173. package/dist-types/runtimeConfig.d.ts +4 -2
  174. package/dist-types/runtimeConfig.native.d.ts +4 -2
  175. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  176. package/dist-types/ts3.4/ECSClient.d.ts +15 -8
  177. package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +2 -0
  178. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -0
  179. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +2 -0
  180. package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +2 -0
  181. package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +2 -0
  182. package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +2 -0
  183. package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +2 -0
  184. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +2 -0
  185. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +2 -0
  186. package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +2 -0
  187. package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +2 -0
  188. package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +2 -0
  189. package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +2 -0
  190. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +2 -0
  191. package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +2 -0
  192. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +2 -0
  193. package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +2 -0
  194. package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +2 -0
  195. package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +2 -0
  196. package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +2 -0
  197. package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +2 -0
  198. package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +2 -0
  199. package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +2 -0
  200. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -0
  201. package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +2 -0
  202. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -0
  203. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  204. package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -0
  205. package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +2 -0
  206. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +2 -0
  207. package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +2 -0
  208. package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +2 -0
  209. package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +2 -0
  210. package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +2 -0
  211. package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +2 -0
  212. package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +2 -0
  213. package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +2 -0
  214. package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +2 -0
  215. package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +2 -0
  216. package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -0
  217. package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +2 -0
  218. package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +2 -0
  219. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  220. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  221. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +2 -0
  222. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +2 -0
  223. package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +2 -0
  224. package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +2 -0
  225. package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +2 -0
  226. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +2 -0
  227. package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +2 -0
  228. package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +2 -0
  229. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  230. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  231. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  232. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  233. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  234. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  235. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  236. package/package.json +5 -3
  237. package/dist-cjs/endpoints.js +0 -185
  238. package/dist-es/endpoints.js +0 -181
  239. package/dist-types/endpoints.d.ts +0 -2
  240. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,9 +1,11 @@
1
1
  import {
2
- EndpointsInputConfig,
3
- EndpointsResolvedConfig,
4
2
  RegionInputConfig,
5
3
  RegionResolvedConfig,
6
4
  } from "@aws-sdk/config-resolver";
5
+ import {
6
+ EndpointInputConfig,
7
+ EndpointResolvedConfig,
8
+ } from "@aws-sdk/middleware-endpoint";
7
9
  import {
8
10
  HostHeaderInputConfig,
9
11
  HostHeaderResolvedConfig,
@@ -37,7 +39,6 @@ import {
37
39
  Logger as __Logger,
38
40
  Provider as __Provider,
39
41
  Provider,
40
- RegionInfoProvider,
41
42
  StreamCollector as __StreamCollector,
42
43
  UrlParser as __UrlParser,
43
44
  UserAgent as __UserAgent,
@@ -250,6 +251,11 @@ import {
250
251
  UpdateTaskSetCommandInput,
251
252
  UpdateTaskSetCommandOutput,
252
253
  } from "./commands/UpdateTaskSetCommand";
254
+ import {
255
+ ClientInputEndpointParameters,
256
+ ClientResolvedEndpointParameters,
257
+ EndpointParameters,
258
+ } from "./endpoint/EndpointParameters";
253
259
  export declare type ServiceInputTypes =
254
260
  | CreateCapacityProviderCommandInput
255
261
  | CreateClusterCommandInput
@@ -377,7 +383,6 @@ export interface ClientDefaults
377
383
  serviceId?: string;
378
384
  region?: string | __Provider<string>;
379
385
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
380
- regionInfoProvider?: RegionInfoProvider;
381
386
  defaultUserAgentProvider?: Provider<__UserAgent>;
382
387
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
383
388
  }
@@ -386,21 +391,23 @@ declare type ECSClientConfigType = Partial<
386
391
  > &
387
392
  ClientDefaults &
388
393
  RegionInputConfig &
389
- EndpointsInputConfig &
394
+ EndpointInputConfig<EndpointParameters> &
390
395
  RetryInputConfig &
391
396
  HostHeaderInputConfig &
392
397
  AwsAuthInputConfig &
393
- UserAgentInputConfig;
398
+ UserAgentInputConfig &
399
+ ClientInputEndpointParameters;
394
400
  export interface ECSClientConfig extends ECSClientConfigType {}
395
401
  declare type ECSClientResolvedConfigType =
396
402
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
397
403
  Required<ClientDefaults> &
398
404
  RegionResolvedConfig &
399
- EndpointsResolvedConfig &
405
+ EndpointResolvedConfig<EndpointParameters> &
400
406
  RetryResolvedConfig &
401
407
  HostHeaderResolvedConfig &
402
408
  AwsAuthResolvedConfig &
403
- UserAgentResolvedConfig;
409
+ UserAgentResolvedConfig &
410
+ ClientResolvedEndpointParameters;
404
411
  export interface ECSClientResolvedConfig extends ECSClientResolvedConfigType {}
405
412
  export declare class ECSClient extends __Client<
406
413
  __HttpHandlerOptions,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateCapacityProviderCommand extends $Command<
25
26
  ECSClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateCapacityProviderCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateCapacityProviderCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class CreateClusterCommand extends $Command<
24
25
  ECSClientResolvedConfig
25
26
  > {
26
27
  readonly input: CreateClusterCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: CreateClusterCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class CreateServiceCommand extends $Command<
24
25
  ECSClientResolvedConfig
25
26
  > {
26
27
  readonly input: CreateServiceCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: CreateServiceCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class CreateTaskSetCommand extends $Command<
24
25
  ECSClientResolvedConfig
25
26
  > {
26
27
  readonly input: CreateTaskSetCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: CreateTaskSetCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DeleteAccountSettingCommand extends $Command<
25
26
  ECSClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeleteAccountSettingCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteAccountSettingCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DeleteAttributesCommand extends $Command<
24
25
  ECSClientResolvedConfig
25
26
  > {
26
27
  readonly input: DeleteAttributesCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DeleteAttributesCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DeleteCapacityProviderCommand extends $Command<
25
26
  ECSClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeleteCapacityProviderCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteCapacityProviderCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DeleteClusterCommand extends $Command<
24
25
  ECSClientResolvedConfig
25
26
  > {
26
27
  readonly input: DeleteClusterCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DeleteClusterCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DeleteServiceCommand extends $Command<
24
25
  ECSClientResolvedConfig
25
26
  > {
26
27
  readonly input: DeleteServiceCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DeleteServiceCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DeleteTaskSetCommand extends $Command<
24
25
  ECSClientResolvedConfig
25
26
  > {
26
27
  readonly input: DeleteTaskSetCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DeleteTaskSetCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DeregisterContainerInstanceCommand extends $Command<
25
26
  ECSClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeregisterContainerInstanceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeregisterContainerInstanceCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DeregisterTaskDefinitionCommand extends $Command<
25
26
  ECSClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeregisterTaskDefinitionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeregisterTaskDefinitionCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeCapacityProvidersCommand extends $Command<
25
26
  ECSClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeCapacityProvidersCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeCapacityProvidersCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DescribeClustersCommand extends $Command<
24
25
  ECSClientResolvedConfig
25
26
  > {
26
27
  readonly input: DescribeClustersCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DescribeClustersCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeContainerInstancesCommand extends $Command<
25
26
  ECSClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeContainerInstancesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeContainerInstancesCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DescribeServicesCommand extends $Command<
24
25
  ECSClientResolvedConfig
25
26
  > {
26
27
  readonly input: DescribeServicesCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DescribeServicesCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeTaskDefinitionCommand extends $Command<
25
26
  ECSClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeTaskDefinitionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeTaskDefinitionCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DescribeTaskSetsCommand extends $Command<
24
25
  ECSClientResolvedConfig
25
26
  > {
26
27
  readonly input: DescribeTaskSetsCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DescribeTaskSetsCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DescribeTasksCommand extends $Command<
24
25
  ECSClientResolvedConfig
25
26
  > {
26
27
  readonly input: DescribeTasksCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DescribeTasksCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DiscoverPollEndpointCommand extends $Command<
25
26
  ECSClientResolvedConfig
26
27
  > {
27
28
  readonly input: DiscoverPollEndpointCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DiscoverPollEndpointCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class ExecuteCommandCommand extends $Command<
24
25
  ECSClientResolvedConfig
25
26
  > {
26
27
  readonly input: ExecuteCommandCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: ExecuteCommandCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListAccountSettingsCommand extends $Command<
25
26
  ECSClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListAccountSettingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListAccountSettingsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class ListAttributesCommand extends $Command<
24
25
  ECSClientResolvedConfig
25
26
  > {
26
27
  readonly input: ListAttributesCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: ListAttributesCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class ListClustersCommand extends $Command<
21
22
  ECSClientResolvedConfig
22
23
  > {
23
24
  readonly input: ListClustersCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: ListClustersCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListContainerInstancesCommand extends $Command<
25
26
  ECSClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListContainerInstancesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListContainerInstancesCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class ListServicesCommand extends $Command<
21
22
  ECSClientResolvedConfig
22
23
  > {
23
24
  readonly input: ListServicesCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: ListServicesCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListTagsForResourceCommand extends $Command<
25
26
  ECSClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListTagsForResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTagsForResourceCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListTaskDefinitionFamiliesCommand extends $Command<
25
26
  ECSClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListTaskDefinitionFamiliesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTaskDefinitionFamiliesCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListTaskDefinitionsCommand extends $Command<
25
26
  ECSClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListTaskDefinitionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTaskDefinitionsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class ListTasksCommand extends $Command<
21
22
  ECSClientResolvedConfig
22
23
  > {
23
24
  readonly input: ListTasksCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: ListTasksCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class PutAccountSettingCommand extends $Command<
25
26
  ECSClientResolvedConfig
26
27
  > {
27
28
  readonly input: PutAccountSettingCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: PutAccountSettingCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class PutAccountSettingDefaultCommand extends $Command<
25
26
  ECSClientResolvedConfig
26
27
  > {
27
28
  readonly input: PutAccountSettingDefaultCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: PutAccountSettingDefaultCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class PutAttributesCommand extends $Command<
24
25
  ECSClientResolvedConfig
25
26
  > {
26
27
  readonly input: PutAttributesCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: PutAttributesCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class PutClusterCapacityProvidersCommand extends $Command<
25
26
  ECSClientResolvedConfig
26
27
  > {
27
28
  readonly input: PutClusterCapacityProvidersCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: PutClusterCapacityProvidersCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class RegisterContainerInstanceCommand extends $Command<
25
26
  ECSClientResolvedConfig
26
27
  > {
27
28
  readonly input: RegisterContainerInstanceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: RegisterContainerInstanceCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class RegisterTaskDefinitionCommand extends $Command<
25
26
  ECSClientResolvedConfig
26
27
  > {
27
28
  readonly input: RegisterTaskDefinitionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: RegisterTaskDefinitionCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class RunTaskCommand extends $Command<
21
22
  ECSClientResolvedConfig
22
23
  > {
23
24
  readonly input: RunTaskCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: RunTaskCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class StartTaskCommand extends $Command<
21
22
  ECSClientResolvedConfig
22
23
  > {
23
24
  readonly input: StartTaskCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: StartTaskCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class StopTaskCommand extends $Command<
21
22
  ECSClientResolvedConfig
22
23
  > {
23
24
  readonly input: StopTaskCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: StopTaskCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class SubmitAttachmentStateChangesCommand extends $Command<
25
26
  ECSClientResolvedConfig
26
27
  > {
27
28
  readonly input: SubmitAttachmentStateChangesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: SubmitAttachmentStateChangesCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class SubmitContainerStateChangeCommand extends $Command<
25
26
  ECSClientResolvedConfig
26
27
  > {
27
28
  readonly input: SubmitContainerStateChangeCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: SubmitContainerStateChangeCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class SubmitTaskStateChangeCommand extends $Command<
25
26
  ECSClientResolvedConfig
26
27
  > {
27
28
  readonly input: SubmitTaskStateChangeCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: SubmitTaskStateChangeCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,