@aws-sdk/client-ecs 3.693.0 → 3.696.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 (72) hide show
  1. package/README.md +11 -12
  2. package/dist-cjs/index.js +10 -2
  3. package/dist-es/models/models_0.js +4 -0
  4. package/dist-es/protocols/Aws_json1_1.js +2 -0
  5. package/dist-types/ECS.d.ts +11 -12
  6. package/dist-types/ECSClient.d.ts +11 -12
  7. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +17 -22
  8. package/dist-types/commands/CreateClusterCommand.d.ts +17 -19
  9. package/dist-types/commands/CreateServiceCommand.d.ts +89 -80
  10. package/dist-types/commands/CreateTaskSetCommand.d.ts +15 -19
  11. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +9 -12
  12. package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -4
  13. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +17 -21
  14. package/dist-types/commands/DeleteClusterCommand.d.ts +23 -27
  15. package/dist-types/commands/DeleteServiceCommand.d.ts +30 -29
  16. package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +24 -28
  17. package/dist-types/commands/DeleteTaskSetCommand.d.ts +14 -17
  18. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +19 -22
  19. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +24 -26
  20. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +8 -10
  21. package/dist-types/commands/DescribeClustersCommand.d.ts +8 -10
  22. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +10 -12
  23. package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +9 -12
  24. package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +16 -12
  25. package/dist-types/commands/DescribeServicesCommand.d.ts +15 -10
  26. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +14 -16
  27. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +13 -17
  28. package/dist-types/commands/DescribeTasksCommand.d.ts +11 -13
  29. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +7 -8
  30. package/dist-types/commands/ExecuteCommandCommand.d.ts +19 -23
  31. package/dist-types/commands/GetTaskProtectionCommand.d.ts +8 -10
  32. package/dist-types/commands/ListAccountSettingsCommand.d.ts +8 -10
  33. package/dist-types/commands/ListAttributesCommand.d.ts +6 -8
  34. package/dist-types/commands/ListClustersCommand.d.ts +8 -10
  35. package/dist-types/commands/ListContainerInstancesCommand.d.ts +12 -13
  36. package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +9 -12
  37. package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +12 -15
  38. package/dist-types/commands/ListServicesCommand.d.ts +10 -12
  39. package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -10
  40. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +13 -17
  41. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +11 -13
  42. package/dist-types/commands/ListTasksCommand.d.ts +12 -15
  43. package/dist-types/commands/PutAccountSettingCommand.d.ts +11 -14
  44. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +10 -12
  45. package/dist-types/commands/PutAttributesCommand.d.ts +7 -11
  46. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +24 -29
  47. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +10 -12
  48. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +23 -23
  49. package/dist-types/commands/RunTaskCommand.d.ts +33 -37
  50. package/dist-types/commands/StartTaskCommand.d.ts +16 -16
  51. package/dist-types/commands/StopTaskCommand.d.ts +18 -22
  52. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +8 -10
  53. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +7 -8
  54. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +8 -10
  55. package/dist-types/commands/TagResourceCommand.d.ts +11 -14
  56. package/dist-types/commands/UntagResourceCommand.d.ts +8 -10
  57. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +9 -11
  58. package/dist-types/commands/UpdateClusterCommand.d.ts +8 -10
  59. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +8 -10
  60. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +33 -37
  61. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +42 -48
  62. package/dist-types/commands/UpdateServiceCommand.d.ts +105 -101
  63. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +15 -20
  64. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +20 -25
  65. package/dist-types/commands/UpdateTaskSetCommand.d.ts +15 -19
  66. package/dist-types/index.d.ts +11 -12
  67. package/dist-types/models/models_0.d.ts +2882 -3340
  68. package/dist-types/models/models_1.d.ts +166 -152
  69. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/models/models_0.d.ts +15 -7
  71. package/dist-types/ts3.4/models/models_1.d.ts +11 -0
  72. package/package.json +36 -36
