@aws-sdk/client-ecs 3.193.0 → 3.195.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 +4 -2
  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,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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -26,6 +27,7 @@ export interface DescribeTasksCommandOutput extends DescribeTasksResponse, __Met
26
27
  */
27
28
  export declare class DescribeTasksCommand extends $Command<DescribeTasksCommandInput, DescribeTasksCommandOutput, ECSClientResolvedConfig> {
28
29
  readonly input: DescribeTasksCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeTasksCommandInput);
30
32
  /**
31
33
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -28,6 +29,7 @@ export interface DiscoverPollEndpointCommandOutput extends DiscoverPollEndpointR
28
29
  */
29
30
  export declare class DiscoverPollEndpointCommand extends $Command<DiscoverPollEndpointCommandInput, DiscoverPollEndpointCommandOutput, ECSClientResolvedConfig> {
30
31
  readonly input: DiscoverPollEndpointCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: DiscoverPollEndpointCommandInput);
32
34
  /**
33
35
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -29,6 +30,7 @@ export interface ExecuteCommandCommandOutput extends ExecuteCommandResponse, __M
29
30
  */
30
31
  export declare class ExecuteCommandCommand extends $Command<ExecuteCommandCommandInput, ExecuteCommandCommandOutput, ECSClientResolvedConfig> {
31
32
  readonly input: ExecuteCommandCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: ExecuteCommandCommandInput);
33
35
  /**
34
36
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -25,6 +26,7 @@ export interface ListAccountSettingsCommandOutput extends ListAccountSettingsRes
25
26
  */
