@aws-sdk/client-ecs 3.693.0 → 3.695.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/README.md +11 -12
- package/dist-cjs/index.js +4 -2
- package/dist-es/protocols/Aws_json1_1.js +2 -0
- package/dist-types/ECS.d.ts +11 -12
- package/dist-types/ECSClient.d.ts +11 -12
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +17 -22
- package/dist-types/commands/CreateClusterCommand.d.ts +17 -19
- package/dist-types/commands/CreateServiceCommand.d.ts +89 -80
- package/dist-types/commands/CreateTaskSetCommand.d.ts +15 -19
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +9 -12
- package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -4
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +17 -21
- package/dist-types/commands/DeleteClusterCommand.d.ts +23 -27
- package/dist-types/commands/DeleteServiceCommand.d.ts +30 -29
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +23 -28
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +14 -17
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +19 -22
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +23 -26
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +8 -10
- package/dist-types/commands/DescribeClustersCommand.d.ts +8 -10
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +10 -12
- package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +9 -12
- package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +16 -12
- package/dist-types/commands/DescribeServicesCommand.d.ts +15 -10
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +13 -16
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +13 -17
- package/dist-types/commands/DescribeTasksCommand.d.ts +11 -13
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +7 -8
- package/dist-types/commands/ExecuteCommandCommand.d.ts +19 -23
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +8 -10
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +8 -10
- package/dist-types/commands/ListAttributesCommand.d.ts +6 -8
- package/dist-types/commands/ListClustersCommand.d.ts +8 -10
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +12 -13
- package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +9 -12
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +12 -15
- package/dist-types/commands/ListServicesCommand.d.ts +10 -12
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -10
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +13 -17
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +11 -13
- package/dist-types/commands/ListTasksCommand.d.ts +12 -15
- package/dist-types/commands/PutAccountSettingCommand.d.ts +11 -14
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +10 -12
- package/dist-types/commands/PutAttributesCommand.d.ts +7 -11
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +24 -29
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +10 -12
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +21 -23
- package/dist-types/commands/RunTaskCommand.d.ts +33 -37
- package/dist-types/commands/StartTaskCommand.d.ts +16 -16
- package/dist-types/commands/StopTaskCommand.d.ts +18 -22
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +8 -10
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +7 -8
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +8 -10
- package/dist-types/commands/TagResourceCommand.d.ts +11 -14
- package/dist-types/commands/UntagResourceCommand.d.ts +8 -10
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +10 -11
- package/dist-types/commands/UpdateClusterCommand.d.ts +8 -10
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +8 -10
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +33 -37
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +42 -48
- package/dist-types/commands/UpdateServiceCommand.d.ts +105 -101
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +15 -20
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +20 -25
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +15 -19
- package/dist-types/index.d.ts +11 -12
- package/dist-types/models/models_0.d.ts +2860 -3324
- package/dist-types/models/models_1.d.ts +150 -152
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_0.d.ts +8 -3
- package/dist-types/ts3.4/models/models_1.d.ts +6 -0
- package/package.json +1 -1
|
@@ -93,23 +93,21 @@ declare const DescribeCapacityProvidersCommand_base: {
|
|
|
93
93
|
* @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
|
|
94
94
|
*
|
|
95
95
|
* @throws {@link ClientException} (client fault)
|
|
96
|
-
* <p>These errors are usually caused by a client action. This client action might be using
|
|
97
|
-
*
|
|
98
|
-
*
|
|
96
|
+
* <p>These errors are usually caused by a client action. This client action might be using an action or
|
|
97
|
+
* resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
|
|
98
|
+
* be specifying an identifier that isn't valid.</p>
|
|
99
99
|
* <p>The following list includes additional causes for the error:</p>
|
|
100
100
|
* <ul>
|
|
101
101
|
* <li>
|
|
102
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
103
|
-
*
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
* service quotas</a>.</p>
|
|
102
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
|
|
103
|
+
* a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
|
|
104
|
+
* been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
|
|
105
|
+
* quotas</a>.</p>
|
|
107
106
|
* </li>
|
|
108
107
|
* </ul>
|
|
109
108
|
*
|
|
110
109
|
* @throws {@link InvalidParameterException} (client fault)
|
|
111
|
-
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
112
|
-
* request.</p>
|
|
110
|
+
* <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
|
|
113
111
|
*
|
|
114
112
|
* @throws {@link ServerException} (server fault)
|
|
115
113
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -136,23 +136,21 @@ declare const DescribeClustersCommand_base: {
|
|
|
136
136
|
* @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
|
|
137
137
|
*
|
|
138
138
|
* @throws {@link ClientException} (client fault)
|
|
139
|
-
* <p>These errors are usually caused by a client action. This client action might be using
|
|
140
|
-
*
|
|
141
|
-
*
|
|
139
|
+
* <p>These errors are usually caused by a client action. This client action might be using an action or
|
|
140
|
+
* resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
|
|
141
|
+
* be specifying an identifier that isn't valid.</p>
|
|
142
142
|
* <p>The following list includes additional causes for the error:</p>
|
|
143
143
|
* <ul>
|
|
144
144
|
* <li>
|
|
145
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
146
|
-
*
|
|
147
|
-
*
|
|
148
|
-
*
|
|
149
|
-
* service quotas</a>.</p>
|
|
145
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
|
|
146
|
+
* a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
|
|
147
|
+
* been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
|
|
148
|
+
* quotas</a>.</p>
|
|
150
149
|
* </li>
|
|
151
150
|
* </ul>
|
|
152
151
|
*
|
|
153
152
|
* @throws {@link InvalidParameterException} (client fault)
|
|
154
|
-
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
155
|
-
* request.</p>
|
|
153
|
+
* <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
|
|
156
154
|
*
|
|
157
155
|
* @throws {@link ServerException} (server fault)
|
|
158
156
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -27,8 +27,8 @@ declare const DescribeContainerInstancesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Describes one or more container instances. Returns metadata about each container
|
|
31
|
-
*
|
|
30
|
+
* <p>Describes one or more container instances. Returns metadata about each container instance
|
|
31
|
+
* requested.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -147,17 +147,16 @@ declare const DescribeContainerInstancesCommand_base: {
|
|
|
147
147
|
* @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
|
|
148
148
|
*
|
|
149
149
|
* @throws {@link ClientException} (client fault)
|
|
150
|
-
* <p>These errors are usually caused by a client action. This client action might be using
|
|
151
|
-
*
|
|
152
|
-
*
|
|
150
|
+
* <p>These errors are usually caused by a client action. This client action might be using an action or
|
|
151
|
+
* resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
|
|
152
|
+
* be specifying an identifier that isn't valid.</p>
|
|
153
153
|
* <p>The following list includes additional causes for the error:</p>
|
|
154
154
|
* <ul>
|
|
155
155
|
* <li>
|
|
156
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
157
|
-
*
|
|
158
|
-
*
|
|
159
|
-
*
|
|
160
|
-
* service quotas</a>.</p>
|
|
156
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
|
|
157
|
+
* a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
|
|
158
|
+
* been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
|
|
159
|
+
* quotas</a>.</p>
|
|
161
160
|
* </li>
|
|
162
161
|
* </ul>
|
|
163
162
|
*
|
|
@@ -165,8 +164,7 @@ declare const DescribeContainerInstancesCommand_base: {
|
|
|
165
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>
|
|
166
165
|
*
|
|
167
166
|
* @throws {@link InvalidParameterException} (client fault)
|
|
168
|
-
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
169
|
-
* request.</p>
|
|
167
|
+
* <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
|
|
170
168
|
*
|
|
171
169
|
* @throws {@link ServerException} (server fault)
|
|
172
170
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -126,17 +126,16 @@ declare const DescribeServiceDeploymentsCommand_base: {
|
|
|
126
126
|
* <p>You don't have authorization to perform the requested action.</p>
|
|
127
127
|
*
|
|
128
128
|
* @throws {@link ClientException} (client fault)
|
|
129
|
-
* <p>These errors are usually caused by a client action. This client action might be using
|
|
130
|
-
*
|
|
131
|
-
*
|
|
129
|
+
* <p>These errors are usually caused by a client action. This client action might be using an action or
|
|
130
|
+
* resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
|
|
131
|
+
* be specifying an identifier that isn't valid.</p>
|
|
132
132
|
* <p>The following list includes additional causes for the error:</p>
|
|
133
133
|
* <ul>
|
|
134
134
|
* <li>
|
|
135
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
136
|
-
*
|
|
137
|
-
*
|
|
138
|
-
*
|
|
139
|
-
* service quotas</a>.</p>
|
|
135
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
|
|
136
|
+
* a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
|
|
137
|
+
* been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
|
|
138
|
+
* quotas</a>.</p>
|
|
140
139
|
* </li>
|
|
141
140
|
* </ul>
|
|
142
141
|
*
|
|
@@ -144,15 +143,13 @@ declare const DescribeServiceDeploymentsCommand_base: {
|
|
|
144
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>
|
|
145
144
|
*
|
|
146
145
|
* @throws {@link InvalidParameterException} (client fault)
|
|
147
|
-
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
148
|
-
* request.</p>
|
|
146
|
+
* <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
|
|
149
147
|
*
|
|
150
148
|
* @throws {@link ServerException} (server fault)
|
|
151
149
|
* <p>These errors are usually caused by a server issue.</p>
|
|
152
150
|
*
|
|
153
151
|
* @throws {@link ServiceNotFoundException} (client fault)
|
|
154
|
-
* <p>The specified service wasn't found. You can view your available services with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListServices.html">ListServices</a>. Amazon ECS services are cluster specific and Region
|
|
155
|
-
* specific.</p>
|
|
152
|
+
* <p>The specified service wasn't found. You can view your available services with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListServices.html">ListServices</a>. Amazon ECS services are cluster specific and Region specific.</p>
|
|
156
153
|
*
|
|
157
154
|
* @throws {@link UnsupportedFeatureException} (client fault)
|
|
158
155
|
* <p>The specified task isn't supported in this Region.</p>
|
|
@@ -169,6 +169,13 @@ declare const DescribeServiceRevisionsCommand_base: {
|
|
|
169
169
|
* // kmsKeyId: "STRING_VALUE",
|
|
170
170
|
* // },
|
|
171
171
|
* // createdAt: new Date("TIMESTAMP"),
|
|
172
|
+
* // vpcLatticeConfigurations: [ // VpcLatticeConfigurations
|
|
173
|
+
* // { // VpcLatticeConfiguration
|
|
174
|
+
* // roleArn: "STRING_VALUE", // required
|
|
175
|
+
* // targetGroupArn: "STRING_VALUE", // required
|
|
176
|
+
* // portName: "STRING_VALUE", // required
|
|
177
|
+
* // },
|
|
178
|
+
* // ],
|
|
172
179
|
* // },
|
|
173
180
|
* // ],
|
|
174
181
|
* // failures: [ // Failures
|
|
@@ -192,17 +199,16 @@ declare const DescribeServiceRevisionsCommand_base: {
|
|
|
192
199
|
* <p>You don't have authorization to perform the requested action.</p>
|
|
193
200
|
*
|
|
194
201
|
* @throws {@link ClientException} (client fault)
|
|
195
|
-
* <p>These errors are usually caused by a client action. This client action might be using
|
|
196
|
-
*
|
|
197
|
-
*
|
|
202
|
+
* <p>These errors are usually caused by a client action. This client action might be using an action or
|
|
203
|
+
* resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
|
|
204
|
+
* be specifying an identifier that isn't valid.</p>
|
|
198
205
|
* <p>The following list includes additional causes for the error:</p>
|
|
199
206
|
* <ul>
|
|
200
207
|
* <li>
|
|
201
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
202
|
-
*
|
|
203
|
-
*
|
|
204
|
-
*
|
|
205
|
-
* service quotas</a>.</p>
|
|
208
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
|
|
209
|
+
* a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
|
|
210
|
+
* been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
|
|
211
|
+
* quotas</a>.</p>
|
|
206
212
|
* </li>
|
|
207
213
|
* </ul>
|
|
208
214
|
*
|
|
@@ -210,15 +216,13 @@ declare const DescribeServiceRevisionsCommand_base: {
|
|
|
210
216
|
* <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>
|
|
211
217
|
*
|
|
212
218
|
* @throws {@link InvalidParameterException} (client fault)
|
|
213
|
-
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
214
|
-
* request.</p>
|
|
219
|
+
* <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
|
|
215
220
|
*
|
|
216
221
|
* @throws {@link ServerException} (server fault)
|
|
217
222
|
* <p>These errors are usually caused by a server issue.</p>
|
|
218
223
|
*
|
|
219
224
|
* @throws {@link ServiceNotFoundException} (client fault)
|
|
220
|
-
* <p>The specified service wasn't found. You can view your available services with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListServices.html">ListServices</a>. Amazon ECS services are cluster specific and Region
|
|
221
|
-
* specific.</p>
|
|
225
|
+
* <p>The specified service wasn't found. You can view your available services with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListServices.html">ListServices</a>. Amazon ECS services are cluster specific and Region specific.</p>
|
|
222
226
|
*
|
|
223
227
|
* @throws {@link UnsupportedFeatureException} (client fault)
|
|
224
228
|
* <p>The specified task isn't supported in this Region.</p>
|
|
@@ -277,6 +277,13 @@ declare const DescribeServicesCommand_base: {
|
|
|
277
277
|
* // fargateEphemeralStorage: {
|
|
278
278
|
* // kmsKeyId: "STRING_VALUE",
|
|
279
279
|
* // },
|
|
280
|
+
* // vpcLatticeConfigurations: [ // VpcLatticeConfigurations
|
|
281
|
+
* // { // VpcLatticeConfiguration
|
|
282
|
+
* // roleArn: "STRING_VALUE", // required
|
|
283
|
+
* // targetGroupArn: "STRING_VALUE", // required
|
|
284
|
+
* // portName: "STRING_VALUE", // required
|
|
285
|
+
* // },
|
|
286
|
+
* // ],
|
|
280
287
|
* // },
|
|
281
288
|
* // ],
|
|
282
289
|
* // roleArn: "STRING_VALUE",
|
|
@@ -337,17 +344,16 @@ declare const DescribeServicesCommand_base: {
|
|
|
337
344
|
* @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
|
|
338
345
|
*
|
|
339
346
|
* @throws {@link ClientException} (client fault)
|
|
340
|
-
* <p>These errors are usually caused by a client action. This client action might be using
|
|
341
|
-
*
|
|
342
|
-
*
|
|
347
|
+
* <p>These errors are usually caused by a client action. This client action might be using an action or
|
|
348
|
+
* resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
|
|
349
|
+
* be specifying an identifier that isn't valid.</p>
|
|
343
350
|
* <p>The following list includes additional causes for the error:</p>
|
|
344
351
|
* <ul>
|
|
345
352
|
* <li>
|
|
346
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
347
|
-
*
|
|
348
|
-
*
|
|
349
|
-
*
|
|
350
|
-
* service quotas</a>.</p>
|
|
353
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
|
|
354
|
+
* a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
|
|
355
|
+
* been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
|
|
356
|
+
* quotas</a>.</p>
|
|
351
357
|
* </li>
|
|
352
358
|
* </ul>
|
|
353
359
|
*
|
|
@@ -355,8 +361,7 @@ declare const DescribeServicesCommand_base: {
|
|
|
355
361
|
* <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>
|
|
356
362
|
*
|
|
357
363
|
* @throws {@link InvalidParameterException} (client fault)
|
|
358
|
-
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
359
|
-
* request.</p>
|
|
364
|
+
* <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
|
|
360
365
|
*
|
|
361
366
|
* @throws {@link ServerException} (server fault)
|
|
362
367
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -27,13 +27,12 @@ declare const DescribeTaskDefinitionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Describes a task definition. You can specify a <code>family</code> and
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
* family.</p>
|
|
30
|
+
* <p>Describes a task definition. You can specify a <code>family</code> and <code>revision</code> to find
|
|
31
|
+
* information about a specific task definition, or you can simply specify the family to find the latest
|
|
32
|
+
* <code>ACTIVE</code> revision in that family.</p>
|
|
34
33
|
* <note>
|
|
35
|
-
* <p>You can only describe <code>INACTIVE</code> task definitions while an active task
|
|
36
|
-
*
|
|
34
|
+
* <p>You can only describe <code>INACTIVE</code> task definitions while an active task or service
|
|
35
|
+
* references them.</p>
|
|
37
36
|
* </note>
|
|
38
37
|
* @example
|
|
39
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -337,23 +336,21 @@ declare const DescribeTaskDefinitionCommand_base: {
|
|
|
337
336
|
* @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
|
|
338
337
|
*
|
|
339
338
|
* @throws {@link ClientException} (client fault)
|
|
340
|
-
* <p>These errors are usually caused by a client action. This client action might be using
|
|
341
|
-
*
|
|
342
|
-
*
|
|
339
|
+
* <p>These errors are usually caused by a client action. This client action might be using an action or
|
|
340
|
+
* resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
|
|
341
|
+
* be specifying an identifier that isn't valid.</p>
|
|
343
342
|
* <p>The following list includes additional causes for the error:</p>
|
|
344
343
|
* <ul>
|
|
345
344
|
* <li>
|
|
346
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
347
|
-
*
|
|
348
|
-
*
|
|
349
|
-
*
|
|
350
|
-
* service quotas</a>.</p>
|
|
345
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
|
|
346
|
+
* a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
|
|
347
|
+
* been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
|
|
348
|
+
* quotas</a>.</p>
|
|
351
349
|
* </li>
|
|
352
350
|
* </ul>
|
|
353
351
|
*
|
|
354
352
|
* @throws {@link InvalidParameterException} (client fault)
|
|
355
|
-
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
356
|
-
* request.</p>
|
|
353
|
+
* <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
|
|
357
354
|
*
|
|
358
355
|
* @throws {@link ServerException} (server fault)
|
|
359
356
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -27,9 +27,8 @@ declare const DescribeTaskSetsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Describes the task sets in the specified cluster and service. This is used when a
|
|
31
|
-
*
|
|
32
|
-
* see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html">Amazon ECS Deployment
|
|
30
|
+
* <p>Describes the task sets in the specified cluster and service. This is used when a service uses the
|
|
31
|
+
* <code>EXTERNAL</code> deployment controller type. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html">Amazon ECS Deployment
|
|
33
32
|
* Types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
34
33
|
* @example
|
|
35
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -140,17 +139,16 @@ declare const DescribeTaskSetsCommand_base: {
|
|
|
140
139
|
* <p>You don't have authorization to perform the requested action.</p>
|
|
141
140
|
*
|
|
142
141
|
* @throws {@link ClientException} (client fault)
|
|
143
|
-
* <p>These errors are usually caused by a client action. This client action might be using
|
|
144
|
-
*
|
|
145
|
-
*
|
|
142
|
+
* <p>These errors are usually caused by a client action. This client action might be using an action or
|
|
143
|
+
* resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
|
|
144
|
+
* be specifying an identifier that isn't valid.</p>
|
|
146
145
|
* <p>The following list includes additional causes for the error:</p>
|
|
147
146
|
* <ul>
|
|
148
147
|
* <li>
|
|
149
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
150
|
-
*
|
|
151
|
-
*
|
|
152
|
-
*
|
|
153
|
-
* service quotas</a>.</p>
|
|
148
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
|
|
149
|
+
* a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
|
|
150
|
+
* been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
|
|
151
|
+
* quotas</a>.</p>
|
|
154
152
|
* </li>
|
|
155
153
|
* </ul>
|
|
156
154
|
*
|
|
@@ -158,19 +156,17 @@ declare const DescribeTaskSetsCommand_base: {
|
|
|
158
156
|
* <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>
|
|
159
157
|
*
|
|
160
158
|
* @throws {@link InvalidParameterException} (client fault)
|
|
161
|
-
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
162
|
-
* request.</p>
|
|
159
|
+
* <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
|
|
163
160
|
*
|
|
164
161
|
* @throws {@link ServerException} (server fault)
|
|
165
162
|
* <p>These errors are usually caused by a server issue.</p>
|
|
166
163
|
*
|
|
167
164
|
* @throws {@link ServiceNotActiveException} (client fault)
|
|
168
|
-
* <p>The specified service isn't active. You can't update a service that's inactive. If you
|
|
169
|
-
*
|
|
165
|
+
* <p>The specified service isn't active. You can't update a service that's inactive. If you have
|
|
166
|
+
* previously deleted a service, you can re-create it with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateService.html">CreateService</a>.</p>
|
|
170
167
|
*
|
|
171
168
|
* @throws {@link ServiceNotFoundException} (client fault)
|
|
172
|
-
* <p>The specified service wasn't found. You can view your available services with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListServices.html">ListServices</a>. Amazon ECS services are cluster specific and Region
|
|
173
|
-
* specific.</p>
|
|
169
|
+
* <p>The specified service wasn't found. You can view your available services with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListServices.html">ListServices</a>. Amazon ECS services are cluster specific and Region specific.</p>
|
|
174
170
|
*
|
|
175
171
|
* @throws {@link UnsupportedFeatureException} (client fault)
|
|
176
172
|
* <p>The specified task isn't supported in this Region.</p>
|
|
@@ -29,9 +29,9 @@ declare const DescribeTasksCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Describes a specified task or tasks.</p>
|
|
31
31
|
* <p>Currently, stopped tasks appear in the returned results for at least one hour.</p>
|
|
32
|
-
* <p>If you have tasks with tags, and then delete the cluster, the tagged tasks are
|
|
33
|
-
*
|
|
34
|
-
*
|
|
32
|
+
* <p>If you have tasks with tags, and then delete the cluster, the tagged tasks are returned in the
|
|
33
|
+
* response. If you create a new cluster with the same name as the deleted cluster, the tagged tasks are
|
|
34
|
+
* not included in the response.</p>
|
|
35
35
|
* @example
|
|
36
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
37
|
* ```javascript
|
|
@@ -230,17 +230,16 @@ declare const DescribeTasksCommand_base: {
|
|
|
230
230
|
* @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
|
|
231
231
|
*
|
|
232
232
|
* @throws {@link ClientException} (client fault)
|
|
233
|
-
* <p>These errors are usually caused by a client action. This client action might be using
|
|
234
|
-
*
|
|
235
|
-
*
|
|
233
|
+
* <p>These errors are usually caused by a client action. This client action might be using an action or
|
|
234
|
+
* resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
|
|
235
|
+
* be specifying an identifier that isn't valid.</p>
|
|
236
236
|
* <p>The following list includes additional causes for the error:</p>
|
|
237
237
|
* <ul>
|
|
238
238
|
* <li>
|
|
239
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
240
|
-
*
|
|
241
|
-
*
|
|
242
|
-
*
|
|
243
|
-
* service quotas</a>.</p>
|
|
239
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
|
|
240
|
+
* a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
|
|
241
|
+
* been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
|
|
242
|
+
* quotas</a>.</p>
|
|
244
243
|
* </li>
|
|
245
244
|
* </ul>
|
|
246
245
|
*
|
|
@@ -248,8 +247,7 @@ declare const DescribeTasksCommand_base: {
|
|
|
248
247
|
* <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>
|
|
249
248
|
*
|
|
250
249
|
* @throws {@link InvalidParameterException} (client fault)
|
|
251
|
-
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
252
|
-
* request.</p>
|
|
250
|
+
* <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
|
|
253
251
|
*
|
|
254
252
|
* @throws {@link ServerException} (server fault)
|
|
255
253
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -58,17 +58,16 @@ declare const DiscoverPollEndpointCommand_base: {
|
|
|
58
58
|
* @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link ClientException} (client fault)
|
|
61
|
-
* <p>These errors are usually caused by a client action. This client action might be using
|
|
62
|
-
*
|
|
63
|
-
*
|
|
61
|
+
* <p>These errors are usually caused by a client action. This client action might be using an action or
|
|
62
|
+
* resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
|
|
63
|
+
* be specifying an identifier that isn't valid.</p>
|
|
64
64
|
* <p>The following list includes additional causes for the error:</p>
|
|
65
65
|
* <ul>
|
|
66
66
|
* <li>
|
|
67
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
68
|
-
*
|
|
69
|
-
*
|
|
70
|
-
*
|
|
71
|
-
* service quotas</a>.</p>
|
|
67
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
|
|
68
|
+
* a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
|
|
69
|
+
* been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
|
|
70
|
+
* quotas</a>.</p>
|
|
72
71
|
* </li>
|
|
73
72
|
* </ul>
|
|
74
73
|
*
|
|
@@ -28,13 +28,11 @@ declare const ExecuteCommandCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Runs a command remotely on a container within a task.</p>
|
|
31
|
-
* <p>If you use a condition key in your IAM policy to refine the conditions for the
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
* Exec for debugging</a> in the <i>Amazon ECS Developer Guide</i>.
|
|
37
|
-
* </p>
|
|
31
|
+
* <p>If you use a condition key in your IAM policy to refine the conditions for the policy statement,
|
|
32
|
+
* for example limit the actions to a specific cluster, you receive an <code>AccessDeniedException</code>
|
|
33
|
+
* when there is a mismatch between the condition key value and the corresponding parameter value.</p>
|
|
34
|
+
* <p>For information about required permissions and considerations, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-exec.html">Using Amazon ECS Exec for debugging</a> in the
|
|
35
|
+
* <i>Amazon ECS Developer Guide</i>. </p>
|
|
38
36
|
* @example
|
|
39
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
40
38
|
* ```javascript
|
|
@@ -75,17 +73,16 @@ declare const ExecuteCommandCommand_base: {
|
|
|
75
73
|
* <p>You don't have authorization to perform the requested action.</p>
|
|
76
74
|
*
|
|
77
75
|
* @throws {@link ClientException} (client fault)
|
|
78
|
-
* <p>These errors are usually caused by a client action. This client action might be using
|
|
79
|
-
*
|
|
80
|
-
*
|
|
76
|
+
* <p>These errors are usually caused by a client action. This client action might be using an action or
|
|
77
|
+
* resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
|
|
78
|
+
* be specifying an identifier that isn't valid.</p>
|
|
81
79
|
* <p>The following list includes additional causes for the error:</p>
|
|
82
80
|
* <ul>
|
|
83
81
|
* <li>
|
|
84
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
85
|
-
*
|
|
86
|
-
*
|
|
87
|
-
*
|
|
88
|
-
* service quotas</a>.</p>
|
|
82
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
|
|
83
|
+
* a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
|
|
84
|
+
* been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
|
|
85
|
+
* quotas</a>.</p>
|
|
89
86
|
* </li>
|
|
90
87
|
* </ul>
|
|
91
88
|
*
|
|
@@ -93,15 +90,14 @@ declare const ExecuteCommandCommand_base: {
|
|
|
93
90
|
* <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>
|
|
94
91
|
*
|
|
95
92
|
* @throws {@link InvalidParameterException} (client fault)
|
|
96
|
-
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
97
|
-
* request.</p>
|
|
93
|
+
* <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
|
|
98
94
|
*
|
|
99
95
|
* @throws {@link ServerException} (server fault)
|
|
100
96
|
* <p>These errors are usually caused by a server issue.</p>
|
|
101
97
|
*
|
|
102
98
|
* @throws {@link TargetNotConnectedException} (client fault)
|
|
103
|
-
* <p>The execute command cannot run. This error can be caused by any of the following
|
|
104
|
-
*
|
|
99
|
+
* <p>The execute command cannot run. This error can be caused by any of the following configuration
|
|
100
|
+
* issues:</p>
|
|
105
101
|
* <ul>
|
|
106
102
|
* <li>
|
|
107
103
|
* <p>Incorrect IAM permissions</p>
|
|
@@ -110,12 +106,12 @@ declare const ExecuteCommandCommand_base: {
|
|
|
110
106
|
* <p>The SSM agent is not installed or is not running</p>
|
|
111
107
|
* </li>
|
|
112
108
|
* <li>
|
|
113
|
-
* <p> There is an interface Amazon VPC endpoint for Amazon ECS, but there is not one for
|
|
114
|
-
*
|
|
109
|
+
* <p> There is an interface Amazon VPC endpoint for Amazon ECS, but there is not one for Systems
|
|
110
|
+
* Manager Session Manager</p>
|
|
115
111
|
* </li>
|
|
116
112
|
* </ul>
|
|
117
|
-
* <p>For information about how to troubleshoot the issues, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-exec.html">Troubleshooting issues with ECS
|
|
118
|
-
*
|
|
113
|
+
* <p>For information about how to troubleshoot the issues, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-exec.html">Troubleshooting issues with ECS Exec</a> in
|
|
114
|
+
* the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
119
115
|
*
|
|
120
116
|
* @throws {@link ECSServiceException}
|
|
121
117
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
@@ -71,17 +71,16 @@ declare const GetTaskProtectionCommand_base: {
|
|
|
71
71
|
* <p>You don't have authorization to perform the requested action.</p>
|
|
72
72
|
*
|
|
73
73
|
* @throws {@link ClientException} (client fault)
|
|
74
|
-
* <p>These errors are usually caused by a client action. This client action might be using
|
|
75
|
-
*
|
|
76
|
-
*
|
|
74
|
+
* <p>These errors are usually caused by a client action. This client action might be using an action or
|
|
75
|
+
* resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
|
|
76
|
+
* be specifying an identifier that isn't valid.</p>
|
|
77
77
|
* <p>The following list includes additional causes for the error:</p>
|
|
78
78
|
* <ul>
|
|
79
79
|
* <li>
|
|
80
|
-
* <p>The <code>RunTask</code> could not be processed because you use managed
|
|
81
|
-
*
|
|
82
|
-
*
|
|
83
|
-
*
|
|
84
|
-
* service quotas</a>.</p>
|
|
80
|
+
* <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
|
|
81
|
+
* a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
|
|
82
|
+
* been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
|
|
83
|
+
* quotas</a>.</p>
|
|
85
84
|
* </li>
|
|
86
85
|
* </ul>
|
|
87
86
|
*
|
|
@@ -89,8 +88,7 @@ declare const GetTaskProtectionCommand_base: {
|
|
|
89
88
|
* <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>
|
|
90
89
|
*
|
|
91
90
|
* @throws {@link InvalidParameterException} (client fault)
|
|
92
|
-
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
93
|
-
* request.</p>
|
|
91
|
+
* <p>The specified parameter isn't valid. Review the available parameters for the API request.</p>
|
|
94
92
|
*
|
|
95
93
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
96
94
|
* <p>The specified resource wasn't found.</p>
|