@aws-sdk/client-ecs 3.36.0 → 3.39.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 (156) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/dist-cjs/ECS.js +0 -15
  3. package/dist-cjs/ECSClient.js +0 -20
  4. package/dist-cjs/commands/CreateCapacityProviderCommand.js +0 -30
  5. package/dist-cjs/commands/CreateClusterCommand.js +0 -35
  6. package/dist-cjs/commands/CreateServiceCommand.js +0 -129
  7. package/dist-cjs/commands/CreateTaskSetCommand.js +0 -27
  8. package/dist-cjs/commands/DeleteAccountSettingCommand.js +0 -25
  9. package/dist-cjs/commands/DeleteAttributesCommand.js +0 -24
  10. package/dist-cjs/commands/DeleteCapacityProviderCommand.js +0 -38
  11. package/dist-cjs/commands/DeleteClusterCommand.js +0 -30
  12. package/dist-cjs/commands/DeleteServiceCommand.js +0 -44
  13. package/dist-cjs/commands/DeleteTaskSetCommand.js +0 -25
  14. package/dist-cjs/commands/DeregisterContainerInstanceCommand.js +0 -36
  15. package/dist-cjs/commands/DeregisterTaskDefinitionCommand.js +0 -39
  16. package/dist-cjs/commands/DescribeCapacityProvidersCommand.js +0 -24
  17. package/dist-cjs/commands/DescribeClustersCommand.js +0 -24
  18. package/dist-cjs/commands/DescribeContainerInstancesCommand.js +0 -25
  19. package/dist-cjs/commands/DescribeServicesCommand.js +0 -24
  20. package/dist-cjs/commands/DescribeTaskDefinitionCommand.js +0 -31
  21. package/dist-cjs/commands/DescribeTaskSetsCommand.js +0 -27
  22. package/dist-cjs/commands/DescribeTasksCommand.js +0 -24
  23. package/dist-cjs/commands/DiscoverPollEndpointCommand.js +0 -28
  24. package/dist-cjs/commands/ExecuteCommandCommand.js +0 -24
  25. package/dist-cjs/commands/ListAccountSettingsCommand.js +0 -24
  26. package/dist-cjs/commands/ListAttributesCommand.js +0 -30
  27. package/dist-cjs/commands/ListClustersCommand.js +0 -24
  28. package/dist-cjs/commands/ListContainerInstancesCommand.js +0 -27
  29. package/dist-cjs/commands/ListServicesCommand.js +0 -25
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -24
  31. package/dist-cjs/commands/ListTaskDefinitionFamiliesCommand.js +0 -30
  32. package/dist-cjs/commands/ListTaskDefinitionsCommand.js +0 -26
  33. package/dist-cjs/commands/ListTasksCommand.js +0 -28
  34. package/dist-cjs/commands/PutAccountSettingCommand.js +0 -47
  35. package/dist-cjs/commands/PutAccountSettingDefaultCommand.js +0 -26
  36. package/dist-cjs/commands/PutAttributesCommand.js +0 -28
  37. package/dist-cjs/commands/PutClusterCapacityProvidersCommand.js +0 -37
  38. package/dist-cjs/commands/RegisterContainerInstanceCommand.js +0 -29
  39. package/dist-cjs/commands/RegisterTaskDefinitionCommand.js +0 -41
  40. package/dist-cjs/commands/RunTaskCommand.js +0 -52
  41. package/dist-cjs/commands/StartTaskCommand.js +0 -28
  42. package/dist-cjs/commands/StopTaskCommand.js +0 -36
  43. package/dist-cjs/commands/SubmitAttachmentStateChangesCommand.js +0 -28
  44. package/dist-cjs/commands/SubmitContainerStateChangeCommand.js +0 -28
  45. package/dist-cjs/commands/SubmitTaskStateChangeCommand.js +0 -28
  46. package/dist-cjs/commands/TagResourceCommand.js +0 -27
  47. package/dist-cjs/commands/UntagResourceCommand.js +0 -24
  48. package/dist-cjs/commands/UpdateCapacityProviderCommand.js +0 -24
  49. package/dist-cjs/commands/UpdateClusterCommand.js +0 -24
  50. package/dist-cjs/commands/UpdateClusterSettingsCommand.js +0 -24
  51. package/dist-cjs/commands/UpdateContainerAgentCommand.js +0 -39
  52. package/dist-cjs/commands/UpdateContainerInstancesStateCommand.js +0 -72
  53. package/dist-cjs/commands/UpdateServiceCommand.js +0 -132
  54. package/dist-cjs/commands/UpdateServicePrimaryTaskSetCommand.js +0 -28
  55. package/dist-cjs/commands/UpdateTaskSetCommand.js +0 -26
  56. package/dist-cjs/commands/index.js +55 -0
  57. package/dist-cjs/endpoints.js +6 -1
  58. package/dist-cjs/index.js +5 -66
  59. package/dist-cjs/models/models_0.js +26 -619
  60. package/dist-cjs/pagination/ListAccountSettingsPaginator.js +0 -10
  61. package/dist-cjs/pagination/ListAttributesPaginator.js +0 -10
  62. package/dist-cjs/pagination/ListClustersPaginator.js +0 -10
  63. package/dist-cjs/pagination/ListContainerInstancesPaginator.js +0 -10
  64. package/dist-cjs/pagination/ListServicesPaginator.js +0 -10
  65. package/dist-cjs/pagination/ListTaskDefinitionFamiliesPaginator.js +0 -10
  66. package/dist-cjs/pagination/ListTaskDefinitionsPaginator.js +0 -10
  67. package/dist-cjs/pagination/ListTasksPaginator.js +0 -10
  68. package/dist-cjs/pagination/index.js +12 -0
  69. package/dist-cjs/protocols/Aws_json1_1.js +25 -5
  70. package/dist-cjs/runtimeConfig.browser.js +1 -5
  71. package/dist-cjs/runtimeConfig.js +1 -5
  72. package/dist-cjs/runtimeConfig.native.js +0 -3
  73. package/dist-cjs/runtimeConfig.shared.js +0 -3
  74. package/dist-cjs/waiters/index.js +6 -0
  75. package/dist-cjs/waiters/waitForServicesInactive.js +0 -9
  76. package/dist-cjs/waiters/waitForTasksRunning.js +0 -9
  77. package/dist-cjs/waiters/waitForTasksStopped.js +0 -9
  78. package/dist-es/commands/index.js +52 -0
  79. package/dist-es/endpoints.js +6 -1
  80. package/dist-es/index.js +5 -66
  81. package/dist-es/models/models_0.js +20 -0
  82. package/dist-es/pagination/index.js +9 -0
  83. package/dist-es/protocols/Aws_json1_1.js +22 -1
  84. package/dist-es/waiters/index.js +3 -0
  85. package/dist-types/commands/index.d.ts +52 -0
  86. package/dist-types/index.d.ts +5 -66
  87. package/dist-types/models/models_0.d.ts +170 -25
  88. package/dist-types/pagination/index.d.ts +9 -0
  89. package/dist-types/ts3.4/ECS.d.ts +53 -702
  90. package/dist-types/ts3.4/ECSClient.d.ts +24 -101
  91. package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +2 -26
  92. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -31
  93. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +2 -125
  94. package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +2 -23
  95. package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +2 -21
  96. package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +2 -20
  97. package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +2 -34
  98. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +2 -26
  99. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +2 -40
  100. package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +2 -21
  101. package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +2 -32
  102. package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +2 -35
  103. package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +2 -20
  104. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +2 -20
  105. package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +2 -21
  106. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +2 -20
  107. package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +2 -27
  108. package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +2 -23
  109. package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +2 -20
  110. package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +2 -24
  111. package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +2 -20
  112. package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +2 -20
  113. package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +2 -26
  114. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -20
  115. package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +2 -23
  116. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -21
  117. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
  118. package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -26
  119. package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +2 -22
  120. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +2 -24
  121. package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +2 -43
  122. package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +2 -22
  123. package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +2 -24
  124. package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +2 -33
  125. package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +2 -25
  126. package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +2 -37
  127. package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +2 -48
  128. package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +2 -24
  129. package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +2 -32
  130. package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -24
  131. package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +2 -24
  132. package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +2 -24
  133. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -23
  134. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  135. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +2 -20
  136. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +2 -20
  137. package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +2 -20
  138. package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +2 -35
  139. package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +2 -68
  140. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +2 -128
  141. package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +2 -24
  142. package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +2 -22
  143. package/dist-types/ts3.4/commands/index.d.ts +52 -0
  144. package/dist-types/ts3.4/index.d.ts +5 -66
  145. package/dist-types/ts3.4/models/models_0.d.ts +1099 -6662
  146. package/dist-types/ts3.4/pagination/index.d.ts +9 -0
  147. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  148. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  149. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  150. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  151. package/dist-types/ts3.4/waiters/index.d.ts +3 -0
  152. package/dist-types/ts3.4/waiters/waitForServicesInactive.d.ts +2 -9
  153. package/dist-types/ts3.4/waiters/waitForTasksRunning.d.ts +2 -9
  154. package/dist-types/ts3.4/waiters/waitForTasksStopped.d.ts +2 -9
  155. package/dist-types/waiters/index.d.ts +3 -0
  156. package/package.json +33 -33
