@aws-sdk/client-ecs 3.809.0 → 3.812.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 (59) hide show
  1. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +0 -10
  2. package/dist-types/commands/CreateClusterCommand.d.ts +0 -10
  3. package/dist-types/commands/CreateServiceCommand.d.ts +0 -10
  4. package/dist-types/commands/CreateTaskSetCommand.d.ts +0 -10
  5. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +0 -10
  6. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +0 -10
  7. package/dist-types/commands/DeleteClusterCommand.d.ts +0 -10
  8. package/dist-types/commands/DeleteServiceCommand.d.ts +0 -10
  9. package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +0 -10
  10. package/dist-types/commands/DeleteTaskSetCommand.d.ts +0 -10
  11. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +0 -10
  12. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +0 -10
  13. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +0 -10
  14. package/dist-types/commands/DescribeClustersCommand.d.ts +0 -10
  15. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +0 -10
  16. package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +0 -10
  17. package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +0 -10
  18. package/dist-types/commands/DescribeServicesCommand.d.ts +0 -10
  19. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +0 -10
  20. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +0 -10
  21. package/dist-types/commands/DescribeTasksCommand.d.ts +0 -10
  22. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +0 -10
  23. package/dist-types/commands/ExecuteCommandCommand.d.ts +0 -10
  24. package/dist-types/commands/GetTaskProtectionCommand.d.ts +0 -10
  25. package/dist-types/commands/ListAccountSettingsCommand.d.ts +0 -10
  26. package/dist-types/commands/ListClustersCommand.d.ts +0 -10
  27. package/dist-types/commands/ListContainerInstancesCommand.d.ts +0 -10
  28. package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +0 -10
  29. package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +0 -10
  30. package/dist-types/commands/ListServicesCommand.d.ts +0 -10
  31. package/dist-types/commands/ListTagsForResourceCommand.d.ts +0 -10
  32. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +0 -10
  33. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +0 -10
  34. package/dist-types/commands/ListTasksCommand.d.ts +0 -10
  35. package/dist-types/commands/PutAccountSettingCommand.d.ts +0 -10
  36. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +0 -10
  37. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +0 -10
  38. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +0 -10
  39. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +0 -10
  40. package/dist-types/commands/RunTaskCommand.d.ts +5 -10
  41. package/dist-types/commands/StartTaskCommand.d.ts +0 -10
  42. package/dist-types/commands/StopServiceDeploymentCommand.d.ts +12 -13
  43. package/dist-types/commands/StopTaskCommand.d.ts +0 -10
  44. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +0 -10
  45. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +0 -10
  46. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +0 -10
  47. package/dist-types/commands/TagResourceCommand.d.ts +0 -10
  48. package/dist-types/commands/UntagResourceCommand.d.ts +0 -10
  49. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +0 -10
  50. package/dist-types/commands/UpdateClusterCommand.d.ts +0 -10
  51. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +0 -10
  52. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +0 -10
  53. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +0 -10
  54. package/dist-types/commands/UpdateServiceCommand.d.ts +0 -10
  55. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +0 -10
  56. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +0 -10
  57. package/dist-types/commands/UpdateTaskSetCommand.d.ts +0 -10
  58. package/dist-types/models/models_0.d.ts +15 -111
  59. package/package.json +12 -12
@@ -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
@@ -402,16 +407,6 @@ declare const RunTaskCommand_base: {
402
407
  * <p>These errors are usually caused by a client action. This client action might be using
403
408
  * an action or resource on behalf of a user that doesn't have permissions to use the
404
409
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
405
- * <p>The following list includes additional causes for the error:</p>
406
- * <ul>
407
- * <li>
408
- * <p>The <code>RunTask</code> could not be processed because you use managed
409
- * scaling and there is a capacity error because the quota of tasks in the
410
- * <code>PROVISIONING</code> per cluster has been reached. For information
411
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
412
- * service quotas</a>.</p>
413
- * </li>
414
- * </ul>
415
410
  *
416
411
  * @throws {@link ClusterNotFoundException} (client fault)
417
412
  * <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>
@@ -335,16 +335,6 @@ declare const StartTaskCommand_base: {
335
335
  * <p>These errors are usually caused by a client action. This client action might be using
336
336
  * an action or resource on behalf of a user that doesn't have permissions to use the
337
337
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
338
- * <p>The following list includes additional causes for the error:</p>
339
- * <ul>
340
- * <li>
341
- * <p>The <code>RunTask</code> could not be processed because you use managed
342
- * scaling and there is a capacity error because the quota of tasks in the
343
- * <code>PROVISIONING</code> per cluster has been reached. For information
344
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
345
- * service quotas</a>.</p>
346
- * </li>
347
- * </ul>
348
338
  *
349
339
  * @throws {@link ClusterNotFoundException} (client fault)
350
340
  * <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>
@@ -619,16 +619,6 @@ declare const UpdateServiceCommand_base: {
619
619
  * <p>These errors are usually caused by a client action. This client action might be using
620
620
  * an action or resource on behalf of a user that doesn't have permissions to use the
621
621
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
622
- * <p>The following list includes additional causes for the error:</p>
623
- * <ul>
624
- * <li>
625
- * <p>The <code>RunTask</code> could not be processed because you use managed
626
- * scaling and there is a capacity error because the quota of tasks in the
627
- * <code>PROVISIONING</code> per cluster has been reached. For information
628
- * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
629
- * service quotas</a>.</p>
630
- * </li>
631
- * </ul>
632
622
  *
633
623
  * @throws {@link ClusterNotFoundException} (client fault)
634
624
  * <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>