26
27
  export declare class ListAccountSettingsCommand extends $Command<ListAccountSettingsCommandInput, ListAccountSettingsCommandOutput, ECSClientResolvedConfig> {
27
28
  readonly input: ListAccountSettingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListAccountSettingsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -31,6 +32,7 @@ export interface ListAttributesCommandOutput extends ListAttributesResponse, __M
31
32
  */
32
33
  export declare class ListAttributesCommand extends $Command<ListAttributesCommandInput, ListAttributesCommandOutput, ECSClientResolvedConfig> {
33
34
  readonly input: ListAttributesCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: ListAttributesCommandInput);
35
37
  /**
36
38
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -25,6 +26,7 @@ export interface ListClustersCommandOutput extends ListClustersResponse, __Metad
25
26
  */
26
27
  export declare class ListClustersCommand extends $Command<ListClustersCommandInput, ListClustersCommandOutput, ECSClientResolvedConfig> {
27
28
  readonly input: ListClustersCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListClustersCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -28,6 +29,7 @@ export interface ListContainerInstancesCommandOutput extends ListContainerInstan
28
29
  */
29
30
  export declare class ListContainerInstancesCommand extends $Command<ListContainerInstancesCommandInput, ListContainerInstancesCommandOutput, ECSClientResolvedConfig> {
30
31
  readonly input: ListContainerInstancesCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: ListContainerInstancesCommandInput);
32
34
  /**
33
35
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -26,6 +27,7 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad
26
27
  */
27
28
  export declare class ListServicesCommand extends $Command<ListServicesCommandInput, ListServicesCommandOutput, ECSClientResolvedConfig> {
28
29
  readonly input: ListServicesCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ListServicesCommandInput);
30
32
  /**
31
33
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -25,6 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
26
  */
26
27
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ECSClientResolvedConfig> {
27
28
  readonly input: ListTagsForResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTagsForResourceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -31,6 +32,7 @@ export interface ListTaskDefinitionFamiliesCommandOutput extends ListTaskDefinit
31
32
  */
32
33
  export declare class ListTaskDefinitionFamiliesCommand extends $Command<ListTaskDefinitionFamiliesCommandInput, ListTaskDefinitionFamiliesCommandOutput, ECSClientResolvedConfig> {
33
34
  readonly input: ListTaskDefinitionFamiliesCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: ListTaskDefinitionFamiliesCommandInput);
35
37
  /**
36
38
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -27,6 +28,7 @@ export interface ListTaskDefinitionsCommandOutput extends ListTaskDefinitionsRes
27
28
  */
28
29
  export declare class ListTaskDefinitionsCommand extends $Command<ListTaskDefinitionsCommandInput, ListTaskDefinitionsCommandOutput, ECSClientResolvedConfig> {
29
30
  readonly input: ListTaskDefinitionsCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListTaskDefinitionsCommandInput);
31
33
  /**
32
34
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -29,6 +30,7 @@ export interface ListTasksCommandOutput extends ListTasksResponse, __MetadataBea
29
30
  */
30
31
  export declare class ListTasksCommand extends $Command<ListTasksCommandInput, ListTasksCommandOutput, ECSClientResolvedConfig> {
31
32
  readonly input: ListTasksCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: ListTasksCommandInput);
33
35
  /**
34
36
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -48,6 +49,7 @@ export interface PutAccountSettingCommandOutput extends PutAccountSettingRespons
48
49
  */
49
50
  export declare class PutAccountSettingCommand extends $Command<PutAccountSettingCommandInput, PutAccountSettingCommandOutput, ECSClientResolvedConfig> {
50
51
  readonly input: PutAccountSettingCommandInput;
52
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
53
  constructor(input: PutAccountSettingCommandInput);
52
54
  /**
53
55
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -27,6 +28,7 @@ export interface PutAccountSettingDefaultCommandOutput extends PutAccountSetting
27
28
  */
28
29
  export declare class PutAccountSettingDefaultCommand extends $Command<PutAccountSettingDefaultCommandInput, PutAccountSettingDefaultCommandOutput, ECSClientResolvedConfig> {
29
30
  readonly input: PutAccountSettingDefaultCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: PutAccountSettingDefaultCommandInput);
31
33
  /**
32
34
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -29,6 +30,7 @@ export interface PutAttributesCommandOutput extends PutAttributesResponse, __Met
29
30
  */
30
31
  export declare class PutAttributesCommand extends $Command<PutAttributesCommandInput, PutAttributesCommandOutput, ECSClientResolvedConfig> {
31
32
  readonly input: PutAttributesCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: PutAttributesCommandInput);
33
35
  /**
34
36
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -38,6 +39,7 @@ export interface PutClusterCapacityProvidersCommandOutput extends PutClusterCapa
38
39
  */
39
40
  export declare class PutClusterCapacityProvidersCommand extends $Command<PutClusterCapacityProvidersCommandInput, PutClusterCapacityProvidersCommandOutput, ECSClientResolvedConfig> {
40
41
  readonly input: PutClusterCapacityProvidersCommandInput;
42
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
41
43
  constructor(input: PutClusterCapacityProvidersCommandInput);
42
44
  /**
43
45
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -29,6 +30,7 @@ export interface RegisterContainerInstanceCommandOutput extends RegisterContaine
29
30
  */
30
31
  export declare class RegisterContainerInstanceCommand extends $Command<RegisterContainerInstanceCommandInput, RegisterContainerInstanceCommandOutput, ECSClientResolvedConfig> {
31
32
  readonly input: RegisterContainerInstanceCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: RegisterContainerInstanceCommandInput);
33
35
  /**
34
36
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -42,6 +43,7 @@ export interface RegisterTaskDefinitionCommandOutput extends RegisterTaskDefinit
42
43
  */
43
44
  export declare class RegisterTaskDefinitionCommand extends $Command<RegisterTaskDefinitionCommandInput, RegisterTaskDefinitionCommandOutput, ECSClientResolvedConfig> {
44
45
  readonly input: RegisterTaskDefinitionCommandInput;
46
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
45
47
  constructor(input: RegisterTaskDefinitionCommandInput);
46
48
  /**
47
49
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -53,6 +54,7 @@ export interface RunTaskCommandOutput extends RunTaskResponse, __MetadataBearer
53
54
  */
54
55
  export declare class RunTaskCommand extends $Command<RunTaskCommandInput, RunTaskCommandOutput, ECSClientResolvedConfig> {
55
56
  readonly input: RunTaskCommandInput;
57
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
58
  constructor(input: RunTaskCommandInput);
57
59
  /**
58
60
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -29,6 +30,7 @@ export interface StartTaskCommandOutput extends StartTaskResponse, __MetadataBea
29
30
  */
30
31
  export declare class StartTaskCommand extends $Command<StartTaskCommandInput, StartTaskCommandOutput, ECSClientResolvedConfig> {
31
32
  readonly input: StartTaskCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: StartTaskCommandInput);
33
35
  /**
34
36
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -37,6 +38,7 @@ export interface StopTaskCommandOutput extends StopTaskResponse, __MetadataBeare
37
38
  */
38
39
  export declare class StopTaskCommand extends $Command<StopTaskCommandInput, StopTaskCommandOutput, ECSClientResolvedConfig> {
39
40
  readonly input: StopTaskCommandInput;
41
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
40
42
  constructor(input: StopTaskCommandInput);
41
43
  /**
42
44
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -28,6 +29,7 @@ export interface SubmitAttachmentStateChangesCommandOutput extends SubmitAttachm
28
29
  */
29
30
  export declare class SubmitAttachmentStateChangesCommand extends $Command<SubmitAttachmentStateChangesCommandInput, SubmitAttachmentStateChangesCommandOutput, ECSClientResolvedConfig> {
30
31
  readonly input: SubmitAttachmentStateChangesCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: SubmitAttachmentStateChangesCommandInput);
32
34
  /**
33
35
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -28,6 +29,7 @@ export interface SubmitContainerStateChangeCommandOutput extends SubmitContainer
28
29
  */
29
30
  export declare class SubmitContainerStateChangeCommand extends $Command<SubmitContainerStateChangeCommandInput, SubmitContainerStateChangeCommandOutput, ECSClientResolvedConfig> {
30
31
  readonly input: SubmitContainerStateChangeCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: SubmitContainerStateChangeCommandInput);
32
34
  /**
33
35
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -28,6 +29,7 @@ export interface SubmitTaskStateChangeCommandOutput extends SubmitTaskStateChang
28
29
  */
29
30
  export declare class SubmitTaskStateChangeCommand extends $Command<SubmitTaskStateChangeCommandInput, SubmitTaskStateChangeCommandOutput, ECSClientResolvedConfig> {
30
31
  readonly input: SubmitTaskStateChangeCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: SubmitTaskStateChangeCommandInput);
32
34
  /**
33
35
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -28,6 +29,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
28
29
  */
29
30
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ECSClientResolvedConfig> {
30
31
  readonly input: TagResourceCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: TagResourceCommandInput);
32
34
  /**
33
35
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -25,6 +26,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
26
  */
26
27
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ECSClientResolvedConfig> {
27
28
  readonly input: UntagResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UntagResourceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -25,6 +26,7 @@ export interface UpdateCapacityProviderCommandOutput extends UpdateCapacityProvi
25
26
  */
26
27
  export declare class UpdateCapacityProviderCommand extends $Command<UpdateCapacityProviderCommandInput, UpdateCapacityProviderCommandOutput, ECSClientResolvedConfig> {
27
28
  readonly input: UpdateCapacityProviderCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateCapacityProviderCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -25,6 +26,7 @@ export interface UpdateClusterCommandOutput extends UpdateClusterResponse, __Met
25
26
  */
26
27
  export declare class UpdateClusterCommand extends $Command<UpdateClusterCommandInput, UpdateClusterCommandOutput, ECSClientResolvedConfig> {
27
28
  readonly input: UpdateClusterCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateClusterCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -25,6 +26,7 @@ export interface UpdateClusterSettingsCommandOutput extends UpdateClusterSetting
25
26
  */
26
27
  export declare class UpdateClusterSettingsCommand extends $Command<UpdateClusterSettingsCommandInput, UpdateClusterSettingsCommandOutput, ECSClientResolvedConfig> {
27
28
  readonly input: UpdateClusterSettingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateClusterSettingsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -40,6 +41,7 @@ export interface UpdateContainerAgentCommandOutput extends UpdateContainerAgentR
40
41
  */
41
42
  export declare class UpdateContainerAgentCommand extends $Command<UpdateContainerAgentCommandInput, UpdateContainerAgentCommandOutput, ECSClientResolvedConfig> {
42
43
  readonly input: UpdateContainerAgentCommandInput;
44
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
43
45
  constructor(input: UpdateContainerAgentCommandInput);
44
46
  /**
45
47
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -73,6 +74,7 @@ export interface UpdateContainerInstancesStateCommandOutput extends UpdateContai
73
74
  */
74
75
  export declare class UpdateContainerInstancesStateCommand extends $Command<UpdateContainerInstancesStateCommandInput, UpdateContainerInstancesStateCommandOutput, ECSClientResolvedConfig> {
75
76
  readonly input: UpdateContainerInstancesStateCommandInput;
77
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
78
  constructor(input: UpdateContainerInstancesStateCommandInput);
77
79
  /**
78
80
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -149,6 +150,7 @@ export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __Met
149
150
  */
150
151
  export declare class UpdateServiceCommand extends $Command<UpdateServiceCommandInput, UpdateServiceCommandOutput, ECSClientResolvedConfig> {
151
152
  readonly input: UpdateServiceCommandInput;
153
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
152
154
  constructor(input: UpdateServiceCommandInput);
153
155
  /**
154
156
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -29,6 +30,7 @@ export interface UpdateServicePrimaryTaskSetCommandOutput extends UpdateServiceP
29
30
  */
30
31
  export declare class UpdateServicePrimaryTaskSetCommand extends $Command<UpdateServicePrimaryTaskSetCommandInput, UpdateServicePrimaryTaskSetCommandOutput, ECSClientResolvedConfig> {
31
32
  readonly input: UpdateServicePrimaryTaskSetCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: UpdateServicePrimaryTaskSetCommandInput);
33
35
  /**
34
36
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
@@ -27,6 +28,7 @@ export interface UpdateTaskSetCommandOutput extends UpdateTaskSetResponse, __Met
27
28
  */
28
29
  export declare class UpdateTaskSetCommand extends $Command<UpdateTaskSetCommandInput, UpdateTaskSetCommandOutput, ECSClientResolvedConfig> {
29
30
  readonly input: UpdateTaskSetCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: UpdateTaskSetCommandInput);
31
33
  /**
32
34
  * @internal
@@ -0,0 +1,19 @@
1
+ import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
2
+ export interface ClientInputEndpointParameters {
3
+ region?: string | Provider<string>;
4
+ useDualstackEndpoint?: boolean | Provider<boolean>;
5
+ useFipsEndpoint?: boolean | Provider<boolean>;
6
+ endpoint?: string | Provider<string>;
7
+ }
8
+ export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
9
+ defaultSigningName: string;
10
+ };
11
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
12
+ defaultSigningName: string;
13
+ };
14
+ export interface EndpointParameters extends __EndpointParameters {
15
+ Region?: string;
16
+ UseDualStack?: boolean;
17
+ UseFIPS?: boolean;
18
+ Endpoint?: string;
19
+ }
@@ -0,0 +1,5 @@
1
+ import { EndpointV2, Logger } from "@aws-sdk/types";
2
+ import { EndpointParameters } from "./EndpointParameters";
3
+ export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
+ logger?: Logger;
5
+ }) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
23
23
  serviceId: string;
24
24
  region: string | import("@aws-sdk/types").Provider<any>;
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
26
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
27
  defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
29
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
30
+ logger?: import("@aws-sdk/types").Logger | undefined;
31
+ }) => import("@aws-sdk/types").EndpointV2;
30
32
  tls?: boolean | undefined;
31
33
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
34
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -6,8 +6,10 @@ import { ECSClientConfig } from "./ECSClient";
6
6
  export declare const getRuntimeConfig: (config: ECSClientConfig) => {
7
7
  apiVersion: string;
8
8
  disableHostPrefix: boolean;
9
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
10
+ logger?: __Logger | undefined;
11
+ }) => import("@aws-sdk/types").EndpointV2;
9
12
  logger: __Logger;
10
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
11
13
  serviceId: string;
12
14
  urlParser: import("@aws-sdk/types").UrlParser;
13
15
  };