@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
package/dist-es/models/index.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -103,6 +103,16 @@ 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
|
|
@@ -177,6 +177,16 @@ 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
|
|
@@ -107,8 +107,8 @@ declare const CreateServiceCommand_base: {
|
|
|
107
107
|
* <p>When creating a service that uses the <code>EXTERNAL</code> deployment controller, you
|
|
108
108
|
* can specify only parameters that aren't controlled at the task set level. The only
|
|
109
109
|
* required parameter is the service name. You control your services using the <a>CreateTaskSet</a> operation. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html">Amazon ECS deployment types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
110
|
-
* <p>When the service scheduler launches new tasks, it determines task placement. For
|
|
111
|
-
* about task placement and task placement strategies, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement.html">Amazon ECS
|
|
110
|
+
* <p>When the service scheduler launches new tasks, it determines task placement. For
|
|
111
|
+
* information about task placement and task placement strategies, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement.html">Amazon ECS
|
|
112
112
|
* task placement</a> in the <i>Amazon Elastic Container Service Developer Guide</i>
|
|
113
113
|
* </p>
|
|
114
114
|
* <p>Starting April 15, 2023, Amazon Web Services will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service. </p>
|
|
@@ -562,6 +562,16 @@ declare const CreateServiceCommand_base: {
|
|
|
562
562
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
563
563
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
564
564
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
565
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
566
|
+
* <ul>
|
|
567
|
+
* <li>
|
|
568
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
569
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
570
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
571
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
572
|
+
* service quotas</a>.</p>
|
|
573
|
+
* </li>
|
|
574
|
+
* </ul>
|
|
565
575
|
*
|
|
566
576
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
567
577
|
* <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,7 +34,7 @@ declare const CreateTaskSetCommand_base: {
|
|
|
34
34
|
* <note>
|
|
35
35
|
* <p>On March 21, 2024, a change was made to resolve the task definition revision before authorization. When a task definition revision is not specified, authorization will occur using the latest revision of a task definition.</p>
|
|
36
36
|
* </note>
|
|
37
|
-
* <p>For information about the maximum number of task sets and
|
|
37
|
+
* <p>For information about the maximum number of task sets and other quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
38
38
|
* service quotas</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
39
39
|
* @example
|
|
40
40
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -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>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
@@ -62,6 +62,16 @@ 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
|
|
@@ -75,8 +75,8 @@ declare const DeleteAttributesCommand_base: {
|
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link TargetNotFoundException} (client fault)
|
|
77
77
|
* <p>The specified target wasn't found. You can view your available container instances
|
|
78
|
-
* with <a>ListContainerInstances</a>. Amazon ECS container instances are
|
|
79
|
-
*
|
|
78
|
+
* with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListContainerInstances.html">ListContainerInstances</a>. Amazon ECS container instances are cluster-specific and
|
|
79
|
+
* Region-specific.</p>
|
|
80
80
|
*
|
|
81
81
|
* @throws {@link ECSServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
@@ -93,6 +93,16 @@ declare const DeleteCapacityProviderCommand_base: {
|
|
|
93
93
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
94
94
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
95
95
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
96
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
97
|
+
* <ul>
|
|
98
|
+
* <li>
|
|
99
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
100
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
101
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
102
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
103
|
+
* service quotas</a>.</p>
|
|
104
|
+
* </li>
|
|
105
|
+
* </ul>
|
|
96
106
|
*
|
|
97
107
|
* @throws {@link InvalidParameterException} (client fault)
|
|
98
108
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -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
|
|
@@ -347,6 +347,16 @@ declare const DeleteServiceCommand_base: {
|
|
|
347
347
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
348
348
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
349
349
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
350
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
351
|
+
* <ul>
|
|
352
|
+
* <li>
|
|
353
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
354
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
355
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
356
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
357
|
+
* service quotas</a>.</p>
|
|
358
|
+
* </li>
|
|
359
|
+
* </ul>
|
|
350
360
|
*
|
|
351
361
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
352
362
|
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
@@ -88,6 +88,13 @@ declare const DeleteTaskDefinitionsCommand_base: {
|
|
|
88
88
|
* // },
|
|
89
89
|
* // ],
|
|
90
90
|
* // essential: true || false,
|
|
91
|
+
* // restartPolicy: { // ContainerRestartPolicy
|
|
92
|
+
* // enabled: true || false, // required
|
|
93
|
+
* // ignoredExitCodes: [ // IntegerList
|
|
94
|
+
* // Number("int"),
|
|
95
|
+
* // ],
|
|
96
|
+
* // restartAttemptPeriod: Number("int"),
|
|
97
|
+
* // },
|
|
91
98
|
* // entryPoint: [
|
|
92
99
|
* // "STRING_VALUE",
|
|
93
100
|
* // ],
|
|
@@ -350,6 +357,16 @@ declare const DeleteTaskDefinitionsCommand_base: {
|
|
|
350
357
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
351
358
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
352
359
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
360
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
361
|
+
* <ul>
|
|
362
|
+
* <li>
|
|
363
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
364
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
365
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
366
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
367
|
+
* service quotas</a>.</p>
|
|
368
|
+
* </li>
|
|
369
|
+
* </ul>
|
|
353
370
|
*
|
|
354
371
|
* @throws {@link InvalidParameterException} (client fault)
|
|
355
372
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -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>ListClusters</a>. Amazon ECS clusters are Region specific.</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>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
@@ -83,6 +83,13 @@ declare const DeregisterTaskDefinitionCommand_base: {
|
|
|
83
83
|
* // },
|
|
84
84
|
* // ],
|
|
85
85
|
* // essential: true || false,
|
|
86
|
+
* // restartPolicy: { // ContainerRestartPolicy
|
|
87
|
+
* // enabled: true || false, // required
|
|
88
|
+
* // ignoredExitCodes: [ // IntegerList
|
|
89
|
+
* // Number("int"),
|
|
90
|
+
* // ],
|
|
91
|
+
* // restartAttemptPeriod: Number("int"),
|
|
92
|
+
* // },
|
|
86
93
|
* // entryPoint: [
|
|
87
94
|
* // "STRING_VALUE",
|
|
88
95
|
* // ],
|
|
@@ -334,6 +341,16 @@ declare const DeregisterTaskDefinitionCommand_base: {
|
|
|
334
341
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
335
342
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
336
343
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
344
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
345
|
+
* <ul>
|
|
346
|
+
* <li>
|
|
347
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
348
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
349
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
350
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
351
|
+
* service quotas</a>.</p>
|
|
352
|
+
* </li>
|
|
353
|
+
* </ul>
|
|
337
354
|
*
|
|
338
355
|
* @throws {@link InvalidParameterException} (client fault)
|
|
339
356
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -96,6 +96,16 @@ 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
|
|
@@ -139,6 +139,16 @@ declare const DescribeClustersCommand_base: {
|
|
|
139
139
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
140
140
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
141
141
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
142
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
143
|
+
* <ul>
|
|
144
|
+
* <li>
|
|
145
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
146
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
147
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
148
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
149
|
+
* service quotas</a>.</p>
|
|
150
|
+
* </li>
|
|
151
|
+
* </ul>
|
|
142
152
|
*
|
|
143
153
|
* @throws {@link InvalidParameterException} (client fault)
|
|
144
154
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -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>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
@@ -340,6 +340,16 @@ declare const DescribeServicesCommand_base: {
|
|
|
340
340
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
341
341
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
342
342
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
343
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
344
|
+
* <ul>
|
|
345
|
+
* <li>
|
|
346
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
347
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
348
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
349
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
350
|
+
* service quotas</a>.</p>
|
|
351
|
+
* </li>
|
|
352
|
+
* </ul>
|
|
343
353
|
*
|
|
344
354
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
345
355
|
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
@@ -76,6 +76,13 @@ declare const DescribeTaskDefinitionCommand_base: {
|
|
|
76
76
|
* // },
|
|
77
77
|
* // ],
|
|
78
78
|
* // essential: true || false,
|
|
79
|
+
* // restartPolicy: { // ContainerRestartPolicy
|
|
80
|
+
* // enabled: true || false, // required
|
|
81
|
+
* // ignoredExitCodes: [ // IntegerList
|
|
82
|
+
* // Number("int"),
|
|
83
|
+
* // ],
|
|
84
|
+
* // restartAttemptPeriod: Number("int"),
|
|
85
|
+
* // },
|
|
79
86
|
* // entryPoint: [
|
|
80
87
|
* // "STRING_VALUE",
|
|
81
88
|
* // ],
|
|
@@ -333,6 +340,16 @@ declare const DescribeTaskDefinitionCommand_base: {
|
|
|
333
340
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
334
341
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
335
342
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
343
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
344
|
+
* <ul>
|
|
345
|
+
* <li>
|
|
346
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
347
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
348
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
349
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
350
|
+
* service quotas</a>.</p>
|
|
351
|
+
* </li>
|
|
352
|
+
* </ul>
|
|
336
353
|
*
|
|
337
354
|
* @throws {@link InvalidParameterException} (client fault)
|
|
338
355
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -143,6 +143,16 @@ declare const DescribeTaskSetsCommand_base: {
|
|
|
143
143
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
144
144
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
145
145
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
146
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
147
|
+
* <ul>
|
|
148
|
+
* <li>
|
|
149
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
150
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
151
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
152
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
153
|
+
* service quotas</a>.</p>
|
|
154
|
+
* </li>
|
|
155
|
+
* </ul>
|
|
146
156
|
*
|
|
147
157
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
148
158
|
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
@@ -233,6 +233,16 @@ declare const DescribeTasksCommand_base: {
|
|
|
233
233
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
234
234
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
235
235
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
236
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
237
|
+
* <ul>
|
|
238
|
+
* <li>
|
|
239
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
240
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
241
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
242
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
243
|
+
* service quotas</a>.</p>
|
|
244
|
+
* </li>
|
|
245
|
+
* </ul>
|
|
236
246
|
*
|
|
237
247
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
238
248
|
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
@@ -61,6 +61,16 @@ declare const DiscoverPollEndpointCommand_base: {
|
|
|
61
61
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
62
62
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
63
63
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
64
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
65
|
+
* <ul>
|
|
66
|
+
* <li>
|
|
67
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
68
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
69
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
70
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
71
|
+
* service quotas</a>.</p>
|
|
72
|
+
* </li>
|
|
73
|
+
* </ul>
|
|
64
74
|
*
|
|
65
75
|
* @throws {@link ServerException} (server fault)
|
|
66
76
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -78,6 +78,16 @@ declare const ExecuteCommandCommand_base: {
|
|
|
78
78
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
79
79
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
80
80
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
81
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
82
|
+
* <ul>
|
|
83
|
+
* <li>
|
|
84
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
85
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
86
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
87
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
88
|
+
* service quotas</a>.</p>
|
|
89
|
+
* </li>
|
|
90
|
+
* </ul>
|
|
81
91
|
*
|
|
82
92
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
83
93
|
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
@@ -74,6 +74,16 @@ declare const GetTaskProtectionCommand_base: {
|
|
|
74
74
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
75
75
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
76
76
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
77
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
78
|
+
* <ul>
|
|
79
|
+
* <li>
|
|
80
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
81
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
82
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
83
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
84
|
+
* service quotas</a>.</p>
|
|
85
|
+
* </li>
|
|
86
|
+
* </ul>
|
|
77
87
|
*
|
|
78
88
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
79
89
|
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
@@ -68,6 +68,16 @@ declare const ListAccountSettingsCommand_base: {
|
|
|
68
68
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
69
69
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
70
70
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
71
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
72
|
+
* <ul>
|
|
73
|
+
* <li>
|
|
74
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
75
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
76
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
77
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
78
|
+
* service quotas</a>.</p>
|
|
79
|
+
* </li>
|
|
80
|
+
* </ul>
|
|
71
81
|
*
|
|
72
82
|
* @throws {@link InvalidParameterException} (client fault)
|
|
73
83
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -59,6 +59,16 @@ declare const ListClustersCommand_base: {
|
|
|
59
59
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
60
60
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
61
61
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
62
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
63
|
+
* <ul>
|
|
64
|
+
* <li>
|
|
65
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
66
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
67
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
68
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
69
|
+
* service quotas</a>.</p>
|
|
70
|
+
* </li>
|
|
71
|
+
* </ul>
|
|
62
72
|
*
|
|
63
73
|
* @throws {@link InvalidParameterException} (client fault)
|
|
64
74
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -64,6 +64,16 @@ declare const ListContainerInstancesCommand_base: {
|
|
|
64
64
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
65
65
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
66
66
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
67
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
68
|
+
* <ul>
|
|
69
|
+
* <li>
|
|
70
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
71
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
72
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
73
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
74
|
+
* service quotas</a>.</p>
|
|
75
|
+
* </li>
|
|
76
|
+
* </ul>
|
|
67
77
|
*
|
|
68
78
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
69
79
|
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
@@ -64,6 +64,16 @@ declare const ListServicesByNamespaceCommand_base: {
|
|
|
64
64
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
65
65
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
66
66
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
67
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
68
|
+
* <ul>
|
|
69
|
+
* <li>
|
|
70
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
71
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
72
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
73
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
74
|
+
* service quotas</a>.</p>
|
|
75
|
+
* </li>
|
|
76
|
+
* </ul>
|
|
67
77
|
*
|
|
68
78
|
* @throws {@link InvalidParameterException} (client fault)
|
|
69
79
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -63,6 +63,16 @@ declare const ListServicesCommand_base: {
|
|
|
63
63
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
64
64
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
65
65
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
66
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
67
|
+
* <ul>
|
|
68
|
+
* <li>
|
|
69
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
70
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
71
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
72
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
73
|
+
* service quotas</a>.</p>
|
|
74
|
+
* </li>
|
|
75
|
+
* </ul>
|
|
66
76
|
*
|
|
67
77
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
68
78
|
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
@@ -60,6 +60,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
60
60
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
61
61
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
62
62
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
63
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
64
|
+
* <ul>
|
|
65
|
+
* <li>
|
|
66
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
67
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
68
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
69
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
70
|
+
* service quotas</a>.</p>
|
|
71
|
+
* </li>
|
|
72
|
+
* </ul>
|
|
63
73
|
*
|
|
64
74
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
65
75
|
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
@@ -67,6 +67,16 @@ declare const ListTaskDefinitionFamiliesCommand_base: {
|
|
|
67
67
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
68
68
|
* an action or resource on behalf of a user that doesn't have permissions to use the
|
|
69
69
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
70
|
+
* <p>The following list includes additional causes for the error:</p>
|
|
71
|
+
* <ul>
|
|
72
|
+
* <li>
|
|
73
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
74
|
+
* scaling and there is a capacity error because the quota of tasks in the
|
|
75
|
+
* <code>PROVISIONING</code> per cluster has been reached. For information
|
|
76
|
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
|
|
77
|
+
* service quotas</a>.</p>
|
|
78
|
+
* </li>
|
|
79
|
+
* </ul>
|
|
70
80
|
*
|
|
71
81
|
* @throws {@link InvalidParameterException} (client fault)
|
|
72
82
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|