@aws-sdk/client-ecs 3.703.0 → 3.708.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 (66) hide show
  1. package/README.md +12 -11
  2. package/dist-types/ECS.d.ts +12 -11
  3. package/dist-types/ECSClient.d.ts +12 -11
  4. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +22 -17
  5. package/dist-types/commands/CreateClusterCommand.d.ts +19 -17
  6. package/dist-types/commands/CreateServiceCommand.d.ts +80 -75
  7. package/dist-types/commands/CreateTaskSetCommand.d.ts +19 -15
  8. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +12 -9
  9. package/dist-types/commands/DeleteAttributesCommand.d.ts +4 -2
  10. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +21 -17
  11. package/dist-types/commands/DeleteClusterCommand.d.ts +28 -23
  12. package/dist-types/commands/DeleteServiceCommand.d.ts +29 -23
  13. package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +28 -23
  14. package/dist-types/commands/DeleteTaskSetCommand.d.ts +17 -14
  15. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +22 -19
  16. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +26 -23
  17. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +10 -8
  18. package/dist-types/commands/DescribeClustersCommand.d.ts +10 -8
  19. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +12 -10
  20. package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +15 -10
  21. package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +14 -11
  22. package/dist-types/commands/DescribeServicesCommand.d.ts +10 -8
  23. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +16 -13
  24. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +17 -13
  25. package/dist-types/commands/DescribeTasksCommand.d.ts +13 -11
  26. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +8 -7
  27. package/dist-types/commands/ExecuteCommandCommand.d.ts +23 -19
  28. package/dist-types/commands/GetTaskProtectionCommand.d.ts +10 -8
  29. package/dist-types/commands/ListAccountSettingsCommand.d.ts +10 -8
  30. package/dist-types/commands/ListAttributesCommand.d.ts +8 -6
  31. package/dist-types/commands/ListClustersCommand.d.ts +10 -8
  32. package/dist-types/commands/ListContainerInstancesCommand.d.ts +13 -12
  33. package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +14 -10
  34. package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +15 -12
  35. package/dist-types/commands/ListServicesCommand.d.ts +12 -10
  36. package/dist-types/commands/ListTagsForResourceCommand.d.ts +10 -8
  37. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +17 -13
  38. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +13 -11
  39. package/dist-types/commands/ListTasksCommand.d.ts +15 -12
  40. package/dist-types/commands/PutAccountSettingCommand.d.ts +14 -11
  41. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +12 -10
  42. package/dist-types/commands/PutAttributesCommand.d.ts +10 -7
  43. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +29 -24
  44. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +12 -10
  45. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +24 -21
  46. package/dist-types/commands/RunTaskCommand.d.ts +37 -33
  47. package/dist-types/commands/StartTaskCommand.d.ts +16 -16
  48. package/dist-types/commands/StopTaskCommand.d.ts +22 -18
  49. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +10 -8
  50. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +8 -7
  51. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +10 -8
  52. package/dist-types/commands/TagResourceCommand.d.ts +14 -11
  53. package/dist-types/commands/UntagResourceCommand.d.ts +10 -8
  54. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +10 -8
  55. package/dist-types/commands/UpdateClusterCommand.d.ts +10 -8
  56. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +10 -8
  57. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +37 -33
  58. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +48 -42
  59. package/dist-types/commands/UpdateServiceCommand.d.ts +101 -91
  60. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +20 -15
  61. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +25 -20
  62. package/dist-types/commands/UpdateTaskSetCommand.d.ts +19 -15
  63. package/dist-types/index.d.ts +12 -11
  64. package/dist-types/models/models_0.d.ts +3378 -2890
  65. package/dist-types/models/models_1.d.ts +165 -146
  66. package/package.json +1 -1
