diff --git a/clients/client-ecs/src/commands/CreateClusterCommand.ts b/clients/client-ecs/src/commands/CreateClusterCommand.ts index 02f023ac2787..ba4d26862f7d 100644 --- a/clients/client-ecs/src/commands/CreateClusterCommand.ts +++ b/clients/client-ecs/src/commands/CreateClusterCommand.ts @@ -30,9 +30,9 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met /** *

Creates a new Amazon ECS cluster. By default, your account receives a default * cluster when you launch your first container instance. However, you can create your own - * cluster with a unique name with the CreateCluster action.

+ * cluster with a unique name.

* - *

When you call the CreateCluster API operation, Amazon ECS attempts to + *

When you call the CreateCluster API operation, Amazon ECS attempts to * create the Amazon ECS service-linked role for your account. This is so that it can manage * required resources in other Amazon Web Services services on your behalf. However, if the user that * makes the call doesn't have permissions to create the service-linked role, it isn't diff --git a/clients/client-ecs/src/commands/CreateServiceCommand.ts b/clients/client-ecs/src/commands/CreateServiceCommand.ts index c5d204c34cc2..874ad0aca92d 100644 --- a/clients/client-ecs/src/commands/CreateServiceCommand.ts +++ b/clients/client-ecs/src/commands/CreateServiceCommand.ts @@ -31,7 +31,7 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met *

Runs and maintains your desired number of tasks from a specified task definition. If * the number of tasks running in a service drops below the desiredCount, * Amazon ECS runs another copy of the task in the specified cluster. To update an existing - * service, see the UpdateService action.

+ * service, use UpdateService.

* *

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.

*
@@ -69,7 +69,7 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met * *

You can optionally specify a deployment configuration for your service. The deployment * is initiated by changing properties. For example, the deployment might be initiated by - * the task definition or by your desired count of a service. This is done with an UpdateService operation. The default value for a replica service for + * the task definition or by your desired count of a service. You can use UpdateService. The default value for a replica service for * minimumHealthyPercent is 100%. The default value for a daemon service * for minimumHealthyPercent is 0%.

*

If a service uses the ECS deployment controller, the minimum healthy @@ -107,7 +107,7 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met * currently visible when describing your service.

*

When creating a service that uses the EXTERNAL deployment controller, you * can specify only parameters that aren't controlled at the task set level. The only - * required parameter is the service name. You control your services using the CreateTaskSet operation. For more information, see Amazon ECS deployment types in the Amazon Elastic Container Service Developer Guide.

+ * required parameter is the service name. You control your services using the CreateTaskSet. For more information, see Amazon ECS deployment types in the Amazon Elastic Container Service Developer Guide.

*

When the service scheduler launches new tasks, it determines task placement. For * information about task placement and task placement strategies, see Amazon ECS * task placement in the Amazon Elastic Container Service Developer Guide @@ -575,7 +575,7 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API diff --git a/clients/client-ecs/src/commands/CreateTaskSetCommand.ts b/clients/client-ecs/src/commands/CreateTaskSetCommand.ts index 5b446ca24185..b794a44294b8 100644 --- a/clients/client-ecs/src/commands/CreateTaskSetCommand.ts +++ b/clients/client-ecs/src/commands/CreateTaskSetCommand.ts @@ -195,7 +195,7 @@ export interface CreateTaskSetCommandOutput extends CreateTaskSetResponse, __Met * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API @@ -216,10 +216,10 @@ export interface CreateTaskSetCommandOutput extends CreateTaskSetResponse, __Met * * @throws {@link ServiceNotActiveException} (client fault) *

The specified service isn't active. You can't update a service that's inactive. If you - * have previously deleted a service, you can re-create it with CreateService.

+ * have previously deleted a service, you can re-create it with CreateService.

* * @throws {@link ServiceNotFoundException} (client fault) - *

The specified service wasn't found. You can view your available services with ListServices. Amazon ECS services are cluster specific and Region + *

The specified service wasn't found. You can view your available services with ListServices. Amazon ECS services are cluster specific and Region * specific.

* * @throws {@link UnsupportedFeatureException} (client fault) diff --git a/clients/client-ecs/src/commands/DeleteAttributesCommand.ts b/clients/client-ecs/src/commands/DeleteAttributesCommand.ts index a7154e1f5b07..49dc96b0927e 100644 --- a/clients/client-ecs/src/commands/DeleteAttributesCommand.ts +++ b/clients/client-ecs/src/commands/DeleteAttributesCommand.ts @@ -68,7 +68,7 @@ export interface DeleteAttributesCommandOutput extends DeleteAttributesResponse, * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape. * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API diff --git a/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts b/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts index 8ad900577984..fe9172ef6564 100644 --- a/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts +++ b/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts @@ -31,18 +31,17 @@ export interface DeleteCapacityProviderCommandOutput extends DeleteCapacityProvi *

Deletes the specified capacity provider.

* *

The FARGATE and FARGATE_SPOT capacity providers are - * reserved and can't be deleted. You can disassociate them from a cluster using either - * the PutClusterCapacityProviders API or by deleting the + * reserved and can't be deleted. You can disassociate them from a cluster using either PutCapacityProviderProviders or by deleting the * cluster.

*
*

Prior to a capacity provider being deleted, the capacity provider must be removed from - * the capacity provider strategy from all services. The UpdateService + * the capacity provider strategy from all services. The UpdateService * API can be used to remove a capacity provider from a service's capacity provider * strategy. When updating a service, the forceNewDeployment option can be * used to ensure that any tasks using the Amazon EC2 instance capacity provided by the capacity * provider are transitioned to use the capacity from the remaining capacity providers. * Only capacity providers that aren't associated with a cluster can be deleted. To remove - * a capacity provider from a cluster, you can either use PutClusterCapacityProviders or delete the cluster.

+ * a capacity provider from a cluster, you can either use PutCapacityProviderProviders or delete the cluster.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-ecs/src/commands/DeleteClusterCommand.ts b/clients/client-ecs/src/commands/DeleteClusterCommand.ts index b05fbe5733dc..01be820f9886 100644 --- a/clients/client-ecs/src/commands/DeleteClusterCommand.ts +++ b/clients/client-ecs/src/commands/DeleteClusterCommand.ts @@ -33,7 +33,7 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met * account for a period of time. However, this behavior is subject to change in the future. * We don't recommend that you rely on INACTIVE clusters persisting.

*

You must deregister all container instances from this cluster before you may delete - * it. You can list the container instances in a cluster with ListContainerInstances and deregister them with DeregisterContainerInstance.

+ * it. You can list the container instances in a cluster with ListContainerInstances and deregister them with DeregisterContainerInstance.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -145,18 +145,18 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met * @throws {@link ClusterContainsContainerInstancesException} (client fault) *

You can't delete a cluster that has registered container instances. First, deregister * the container instances before you can delete the cluster. For more information, see - * DeregisterContainerInstance.

+ * DeregisterContainerInstance.

* * @throws {@link ClusterContainsServicesException} (client fault) *

You can't delete a cluster that contains services. First, update the service to reduce * its desired task count to 0, and then delete the service. For more information, see - * UpdateService and DeleteService.

+ * UpdateService and DeleteService.

* * @throws {@link ClusterContainsTasksException} (client fault) *

You can't delete a cluster that has active tasks.

* * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API diff --git a/clients/client-ecs/src/commands/DeleteServiceCommand.ts b/clients/client-ecs/src/commands/DeleteServiceCommand.ts index c6c509129332..4acb3d7149d8 100644 --- a/clients/client-ecs/src/commands/DeleteServiceCommand.ts +++ b/clients/client-ecs/src/commands/DeleteServiceCommand.ts @@ -31,17 +31,17 @@ export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __Met *

Deletes a specified service within a cluster. You can delete a service if you have no * running tasks in it and the desired task count is zero. If the service is actively * maintaining tasks, you can't delete it, and you must update the service to a desired - * task count of zero. For more information, see UpdateService.

+ * task count of zero. For more information, see UpdateService.

* *

When you delete a service, if there are still running tasks that require cleanup, * the service status moves from ACTIVE to DRAINING, and the - * service is no longer visible in the console or in the ListServices + * service is no longer visible in the console or in the ListServices * API operation. After all tasks have transitioned to either STOPPING or * STOPPED status, the service status moves from DRAINING * to INACTIVE. Services in the DRAINING or - * INACTIVE status can still be viewed with the DescribeServices API operation. However, in the future, + * INACTIVE status can still be viewed with the DescribeServices API operation. However, in the future, * INACTIVE services may be cleaned up and purged from Amazon ECS record - * keeping, and DescribeServices calls on those services return a + * keeping, and DescribeServices calls on those services return a * ServiceNotFoundException error.

*
* @@ -360,7 +360,7 @@ export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __Met * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API @@ -370,7 +370,7 @@ export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __Met *

These errors are usually caused by a server issue.

* * @throws {@link ServiceNotFoundException} (client fault) - *

The specified service wasn't found. You can view your available services with ListServices. Amazon ECS services are cluster specific and Region + *

The specified service wasn't found. You can view your available services with ListServices. Amazon ECS services are cluster specific and Region * specific.

* * @throws {@link ECSServiceException} diff --git a/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts b/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts index 1c1ce3394214..4a86874d86db 100644 --- a/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts +++ b/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts @@ -141,7 +141,7 @@ export interface DeleteTaskSetCommandOutput extends DeleteTaskSetResponse, __Met * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API @@ -152,14 +152,14 @@ export interface DeleteTaskSetCommandOutput extends DeleteTaskSetResponse, __Met * * @throws {@link ServiceNotActiveException} (client fault) *

The specified service isn't active. You can't update a service that's inactive. If you - * have previously deleted a service, you can re-create it with CreateService.

+ * have previously deleted a service, you can re-create it with CreateService.

* * @throws {@link ServiceNotFoundException} (client fault) - *

The specified service wasn't found. You can view your available services with ListServices. Amazon ECS services are cluster specific and Region + *

The specified service wasn't found. You can view your available services with ListServices. Amazon ECS services are cluster specific and Region * specific.

* * @throws {@link TaskSetNotFoundException} (client fault) - *

The specified task set wasn't found. You can view your available task sets with DescribeTaskSets. Task sets are specific to each cluster, service and + *

The specified task set wasn't found. You can view your available task sets with DescribeTaskSets. Task sets are specific to each cluster, service and * Region.

* * @throws {@link UnsupportedFeatureException} (client fault) diff --git a/clients/client-ecs/src/commands/DeregisterContainerInstanceCommand.ts b/clients/client-ecs/src/commands/DeregisterContainerInstanceCommand.ts index dc8a65a6822e..d5a5f2c60b95 100644 --- a/clients/client-ecs/src/commands/DeregisterContainerInstanceCommand.ts +++ b/clients/client-ecs/src/commands/DeregisterContainerInstanceCommand.ts @@ -164,7 +164,7 @@ export interface DeregisterContainerInstanceCommandOutput * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API diff --git a/clients/client-ecs/src/commands/DescribeContainerInstancesCommand.ts b/clients/client-ecs/src/commands/DescribeContainerInstancesCommand.ts index 8223837d8660..8688037f156f 100644 --- a/clients/client-ecs/src/commands/DescribeContainerInstancesCommand.ts +++ b/clients/client-ecs/src/commands/DescribeContainerInstancesCommand.ts @@ -163,7 +163,7 @@ export interface DescribeContainerInstancesCommandOutput extends DescribeContain * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API diff --git a/clients/client-ecs/src/commands/DescribeServicesCommand.ts b/clients/client-ecs/src/commands/DescribeServicesCommand.ts index 85d3b70d7ce4..fd970491c45a 100644 --- a/clients/client-ecs/src/commands/DescribeServicesCommand.ts +++ b/clients/client-ecs/src/commands/DescribeServicesCommand.ts @@ -353,7 +353,7 @@ export interface DescribeServicesCommandOutput extends DescribeServicesResponse, * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API diff --git a/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts b/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts index 97885c31ede6..3493e67a1a7a 100644 --- a/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts +++ b/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts @@ -156,7 +156,7 @@ export interface DescribeTaskSetsCommandOutput extends DescribeTaskSetsResponse, * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API @@ -167,10 +167,10 @@ export interface DescribeTaskSetsCommandOutput extends DescribeTaskSetsResponse, * * @throws {@link ServiceNotActiveException} (client fault) *

The specified service isn't active. You can't update a service that's inactive. If you - * have previously deleted a service, you can re-create it with CreateService.

+ * have previously deleted a service, you can re-create it with CreateService.

* * @throws {@link ServiceNotFoundException} (client fault) - *

The specified service wasn't found. You can view your available services with ListServices. Amazon ECS services are cluster specific and Region + *

The specified service wasn't found. You can view your available services with ListServices. Amazon ECS services are cluster specific and Region * specific.

* * @throws {@link UnsupportedFeatureException} (client fault) diff --git a/clients/client-ecs/src/commands/DescribeTasksCommand.ts b/clients/client-ecs/src/commands/DescribeTasksCommand.ts index 17384f39ecd1..47f443d27c61 100644 --- a/clients/client-ecs/src/commands/DescribeTasksCommand.ts +++ b/clients/client-ecs/src/commands/DescribeTasksCommand.ts @@ -246,7 +246,7 @@ export interface DescribeTasksCommandOutput extends DescribeTasksResponse, __Met * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API diff --git a/clients/client-ecs/src/commands/ExecuteCommandCommand.ts b/clients/client-ecs/src/commands/ExecuteCommandCommand.ts index 71bea0bfead7..32aabce2c0e4 100644 --- a/clients/client-ecs/src/commands/ExecuteCommandCommand.ts +++ b/clients/client-ecs/src/commands/ExecuteCommandCommand.ts @@ -95,7 +95,7 @@ export interface ExecuteCommandCommandOutput extends ExecuteCommandResponse, __M * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API diff --git a/clients/client-ecs/src/commands/GetTaskProtectionCommand.ts b/clients/client-ecs/src/commands/GetTaskProtectionCommand.ts index 2e993c5f38fa..454c13e2373e 100644 --- a/clients/client-ecs/src/commands/GetTaskProtectionCommand.ts +++ b/clients/client-ecs/src/commands/GetTaskProtectionCommand.ts @@ -87,7 +87,7 @@ export interface GetTaskProtectionCommandOutput extends GetTaskProtectionRespons * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API diff --git a/clients/client-ecs/src/commands/ListAttributesCommand.ts b/clients/client-ecs/src/commands/ListAttributesCommand.ts index 0ac9ee6f3dd1..cda5462c84e3 100644 --- a/clients/client-ecs/src/commands/ListAttributesCommand.ts +++ b/clients/client-ecs/src/commands/ListAttributesCommand.ts @@ -72,7 +72,7 @@ export interface ListAttributesCommandOutput extends ListAttributesResponse, __M * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape. * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API diff --git a/clients/client-ecs/src/commands/ListContainerInstancesCommand.ts b/clients/client-ecs/src/commands/ListContainerInstancesCommand.ts index 837a7433d1ea..f24e4fce3efa 100644 --- a/clients/client-ecs/src/commands/ListContainerInstancesCommand.ts +++ b/clients/client-ecs/src/commands/ListContainerInstancesCommand.ts @@ -77,7 +77,7 @@ export interface ListContainerInstancesCommandOutput extends ListContainerInstan * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API diff --git a/clients/client-ecs/src/commands/ListServicesCommand.ts b/clients/client-ecs/src/commands/ListServicesCommand.ts index 994d47829991..9a019891f841 100644 --- a/clients/client-ecs/src/commands/ListServicesCommand.ts +++ b/clients/client-ecs/src/commands/ListServicesCommand.ts @@ -76,7 +76,7 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API diff --git a/clients/client-ecs/src/commands/ListTagsForResourceCommand.ts b/clients/client-ecs/src/commands/ListTagsForResourceCommand.ts index 0c552979b27a..4e2055cecd58 100644 --- a/clients/client-ecs/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ecs/src/commands/ListTagsForResourceCommand.ts @@ -73,7 +73,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API diff --git a/clients/client-ecs/src/commands/ListTasksCommand.ts b/clients/client-ecs/src/commands/ListTasksCommand.ts index 164c24934301..7397a0df32a6 100644 --- a/clients/client-ecs/src/commands/ListTasksCommand.ts +++ b/clients/client-ecs/src/commands/ListTasksCommand.ts @@ -82,7 +82,7 @@ export interface ListTasksCommandOutput extends ListTasksResponse, __MetadataBea * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API @@ -92,7 +92,7 @@ export interface ListTasksCommandOutput extends ListTasksResponse, __MetadataBea *

These errors are usually caused by a server issue.

* * @throws {@link ServiceNotFoundException} (client fault) - *

The specified service wasn't found. You can view your available services with ListServices. Amazon ECS services are cluster specific and Region + *

The specified service wasn't found. You can view your available services with ListServices. Amazon ECS services are cluster specific and Region * specific.

* * @throws {@link ECSServiceException} diff --git a/clients/client-ecs/src/commands/PutAttributesCommand.ts b/clients/client-ecs/src/commands/PutAttributesCommand.ts index 97e7086e9d85..fc7ed524eb7c 100644 --- a/clients/client-ecs/src/commands/PutAttributesCommand.ts +++ b/clients/client-ecs/src/commands/PutAttributesCommand.ts @@ -30,7 +30,7 @@ export interface PutAttributesCommandOutput extends PutAttributesResponse, __Met /** *

Create or update an attribute on an Amazon ECS resource. If the attribute doesn't exist, * it's created. If the attribute exists, its value is replaced with the specified value. - * To delete an attribute, use DeleteAttributes. For more information, + * To delete an attribute, use DeleteAttributes. For more information, * see Attributes in the Amazon Elastic Container Service Developer Guide.

* @example * Use a bare-bones client and the command you need to make an API call. @@ -72,11 +72,11 @@ export interface PutAttributesCommandOutput extends PutAttributesResponse, __Met * * @throws {@link AttributeLimitExceededException} (client fault) *

You can apply up to 10 custom attributes for each resource. You can view the - * attributes of a resource with ListAttributes. You can remove existing - * attributes on a resource with DeleteAttributes.

+ * attributes of a resource with ListAttributes. You can remove existing + * attributes on a resource with DeleteAttributes.

* * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API diff --git a/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts b/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts index 6540eba5601f..a08f09850cd6 100644 --- a/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts +++ b/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts @@ -36,7 +36,7 @@ export interface PutClusterCapacityProvidersCommandOutput * strategy for the cluster. If the specified cluster has existing capacity providers * associated with it, you must specify all existing capacity providers in addition to any * new ones you want to add. Any existing capacity providers that are associated with a - * cluster that are omitted from a PutClusterCapacityProviders API call + * cluster that are omitted from a PutClusterCapacityProviders API call * will be disassociated with the cluster. You can only disassociate an existing capacity * provider from a cluster if it's not being used by any existing tasks.

*

When creating a service or running a task on a cluster, if no capacity provider or @@ -163,7 +163,7 @@ export interface PutClusterCapacityProvidersCommandOutput * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API diff --git a/clients/client-ecs/src/commands/RegisterTaskDefinitionCommand.ts b/clients/client-ecs/src/commands/RegisterTaskDefinitionCommand.ts index 74ad0dd4d959..cd62c0962fe3 100644 --- a/clients/client-ecs/src/commands/RegisterTaskDefinitionCommand.ts +++ b/clients/client-ecs/src/commands/RegisterTaskDefinitionCommand.ts @@ -40,8 +40,7 @@ export interface RegisterTaskDefinitionCommandOutput extends RegisterTaskDefinit * Roles for Tasks in the Amazon Elastic Container Service Developer Guide.

*

You can specify a Docker networking mode for the containers in your task definition * with the networkMode parameter. If you specify the awsvpc - * network mode, the task is allocated an elastic network interface, and you must specify a - * NetworkConfiguration when you create a service or run a task with + * network mode, the task is allocated an elastic network interface, and you must specify a NetworkConfiguration when you create a service or run a task with * the task definition. For more information, see Task Networking * in the Amazon Elastic Container Service Developer Guide.

* @example diff --git a/clients/client-ecs/src/commands/RunTaskCommand.ts b/clients/client-ecs/src/commands/RunTaskCommand.ts index e3d8270ccae8..2b5e49b530fb 100644 --- a/clients/client-ecs/src/commands/RunTaskCommand.ts +++ b/clients/client-ecs/src/commands/RunTaskCommand.ts @@ -35,7 +35,7 @@ export interface RunTaskCommandOutput extends RunTaskResponse, __MetadataBearer *

You can allow Amazon ECS to place tasks for you, or you can customize how Amazon ECS places * tasks using placement constraints and placement strategies. For more information, see * Scheduling Tasks in the Amazon Elastic Container Service Developer Guide.

- *

Alternatively, you can use StartTask to use your own scheduler or + *

Alternatively, you can use StartTask to use your own scheduler or * place tasks manually on specific container instances.

*

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.

*

You can attach Amazon EBS volumes to Amazon ECS tasks by configuring the volume when creating or @@ -398,7 +398,7 @@ export interface RunTaskCommandOutput extends RunTaskResponse, __MetadataBearer * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link ConflictException} (client fault) *

The RunTask request could not be processed due to conflicts. The provided diff --git a/clients/client-ecs/src/commands/StartTaskCommand.ts b/clients/client-ecs/src/commands/StartTaskCommand.ts index 7d0794305f25..233c236bb3a1 100644 --- a/clients/client-ecs/src/commands/StartTaskCommand.ts +++ b/clients/client-ecs/src/commands/StartTaskCommand.ts @@ -34,7 +34,7 @@ export interface StartTaskCommandOutput extends StartTaskResponse, __MetadataBea *

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.

*
*

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.

- *

Alternatively, you can use RunTask to place tasks for you. For more + *

Alternatively, you can useRunTask to place tasks for you. For more * information, see Scheduling Tasks in the Amazon Elastic Container Service Developer Guide.

*

You can attach Amazon EBS volumes to Amazon ECS tasks by configuring the volume when creating or * updating a service. For more infomation, see Amazon EBS volumes in the Amazon Elastic Container Service Developer Guide.

@@ -345,7 +345,7 @@ export interface StartTaskCommandOutput extends StartTaskResponse, __MetadataBea * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API diff --git a/clients/client-ecs/src/commands/StopTaskCommand.ts b/clients/client-ecs/src/commands/StopTaskCommand.ts index 99ba27e5e055..765a4bf8b74d 100644 --- a/clients/client-ecs/src/commands/StopTaskCommand.ts +++ b/clients/client-ecs/src/commands/StopTaskCommand.ts @@ -29,7 +29,7 @@ export interface StopTaskCommandOutput extends StopTaskResponse, __MetadataBeare /** *

Stops a running task. Any tags associated with the task will be deleted.

- *

When StopTask is called on a task, the equivalent of docker + *

When you call StopTask on a task, the equivalent of docker * stop is issued to the containers running in the task. This results in a * SIGTERM value and a default 30-second timeout, after which the * SIGKILL value is sent and the containers are forcibly stopped. If the @@ -244,7 +244,7 @@ export interface StopTaskCommandOutput extends StopTaskResponse, __MetadataBeare * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API diff --git a/clients/client-ecs/src/commands/TagResourceCommand.ts b/clients/client-ecs/src/commands/TagResourceCommand.ts index c478cd833d67..3a12b67385ee 100644 --- a/clients/client-ecs/src/commands/TagResourceCommand.ts +++ b/clients/client-ecs/src/commands/TagResourceCommand.ts @@ -75,7 +75,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API diff --git a/clients/client-ecs/src/commands/UntagResourceCommand.ts b/clients/client-ecs/src/commands/UntagResourceCommand.ts index 44ca0c7f9a0e..eaa96e74ff46 100644 --- a/clients/client-ecs/src/commands/UntagResourceCommand.ts +++ b/clients/client-ecs/src/commands/UntagResourceCommand.ts @@ -69,7 +69,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API diff --git a/clients/client-ecs/src/commands/UpdateClusterCommand.ts b/clients/client-ecs/src/commands/UpdateClusterCommand.ts index 3f164d0118b2..d574b798561b 100644 --- a/clients/client-ecs/src/commands/UpdateClusterCommand.ts +++ b/clients/client-ecs/src/commands/UpdateClusterCommand.ts @@ -164,7 +164,7 @@ export interface UpdateClusterCommandOutput extends UpdateClusterResponse, __Met * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API diff --git a/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts b/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts index 4fdf0630a742..0cd16da20cab 100644 --- a/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts +++ b/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts @@ -144,7 +144,7 @@ export interface UpdateClusterSettingsCommandOutput extends UpdateClusterSetting * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API diff --git a/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts b/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts index c9cb8adfb9d0..8b993670936f 100644 --- a/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts +++ b/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts @@ -166,7 +166,7 @@ export interface UpdateContainerAgentCommandOutput extends UpdateContainerAgentR * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API diff --git a/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts b/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts index 52ba5580c629..90b257d23c1e 100644 --- a/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts +++ b/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts @@ -51,7 +51,7 @@ export interface UpdateContainerInstancesStateCommandOutput *

Service tasks on the container instance that are in the RUNNING state are * stopped and replaced according to the service's deployment configuration parameters, * minimumHealthyPercent and maximumPercent. You can change - * the deployment configuration of your service using UpdateService.

+ * the deployment configuration of your service using UpdateService.

* * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API diff --git a/clients/client-ecs/src/commands/UpdateServiceCommand.ts b/clients/client-ecs/src/commands/UpdateServiceCommand.ts index 9416699a2241..a527bfda2273 100644 --- a/clients/client-ecs/src/commands/UpdateServiceCommand.ts +++ b/clients/client-ecs/src/commands/UpdateServiceCommand.ts @@ -54,7 +54,7 @@ export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __Met * count, task placement constraints and strategies, health check grace period, enable ECS * managed tags option, and propagate tags option, using this API. If the launch type, load * balancer, network configuration, platform version, or task definition need to be - * updated, create a new task set For more information, see CreateTaskSet.

+ * updated, create a new task set For more information, see CreateTaskSet.

*

You can add to or subtract from the number of instantiations of a task definition in a * service by specifying the cluster that the service is running in and a new * desiredCount parameter.

@@ -95,7 +95,7 @@ export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __Met * (provided that the cluster resources required to do this are available).

* * - *

When UpdateService stops a task during a deployment, the equivalent + *

When UpdateService stops a task during a deployment, the equivalent * of docker stop is issued to the containers running in the task. This * results in a SIGTERM and a 30-second timeout. After this, * SIGKILL is sent and the containers are forcibly stopped. If the @@ -614,7 +614,7 @@ export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __Met * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API @@ -635,10 +635,10 @@ export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __Met * * @throws {@link ServiceNotActiveException} (client fault) *

The specified service isn't active. You can't update a service that's inactive. If you - * have previously deleted a service, you can re-create it with CreateService.

+ * have previously deleted a service, you can re-create it with CreateService.

* * @throws {@link ServiceNotFoundException} (client fault) - *

The specified service wasn't found. You can view your available services with ListServices. Amazon ECS services are cluster specific and Region + *

The specified service wasn't found. You can view your available services with ListServices. Amazon ECS services are cluster specific and Region * specific.

* * @throws {@link UnsupportedFeatureException} (client fault) diff --git a/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts b/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts index 6794cba10a78..b12275305886 100644 --- a/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts +++ b/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts @@ -145,7 +145,7 @@ export interface UpdateServicePrimaryTaskSetCommandOutput * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API @@ -156,14 +156,14 @@ export interface UpdateServicePrimaryTaskSetCommandOutput * * @throws {@link ServiceNotActiveException} (client fault) *

The specified service isn't active. You can't update a service that's inactive. If you - * have previously deleted a service, you can re-create it with CreateService.

+ * have previously deleted a service, you can re-create it with CreateService.

* * @throws {@link ServiceNotFoundException} (client fault) - *

The specified service wasn't found. You can view your available services with ListServices. Amazon ECS services are cluster specific and Region + *

The specified service wasn't found. You can view your available services with ListServices. Amazon ECS services are cluster specific and Region * specific.

* * @throws {@link TaskSetNotFoundException} (client fault) - *

The specified task set wasn't found. You can view your available task sets with DescribeTaskSets. Task sets are specific to each cluster, service and + *

The specified task set wasn't found. You can view your available task sets with DescribeTaskSets. Task sets are specific to each cluster, service and * Region.

* * @throws {@link UnsupportedFeatureException} (client fault) diff --git a/clients/client-ecs/src/commands/UpdateTaskProtectionCommand.ts b/clients/client-ecs/src/commands/UpdateTaskProtectionCommand.ts index 8c8af456b1ce..c32b011132cb 100644 --- a/clients/client-ecs/src/commands/UpdateTaskProtectionCommand.ts +++ b/clients/client-ecs/src/commands/UpdateTaskProtectionCommand.ts @@ -115,7 +115,7 @@ export interface UpdateTaskProtectionCommandOutput extends UpdateTaskProtectionR * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API diff --git a/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts b/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts index 5dac762f1c12..34a1413ed125 100644 --- a/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts +++ b/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts @@ -146,7 +146,7 @@ export interface UpdateTaskSetCommandOutput extends UpdateTaskSetResponse, __Met * * * @throws {@link ClusterNotFoundException} (client fault) - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* * @throws {@link InvalidParameterException} (client fault) *

The specified parameter isn't valid. Review the available parameters for the API @@ -157,14 +157,14 @@ export interface UpdateTaskSetCommandOutput extends UpdateTaskSetResponse, __Met * * @throws {@link ServiceNotActiveException} (client fault) *

The specified service isn't active. You can't update a service that's inactive. If you - * have previously deleted a service, you can re-create it with CreateService.

+ * have previously deleted a service, you can re-create it with CreateService.

* * @throws {@link ServiceNotFoundException} (client fault) - *

The specified service wasn't found. You can view your available services with ListServices. Amazon ECS services are cluster specific and Region + *

The specified service wasn't found. You can view your available services with ListServices. Amazon ECS services are cluster specific and Region * specific.

* * @throws {@link TaskSetNotFoundException} (client fault) - *

The specified task set wasn't found. You can view your available task sets with DescribeTaskSets. Task sets are specific to each cluster, service and + *

The specified task set wasn't found. You can view your available task sets with DescribeTaskSets. Task sets are specific to each cluster, service and * Region.

* * @throws {@link UnsupportedFeatureException} (client fault) diff --git a/clients/client-ecs/src/models/models_0.ts b/clients/client-ecs/src/models/models_0.ts index d59c3f8d774b..b5b1bae70acb 100644 --- a/clients/client-ecs/src/models/models_0.ts +++ b/clients/client-ecs/src/models/models_0.ts @@ -145,8 +145,7 @@ export interface ManagedScaling { minimumScalingStepSize?: number; /** - *

The maximum number of Amazon EC2 instances that Amazon ECS will scale out at one time. The scale - * in process is not affected by this parameter. If this parameter is omitted, the default + *

The maximum number of Amazon EC2 instances that Amazon ECS will scale out at one time. If this parameter is omitted, the default * value of 10000 is used.

* @public */ @@ -704,15 +703,15 @@ export interface ClusterConfiguration { /** *

The details of a capacity provider strategy. A capacity provider strategy can be set - * when using the RunTask or CreateCluster APIs or as - * the default capacity provider strategy for a cluster with the CreateCluster API.

+ * when using the RunTaskor CreateCluster APIs or as + * the default capacity provider strategy for a cluster with the CreateCluster API.

*

Only capacity providers that are already associated with a cluster and have an * ACTIVE or UPDATING status can be used in a capacity - * provider strategy. The PutClusterCapacityProviders API is used to + * provider strategy. The PutClusterCapacityProviders API is used to * associate a capacity provider with a cluster.

*

If specifying a capacity provider that uses an Auto Scaling group, the capacity * provider must already be created. New Auto Scaling group capacity providers can be - * created with the CreateCapacityProvider API operation.

+ * created with the CreateClusterCapacityProvider API operation.

*

To use a Fargate capacity provider, specify either the FARGATE or * FARGATE_SPOT capacity providers. The Fargate capacity providers are * available to all accounts and only need to be associated with a cluster to be used in a @@ -894,8 +893,8 @@ export interface CreateClusterRequest { /** *

The setting to use when creating a cluster. This parameter is used to turn on CloudWatch * Container Insights for a cluster. If this value is specified, it overrides the - * containerInsights value set with PutAccountSetting or - * PutAccountSettingDefault.

+ * containerInsights value set with PutAccountSetting or + * PutAccountSettingDefault.

* @public */ settings?: ClusterSetting[]; @@ -931,7 +930,7 @@ export interface CreateClusterRequest { * capacity provider strategy or launch type specified, the default capacity provider * strategy for the cluster is used.

*

If a default capacity provider strategy isn't defined for a cluster when it was - * created, it can be defined later with the PutClusterCapacityProviders + * created, it can be defined later with the PutClusterCapacityProviders * API operation.

* @public */ @@ -1126,7 +1125,7 @@ export interface Cluster { /** *

The number of services that are running on the cluster in an ACTIVE - * state. You can view these services with ListServices.

+ * state. You can view these services with PListServices.

* @public */ activeServicesCount?: number; @@ -1302,7 +1301,7 @@ export class NamespaceNotFoundException extends __BaseException { } /** - *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

+ *

The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.

* @public */ export class ClusterNotFoundException extends __BaseException { @@ -1544,7 +1543,7 @@ export interface DeploymentController { * the current running version of the container with the latest version. The * number of containers Amazon ECS adds or removes from the service during a rolling * update is controlled by adjusting the minimum and maximum number of healthy - * tasks allowed during a service deployment, as specified in the DeploymentConfiguration.

+ * tasks allowed during a service deployment, as specified in the DeploymentConfiguration.

* *
CODE_DEPLOY
*
@@ -1664,7 +1663,7 @@ export type AssignPublicIp = (typeof AssignPublicIp)[keyof typeof AssignPublicIp export interface AwsVpcConfiguration { /** *

The IDs of the subnets associated with the task or service. There's a limit of 16 - * subnets that can be specified per AwsVpcConfiguration.

+ * subnets that can be specified per awsvpcConfiguration.

* *

All specified subnets must be from the same VPC.

*
@@ -1676,7 +1675,7 @@ export interface AwsVpcConfiguration { *

The IDs of the security groups associated with the task or service. If you don't * specify a security group, the default security group for the VPC is used. There's a * limit of 5 security groups that can be specified per - * AwsVpcConfiguration.

+ * awsvpcConfiguration.

* *

All specified security groups must be from the same VPC.

*
@@ -1889,7 +1888,7 @@ export interface Secret { /** *

The log configuration for the container. This parameter maps to LogConfig - * in the docker create-container command and the + * in the docker conainer create command and the * --log-driver option to docker * run.

*

By default, containers use the same logging driver that the Docker daemon uses. @@ -2184,7 +2183,7 @@ export interface ServiceConnectConfiguration { /** *

The log configuration for the container. This parameter maps to LogConfig - * in the docker create-container command and the + * in the docker conainer create command and the * --log-driver option to docker * run.

*

By default, containers use the same logging driver that the Docker daemon uses. @@ -3076,7 +3075,7 @@ export interface Deployment { * deployment transitions to a COMPLETED state. If the service fails to reach * a steady state and circuit breaker is turned on, the deployment transitions to a * FAILED state. A deployment in FAILED state doesn't launch - * any new tasks. For more information, see DeploymentCircuitBreaker.

+ * any new tasks. For more information, see DeploymentCircuitBreaker.

* @public */ rolloutState?: DeploymentRolloutState; @@ -3498,7 +3497,7 @@ export interface Service { /** *

The desired number of instantiations of the task definition to keep running on the - * service. This value is specified when the service is created with CreateService, and it can be modified with UpdateService.

+ * service. This value is specified when the service is created with CreateService , and it can be modified with UpdateService.

* @public */ desiredCount?: number; @@ -3550,8 +3549,8 @@ export interface Service { /** *

The task definition to use for tasks in the service. This value is specified when the - * service is created with CreateService, and it can be modified with - * UpdateService.

+ * service is created with CreateService, and it can be modified with + * UpdateService.

* @public */ taskDefinition?: string; @@ -3876,8 +3875,8 @@ export interface CreateTaskSetRequest { *

The capacity provider strategy to use for the task set.

*

A capacity provider strategy consists of one or more capacity providers along with the * base and weight to assign to them. A capacity provider - * must be associated with the cluster to be used in a capacity provider strategy. The - * PutClusterCapacityProviders API is used to associate a capacity + * must be associated with the cluster to be used in a capacity provider strategy. The PutClusterCapacityProviders + * API is used to associate a capacity * provider with a cluster. Only capacity providers with an ACTIVE or * UPDATING status can be used.

*

If a capacityProviderStrategy is specified, the launchType @@ -3885,12 +3884,12 @@ export interface CreateTaskSetRequest { * launchType is specified, the * defaultCapacityProviderStrategy for the cluster is used.

*

If specifying a capacity provider that uses an Auto Scaling group, the capacity - * provider must already be created. New capacity providers can be created with the CreateCapacityProvider API operation.

+ * provider must already be created. New capacity providers can be created with the CreateCapacityProviderProviderAPI operation.

*

To use a Fargate capacity provider, specify either the FARGATE or * FARGATE_SPOT capacity providers. The Fargate capacity providers are * available to all accounts and only need to be associated with a cluster to be * used.

- *

The PutClusterCapacityProviders API operation is used to update the + *

The PutClusterCapacityProviders API operation is used to update the * list of available capacity providers for a cluster after the cluster is created.

* @public */ @@ -3974,7 +3973,7 @@ export interface CreateTaskSetResponse { /** *

The specified service isn't active. You can't update a service that's inactive. If you - * have previously deleted a service, you can re-create it with CreateService.

+ * have previously deleted a service, you can re-create it with CreateService.

* @public */ export class ServiceNotActiveException extends __BaseException { @@ -3994,7 +3993,7 @@ export class ServiceNotActiveException extends __BaseException { } /** - *

The specified service wasn't found. You can view your available services with ListServices. Amazon ECS services are cluster specific and Region + *

The specified service wasn't found. You can view your available services with ListServices. Amazon ECS services are cluster specific and Region * specific.

* @public */ @@ -4252,7 +4251,7 @@ export interface DeleteCapacityProviderResponse { /** *

You can't delete a cluster that has registered container instances. First, deregister * the container instances before you can delete the cluster. For more information, see - * DeregisterContainerInstance.

+ * DeregisterContainerInstance.

* @public */ export class ClusterContainsContainerInstancesException extends __BaseException { @@ -4274,7 +4273,7 @@ export class ClusterContainsContainerInstancesException extends __BaseException /** *

You can't delete a cluster that contains services. First, update the service to reduce * its desired task count to 0, and then delete the service. For more information, see - * UpdateService and DeleteService.

+ * UpdateService and DeleteService.

* @public */ export class ClusterContainsServicesException extends __BaseException { @@ -4583,7 +4582,7 @@ export interface EnvironmentFile { /** *

Hostnames and IP address entries that are added to the /etc/hosts file of - * a container via the extraHosts parameter of its ContainerDefinition.

+ * a container via the extraHosts parameter of its ContainerDefinition.

* @public */ export interface HostEntry { @@ -4806,7 +4805,7 @@ export interface HealthCheck { * CMD-SHELL, curl -f http://localhost/ || exit 1 *

*

An exit code of 0 indicates success, and non-zero exit code indicates failure. For - * more information, see HealthCheck in tthe docker create-container command

+ * more information, see HealthCheck in tthe docker conainer create command

* @public */ command: string[] | undefined; @@ -4855,7 +4854,7 @@ export interface HealthCheck { export interface KernelCapabilities { /** *

The Linux capabilities for the container that have been added to the default - * configuration provided by Docker. This parameter maps to CapAdd in the docker create-container command and the + * configuration provided by Docker. This parameter maps to CapAdd in the docker conainer create command and the * --cap-add option to docker * run.

* @@ -4877,7 +4876,7 @@ export interface KernelCapabilities { /** *

The Linux capabilities for the container that have been removed from the default - * configuration provided by Docker. This parameter maps to CapDrop in the docker create-container command and the + * configuration provided by Docker. This parameter maps to CapDrop in the docker conainer create command and the * --cap-drop option to docker * run.

*

Valid values: "ALL" | "AUDIT_CONTROL" | "AUDIT_WRITE" | "BLOCK_SUSPEND" | @@ -4986,7 +4985,7 @@ export interface LinuxParameters { /** *

Any host devices to expose to the container. This parameter maps to - * Devices in tthe docker create-container command and the --device option to docker run.

+ * Devices in tthe docker conainer create command and the --device option to docker run.

* *

If you're using tasks that use the Fargate launch type, the * devices parameter isn't supported.

@@ -4997,7 +4996,8 @@ export interface LinuxParameters { /** *

Run an init process inside the container that forwards signals and reaps - * processes. This parameter maps to the --init option to docker run. This parameter requires version 1.25 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log in to your container instance and run the following command: sudo docker version --format '\{\{.Server.APIVersion\}\}' + * processes. This parameter maps to the --init option to docker run. + * This parameter requires version 1.25 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log in to your container instance and run the following command: sudo docker version --format '\{\{.Server.APIVersion\}\}' *

* @public */ @@ -5028,7 +5028,7 @@ export interface LinuxParameters { /** *

The total amount of swap memory (in MiB) a container can use. This parameter will be - * translated to the --memory-swap option to docker run where the value would be the sum of + * translated to the --memory-swap option to docker run where the value would be the sum of * the container memory plus the maxSwap value.

*

If a maxSwap value of 0 is specified, the container will not * use swap. Accepted values are 0 or any positive integer. If the @@ -5130,7 +5130,7 @@ export type TransportProtocol = (typeof TransportProtocol)[keyof typeof Transpor * hostPort can be left blank or it must be the same value as the * containerPort.

*

Most fields of this parameter (containerPort, hostPort, - * protocol) maps to PortBindings in the docker create-container command and the + * protocol) maps to PortBindings in the docker conainer create command and the * --publish option to docker * run. If the network mode of a task definition is set to * host, host ports must either be undefined or match the container port @@ -5141,7 +5141,7 @@ export type TransportProtocol = (typeof TransportProtocol)[keyof typeof Transpor * *

After a task reaches the RUNNING status, manual and automatic host and * container port assignments are visible in the networkBindings section of - * DescribeTasks API responses.

+ * DescribeTasks API responses.

* @public */ export interface PortMapping { @@ -5404,7 +5404,7 @@ export interface ContainerRestartPolicy { /** *

A list of namespaced kernel parameters to set in the container. This parameter maps to - * Sysctls in tthe docker create-container command and the --sysctl option to docker run. For example, you can configure + * Sysctls in tthe docker conainer create command and the --sysctl option to docker run. For example, you can configure * net.ipv4.tcp_keepalive_time setting to maintain longer lived * connections.

*

We don't recommend that you specify network-related systemControls @@ -5562,7 +5562,7 @@ export interface ContainerDefinition { *

The name of a container. If you're linking multiple containers together in a task * definition, the name of one container can be entered in the * links of another container to connect the containers. - * Up to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed. This parameter maps to name in tthe docker create-container command and the + * Up to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed. This parameter maps to name in tthe docker conainer create command and the * --name option to docker * run.

* @public @@ -5576,7 +5576,7 @@ export interface ContainerDefinition { * repository-url/image:tag *
or * repository-url/image@digest - * . Up to 255 letters (uppercase and lowercase), numbers, hyphens, underscores, colons, periods, forward slashes, and number signs are allowed. This parameter maps to Image in the docker create-container command and the + *
. Up to 255 letters (uppercase and lowercase), numbers, hyphens, underscores, colons, periods, forward slashes, and number signs are allowed. This parameter maps to Image in the docker conainer create command and the * IMAGE parameter of docker * run.

*