@@ -27,9 +27,9 @@ declare const UpdateTaskSetCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Modifies a task set. This is used when a service uses the <code>EXTERNAL</code>
31
- * deployment controller type. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html">Amazon ECS Deployment
32
- * Types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
30
+ * <p>Modifies a task set. This is used when a service uses the <code>EXTERNAL</code> deployment controller
31
+ * type. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html">Amazon ECS Deployment Types</a> in the
32
+ * <i>Amazon Elastic Container Service Developer Guide</i>.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -129,17 +129,16 @@ declare const UpdateTaskSetCommand_base: {
129
129
  * <p>You don't have authorization to perform the requested action.</p>
130
130
  *
131
131
  * @throws {@link ClientException} (client fault)
132
- * <p>These errors are usually caused by a client action. This client action might be using
133
- * an action or resource on behalf of a user that doesn't have permissions to use the
134
- * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
132
+ * <p>These errors are usually caused by a client action. This client action might be using an action or
133
+ * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
134
+ * be specifying an identifier that isn't valid.</p>
135
135
  * <p>The following list includes additional causes for the error:</p>
136
136
  * <ul>
137
137
  * <li>
138
- * <p>The <code>RunTask</code> could not be processed because you use managed
139
- * scaling and there is a capacity error because the quota of tasks in the
140
- * <code>PROVISIONING</code> per cluster has been reached. For information
141
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
142
- * service quotas</a>.</p>
138
+ * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
139
+ * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
140
+ * been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
141
+ * quotas</a>.</p>
143
142
  * </li>
144
143
  * </ul>
145
144
  *
@@ -147,23 +146,20 @@ declare const UpdateTaskSetCommand_base: {
147
146
  * <p>The specified cluster wasn't found. You can view your available clusters with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListClusters.html">ListClusters</a>. Amazon ECS clusters are Region specific.</p>
148
147
  *
149
148
  * @throws {@link InvalidParameterException} (client fault)
150
- * <p>The specified parameter isn't valid. Review the available parameters for the API
151
- * request.</p>
149
+ * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
152
150
  *
153
151
  * @throws {@link ServerException} (server fault)
154
152
  * <p>These errors are usually caused by a server issue.</p>
155
153
  *
156
154
  * @throws {@link ServiceNotActiveException} (client fault)
157
- * <p>The specified service isn't active. You can't update a service that's inactive. If you
158
- * have previously deleted a service, you can re-create it with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateService.html">CreateService</a>.</p>
155
+ * <p>The specified service isn't active. You can't update a service that's inactive. If you have
156
+ * previously deleted a service, you can re-create it with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateService.html">CreateService</a>.</p>
159
157
  *
160
158
  * @throws {@link ServiceNotFoundException} (client fault)
161
- * <p>The specified service wasn't found. You can view your available services with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListServices.html">ListServices</a>. Amazon ECS services are cluster specific and Region
162
- * specific.</p>
159
+ * <p>The specified service wasn't found. You can view your available services with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListServices.html">ListServices</a>. Amazon ECS services are cluster specific and Region specific.</p>
163
160
  *
164
161
  * @throws {@link TaskSetNotFoundException} (client fault)
165
- * <p>The specified task set wasn't found. You can view your available task sets with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeTaskSets.html">DescribeTaskSets</a>. Task sets are specific to each cluster, service and
166
- * Region.</p>
162
+ * <p>The specified task set wasn't found. You can view your available task sets with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeTaskSets.html">DescribeTaskSets</a>. Task sets are specific to each cluster, service and Region.</p>
167
163
  *
168
164
  * @throws {@link UnsupportedFeatureException} (client fault)
169
165
  * <p>The specified task isn't supported in this Region.</p>
@@ -1,17 +1,16 @@
1
1
  /**
2
2
  * <fullname>Amazon Elastic Container Service</fullname>
3
- * <p>Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service. It makes
4
- * it easy to run, stop, and manage Docker containers. You can host your cluster on a
5
- * serverless infrastructure that's managed by Amazon ECS by launching your services or tasks on
6
- * Fargate. For more control, you can host your tasks on a cluster of Amazon Elastic Compute Cloud (Amazon EC2)
7
- * or External (on-premises) instances that you manage.</p>
8
- * <p>Amazon ECS makes it easy to launch and stop container-based applications with simple API
9
- * calls. This makes it easy to get the state of your cluster from a centralized service,
10
- * and gives you access to many familiar Amazon EC2 features.</p>
11
- * <p>You can use Amazon ECS to schedule the placement of containers across your cluster based on
12
- * your resource needs, isolation policies, and availability requirements. With Amazon ECS, you
13
- * don't need to operate your own cluster management and configuration management systems.
14
- * You also don't need to worry about scaling your management infrastructure. </p>
3
+ * <p>Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service. It makes it easy to run,
4
+ * stop, and manage Docker containers. You can host your cluster on a serverless infrastructure that's
5
+ * managed by Amazon ECS by launching your services or tasks on Fargate. For more control, you can host your
6
+ * tasks on a cluster of Amazon Elastic Compute Cloud (Amazon EC2) or External (on-premises) instances that you manage.</p>
7
+ * <p>Amazon ECS makes it easy to launch and stop container-based applications with simple API calls. This makes
8
+ * it easy to get the state of your cluster from a centralized service, and gives you access to many
9
+ * familiar Amazon EC2 features.</p>
10
+ * <p>You can use Amazon ECS to schedule the placement of containers across your cluster based on your resource
11
+ * needs, isolation policies, and availability requirements. With Amazon ECS, you don't need to operate your
12
+ * own cluster management and configuration management systems. You also don't need to worry about scaling
13
+ * your management infrastructure. </p>
15
14
  *
16
15
  * @packageDocumentation
17
16
  */