@aws-sdk/client-ecs 3.588.0 → 3.592.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 (121) hide show
  1. package/dist-cjs/index.js +0 -56
  2. package/dist-types/ECSClient.d.ts +4 -4
  3. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateServiceCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateTaskSetCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteClusterCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteServiceCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteTaskSetCommand.d.ts +2 -1
  14. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +2 -1
  15. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeClustersCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeServicesCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeTasksCommand.d.ts +2 -1
  23. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -1
  24. package/dist-types/commands/ExecuteCommandCommand.d.ts +2 -1
  25. package/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -1
  26. package/dist-types/commands/ListAccountSettingsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListAttributesCommand.d.ts +2 -1
  28. package/dist-types/commands/ListClustersCommand.d.ts +2 -1
  29. package/dist-types/commands/ListContainerInstancesCommand.d.ts +2 -1
  30. package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +2 -1
  31. package/dist-types/commands/ListServicesCommand.d.ts +2 -1
  32. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  33. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -1
  34. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListTasksCommand.d.ts +2 -1
  36. package/dist-types/commands/PutAccountSettingCommand.d.ts +2 -1
  37. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +2 -1
  38. package/dist-types/commands/PutAttributesCommand.d.ts +2 -1
  39. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +2 -1
  40. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +2 -1
  41. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +2 -1
  42. package/dist-types/commands/RunTaskCommand.d.ts +2 -1
  43. package/dist-types/commands/StartTaskCommand.d.ts +2 -1
  44. package/dist-types/commands/StopTaskCommand.d.ts +2 -1
  45. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -1
  46. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -1
  47. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +2 -1
  48. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  49. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateClusterCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateServiceCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateTaskSetCommand.d.ts +2 -1
  59. package/dist-types/index.d.ts +2 -2
  60. package/dist-types/models/ECSServiceException.d.ts +2 -1
  61. package/dist-types/runtimeConfig.native.d.ts +1 -1
  62. package/dist-types/ts3.4/ECSClient.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +2 -1
  112. package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +2 -1
  113. package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +2 -1
  114. package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +2 -1
  115. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +2 -1
  116. package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +2 -1
  117. package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +2 -1
  118. package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +2 -1
  119. package/dist-types/ts3.4/models/ECSServiceException.d.ts +2 -1
  120. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  121. package/package.json +6 -6
@@ -5,7 +5,8 @@ import { ExecuteCommandRequest, ExecuteCommandResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetTaskProtectionRequest, GetTaskProtectionResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListAccountSettingsRequest, ListAccountSettingsResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListAttributesRequest, ListAttributesResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListClustersRequest, ListClustersResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListContainerInstancesRequest, ListContainerInstancesResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListServicesByNamespaceRequest, ListServicesByNamespaceResponse } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListServicesRequest, ListServicesResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTaskDefinitionFamiliesRequest, ListTaskDefinitionFamiliesResponse }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTaskDefinitionsRequest, ListTaskDefinitionsResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTasksRequest, ListTasksResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutAccountSettingRequest, PutAccountSettingResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutAccountSettingDefaultRequest, PutAccountSettingDefaultResponse } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutAttributesRequest, PutAttributesResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutClusterCapacityProvidersRequest, PutClusterCapacityProvidersResponse
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RegisterContainerInstanceRequest, RegisterContainerInstanceResponse } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RegisterTaskDefinitionRequest, RegisterTaskDefinitionResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RunTaskRequest, RunTaskResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StartTaskRequest, StartTaskResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StopTaskRequest, StopTaskResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SubmitAttachmentStateChangesRequest, SubmitAttachmentStateChangesRespon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SubmitContainerStateChangeRequest, SubmitContainerStateChangeResponse }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SubmitTaskStateChangeRequest, SubmitTaskStateChangeResponse } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateCapacityProviderRequest, UpdateCapacityProviderResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateClusterRequest, UpdateClusterResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateClusterSettingsRequest, UpdateClusterSettingsResponse } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateContainerAgentRequest, UpdateContainerAgentResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateContainerInstancesStateRequest, UpdateContainerInstancesStateResp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateServiceRequest, UpdateServiceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateServicePrimaryTaskSetRequest, UpdateServicePrimaryTaskSetResponse
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateTaskProtectionRequest, UpdateTaskProtectionResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateTaskSetRequest, UpdateTaskSetResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -18,8 +18,8 @@
18
18
  export * from "./ECSClient";
19
19
  export * from "./ECS";
20
20
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
21
- export { RuntimeExtension } from "./runtimeExtensions";
22
- export { ECSExtensionConfiguration } from "./extensionConfiguration";
21
+ export type { RuntimeExtension } from "./runtimeExtensions";
22
+ export type { ECSExtensionConfiguration } from "./extensionConfiguration";
23
23
  export * from "./commands";
