@aws-sdk/client-ecs 3.629.0 → 3.632.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.
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_1.js +1 -0
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +10 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +10 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +12 -2
- package/dist-types/commands/CreateTaskSetCommand.d.ts +11 -1
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +10 -0
- package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +10 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +10 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +10 -0
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +17 -0
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +10 -0
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +10 -0
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +17 -0
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +10 -0
- package/dist-types/commands/DescribeClustersCommand.d.ts +10 -0
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +10 -0
- package/dist-types/commands/DescribeServicesCommand.d.ts +10 -0
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +17 -0
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeTasksCommand.d.ts +10 -0
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +10 -0
- package/dist-types/commands/ExecuteCommandCommand.d.ts +10 -0
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +10 -0
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +10 -0
- package/dist-types/commands/ListClustersCommand.d.ts +10 -0
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +10 -0
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +10 -0
- package/dist-types/commands/ListServicesCommand.d.ts +10 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +10 -0
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +10 -0
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +10 -0
- package/dist-types/commands/ListTasksCommand.d.ts +10 -0
- package/dist-types/commands/PutAccountSettingCommand.d.ts +10 -0
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +10 -0
- package/dist-types/commands/PutAttributesCommand.d.ts +2 -2
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +10 -0
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +10 -0
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +25 -3
- package/dist-types/commands/RunTaskCommand.d.ts +10 -0
- package/dist-types/commands/StartTaskCommand.d.ts +10 -0
- package/dist-types/commands/StopTaskCommand.d.ts +12 -2
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +10 -0
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +10 -0
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +10 -0
- package/dist-types/commands/TagResourceCommand.d.ts +10 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +10 -0
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +10 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +10 -0
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +10 -0
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +10 -0
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +11 -1
- package/dist-types/commands/UpdateServiceCommand.d.ts +10 -0
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +10 -0
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +10 -0
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +12 -1
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +239 -275
- package/dist-types/models/models_1.d.ts +11 -0
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +6 -3
- package/dist-types/ts3.4/models/models_1.d.ts +4 -0
- package/package.json +6 -6
|
@@ -64,6 +64,16 @@ 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
|
|
@@ -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>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
@@ -66,6 +66,16 @@ 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
|
|
@@ -62,6 +62,16 @@ 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
|
|
@@ -83,8 +83,8 @@ declare const PutAttributesCommand_base: {
|
|
|
83
83
|
*
|
|
84
84
|
* @throws {@link TargetNotFoundException} (client fault)
|
|
85
85
|
* <p>The specified target wasn't found. You can view your available container instances
|
|
86
|
-
* with <a>ListContainerInstances</a>. Amazon ECS container instances are
|
|
87
|
-
*
|
|
86
|
+
* with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListContainerInstances.html">ListContainerInstances</a>. Amazon ECS container instances are cluster-specific and
|
|
87
|
+
* Region-specific.</p>
|
|
88
88
|
*
|
|
89
89
|
* @throws {@link ECSServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
@@ -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>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
@@ -178,6 +178,16 @@ 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
|
|
@@ -38,9 +38,7 @@ declare const RegisterTaskDefinitionCommand_base: {
|
|
|
38
38
|
* policy that's associated with the role. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html">IAM
|
|
39
39
|
* Roles for Tasks</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
40
40
|
* <p>You can specify a Docker networking mode for the containers in your task definition
|
|
41
|
-
* with the <code>networkMode</code> parameter.
|
|
42
|
-
* those described in <a href="https://docs.docker.com/engine/reference/run/#/network-settings">Network
|
|
43
|
-
* settings</a> in the Docker run reference. If you specify the <code>awsvpc</code>
|
|
41
|
+
* with the <code>networkMode</code> parameter. If you specify the <code>awsvpc</code>
|
|
44
42
|
* network mode, the task is allocated an elastic network interface, and you must specify a
|
|
45
43
|
* <a>NetworkConfiguration</a> when you create a service or run a task with
|
|
46
44
|
* the task definition. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html">Task Networking</a>
|
|
@@ -80,6 +78,13 @@ declare const RegisterTaskDefinitionCommand_base: {
|
|
|
80
78
|
* },
|
|
81
79
|
* ],
|
|
82
80
|
* essential: true || false,
|
|
81
|
+
* restartPolicy: { // ContainerRestartPolicy
|
|
82
|
+
* enabled: true || false, // required
|
|
83
|
+
* ignoredExitCodes: [ // IntegerList
|
|
84
|
+
* Number("int"),
|
|
85
|
+
* ],
|
|
86
|
+
* restartAttemptPeriod: Number("int"),
|
|
87
|
+
* },
|
|
83
88
|
* entryPoint: [
|
|
84
89
|
* "STRING_VALUE",
|
|
85
90
|
* ],
|
|
@@ -332,6 +337,13 @@ declare const RegisterTaskDefinitionCommand_base: {
|
|
|
332
337
|
* // },
|
|
333
338
|
* // ],
|
|
334
339
|
* // essential: true || false,
|
|
340
|
+
* // restartPolicy: { // ContainerRestartPolicy
|
|
341
|
+
* // enabled: true || false, // required
|
|
342
|
+
* // ignoredExitCodes: [ // IntegerList
|
|
343
|
+
* // Number("int"),
|
|
344
|
+
* // ],
|
|
345
|
+
* // restartAttemptPeriod: Number("int"),
|
|
346
|
+
* // },
|
|
335
347
|
* // entryPoint: [
|
|
336
348
|
* // "STRING_VALUE",
|
|
337
349
|
* // ],
|
|
@@ -589,6 +601,16 @@ declare const RegisterTaskDefinitionCommand_base: {
|
|
|
589
601
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
590
602
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
591
603
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
604
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
605
|
+
* <ul>
|
|
606
|
+
* <li>
|
|
607
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
608
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
609
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
610
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
611
|
+
* service quotas</a>.</p>
|
|
612
|
+
* </li>
|
|
613
|
+
* </ul>
|
|
592
614
|
*
|
|
593
615
|
* @throws {@link InvalidParameterException} (client fault)
|
|
594
616
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -385,6 +385,16 @@ declare const RunTaskCommand_base: {
|
|
|
385
385
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
386
386
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
387
387
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
388
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
389
|
+
* <ul>
|
|
390
|
+
* <li>
|
|
391
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
392
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
393
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
394
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
395
|
+
* service quotas</a>.</p>
|
|
396
|
+
* </li>
|
|
397
|
+
* </ul>
|
|
388
398
|
*
|
|
389
399
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
390
400
|
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
@@ -332,6 +332,16 @@ declare const StartTaskCommand_base: {
|
|
|
332
332
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
333
333
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
334
334
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
335
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
336
|
+
* <ul>
|
|
337
|
+
* <li>
|
|
338
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
339
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
340
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
341
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
342
|
+
* service quotas</a>.</p>
|
|
343
|
+
* </li>
|
|
344
|
+
* </ul>
|
|
335
345
|
*
|
|
336
346
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
337
347
|
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
@@ -34,8 +34,8 @@ declare const StopTaskCommand_base: {
|
|
|
34
34
|
* <code>SIGKILL</code> value is sent and the containers are forcibly stopped. If the
|
|
35
35
|
* container handles the <code>SIGTERM</code> value gracefully and exits within 30 seconds
|
|
36
36
|
* from receiving it, no <code>SIGKILL</code> value is sent.</p>
|
|
37
|
-
* <p>For Windows containers, POSIX signals do not work and runtime stops the container by
|
|
38
|
-
* a <code>CTRL_SHUTDOWN_EVENT</code>. For more information, see <a href="https://github.com/moby/moby/issues/25982">Unable to react to graceful shutdown
|
|
37
|
+
* <p>For Windows containers, POSIX signals do not work and runtime stops the container by
|
|
38
|
+
* sending a <code>CTRL_SHUTDOWN_EVENT</code>. For more information, see <a href="https://github.com/moby/moby/issues/25982">Unable to react to graceful shutdown
|
|
39
39
|
* of (Windows) container #25982</a> on GitHub.</p>
|
|
40
40
|
* <note>
|
|
41
41
|
* <p>The default 30-second timeout can be configured on the Amazon ECS container agent with
|
|
@@ -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>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
@@ -67,6 +67,16 @@ 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
|
|
@@ -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,6 +101,16 @@ 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
|
|
@@ -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>ListClusters</a>. Amazon ECS clusters are Region specific.</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>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
@@ -90,6 +90,16 @@ 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
|
|
@@ -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>ListClusters</a>. Amazon ECS clusters are Region specific.</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>ListClusters</a>. Amazon ECS clusters are Region specific.</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>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
@@ -72,7 +72,7 @@ declare const UpdateContainerInstancesStateCommand_base: {
|
|
|
72
72
|
* <p>Any <code>PENDING</code> or <code>RUNNING</code> tasks that do not belong to a service
|
|
73
73
|
* aren't affected. You must wait for them to finish or stop them manually.</p>
|
|
74
74
|
* <p>A container instance has completed draining when it has no more <code>RUNNING</code>
|
|
75
|
-
* tasks. You can verify this using <a>ListTasks</a>.</p>
|
|
75
|
+
* tasks. You can verify this using <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListTasks.html">ListTasks</a>.</p>
|
|
76
76
|
* <p>When a container instance has been drained, you can set a container instance to
|
|
77
77
|
* <code>ACTIVE</code> status and once it has reached that status the Amazon ECS scheduler
|
|
78
78
|
* can begin scheduling tasks on the instance again.</p>
|
|
@@ -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>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
@@ -601,6 +601,16 @@ declare const UpdateServiceCommand_base: {
|
|
|
601
601
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
602
602
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
603
603
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
604
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
605
|
+
* <ul>
|
|
606
|
+
* <li>
|
|
607
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
608
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
609
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
610
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
611
|
+
* service quotas</a>.</p>
|
|
612
|
+
* </li>
|
|
613
|
+
* </ul>
|
|
604
614
|
*
|
|
605
615
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
606
616
|
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</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>ListClusters</a>. Amazon ECS clusters are Region specific.</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>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
|
|
4
|
-
import { UpdateTaskSetRequest
|
|
4
|
+
import { UpdateTaskSetRequest } from "../models/models_0";
|
|
5
|
+
import { UpdateTaskSetResponse } from "../models/models_1";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -132,6 +133,16 @@ declare const UpdateTaskSetCommand_base: {
|
|
|
132
133
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
133
134
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
134
135
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
136
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
137
|
+
* <ul>
|
|
138
|
+
* <li>
|
|
139
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
140
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
141
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
142
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
143
|
+
* service quotas</a>.</p>
|
|
144
|
+
* </li>
|
|
145
|
+
* </ul>
|
|
135
146
|
*
|
|
136
147
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
137
148
|
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|