@aws-sdk/client-ecs 3.806.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 +15 -15
@@ -103,11 +103,22 @@ declare const CreateCapacityProviderCommand_base: {
103
103
  * <p>These errors are usually caused by a client action. This client action might be using
104
104
  * an action or resource on behalf of a user that doesn't have permissions to use the
105
105
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
106
+ * <p>The following list includes additional causes for the error:</p>
107
+ * <ul>
108
+ * <li>
109
+ * <p>The <code>RunTask</code> could not be processed because you use managed
110
+ * scaling and there is a capacity error because the quota of tasks in the
111
+ * <code>PROVISIONING</code> per cluster has been reached. For information
112
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
113
+ * service quotas</a>.</p>
114
+ * </li>
115
+ * </ul>
106
116
  *
107
117
  * @throws {@link InvalidParameterException} (client fault)
108
118
  * <p>The specified parameter isn't valid. Review the available parameters for the API
109
119
  * request.</p>
110
- * <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>
120
+ * <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
121
+ * event messages</a>. </p>
111
122
  *
112
123
  * @throws {@link LimitExceededException} (client fault)
113
124
  * <p>The limit for the resource was exceeded.</p>
@@ -177,11 +177,22 @@ declare const CreateClusterCommand_base: {
177
177
  * <p>These errors are usually caused by a client action. This client action might be using
178
178
  * an action or resource on behalf of a user that doesn't have permissions to use the
179
179
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
180
+ * <p>The following list includes additional causes for the error:</p>
181
+ * <ul>
182
+ * <li>
183
+ * <p>The <code>RunTask</code> could not be processed because you use managed
184
+ * scaling and there is a capacity error because the quota of tasks in the
185
+ * <code>PROVISIONING</code> per cluster has been reached. For information
186
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
187
+ * service quotas</a>.</p>
188
+ * </li>
189
+ * </ul>
180
190
  *
181
191
  * @throws {@link InvalidParameterException} (client fault)
182
192
  * <p>The specified parameter isn't valid. Review the available parameters for the API
183
193
  * request.</p>
184
- * <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>
194
+ * <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
195
+ * event messages</a>. </p>
185
196
  *
186
197
  * @throws {@link NamespaceNotFoundException} (client fault)
187
198
  * <p>The specified namespace wasn't found.</p>
@@ -254,6 +254,7 @@ declare const CreateServiceCommand_base: {
254
254
  * volumeType: "STRING_VALUE",
255
255
  * sizeInGiB: Number("int"),
256
256
  * snapshotId: "STRING_VALUE",
257
+ * volumeInitializationRate: Number("int"),
257
258
  * iops: Number("int"),
258
259
  * throughput: Number("int"),
259
260
  * tagSpecifications: [ // EBSTagSpecifications
@@ -492,6 +493,7 @@ declare const CreateServiceCommand_base: {
492
493
  * // volumeType: "STRING_VALUE",
493
494
  * // sizeInGiB: Number("int"),
494
495
  * // snapshotId: "STRING_VALUE",
496
+ * // volumeInitializationRate: Number("int"),
495
497
  * // iops: Number("int"),
496
498
  * // throughput: Number("int"),
497
499
  * // tagSpecifications: [ // EBSTagSpecifications
@@ -580,6 +582,16 @@ declare const CreateServiceCommand_base: {
580
582
  * <p>These errors are usually caused by a client action. This client action might be using
581
583
  * an action or resource on behalf of a user that doesn't have permissions to use the
582
584
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
585
+ * <p>The following list includes additional causes for the error:</p>
586
+ * <ul>
587
+ * <li>
588
+ * <p>The <code>RunTask</code> could not be processed because you use managed
589
+ * scaling and there is a capacity error because the quota of tasks in the
590
+ * <code>PROVISIONING</code> per cluster has been reached. For information
591
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
592
+ * service quotas</a>.</p>
593
+ * </li>
594
+ * </ul>
583
595
  *
584
596
  * @throws {@link ClusterNotFoundException} (client fault)
585
597
  * <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>
@@ -587,7 +599,8 @@ declare const CreateServiceCommand_base: {
587
599
  * @throws {@link InvalidParameterException} (client fault)
588
600
  * <p>The specified parameter isn't valid. Review the available parameters for the API
589
601
  * request.</p>
590
- * <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>
602
+ * <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
603
+ * event messages</a>. </p>
591
604
  *
592
605
  * @throws {@link NamespaceNotFoundException} (client fault)
593
606
  * <p>The specified namespace wasn't found.</p>
@@ -182,6 +182,16 @@ declare const CreateTaskSetCommand_base: {
182
182
  * <p>These errors are usually caused by a client action. This client action might be using
183
183
  * an action or resource on behalf of a user that doesn't have permissions to use the
184
184
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
185
+ * <p>The following list includes additional causes for the error:</p>
186
+ * <ul>
187
+ * <li>
188
+ * <p>The <code>RunTask</code> could not be processed because you use managed
189
+ * scaling and there is a capacity error because the quota of tasks in the
190
+ * <code>PROVISIONING</code> per cluster has been reached. For information
191
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
192
+ * service quotas</a>.</p>
193
+ * </li>
194
+ * </ul>
185
195
  *
186
196
  * @throws {@link ClusterNotFoundException} (client fault)
187
197
  * <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>
@@ -189,7 +199,8 @@ declare const CreateTaskSetCommand_base: {
189
199
  * @throws {@link InvalidParameterException} (client fault)
190
200
  * <p>The specified parameter isn't valid. Review the available parameters for the API
191
201
  * request.</p>
192
- * <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>
202
+ * <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
203
+ * event messages</a>. </p>
193
204
  *
194
205
  * @throws {@link NamespaceNotFoundException} (client fault)
195
206
  * <p>The specified namespace wasn't found.</p>
@@ -62,11 +62,22 @@ declare const DeleteAccountSettingCommand_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>
@@ -72,7 +72,8 @@ declare const DeleteAttributesCommand_base: {
72
72
  * @throws {@link InvalidParameterException} (client fault)
73
73
  * <p>The specified parameter isn't valid. Review the available parameters for the API
74
74
  * 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>
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
76
+ * event messages</a>. </p>
76
77
  *
77
78
  * @throws {@link TargetNotFoundException} (client fault)
78
79
  * <p>The specified target wasn't found. You can view your available container instances
@@ -92,11 +92,22 @@ declare const DeleteCapacityProviderCommand_base: {
92
92
  * <p>These errors are usually caused by a client action. This client action might be using
93
93
  * an action or resource on behalf of a user that doesn't have permissions to use the
94
94
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
95
+ * <p>The following list includes additional causes for the error:</p>
96
+ * <ul>
97
+ * <li>
98
+ * <p>The <code>RunTask</code> could not be processed because you use managed
99
+ * scaling and there is a capacity error because the quota of tasks in the
100
+ * <code>PROVISIONING</code> per cluster has been reached. For information
101
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
102
+ * service quotas</a>.</p>
103
+ * </li>
104
+ * </ul>
95
105
  *
96
106
  * @throws {@link InvalidParameterException} (client fault)
97
107
  * <p>The specified parameter isn't valid. Review the available parameters for the API
98
108
  * request.</p>
99
- * <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>
109
+ * <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
110
+ * event messages</a>. </p>
100
111
  *
101
112
  * @throws {@link ServerException} (server fault)
102
113
  * <p>These errors are usually caused by a server issue.</p>
@@ -130,6 +130,16 @@ declare const DeleteClusterCommand_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 ClusterContainsContainerInstancesException} (client fault)
135
145
  * <p>You can't delete a cluster that has registered container instances. First, deregister
@@ -151,7 +161,8 @@ declare const DeleteClusterCommand_base: {
151
161
  * @throws {@link InvalidParameterException} (client fault)
152
162
  * <p>The specified parameter isn't valid. Review the available parameters for the API
153
163
  * request.</p>
154
- * <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>
164
+ * <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
165
+ * event messages</a>. </p>
155
166
  *
156
167
  * @throws {@link ServerException} (server fault)
157
168
  * <p>These errors are usually caused by a server issue.</p>
@@ -270,6 +270,7 @@ declare const DeleteServiceCommand_base: {
270
270
  * // volumeType: "STRING_VALUE",
271
271
  * // sizeInGiB: Number("int"),
272
272
  * // snapshotId: "STRING_VALUE",
273
+ * // volumeInitializationRate: Number("int"),
273
274
  * // iops: Number("int"),
274
275
  * // throughput: Number("int"),
275
276
  * // tagSpecifications: [ // EBSTagSpecifications
@@ -355,6 +356,16 @@ declare const DeleteServiceCommand_base: {
355
356
  * <p>These errors are usually caused by a client action. This client action might be using
356
357
  * an action or resource on behalf of a user that doesn't have permissions to use the
357
358
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
359
+ * <p>The following list includes additional causes for the error:</p>
360
+ * <ul>
361
+ * <li>
362
+ * <p>The <code>RunTask</code> could not be processed because you use managed
363
+ * scaling and there is a capacity error because the quota of tasks in the
364
+ * <code>PROVISIONING</code> per cluster has been reached. For information
365
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
366
+ * service quotas</a>.</p>
367
+ * </li>
368
+ * </ul>
358
369
  *
359
370
  * @throws {@link ClusterNotFoundException} (client fault)
360
371
  * <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>
@@ -362,7 +373,8 @@ declare const DeleteServiceCommand_base: {
362
373
  * @throws {@link InvalidParameterException} (client fault)
363
374
  * <p>The specified parameter isn't valid. Review the available parameters for the API
364
375
  * request.</p>
365
- * <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>
376
+ * <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
377
+ * event messages</a>. </p>
366
378
  *
367
379
  * @throws {@link ServerException} (server fault)
368
380
  * <p>These errors are usually caused by a server issue.</p>
@@ -359,11 +359,22 @@ declare const DeleteTaskDefinitionsCommand_base: {
359
359
  * <p>These errors are usually caused by a client action. This client action might be using
360
360
  * an action or resource on behalf of a user that doesn't have permissions to use the
361
361
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
362
+ * <p>The following list includes additional causes for the error:</p>
363
+ * <ul>
364
+ * <li>
365
+ * <p>The <code>RunTask</code> could not be processed because you use managed
366
+ * scaling and there is a capacity error because the quota of tasks in the
367
+ * <code>PROVISIONING</code> per cluster has been reached. For information
368
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
369
+ * service quotas</a>.</p>
370
+ * </li>
371
+ * </ul>
362
372
  *
363
373
  * @throws {@link InvalidParameterException} (client fault)
364
374
  * <p>The specified parameter isn't valid. Review the available parameters for the API
365
375
  * request.</p>
366
- * <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>
376
+ * <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
377
+ * event messages</a>. </p>
367
378
  *
368
379
  * @throws {@link ServerException} (server fault)
369
380
  * <p>These errors are usually caused by a server issue.</p>
@@ -399,7 +410,7 @@ declare const DeleteTaskDefinitionsCommand_base: {
399
410
  * ],
400
411
  * environment: [],
401
412
  * essential: true,
402
- * image: "ubuntu",
413
+ * image: "public.ecr.aws/docker/library/ubuntu:latest",
403
414
  * memory: 100,
404
415
  * mountPoints: [],
405
416
  * name: "wave",
@@ -128,6 +128,16 @@ declare const DeleteTaskSetCommand_base: {
128
128
  * <p>These errors are usually caused by a client action. This client action might be using
129
129
  * an action or resource on behalf of a user that doesn't have permissions to use the
130
130
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
131
+ * <p>The following list includes additional causes for the error:</p>
132
+ * <ul>
133
+ * <li>
134
+ * <p>The <code>RunTask</code> could not be processed because you use managed
135
+ * scaling and there is a capacity error because the quota of tasks in the
136
+ * <code>PROVISIONING</code> per cluster has been reached. For information
137
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
138
+ * service quotas</a>.</p>
139
+ * </li>
140
+ * </ul>
131
141
  *
132
142
  * @throws {@link ClusterNotFoundException} (client fault)
133
143
  * <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>
@@ -135,7 +145,8 @@ declare const DeleteTaskSetCommand_base: {
135
145
  * @throws {@link InvalidParameterException} (client fault)
136
146
  * <p>The specified parameter isn't valid. Review the available parameters for the API
137
147
  * request.</p>
138
- * <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>
148
+ * <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
149
+ * event messages</a>. </p>
139
150
  *
140
151
  * @throws {@link ServerException} (server fault)
141
152
  * <p>These errors are usually caused by a server issue.</p>
@@ -149,6 +149,16 @@ declare const DeregisterContainerInstanceCommand_base: {
149
149
  * <p>These errors are usually caused by a client action. This client action might be using
150
150
  * an action or resource on behalf of a user that doesn't have permissions to use the
151
151
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
152
+ * <p>The following list includes additional causes for the error:</p>
153
+ * <ul>
154
+ * <li>
155
+ * <p>The <code>RunTask</code> could not be processed because you use managed
156
+ * scaling and there is a capacity error because the quota of tasks in the
157
+ * <code>PROVISIONING</code> per cluster has been reached. For information
158
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
159
+ * service quotas</a>.</p>
160
+ * </li>
161
+ * </ul>
152
162
  *
153
163
  * @throws {@link ClusterNotFoundException} (client fault)
154
164
  * <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>
@@ -156,7 +166,8 @@ declare const DeregisterContainerInstanceCommand_base: {
156
166
  * @throws {@link InvalidParameterException} (client fault)
157
167
  * <p>The specified parameter isn't valid. Review the available parameters for the API
158
168
  * request.</p>
159
- * <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>
169
+ * <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
170
+ * event messages</a>. </p>
160
171
  *
161
172
  * @throws {@link ServerException} (server fault)
162
173
  * <p>These errors are usually caused by a server issue.</p>
@@ -343,11 +343,22 @@ declare const DeregisterTaskDefinitionCommand_base: {
343
343
  * <p>These errors are usually caused by a client action. This client action might be using
344
344
  * an action or resource on behalf of a user that doesn't have permissions to use the
345
345
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
346
+ * <p>The following list includes additional causes for the error:</p>
347
+ * <ul>
348
+ * <li>
349
+ * <p>The <code>RunTask</code> could not be processed because you use managed
350
+ * scaling and there is a capacity error because the quota of tasks in the
351
+ * <code>PROVISIONING</code> per cluster has been reached. For information
352
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
353
+ * service quotas</a>.</p>
354
+ * </li>
355
+ * </ul>
346
356
  *
347
357
  * @throws {@link InvalidParameterException} (client fault)
348
358
  * <p>The specified parameter isn't valid. Review the available parameters for the API
349
359
  * request.</p>
350
- * <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>
360
+ * <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
361
+ * event messages</a>. </p>
351
362
  *
352
363
  * @throws {@link ServerException} (server fault)
353
364
  * <p>These errors are usually caused by a server issue.</p>
@@ -358,9 +369,9 @@ declare const DeregisterTaskDefinitionCommand_base: {
358
369
  *
359
370
  * @example To deregister a revision of a task definition
360
371
  * ```javascript
361
- * // This example deregisters the first revision of the curler task definition
372
+ * // This example deregisters the first revision of the fargate-task task definition
362
373
  * const input = {
363
- * taskDefinition: "curler:1"
374
+ * taskDefinition: "fargate-task:1"
364
375
  * };
365
376
  * const command = new DeregisterTaskDefinitionCommand(input);
366
377
  * const response = await client.send(command);
@@ -369,25 +380,23 @@ declare const DeregisterTaskDefinitionCommand_base: {
369
380
  * taskDefinition: {
370
381
  * containerDefinitions: [
371
382
  * {
372
- * command: [
373
- * "curl -v http://example.com/"
374
- * ],
375
- * cpu: 100,
376
- * entryPoint: [],
377
- * environment: [],
383
+ * cpu: 256,
378
384
  * essential: true,
379
- * image: "curl:latest",
380
- * memory: 256,
381
- * mountPoints: [],
382
- * name: "curler",
383
- * portMappings: [],
384
- * volumesFrom: []
385
+ * image: "public.ecr.aws/docker/library/nginx:latest",
386
+ * memory: 128,
387
+ * name: "nginx",
388
+ * portMappings: [
389
+ * {
390
+ * containerPort: 80,
391
+ * hostPort: 80,
392
+ * protocol: "tcp"
393
+ * }
394
+ * ]
385
395
  * }
386
396
  * ],
387
- * family: "curler",
388
- * revision: 1,
397
+ * family: "fargate-task",
389
398
  * status: "INACTIVE",
390
- * taskDefinitionArn: "arn:aws:ecs:us-west-2:123456789012:task-definition/curler:1",
399
+ * taskDefinitionArn: "arn:aws:ecs:us-west-2:123456789012:task-definition/fargate-task:1",
391
400
  * volumes: []
392
401
  * }
393
402
  * }
@@ -96,11 +96,22 @@ declare const DescribeCapacityProvidersCommand_base: {
96
96
  * <p>These errors are usually caused by a client action. This client action might be using
97
97
  * an action or resource on behalf of a user that doesn't have permissions to use the
98
98
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
99
+ * <p>The following list includes additional causes for the error:</p>
100
+ * <ul>
101
+ * <li>
102
+ * <p>The <code>RunTask</code> could not be processed because you use managed
103
+ * scaling and there is a capacity error because the quota of tasks in the
104
+ * <code>PROVISIONING</code> per cluster has been reached. For information
105
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
106
+ * service quotas</a>.</p>
107
+ * </li>
108
+ * </ul>
99
109
  *
100
110
  * @throws {@link InvalidParameterException} (client fault)
101
111
  * <p>The specified parameter isn't valid. Review the available parameters for the API
102
112
  * request.</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 event messages</a>. </p>
113
+ * <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
114
+ * event messages</a>. </p>
104
115
  *
105
116
  * @throws {@link ServerException} (server fault)
106
117
  * <p>These errors are usually caused by a server issue.</p>
@@ -140,11 +140,22 @@ declare const DescribeClustersCommand_base: {
140
140
  * <p>These errors are usually caused by a client action. This client action might be using
141
141
  * an action or resource on behalf of a user that doesn't have permissions to use the
142
142
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
143
+ * <p>The following list includes additional causes for the error:</p>
144
+ * <ul>
145
+ * <li>
146
+ * <p>The <code>RunTask</code> could not be processed because you use managed
147
+ * scaling and there is a capacity error because the quota of tasks in the
148
+ * <code>PROVISIONING</code> per cluster has been reached. For information
149
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
150
+ * service quotas</a>.</p>
151
+ * </li>
152
+ * </ul>
143
153
  *
144
154
  * @throws {@link InvalidParameterException} (client fault)
145
155
  * <p>The specified parameter isn't valid. Review the available parameters for the API
146
156
  * request.</p>
147
- * <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>
157
+ * <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
158
+ * event messages</a>. </p>
148
159
  *
149
160
  * @throws {@link ServerException} (server fault)
150
161
  * <p>These errors are usually caused by a server issue.</p>
@@ -150,6 +150,16 @@ declare const DescribeContainerInstancesCommand_base: {
150
150
  * <p>These errors are usually caused by a client action. This client action might be using
151
151
  * an action or resource on behalf of a user that doesn't have permissions to use the
152
152
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
153
+ * <p>The following list includes additional causes for the error:</p>
154
+ * <ul>
155
+ * <li>
156
+ * <p>The <code>RunTask</code> could not be processed because you use managed
157
+ * scaling and there is a capacity error because the quota of tasks in the
158
+ * <code>PROVISIONING</code> per cluster has been reached. For information
159
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
160
+ * service quotas</a>.</p>
161
+ * </li>
162
+ * </ul>
153
163
  *
154
164
  * @throws {@link ClusterNotFoundException} (client fault)
155
165
  * <p>The specified cluster wasn't found. You can view your available clusters with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListClusters.html">ListClusters</a>. Amazon ECS clusters are Region specific.</p>
@@ -157,7 +167,8 @@ declare const DescribeContainerInstancesCommand_base: {
157
167
  * @throws {@link InvalidParameterException} (client fault)
158
168
  * <p>The specified parameter isn't valid. Review the available parameters for the API
159
169
  * request.</p>
160
- * <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>
170
+ * <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
171
+ * event messages</a>. </p>
161
172
  *
162
173
  * @throws {@link ServerException} (server fault)
163
174
  * <p>These errors are usually caused by a server issue.</p>
@@ -130,6 +130,16 @@ declare const DescribeServiceDeploymentsCommand_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 DescribeServiceDeploymentsCommand_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>
@@ -146,6 +146,7 @@ declare const DescribeServiceRevisionsCommand_base: {
146
146
  * // volumeType: "STRING_VALUE",
147
147
  * // sizeInGiB: Number("int"),
148
148
  * // snapshotId: "STRING_VALUE",
149
+ * // volumeInitializationRate: Number("int"),
149
150
  * // iops: Number("int"),
150
151
  * // throughput: Number("int"),
151
152
  * // tagSpecifications: [ // EBSTagSpecifications
@@ -202,6 +203,16 @@ declare const DescribeServiceRevisionsCommand_base: {
202
203
  * <p>These errors are usually caused by a client action. This client action might be using
203
204
  * an action or resource on behalf of a user that doesn't have permissions to use the
204
205
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
206
+ * <p>The following list includes additional causes for the error:</p>
207
+ * <ul>
208
+ * <li>
209
+ * <p>The <code>RunTask</code> could not be processed because you use managed
210
+ * scaling and there is a capacity error because the quota of tasks in the
211
+ * <code>PROVISIONING</code> per cluster has been reached. For information
212
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
213
+ * service quotas</a>.</p>
214
+ * </li>
215
+ * </ul>
205
216
  *
206
217
  * @throws {@link ClusterNotFoundException} (client fault)
207
218
  * <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>
@@ -209,7 +220,8 @@ declare const DescribeServiceRevisionsCommand_base: {
209
220
  * @throws {@link InvalidParameterException} (client fault)
210
221
  * <p>The specified parameter isn't valid. Review the available parameters for the API
211
222
  * request.</p>
212
- * <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>
223
+ * <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
224
+ * event messages</a>. </p>
213
225
  *
214
226
  * @throws {@link ServerException} (server fault)
215
227
  * <p>These errors are usually caused by a server issue.</p>
@@ -255,6 +255,7 @@ declare const DescribeServicesCommand_base: {
255
255
  * // volumeType: "STRING_VALUE",
256
256
  * // sizeInGiB: Number("int"),
257
257
  * // snapshotId: "STRING_VALUE",
258
+ * // volumeInitializationRate: Number("int"),
258
259
  * // iops: Number("int"),
259
260
  * // throughput: Number("int"),
260
261
  * // tagSpecifications: [ // EBSTagSpecifications
@@ -348,6 +349,16 @@ declare const DescribeServicesCommand_base: {
348
349
  * <p>These errors are usually caused by a client action. This client action might be using
349
350
  * an action or resource on behalf of a user that doesn't have permissions to use the
350
351
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
352
+ * <p>The following list includes additional causes for the error:</p>
353
+ * <ul>
354
+ * <li>
355
+ * <p>The <code>RunTask</code> could not be processed because you use managed
356
+ * scaling and there is a capacity error because the quota of tasks in the
357
+ * <code>PROVISIONING</code> per cluster has been reached. For information
358
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
359
+ * service quotas</a>.</p>
360
+ * </li>
361
+ * </ul>
351
362
  *
352
363
  * @throws {@link ClusterNotFoundException} (client fault)
353
364
  * <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>
@@ -355,7 +366,8 @@ declare const DescribeServicesCommand_base: {
355
366
  * @throws {@link InvalidParameterException} (client fault)
356
367
  * <p>The specified parameter isn't valid. Review the available parameters for the API
357
368
  * request.</p>
358
- * <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>
369
+ * <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
370
+ * event messages</a>. </p>
359
371
  *
360
372
  * @throws {@link ServerException} (server fault)
361
373
  * <p>These errors are usually caused by a server issue.</p>
@@ -342,11 +342,22 @@ declare const DescribeTaskDefinitionCommand_base: {
342
342
  * <p>These errors are usually caused by a client action. This client action might be using
343
343
  * an action or resource on behalf of a user that doesn't have permissions to use the
344
344
  * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
345
+ * <p>The following list includes additional causes for the error:</p>
346
+ * <ul>
347
+ * <li>
348
+ * <p>The <code>RunTask</code> could not be processed because you use managed
349
+ * scaling and there is a capacity error because the quota of tasks in the
350
+ * <code>PROVISIONING</code> per cluster has been reached. For information
351
+ * about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
352
+ * service quotas</a>.</p>
353
+ * </li>
354
+ * </ul>
345
355
  *
346
356
  * @throws {@link InvalidParameterException} (client fault)
347
357
  * <p>The specified parameter isn't valid. Review the available parameters for the API
348
358
  * request.</p>
349
- * <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>
359
+ * <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
360
+ * event messages</a>. </p>
350
361
  *
351
362
  * @throws {@link ServerException} (server fault)
352
363
  * <p>These errors are usually caused by a server issue.</p>