@aws-sdk/client-ecs 3.808.0 → 3.809.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-types/commands/CreateCapacityProviderCommand.d.ts +12 -1
  2. package/dist-types/commands/CreateClusterCommand.d.ts +12 -1
  3. package/dist-types/commands/CreateServiceCommand.d.ts +14 -1
  4. package/dist-types/commands/CreateTaskSetCommand.d.ts +12 -1
  5. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +12 -1
  6. package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +12 -1
  8. package/dist-types/commands/DeleteClusterCommand.d.ts +12 -1
  9. package/dist-types/commands/DeleteServiceCommand.d.ts +13 -1
  10. package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +13 -2
  11. package/dist-types/commands/DeleteTaskSetCommand.d.ts +12 -1
  12. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +12 -1
  13. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +27 -18
  14. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +12 -1
  15. package/dist-types/commands/DescribeClustersCommand.d.ts +12 -1
  16. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +12 -1
  17. package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +12 -1
  18. package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +13 -1
  19. package/dist-types/commands/DescribeServicesCommand.d.ts +13 -1
  20. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +12 -1
  21. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +12 -1
  22. package/dist-types/commands/DescribeTasksCommand.d.ts +12 -1
  23. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +10 -0
  24. package/dist-types/commands/ExecuteCommandCommand.d.ts +12 -1
  25. package/dist-types/commands/GetTaskProtectionCommand.d.ts +12 -1
  26. package/dist-types/commands/ListAccountSettingsCommand.d.ts +12 -1
  27. package/dist-types/commands/ListAttributesCommand.d.ts +2 -1
  28. package/dist-types/commands/ListClustersCommand.d.ts +12 -1
  29. package/dist-types/commands/ListContainerInstancesCommand.d.ts +12 -1
  30. package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +12 -1
  31. package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +12 -1
  32. package/dist-types/commands/ListServicesCommand.d.ts +12 -1
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -1
  34. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +12 -1
  35. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +12 -1
  36. package/dist-types/commands/ListTasksCommand.d.ts +12 -1
  37. package/dist-types/commands/PutAccountSettingCommand.d.ts +12 -1
  38. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +12 -1
  39. package/dist-types/commands/PutAttributesCommand.d.ts +2 -1
  40. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +12 -1
  41. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +12 -1
  42. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +14 -3
  43. package/dist-types/commands/RunTaskCommand.d.ts +13 -6
  44. package/dist-types/commands/StartTaskCommand.d.ts +13 -1
  45. package/dist-types/commands/StopServiceDeploymentCommand.d.ts +15 -13
  46. package/dist-types/commands/StopTaskCommand.d.ts +12 -1
  47. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +12 -1
  48. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +10 -0
  49. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +12 -1
  50. package/dist-types/commands/TagResourceCommand.d.ts +12 -1
  51. package/dist-types/commands/UntagResourceCommand.d.ts +12 -1
  52. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +12 -1
  53. package/dist-types/commands/UpdateClusterCommand.d.ts +12 -1
  54. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +12 -1
  55. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +12 -1
  56. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +12 -1
  57. package/dist-types/commands/UpdateServiceCommand.d.ts +14 -1
  58. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +12 -1
  59. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +12 -1
  60. package/dist-types/commands/UpdateTaskSetCommand.d.ts +12 -1
  61. package/dist-types/models/models_0.d.ts +169 -41
  62. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  63. package/package.json +1 -1