@@ -27,8 +27,8 @@ declare const DescribeContainerInstancesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Describes one or more container instances. Returns metadata about each container instance
31
- * requested.</p>
30
+ * <p>Describes one or more container instances. Returns metadata about each container
31
+ * instance requested.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -147,16 +147,17 @@ declare const DescribeContainerInstancesCommand_base: {
147
147
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
148
148
  *
149
149
  * @throws {@link ClientException} (client fault)
150
- * <p>These errors are usually caused by a client action. This client action might be using an action or
151
- * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
152
- * be specifying an identifier that isn't valid.</p>
150
+ * <p>These errors are usually caused by a client action. This client action might be using
151
+ * an action or resource on behalf of a user that doesn't have permissions to use the
152
+ * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
153
153
  * <p>The following list includes additional causes for the error:</p>
154
154
  * <ul>
155
155
  * <li>
156
- * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
157
- * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
158
- * 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
159
- * quotas</a>.</p>
156
+ * <p>The <code>RunTask</code> could not be processed because you use managed
157
+ * scaling and there is a capacity error because the quota of tasks in the
158
+ * <code>PROVISIONING</code> per cluster has been reached. For information
159
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
160
+ * service quotas</a>.</p>
160
161
  * </li>
161
162
  * </ul>
162
163
  *
@@ -164,7 +165,8 @@ declare const DescribeContainerInstancesCommand_base: {
164
165
  * <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>
165
166
  *
166
167
  * @throws {@link InvalidParameterException} (client fault)
167
- * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
168
+ * <p>The specified parameter isn't valid. Review the available parameters for the API
169
+ * request.</p>
168
170
  *
169
171
  * @throws {@link ServerException} (server fault)
170
172
  * <p>These errors are usually caused by a server issue.</p>
@@ -28,7 +28,9 @@ declare const DescribeServiceDeploymentsCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Describes one or more of your service deployments.</p>
31
- * <p>A service deployment happens when you release a software update for the service. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-deployments.html">Amazon ECS service deployments</a>.</p>
31
+ * <p>A service deployment happens when you release a software update for the service. For
32
+ * more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-deployments.html">Amazon ECS service
33
+ * deployments</a>.</p>
32
34
  * @example
33
35
  * Use a bare-bones client and the command you need to make an API call.
34
36
  * ```javascript
@@ -126,16 +128,17 @@ declare const DescribeServiceDeploymentsCommand_base: {
126
128
  * <p>You don't have authorization to perform the requested action.</p>
127
129
  *
128
130
  * @throws {@link ClientException} (client fault)
129
- * <p>These errors are usually caused by a client action. This client action might be using an action or
130
- * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
131
- * be specifying an identifier that isn't valid.</p>
131
+ * <p>These errors are usually caused by a client action. This client action might be using
132
+ * an action or resource on behalf of a user that doesn't have permissions to use the
133
+ * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
132
134
  * <p>The following list includes additional causes for the error:</p>
133
135
  * <ul>
134
136
  * <li>
135
- * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
136
- * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
137
- * 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
138
- * quotas</a>.</p>
137
+ * <p>The <code>RunTask</code> could not be processed because you use managed
138
+ * scaling and there is a capacity error because the quota of tasks in the
139
+ * <code>PROVISIONING</code> per cluster has been reached. For information
140
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
141
+ * service quotas</a>.</p>
139
142
  * </li>
140
143
  * </ul>
141
144
  *
@@ -143,13 +146,15 @@ declare const DescribeServiceDeploymentsCommand_base: {
143
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>
144
147
  *
145
148
  * @throws {@link InvalidParameterException} (client fault)
146
- * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
149
+ * <p>The specified parameter isn't valid. Review the available parameters for the API
150
+ * request.</p>
147
151
  *
148
152
  * @throws {@link ServerException} (server fault)
149
153
  * <p>These errors are usually caused by a server issue.</p>
150
154
  *
151
155
  * @throws {@link ServiceNotFoundException} (client fault)
152
- * <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>
156
+ * <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
157
+ * specific.</p>
153
158
  *
154
159
  * @throws {@link UnsupportedFeatureException} (client fault)
155
160
  * <p>The specified task isn't supported in this Region.</p>
@@ -28,8 +28,8 @@ declare const DescribeServiceRevisionsCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Describes one or more service revisions.</p>
31
- * <p>A service revision is a version of the service that includes the values for the Amazon ECS
32
- * resources (for example, task definition) and the environment resources (for example,
31
+ * <p>A service revision is a version of the service that includes the values for the Amazon
32
+ * ECS resources (for example, task definition) and the environment resources (for example,
33
33
  * load balancers, subnets, and security groups). For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-revision.html">Amazon ECS service revisions</a>.</p>
34
34
  * <p>You can't describe a service revision that was created before October 25, 2024.</p>
35
35
  * @example
@@ -199,16 +199,17 @@ declare const DescribeServiceRevisionsCommand_base: {
199
199
  * <p>You don't have authorization to perform the requested action.</p>
200
200
  *
201
201
  * @throws {@link ClientException} (client fault)
202
- * <p>These errors are usually caused by a client action. This client action might be using an action or
203
- * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
204
- * be specifying an identifier that isn't valid.</p>
202
+ * <p>These errors are usually caused by a client action. This client action might be using
203
+ * an action or resource on behalf of a user that doesn't have permissions to use the
204
+ * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
205
205
  * <p>The following list includes additional causes for the error:</p>
206
206
  * <ul>
207
207
  * <li>
208
- * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
209
- * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
210
- * 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
211
- * quotas</a>.</p>
208
+ * <p>The <code>RunTask</code> could not be processed because you use managed
209
+ * scaling and there is a capacity error because the quota of tasks in the
210
+ * <code>PROVISIONING</code> per cluster has been reached. For information
211
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
212
+ * service quotas</a>.</p>
212
213
  * </li>
213
214
  * </ul>
214
215
  *
@@ -216,13 +217,15 @@ declare const DescribeServiceRevisionsCommand_base: {
216
217
  * <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>
217
218
  *
218
219
  * @throws {@link InvalidParameterException} (client fault)
219
- * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
220
+ * <p>The specified parameter isn't valid. Review the available parameters for the API
221
+ * request.</p>
220
222
  *
221
223
  * @throws {@link ServerException} (server fault)
222
224
  * <p>These errors are usually caused by a server issue.</p>
223
225
  *
224
226
  * @throws {@link ServiceNotFoundException} (client fault)
225
- * <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>
227
+ * <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
228
+ * specific.</p>
226
229
  *
227
230
  * @throws {@link UnsupportedFeatureException} (client fault)
228
231
  * <p>The specified task isn't supported in this Region.</p>
@@ -345,16 +345,17 @@ declare const DescribeServicesCommand_base: {
345
345
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
346
346
  *
347
347
  * @throws {@link ClientException} (client fault)
348
- * <p>These errors are usually caused by a client action. This client action might be using an action or
349
- * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
350
- * be specifying an identifier that isn't valid.</p>
348
+ * <p>These errors are usually caused by a client action. This client action might be using
349
+ * an action or resource on behalf of a user that doesn't have permissions to use the
350
+ * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
351
351
  * <p>The following list includes additional causes for the error:</p>
352
352
  * <ul>
353
353
  * <li>
354
- * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
355
- * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
356
- * 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
357
- * quotas</a>.</p>
354
+ * <p>The <code>RunTask</code> could not be processed because you use managed
355
+ * scaling and there is a capacity error because the quota of tasks in the
356
+ * <code>PROVISIONING</code> per cluster has been reached. For information
357
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
358
+ * service quotas</a>.</p>
358
359
  * </li>
359
360
  * </ul>
360
361
  *
@@ -362,7 +363,8 @@ declare const DescribeServicesCommand_base: {
362
363
  * <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>
363
364
  *
364
365
  * @throws {@link InvalidParameterException} (client fault)
365
- * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
366
+ * <p>The specified parameter isn't valid. Review the available parameters for the API
367
+ * request.</p>
366
368
  *
367
369
  * @throws {@link ServerException} (server fault)
368
370
  * <p>These errors are usually caused by a server issue.</p>
@@ -27,12 +27,13 @@ declare const DescribeTaskDefinitionCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Describes a task definition. You can specify a <code>family</code> and <code>revision</code> to find
31
- * information about a specific task definition, or you can simply specify the family to find the latest
32
- * <code>ACTIVE</code> revision in that family.</p>
30
+ * <p>Describes a task definition. You can specify a <code>family</code> and
31
+ * <code>revision</code> to find information about a specific task definition, or you
32
+ * can simply specify the family to find the latest <code>ACTIVE</code> revision in that
33
+ * family.</p>
33
34
  * <note>
34
- * <p>You can only describe <code>INACTIVE</code> task definitions while an active task or service
35
- * references them.</p>
35
+ * <p>You can only describe <code>INACTIVE</code> task definitions while an active task
36
+ * or service references them.</p>
36
37
  * </note>
37
38
  * @example
38
39
  * Use a bare-bones client and the command you need to make an API call.
@@ -337,21 +338,23 @@ declare const DescribeTaskDefinitionCommand_base: {
337
338
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
338
339
  *
339
340
  * @throws {@link ClientException} (client fault)
340
- * <p>These errors are usually caused by a client action. This client action might be using an action or
341
- * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
342
- * be specifying an identifier that isn't valid.</p>
341
+ * <p>These errors are usually caused by a client action. This client action might be using
342
+ * an action or resource on behalf of a user that doesn't have permissions to use the
343
+ * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
343
344
  * <p>The following list includes additional causes for the error:</p>
344
345
  * <ul>
345
346
  * <li>
346
- * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
347
- * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
348
- * 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
349
- * quotas</a>.</p>
347
+ * <p>The <code>RunTask</code> could not be processed because you use managed
348
+ * scaling and there is a capacity error because the quota of tasks in the
349
+ * <code>PROVISIONING</code> per cluster has been reached. For information
350
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
351
+ * service quotas</a>.</p>
350
352
  * </li>
351
353
  * </ul>
352
354
  *
353
355
  * @throws {@link InvalidParameterException} (client fault)
354
- * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
356
+ * <p>The specified parameter isn't valid. Review the available parameters for the API
357
+ * request.</p>
355
358
  *
356
359
  * @throws {@link ServerException} (server fault)
357
360
  * <p>These errors are usually caused by a server issue.</p>
@@ -27,8 +27,9 @@ declare const DescribeTaskSetsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Describes the task sets in the specified cluster and service. This is used when a service uses the
31
- * <code>EXTERNAL</code> deployment controller type. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html">Amazon ECS Deployment
30
+ * <p>Describes the task sets in the specified cluster and service. This is used when a
31
+ * service uses the <code>EXTERNAL</code> deployment controller type. For more information,
32
+ * see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html">Amazon ECS Deployment
32
33
  * Types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
33
34
  * @example
34
35
  * Use a bare-bones client and the command you need to make an API call.
@@ -139,16 +140,17 @@ declare const DescribeTaskSetsCommand_base: {
139
140
  * <p>You don't have authorization to perform the requested action.</p>
140
141
  *
141
142
  * @throws {@link ClientException} (client fault)
142
- * <p>These errors are usually caused by a client action. This client action might be using an action or
143
- * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
144
- * be specifying an identifier that isn't valid.</p>
143
+ * <p>These errors are usually caused by a client action. This client action might be using
144
+ * an action or resource on behalf of a user that doesn't have permissions to use the
145
+ * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
145
146
  * <p>The following list includes additional causes for the error:</p>
146
147
  * <ul>
147
148
  * <li>
148
- * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
149
- * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
150
- * 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
151
- * quotas</a>.</p>
149
+ * <p>The <code>RunTask</code> could not be processed because you use managed
150
+ * scaling and there is a capacity error because the quota of tasks in the
151
+ * <code>PROVISIONING</code> per cluster has been reached. For information
152
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
153
+ * service quotas</a>.</p>
152
154
  * </li>
153
155
  * </ul>
154
156
  *
@@ -156,17 +158,19 @@ declare const DescribeTaskSetsCommand_base: {
156
158
  * <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>
157
159
  *
158
160
  * @throws {@link InvalidParameterException} (client fault)
159
- * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
161
+ * <p>The specified parameter isn't valid. Review the available parameters for the API
162
+ * request.</p>
160
163
  *
161
164
  * @throws {@link ServerException} (server fault)
162
165
  * <p>These errors are usually caused by a server issue.</p>
163
166
  *
164
167
  * @throws {@link ServiceNotActiveException} (client fault)
165
- * <p>The specified service isn't active. You can't update a service that's inactive. If you have
166
- * 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>
168
+ * <p>The specified service isn't active. You can't update a service that's inactive. If you
169
+ * 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>
167
170
  *
168
171
  * @throws {@link ServiceNotFoundException} (client fault)
169
- * <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>
172
+ * <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
173
+ * specific.</p>
170
174
  *
171
175
  * @throws {@link UnsupportedFeatureException} (client fault)
172
176
  * <p>The specified task isn't supported in this Region.</p>
@@ -29,9 +29,9 @@ declare const DescribeTasksCommand_base: {
29
29
  /**
30
30
  * <p>Describes a specified task or tasks.</p>
31
31
  * <p>Currently, stopped tasks appear in the returned results for at least one hour.</p>
32
- * <p>If you have tasks with tags, and then delete the cluster, the tagged tasks are returned in the
33
- * response. If you create a new cluster with the same name as the deleted cluster, the tagged tasks are
34
- * not included in the response.</p>
32
+ * <p>If you have tasks with tags, and then delete the cluster, the tagged tasks are
33
+ * returned in the response. If you create a new cluster with the same name as the deleted
34
+ * cluster, the tagged tasks are not included in the response.</p>
35
35
  * @example
36
36
  * Use a bare-bones client and the command you need to make an API call.
37
37
  * ```javascript
@@ -230,16 +230,17 @@ declare const DescribeTasksCommand_base: {
230
230
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
231
231
  *
232
232
  * @throws {@link ClientException} (client fault)
233
- * <p>These errors are usually caused by a client action. This client action might be using an action or
234
- * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
235
- * be specifying an identifier that isn't valid.</p>
233
+ * <p>These errors are usually caused by a client action. This client action might be using
234
+ * an action or resource on behalf of a user that doesn't have permissions to use the
235
+ * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
236
236
  * <p>The following list includes additional causes for the error:</p>
237
237
  * <ul>
238
238
  * <li>
239
- * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
240
- * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
241
- * 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
242
- * quotas</a>.</p>
239
+ * <p>The <code>RunTask</code> could not be processed because you use managed
240
+ * scaling and there is a capacity error because the quota of tasks in the
241
+ * <code>PROVISIONING</code> per cluster has been reached. For information
242
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
243
+ * service quotas</a>.</p>
243
244
  * </li>
244
245
  * </ul>
245
246
  *
@@ -247,7 +248,8 @@ declare const DescribeTasksCommand_base: {
247
248
  * <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>
248
249
  *
249
250
  * @throws {@link InvalidParameterException} (client fault)
250
- * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
251
+ * <p>The specified parameter isn't valid. Review the available parameters for the API
252
+ * request.</p>
251
253
  *
252
254
  * @throws {@link ServerException} (server fault)
253
255
  * <p>These errors are usually caused by a server issue.</p>
@@ -58,16 +58,17 @@ declare const DiscoverPollEndpointCommand_base: {
58
58
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
59
59
  *
60
60
  * @throws {@link ClientException} (client fault)
61
- * <p>These errors are usually caused by a client action. This client action might be using an action or
62
- * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
63
- * be specifying an identifier that isn't valid.</p>
61
+ * <p>These errors are usually caused by a client action. This client action might be using
62
+ * an action or resource on behalf of a user that doesn't have permissions to use the
63
+ * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
64
64
  * <p>The following list includes additional causes for the error:</p>
65
65
  * <ul>
66
66
  * <li>
67
- * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
68
- * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
69
- * 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
70
- * quotas</a>.</p>
67
+ * <p>The <code>RunTask</code> could not be processed because you use managed
68
+ * scaling and there is a capacity error because the quota of tasks in the
69
+ * <code>PROVISIONING</code> per cluster has been reached. For information
70
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
71
+ * service quotas</a>.</p>
71
72
  * </li>
72
73
  * </ul>
73
74
  *
@@ -28,11 +28,13 @@ declare const ExecuteCommandCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Runs a command remotely on a container within a task.</p>
31
- * <p>If you use a condition key in your IAM policy to refine the conditions for the policy statement,
32
- * for example limit the actions to a specific cluster, you receive an <code>AccessDeniedException</code>
33
- * when there is a mismatch between the condition key value and the corresponding parameter value.</p>
34
- * <p>For information about required permissions and considerations, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-exec.html">Using Amazon ECS Exec for debugging</a> in the
35
- * <i>Amazon ECS Developer Guide</i>. </p>
31
+ * <p>If you use a condition key in your IAM policy to refine the conditions for the
32
+ * policy statement, for example limit the actions to a specific cluster, you receive an
33
+ * <code>AccessDeniedException</code> when there is a mismatch between the condition
34
+ * key value and the corresponding parameter value.</p>
35
+ * <p>For information about required permissions and considerations, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-exec.html">Using Amazon ECS
36
+ * Exec for debugging</a> in the <i>Amazon ECS Developer Guide</i>.
37
+ * </p>
36
38
  * @example
37
39
  * Use a bare-bones client and the command you need to make an API call.
38
40
  * ```javascript
@@ -73,16 +75,17 @@ declare const ExecuteCommandCommand_base: {
73
75
  * <p>You don't have authorization to perform the requested action.</p>
74
76
  *
75
77
  * @throws {@link ClientException} (client fault)
76
- * <p>These errors are usually caused by a client action. This client action might be using an action or
77
- * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
78
- * be specifying an identifier that isn't valid.</p>
78
+ * <p>These errors are usually caused by a client action. This client action might be using
79
+ * an action or resource on behalf of a user that doesn't have permissions to use the
80
+ * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
79
81
  * <p>The following list includes additional causes for the error:</p>
80
82
  * <ul>
81
83
  * <li>
82
- * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
83
- * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
84
- * 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
85
- * quotas</a>.</p>
84
+ * <p>The <code>RunTask</code> could not be processed because you use managed
85
+ * scaling and there is a capacity error because the quota of tasks in the
86
+ * <code>PROVISIONING</code> per cluster has been reached. For information
87
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
88
+ * service quotas</a>.</p>
86
89
  * </li>
87
90
  * </ul>
88
91
  *
@@ -90,14 +93,15 @@ declare const ExecuteCommandCommand_base: {
90
93
  * <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>
91
94
  *
92
95
  * @throws {@link InvalidParameterException} (client fault)
93
- * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
96
+ * <p>The specified parameter isn't valid. Review the available parameters for the API
97
+ * request.</p>
94
98
  *
95
99
  * @throws {@link ServerException} (server fault)
96
100
  * <p>These errors are usually caused by a server issue.</p>
97
101
  *
98
102
  * @throws {@link TargetNotConnectedException} (client fault)
99
- * <p>The execute command cannot run. This error can be caused by any of the following configuration
100
- * issues:</p>
103
+ * <p>The execute command cannot run. This error can be caused by any of the following
104
+ * configuration issues:</p>
101
105
  * <ul>
102
106
  * <li>
103
107
  * <p>Incorrect IAM permissions</p>
@@ -106,12 +110,12 @@ declare const ExecuteCommandCommand_base: {
106
110
  * <p>The SSM agent is not installed or is not running</p>
107
111
  * </li>
108
112
  * <li>
109
- * <p> There is an interface Amazon VPC endpoint for Amazon ECS, but there is not one for Systems
110
- * Manager Session Manager</p>
113
+ * <p> There is an interface Amazon VPC endpoint for Amazon ECS, but there is not one for
114
+ * Systems Manager Session Manager</p>
111
115
  * </li>
112
116
  * </ul>
113
- * <p>For information about how to troubleshoot the issues, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-exec.html">Troubleshooting issues with ECS Exec</a> in
114
- * the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
117
+ * <p>For information about how to troubleshoot the issues, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-exec.html">Troubleshooting issues with ECS
118
+ * Exec</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
115
119
  *
116
120
  * @throws {@link ECSServiceException}
117
121
  * <p>Base exception class for all service exceptions from ECS service.</p>
@@ -71,16 +71,17 @@ declare const GetTaskProtectionCommand_base: {
71
71
  * <p>You don't have authorization to perform the requested action.</p>
72
72
  *
73
73
  * @throws {@link ClientException} (client fault)
74
- * <p>These errors are usually caused by a client action. This client action might be using an action or
75
- * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
76
- * be specifying an identifier that isn't valid.</p>
74
+ * <p>These errors are usually caused by a client action. This client action might be using
75
+ * an action or resource on behalf of a user that doesn't have permissions to use the
76
+ * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
77
77
  * <p>The following list includes additional causes for the error:</p>
78
78
  * <ul>
79
79
  * <li>
80
- * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
81
- * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
82
- * 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
83
- * quotas</a>.</p>
80
+ * <p>The <code>RunTask</code> could not be processed because you use managed
81
+ * scaling and there is a capacity error because the quota of tasks in the
82
+ * <code>PROVISIONING</code> per cluster has been reached. For information
83
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
84
+ * service quotas</a>.</p>
84
85
  * </li>
85
86
  * </ul>
86
87
  *
@@ -88,7 +89,8 @@ declare const GetTaskProtectionCommand_base: {
88
89
  * <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>
89
90
  *
90
91
  * @throws {@link InvalidParameterException} (client fault)
91
- * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
92
+ * <p>The specified parameter isn't valid. Review the available parameters for the API
93
+ * request.</p>
92
94
  *
93
95
  * @throws {@link ResourceNotFoundException} (client fault)
94
96
  * <p>The specified resource wasn't found.</p>
@@ -65,21 +65,23 @@ declare const ListAccountSettingsCommand_base: {
65
65
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
66
66
  *
67
67
  * @throws {@link ClientException} (client fault)
68
- * <p>These errors are usually caused by a client action. This client action might be using an action or
69
- * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
70
- * be specifying an identifier that isn't valid.</p>
68
+ * <p>These errors are usually caused by a client action. This client action might be using
69
+ * an action or resource on behalf of a user that doesn't have permissions to use the
70
+ * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
71
71
  * <p>The following list includes additional causes for the error:</p>
72
72
  * <ul>
73
73
  * <li>
74
- * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
75
- * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
76
- * 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
77
- * quotas</a>.</p>
74
+ * <p>The <code>RunTask</code> could not be processed because you use managed
75
+ * scaling and there is a capacity error because the quota of tasks in the
76
+ * <code>PROVISIONING</code> per cluster has been reached. For information
77
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
78
+ * service quotas</a>.</p>
78
79
  * </li>
79
80
  * </ul>
80
81
  *
81
82
  * @throws {@link InvalidParameterException} (client fault)
82
- * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
83
+ * <p>The specified parameter isn't valid. Review the available parameters for the API
84
+ * request.</p>
83
85
  *
84
86
  * @throws {@link ServerException} (server fault)
85
87
  * <p>These errors are usually caused by a server issue.</p>
@@ -27,11 +27,12 @@ declare const ListAttributesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the attributes for Amazon ECS resources within a specified target type and cluster. When you specify
31
- * a target type and cluster, <code>ListAttributes</code> returns a list of attribute objects, one for
32
- * each attribute on each resource. You can filter the list of results to a single attribute name to only
33
- * return results that have that name. You can also filter the results by attribute name and value. You
34
- * can do this, for example, to see which container instances in a cluster are running a Linux AMI
30
+ * <p>Lists the attributes for Amazon ECS resources within a specified target type and cluster.
31
+ * When you specify a target type and cluster, <code>ListAttributes</code> returns a list
32
+ * of attribute objects, one for each attribute on each resource. You can filter the list
33
+ * of results to a single attribute name to only return results that have that name. You
34
+ * can also filter the results by attribute name and value. You can do this, for example,
35
+ * to see which container instances in a cluster are running a Linux AMI
35
36
  * (<code>ecs.os-type=linux</code>). </p>
36
37
  * @example
37
38
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,7 +74,8 @@ declare const ListAttributesCommand_base: {
73
74
  * <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>
74
75
  *
75
76
  * @throws {@link InvalidParameterException} (client fault)
76
- * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
77
+ * <p>The specified parameter isn't valid. Review the available parameters for the API
78
+ * request.</p>
77
79
  *
78
80
  * @throws {@link ECSServiceException}
79
81
  * <p>Base exception class for all service exceptions from ECS service.</p>
@@ -56,21 +56,23 @@ declare const ListClustersCommand_base: {
56
56
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
57
57
  *
58
58
  * @throws {@link ClientException} (client fault)
59
- * <p>These errors are usually caused by a client action. This client action might be using an action or
60
- * resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
61
- * be specifying an identifier that isn't valid.</p>
59
+ * <p>These errors are usually caused by a client action. This client action might be using
60
+ * an action or resource on behalf of a user that doesn't have permissions to use the
61
+ * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
62
62
  * <p>The following list includes additional causes for the error:</p>
63
63
  * <ul>
64
64
  * <li>
65
- * <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
66
- * a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
67
- * 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
68
- * quotas</a>.</p>
65
+ * <p>The <code>RunTask</code> could not be processed because you use managed
66
+ * scaling and there is a capacity error because the quota of tasks in the
67
+ * <code>PROVISIONING</code> per cluster has been reached. For information
68
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
69
+ * service quotas</a>.</p>
69
70
  * </li>
70
71
  * </ul>
71
72
  *
72
73
  * @throws {@link InvalidParameterException} (client fault)
73
- * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
74
+ * <p>The specified parameter isn't valid. Review the available parameters for the API
75
+ * request.</p>
74
76
  *
75
77
  * @throws {@link ServerException} (server fault)
76
78
  * <p>These errors are usually caused by a server issue.</p>