24
24
  export * from "./pagination";
25
25
  export * from "./waiters";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -406,8 +406,8 @@ export interface ClientDefaults
406
406
  serviceId?: string;
407
407
  useDualstackEndpoint?: boolean | __Provider<boolean>;
408
408
  useFipsEndpoint?: boolean | __Provider<boolean>;
409
- defaultUserAgentProvider?: Provider<__UserAgent>;
410
409
  region?: string | __Provider<string>;
410
+ defaultUserAgentProvider?: Provider<__UserAgent>;
411
411
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
412
412
  maxAttempts?: number | __Provider<number>;
413
413
  retryMode?: string | __Provider<string>;
@@ -9,7 +9,8 @@ import {
9
9
  CreateCapacityProviderRequest,
10
10
  CreateCapacityProviderResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateCapacityProviderCommandInput
14
15
  extends CreateCapacityProviderRequest {}
15
16
  export interface CreateCapacityProviderCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateClusterRequest,
10
10
  CreateClusterResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateClusterCommandInput extends CreateClusterRequest {}
14
15
  export interface CreateClusterCommandOutput
15
16
  extends CreateClusterResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateServiceRequest,
10
10
  CreateServiceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateServiceCommandInput extends CreateServiceRequest {}
14
15
  export interface CreateServiceCommandOutput
15
16
  extends CreateServiceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateTaskSetRequest,
10
10
  CreateTaskSetResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateTaskSetCommandInput extends CreateTaskSetRequest {}
14
15
  export interface CreateTaskSetCommandOutput
15
16
  extends CreateTaskSetResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteAccountSettingRequest,
10
10
  DeleteAccountSettingResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteAccountSettingCommandInput
14
15
  extends DeleteAccountSettingRequest {}
15
16
  export interface DeleteAccountSettingCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteAttributesRequest,
10
10
  DeleteAttributesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteAttributesCommandInput extends DeleteAttributesRequest {}
14
15
  export interface DeleteAttributesCommandOutput
15
16
  extends DeleteAttributesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteCapacityProviderRequest,
10
10
  DeleteCapacityProviderResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteCapacityProviderCommandInput
14
15
  extends DeleteCapacityProviderRequest {}
15
16
  export interface DeleteCapacityProviderCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteClusterRequest,
10
10
  DeleteClusterResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
14
15
  export interface DeleteClusterCommandOutput
15
16
  extends DeleteClusterResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteServiceRequest,
10
10
  DeleteServiceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteServiceCommandInput extends DeleteServiceRequest {}
14
15
  export interface DeleteServiceCommandOutput
15
16
  extends DeleteServiceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteTaskDefinitionsRequest,
10
10
  DeleteTaskDefinitionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteTaskDefinitionsCommandInput
14
15
  extends DeleteTaskDefinitionsRequest {}
15
16
  export interface DeleteTaskDefinitionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteTaskSetRequest,
10
10
  DeleteTaskSetResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteTaskSetCommandInput extends DeleteTaskSetRequest {}
14
15
  export interface DeleteTaskSetCommandOutput
15
16
  extends DeleteTaskSetResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeregisterContainerInstanceRequest,
10
10
  DeregisterContainerInstanceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeregisterContainerInstanceCommandInput
14
15
  extends DeregisterContainerInstanceRequest {}
15
16
  export interface DeregisterContainerInstanceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeregisterTaskDefinitionRequest,
10
10
  DeregisterTaskDefinitionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeregisterTaskDefinitionCommandInput
14
15
  extends DeregisterTaskDefinitionRequest {}
15
16
  export interface DeregisterTaskDefinitionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeCapacityProvidersRequest,
10
10
  DescribeCapacityProvidersResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeCapacityProvidersCommandInput
14
15
  extends DescribeCapacityProvidersRequest {}
15
16
  export interface DescribeCapacityProvidersCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeClustersRequest,
10
10
  DescribeClustersResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeClustersCommandInput extends DescribeClustersRequest {}
14
15
  export interface DescribeClustersCommandOutput
15
16
  extends DescribeClustersResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeContainerInstancesRequest,
10
10
  DescribeContainerInstancesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeContainerInstancesCommandInput
14
15
  extends DescribeContainerInstancesRequest {}
15
16
  export interface DescribeContainerInstancesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeServicesRequest,
10
10
  DescribeServicesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeServicesCommandInput extends DescribeServicesRequest {}
14
15
  export interface DescribeServicesCommandOutput
15
16
  extends DescribeServicesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeTaskDefinitionRequest,
10
10
  DescribeTaskDefinitionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeTaskDefinitionCommandInput
14
15
  extends DescribeTaskDefinitionRequest {}
15
16
  export interface DescribeTaskDefinitionCommandOutput