@@ -6,32 +6,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
6
6
  }
7
7
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Associates the specified tags to a resource with the specified
11
- * <code>resourceArn</code>. If existing tags on a resource are not specified in the
12
- * request parameters, they are not changed. When a resource is deleted, the tags
13
- * associated with that resource are deleted as well.</p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { ECSClient, TagResourceCommand } from "@aws-sdk/client-ecs"; // ES Modules import
18
- * // const { ECSClient, TagResourceCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
19
- * const client = new ECSClient(config);
20
- * const command = new TagResourceCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link TagResourceCommandInput} for command's `input` shape.
25
- * @see {@link TagResourceCommandOutput} for command's `response` shape.
26
- * @see {@link ECSClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
9
+
29
10
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ECSClientResolvedConfig> {
30
11
  readonly input: TagResourceCommandInput;
31
12
  constructor(input: TagResourceCommandInput);
32
- /**
33
- * @internal
34
- */
13
+
35
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
36
15
  private serialize;
37
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
6
6
  }
7
7
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deletes specified tags from a resource.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ECSClient, UntagResourceCommand } from "@aws-sdk/client-ecs"; // ES Modules import
15
- * // const { ECSClient, UntagResourceCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
16
- * const client = new ECSClient(config);
17
- * const command = new UntagResourceCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link UntagResourceCommandInput} for command's `input` shape.
22
- * @see {@link UntagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link ECSClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ECSClientResolvedConfig> {
27
11
  readonly input: UntagResourceCommandInput;
28
12
  constructor(input: UntagResourceCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface UpdateCapacityProviderCommandInput extends UpdateCapacityProvid
6
6
  }
7
7
  export interface UpdateCapacityProviderCommandOutput extends UpdateCapacityProviderResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Modifies the parameters for a capacity provider.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ECSClient, UpdateCapacityProviderCommand } from "@aws-sdk/client-ecs"; // ES Modules import
15
- * // const { ECSClient, UpdateCapacityProviderCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
16
- * const client = new ECSClient(config);
17
- * const command = new UpdateCapacityProviderCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link UpdateCapacityProviderCommandInput} for command's `input` shape.
22
- * @see {@link UpdateCapacityProviderCommandOutput} for command's `response` shape.
23
- * @see {@link ECSClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class UpdateCapacityProviderCommand extends $Command<UpdateCapacityProviderCommandInput, UpdateCapacityProviderCommandOutput, ECSClientResolvedConfig> {
27
11
  readonly input: UpdateCapacityProviderCommandInput;
28
12
  constructor(input: UpdateCapacityProviderCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCapacityProviderCommandInput, UpdateCapacityProviderCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface UpdateClusterCommandInput extends UpdateClusterRequest {
6
6
  }
7
7
  export interface UpdateClusterCommandOutput extends UpdateClusterResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Updates the cluster.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ECSClient, UpdateClusterCommand } from "@aws-sdk/client-ecs"; // ES Modules import
15
- * // const { ECSClient, UpdateClusterCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
16
- * const client = new ECSClient(config);
17
- * const command = new UpdateClusterCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link UpdateClusterCommandInput} for command's `input` shape.
22
- * @see {@link UpdateClusterCommandOutput} for command's `response` shape.
23
- * @see {@link ECSClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class UpdateClusterCommand extends $Command<UpdateClusterCommandInput, UpdateClusterCommandOutput, ECSClientResolvedConfig> {
27
11
  readonly input: UpdateClusterCommandInput;
28
12
  constructor(input: UpdateClusterCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateClusterCommandInput, UpdateClusterCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface UpdateClusterSettingsCommandInput extends UpdateClusterSettings
6
6
  }
7
7
  export interface UpdateClusterSettingsCommandOutput extends UpdateClusterSettingsResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Modifies the settings to use for a cluster.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ECSClient, UpdateClusterSettingsCommand } from "@aws-sdk/client-ecs"; // ES Modules import
15
- * // const { ECSClient, UpdateClusterSettingsCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
16
- * const client = new ECSClient(config);
17
- * const command = new UpdateClusterSettingsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link UpdateClusterSettingsCommandInput} for command's `input` shape.
22
- * @see {@link UpdateClusterSettingsCommandOutput} for command's `response` shape.
23
- * @see {@link ECSClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class UpdateClusterSettingsCommand extends $Command<UpdateClusterSettingsCommandInput, UpdateClusterSettingsCommandOutput, ECSClientResolvedConfig> {
27
11
  readonly input: UpdateClusterSettingsCommandInput;
28
12
  constructor(input: UpdateClusterSettingsCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateClusterSettingsCommandInput, UpdateClusterSettingsCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,44 +6,11 @@ export interface UpdateContainerAgentCommandInput extends UpdateContainerAgentRe
6
6
  }
7
7
  export interface UpdateContainerAgentCommandOutput extends UpdateContainerAgentResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Updates the Amazon ECS container agent on a specified container instance. Updating the
11
- * Amazon ECS container agent does not interrupt running tasks or services on the container
12
- * instance. The process for updating the agent differs depending on whether your container
13
- * instance was launched with the Amazon ECS-optimized AMI or another operating system.</p>
14
- * <note>
15
- * <p>The <code>UpdateContainerAgent</code> API isn't supported for container instances
16
- * using the Amazon ECS-optimized Amazon Linux 2 (arm64) AMI. To update the container agent,
17
- * you can update the <code>ecs-init</code> package which will update the agent. For
18
- * more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/agent-update-ecs-ami.html">Updating the
19
- * Amazon ECS container agent</a> in the
20
- * <i>Amazon Elastic Container Service Developer Guide</i>.</p>
21
- * </note>
22
- * <p>The <code>UpdateContainerAgent</code> API requires an Amazon ECS-optimized AMI or Amazon
23
- * Linux AMI with the <code>ecs-init</code> service installed and running. For help
24
- * updating the Amazon ECS container agent on other operating systems, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-update.html#manually_update_agent">Manually updating the Amazon ECS container agent</a> in the
25
- * <i>Amazon Elastic Container Service Developer Guide</i>.</p>
26
- * @example
27
- * Use a bare-bones client and the command you need to make an API call.
28
- * ```javascript
29
- * import { ECSClient, UpdateContainerAgentCommand } from "@aws-sdk/client-ecs"; // ES Modules import
30
- * // const { ECSClient, UpdateContainerAgentCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
31
- * const client = new ECSClient(config);
32
- * const command = new UpdateContainerAgentCommand(input);
33
- * const response = await client.send(command);
34
- * ```
35
- *
36
- * @see {@link UpdateContainerAgentCommandInput} for command's `input` shape.
37
- * @see {@link UpdateContainerAgentCommandOutput} for command's `response` shape.
38
- * @see {@link ECSClientResolvedConfig | config} for command's `input` shape.
39
- *
40
- */
9
+
41
10
  export declare class UpdateContainerAgentCommand extends $Command<UpdateContainerAgentCommandInput, UpdateContainerAgentCommandOutput, ECSClientResolvedConfig> {
42
11
  readonly input: UpdateContainerAgentCommandInput;
43
12
  constructor(input: UpdateContainerAgentCommandInput);
44
- /**
45
- * @internal
46
- */
13
+
47
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateContainerAgentCommandInput, UpdateContainerAgentCommandOutput>;
48
15
  private serialize;
49
16
  private deserialize;
@@ -6,77 +6,11 @@ export interface UpdateContainerInstancesStateCommandInput extends UpdateContain
6
6
  }
7
7
  export interface UpdateContainerInstancesStateCommandOutput extends UpdateContainerInstancesStateResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Modifies the status of an Amazon ECS container instance.</p>
11
- * <p>Once a container instance has reached an <code>ACTIVE</code> state, you can change the
12
- * status of a container instance to <code>DRAINING</code> to manually remove an instance
13
- * from a cluster, for example to perform system updates, update the Docker daemon, or
14
- * scale down the cluster size.</p>
15
- * <important>
16
- * <p>A container instance cannot be changed to <code>DRAINING</code> until it has
17
- * reached an <code>ACTIVE</code> status. If the instance is in any other status, an
18
- * error will be received.</p>
19
- * </important>
20
- * <p>When you set a container instance to <code>DRAINING</code>, Amazon ECS prevents new tasks
21
- * from being scheduled for placement on the container instance and replacement service
22
- * tasks are started on other container instances in the cluster if the resources are
23
- * available. Service tasks on the container instance that are in the <code>PENDING</code>
24
- * state are stopped immediately.</p>
25
- * <p>Service tasks on the container instance that are in the <code>RUNNING</code> state are
26
- * stopped and replaced according to the service's deployment configuration parameters,
27
- * <code>minimumHealthyPercent</code> and <code>maximumPercent</code>. You can change
28
- * the deployment configuration of your service using <a>UpdateService</a>.</p>
29
- * <ul>
30
- * <li>
31
- * <p>If <code>minimumHealthyPercent</code> is below 100%, the scheduler can ignore
32
- * <code>desiredCount</code> temporarily during task replacement. For example,
33
- * <code>desiredCount</code> is four tasks, a minimum of 50% allows the
34
- * scheduler to stop two existing tasks before starting two new tasks. If the
35
- * minimum is 100%, the service scheduler can't remove existing tasks until the
36
- * replacement tasks are considered healthy. Tasks for services that do not use a
37
- * load balancer are considered healthy if they are in the <code>RUNNING</code>
38
- * state. Tasks for services that use a load balancer are considered healthy if
39
- * they are in the <code>RUNNING</code> state and the container instance they are
40
- * hosted on is reported as healthy by the load balancer.</p>
41
- * </li>
42
- * <li>
43
- * <p>The <code>maximumPercent</code> parameter represents an upper limit on the
44
- * number of running tasks during task replacement, which enables you to define the
45
- * replacement batch size. For example, if <code>desiredCount</code> is four tasks,
46
- * a maximum of 200% starts four new tasks before stopping the four tasks to be
47
- * drained, provided that the cluster resources required to do this are available.
48
- * If the maximum is 100%, then replacement tasks can't start until the draining
49
- * tasks have stopped.</p>
50
- * </li>
51
- * </ul>
52
- * <p>Any <code>PENDING</code> or <code>RUNNING</code> tasks that do not belong to a service
53
- * are not affected. You must wait for them to finish or stop them manually.</p>
54
- * <p>A container instance has completed draining when it has no more <code>RUNNING</code>
55
- * tasks. You can verify this using <a>ListTasks</a>.</p>
56
- * <p>When a container instance has been drained, you can set a container instance to
57
- * <code>ACTIVE</code> status and once it has reached that status the Amazon ECS scheduler
58
- * can begin scheduling tasks on the instance again.</p>
59
- * @example
60
- * Use a bare-bones client and the command you need to make an API call.
61
- * ```javascript
62
- * import { ECSClient, UpdateContainerInstancesStateCommand } from "@aws-sdk/client-ecs"; // ES Modules import
63
- * // const { ECSClient, UpdateContainerInstancesStateCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
64
- * const client = new ECSClient(config);
65
- * const command = new UpdateContainerInstancesStateCommand(input);
66
- * const response = await client.send(command);
67
- * ```
68
- *
69
- * @see {@link UpdateContainerInstancesStateCommandInput} for command's `input` shape.
70
- * @see {@link UpdateContainerInstancesStateCommandOutput} for command's `response` shape.
71
- * @see {@link ECSClientResolvedConfig | config} for command's `input` shape.
72
- *
73
- */
9
+
74
10
  export declare class UpdateContainerInstancesStateCommand extends $Command<UpdateContainerInstancesStateCommandInput, UpdateContainerInstancesStateCommandOutput, ECSClientResolvedConfig> {
75
11
  readonly input: UpdateContainerInstancesStateCommandInput;
76
12
  constructor(input: UpdateContainerInstancesStateCommandInput);
77
- /**
78
- * @internal
79
- */
13
+
80
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateContainerInstancesStateCommandInput, UpdateContainerInstancesStateCommandOutput>;
81
15
  private serialize;
82
16
  private deserialize;
@@ -6,137 +6,11 @@ export interface UpdateServiceCommandInput extends UpdateServiceRequest {
6
6
  }
7
7
  export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <important>
11
- * <p>Updating the task placement strategies and constraints on an Amazon ECS service remains
12
- * in preview and is a Beta Service as defined by and subject to the Beta Service
13
- * Participation Service Terms located at <a href="https://aws.amazon.com/service-terms">https://aws.amazon.com/service-terms</a> ("Beta Terms"). These Beta Terms
14
- * apply to your participation in this preview.</p>
15
- * </important>
16
- * <p>Modifies the parameters of a service.</p>
17
- * <p>For services using the rolling update (<code>ECS</code>) deployment controller, the
18
- * desired count, deployment configuration, network configuration, task placement
19
- * constraints and strategies, or task definition used can be updated.</p>
20
- * <p>For services using the blue/green (<code>CODE_DEPLOY</code>) deployment controller,
21
- * only the desired count, deployment configuration, task placement constraints and
22
- * strategies, and health check grace period can be updated using this API. If the network
23
- * configuration, platform version, or task definition need to be updated, a new CodeDeploy
24
- * deployment should be created. For more information, see <a href="https://docs.aws.amazon.com/codedeploy/latest/APIReference/API_CreateDeployment.html">CreateDeployment</a> in the <i>CodeDeploy API Reference</i>.</p>
25
- * <p>For services using an external deployment controller, you can update only the desired
26
- * count, task placement constraints and strategies, and health check grace period using
27
- * this API. If the launch type, load balancer, network configuration, platform version, or
28
- * task definition need to be updated, you should create a new task set. For more
29
- * information, see <a>CreateTaskSet</a>.</p>
30
- * <p>You can add to or subtract from the number of instantiations of a task definition in a
31
- * service by specifying the cluster that the service is running in and a new
32
- * <code>desiredCount</code> parameter.</p>
33
- * <p>If you have updated the Docker image of your application, you can create a new task
34
- * definition with that image and deploy it to your service. The service scheduler uses the
35
- * minimum healthy percent and maximum percent parameters (in the service's deployment
36
- * configuration) to determine the deployment strategy.</p>
37
- * <note>
38
- * <p>If your updated Docker image uses the same tag as what is in the existing task
39
- * definition for your service (for example, <code>my_image:latest</code>), you do not
40
- * need to create a new revision of your task definition. You can update the service
41
- * using the <code>forceNewDeployment</code> option. The new tasks launched by the
42
- * deployment pull the current image/tag combination from your repository when they
43
- * start.</p>
44
- * </note>
45
- * <p>You can also update the deployment configuration of a service. When a deployment is
46
- * triggered by updating the task definition of a service, the service scheduler uses the
47
- * deployment configuration parameters, <code>minimumHealthyPercent</code> and
48
- * <code>maximumPercent</code>, to determine the deployment strategy.</p>
49
- * <ul>
50
- * <li>
51
- * <p>If <code>minimumHealthyPercent</code> is below 100%, the scheduler can ignore
52
- * <code>desiredCount</code> temporarily during a deployment. For example, if
53
- * <code>desiredCount</code> is four tasks, a minimum of 50% allows the
54
- * scheduler to stop two existing tasks before starting two new tasks. Tasks for
55
- * services that do not use a load balancer are considered healthy if they are in
56
- * the <code>RUNNING</code> state. Tasks for services that use a load balancer are
57
- * considered healthy if they are in the <code>RUNNING</code> state and the
58
- * container instance they are hosted on is reported as healthy by the load
59
- * balancer.</p>
60
- * </li>
61
- * <li>
62
- * <p>The <code>maximumPercent</code> parameter represents an upper limit on the
63
- * number of running tasks during a deployment, which enables you to define the
64
- * deployment batch size. For example, if <code>desiredCount</code> is four tasks,
65
- * a maximum of 200% starts four new tasks before stopping the four older tasks
66
- * (provided that the cluster resources required to do this are available).</p>
67
- * </li>
68
- * </ul>
69
- * <p>When <a>UpdateService</a> stops a task during a deployment, the equivalent
70
- * of <code>docker stop</code> is issued to the containers running in the task. This
71
- * results in a <code>SIGTERM</code> and a 30-second timeout, after which
72
- * <code>SIGKILL</code> is sent and the containers are forcibly stopped. If the
73
- * container handles the <code>SIGTERM</code> gracefully and exits within 30 seconds from
74
- * receiving it, no <code>SIGKILL</code> is sent.</p>
75
- * <p>When the service scheduler launches new tasks, it determines task placement in your
76
- * cluster with the following logic:</p>
77
- * <ul>
78
- * <li>
79
- * <p>Determine which of the container instances in your cluster can support your
80
- * service's task definition (for example, they have the required CPU, memory,
81
- * ports, and container instance attributes).</p>
82
- * </li>
83
- * <li>
84
- * <p>By default, the service scheduler attempts to balance tasks across
85
- * Availability Zones in this manner (although you can choose a different placement
86
- * strategy):</p>
87
- * <ul>
88
- * <li>
89
- * <p>Sort the valid container instances by the fewest number of running
90
- * tasks for this service in the same Availability Zone as the instance.
91
- * For example, if zone A has one running service task and zones B and C
92
- * each have zero, valid container instances in either zone B or C are
93
- * considered optimal for placement.</p>
94
- * </li>
95
- * <li>
96
- * <p>Place the new service task on a valid container instance in an optimal
97
- * Availability Zone (based on the previous steps), favoring container
98
- * instances with the fewest number of running tasks for this
99
- * service.</p>
100
- * </li>
101
- * </ul>
102
- * </li>
103
- * </ul>
104
- * <p>When the service scheduler stops running tasks, it attempts to maintain balance across
105
- * the Availability Zones in your cluster using the following logic: </p>
106
- * <ul>
107
- * <li>
108
- * <p>Sort the container instances by the largest number of running tasks for this
109
- * service in the same Availability Zone as the instance. For example, if zone A
110
- * has one running service task and zones B and C each have two, container
111
- * instances in either zone B or C are considered optimal for termination.</p>
112
- * </li>
113
- * <li>
114
- * <p>Stop the task on a container instance in an optimal Availability Zone (based
115
- * on the previous steps), favoring container instances with the largest number of
116
- * running tasks for this service.</p>
117
- * </li>
118
- * </ul>
119
- * @example
120
- * Use a bare-bones client and the command you need to make an API call.
121
- * ```javascript
122
- * import { ECSClient, UpdateServiceCommand } from "@aws-sdk/client-ecs"; // ES Modules import
123
- * // const { ECSClient, UpdateServiceCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
124
- * const client = new ECSClient(config);
125
- * const command = new UpdateServiceCommand(input);
126
- * const response = await client.send(command);
127
- * ```
128
- *
129
- * @see {@link UpdateServiceCommandInput} for command's `input` shape.
130
- * @see {@link UpdateServiceCommandOutput} for command's `response` shape.
131
- * @see {@link ECSClientResolvedConfig | config} for command's `input` shape.
132
- *
133
- */
9
+
134
10
  export declare class UpdateServiceCommand extends $Command<UpdateServiceCommandInput, UpdateServiceCommandOutput, ECSClientResolvedConfig> {
135
11
  readonly input: UpdateServiceCommandInput;
136
12
  constructor(input: UpdateServiceCommandInput);
137
- /**
138
- * @internal
139
- */
13
+
140
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServiceCommandInput, UpdateServiceCommandOutput>;
141
15
  private serialize;
142
16
  private deserialize;
@@ -6,33 +6,11 @@ export interface UpdateServicePrimaryTaskSetCommandInput extends UpdateServicePr
6
6
  }
7
7
  export interface UpdateServicePrimaryTaskSetCommandOutput extends UpdateServicePrimaryTaskSetResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Modifies which task set in a service is the primary task set. Any parameters that are
11
- * updated on the primary task set in a service will transition to the service. This is
12
- * used when a service uses the <code>EXTERNAL</code> deployment controller type. For more
13
- * information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html">Amazon ECS Deployment
14
- * Types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { ECSClient, UpdateServicePrimaryTaskSetCommand } from "@aws-sdk/client-ecs"; // ES Modules import
19
- * // const { ECSClient, UpdateServicePrimaryTaskSetCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
20
- * const client = new ECSClient(config);
21
- * const command = new UpdateServicePrimaryTaskSetCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link UpdateServicePrimaryTaskSetCommandInput} for command's `input` shape.
26
- * @see {@link UpdateServicePrimaryTaskSetCommandOutput} for command's `response` shape.
27
- * @see {@link ECSClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
9
+
30
10
  export declare class UpdateServicePrimaryTaskSetCommand extends $Command<UpdateServicePrimaryTaskSetCommandInput, UpdateServicePrimaryTaskSetCommandOutput, ECSClientResolvedConfig> {
31
11
  readonly input: UpdateServicePrimaryTaskSetCommandInput;
32
12
  constructor(input: UpdateServicePrimaryTaskSetCommandInput);
33
- /**
34
- * @internal
35
- */
13
+
36
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServicePrimaryTaskSetCommandInput, UpdateServicePrimaryTaskSetCommandOutput>;
37
15
  private serialize;
38
16
  private deserialize;
@@ -6,31 +6,11 @@ export interface UpdateTaskSetCommandInput extends UpdateTaskSetRequest {
6
6
  }
7
7
  export interface UpdateTaskSetCommandOutput extends UpdateTaskSetResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Modifies a task set. This is used when a service uses the <code>EXTERNAL</code>
11
- * deployment controller type. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html">Amazon ECS Deployment
12
- * Types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { ECSClient, UpdateTaskSetCommand } from "@aws-sdk/client-ecs"; // ES Modules import
17
- * // const { ECSClient, UpdateTaskSetCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
18
- * const client = new ECSClient(config);
19
- * const command = new UpdateTaskSetCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link UpdateTaskSetCommandInput} for command's `input` shape.
24
- * @see {@link UpdateTaskSetCommandOutput} for command's `response` shape.
25
- * @see {@link ECSClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
9
+
28
10
  export declare class UpdateTaskSetCommand extends $Command<UpdateTaskSetCommandInput, UpdateTaskSetCommandOutput, ECSClientResolvedConfig> {
29
11
  readonly input: UpdateTaskSetCommandInput;
30
12
  constructor(input: UpdateTaskSetCommandInput);
31
- /**
32
- * @internal
33
- */
13
+
34
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTaskSetCommandInput, UpdateTaskSetCommandOutput>;
35
15
  private serialize;
36
16
  private deserialize;
@@ -0,0 +1,52 @@
1
+ export * from "./CreateCapacityProviderCommand";
2
+ export * from "./CreateClusterCommand";
3
+ export * from "./CreateServiceCommand";
4
+ export * from "./CreateTaskSetCommand";
5
+ export * from "./DeleteAccountSettingCommand";
6
+ export * from "./DeleteAttributesCommand";
7
+ export * from "./DeleteCapacityProviderCommand";
8
+ export * from "./DeleteClusterCommand";
9
+ export * from "./DeleteServiceCommand";
10
+ export * from "./DeleteTaskSetCommand";
11
+ export * from "./DeregisterContainerInstanceCommand";
12
+ export * from "./DeregisterTaskDefinitionCommand";
13
+ export * from "./DescribeCapacityProvidersCommand";
14
+ export * from "./DescribeClustersCommand";
15
+ export * from "./DescribeContainerInstancesCommand";
16
+ export * from "./DescribeServicesCommand";
17
+ export * from "./DescribeTaskDefinitionCommand";
18
+ export * from "./DescribeTaskSetsCommand";
19
+ export * from "./DescribeTasksCommand";
20
+ export * from "./DiscoverPollEndpointCommand";
21
+ export * from "./ExecuteCommandCommand";
22
+ export * from "./ListAccountSettingsCommand";
23
+ export * from "./ListAttributesCommand";
24
+ export * from "./ListClustersCommand";
25
+ export * from "./ListContainerInstancesCommand";
26
+ export * from "./ListServicesCommand";
27
+ export * from "./ListTagsForResourceCommand";
28
+ export * from "./ListTaskDefinitionFamiliesCommand";
29
+ export * from "./ListTaskDefinitionsCommand";
30
+ export * from "./ListTasksCommand";
31
+ export * from "./PutAccountSettingCommand";
32
+ export * from "./PutAccountSettingDefaultCommand";
33
+ export * from "./PutAttributesCommand";
34
+ export * from "./PutClusterCapacityProvidersCommand";
35
+ export * from "./RegisterContainerInstanceCommand";
36
+ export * from "./RegisterTaskDefinitionCommand";
37
+ export * from "./RunTaskCommand";
38
+ export * from "./StartTaskCommand";
39
+ export * from "./StopTaskCommand";
40
+ export * from "./SubmitAttachmentStateChangesCommand";
41
+ export * from "./SubmitContainerStateChangeCommand";
42
+ export * from "./SubmitTaskStateChangeCommand";
43
+ export * from "./TagResourceCommand";
44
+ export * from "./UntagResourceCommand";
45
+ export * from "./UpdateCapacityProviderCommand";
46
+ export * from "./UpdateClusterCommand";
47
+ export * from "./UpdateClusterSettingsCommand";
48
+ export * from "./UpdateContainerAgentCommand";
49
+ export * from "./UpdateContainerInstancesStateCommand";
50
+ export * from "./UpdateServiceCommand";
51
+ export * from "./UpdateServicePrimaryTaskSetCommand";
52
+ export * from "./UpdateTaskSetCommand";
@@ -1,67 +1,6 @@
1
- export * from "./ECSClient";
2
1
  export * from "./ECS";
3
- export * from "./commands/CreateCapacityProviderCommand";
4
- export * from "./commands/CreateClusterCommand";
5
- export * from "./commands/CreateServiceCommand";
6
- export * from "./commands/CreateTaskSetCommand";
7
- export * from "./commands/DeleteAccountSettingCommand";
8
- export * from "./commands/DeleteAttributesCommand";
9
- export * from "./commands/DeleteCapacityProviderCommand";
10
- export * from "./commands/DeleteClusterCommand";
11
- export * from "./commands/DeleteServiceCommand";
12
- export * from "./commands/DeleteTaskSetCommand";
13
- export * from "./commands/DeregisterContainerInstanceCommand";
14
- export * from "./commands/DeregisterTaskDefinitionCommand";
15
- export * from "./commands/DescribeCapacityProvidersCommand";
16
- export * from "./commands/DescribeClustersCommand";
17
- export * from "./commands/DescribeContainerInstancesCommand";
18
- export * from "./commands/DescribeServicesCommand";
19
- export * from "./waiters/waitForServicesInactive";
20
- export * from "./commands/DescribeTaskDefinitionCommand";
21
- export * from "./commands/DescribeTasksCommand";
22
- export * from "./waiters/waitForTasksRunning";
23
- export * from "./waiters/waitForTasksStopped";
24
- export * from "./commands/DescribeTaskSetsCommand";
25
- export * from "./commands/DiscoverPollEndpointCommand";
26
- export * from "./commands/ExecuteCommandCommand";
27
- export * from "./commands/ListAccountSettingsCommand";
28
- export * from "./pagination/ListAccountSettingsPaginator";
29
- export * from "./commands/ListAttributesCommand";
30
- export * from "./pagination/ListAttributesPaginator";
31
- export * from "./commands/ListClustersCommand";
32
- export * from "./pagination/ListClustersPaginator";
33
- export * from "./commands/ListContainerInstancesCommand";
34
- export * from "./pagination/ListContainerInstancesPaginator";
35
- export * from "./commands/ListServicesCommand";
36
- export * from "./pagination/ListServicesPaginator";
37
- export * from "./commands/ListTagsForResourceCommand";
38
- export * from "./commands/ListTaskDefinitionFamiliesCommand";
39
- export * from "./pagination/ListTaskDefinitionFamiliesPaginator";
40
- export * from "./commands/ListTaskDefinitionsCommand";
41
- export * from "./pagination/ListTaskDefinitionsPaginator";
42
- export * from "./commands/ListTasksCommand";
43
- export * from "./pagination/ListTasksPaginator";
44
- export * from "./commands/PutAccountSettingCommand";
45
- export * from "./commands/PutAccountSettingDefaultCommand";
46
- export * from "./commands/PutAttributesCommand";
47
- export * from "./commands/PutClusterCapacityProvidersCommand";
48
- export * from "./commands/RegisterContainerInstanceCommand";
49
- export * from "./commands/RegisterTaskDefinitionCommand";
50
- export * from "./commands/RunTaskCommand";
51
- export * from "./commands/StartTaskCommand";
52
- export * from "./commands/StopTaskCommand";
53
- export * from "./commands/SubmitAttachmentStateChangesCommand";
54
- export * from "./commands/SubmitContainerStateChangeCommand";
55
- export * from "./commands/SubmitTaskStateChangeCommand";
56
- export * from "./commands/TagResourceCommand";
57
- export * from "./commands/UntagResourceCommand";
58
- export * from "./commands/UpdateCapacityProviderCommand";
59
- export * from "./commands/UpdateClusterCommand";
60
- export * from "./commands/UpdateClusterSettingsCommand";
61
- export * from "./commands/UpdateContainerAgentCommand";
62
- export * from "./commands/UpdateContainerInstancesStateCommand";
63
- export * from "./commands/UpdateServiceCommand";
64
- export * from "./commands/UpdateServicePrimaryTaskSetCommand";
65
- export * from "./commands/UpdateTaskSetCommand";
66
- export * from "./pagination/Interfaces";
67
- export * from "./models/index";
2
+ export * from "./ECSClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";