@aws-sdk/client-ecs 3.798.0 → 3.803.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 (63) hide show
  1. package/dist-cjs/runtimeConfig.js +1 -0
  2. package/dist-es/runtimeConfig.js +2 -1
  3. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +0 -10
  4. package/dist-types/commands/CreateClusterCommand.d.ts +0 -10
  5. package/dist-types/commands/CreateServiceCommand.d.ts +0 -10
  6. package/dist-types/commands/CreateTaskSetCommand.d.ts +0 -10
  7. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +0 -10
  8. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +0 -10
  9. package/dist-types/commands/DeleteClusterCommand.d.ts +0 -10
  10. package/dist-types/commands/DeleteServiceCommand.d.ts +0 -10
  11. package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +0 -10
  12. package/dist-types/commands/DeleteTaskSetCommand.d.ts +0 -10
  13. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +0 -10
  14. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +0 -10
  15. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +0 -10
  16. package/dist-types/commands/DescribeClustersCommand.d.ts +0 -10
  17. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +0 -10
  18. package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +0 -10
  19. package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +0 -10
  20. package/dist-types/commands/DescribeServicesCommand.d.ts +0 -10
  21. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +0 -10
  22. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +0 -10
  23. package/dist-types/commands/DescribeTasksCommand.d.ts +0 -10
  24. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +0 -10
  25. package/dist-types/commands/ExecuteCommandCommand.d.ts +0 -10
  26. package/dist-types/commands/GetTaskProtectionCommand.d.ts +0 -10
  27. package/dist-types/commands/ListAccountSettingsCommand.d.ts +0 -10
  28. package/dist-types/commands/ListClustersCommand.d.ts +0 -10
  29. package/dist-types/commands/ListContainerInstancesCommand.d.ts +0 -10
  30. package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +0 -10
  31. package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +0 -10
  32. package/dist-types/commands/ListServicesCommand.d.ts +0 -10
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +0 -10
  34. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +0 -10
  35. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +0 -10
  36. package/dist-types/commands/ListTasksCommand.d.ts +0 -10
  37. package/dist-types/commands/PutAccountSettingCommand.d.ts +0 -10
  38. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +0 -10
  39. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +0 -10
  40. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +0 -10
  41. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +0 -10
  42. package/dist-types/commands/RunTaskCommand.d.ts +5 -10
  43. package/dist-types/commands/StartTaskCommand.d.ts +0 -10
  44. package/dist-types/commands/StopServiceDeploymentCommand.d.ts +12 -13
  45. package/dist-types/commands/StopTaskCommand.d.ts +0 -10
  46. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +0 -10
  47. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +0 -10
  48. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +0 -10
  49. package/dist-types/commands/TagResourceCommand.d.ts +0 -10
  50. package/dist-types/commands/UntagResourceCommand.d.ts +0 -10
  51. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +0 -10
  52. package/dist-types/commands/UpdateClusterCommand.d.ts +0 -10
  53. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +0 -10
  54. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +0 -10
  55. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +0 -10
  56. package/dist-types/commands/UpdateServiceCommand.d.ts +0 -10
  57. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +0 -10
  58. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +0 -10
  59. package/dist-types/commands/UpdateTaskSetCommand.d.ts +0 -10
  60. package/dist-types/models/models_0.d.ts +5 -12
  61. package/dist-types/runtimeConfig.d.ts +1 -1
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -4
  63. package/package.json +7 -7
