@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
@@ -125,6 +125,7 @@ declare const StartTaskCommand_base: {
125
125
  * volumeType: "STRING_VALUE",
126
126
  * sizeInGiB: Number("int"),
127
127
  * snapshotId: "STRING_VALUE",
128
+ * volumeInitializationRate: Number("int"),
128
129
  * iops: Number("int"),
129
130
  * throughput: Number("int"),
130
131
  * tagSpecifications: [ // EBSTagSpecifications
@@ -334,6 +335,16 @@ declare const StartTaskCommand_base: {
334
335
  * <p>These errors are usually caused by a client action. This client action might be using
335
336
  * an action or resource on behalf of a user that doesn't have permissions to use the
336
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>
337
348
  *
338
349
  * @throws {@link ClusterNotFoundException} (client fault)
339
350
  * <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>
@@ -341,7 +352,8 @@ declare const StartTaskCommand_base: {
341
352
  * @throws {@link InvalidParameterException} (client fault)
342
353
  * <p>The specified parameter isn't valid. Review the available parameters for the API
343
354
  * request.</p>
344
- * <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>
355
+ * <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
356
+ * event messages</a>. </p>
345
357
  *
346
358
  * @throws {@link ServerException} (server fault)
347
359
  * <p>These errors are usually caused by a server issue.</p>
@@ -28,18 +28,9 @@ declare const StopServiceDeploymentCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Stops an ongoing service deployment.</p>
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>
31
+ * <note>
32
+ * <p>StopServiceDeployment isn't currently supported.</p>
33
+ * </note>
43
34
  * @example
44
35
  * Use a bare-bones client and the command you need to make an API call.
45
36
  * ```javascript
@@ -71,6 +62,16 @@ declare const StopServiceDeploymentCommand_base: {
71
62
  * <p>These errors are usually caused by a client action. This client action might be using
72
63
  * an action or resource on behalf of a user that doesn't have permissions to use the
73
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>
74
75
  *
75
76
  * @throws {@link ConflictException} (client fault)
76
77
  * <p>The request could not be processed because of conflict in the current state of the resource. </p>
@@ -78,7 +79,8 @@ declare const StopServiceDeploymentCommand_base: {
78
79
  * @throws {@link InvalidParameterException} (client fault)
79
80
  * <p>The specified parameter isn't valid. Review the available parameters for the API
80
81
  * request.</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 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>
82
84
  *
83
85
  * @throws {@link ServerException} (server fault)
84
86
  * <p>These errors are usually caused by a server issue.</p>
@@ -231,6 +231,16 @@ 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>
234
244
  *
235
245
  * @throws {@link ClusterNotFoundException} (client fault)
236
246
  * <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>
@@ -238,7 +248,8 @@ declare const StopTaskCommand_base: {
238
248
  * @throws {@link InvalidParameterException} (client fault)
239
249
  * <p>The specified parameter isn't valid. Review the available parameters for the API
240
250
  * request.</p>
241
- * <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>
251
+ * <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
252
+ * event messages</a>. </p>
242
253
  *
243
254
  * @throws {@link ServerException} (server fault)
244
255
  * <p>These errors are usually caused by a server issue.</p>
@@ -67,11 +67,22 @@ 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>
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>
@@ -77,6 +77,16 @@ 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>
80
90
  *
81
91
  * @throws {@link ServerException} (server fault)
82
92
  * <p>These errors are usually caused by a server issue.</p>
@@ -101,11 +101,22 @@ 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>
104
114
  *
105
115
  * @throws {@link InvalidParameterException} (client fault)
106
116
  * <p>The specified parameter isn't valid. Review the available parameters for the API
107
117
  * request.</p>
108
- * <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>
118
+ * <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
119
+ * event messages</a>. </p>
109
120
  *
110
121
  * @throws {@link ServerException} (server fault)
111
122
  * <p>These errors are usually caused by a server issue.</p>
@@ -62,6 +62,16 @@ 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>
65
75
  *
66
76
  * @throws {@link ClusterNotFoundException} (client fault)
67
77
  * <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>
@@ -69,7 +79,8 @@ declare const TagResourceCommand_base: {
69
79
  * @throws {@link InvalidParameterException} (client fault)
70
80
  * <p>The specified parameter isn't valid. Review the available parameters for the API
71
81
  * request.</p>
72
- * <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>
73
84
  *
74
85
  * @throws {@link ResourceNotFoundException} (client fault)
75
86
  * <p>The specified resource wasn't found.</p>
@@ -56,6 +56,16 @@ 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>
59
69
  *
60
70
  * @throws {@link ClusterNotFoundException} (client fault)
61
71
  * <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>
@@ -63,7 +73,8 @@ declare const UntagResourceCommand_base: {
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 ResourceNotFoundException} (client fault)
69
80
  * <p>The specified resource wasn't found.</p>
@@ -90,11 +90,22 @@ 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>
93
103
  *
94
104
  * @throws {@link InvalidParameterException} (client fault)
95
105
  * <p>The specified parameter isn't valid. Review the available parameters for the API
96
106
  * request.</p>
97
- * <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>
107
+ * <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
108
+ * event messages</a>. </p>
98
109
  *
99
110
  * @throws {@link ServerException} (server fault)
100
111
  * <p>These errors are usually caused by a server issue.</p>
@@ -151,6 +151,16 @@ 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>
154
164
  *
155
165
  * @throws {@link ClusterNotFoundException} (client fault)
156
166
  * <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>
@@ -158,7 +168,8 @@ declare const UpdateClusterCommand_base: {
158
168
  * @throws {@link InvalidParameterException} (client fault)
159
169
  * <p>The specified parameter isn't valid. Review the available parameters for the API
160
170
  * request.</p>
161
- * <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>
171
+ * <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
172
+ * event messages</a>. </p>
162
173
  *
163
174
  * @throws {@link NamespaceNotFoundException} (client fault)
164
175
  * <p>The specified namespace wasn't found.</p>
@@ -131,6 +131,16 @@ 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>
134
144
  *
135
145
  * @throws {@link ClusterNotFoundException} (client fault)
136
146
  * <p>The specified cluster wasn't found. You can view your available clusters with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListClusters.html">ListClusters</a>. Amazon ECS clusters are Region specific.</p>
@@ -138,7 +148,8 @@ declare const UpdateClusterSettingsCommand_base: {
138
148
  * @throws {@link InvalidParameterException} (client fault)
139
149
  * <p>The specified parameter isn't valid. Review the available parameters for the API
140
150
  * request.</p>
141
- * <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>
151
+ * <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
152
+ * event messages</a>. </p>
142
153
  *
143
154
  * @throws {@link ServerException} (server fault)
144
155
  * <p>These errors are usually caused by a server issue.</p>
@@ -153,6 +153,16 @@ 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>
156
166
  *
157
167
  * @throws {@link ClusterNotFoundException} (client fault)
158
168
  * <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>
@@ -160,7 +170,8 @@ declare const UpdateContainerAgentCommand_base: {
160
170
  * @throws {@link InvalidParameterException} (client fault)
161
171
  * <p>The specified parameter isn't valid. Review the available parameters for the API
162
172
  * request.</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 event messages</a>. </p>
173
+ * <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
174
+ * event messages</a>. </p>
164
175
  *
165
176
  * @throws {@link MissingVersionException} (client fault)
166
177
  * <p>Amazon ECS can't determine the current version of the Amazon ECS container agent on the
@@ -195,6 +195,16 @@ 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>
198
208
  *
199
209
  * @throws {@link ClusterNotFoundException} (client fault)
200
210
  * <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>
@@ -202,7 +212,8 @@ declare const UpdateContainerInstancesStateCommand_base: {
202
212
  * @throws {@link InvalidParameterException} (client fault)
203
213
  * <p>The specified parameter isn't valid. Review the available parameters for the API
204
214
  * request.</p>
205
- * <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>
215
+ * <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
216
+ * event messages</a>. </p>
206
217
  *
207
218
  * @throws {@link ServerException} (server fault)
208
219
  * <p>These errors are usually caused by a server issue.</p>
@@ -291,6 +291,7 @@ declare const UpdateServiceCommand_base: {
291
291
  * volumeType: "STRING_VALUE",
292
292
  * sizeInGiB: Number("int"),
293
293
  * snapshotId: "STRING_VALUE",
294
+ * volumeInitializationRate: Number("int"),
294
295
  * iops: Number("int"),
295
296
  * throughput: Number("int"),
296
297
  * tagSpecifications: [ // EBSTagSpecifications
@@ -529,6 +530,7 @@ declare const UpdateServiceCommand_base: {
529
530
  * // volumeType: "STRING_VALUE",
530
531
  * // sizeInGiB: Number("int"),
531
532
  * // snapshotId: "STRING_VALUE",
533
+ * // volumeInitializationRate: Number("int"),
532
534
  * // iops: Number("int"),
533
535
  * // throughput: Number("int"),
534
536
  * // tagSpecifications: [ // EBSTagSpecifications
@@ -617,6 +619,16 @@ declare const UpdateServiceCommand_base: {
617
619
  * <p>These errors are usually caused by a client action. This client action might be using
618
620
  * an action or resource on behalf of a user that doesn't have permissions to use the
619
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>
620
632
  *
621
633
  * @throws {@link ClusterNotFoundException} (client fault)
622
634
  * <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>
@@ -624,7 +636,8 @@ declare const UpdateServiceCommand_base: {
624
636
  * @throws {@link InvalidParameterException} (client fault)
625
637
  * <p>The specified parameter isn't valid. Review the available parameters for the API
626
638
  * request.</p>
627
- * <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>
639
+ * <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
640
+ * event messages</a>. </p>
628
641
  *
629
642
  * @throws {@link NamespaceNotFoundException} (client fault)
630
643
  * <p>The specified namespace wasn't found.</p>
@@ -130,6 +130,16 @@ 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>
133
143
  *
134
144
  * @throws {@link ClusterNotFoundException} (client fault)
135
145
  * <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>
@@ -137,7 +147,8 @@ declare const UpdateServicePrimaryTaskSetCommand_base: {
137
147
  * @throws {@link InvalidParameterException} (client fault)
138
148
  * <p>The specified parameter isn't valid. Review the available parameters for the API
139
149
  * request.</p>
140
- * <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>
150
+ * <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
151
+ * event messages</a>. </p>
141
152
  *
142
153
  * @throws {@link ServerException} (server fault)
143
154
  * <p>These errors are usually caused by a server issue.</p>
@@ -102,6 +102,16 @@ 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>
105
115
  *
106
116
  * @throws {@link ClusterNotFoundException} (client fault)
107
117
  * <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>
@@ -109,7 +119,8 @@ declare const UpdateTaskProtectionCommand_base: {
109
119
  * @throws {@link InvalidParameterException} (client fault)
110
120
  * <p>The specified parameter isn't valid. Review the available parameters for the API
111
121
  * request.</p>
112
- * <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>
122
+ * <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
123
+ * event messages</a>. </p>
113
124
  *
114
125
  * @throws {@link ResourceNotFoundException} (client fault)
115
126
  * <p>The specified resource wasn't found.</p>
@@ -132,6 +132,16 @@ 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>
135
145
  *
136
146
  * @throws {@link ClusterNotFoundException} (client fault)
137
147
  * <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>
@@ -139,7 +149,8 @@ declare const UpdateTaskSetCommand_base: {
139
149
  * @throws {@link InvalidParameterException} (client fault)
140
150
  * <p>The specified parameter isn't valid. Review the available parameters for the API
141
151
  * request.</p>
142
- * <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>
152
+ * <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
153
+ * event messages</a>. </p>
143
154
  *
144
155
  * @throws {@link ServerException} (server fault)
145
156
  * <p>These errors are usually caused by a server issue.</p>