@aws-sdk/client-ecs 3.632.0 → 3.637.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-types/commands/CreateClusterCommand.d.ts +2 -2
- package/dist-types/commands/CreateServiceCommand.d.ts +4 -4
- package/dist-types/commands/CreateTaskSetCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -4
- package/dist-types/commands/DeleteClusterCommand.d.ts +4 -4
- package/dist-types/commands/DeleteServiceCommand.d.ts +6 -6
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +4 -4
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeServicesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTasksCommand.d.ts +1 -1
- package/dist-types/commands/ExecuteCommandCommand.d.ts +1 -1
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +1 -1
- package/dist-types/commands/ListAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListServicesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTasksCommand.d.ts +2 -2
- package/dist-types/commands/PutAttributesCommand.d.ts +4 -4
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +2 -2
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +1 -2
- package/dist-types/commands/RunTaskCommand.d.ts +2 -2
- package/dist-types/commands/StartTaskCommand.d.ts +2 -2
- package/dist-types/commands/StopTaskCommand.d.ts +2 -2
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +2 -2
- package/dist-types/commands/UpdateServiceCommand.d.ts +5 -5
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +4 -4
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +4 -4
- package/dist-types/models/models_0.d.ts +92 -92
- package/package.json +12 -12
|
@@ -29,9 +29,9 @@ declare const CreateClusterCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Creates a new Amazon ECS cluster. By default, your account receives a <code>default</code>
|
|
31
31
|
* cluster when you launch your first container instance. However, you can create your own
|
|
32
|
-
* cluster with a unique name
|
|
32
|
+
* cluster with a unique name.</p>
|
|
33
33
|
* <note>
|
|
34
|
-
* <p>When you call the <a>CreateCluster</a> API operation, Amazon ECS attempts to
|
|
34
|
+
* <p>When you call the <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateCluster.html">CreateCluster</a> API operation, Amazon ECS attempts to
|
|
35
35
|
* create the Amazon ECS service-linked role for your account. This is so that it can manage
|
|
36
36
|
* required resources in other Amazon Web Services services on your behalf. However, if the user that
|
|
37
37
|
* makes the call doesn't have permissions to create the service-linked role, it isn't
|
|
@@ -30,7 +30,7 @@ declare const CreateServiceCommand_base: {
|
|
|
30
30
|
* <p>Runs and maintains your desired number of tasks from a specified task definition. If
|
|
31
31
|
* the number of tasks running in a service drops below the <code>desiredCount</code>,
|
|
32
32
|
* Amazon ECS runs another copy of the task in the specified cluster. To update an existing
|
|
33
|
-
* service,
|
|
33
|
+
* service, use <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_UpdateService.html">UpdateService</a>.</p>
|
|
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>
|
|
@@ -68,7 +68,7 @@ declare const CreateServiceCommand_base: {
|
|
|
68
68
|
* </ul>
|
|
69
69
|
* <p>You can optionally specify a deployment configuration for your service. The deployment
|
|
70
70
|
* is initiated by changing properties. For example, the deployment might be initiated by
|
|
71
|
-
* the task definition or by your desired count of a service.
|
|
71
|
+
* the task definition or by your desired count of a service. You can use <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_UpdateService.html">UpdateService</a>. The default value for a replica service for
|
|
72
72
|
* <code>minimumHealthyPercent</code> is 100%. The default value for a daemon service
|
|
73
73
|
* for <code>minimumHealthyPercent</code> is 0%.</p>
|
|
74
74
|
* <p>If a service uses the <code>ECS</code> deployment controller, the minimum healthy
|
|
@@ -106,7 +106,7 @@ declare const CreateServiceCommand_base: {
|
|
|
106
106
|
* currently visible when describing your service.</p>
|
|
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
|
-
* required parameter is the service name. You control your services using the <a>CreateTaskSet</a
|
|
109
|
+
* required parameter is the service name. You control your services using the <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateTaskSet.html">CreateTaskSet</a>. 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
110
|
* <p>When the service scheduler launches new tasks, it determines task placement. For
|
|
111
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>
|
|
@@ -574,7 +574,7 @@ declare const CreateServiceCommand_base: {
|
|
|
574
574
|
* </ul>
|
|
575
575
|
*
|
|
576
576
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
577
|
+
* <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>
|
|
578
578
|
*
|
|
579
579
|
* @throws {@link InvalidParameterException} (client fault)
|
|
580
580
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -194,7 +194,7 @@ declare const CreateTaskSetCommand_base: {
|
|
|
194
194
|
* </ul>
|
|
195
195
|
*
|
|
196
196
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
197
|
+
* <p>The specified cluster wasn't found. You can view your available clusters with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListClusters.html">ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
198
198
|
*
|
|
199
199
|
* @throws {@link InvalidParameterException} (client fault)
|
|
200
200
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -215,10 +215,10 @@ declare const CreateTaskSetCommand_base: {
|
|
|
215
215
|
*
|
|
216
216
|
* @throws {@link ServiceNotActiveException} (client fault)
|
|
217
217
|
* <p>The specified service isn't active. You can't update a service that's inactive. If you
|
|
218
|
-
* have previously deleted a service, you can re-create it with <a>CreateService</a>.</p>
|
|
218
|
+
* have 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>
|
|
219
219
|
*
|
|
220
220
|
* @throws {@link ServiceNotFoundException} (client fault)
|
|
221
|
-
* <p>The specified service wasn't found. You can view your available services with <a>ListServices</a>. Amazon ECS services are cluster specific and Region
|
|
221
|
+
* <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
|
|
222
222
|
* specific.</p>
|
|
223
223
|
*
|
|
224
224
|
* @throws {@link UnsupportedFeatureException} (client fault)
|
|
@@ -67,7 +67,7 @@ declare const DeleteAttributesCommand_base: {
|
|
|
67
67
|
* @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
|
|
68
68
|
*
|
|
69
69
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
70
|
-
* <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
70
|
+
* <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>
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link InvalidParameterException} (client fault)
|
|
73
73
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -30,18 +30,17 @@ declare const DeleteCapacityProviderCommand_base: {
|
|
|
30
30
|
* <p>Deletes the specified capacity provider.</p>
|
|
31
31
|
* <note>
|
|
32
32
|
* <p>The <code>FARGATE</code> and <code>FARGATE_SPOT</code> capacity providers are
|
|
33
|
-
* reserved and can't be deleted. You can disassociate them from a cluster using either
|
|
34
|
-
* the <a>PutClusterCapacityProviders</a> API or by deleting the
|
|
33
|
+
* reserved and can't be deleted. You can disassociate them from a cluster using either <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutCapacityProviderProviders.html">PutCapacityProviderProviders</a> or by deleting the
|
|
35
34
|
* cluster.</p>
|
|
36
35
|
* </note>
|
|
37
36
|
* <p>Prior to a capacity provider being deleted, the capacity provider must be removed from
|
|
38
|
-
* the capacity provider strategy from all services. The <a>UpdateService</a>
|
|
37
|
+
* the capacity provider strategy from all services. The <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_UpdateService.html">UpdateService</a>
|
|
39
38
|
* API can be used to remove a capacity provider from a service's capacity provider
|
|
40
39
|
* strategy. When updating a service, the <code>forceNewDeployment</code> option can be
|
|
41
40
|
* used to ensure that any tasks using the Amazon EC2 instance capacity provided by the capacity
|
|
42
41
|
* provider are transitioned to use the capacity from the remaining capacity providers.
|
|
43
42
|
* Only capacity providers that aren't associated with a cluster can be deleted. To remove
|
|
44
|
-
* a capacity provider from a cluster, you can either use
|
|
43
|
+
* a capacity provider from a cluster, you can either use <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutCapacityProviderProviders.html">PutCapacityProviderProviders</a> or delete the cluster.</p>
|
|
45
44
|
* @example
|
|
46
45
|
* Use a bare-bones client and the command you need to make an API call.
|
|
47
46
|
* ```javascript
|
|
@@ -32,7 +32,7 @@ declare const DeleteClusterCommand_base: {
|
|
|
32
32
|
* account for a period of time. However, this behavior is subject to change in the future.
|
|
33
33
|
* We don't recommend that you rely on <code>INACTIVE</code> clusters persisting.</p>
|
|
34
34
|
* <p>You must deregister all container instances from this cluster before you may delete
|
|
35
|
-
* it. You can list the container instances in a cluster with
|
|
35
|
+
* it. You can list the container instances in a cluster with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListContainerInstances.html">ListContainerInstances</a> and deregister them with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DeregisterContainerInstance.html">DeregisterContainerInstance</a>.</p>
|
|
36
36
|
* @example
|
|
37
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
38
|
* ```javascript
|
|
@@ -144,18 +144,18 @@ declare const DeleteClusterCommand_base: {
|
|
|
144
144
|
* @throws {@link ClusterContainsContainerInstancesException} (client fault)
|
|
145
145
|
* <p>You can't delete a cluster that has registered container instances. First, deregister
|
|
146
146
|
* the container instances before you can delete the cluster. For more information, see
|
|
147
|
-
*
|
|
147
|
+
* <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DeregisterContainerInstance.html">DeregisterContainerInstance</a>.</p>
|
|
148
148
|
*
|
|
149
149
|
* @throws {@link ClusterContainsServicesException} (client fault)
|
|
150
150
|
* <p>You can't delete a cluster that contains services. First, update the service to reduce
|
|
151
151
|
* its desired task count to 0, and then delete the service. For more information, see
|
|
152
|
-
*
|
|
152
|
+
* <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_UpdateService.html">UpdateService</a> and <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DeleteService.html">DeleteService</a>.</p>
|
|
153
153
|
*
|
|
154
154
|
* @throws {@link ClusterContainsTasksException} (client fault)
|
|
155
155
|
* <p>You can't delete a cluster that has active tasks.</p>
|
|
156
156
|
*
|
|
157
157
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
158
|
+
* <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
159
|
*
|
|
160
160
|
* @throws {@link InvalidParameterException} (client fault)
|
|
161
161
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -30,17 +30,17 @@ declare const DeleteServiceCommand_base: {
|
|
|
30
30
|
* <p>Deletes a specified service within a cluster. You can delete a service if you have no
|
|
31
31
|
* running tasks in it and the desired task count is zero. If the service is actively
|
|
32
32
|
* maintaining tasks, you can't delete it, and you must update the service to a desired
|
|
33
|
-
* task count of zero. For more information, see <a>UpdateService</a>.</p>
|
|
33
|
+
* task count of zero. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_UpdateService.html">UpdateService</a>.</p>
|
|
34
34
|
* <note>
|
|
35
35
|
* <p>When you delete a service, if there are still running tasks that require cleanup,
|
|
36
36
|
* the service status moves from <code>ACTIVE</code> to <code>DRAINING</code>, and the
|
|
37
|
-
* service is no longer visible in the console or in the <a>ListServices</a>
|
|
37
|
+
* service is no longer visible in the console or in the <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListServices.html">ListServices</a>
|
|
38
38
|
* API operation. After all tasks have transitioned to either <code>STOPPING</code> or
|
|
39
39
|
* <code>STOPPED</code> status, the service status moves from <code>DRAINING</code>
|
|
40
40
|
* to <code>INACTIVE</code>. Services in the <code>DRAINING</code> or
|
|
41
|
-
*
|
|
41
|
+
* <code>INACTIVE</code> status can still be viewed with the <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeServices.html">DescribeServices</a> API operation. However, in the future,
|
|
42
42
|
* <code>INACTIVE</code> services may be cleaned up and purged from Amazon ECS record
|
|
43
|
-
* keeping, and <a>DescribeServices</a>
|
|
43
|
+
* keeping, and <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeServices.html">DescribeServices</a> calls on those services return a
|
|
44
44
|
* <code>ServiceNotFoundException</code> error.</p>
|
|
45
45
|
* </note>
|
|
46
46
|
* <important>
|
|
@@ -359,7 +359,7 @@ declare const DeleteServiceCommand_base: {
|
|
|
359
359
|
* </ul>
|
|
360
360
|
*
|
|
361
361
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
362
|
+
* <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>
|
|
363
363
|
*
|
|
364
364
|
* @throws {@link InvalidParameterException} (client fault)
|
|
365
365
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -369,7 +369,7 @@ declare const DeleteServiceCommand_base: {
|
|
|
369
369
|
* <p>These errors are usually caused by a server issue.</p>
|
|
370
370
|
*
|
|
371
371
|
* @throws {@link ServiceNotFoundException} (client fault)
|
|
372
|
-
* <p>The specified service wasn't found. You can view your available services with <a>ListServices</a>. Amazon ECS services are cluster specific and Region
|
|
372
|
+
* <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
|
|
373
373
|
* specific.</p>
|
|
374
374
|
*
|
|
375
375
|
* @throws {@link ECSServiceException}
|
|
@@ -140,7 +140,7 @@ declare const DeleteTaskSetCommand_base: {
|
|
|
140
140
|
* </ul>
|
|
141
141
|
*
|
|
142
142
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
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>
|
|
144
144
|
*
|
|
145
145
|
* @throws {@link InvalidParameterException} (client fault)
|
|
146
146
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -151,14 +151,14 @@ declare const DeleteTaskSetCommand_base: {
|
|
|
151
151
|
*
|
|
152
152
|
* @throws {@link ServiceNotActiveException} (client fault)
|
|
153
153
|
* <p>The specified service isn't active. You can't update a service that's inactive. If you
|
|
154
|
-
* have previously deleted a service, you can re-create it with <a>CreateService</a>.</p>
|
|
154
|
+
* have 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>
|
|
155
155
|
*
|
|
156
156
|
* @throws {@link ServiceNotFoundException} (client fault)
|
|
157
|
-
* <p>The specified service wasn't found. You can view your available services with <a>ListServices</a>. Amazon ECS services are cluster specific and Region
|
|
157
|
+
* <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
|
|
158
158
|
* specific.</p>
|
|
159
159
|
*
|
|
160
160
|
* @throws {@link TaskSetNotFoundException} (client fault)
|
|
161
|
-
* <p>The specified task set wasn't found. You can view your available task sets with <a>DescribeTaskSets</a>. Task sets are specific to each cluster, service and
|
|
161
|
+
* <p>The specified task set wasn't found. You can view your available task sets with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeTaskSets.html">DescribeTaskSets</a>. Task sets are specific to each cluster, service and
|
|
162
162
|
* Region.</p>
|
|
163
163
|
*
|
|
164
164
|
* @throws {@link UnsupportedFeatureException} (client fault)
|
|
@@ -161,7 +161,7 @@ declare const DeregisterContainerInstanceCommand_base: {
|
|
|
161
161
|
* </ul>
|
|
162
162
|
*
|
|
163
163
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
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>
|
|
165
165
|
*
|
|
166
166
|
* @throws {@link InvalidParameterException} (client fault)
|
|
167
167
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -162,7 +162,7 @@ declare const DescribeContainerInstancesCommand_base: {
|
|
|
162
162
|
* </ul>
|
|
163
163
|
*
|
|
164
164
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
165
|
+
* <p>The specified cluster wasn't found. You can view your available clusters with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListClusters.html">ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
166
166
|
*
|
|
167
167
|
* @throws {@link InvalidParameterException} (client fault)
|
|
168
168
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -352,7 +352,7 @@ declare const DescribeServicesCommand_base: {
|
|
|
352
352
|
* </ul>
|
|
353
353
|
*
|
|
354
354
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
355
|
+
* <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
356
|
*
|
|
357
357
|
* @throws {@link InvalidParameterException} (client fault)
|
|
358
358
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -155,7 +155,7 @@ declare const DescribeTaskSetsCommand_base: {
|
|
|
155
155
|
* </ul>
|
|
156
156
|
*
|
|
157
157
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
158
|
+
* <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
159
|
*
|
|
160
160
|
* @throws {@link InvalidParameterException} (client fault)
|
|
161
161
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -166,10 +166,10 @@ declare const DescribeTaskSetsCommand_base: {
|
|
|
166
166
|
*
|
|
167
167
|
* @throws {@link ServiceNotActiveException} (client fault)
|
|
168
168
|
* <p>The specified service isn't active. You can't update a service that's inactive. If you
|
|
169
|
-
* have previously deleted a service, you can re-create it with <a>CreateService</a>.</p>
|
|
169
|
+
* have 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
170
|
*
|
|
171
171
|
* @throws {@link ServiceNotFoundException} (client fault)
|
|
172
|
-
* <p>The specified service wasn't found. You can view your available services with <a>ListServices</a>. Amazon ECS services are cluster specific and Region
|
|
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
173
|
* specific.</p>
|
|
174
174
|
*
|
|
175
175
|
* @throws {@link UnsupportedFeatureException} (client fault)
|
|
@@ -245,7 +245,7 @@ declare const DescribeTasksCommand_base: {
|
|
|
245
245
|
* </ul>
|
|
246
246
|
*
|
|
247
247
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
248
|
+
* <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
249
|
*
|
|
250
250
|
* @throws {@link InvalidParameterException} (client fault)
|
|
251
251
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -90,7 +90,7 @@ declare const ExecuteCommandCommand_base: {
|
|
|
90
90
|
* </ul>
|
|
91
91
|
*
|
|
92
92
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
93
|
+
* <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
94
|
*
|
|
95
95
|
* @throws {@link InvalidParameterException} (client fault)
|
|
96
96
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -86,7 +86,7 @@ declare const GetTaskProtectionCommand_base: {
|
|
|
86
86
|
* </ul>
|
|
87
87
|
*
|
|
88
88
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
89
|
+
* <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
90
|
*
|
|
91
91
|
* @throws {@link InvalidParameterException} (client fault)
|
|
92
92
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -71,7 +71,7 @@ declare const ListAttributesCommand_base: {
|
|
|
71
71
|
* @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
|
|
72
72
|
*
|
|
73
73
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
74
|
-
* <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
|
+
* <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>
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link InvalidParameterException} (client fault)
|
|
77
77
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -76,7 +76,7 @@ declare const ListContainerInstancesCommand_base: {
|
|
|
76
76
|
* </ul>
|
|
77
77
|
*
|
|
78
78
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
79
|
+
* <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>
|
|
80
80
|
*
|
|
81
81
|
* @throws {@link InvalidParameterException} (client fault)
|
|
82
82
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -75,7 +75,7 @@ declare const ListServicesCommand_base: {
|
|
|
75
75
|
* </ul>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
78
|
+
* <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>
|
|
79
79
|
*
|
|
80
80
|
* @throws {@link InvalidParameterException} (client fault)
|
|
81
81
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -72,7 +72,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
72
72
|
* </ul>
|
|
73
73
|
*
|
|
74
74
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
75
|
+
* <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>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link InvalidParameterException} (client fault)
|
|
78
78
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -81,7 +81,7 @@ declare const ListTasksCommand_base: {
|
|
|
81
81
|
* </ul>
|
|
82
82
|
*
|
|
83
83
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
84
|
+
* <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>
|
|
85
85
|
*
|
|
86
86
|
* @throws {@link InvalidParameterException} (client fault)
|
|
87
87
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -91,7 +91,7 @@ declare const ListTasksCommand_base: {
|
|
|
91
91
|
* <p>These errors are usually caused by a server issue.</p>
|
|
92
92
|
*
|
|
93
93
|
* @throws {@link ServiceNotFoundException} (client fault)
|
|
94
|
-
* <p>The specified service wasn't found. You can view your available services with <a>ListServices</a>. Amazon ECS services are cluster specific and Region
|
|
94
|
+
* <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
|
|
95
95
|
* specific.</p>
|
|
96
96
|
*
|
|
97
97
|
* @throws {@link ECSServiceException}
|
|
@@ -29,7 +29,7 @@ declare const PutAttributesCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Create or update an attribute on an Amazon ECS resource. If the attribute doesn't exist,
|
|
31
31
|
* it's created. If the attribute exists, its value is replaced with the specified value.
|
|
32
|
-
* To delete an attribute, use <a>DeleteAttributes</a>. For more information,
|
|
32
|
+
* To delete an attribute, use <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DeleteAttributes.html">DeleteAttributes</a>. For more information,
|
|
33
33
|
* see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement-constraints.html#attributes">Attributes</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
34
34
|
* @example
|
|
35
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,11 +71,11 @@ declare const PutAttributesCommand_base: {
|
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link AttributeLimitExceededException} (client fault)
|
|
73
73
|
* <p>You can apply up to 10 custom attributes for each resource. You can view the
|
|
74
|
-
* attributes of a resource with <a>ListAttributes</a>. You can remove existing
|
|
75
|
-
* attributes on a resource with <a>DeleteAttributes</a>.</p>
|
|
74
|
+
* attributes of a resource with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListAttributes.html">ListAttributes</a>. You can remove existing
|
|
75
|
+
* attributes on a resource with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DeleteAttributes.html">DeleteAttributes</a>.</p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
78
|
+
* <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>
|
|
79
79
|
*
|
|
80
80
|
* @throws {@link InvalidParameterException} (client fault)
|
|
81
81
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -33,7 +33,7 @@ declare const PutClusterCapacityProvidersCommand_base: {
|
|
|
33
33
|
* strategy for the cluster. If the specified cluster has existing capacity providers
|
|
34
34
|
* associated with it, you must specify all existing capacity providers in addition to any
|
|
35
35
|
* new ones you want to add. Any existing capacity providers that are associated with a
|
|
36
|
-
* cluster that are omitted from a <a>PutClusterCapacityProviders</a> API call
|
|
36
|
+
* cluster that are omitted from a <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutClusterCapacityProviders.html">PutClusterCapacityProviders</a> API call
|
|
37
37
|
* will be disassociated with the cluster. You can only disassociate an existing capacity
|
|
38
38
|
* provider from a cluster if it's not being used by any existing tasks.</p>
|
|
39
39
|
* <p>When creating a service or running a task on a cluster, if no capacity provider or
|
|
@@ -160,7 +160,7 @@ declare const PutClusterCapacityProvidersCommand_base: {
|
|
|
160
160
|
* </ul>
|
|
161
161
|
*
|
|
162
162
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
163
|
+
* <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>
|
|
164
164
|
*
|
|
165
165
|
* @throws {@link InvalidParameterException} (client fault)
|
|
166
166
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -39,8 +39,7 @@ declare const RegisterTaskDefinitionCommand_base: {
|
|
|
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
41
|
* with the <code>networkMode</code> parameter. If you specify the <code>awsvpc</code>
|
|
42
|
-
* network mode, the task is allocated an elastic network interface, and you must specify a
|
|
43
|
-
* <a>NetworkConfiguration</a> when you create a service or run a task with
|
|
42
|
+
* network mode, the task is allocated an elastic network interface, and you must specify a <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_NetworkConfiguration.html">NetworkConfiguration</a> when you create a service or run a task with
|
|
44
43
|
* the task definition. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html">Task Networking</a>
|
|
45
44
|
* in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
46
45
|
* @example
|
|
@@ -34,7 +34,7 @@ declare const RunTaskCommand_base: {
|
|
|
34
34
|
* <p>You can allow Amazon ECS to place tasks for you, or you can customize how Amazon ECS places
|
|
35
35
|
* tasks using placement constraints and placement strategies. For more information, see
|
|
36
36
|
* <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/scheduling_tasks.html">Scheduling Tasks</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
37
|
-
* <p>Alternatively, you can use <
|
|
37
|
+
* <p>Alternatively, you can use <code>StartTask</code> to use your own scheduler or
|
|
38
38
|
* place tasks manually on specific container instances.</p>
|
|
39
39
|
* <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>
|
|
40
40
|
* <p>You can attach Amazon EBS volumes to Amazon ECS tasks by configuring the volume when creating or
|
|
@@ -397,7 +397,7 @@ declare const RunTaskCommand_base: {
|
|
|
397
397
|
* </ul>
|
|
398
398
|
*
|
|
399
399
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
400
|
+
* <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>
|
|
401
401
|
*
|
|
402
402
|
* @throws {@link ConflictException} (client fault)
|
|
403
403
|
* <p>The <code>RunTask</code> request could not be processed due to conflicts. The provided
|
|
@@ -33,7 +33,7 @@ declare const StartTaskCommand_base: {
|
|
|
33
33
|
* <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>
|
|
34
34
|
* </note>
|
|
35
35
|
* <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>
|
|
36
|
-
* <p>Alternatively, you can use
|
|
36
|
+
* <p>Alternatively, you can use<code>RunTask</code> to place tasks for you. For more
|
|
37
37
|
* information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/scheduling_tasks.html">Scheduling Tasks</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
38
38
|
* <p>You can attach Amazon EBS volumes to Amazon ECS tasks by configuring the volume when creating or
|
|
39
39
|
* updating a service. For more infomation, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-volumes.html#ebs-volume-types">Amazon EBS volumes</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
@@ -344,7 +344,7 @@ declare const StartTaskCommand_base: {
|
|
|
344
344
|
* </ul>
|
|
345
345
|
*
|
|
346
346
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
347
|
+
* <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>
|
|
348
348
|
*
|
|
349
349
|
* @throws {@link InvalidParameterException} (client fault)
|
|
350
350
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -28,7 +28,7 @@ declare const StopTaskCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Stops a running task. Any tags associated with the task will be deleted.</p>
|
|
31
|
-
* <p>When <
|
|
31
|
+
* <p>When you call <code>StopTask</code> on a task, the equivalent of <code>docker
|
|
32
32
|
* stop</code> is issued to the containers running in the task. This results in a
|
|
33
33
|
* <code>SIGTERM</code> value and a default 30-second timeout, after which the
|
|
34
34
|
* <code>SIGKILL</code> value is sent and the containers are forcibly stopped. If the
|
|
@@ -243,7 +243,7 @@ declare const StopTaskCommand_base: {
|
|
|
243
243
|
* </ul>
|
|
244
244
|
*
|
|
245
245
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
246
|
+
* <p>The specified cluster wasn't found. You can view your available clusters with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListClusters.html">ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
247
247
|
*
|
|
248
248
|
* @throws {@link InvalidParameterException} (client fault)
|
|
249
249
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -74,7 +74,7 @@ declare const TagResourceCommand_base: {
|
|
|
74
74
|
* </ul>
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
77
|
+
* <p>The specified cluster wasn't found. You can view your available clusters with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListClusters.html">ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link InvalidParameterException} (client fault)
|
|
80
80
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -68,7 +68,7 @@ declare const UntagResourceCommand_base: {
|
|
|
68
68
|
* </ul>
|
|
69
69
|
*
|
|
70
70
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
71
|
+
* <p>The specified cluster wasn't found. You can view your available clusters with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListClusters.html">ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
72
72
|
*
|
|
73
73
|
* @throws {@link InvalidParameterException} (client fault)
|
|
74
74
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -163,7 +163,7 @@ declare const UpdateClusterCommand_base: {
|
|
|
163
163
|
* </ul>
|
|
164
164
|
*
|
|
165
165
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
166
|
+
* <p>The specified cluster wasn't found. You can view your available clusters with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListClusters.html">ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
167
167
|
*
|
|
168
168
|
* @throws {@link InvalidParameterException} (client fault)
|
|
169
169
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -143,7 +143,7 @@ declare const UpdateClusterSettingsCommand_base: {
|
|
|
143
143
|
* </ul>
|
|
144
144
|
*
|
|
145
145
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
146
|
+
* <p>The specified cluster wasn't found. You can view your available clusters with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListClusters.html">ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
147
147
|
*
|
|
148
148
|
* @throws {@link InvalidParameterException} (client fault)
|
|
149
149
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -165,7 +165,7 @@ declare const UpdateContainerAgentCommand_base: {
|
|
|
165
165
|
* </ul>
|
|
166
166
|
*
|
|
167
167
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
168
|
+
* <p>The specified cluster wasn't found. You can view your available clusters with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListClusters.html">ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
169
169
|
*
|
|
170
170
|
* @throws {@link InvalidParameterException} (client fault)
|
|
171
171
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
@@ -45,7 +45,7 @@ declare const UpdateContainerInstancesStateCommand_base: {
|
|
|
45
45
|
* <p>Service tasks on the container instance that are in the <code>RUNNING</code> state are
|
|
46
46
|
* stopped and replaced according to the service's deployment configuration parameters,
|
|
47
47
|
* <code>minimumHealthyPercent</code> and <code>maximumPercent</code>. You can change
|
|
48
|
-
* the deployment configuration of your service using <a>UpdateService</a>.</p>
|
|
48
|
+
* the deployment configuration of your service using <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_UpdateService.html">UpdateService</a>.</p>
|
|
49
49
|
* <ul>
|
|
50
50
|
* <li>
|
|
51
51
|
* <p>If <code>minimumHealthyPercent</code> is below 100%, the scheduler can ignore
|
|
@@ -207,7 +207,7 @@ declare const UpdateContainerInstancesStateCommand_base: {
|
|
|
207
207
|
* </ul>
|
|
208
208
|
*
|
|
209
209
|
* @throws {@link ClusterNotFoundException} (client fault)
|
|
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>
|
|
210
|
+
* <p>The specified cluster wasn't found. You can view your available clusters with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListClusters.html">ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
211
211
|
*
|
|
212
212
|
* @throws {@link InvalidParameterException} (client fault)
|
|
213
213
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|