@@ -64,16 +64,6 @@ declare const ListTaskDefinitionsCommand_base: {
64
64
  * <p>These errors are usually caused by a client action. This client action might be using
65
65
  * an action or resource on behalf of a user that doesn't have permissions to use the
66
66
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
67
- * <p>The following list includes additional causes for the error:</p>
68
- * <ul>
69
- * <li>
70
- * <p>The <code>RunTask</code> could not be processed because you use managed
71
- * scaling and there is a capacity error because the quota of tasks in the
72
- * <code>PROVISIONING</code> per cluster has been reached. For information
73
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
74
- * service quotas</a>.</p>
75
- * </li>
76
- * </ul>
77
67
  *
78
68
  * @throws {@link InvalidParameterException} (client fault)
79
69
  * <p>The specified parameter isn't valid. Review the available parameters for the API
@@ -69,16 +69,6 @@ declare const ListTasksCommand_base: {
69
69
  * <p>These errors are usually caused by a client action. This client action might be using
70
70
  * an action or resource on behalf of a user that doesn't have permissions to use the
71
71
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
72
- * <p>The following list includes additional causes for the error:</p>
73
- * <ul>
74
- * <li>
75
- * <p>The <code>RunTask</code> could not be processed because you use managed
76
- * scaling and there is a capacity error because the quota of tasks in the
77
- * <code>PROVISIONING</code> per cluster has been reached. For information
78
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
79
- * service quotas</a>.</p>
80
- * </li>
81
- * </ul>
82
72
  *
83
73
  * @throws {@link ClusterNotFoundException} (client fault)
84
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>
@@ -66,16 +66,6 @@ declare const PutAccountSettingCommand_base: {
66
66
  * <p>These errors are usually caused by a client action. This client action might be using
67
67
  * an action or resource on behalf of a user that doesn't have permissions to use the
68
68
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
69
- * <p>The following list includes additional causes for the error:</p>
70
- * <ul>
71
- * <li>
72
- * <p>The <code>RunTask</code> could not be processed because you use managed
73
- * scaling and there is a capacity error because the quota of tasks in the
74
- * <code>PROVISIONING</code> per cluster has been reached. For information
75
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
76
- * service quotas</a>.</p>
77
- * </li>
78
- * </ul>
79
69
  *
80
70
  * @throws {@link InvalidParameterException} (client fault)
81
71
  * <p>The specified parameter isn't valid. Review the available parameters for the API
@@ -62,16 +62,6 @@ declare const PutAccountSettingDefaultCommand_base: {
62
62
  * <p>These errors are usually caused by a client action. This client action might be using
63
63
  * an action or resource on behalf of a user that doesn't have permissions to use the
64
64
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
65
- * <p>The following list includes additional causes for the error:</p>
66
- * <ul>
67
- * <li>
68
- * <p>The <code>RunTask</code> could not be processed because you use managed
69
- * scaling and there is a capacity error because the quota of tasks in the
70
- * <code>PROVISIONING</code> per cluster has been reached. For information
71
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
72
- * service quotas</a>.</p>
73
- * </li>
74
- * </ul>
75
65
  *
76
66
  * @throws {@link InvalidParameterException} (client fault)
77
67
  * <p>The specified parameter isn't valid. Review the available parameters for the API
@@ -148,16 +148,6 @@ declare const PutClusterCapacityProvidersCommand_base: {
148
148
  * <p>These errors are usually caused by a client action. This client action might be using
149
149
  * an action or resource on behalf of a user that doesn't have permissions to use the
150
150
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
151
- * <p>The following list includes additional causes for the error:</p>
152
- * <ul>
153
- * <li>
154
- * <p>The <code>RunTask</code> could not be processed because you use managed
155
- * scaling and there is a capacity error because the quota of tasks in the
156
- * <code>PROVISIONING</code> per cluster has been reached. For information
157
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
158
- * service quotas</a>.</p>
159
- * </li>
160
- * </ul>
161
151
  *
162
152
  * @throws {@link ClusterNotFoundException} (client fault)
163
153
  * <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>
@@ -178,16 +178,6 @@ declare const RegisterContainerInstanceCommand_base: {
178
178
  * <p>These errors are usually caused by a client action. This client action might be using
179
179
  * an action or resource on behalf of a user that doesn't have permissions to use the
180
180
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
181
- * <p>The following list includes additional causes for the error:</p>
182
- * <ul>
183
- * <li>
184
- * <p>The <code>RunTask</code> could not be processed because you use managed
185
- * scaling and there is a capacity error because the quota of tasks in the
186
- * <code>PROVISIONING</code> per cluster has been reached. For information
187
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
188
- * service quotas</a>.</p>
189
- * </li>
190
- * </ul>
191
181
  *
192
182
  * @throws {@link InvalidParameterException} (client fault)
193
183
  * <p>The specified parameter isn't valid. Review the available parameters for the API
@@ -605,16 +605,6 @@ declare const RegisterTaskDefinitionCommand_base: {
605
605
  * <p>These errors are usually caused by a client action. This client action might be using
606
606
  * an action or resource on behalf of a user that doesn't have permissions to use the
607
607
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
608
- * <p>The following list includes additional causes for the error:</p>
609
- * <ul>
610
- * <li>
611
- * <p>The <code>RunTask</code> could not be processed because you use managed
612
- * scaling and there is a capacity error because the quota of tasks in the
613
- * <code>PROVISIONING</code> per cluster has been reached. For information
614
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
615
- * service quotas</a>.</p>
616
- * </li>
617
- * </ul>
618
608
  *
619
609
  * @throws {@link InvalidParameterException} (client fault)
620
610
  * <p>The specified parameter isn't valid. Review the available parameters for the API
@@ -77,6 +77,11 @@ declare const RunTaskCommand_base: {
77
77
  * set of parameters</p>
78
78
  * </li>
79
79
  * </ul>
80
+ * <p>If you get a <code>ClientException</code>error, 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>
80
85
  * @example
81
86
  * Use a bare-bones client and the command you need to make an API call.
82
87
  * ```javascript
@@ -401,16 +406,6 @@ declare const RunTaskCommand_base: {
401
406
  * <p>These errors are usually caused by a client action. This client action might be using
402
407
  * an action or resource on behalf of a user that doesn't have permissions to use the
403
408
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
404
- * <p>The following list includes additional causes for the error:</p>
405
- * <ul>
406
- * <li>
407
- * <p>The <code>RunTask</code> could not be processed because you use managed
408
- * scaling and there is a capacity error because the quota of tasks in the
409
- * <code>PROVISIONING</code> per cluster has been reached. For information
410
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
411
- * service quotas</a>.</p>
412
- * </li>
413
- * </ul>
414
409
  *
415
410
  * @throws {@link ClusterNotFoundException} (client fault)
416
411
  * <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>
@@ -334,16 +334,6 @@ declare const StartTaskCommand_base: {
334
334
  * <p>These errors are usually caused by a client action. This client action might be using
335
335
  * an action or resource on behalf of a user that doesn't have permissions to use the
336
336
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
337
- * <p>The following list includes additional causes for the error:</p>
338
- * <ul>
339
- * <li>
340
- * <p>The <code>RunTask</code> could not be processed because you use managed
341
- * scaling and there is a capacity error because the quota of tasks in the
342
- * <code>PROVISIONING</code> per cluster has been reached. For information
343
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
344
- * service quotas</a>.</p>
345
- * </li>
346
- * </ul>
347
337
  *
348
338
  * @throws {@link ClusterNotFoundException} (client fault)
349
339
  * <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>
@@ -28,9 +28,18 @@ declare const StopServiceDeploymentCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Stops an ongoing service deployment.</p>
31
- * <note>
32
- * <p>StopServiceDeployment isn't currently supported.</p>
33
- * </note>
31
+ * <p>The following stop types are avaiable:</p>
32
+ * <ul>
33
+ * <li>
34
+ * <p>ROLLBACK - This option rolls back the service deployment to the previous
35
+ * service revision. </p>
36
+ * <p>You can use this option even if you didn't configure the service deployment
37
+ * for the rollback option. </p>
38
+ * </li>
39
+ * </ul>
40
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/stop-service-deployment.html">Stopping Amazon ECS
41
+ * service deployments</a> in the <i>Amazon Elastic Container Service Developer
42
+ * Guide</i>.</p>
34
43
  * @example
35
44
  * Use a bare-bones client and the command you need to make an API call.
36
45
  * ```javascript
@@ -62,16 +71,6 @@ declare const StopServiceDeploymentCommand_base: {
62
71
  * <p>These errors are usually caused by a client action. This client action might be using
63
72
  * an action or resource on behalf of a user that doesn't have permissions to use the
64
73
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
65
- * <p>The following list includes additional causes for the error:</p>
66
- * <ul>
67
- * <li>
68
- * <p>The <code>RunTask</code> could not be processed because you use managed
69
- * scaling and there is a capacity error because the quota of tasks in the
70
- * <code>PROVISIONING</code> per cluster has been reached. For information
71
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
72
- * service quotas</a>.</p>
73
- * </li>
74
- * </ul>
75
74
  *
76
75
  * @throws {@link ConflictException} (client fault)
77
76
  * <p>The request could not be processed because of conflict in the current state of the resource. </p>
@@ -231,16 +231,6 @@ declare const StopTaskCommand_base: {
231
231
  * <p>These errors are usually caused by a client action. This client action might be using
232
232
  * an action or resource on behalf of a user that doesn't have permissions to use the
233
233
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
234
- * <p>The following list includes additional causes for the error:</p>
235
- * <ul>
236
- * <li>
237
- * <p>The <code>RunTask</code> could not be processed because you use managed
238
- * scaling and there is a capacity error because the quota of tasks in the
239
- * <code>PROVISIONING</code> per cluster has been reached. For information
240
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
241
- * service quotas</a>.</p>
242
- * </li>
243
- * </ul>
244
234
  *
245
235
  * @throws {@link ClusterNotFoundException} (client fault)
246
236
  * <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>
@@ -67,16 +67,6 @@ declare const SubmitAttachmentStateChangesCommand_base: {
67
67
  * <p>These errors are usually caused by a client action. This client action might be using
68
68
  * an action or resource on behalf of a user that doesn't have permissions to use the
69
69
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
70
- * <p>The following list includes additional causes for the error:</p>
71
- * <ul>
72
- * <li>
73
- * <p>The <code>RunTask</code> could not be processed because you use managed
74
- * scaling and there is a capacity error because the quota of tasks in the
75
- * <code>PROVISIONING</code> per cluster has been reached. For information
76
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
77
- * service quotas</a>.</p>
78
- * </li>
79
- * </ul>
80
70
  *
81
71
  * @throws {@link InvalidParameterException} (client fault)
82
72
  * <p>The specified parameter isn't valid. Review the available parameters for the API
@@ -77,16 +77,6 @@ declare const SubmitContainerStateChangeCommand_base: {
77
77
  * <p>These errors are usually caused by a client action. This client action might be using
78
78
  * an action or resource on behalf of a user that doesn't have permissions to use the
79
79
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
80
- * <p>The following list includes additional causes for the error:</p>
81
- * <ul>
82
- * <li>
83
- * <p>The <code>RunTask</code> could not be processed because you use managed
84
- * scaling and there is a capacity error because the quota of tasks in the
85
- * <code>PROVISIONING</code> per cluster has been reached. For information
86
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
87
- * service quotas</a>.</p>
88
- * </li>
89
- * </ul>
90
80
  *
91
81
  * @throws {@link ServerException} (server fault)
92
82
  * <p>These errors are usually caused by a server issue.</p>
@@ -101,16 +101,6 @@ declare const SubmitTaskStateChangeCommand_base: {
101
101
  * <p>These errors are usually caused by a client action. This client action might be using
102
102
  * an action or resource on behalf of a user that doesn't have permissions to use the
103
103
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
104
- * <p>The following list includes additional causes for the error:</p>
105
- * <ul>
106
- * <li>
107
- * <p>The <code>RunTask</code> could not be processed because you use managed
108
- * scaling and there is a capacity error because the quota of tasks in the
109
- * <code>PROVISIONING</code> per cluster has been reached. For information
110
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
111
- * service quotas</a>.</p>
112
- * </li>
113
- * </ul>
114
104
  *
115
105
  * @throws {@link InvalidParameterException} (client fault)
116
106
  * <p>The specified parameter isn't valid. Review the available parameters for the API
@@ -62,16 +62,6 @@ declare const TagResourceCommand_base: {
62
62
  * <p>These errors are usually caused by a client action. This client action might be using
63
63
  * an action or resource on behalf of a user that doesn't have permissions to use the
64
64
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
65
- * <p>The following list includes additional causes for the error:</p>
66
- * <ul>
67
- * <li>
68
- * <p>The <code>RunTask</code> could not be processed because you use managed
69
- * scaling and there is a capacity error because the quota of tasks in the
70
- * <code>PROVISIONING</code> per cluster has been reached. For information
71
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
72
- * service quotas</a>.</p>
73
- * </li>
74
- * </ul>
75
65
  *
76
66
  * @throws {@link ClusterNotFoundException} (client fault)
77
67
  * <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>
@@ -56,16 +56,6 @@ declare const UntagResourceCommand_base: {
56
56
  * <p>These errors are usually caused by a client action. This client action might be using
57
57
  * an action or resource on behalf of a user that doesn't have permissions to use the
58
58
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
59
- * <p>The following list includes additional causes for the error:</p>
60
- * <ul>
61
- * <li>
62
- * <p>The <code>RunTask</code> could not be processed because you use managed
63
- * scaling and there is a capacity error because the quota of tasks in the
64
- * <code>PROVISIONING</code> per cluster has been reached. For information
65
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
66
- * service quotas</a>.</p>
67
- * </li>
68
- * </ul>
69
59
  *
70
60
  * @throws {@link ClusterNotFoundException} (client fault)
71
61
  * <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>
@@ -90,16 +90,6 @@ declare const UpdateCapacityProviderCommand_base: {
90
90
  * <p>These errors are usually caused by a client action. This client action might be using
91
91
  * an action or resource on behalf of a user that doesn't have permissions to use the
92
92
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
93
- * <p>The following list includes additional causes for the error:</p>
94
- * <ul>
95
- * <li>
96
- * <p>The <code>RunTask</code> could not be processed because you use managed
97
- * scaling and there is a capacity error because the quota of tasks in the
98
- * <code>PROVISIONING</code> per cluster has been reached. For information
99
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
100
- * service quotas</a>.</p>
101
- * </li>
102
- * </ul>
103
93
  *
104
94
  * @throws {@link InvalidParameterException} (client fault)
105
95
  * <p>The specified parameter isn't valid. Review the available parameters for the API
@@ -151,16 +151,6 @@ declare const UpdateClusterCommand_base: {
151
151
  * <p>These errors are usually caused by a client action. This client action might be using
152
152
  * an action or resource on behalf of a user that doesn't have permissions to use the
153
153
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
154
- * <p>The following list includes additional causes for the error:</p>
155
- * <ul>
156
- * <li>
157
- * <p>The <code>RunTask</code> could not be processed because you use managed
158
- * scaling and there is a capacity error because the quota of tasks in the
159
- * <code>PROVISIONING</code> per cluster has been reached. For information
160
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
161
- * service quotas</a>.</p>
162
- * </li>
163
- * </ul>
164
154
  *
165
155
  * @throws {@link ClusterNotFoundException} (client fault)
166
156
  * <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>
@@ -131,16 +131,6 @@ declare const UpdateClusterSettingsCommand_base: {
131
131
  * <p>These errors are usually caused by a client action. This client action might be using
132
132
  * an action or resource on behalf of a user that doesn't have permissions to use the
133
133
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
134
- * <p>The following list includes additional causes for the error:</p>
135
- * <ul>
136
- * <li>
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>
142
- * </li>
143
- * </ul>
144
134
  *
145
135
  * @throws {@link ClusterNotFoundException} (client fault)
146
136
  * <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>
@@ -153,16 +153,6 @@ declare const UpdateContainerAgentCommand_base: {
153
153
  * <p>These errors are usually caused by a client action. This client action might be using
154
154
  * an action or resource on behalf of a user that doesn't have permissions to use the
155
155
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
156
- * <p>The following list includes additional causes for the error:</p>
157
- * <ul>
158
- * <li>
159
- * <p>The <code>RunTask</code> could not be processed because you use managed
160
- * scaling and there is a capacity error because the quota of tasks in the
161
- * <code>PROVISIONING</code> per cluster has been reached. For information
162
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
163
- * service quotas</a>.</p>
164
- * </li>
165
- * </ul>
166
156
  *
167
157
  * @throws {@link ClusterNotFoundException} (client fault)
168
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>
@@ -195,16 +195,6 @@ declare const UpdateContainerInstancesStateCommand_base: {
195
195
  * <p>These errors are usually caused by a client action. This client action might be using
196
196
  * an action or resource on behalf of a user that doesn't have permissions to use the
197
197
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
198
- * <p>The following list includes additional causes for the error:</p>
199
- * <ul>
200
- * <li>
201
- * <p>The <code>RunTask</code> could not be processed because you use managed
202
- * scaling and there is a capacity error because the quota of tasks in the
203
- * <code>PROVISIONING</code> per cluster has been reached. For information
204
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
205
- * service quotas</a>.</p>
206
- * </li>
207
- * </ul>
208
198
  *
209
199
  * @throws {@link ClusterNotFoundException} (client fault)
210
200
  * <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>
@@ -617,16 +617,6 @@ declare const UpdateServiceCommand_base: {
617
617
  * <p>These errors are usually caused by a client action. This client action might be using
618
618
  * an action or resource on behalf of a user that doesn't have permissions to use the
619
619
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
620
- * <p>The following list includes additional causes for the error:</p>
621
- * <ul>
622
- * <li>
623
- * <p>The <code>RunTask</code> could not be processed because you use managed
624
- * scaling and there is a capacity error because the quota of tasks in the
625
- * <code>PROVISIONING</code> per cluster has been reached. For information
626
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
627
- * service quotas</a>.</p>
628
- * </li>
629
- * </ul>
630
620
  *
631
621
  * @throws {@link ClusterNotFoundException} (client fault)
632
622
  * <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>
@@ -130,16 +130,6 @@ declare const UpdateServicePrimaryTaskSetCommand_base: {
130
130
  * <p>These errors are usually caused by a client action. This client action might be using
131
131
  * an action or resource on behalf of a user that doesn't have permissions to use the
132
132
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
133
- * <p>The following list includes additional causes for the error:</p>
134
- * <ul>
135
- * <li>
136
- * <p>The <code>RunTask</code> could not be processed because you use managed
137
- * scaling and there is a capacity error because the quota of tasks in the
138
- * <code>PROVISIONING</code> per cluster has been reached. For information
139
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
140
- * service quotas</a>.</p>
141
- * </li>
142
- * </ul>
143
133
  *
144
134
  * @throws {@link ClusterNotFoundException} (client fault)
145
135
  * <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>
@@ -102,16 +102,6 @@ declare const UpdateTaskProtectionCommand_base: {
102
102
  * <p>These errors are usually caused by a client action. This client action might be using
103
103
  * an action or resource on behalf of a user that doesn't have permissions to use the
104
104
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
105
- * <p>The following list includes additional causes for the error:</p>
106
- * <ul>
107
- * <li>
108
- * <p>The <code>RunTask</code> could not be processed because you use managed
109
- * scaling and there is a capacity error because the quota of tasks in the
110
- * <code>PROVISIONING</code> per cluster has been reached. For information
111
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
112
- * service quotas</a>.</p>
113
- * </li>
114
- * </ul>
115
105
  *
116
106
  * @throws {@link ClusterNotFoundException} (client fault)
117
107
  * <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>
@@ -132,16 +132,6 @@ declare const UpdateTaskSetCommand_base: {
132
132
  * <p>These errors are usually caused by a client action. This client action might be using
133
133
  * an action or resource on behalf of a user that doesn't have permissions to use the
134
134
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
135
- * <p>The following list includes additional causes for the error:</p>
136
- * <ul>
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>
143
- * </li>
144
- * </ul>
145
135
  *
146
136
  * @throws {@link ClusterNotFoundException} (client fault)
147
137
  * <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>
@@ -32,16 +32,6 @@ export type AgentUpdateStatus = (typeof AgentUpdateStatus)[keyof typeof AgentUpd
32
32
  * <p>These errors are usually caused by a client action. This client action might be using
33
33
  * an action or resource on behalf of a user that doesn't have permissions to use the
34
34
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
35
- * <p>The following list includes additional causes for the error:</p>
36
- * <ul>
37
- * <li>
38
- * <p>The <code>RunTask</code> could not be processed because you use managed
39
- * scaling and there is a capacity error because the quota of tasks in the
40
- * <code>PROVISIONING</code> per cluster has been reached. For information
41
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
42
- * service quotas</a>.</p>
43
- * </li>
44
- * </ul>
45
35
  * @public
46
36
  */
47
37
  export declare class ClientException extends __BaseException {
@@ -3918,10 +3908,11 @@ export interface DeleteAccountSettingRequest {
3918
3908
  */
3919
3909
  name: SettingName | undefined;
3920
3910
  /**
3921
- * <p>The Amazon Resource Name (ARN) of the principal. It can be an user, role, or the
3911
+ * <p>The Amazon Resource Name (ARN) of the principal. It can be a user, role, or the
3922
3912
  * root user. If you specify the root user, it disables the account setting for all users, roles,
3923
3913
  * and the root user of the account unless a user or role explicitly overrides these settings.
3924
3914
  * If this field is omitted, the setting is changed only for the authenticated user.</p>
3915
+ * <p>In order to use this parameter, you must be the root user, or the principal.</p>
3925
3916
  * @public
3926
3917
  */
3927
3918
  principalArn?: string | undefined;
@@ -9264,6 +9255,7 @@ export interface ListAccountSettingsRequest {
9264
9255
  /**
9265
9256
  * <p>The ARN of the principal, which can be a user, role, or the root user. If this field is
9266
9257
  * omitted, the account settings are listed only for the authenticated user.</p>
9258
+ * <p>In order to use this parameter, you must be the root user, or the principal.</p>
9267
9259
  * <note>
9268
9260
  * <p>Federated users assume the account setting of the root user and can't have explicit
9269
9261
  * account settings set for them.</p>
@@ -10297,6 +10289,7 @@ export interface PutAccountSettingRequest {
10297
10289
  * the root user, it modifies the account setting for all users, roles, and the root user of the
10298
10290
  * account unless a user or role explicitly overrides these settings. If this field is
10299
10291
  * omitted, the setting is changed only for the authenticated user.</p>
10292
+ * <p>In order to use this parameter, you must be the root user, or the principal.</p>
10300
10293
  * <note>
10301
10294
  * <p>You must use the root user when you set the Fargate wait time
10302
10295
  * (<code>fargateTaskRetirementWaitPeriod</code>). </p>
@@ -11676,7 +11669,7 @@ export interface StopServiceDeploymentRequest {
11676
11669
  serviceDeploymentArn: string | undefined;
11677
11670
  /**
11678
11671
  * <p>How you want Amazon ECS to stop the service. </p>
11679
- * <p>The ROLLBACK and ABORT stopType aren't supported.</p>
11672
+ * <p>The valid values are <code>ROLLBACK</code>.</p>
11680
11673
  * @public
11681
11674
  */
11682
11675
  stopType?: StopServiceDeploymentStopType | undefined;
@@ -6,6 +6,7 @@ import { ECSClientConfig } from "./ECSClient";
6
6
  export declare const getRuntimeConfig: (config: ECSClientConfig) => {
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
+ authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
9
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
11
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
@@ -38,7 +39,6 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
38
39
  }) => import("@smithy/types").EndpointV2;
39
40
  tls?: boolean | undefined;
40
41
  serviceConfiguredEndpoint?: undefined;
41
- authSchemePreference?: string[] | import("@smithy/types").Provider<string[]> | undefined;
42
42
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
43
43
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ECSHttpAuthSchemeProvider;
44
44
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -5,6 +5,7 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
5
5
  defaultsMode: import("@smithy/types").Provider<
6
6
  import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
+ authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
8
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
10
  credentialDefaultProvider:
10
11
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
@@ -73,10 +74,6 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
73
74
  ) => import("@smithy/types").EndpointV2;
74
75
  tls?: boolean | undefined;
75
76
  serviceConfiguredEndpoint?: undefined;
76
- authSchemePreference?:
77
- | string[]
78
- | import("@smithy/types").Provider<string[]>
79
- | undefined;
80
77
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
81
78
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ECSHttpAuthSchemeProvider;
82
79
  credentials?: