@aws-sdk/client-ecs 3.632.0 → 3.635.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.
Files changed (38) hide show
  1. package/dist-types/commands/CreateClusterCommand.d.ts +2 -2
  2. package/dist-types/commands/CreateServiceCommand.d.ts +4 -4
  3. package/dist-types/commands/CreateTaskSetCommand.d.ts +3 -3
  4. package/dist-types/commands/DeleteAttributesCommand.d.ts +1 -1
  5. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -4
  6. package/dist-types/commands/DeleteClusterCommand.d.ts +4 -4
  7. package/dist-types/commands/DeleteServiceCommand.d.ts +6 -6
  8. package/dist-types/commands/DeleteTaskSetCommand.d.ts +4 -4
  9. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +1 -1
  10. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +1 -1
  11. package/dist-types/commands/DescribeServicesCommand.d.ts +1 -1
  12. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +3 -3
  13. package/dist-types/commands/DescribeTasksCommand.d.ts +1 -1
  14. package/dist-types/commands/ExecuteCommandCommand.d.ts +1 -1
  15. package/dist-types/commands/GetTaskProtectionCommand.d.ts +1 -1
  16. package/dist-types/commands/ListAttributesCommand.d.ts +1 -1
  17. package/dist-types/commands/ListContainerInstancesCommand.d.ts +1 -1
  18. package/dist-types/commands/ListServicesCommand.d.ts +1 -1
  19. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  20. package/dist-types/commands/ListTasksCommand.d.ts +2 -2
  21. package/dist-types/commands/PutAttributesCommand.d.ts +4 -4
  22. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +2 -2
  23. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +1 -2
  24. package/dist-types/commands/RunTaskCommand.d.ts +2 -2
  25. package/dist-types/commands/StartTaskCommand.d.ts +2 -2
  26. package/dist-types/commands/StopTaskCommand.d.ts +2 -2
  27. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  28. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  29. package/dist-types/commands/UpdateClusterCommand.d.ts +1 -1
  30. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +1 -1
  31. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +1 -1
  32. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +2 -2
  33. package/dist-types/commands/UpdateServiceCommand.d.ts +5 -5
  34. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +4 -4
  35. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateTaskSetCommand.d.ts +4 -4
  37. package/dist-types/models/models_0.d.ts +92 -92
  38. package/package.json +10 -10
@@ -117,8 +117,7 @@ export interface ManagedScaling {
117
117
  */
118
118
  minimumScalingStepSize?: number;
119
119
  /**
120
- * <p>The maximum number of Amazon EC2 instances that Amazon ECS will scale out at one time. The scale
121
- * in process is not affected by this parameter. If this parameter is omitted, the default
120
+ * <p>The maximum number of Amazon EC2 instances that Amazon ECS will scale out at one time. If this parameter is omitted, the default
122
121
  * value of <code>10000</code> is used.</p>
123
122
  * @public
124
123
  */
@@ -603,15 +602,15 @@ export interface ClusterConfiguration {
603
602
  }
604
603
  /**
605
604
  * <p>The details of a capacity provider strategy. A capacity provider strategy can be set
606
- * when using the <a>RunTask</a> or <a>CreateCluster</a> APIs or as
607
- * the default capacity provider strategy for a cluster with the <a>CreateCluster</a> API.</p>
605
+ * when using the <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_RunTask.html">RunTask</a>or <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateCluster.html">CreateCluster</a> APIs or as
606
+ * the default capacity provider strategy for a cluster with the <code>CreateCluster</code> API.</p>
608
607
  * <p>Only capacity providers that are already associated with a cluster and have an
609
608
  * <code>ACTIVE</code> or <code>UPDATING</code> status can be used in a capacity
610
- * provider strategy. The <a>PutClusterCapacityProviders</a> API is used to
609
+ * provider strategy. The <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutClusterCapacityProviders.html">PutClusterCapacityProviders</a> API is used to
611
610
  * associate a capacity provider with a cluster.</p>
612
611
  * <p>If specifying a capacity provider that uses an Auto Scaling group, the capacity
613
612
  * provider must already be created. New Auto Scaling group capacity providers can be
614
- * created with the <a>CreateCapacityProvider</a> API operation.</p>
613
+ * created with the <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateClusterCapacityProvider.html">CreateClusterCapacityProvider</a> API operation.</p>
615
614
  * <p>To use a Fargate capacity provider, specify either the <code>FARGATE</code> or
616
615
  * <code>FARGATE_SPOT</code> capacity providers. The Fargate capacity providers are
617
616
  * available to all accounts and only need to be associated with a cluster to be used in a
@@ -783,8 +782,8 @@ export interface CreateClusterRequest {
783
782
  /**
784
783
  * <p>The setting to use when creating a cluster. This parameter is used to turn on CloudWatch
785
784
  * Container Insights for a cluster. If this value is specified, it overrides the
786
- * <code>containerInsights</code> value set with <a>PutAccountSetting</a> or
787
- * <a>PutAccountSettingDefault</a>.</p>
785
+ * <code>containerInsights</code> value set with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutAccountSetting.html">PutAccountSetting</a> or
786
+ * <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutAccountSettingDefault.html">PutAccountSettingDefault</a>.</p>
788
787
  * @public
789
788
  */
790
789
  settings?: ClusterSetting[];
@@ -817,7 +816,7 @@ export interface CreateClusterRequest {
817
816
  * capacity provider strategy or launch type specified, the default capacity provider
818
817
  * strategy for the cluster is used.</p>
819
818
  * <p>If a default capacity provider strategy isn't defined for a cluster when it was
820
- * created, it can be defined later with the <a>PutClusterCapacityProviders</a>
819
+ * created, it can be defined later with the <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutClusterCapacityProviders.html">PutClusterCapacityProviders</a>
821
820
  * API operation.</p>
822
821
  * @public
823
822
  */
@@ -996,7 +995,7 @@ export interface Cluster {
996
995
  pendingTasksCount?: number;
997
996
  /**
998
997
  * <p>The number of services that are running on the cluster in an <code>ACTIVE</code>
999
- * state. You can view these services with <a>ListServices</a>.</p>
998
+ * state. You can view these services with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListServices.html">PListServices</a>.</p>
1000
999
  * @public
1001
1000
  */
1002
1001
  activeServicesCount?: number;
@@ -1154,7 +1153,7 @@ export declare class NamespaceNotFoundException extends __BaseException {
1154
1153
  constructor(opts: __ExceptionOptionType<NamespaceNotFoundException, __BaseException>);
1155
1154
  }
1156
1155
  /**
1157
- * <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
1156
+ * <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>
1158
1157
  * @public
1159
1158
  */
1160
1159
  export declare class ClusterNotFoundException extends __BaseException {
@@ -1377,7 +1376,7 @@ export interface DeploymentController {
1377
1376
  * the current running version of the container with the latest version. The
1378
1377
  * number of containers Amazon ECS adds or removes from the service during a rolling
1379
1378
  * update is controlled by adjusting the minimum and maximum number of healthy
1380
- * tasks allowed during a service deployment, as specified in the <a>DeploymentConfiguration</a>.</p>
1379
+ * tasks allowed during a service deployment, as specified in the <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DeploymentConfiguration.html">DeploymentConfiguration</a>.</p>
1381
1380
  * </dd>
1382
1381
  * <dt>CODE_DEPLOY</dt>
1383
1382
  * <dd>
@@ -1488,7 +1487,7 @@ export type AssignPublicIp = (typeof AssignPublicIp)[keyof typeof AssignPublicIp
1488
1487
  export interface AwsVpcConfiguration {
1489
1488
  /**
1490
1489
  * <p>The IDs of the subnets associated with the task or service. There's a limit of 16
1491
- * subnets that can be specified per <code>AwsVpcConfiguration</code>.</p>
1490
+ * subnets that can be specified per <code>awsvpcConfiguration</code>.</p>
1492
1491
  * <note>
1493
1492
  * <p>All specified subnets must be from the same VPC.</p>
1494
1493
  * </note>
@@ -1499,7 +1498,7 @@ export interface AwsVpcConfiguration {
1499
1498
  * <p>The IDs of the security groups associated with the task or service. If you don't
1500
1499
  * specify a security group, the default security group for the VPC is used. There's a
1501
1500
  * limit of 5 security groups that can be specified per
1502
- * <code>AwsVpcConfiguration</code>.</p>
1501
+ * <code>awsvpcConfiguration</code>.</p>
1503
1502
  * <note>
1504
1503
  * <p>All specified security groups must be from the same VPC.</p>
1505
1504
  * </note>
@@ -1693,7 +1692,7 @@ export interface Secret {
1693
1692
  }
1694
1693
  /**
1695
1694
  * <p>The log configuration for the container. This parameter maps to <code>LogConfig</code>
1696
- * in the docker create-container command and the
1695
+ * in the docker conainer create command and the
1697
1696
  * <code>--log-driver</code> option to docker
1698
1697
  * run.</p>
1699
1698
  * <p>By default, containers use the same logging driver that the Docker daemon uses.
@@ -1968,7 +1967,7 @@ export interface ServiceConnectConfiguration {
1968
1967
  services?: ServiceConnectService[];
1969
1968
  /**
1970
1969
  * <p>The log configuration for the container. This parameter maps to <code>LogConfig</code>
1971
- * in the docker create-container command and the
1970
+ * in the docker conainer create command and the
1972
1971
  * <code>--log-driver</code> option to docker
1973
1972
  * run.</p>
1974
1973
  * <p>By default, containers use the same logging driver that the Docker daemon uses.
@@ -2797,7 +2796,7 @@ export interface Deployment {
2797
2796
  * deployment transitions to a <code>COMPLETED</code> state. If the service fails to reach
2798
2797
  * a steady state and circuit breaker is turned on, the deployment transitions to a
2799
2798
  * <code>FAILED</code> state. A deployment in <code>FAILED</code> state doesn't launch
2800
- * any new tasks. For more information, see <a>DeploymentCircuitBreaker</a>.</p>
2799
+ * any new tasks. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DeploymentCircuitBreaker.html">DeploymentCircuitBreaker</a>.</p>
2801
2800
  * @public
2802
2801
  */
2803
2802
  rolloutState?: DeploymentRolloutState;
@@ -3173,7 +3172,7 @@ export interface Service {
3173
3172
  status?: string;
3174
3173
  /**
3175
3174
  * <p>The desired number of instantiations of the task definition to keep running on the
3176
- * service. This value is specified when the service is created with <a>CreateService</a>, and it can be modified with <a>UpdateService</a>.</p>
3175
+ * service. This value is specified when the service is created with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateService.html">CreateService</a> , and it can be modified with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_UpdateService.html">UpdateService</a>.</p>
3177
3176
  * @public
3178
3177
  */
3179
3178
  desiredCount?: number;
@@ -3218,8 +3217,8 @@ export interface Service {
3218
3217
  platformFamily?: string;
3219
3218
  /**
3220
3219
  * <p>The task definition to use for tasks in the service. This value is specified when the
3221
- * service is created with <a>CreateService</a>, and it can be modified with
3222
- * <a>UpdateService</a>.</p>
3220
+ * service is created with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateService.html">CreateService</a>, and it can be modified with
3221
+ * <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_UpdateService.html">UpdateService</a>.</p>
3223
3222
  * @public
3224
3223
  */
3225
3224
  taskDefinition?: string;
@@ -3493,8 +3492,8 @@ export interface CreateTaskSetRequest {
3493
3492
  * <p>The capacity provider strategy to use for the task set.</p>
3494
3493
  * <p>A capacity provider strategy consists of one or more capacity providers along with the
3495
3494
  * <code>base</code> and <code>weight</code> to assign to them. A capacity provider
3496
- * must be associated with the cluster to be used in a capacity provider strategy. The
3497
- * <a>PutClusterCapacityProviders</a> API is used to associate a capacity
3495
+ * must be associated with the cluster to be used in a capacity provider strategy. The <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutClusterCapacityProviders.html">PutClusterCapacityProviders</a>
3496
+ * API is used to associate a capacity
3498
3497
  * provider with a cluster. Only capacity providers with an <code>ACTIVE</code> or
3499
3498
  * <code>UPDATING</code> status can be used.</p>
3500
3499
  * <p>If a <code>capacityProviderStrategy</code> is specified, the <code>launchType</code>
@@ -3502,12 +3501,12 @@ export interface CreateTaskSetRequest {
3502
3501
  * <code>launchType</code> is specified, the
3503
3502
  * <code>defaultCapacityProviderStrategy</code> for the cluster is used.</p>
3504
3503
  * <p>If specifying a capacity provider that uses an Auto Scaling group, the capacity
3505
- * provider must already be created. New capacity providers can be created with the <a>CreateCapacityProvider</a> API operation.</p>
3504
+ * provider must already be created. New capacity providers can be created with the <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateCapacityProviderProvider.html">CreateCapacityProviderProvider</a>API operation.</p>
3506
3505
  * <p>To use a Fargate capacity provider, specify either the <code>FARGATE</code> or
3507
3506
  * <code>FARGATE_SPOT</code> capacity providers. The Fargate capacity providers are
3508
3507
  * available to all accounts and only need to be associated with a cluster to be
3509
3508
  * used.</p>
3510
- * <p>The <a>PutClusterCapacityProviders</a> API operation is used to update the
3509
+ * <p>The <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutClusterCapacityProviders.html">PutClusterCapacityProviders</a> API operation is used to update the
3511
3510
  * list of available capacity providers for a cluster after the cluster is created.</p>
3512
3511
  * @public
3513
3512
  */
@@ -3585,7 +3584,7 @@ export interface CreateTaskSetResponse {
3585
3584
  }
3586
3585
  /**
3587
3586
  * <p>The specified service isn't active. You can't update a service that's inactive. If you
3588
- * have previously deleted a service, you can re-create it with <a>CreateService</a>.</p>
3587
+ * 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>
3589
3588
  * @public
3590
3589
  */
3591
3590
  export declare class ServiceNotActiveException extends __BaseException {
@@ -3597,7 +3596,7 @@ export declare class ServiceNotActiveException extends __BaseException {
3597
3596
  constructor(opts: __ExceptionOptionType<ServiceNotActiveException, __BaseException>);
3598
3597
  }
3599
3598
  /**
3600
- * <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
3599
+ * <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
3601
3600
  * specific.</p>
3602
3601
  * @public
3603
3602
  */
@@ -3817,7 +3816,7 @@ export interface DeleteCapacityProviderResponse {
3817
3816
  /**
3818
3817
  * <p>You can't delete a cluster that has registered container instances. First, deregister
3819
3818
  * the container instances before you can delete the cluster. For more information, see
3820
- * <a>DeregisterContainerInstance</a>.</p>
3819
+ * <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DeregisterContainerInstance.html">DeregisterContainerInstance</a>.</p>
3821
3820
  * @public
3822
3821
  */
3823
3822
  export declare class ClusterContainsContainerInstancesException extends __BaseException {
@@ -3831,7 +3830,7 @@ export declare class ClusterContainsContainerInstancesException extends __BaseEx
3831
3830
  /**
3832
3831
  * <p>You can't delete a cluster that contains services. First, update the service to reduce
3833
3832
  * its desired task count to 0, and then delete the service. For more information, see
3834
- * <a>UpdateService</a> and <a>DeleteService</a>.</p>
3833
+ * <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>
3835
3834
  * @public
3836
3835
  */
3837
3836
  export declare class ClusterContainsServicesException extends __BaseException {
@@ -4104,7 +4103,7 @@ export interface EnvironmentFile {
4104
4103
  }
4105
4104
  /**
4106
4105
  * <p>Hostnames and IP address entries that are added to the <code>/etc/hosts</code> file of
4107
- * a container via the <code>extraHosts</code> parameter of its <a>ContainerDefinition</a>. </p>
4106
+ * a container via the <code>extraHosts</code> parameter of its <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ContainerDefinition.html">ContainerDefinition</a>. </p>
4108
4107
  * @public
4109
4108
  */
4110
4109
  export interface HostEntry {
@@ -4321,7 +4320,7 @@ export interface HealthCheck {
4321
4320
  * <code> CMD-SHELL, curl -f http://localhost/ || exit 1</code>
4322
4321
  * </p>
4323
4322
  * <p>An exit code of 0 indicates success, and non-zero exit code indicates failure. For
4324
- * more information, see <code>HealthCheck</code> in tthe docker create-container command</p>
4323
+ * more information, see <code>HealthCheck</code> in tthe docker conainer create command</p>
4325
4324
  * @public
4326
4325
  */
4327
4326
  command: string[] | undefined;
@@ -4365,7 +4364,7 @@ export interface HealthCheck {
4365
4364
  export interface KernelCapabilities {
4366
4365
  /**
4367
4366
  * <p>The Linux capabilities for the container that have been added to the default
4368
- * configuration provided by Docker. This parameter maps to <code>CapAdd</code> in the docker create-container command and the
4367
+ * configuration provided by Docker. This parameter maps to <code>CapAdd</code> in the docker conainer create command and the
4369
4368
  * <code>--cap-add</code> option to docker
4370
4369
  * run.</p>
4371
4370
  * <note>
@@ -4386,7 +4385,7 @@ export interface KernelCapabilities {
4386
4385
  add?: string[];
4387
4386
  /**
4388
4387
  * <p>The Linux capabilities for the container that have been removed from the default
4389
- * configuration provided by Docker. This parameter maps to <code>CapDrop</code> in the docker create-container command and the
4388
+ * configuration provided by Docker. This parameter maps to <code>CapDrop</code> in the docker conainer create command and the
4390
4389
  * <code>--cap-drop</code> option to docker
4391
4390
  * run.</p>
4392
4391
  * <p>Valid values: <code>"ALL" | "AUDIT_CONTROL" | "AUDIT_WRITE" | "BLOCK_SUSPEND" |
@@ -4485,7 +4484,7 @@ export interface LinuxParameters {
4485
4484
  capabilities?: KernelCapabilities;
4486
4485
  /**
4487
4486
  * <p>Any host devices to expose to the container. This parameter maps to
4488
- * <code>Devices</code> in tthe docker create-container command and the <code>--device</code> option to docker run.</p>
4487
+ * <code>Devices</code> in tthe docker conainer create command and the <code>--device</code> option to docker run.</p>
4489
4488
  * <note>
4490
4489
  * <p>If you're using tasks that use the Fargate launch type, the
4491
4490
  * <code>devices</code> parameter isn't supported.</p>
@@ -4495,7 +4494,8 @@ export interface LinuxParameters {
4495
4494
  devices?: Device[];
4496
4495
  /**
4497
4496
  * <p>Run an <code>init</code> process inside the container that forwards signals and reaps
4498
- * processes. This parameter maps to the <code>--init</code> option to <a href="https://docs.docker.com/engine/reference/run/#security-configuration">docker run</a>. 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: <code>sudo docker version --format '\{\{.Server.APIVersion\}\}'</code>
4497
+ * processes. This parameter maps to the <code>--init</code> option to docker run.
4498
+ * 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: <code>sudo docker version --format '\{\{.Server.APIVersion\}\}'</code>
4499
4499
  * </p>
4500
4500
  * @public
4501
4501
  */
@@ -4523,7 +4523,7 @@ export interface LinuxParameters {
4523
4523
  tmpfs?: Tmpfs[];
4524
4524
  /**
4525
4525
  * <p>The total amount of swap memory (in MiB) a container can use. This parameter will be
4526
- * translated to the <code>--memory-swap</code> option to <a href="https://docs.docker.com/engine/reference/run/#security-configuration">docker run</a> where the value would be the sum of
4526
+ * translated to the <code>--memory-swap</code> option to docker run where the value would be the sum of
4527
4527
  * the container memory plus the <code>maxSwap</code> value.</p>
4528
4528
  * <p>If a <code>maxSwap</code> value of <code>0</code> is specified, the container will not
4529
4529
  * use swap. Accepted values are <code>0</code> or any positive integer. If the
@@ -4616,7 +4616,7 @@ export type TransportProtocol = (typeof TransportProtocol)[keyof typeof Transpor
4616
4616
  * <code>hostPort</code> can be left blank or it must be the same value as the
4617
4617
  * <code>containerPort</code>.</p>
4618
4618
  * <p>Most fields of this parameter (<code>containerPort</code>, <code>hostPort</code>,
4619
- * <code>protocol</code>) maps to <code>PortBindings</code> in the docker create-container command and the
4619
+ * <code>protocol</code>) maps to <code>PortBindings</code> in the docker conainer create command and the
4620
4620
  * <code>--publish</code> option to <code>docker
4621
4621
  * run</code>. If the network mode of a task definition is set to
4622
4622
  * <code>host</code>, host ports must either be undefined or match the container port
@@ -4627,7 +4627,7 @@ export type TransportProtocol = (typeof TransportProtocol)[keyof typeof Transpor
4627
4627
  * </note>
4628
4628
  * <p>After a task reaches the <code>RUNNING</code> status, manual and automatic host and
4629
4629
  * container port assignments are visible in the <code>networkBindings</code> section of
4630
- * <a>DescribeTasks</a> API responses.</p>
4630
+ * <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeTasks.html">DescribeTasks</a> API responses.</p>
4631
4631
  * @public
4632
4632
  */
4633
4633
  export interface PortMapping {
@@ -4876,7 +4876,7 @@ export interface ContainerRestartPolicy {
4876
4876
  }
4877
4877
  /**
4878
4878
  * <p>A list of namespaced kernel parameters to set in the container. This parameter maps to
4879
- * <code>Sysctls</code> in tthe docker create-container command and the <code>--sysctl</code> option to docker run. For example, you can configure
4879
+ * <code>Sysctls</code> in tthe docker conainer create command and the <code>--sysctl</code> option to docker run. For example, you can configure
4880
4880
  * <code>net.ipv4.tcp_keepalive_time</code> setting to maintain longer lived
4881
4881
  * connections.</p>
4882
4882
  * <p>We don't recommend that you specify network-related <code>systemControls</code>
@@ -5025,7 +5025,7 @@ export interface ContainerDefinition {
5025
5025
  * <p>The name of a container. If you're linking multiple containers together in a task
5026
5026
  * definition, the <code>name</code> of one container can be entered in the
5027
5027
  * <code>links</code> of another container to connect the containers.
5028
- * Up to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed. This parameter maps to <code>name</code> in tthe docker create-container command and the
5028
+ * Up to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed. This parameter maps to <code>name</code> in tthe docker conainer create command and the
5029
5029
  * <code>--name</code> option to docker
5030
5030
  * run. </p>
5031
5031
  * @public
@@ -5038,7 +5038,7 @@ export interface ContainerDefinition {
5038
5038
  * <i>repository-url</i>/<i>image</i>:<i>tag</i>
5039
5039
  * </code> or <code>
5040
5040
  * <i>repository-url</i>/<i>image</i>@<i>digest</i>
5041
- * </code>. Up to 255 letters (uppercase and lowercase), numbers, hyphens, underscores, colons, periods, forward slashes, and number signs are allowed. This parameter maps to <code>Image</code> in the docker create-container command and the
5041
+ * </code>. Up to 255 letters (uppercase and lowercase), numbers, hyphens, underscores, colons, periods, forward slashes, and number signs are allowed. This parameter maps to <code>Image</code> in the docker conainer create command and the
5042
5042
  * <code>IMAGE</code> parameter of docker
5043
5043
  * run.</p>
5044
5044
  * <ul>
@@ -5079,7 +5079,7 @@ export interface ContainerDefinition {
5079
5079
  repositoryCredentials?: RepositoryCredentials;
5080
5080
  /**
5081
5081
  * <p>The number of <code>cpu</code> units reserved for the container. This parameter maps
5082
- * to <code>CpuShares</code> in the docker create-container commandand the <code>--cpu-shares</code> option to docker run.</p>
5082
+ * to <code>CpuShares</code> in the docker conainer create commandand the <code>--cpu-shares</code> option to docker run.</p>
5083
5083
  * <p>This field is optional for tasks using the Fargate launch type, and the
5084
5084
  * only requirement is that the total amount of CPU reserved for all containers within a
5085
5085
  * task be lower than the task-level <code>cpu</code> value.</p>
@@ -5136,7 +5136,7 @@ export interface ContainerDefinition {
5136
5136
  * to exceed the memory specified here, the container is killed. The total amount of memory
5137
5137
  * reserved for all containers within a task must be lower than the task
5138
5138
  * <code>memory</code> value, if one is specified. This parameter maps to
5139
- * <code>Memory</code> in thethe docker create-container command and the <code>--memory</code> option to docker run.</p>
5139
+ * <code>Memory</code> in thethe docker conainer create command and the <code>--memory</code> option to docker run.</p>
5140
5140
  * <p>If using the Fargate launch type, this parameter is optional.</p>
5141
5141
  * <p>If using the EC2 launch type, you must specify either a task-level
5142
5142
  * memory value or a container-level memory value. If you specify both a container-level
@@ -5158,7 +5158,7 @@ export interface ContainerDefinition {
5158
5158
  * However, your container can consume more memory when it needs to, up to either the hard
5159
5159
  * limit specified with the <code>memory</code> parameter (if applicable), or all of the
5160
5160
  * available memory on the container instance, whichever comes first. This parameter maps
5161
- * to <code>MemoryReservation</code> in the the docker create-container command and the <code>--memory-reservation</code> option to docker run.</p>
5161
+ * to <code>MemoryReservation</code> in the the docker conainer create command and the <code>--memory-reservation</code> option to docker run.</p>
5162
5162
  * <p>If a task-level memory value is not specified, you must specify a non-zero integer for
5163
5163
  * one or both of <code>memory</code> or <code>memoryReservation</code> in a container
5164
5164
  * definition. If you specify both, <code>memory</code> must be greater than
@@ -5184,7 +5184,7 @@ export interface ContainerDefinition {
5184
5184
  * without the need for port mappings. This parameter is only supported if the network mode
5185
5185
  * of a task definition is <code>bridge</code>. The <code>name:internalName</code>
5186
5186
  * construct is analogous to <code>name:alias</code> in Docker links.
5187
- * Up to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed.. This parameter maps to <code>Links</code> in the docker create-container command and the
5187
+ * Up to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed.. This parameter maps to <code>Links</code> in the docker conainer create command and the
5188
5188
  * <code>--link</code> option to docker
5189
5189
  * run.</p>
5190
5190
  * <note>
@@ -5209,7 +5209,7 @@ export interface ContainerDefinition {
5209
5209
  * <code>localhost</code>. There's no loopback for port mappings on Windows, so you
5210
5210
  * can't access a container's mapped port from the host itself. </p>
5211
5211
  * <p>This parameter maps to <code>PortBindings</code> in the
5212
- * the docker create-container command and the
5212
+ * the docker conainer create command and the
5213
5213
  * <code>--publish</code> option to docker
5214
5214
  * run. If the network mode of a task definition is set to <code>none</code>,
5215
5215
  * then you can't specify port mappings. If the network mode of a task definition is set to
@@ -5220,7 +5220,7 @@ export interface ContainerDefinition {
5220
5220
  * and container port assignments are visible in the <b>Network
5221
5221
  * Bindings</b> section of a container description for a selected task in
5222
5222
  * the Amazon ECS console. The assignments are also visible in the
5223
- * <code>networkBindings</code> section <a>DescribeTasks</a>
5223
+ * <code>networkBindings</code> section <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeTasks.html">DescribeTasks</a>
5224
5224
  * responses.</p>
5225
5225
  * </note>
5226
5226
  * @public
@@ -5254,13 +5254,13 @@ export interface ContainerDefinition {
5254
5254
  * arguments as <code>command</code> array items instead.</p>
5255
5255
  * </important>
5256
5256
  * <p>The entry point that's passed to the container. This parameter maps to
5257
- * <code>Entrypoint</code> in tthe docker create-container command and the <code>--entrypoint</code> option to docker run.</p>
5257
+ * <code>Entrypoint</code> in tthe docker conainer create command and the <code>--entrypoint</code> option to docker run.</p>
5258
5258
  * @public
5259
5259
  */
5260
5260
  entryPoint?: string[];
5261
5261
  /**
5262
5262
  * <p>The command that's passed to the container. This parameter maps to <code>Cmd</code> in
5263
- * the docker create-container command and the
5263
+ * the docker conainer create command and the
5264
5264
  * <code>COMMAND</code> parameter to docker
5265
5265
  * run. If there are multiple arguments, each
5266
5266
  * argument is a separated string in the array.</p>
@@ -5269,7 +5269,7 @@ export interface ContainerDefinition {
5269
5269
  command?: string[];
5270
5270
  /**
5271
5271
  * <p>The environment variables to pass to a container. This parameter maps to
5272
- * <code>Env</code> in the docker create-container command and the <code>--env</code> option to docker run.</p>
5272
+ * <code>Env</code> in the docker conainer create command and the <code>--env</code> option to docker run.</p>
5273
5273
  * <important>
5274
5274
  * <p>We don't recommend that you use plaintext environment variables for sensitive
5275
5275
  * information, such as credential data.</p>
@@ -5295,7 +5295,7 @@ export interface ContainerDefinition {
5295
5295
  environmentFiles?: EnvironmentFile[];
5296
5296
  /**
5297
5297
  * <p>The mount points for data volumes in your container.</p>
5298
- * <p>This parameter maps to <code>Volumes</code> in the the docker create-container command and the <code>--volume</code> option to docker run.</p>
5298
+ * <p>This parameter maps to <code>Volumes</code> in the the docker conainer create command and the <code>--volume</code> option to docker run.</p>
5299
5299
  * <p>Windows containers can mount whole directories on the same drive as
5300
5300
  * <code>$env:ProgramData</code>. Windows containers can't mount directories on a
5301
5301
  * different drive, and mount point can't be across drives.</p>
@@ -5304,13 +5304,13 @@ export interface ContainerDefinition {
5304
5304
  mountPoints?: MountPoint[];
5305
5305
  /**
5306
5306
  * <p>Data volumes to mount from another container. This parameter maps to
5307
- * <code>VolumesFrom</code> in tthe docker create-container command and the <code>--volumes-from</code> option to docker run.</p>
5307
+ * <code>VolumesFrom</code> in tthe docker conainer create command and the <code>--volumes-from</code> option to docker run.</p>
5308
5308
  * @public
5309
5309
  */
5310
5310
  volumesFrom?: VolumeFrom[];
5311
5311
  /**
5312
5312
  * <p>Linux-specific modifications that are applied to the container, such as Linux kernel
5313
- * capabilities. For more information see <a>KernelCapabilities</a>.</p>
5313
+ * capabilities. For more information see <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_KernelCapabilities.html">KernelCapabilities</a>.</p>
5314
5314
  * <note>
5315
5315
  * <p>This parameter is not supported for Windows containers.</p>
5316
5316
  * </note>
@@ -5421,7 +5421,7 @@ export interface ContainerDefinition {
5421
5421
  stopTimeout?: number;
5422
5422
  /**
5423
5423
  * <p>The hostname to use for your container. This parameter maps to <code>Hostname</code>
5424
- * in thethe docker create-container command and the
5424
+ * in thethe docker conainer create command and the
5425
5425
  * <code>--hostname</code> option to docker
5426
5426
  * run.</p>
5427
5427
  * <note>
@@ -5432,7 +5432,7 @@ export interface ContainerDefinition {
5432
5432
  */
5433
5433
  hostname?: string;
5434
5434
  /**
5435
- * <p>The user to use inside the container. This parameter maps to <code>User</code> in the docker create-container command and the
5435
+ * <p>The user to use inside the container. This parameter maps to <code>User</code> in the docker conainer create command and the
5436
5436
  * <code>--user</code> option to docker
5437
5437
  * run.</p>
5438
5438
  * <important>
@@ -5482,13 +5482,13 @@ export interface ContainerDefinition {
5482
5482
  user?: string;
5483
5483
  /**
5484
5484
  * <p>The working directory to run commands inside the container in. This parameter maps to
5485
- * <code>WorkingDir</code> in the docker create-container command and the <code>--workdir</code> option to docker run.</p>
5485
+ * <code>WorkingDir</code> in the docker conainer create command and the <code>--workdir</code> option to docker run.</p>
5486
5486
  * @public
5487
5487
  */
5488
5488
  workingDirectory?: string;
5489
5489
  /**
5490
5490
  * <p>When this parameter is true, networking is off within the container. This parameter
5491
- * maps to <code>NetworkDisabled</code> in the docker create-container command.</p>
5491
+ * maps to <code>NetworkDisabled</code> in the docker conainer create command.</p>
5492
5492
  * <note>
5493
5493
  * <p>This parameter is not supported for Windows containers.</p>
5494
5494
  * </note>
@@ -5498,7 +5498,7 @@ export interface ContainerDefinition {
5498
5498
  /**
5499
5499
  * <p>When this parameter is true, the container is given elevated privileges on the host
5500
5500
  * container instance (similar to the <code>root</code> user). This parameter maps to
5501
- * <code>Privileged</code> in the the docker create-container command and the <code>--privileged</code> option to docker run</p>
5501
+ * <code>Privileged</code> in the the docker conainer create command and the <code>--privileged</code> option to docker run</p>
5502
5502
  * <note>
5503
5503
  * <p>This parameter is not supported for Windows containers or tasks run on Fargate.</p>
5504
5504
  * </note>
@@ -5507,7 +5507,7 @@ export interface ContainerDefinition {
5507
5507
  privileged?: boolean;
5508
5508
  /**
5509
5509
  * <p>When this parameter is true, the container is given read-only access to its root file
5510
- * system. This parameter maps to <code>ReadonlyRootfs</code> in the docker create-container command and the
5510
+ * system. This parameter maps to <code>ReadonlyRootfs</code> in the docker conainer create command and the
5511
5511
  * <code>--read-only</code> option to docker
5512
5512
  * run.</p>
5513
5513
  * <note>
@@ -5518,7 +5518,7 @@ export interface ContainerDefinition {
5518
5518
  readonlyRootFilesystem?: boolean;
5519
5519
  /**
5520
5520
  * <p>A list of DNS servers that are presented to the container. This parameter maps to
5521
- * <code>Dns</code> in the the docker create-container command and the <code>--dns</code> option to docker run.</p>
5521
+ * <code>Dns</code> in the the docker conainer create command and the <code>--dns</code> option to docker run.</p>
5522
5522
  * <note>
5523
5523
  * <p>This parameter is not supported for Windows containers.</p>
5524
5524
  * </note>
@@ -5527,7 +5527,7 @@ export interface ContainerDefinition {
5527
5527
  dnsServers?: string[];
5528
5528
  /**
5529
5529
  * <p>A list of DNS search domains that are presented to the container. This parameter maps
5530
- * to <code>DnsSearch</code> in the docker create-container command and the <code>--dns-search</code> option to docker run.</p>
5530
+ * to <code>DnsSearch</code> in the docker conainer create command and the <code>--dns-search</code> option to docker run.</p>
5531
5531
  * <note>
5532
5532
  * <p>This parameter is not supported for Windows containers.</p>
5533
5533
  * </note>
@@ -5536,7 +5536,7 @@ export interface ContainerDefinition {
5536
5536
  dnsSearchDomains?: string[];
5537
5537
  /**
5538
5538
  * <p>A list of hostnames and IP address mappings to append to the <code>/etc/hosts</code>
5539
- * file on the container. This parameter maps to <code>ExtraHosts</code> in the docker create-container command and the
5539
+ * file on the container. This parameter maps to <code>ExtraHosts</code> in the docker conainer create command and the
5540
5540
  * <code>--add-host</code> option to docker
5541
5541
  * run.</p>
5542
5542
  * <note>
@@ -5556,7 +5556,7 @@ export interface ContainerDefinition {
5556
5556
  * For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/windows-gmsa.html">Using gMSAs for Windows
5557
5557
  * Containers</a> and <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/linux-gmsa.html">Using gMSAs for Linux
5558
5558
  * Containers</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
5559
- * <p>This parameter maps to <code>SecurityOpt</code> in the docker create-container command and the
5559
+ * <p>This parameter maps to <code>SecurityOpt</code> in the docker conainer create command and the
5560
5560
  * <code>--security-opt</code> option to docker
5561
5561
  * run.</p>
5562
5562
  * <note>
@@ -5574,19 +5574,19 @@ export interface ContainerDefinition {
5574
5574
  /**
5575
5575
  * <p>When this parameter is <code>true</code>, you can deploy containerized applications
5576
5576
  * that require <code>stdin</code> or a <code>tty</code> to be allocated. This parameter
5577
- * maps to <code>OpenStdin</code> in the docker create-container command and the <code>--interactive</code> option to docker run.</p>
5577
+ * maps to <code>OpenStdin</code> in the docker conainer create command and the <code>--interactive</code> option to docker run.</p>
5578
5578
  * @public
5579
5579
  */
5580
5580
  interactive?: boolean;
5581
5581
  /**
5582
5582
  * <p>When this parameter is <code>true</code>, a TTY is allocated. This parameter maps to
5583
- * <code>Tty</code> in tthe docker create-container command and the <code>--tty</code> option to docker run.</p>
5583
+ * <code>Tty</code> in tthe docker conainer create command and the <code>--tty</code> option to docker run.</p>
5584
5584
  * @public
5585
5585
  */
5586
5586
  pseudoTerminal?: boolean;
5587
5587
  /**
5588
5588
  * <p>A key/value map of labels to add to the container. This parameter maps to
5589
- * <code>Labels</code> in the docker create-container command and the <code>--label</code> option to docker run. This parameter requires version 1.18 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: <code>sudo docker version --format '\{\{.Server.APIVersion\}\}'</code>
5589
+ * <code>Labels</code> in the docker conainer create command and the <code>--label</code> option to docker run. This parameter requires version 1.18 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: <code>sudo docker version --format '\{\{.Server.APIVersion\}\}'</code>
5590
5590
  * </p>
5591
5591
  * @public
5592
5592
  */
@@ -5594,8 +5594,8 @@ export interface ContainerDefinition {
5594
5594
  /**
5595
5595
  * <p>A list of <code>ulimits</code> to set in the container. If a <code>ulimit</code> value
5596
5596
  * is specified in a task definition, it overrides the default values set by Docker. This
5597
- * parameter maps to <code>Ulimits</code> in tthe docker create-container command and the <code>--ulimit</code> option to docker run. Valid naming values are displayed
5598
- * in the <a>Ulimit</a> data type.</p>
5597
+ * parameter maps to <code>Ulimits</code> in tthe docker conainer create command and the <code>--ulimit</code> option to docker run. Valid naming values are displayed
5598
+ * in the <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_Ulimit.html">Ulimit</a> data type.</p>
5599
5599
  * <p>Amazon ECS tasks hosted on Fargate use the default
5600
5600
  * resource limit values set by the operating system with the exception of
5601
5601
  * the <code>nofile</code> resource limit parameter which Fargate
@@ -5613,7 +5613,7 @@ export interface ContainerDefinition {
5613
5613
  ulimits?: Ulimit[];
5614
5614
  /**
5615
5615
  * <p>The log configuration specification for the container.</p>
5616
- * <p>This parameter maps to <code>LogConfig</code> in the docker create-container command and the
5616
+ * <p>This parameter maps to <code>LogConfig</code> in the docker conainer create command and the
5617
5617
  * <code>--log-driver</code> option to docker
5618
5618
  * run. By default, containers use the same logging driver that the Docker
5619
5619
  * daemon uses. However the container can use a different logging driver than the Docker
@@ -5623,7 +5623,7 @@ export interface ContainerDefinition {
5623
5623
  * options). </p>
5624
5624
  * <note>
5625
5625
  * <p>Amazon ECS currently supports a subset of the logging drivers available to the Docker
5626
- * daemon (shown in the <a>LogConfiguration</a> data type). Additional log
5626
+ * daemon (shown in the <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LogConfiguration.html">LogConfiguration</a> data type). Additional log
5627
5627
  * drivers may be available in future releases of the Amazon ECS container agent.</p>
5628
5628
  * </note>
5629
5629
  * <p>This parameter requires version 1.18 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: <code>sudo docker version --format '\{\{.Server.APIVersion\}\}'</code>
@@ -5641,7 +5641,7 @@ export interface ContainerDefinition {
5641
5641
  logConfiguration?: LogConfiguration;
5642
5642
  /**
5643
5643
  * <p>The container health check command and associated configuration parameters for the
5644
- * container. This parameter maps to <code>HealthCheck</code> in the docker create-container command and the
5644
+ * container. This parameter maps to <code>HealthCheck</code> in the docker conainer create command and the
5645
5645
  * <code>HEALTHCHECK</code> parameter of docker
5646
5646
  * run.</p>
5647
5647
  * @public
@@ -5649,7 +5649,7 @@ export interface ContainerDefinition {
5649
5649
  healthCheck?: HealthCheck;
5650
5650
  /**
5651
5651
  * <p>A list of namespaced kernel parameters to set in the container. This parameter maps to
5652
- * <code>Sysctls</code> in tthe docker create-container command and the <code>--sysctl</code> option to docker run. For example, you can configure
5652
+ * <code>Sysctls</code> in tthe docker conainer create command and the <code>--sysctl</code> option to docker run. For example, you can configure
5653
5653
  * <code>net.ipv4.tcp_keepalive_time</code> setting to maintain longer lived
5654
5654
  * connections.</p>
5655
5655
  * @public
@@ -6015,7 +6015,7 @@ export interface DockerVolumeConfiguration {
6015
6015
  * by Docker because it is used for task placement. If the driver was installed using the
6016
6016
  * Docker plugin CLI, use <code>docker plugin ls</code> to retrieve the driver name from
6017
6017
  * your container instance. If the driver was installed using another method, use Docker
6018
- * plugin discovery to retrieve the driver name. This parameter maps to <code>Driver</code> in the docker create-container command and the
6018
+ * plugin discovery to retrieve the driver name. This parameter maps to <code>Driver</code> in the docker conainer create command and the
6019
6019
  * <code>xxdriver</code> option to docker
6020
6020
  * volume create.</p>
6021
6021
  * @public
@@ -6030,7 +6030,7 @@ export interface DockerVolumeConfiguration {
6030
6030
  driverOpts?: Record<string, string>;
6031
6031
  /**
6032
6032
  * <p>Custom metadata to add to your Docker volume. This parameter maps to
6033
- * <code>Labels</code> in the docker create-container command and the <code>xxlabel</code> option to docker
6033
+ * <code>Labels</code> in the docker conainer create command and the <code>xxlabel</code> option to docker
6034
6034
  * volume create.</p>
6035
6035
  * @public
6036
6036
  */
@@ -6379,7 +6379,7 @@ export interface TaskDefinition {
6379
6379
  * <p>The container instance attributes required by your task. When an Amazon EC2 instance is
6380
6380
  * registered to your cluster, the Amazon ECS container agent assigns some standard attributes
6381
6381
  * to the instance. You can apply custom attributes. These are specified as key-value pairs
6382
- * using the Amazon ECS console or the <a>PutAttributes</a> API. These attributes are
6382
+ * using the Amazon ECS console or the <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutAttributes.html">PutAttributes</a> API. These attributes are
6383
6383
  * used when determining task placement for tasks hosted on Amazon EC2 instances. For more
6384
6384
  * information, 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>
6385
6385
  * <note>
@@ -6650,7 +6650,7 @@ export interface DeleteTaskSetResponse {
6650
6650
  taskSet?: TaskSet;
6651
6651
  }
6652
6652
  /**
6653
- * <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
6653
+ * <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
6654
6654
  * Region.</p>
6655
6655
  * @public
6656
6656
  */
@@ -6941,7 +6941,7 @@ export interface ContainerInstance {
6941
6941
  agentUpdateStatus?: AgentUpdateStatus;
6942
6942
  /**
6943
6943
  * <p>The attributes set for the container instance, either by the Amazon ECS container agent at
6944
- * instance registration or manually with the <a>PutAttributes</a>
6944
+ * instance registration or manually with the <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutAttributes.html">PutAttributes</a>
6945
6945
  * operation.</p>
6946
6946
  * @public
6947
6947
  */
@@ -7454,7 +7454,7 @@ export interface ManagedAgent {
7454
7454
  * <p>Details on the network bindings between a container and its host container instance.
7455
7455
  * After a task reaches the <code>RUNNING</code> status, manual and automatic host and
7456
7456
  * container port assignments are visible in the <code>networkBindings</code> section of
7457
- * <a>DescribeTasks</a> API responses.</p>
7457
+ * <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeTasks.html">DescribeTasks</a> API responses.</p>
7458
7458
  * @public
7459
7459
  */
7460
7460
  export interface NetworkBinding {
@@ -8427,8 +8427,8 @@ export interface GetTaskProtectionRequest {
8427
8427
  }
8428
8428
  /**
8429
8429
  * <p>An object representing the protection status details for a task. You can set the
8430
- * protection status with the <a>UpdateTaskProtection</a> API and get the status
8431
- * of tasks with the <a>GetTaskProtection</a> API.</p>
8430
+ * protection status with the <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_UpdateTaskProtection.html">UpdateTaskProtection</a> API and get the status
8431
+ * of tasks with the <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_GetTaskProtection.html">GetTaskProtection</a> API.</p>
8432
8432
  * @public
8433
8433
  */
8434
8434
  export interface ProtectedTask {
@@ -8751,7 +8751,7 @@ export interface ListContainerInstancesRequest {
8751
8751
  /**
8752
8752
  * <p>Filters the container instances by status. For example, if you specify the
8753
8753
  * <code>DRAINING</code> status, the results include only container instances that have
8754
- * been set to <code>DRAINING</code> using <a>UpdateContainerInstancesState</a>.
8754
+ * been set to <code>DRAINING</code> using <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_UpdateContainerInstancesState.html">UpdateContainerInstancesState</a>.
8755
8755
  * If you don't specify this parameter, the default is to include container instances set
8756
8756
  * to all states other than <code>INACTIVE</code>.</p>
8757
8757
  * @public
@@ -9511,8 +9511,8 @@ export interface PutAccountSettingDefaultResponse {
9511
9511
  }
9512
9512
  /**
9513
9513
  * <p>You can apply up to 10 custom attributes for each resource. You can view the
9514
- * attributes of a resource with <a>ListAttributes</a>. You can remove existing
9515
- * attributes on a resource with <a>DeleteAttributes</a>.</p>
9514
+ * attributes of a resource with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListAttributes.html">ListAttributes</a>. You can remove existing
9515
+ * attributes on a resource with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DeleteAttributes.html">DeleteAttributes</a>.</p>
9516
9516
  * @public
9517
9517
  */
9518
9518
  export declare class AttributeLimitExceededException extends __BaseException {
@@ -9563,7 +9563,7 @@ export interface PutClusterCapacityProvidersRequest {
9563
9563
  /**
9564
9564
  * <p>The name of one or more capacity providers to associate with the cluster.</p>
9565
9565
  * <p>If specifying a capacity provider that uses an Auto Scaling group, the capacity
9566
- * provider must already be created. New capacity providers can be created with the <a>CreateCapacityProvider</a> API operation.</p>
9566
+ * provider must already be created. New capacity providers can be created with the <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateCapacityProvider.html">CreateCapacityProvider</a> API operation.</p>
9567
9567
  * <p>To use a Fargate capacity provider, specify either the <code>FARGATE</code> or
9568
9568
  * <code>FARGATE_SPOT</code> capacity providers. The Fargate capacity providers are
9569
9569
  * available to all accounts and only need to be associated with a cluster to be
@@ -9579,11 +9579,11 @@ export interface PutClusterCapacityProvidersRequest {
9579
9579
  * <p>A capacity provider strategy consists of one or more capacity providers along with the
9580
9580
  * <code>base</code> and <code>weight</code> to assign to them. A capacity provider
9581
9581
  * must be associated with the cluster to be used in a capacity provider strategy. The
9582
- * <a>PutClusterCapacityProviders</a> API is used to associate a capacity
9582
+ * <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutClusterCapacityProviders.html">PutClusterCapacityProviders</a> API is used to associate a capacity
9583
9583
  * provider with a cluster. Only capacity providers with an <code>ACTIVE</code> or
9584
9584
  * <code>UPDATING</code> status can be used.</p>
9585
9585
  * <p>If specifying a capacity provider that uses an Auto Scaling group, the capacity
9586
- * provider must already be created. New capacity providers can be created with the <a>CreateCapacityProvider</a> API operation.</p>
9586
+ * provider must already be created. New capacity providers can be created with the <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateCapacityProvider.html">CreateCapacityProvider</a> API operation.</p>
9587
9587
  * <p>To use a Fargate capacity provider, specify either the <code>FARGATE</code> or
9588
9588
  * <code>FARGATE_SPOT</code> capacity providers. The Fargate capacity providers are
9589
9589
  * available to all accounts and only need to be associated with a cluster to be
@@ -10450,7 +10450,7 @@ export interface RunTaskRequest {
10450
10450
  /**
10451
10451
  * <p>Specifies whether to propagate the tags from the task definition to the task. If no
10452
10452
  * value is specified, the tags aren't propagated. Tags can only be propagated to the task
10453
- * during task creation. To add tags to a task after task creation, use the <a>TagResource</a> API action.</p>
10453
+ * during task creation. To add tags to a task after task creation, use the<a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_TagResource.html">TagResource</a> API action.</p>
10454
10454
  * <note>
10455
10455
  * <p>An error will be received if you specify the <code>SERVICE</code> option when
10456
10456
  * running a task.</p>
@@ -10729,7 +10729,7 @@ export interface StopTaskRequest {
10729
10729
  /**
10730
10730
  * <p>An optional message specified when a task is stopped. For example, if you're using a
10731
10731
  * custom scheduler, you can use this parameter to specify the reason for stopping the task
10732
- * here, and the message appears in subsequent <a>DescribeTasks</a> API
10732
+ * here, and the message appears in subsequent <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeTasks.html">DescribeTasks</a>> API
10733
10733
  * operations on this task.</p>
10734
10734
  * @public
10735
10735
  */
@@ -11167,8 +11167,8 @@ export interface UpdateClusterSettingsRequest {
11167
11167
  /**
11168
11168
  * <p>The setting to use by default for a cluster. This parameter is used to turn on CloudWatch
11169
11169
  * Container Insights for a cluster. If this value is specified, it overrides the
11170
- * <code>containerInsights</code> value set with <a>PutAccountSetting</a> or
11171
- * <a>PutAccountSettingDefault</a>.</p>
11170
+ * <code>containerInsights</code> value set with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutAccountSetting.html">PutAccountSetting</a> or
11171
+ * <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutAccountSettingDefault.html">PutAccountSettingDefault</a>.</p>
11172
11172
  * <important>
11173
11173
  * <p>Currently, if you delete an existing cluster that does not have Container Insights
11174
11174
  * turned on, and then create a new cluster with the same name with Container Insights
@@ -11327,16 +11327,16 @@ export interface UpdateServiceRequest {
11327
11327
  * <p>A capacity provider strategy consists of one or more capacity providers along with the
11328
11328
  * <code>base</code> and <code>weight</code> to assign to them. A capacity provider
11329
11329
  * must be associated with the cluster to be used in a capacity provider strategy. The
11330
- * <a>PutClusterCapacityProviders</a> API is used to associate a capacity
11330
+ * <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutClusterCapacityProviders.html">PutClusterCapacityProviders</a> API is used to associate a capacity
11331
11331
  * provider with a cluster. Only capacity providers with an <code>ACTIVE</code> or
11332
11332
  * <code>UPDATING</code> status can be used.</p>
11333
11333
  * <p>If specifying a capacity provider that uses an Auto Scaling group, the capacity
11334
- * provider must already be created. New capacity providers can be created with the <a>CreateCapacityProvider</a> API operation.</p>
11334
+ * provider must already be created. New capacity providers can be created with the <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateClusterCapacityProvider.html">CreateClusterCapacityProvider</a> API operation.</p>
11335
11335
  * <p>To use a Fargate capacity provider, specify either the <code>FARGATE</code> or
11336
11336
  * <code>FARGATE_SPOT</code> capacity providers. The Fargate capacity providers are
11337
11337
  * available to all accounts and only need to be associated with a cluster to be
11338
11338
  * used.</p>
11339
- * <p>The <a>PutClusterCapacityProviders</a> API operation is used to update the
11339
+ * <p>The <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutClusterCapacityProviders.html">PutClusterCapacityProviders</a>API operation is used to update the
11340
11340
  * list of available capacity providers for a cluster after the cluster is created.</p>
11341
11341
  * <p></p>
11342
11342
  * @public