@@ -143,6 +143,16 @@ declare const DescribeTaskSetsCommand_base: {
143
143
  * <p>These errors are usually caused by a client action. This client action might be using
144
144
  * an action or resource on behalf of a user that doesn't have permissions to use the
145
145
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
146
+ * <p>The following list includes additional causes for the error:</p>
147
+ * <ul>
148
+ * <li>
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>
154
+ * </li>
155
+ * </ul>
146
156
  *
147
157
  * @throws {@link ClusterNotFoundException} (client fault)
148
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>
@@ -150,7 +160,8 @@ declare const DescribeTaskSetsCommand_base: {
150
160
  * @throws {@link InvalidParameterException} (client fault)
151
161
  * <p>The specified parameter isn't valid. Review the available parameters for the API
152
162
  * request.</p>
153
- * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
163
+ * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service
164
+ * event messages</a>. </p>
154
165
  *
155
166
  * @throws {@link ServerException} (server fault)
156
167
  * <p>These errors are usually caused by a server issue.</p>
@@ -233,6 +233,16 @@ declare const DescribeTasksCommand_base: {
233
233
  * <p>These errors are usually caused by a client action. This client action might be using
234
234
  * an action or resource on behalf of a user that doesn't have permissions to use the
235
235
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
236
+ * <p>The following list includes additional causes for the error:</p>
237
+ * <ul>
238
+ * <li>
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>
244
+ * </li>
245
+ * </ul>
236
246
  *
237
247
  * @throws {@link ClusterNotFoundException} (client fault)
238
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>
@@ -240,7 +250,8 @@ declare const DescribeTasksCommand_base: {
240
250
  * @throws {@link InvalidParameterException} (client fault)
241
251
  * <p>The specified parameter isn't valid. Review the available parameters for the API
242
252
  * request.</p>
243
- * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
253
+ * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service
254
+ * event messages</a>. </p>
244
255
  *
245
256
  * @throws {@link ServerException} (server fault)
246
257
  * <p>These errors are usually caused by a server issue.</p>
@@ -61,6 +61,16 @@ declare const DiscoverPollEndpointCommand_base: {
61
61
  * <p>These errors are usually caused by a client action. This client action might be using
62
62
  * an action or resource on behalf of a user that doesn't have permissions to use the
63
63
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
64
+ * <p>The following list includes additional causes for the error:</p>
65
+ * <ul>
66
+ * <li>
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>
72
+ * </li>
73
+ * </ul>
64
74
  *
65
75
  * @throws {@link ServerException} (server fault)
66
76
  * <p>These errors are usually caused by a server issue.</p>
@@ -78,6 +78,16 @@ declare const ExecuteCommandCommand_base: {
78
78
  * <p>These errors are usually caused by a client action. This client action might be using
79
79
  * an action or resource on behalf of a user that doesn't have permissions to use the
80
80
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
81
+ * <p>The following list includes additional causes for the error:</p>
82
+ * <ul>
83
+ * <li>
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>
89
+ * </li>
90
+ * </ul>
81
91
  *
82
92
  * @throws {@link ClusterNotFoundException} (client fault)
83
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>
@@ -85,7 +95,8 @@ declare const ExecuteCommandCommand_base: {
85
95
  * @throws {@link InvalidParameterException} (client fault)
86
96
  * <p>The specified parameter isn't valid. Review the available parameters for the API
87
97
  * request.</p>
88
- * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
98
+ * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service
99
+ * event messages</a>. </p>
89
100
  *
90
101
  * @throws {@link ServerException} (server fault)
91
102
  * <p>These errors are usually caused by a server issue.</p>
@@ -74,6 +74,16 @@ declare const GetTaskProtectionCommand_base: {
74
74
  * <p>These errors are usually caused by a client action. This client action might be using
75
75
  * an action or resource on behalf of a user that doesn't have permissions to use the
76
76
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
77
+ * <p>The following list includes additional causes for the error:</p>
78
+ * <ul>
79
+ * <li>
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>
85
+ * </li>
86
+ * </ul>
77
87
  *
78
88
  * @throws {@link ClusterNotFoundException} (client fault)
79
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>
@@ -81,7 +91,8 @@ declare const GetTaskProtectionCommand_base: {
81
91
  * @throws {@link InvalidParameterException} (client fault)
82
92
  * <p>The specified parameter isn't valid. Review the available parameters for the API
83
93
  * request.</p>
84
- * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
94
+ * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service
95
+ * event messages</a>. </p>
85
96
  *
86
97
  * @throws {@link ResourceNotFoundException} (client fault)
87
98
  * <p>The specified resource wasn't found.</p>
@@ -68,11 +68,22 @@ declare const ListAccountSettingsCommand_base: {
68
68
  * <p>These errors are usually caused by a client action. This client action might be using
69
69
  * an action or resource on behalf of a user that doesn't have permissions to use the
70
70
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
71
+ * <p>The following list includes additional causes for the error:</p>
72
+ * <ul>
73
+ * <li>
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>
79
+ * </li>
80
+ * </ul>
71
81
  *
72
82
  * @throws {@link InvalidParameterException} (client fault)
73
83
  * <p>The specified parameter isn't valid. Review the available parameters for the API
74
84
  * request.</p>
75
- * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
85
+ * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service
86
+ * event messages</a>. </p>
76
87
  *
77
88
  * @throws {@link ServerException} (server fault)
78
89
  * <p>These errors are usually caused by a server issue.</p>
@@ -76,7 +76,8 @@ declare const ListAttributesCommand_base: {
76
76
  * @throws {@link InvalidParameterException} (client fault)
77
77
  * <p>The specified parameter isn't valid. Review the available parameters for the API
78
78
  * request.</p>
79
- * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
79
+ * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service
80
+ * event messages</a>. </p>
80
81
  *
81
82
  * @throws {@link ECSServiceException}
82
83
  * <p>Base exception class for all service exceptions from ECS service.</p>
@@ -59,11 +59,22 @@ declare const ListClustersCommand_base: {
59
59
  * <p>These errors are usually caused by a client action. This client action might be using
60
60
  * an action or resource on behalf of a user that doesn't have permissions to use the
61
61
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
62
+ * <p>The following list includes additional causes for the error:</p>
63
+ * <ul>
64
+ * <li>
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>
70
+ * </li>
71
+ * </ul>
62
72
  *
63
73
  * @throws {@link InvalidParameterException} (client fault)
64
74
  * <p>The specified parameter isn't valid. Review the available parameters for the API
65
75
  * request.</p>
66
- * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
76
+ * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service
77
+ * event messages</a>. </p>
67
78
  *
68
79
  * @throws {@link ServerException} (server fault)
69
80
  * <p>These errors are usually caused by a server issue.</p>
@@ -64,6 +64,16 @@ declare const ListContainerInstancesCommand_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>
67
77
  *
68
78
  * @throws {@link ClusterNotFoundException} (client fault)
69
79
  * <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>
@@ -71,7 +81,8 @@ declare const ListContainerInstancesCommand_base: {
71
81
  * @throws {@link InvalidParameterException} (client fault)
72
82
  * <p>The specified parameter isn't valid. Review the available parameters for the API
73
83
  * request.</p>
74
- * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
84
+ * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service
85
+ * event messages</a>. </p>
75
86
  *
76
87
  * @throws {@link ServerException} (server fault)
77
88
  * <p>These errors are usually caused by a server issue.</p>
@@ -86,11 +86,22 @@ declare const ListServiceDeploymentsCommand_base: {
86
86
  * <p>These errors are usually caused by a client action. This client action might be using
87
87
  * an action or resource on behalf of a user that doesn't have permissions to use the
88
88
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
89
+ * <p>The following list includes additional causes for the error:</p>
90
+ * <ul>
91
+ * <li>
92
+ * <p>The <code>RunTask</code> could not be processed because you use managed
93
+ * scaling and there is a capacity error because the quota of tasks in the
94
+ * <code>PROVISIONING</code> per cluster has been reached. For information
95
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
96
+ * service quotas</a>.</p>
97
+ * </li>
98
+ * </ul>
89
99
  *
90
100
  * @throws {@link InvalidParameterException} (client fault)
91
101
  * <p>The specified parameter isn't valid. Review the available parameters for the API
92
102
  * request.</p>
93
- * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
103
+ * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service
104
+ * event messages</a>. </p>
94
105
  *
95
106
  * @throws {@link ServerException} (server fault)
96
107
  * <p>These errors are usually caused by a server issue.</p>
@@ -64,11 +64,22 @@ declare const ListServicesByNamespaceCommand_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>
67
77
  *
68
78
  * @throws {@link InvalidParameterException} (client fault)
69
79
  * <p>The specified parameter isn't valid. Review the available parameters for the API
70
80
  * request.</p>
71
- * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
81
+ * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service
82
+ * event messages</a>. </p>
72
83
  *
73
84
  * @throws {@link NamespaceNotFoundException} (client fault)
74
85
  * <p>The specified namespace wasn't found.</p>
@@ -63,6 +63,16 @@ declare const ListServicesCommand_base: {
63
63
  * <p>These errors are usually caused by a client action. This client action might be using
64
64
  * an action or resource on behalf of a user that doesn't have permissions to use the
65
65
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
66
+ * <p>The following list includes additional causes for the error:</p>
67
+ * <ul>
68
+ * <li>
69
+ * <p>The <code>RunTask</code> could not be processed because you use managed
70
+ * scaling and there is a capacity error because the quota of tasks in the
71
+ * <code>PROVISIONING</code> per cluster has been reached. For information
72
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
73
+ * service quotas</a>.</p>
74
+ * </li>
75
+ * </ul>
66
76
  *
67
77
  * @throws {@link ClusterNotFoundException} (client fault)
68
78
  * <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>
@@ -70,7 +80,8 @@ declare const ListServicesCommand_base: {
70
80
  * @throws {@link InvalidParameterException} (client fault)
71
81
  * <p>The specified parameter isn't valid. Review the available parameters for the API
72
82
  * request.</p>
73
- * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
83
+ * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service
84
+ * event messages</a>. </p>
74
85
  *
75
86
  * @throws {@link ServerException} (server fault)
76
87
  * <p>These errors are usually caused by a server issue.</p>
@@ -60,6 +60,16 @@ declare const ListTagsForResourceCommand_base: {
60
60
  * <p>These errors are usually caused by a client action. This client action might be using
61
61
  * an action or resource on behalf of a user that doesn't have permissions to use the
62
62
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
63
+ * <p>The following list includes additional causes for the error:</p>
64
+ * <ul>
65
+ * <li>
66
+ * <p>The <code>RunTask</code> could not be processed because you use managed
67
+ * scaling and there is a capacity error because the quota of tasks in the
68
+ * <code>PROVISIONING</code> per cluster has been reached. For information
69
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
70
+ * service quotas</a>.</p>
71
+ * </li>
72
+ * </ul>
63
73
  *
64
74
  * @throws {@link ClusterNotFoundException} (client fault)
65
75
  * <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,7 +77,8 @@ declare const ListTagsForResourceCommand_base: {
67
77
  * @throws {@link InvalidParameterException} (client fault)
68
78
  * <p>The specified parameter isn't valid. Review the available parameters for the API
69
79
  * request.</p>
70
- * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
80
+ * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service
81
+ * event messages</a>. </p>
71
82
  *
72
83
  * @throws {@link ServerException} (server fault)
73
84
  * <p>These errors are usually caused by a server issue.</p>
@@ -67,11 +67,22 @@ declare const ListTaskDefinitionFamiliesCommand_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>
70
80
  *
71
81
  * @throws {@link InvalidParameterException} (client fault)
72
82
  * <p>The specified parameter isn't valid. Review the available parameters for the API
73
83
  * request.</p>
74
- * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
84
+ * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service
85
+ * event messages</a>. </p>
75
86
  *
76
87
  * @throws {@link ServerException} (server fault)
77
88
  * <p>These errors are usually caused by a server issue.</p>
@@ -64,11 +64,22 @@ 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>
67
77
  *
68
78
  * @throws {@link InvalidParameterException} (client fault)
69
79
  * <p>The specified parameter isn't valid. Review the available parameters for the API
70
80
  * request.</p>
71
- * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
81
+ * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service
82
+ * event messages</a>. </p>
72
83
  *
73
84
  * @throws {@link ServerException} (server fault)
74
85
  * <p>These errors are usually caused by a server issue.</p>
@@ -69,6 +69,16 @@ 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>
72
82
  *
73
83
  * @throws {@link ClusterNotFoundException} (client fault)
74
84
  * <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>
@@ -76,7 +86,8 @@ declare const ListTasksCommand_base: {
76
86
  * @throws {@link InvalidParameterException} (client fault)
77
87
  * <p>The specified parameter isn't valid. Review the available parameters for the API
78
88
  * request.</p>
79
- * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
89
+ * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service
90
+ * event messages</a>. </p>
80
91
  *
81
92
  * @throws {@link ServerException} (server fault)
82
93
  * <p>These errors are usually caused by a server issue.</p>
@@ -66,11 +66,22 @@ 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>
69
79
  *
70
80
  * @throws {@link InvalidParameterException} (client fault)
71
81
  * <p>The specified parameter isn't valid. Review the available parameters for the API
72
82
  * request.</p>
73
- * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
83
+ * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service
84
+ * event messages</a>. </p>
74
85
  *
75
86
  * @throws {@link ServerException} (server fault)
76
87
  * <p>These errors are usually caused by a server issue.</p>
@@ -62,11 +62,22 @@ 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>
65
75
  *
66
76
  * @throws {@link InvalidParameterException} (client fault)
67
77
  * <p>The specified parameter isn't valid. Review the available parameters for the API
68
78
  * request.</p>
69
- * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
79
+ * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service
80
+ * event messages</a>. </p>
70
81
  *
71
82
  * @throws {@link ServerException} (server fault)
72
83
  * <p>These errors are usually caused by a server issue.</p>
@@ -79,7 +79,8 @@ declare const PutAttributesCommand_base: {
79
79
  * @throws {@link InvalidParameterException} (client fault)
80
80
  * <p>The specified parameter isn't valid. Review the available parameters for the API
81
81
  * request.</p>
82
- * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
82
+ * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service
83
+ * event messages</a>. </p>
83
84
  *
84
85
  * @throws {@link TargetNotFoundException} (client fault)
85
86
  * <p>The specified target wasn't found. You can view your available container instances
@@ -148,6 +148,16 @@ 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>
151
161
  *
152
162
  * @throws {@link ClusterNotFoundException} (client fault)
153
163
  * <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>
@@ -155,7 +165,8 @@ declare const PutClusterCapacityProvidersCommand_base: {
155
165
  * @throws {@link InvalidParameterException} (client fault)
156
166
  * <p>The specified parameter isn't valid. Review the available parameters for the API
157
167
  * request.</p>
158
- * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
168
+ * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service
169
+ * event messages</a>. </p>
159
170
  *
160
171
  * @throws {@link ResourceInUseException} (client fault)
161
172
  * <p>The specified resource is in-use and can't be removed.</p>
@@ -178,11 +178,22 @@ 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>
181
191
  *
182
192
  * @throws {@link InvalidParameterException} (client fault)
183
193
  * <p>The specified parameter isn't valid. Review the available parameters for the API
184
194
  * request.</p>
185
- * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
195
+ * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service
196
+ * event messages</a>. </p>
186
197
  *
187
198
  * @throws {@link ServerException} (server fault)
188
199
  * <p>These errors are usually caused by a server issue.</p>
@@ -605,11 +605,22 @@ 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>
608
618
  *
609
619
  * @throws {@link InvalidParameterException} (client fault)
610
620
  * <p>The specified parameter isn't valid. Review the available parameters for the API
611
621
  * request.</p>
612
- * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
622
+ * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service
623
+ * event messages</a>. </p>
613
624
  *
614
625
  * @throws {@link ServerException} (server fault)
615
626
  * <p>These errors are usually caused by a server issue.</p>
@@ -630,7 +641,7 @@ declare const RegisterTaskDefinitionCommand_base: {
630
641
  * ],
631
642
  * cpu: 10,
632
643
  * essential: true,
633
- * image: "busybox",
644
+ * image: "public.ecr.aws/docker/library/busybox:latest",
634
645
  * memory: 10,
635
646
  * name: "sleep"
636
647
  * }
@@ -653,7 +664,7 @@ declare const RegisterTaskDefinitionCommand_base: {
653
664
  * cpu: 10,
654
665
  * environment: [],
655
666
  * essential: true,
656
- * image: "busybox",
667
+ * image: "public.ecr.aws/docker/library/busybox:latest",
657
668
  * memory: 10,
658
669
  * mountPoints: [],
659
670
  * name: "sleep",
@@ -77,11 +77,6 @@ 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>
85
80
  * @example
86
81
  * Use a bare-bones client and the command you need to make an API call.
87
82
  * ```javascript
@@ -190,6 +185,7 @@ declare const RunTaskCommand_base: {
190
185
  * volumeType: "STRING_VALUE",
191
186
  * sizeInGiB: Number("int"),
192
187
  * snapshotId: "STRING_VALUE",
188
+ * volumeInitializationRate: Number("int"),
193
189
  * iops: Number("int"),
194
190
  * throughput: Number("int"),
195
191
  * tagSpecifications: [ // EBSTagSpecifications
@@ -406,6 +402,16 @@ declare const RunTaskCommand_base: {
406
402
  * <p>These errors are usually caused by a client action. This client action might be using
407
403
  * an action or resource on behalf of a user that doesn't have permissions to use the
408
404
  * 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>
409
415
  *
410
416
  * @throws {@link ClusterNotFoundException} (client fault)
411
417
  * <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>
@@ -416,7 +422,8 @@ declare const RunTaskCommand_base: {
416
422
  * @throws {@link InvalidParameterException} (client fault)
417
423
  * <p>The specified parameter isn't valid. Review the available parameters for the API
418
424
  * request.</p>
419
- * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
425
+ * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service
426
+ * event messages</a>. </p>
420
427
  *
421
428
  * @throws {@link PlatformTaskDefinitionIncompatibilityException} (client fault)
422
429
  * <p>The specified platform version doesn't satisfy the required capabilities of the task