@aws-sdk/client-ecs 3.428.0 → 3.430.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.
@@ -69,7 +69,7 @@ export interface ManagedScaling {
69
69
  * @public
70
70
  * <p>Determines whether to use managed scaling for the capacity provider.</p>
71
71
  */
72
- status?: ManagedScalingStatus | string;
72
+ status?: ManagedScalingStatus;
73
73
  /**
74
74
  * @public
75
75
  * <p>The target capacity utilization as a percentage for the capacity provider. The
@@ -152,7 +152,7 @@ export interface AutoScalingGroupProvider {
152
152
  * <p>When managed termination protection is off, your Amazon EC2 instances aren't protected from
153
153
  * termination when the Auto Scaling group scales in.</p>
154
154
  */
155
- managedTerminationProtection?: ManagedTerminationProtection | string;
155
+ managedTerminationProtection?: ManagedTerminationProtection;
156
156
  }
157
157
  /**
158
158
  * @public
@@ -309,7 +309,7 @@ export interface CapacityProvider {
309
309
  * <code>ACTIVE</code> state can be used in a cluster. When a capacity provider is
310
310
  * successfully deleted, it has an <code>INACTIVE</code> status.</p>
311
311
  */
312
- status?: CapacityProviderStatus | string;
312
+ status?: CapacityProviderStatus;
313
313
  /**
314
314
  * @public
315
315
  * <p>The Auto Scaling group settings for the capacity provider.</p>
@@ -336,7 +336,7 @@ export interface CapacityProvider {
336
336
  * </dd>
337
337
  * </dl>
338
338
  */
339
- updateStatus?: CapacityProviderUpdateStatus | string;
339
+ updateStatus?: CapacityProviderUpdateStatus;
340
340
  /**
341
341
  * @public
342
342
  * <p>The update status reason. This provides further details about the update status for
@@ -532,7 +532,7 @@ export interface ExecuteCommandConfiguration {
532
532
  * </li>
533
533
  * </ul>
534
534
  */
535
- logging?: ExecuteCommandLogging | string;
535
+ logging?: ExecuteCommandLogging;
536
536
  /**
537
537
  * @public
538
538
  * <p>The log configuration for the results of the execute command actions. The logs can be
@@ -637,7 +637,7 @@ export interface ClusterServiceConnectDefaultsRequest {
637
637
  * Cloud Map namespace with the "API calls" method of instance discovery only. This instance
638
638
  * discovery method is the "HTTP" namespace type in the Command Line Interface. Other types of instance
639
639
  * discovery aren't used by Service Connect.</p>
640
- * <p>If you update the service with an empty string <code>""</code> for the namespace name,
640
+ * <p>If you update the cluster with an empty string <code>""</code> for the namespace name,
641
641
  * the cluster configuration for Service Connect is removed. Note that the namespace will
642
642
  * remain in Cloud Map and must be deleted separately.</p>
643
643
  * <p>For more information about Cloud Map, see <a href="https://docs.aws.amazon.com/cloud-map/latest/dg/working-with-services.html">Working
@@ -666,7 +666,7 @@ export interface ClusterSetting {
666
666
  * @public
667
667
  * <p>The name of the cluster setting. The value is <code>containerInsights</code> .</p>
668
668
  */
669
- name?: ClusterSettingName | string;
669
+ name?: ClusterSettingName;
670
670
  /**
671
671
  * @public
672
672
  * <p>The value to set for the cluster setting. The supported values are <code>enabled</code> and
@@ -1322,7 +1322,7 @@ export interface DeploymentController {
1322
1322
  * </dd>
1323
1323
  * </dl>
1324
1324
  */
1325
- type: DeploymentControllerType | string | undefined;
1325
+ type: DeploymentControllerType | undefined;
1326
1326
  }
1327
1327
  /**
1328
1328
  * @public
@@ -1436,7 +1436,7 @@ export interface AwsVpcConfiguration {
1436
1436
  * <p>Whether the task's elastic network interface receives a public IP address. The default
1437
1437
  * value is <code>DISABLED</code>.</p>
1438
1438
  */
1439
- assignPublicIp?: AssignPublicIp | string;
1439
+ assignPublicIp?: AssignPublicIp;
1440
1440
  }
1441
1441
  /**
1442
1442
  * @public
@@ -1482,7 +1482,7 @@ export interface PlacementConstraint {
1482
1482
  * <code>memberOf</code> to restrict the selection to a group of valid
1483
1483
  * candidates.</p>
1484
1484
  */
1485
- type?: PlacementConstraintType | string;
1485
+ type?: PlacementConstraintType;
1486
1486
  /**
1487
1487
  * @public
1488
1488
  * <p>A cluster query language expression to apply to the constraint. The expression can
@@ -1520,7 +1520,7 @@ export interface PlacementStrategy {
1520
1520
  * parameter. For example, if you binpack on memory, a task is placed on the instance with
1521
1521
  * the least amount of remaining memory but still enough to run the task.</p>
1522
1522
  */
1523
- type?: PlacementStrategyType | string;
1523
+ type?: PlacementStrategyType;
1524
1524
  /**
1525
1525
  * @public
1526
1526
  * <p>The field to apply the placement strategy against. For the <code>spread</code>
@@ -1685,7 +1685,7 @@ export interface LogConfiguration {
1685
1685
  * don't currently provide support for running modified copies of this software.</p>
1686
1686
  * </note>
1687
1687
  */
1688
- logDriver: LogDriver | string | undefined;
1688
+ logDriver: LogDriver | undefined;
1689
1689
  /**
1690
1690
  * @public
1691
1691
  * <p>The configuration options to send to the log driver. This parameter requires version 1.19 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>
@@ -2028,7 +2028,7 @@ export interface CreateServiceRequest {
2028
2028
  * <code>launchType</code> is specified, the <code>capacityProviderStrategy</code>
2029
2029
  * parameter must be omitted.</p>
2030
2030
  */
2031
- launchType?: LaunchType | string;
2031
+ launchType?: LaunchType;
2032
2032
  /**
2033
2033
  * @public
2034
2034
  * <p>The capacity provider strategy to use for the service.</p>
@@ -2149,7 +2149,7 @@ export interface CreateServiceRequest {
2149
2149
  * </li>
2150
2150
  * </ul>
2151
2151
  */
2152
- schedulingStrategy?: SchedulingStrategy | string;
2152
+ schedulingStrategy?: SchedulingStrategy;
2153
2153
  /**
2154
2154
  * @public
2155
2155
  * <p>The deployment controller to use for the service. If no deployment controller is
@@ -2210,7 +2210,7 @@ export interface CreateServiceRequest {
2210
2210
  * 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>
2211
2211
  * <p>The default is <code>NONE</code>.</p>
2212
2212
  */
2213
- propagateTags?: PropagateTags | string;
2213
+ propagateTags?: PropagateTags;
2214
2214
  /**
2215
2215
  * @public
2216
2216
  * <p>Determines whether the execute command functionality is turned on for the service. If
@@ -2359,7 +2359,7 @@ export interface Deployment {
2359
2359
  * <p>The launch type the tasks in the service are using. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html">Amazon ECS
2360
2360
  * Launch Types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
2361
2361
  */
2362
- launchType?: LaunchType | string;
2362
+ launchType?: LaunchType;
2363
2363
  /**
2364
2364
  * @public
2365
2365
  * <p>The platform version that your tasks in the service run on. A platform version is only
@@ -2396,7 +2396,7 @@ export interface Deployment {
2396
2396
  * <code>FAILED</code> state. A deployment in <code>FAILED</code> state doesn't launch
2397
2397
  * any new tasks. For more information, see <a>DeploymentCircuitBreaker</a>.</p>
2398
2398
  */
2399
- rolloutState?: DeploymentRolloutState | string;
2399
+ rolloutState?: DeploymentRolloutState;
2400
2400
  /**
2401
2401
  * @public
2402
2402
  * <p>A description of the rollout state of a deployment.</p>
@@ -2472,7 +2472,7 @@ export interface Scale {
2472
2472
  * @public
2473
2473
  * <p>The unit of measure for the scale value.</p>
2474
2474
  */
2475
- unit?: ScaleUnit | string;
2475
+ unit?: ScaleUnit;
2476
2476
  }
2477
2477
  /**
2478
2478
  * @public
@@ -2595,7 +2595,7 @@ export interface TaskSet {
2595
2595
  * <p>The launch type the tasks in the task set are using. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html">Amazon ECS
2596
2596
  * launch types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
2597
2597
  */
2598
- launchType?: LaunchType | string;
2598
+ launchType?: LaunchType;
2599
2599
  /**
2600
2600
  * @public
2601
2601
  * <p>The capacity provider strategy that are associated with the task set.</p>
@@ -2662,7 +2662,7 @@ export interface TaskSet {
2662
2662
  * <p>If any of those conditions aren't met, the stability status returns
2663
2663
  * <code>STABILIZING</code>.</p>
2664
2664
  */
2665
- stabilityStatus?: StabilityStatus | string;
2665
+ stabilityStatus?: StabilityStatus;
2666
2666
  /**
2667
2667
  * @public
2668
2668
  * <p>The Unix timestamp for the time when the task set stability status was
@@ -2771,7 +2771,7 @@ export interface Service {
2771
2771
  * <p>The launch type the service is using. When using the DescribeServices API, this field
2772
2772
  * is omitted if the service was created using a capacity provider strategy.</p>
2773
2773
  */
2774
- launchType?: LaunchType | string;
2774
+ launchType?: LaunchType;
2775
2775
  /**
2776
2776
  * @public
2777
2777
  * <p>The capacity provider strategy the service uses. When using the DescribeServices API,
@@ -2886,7 +2886,7 @@ export interface Service {
2886
2886
  * </li>
2887
2887
  * </ul>
2888
2888
  */
2889
- schedulingStrategy?: SchedulingStrategy | string;
2889
+ schedulingStrategy?: SchedulingStrategy;
2890
2890
  /**
2891
2891
  * @public
2892
2892
  * <p>The deployment controller type the service is using. </p>
@@ -2947,7 +2947,7 @@ export interface Service {
2947
2947
  * <p>Determines whether to propagate the tags from the task definition or the service to
2948
2948
  * the task. If no value is specified, the tags aren't propagated.</p>
2949
2949
  */
2950
- propagateTags?: PropagateTags | string;
2950
+ propagateTags?: PropagateTags;
2951
2951
  /**
2952
2952
  * @public
2953
2953
  * <p>Determines whether the execute command functionality is turned on for the service. If
@@ -3067,7 +3067,7 @@ export interface CreateTaskSetRequest {
3067
3067
  * <p>If a <code>launchType</code> is specified, the <code>capacityProviderStrategy</code>
3068
3068
  * parameter must be omitted.</p>
3069
3069
  */
3070
- launchType?: LaunchType | string;
3070
+ launchType?: LaunchType;
3071
3071
  /**
3072
3072
  * @public
3073
3073
  * <p>The capacity provider strategy to use for the task set.</p>
@@ -3220,7 +3220,7 @@ export interface DeleteAccountSettingRequest {
3220
3220
  * <code>awsvpcTrunking</code> is specified, the ENI limit for your Amazon ECS container
3221
3221
  * instances is affected.</p>
3222
3222
  */
3223
- name: SettingName | string | undefined;
3223
+ name: SettingName | undefined;
3224
3224
  /**
3225
3225
  * @public
3226
3226
  * <p>The Amazon Resource Name (ARN) of the principal. It can be an user, role, or
@@ -3239,7 +3239,7 @@ export interface Setting {
3239
3239
  * @public
3240
3240
  * <p>The Amazon ECS resource name.</p>
3241
3241
  */
3242
- name?: SettingName | string;
3242
+ name?: SettingName;
3243
3243
  /**
3244
3244
  * @public
3245
3245
  * <p>Determines whether the account setting is on or off for the specified resource.</p>
@@ -3300,7 +3300,7 @@ export interface Attribute {
3300
3300
  * <p>The type of the target to attach the attribute with. This parameter is required if you
3301
3301
  * use the short form ID for a resource instead of the full ARN.</p>
3302
3302
  */
3303
- targetType?: TargetType | string;
3303
+ targetType?: TargetType;
3304
3304
  /**
3305
3305
  * @public
3306
3306
  * <p>The ID of the target. You can specify the short form ID for a resource or the full
@@ -3594,7 +3594,7 @@ export interface ContainerDependency {
3594
3594
  * </li>
3595
3595
  * </ul>
3596
3596
  */
3597
- condition: ContainerCondition | string | undefined;
3597
+ condition: ContainerCondition | undefined;
3598
3598
  }
3599
3599
  /**
3600
3600
  * @public
@@ -3609,13 +3609,11 @@ export declare const EnvironmentFileType: {
3609
3609
  export type EnvironmentFileType = (typeof EnvironmentFileType)[keyof typeof EnvironmentFileType];
3610
3610
  /**
3611
3611
  * @public
3612
- * <p>A list of files containing the environment variables to pass to a container. You can
3613
- * specify up to ten environment files. The file must have a <code>.env</code> file
3614
- * extension. Each line in an environment file should contain an environment variable in
3612
+ * <p>A list of files containing the environment variables to pass to a container. You can specify
3613
+ * up to ten environment files. The file must have a <code>.env</code> file extension. Each
3614
+ * line in an environment file should contain an environment variable in
3615
3615
  * <code>VARIABLE=VALUE</code> format. Lines beginning with <code>#</code> are treated
3616
- * as comments and are ignored. For more information about the environment variable file
3617
- * syntax, see <a href="https://docs.docker.com/compose/env-file/">Declare default
3618
- * environment variables in file</a>.</p>
3616
+ * as comments and are ignored.</p>
3619
3617
  * <p>If there are environment variables specified using the <code>environment</code>
3620
3618
  * parameter in a container definition, they take precedence over the variables contained
3621
3619
  * within an environment file. If multiple environment files are specified that contain the
@@ -3631,6 +3629,18 @@ export type EnvironmentFileType = (typeof EnvironmentFileType)[keyof typeof Envi
3631
3629
  * <p>Windows platform version <code>1.0.0</code> or later.</p>
3632
3630
  * </li>
3633
3631
  * </ul>
3632
+ * <p>Consider the following when using the Fargate launch type:</p>
3633
+ * <ul>
3634
+ * <li>
3635
+ * <p>The file is handled like a native Docker env-file.</p>
3636
+ * </li>
3637
+ * <li>
3638
+ * <p>There is no support for shell escape handling.</p>
3639
+ * </li>
3640
+ * <li>
3641
+ * <p>The container entry point interperts the <code>VARIABLE</code> values.</p>
3642
+ * </li>
3643
+ * </ul>
3634
3644
  */
3635
3645
  export interface EnvironmentFile {
3636
3646
  /**
@@ -3643,7 +3653,7 @@ export interface EnvironmentFile {
3643
3653
  * @public
3644
3654
  * <p>The file type to use. The only supported value is <code>s3</code>.</p>
3645
3655
  */
3646
- type: EnvironmentFileType | string | undefined;
3656
+ type: EnvironmentFileType | undefined;
3647
3657
  }
3648
3658
  /**
3649
3659
  * @public
@@ -3686,7 +3696,7 @@ export interface FirelensConfiguration {
3686
3696
  * <p>The log router to use. The valid values are <code>fluentd</code> or
3687
3697
  * <code>fluentbit</code>.</p>
3688
3698
  */
3689
- type: FirelensConfigurationType | string | undefined;
3699
+ type: FirelensConfigurationType | undefined;
3690
3700
  /**
3691
3701
  * @public
3692
3702
  * <p>The options to use when configuring the log router. This field is optional and can be
@@ -3719,8 +3729,8 @@ export interface FirelensConfiguration {
3719
3729
  * </note>
3720
3730
  * <p>You can view the health status of both individual containers and a task with the
3721
3731
  * DescribeTasks API operation or when viewing the task details in the console.</p>
3722
- * <p>The health check is designed to make sure that your containers survive
3723
- * agent restarts, upgrades, or temporary unavailability.</p>
3732
+ * <p>The health check is designed to make sure that your containers survive agent restarts,
3733
+ * upgrades, or temporary unavailability.</p>
3724
3734
  * <p>The following describes the possible <code>healthStatus</code> values for a
3725
3735
  * container:</p>
3726
3736
  * <ul>
@@ -3735,30 +3745,78 @@ export interface FirelensConfiguration {
3735
3745
  * </li>
3736
3746
  * <li>
3737
3747
  * <p>
3738
- * <code>UNKNOWN</code>-The container health check is being evaluated or
3739
- * there's no container health check defined.</p>
3748
+ * <code>UNKNOWN</code>-The container health check is being evaluated,
3749
+ * there's no container health check defined, or Amazon ECS doesn't have the health
3750
+ * status of the container.</p>
3740
3751
  * </li>
3741
3752
  * </ul>
3742
- * <p>The following describes the possible <code>healthStatus</code> values for a task. The
3743
- * container health check status of
3744
- * non-essential containers don't have an effect on the health status of a task.</p>
3753
+ * <p>The following describes the possible <code>healthStatus</code> values based on the
3754
+ * container health checker status of essential containers in the task with the following
3755
+ * priority order (high to low):</p>
3745
3756
  * <ul>
3746
3757
  * <li>
3747
3758
  * <p>
3748
- * <code>HEALTHY</code>-All essential containers within the task have
3749
- * passed their health checks.</p>
3759
+ * <code>UNHEALTHY</code>-One or more essential containers have failed
3760
+ * their health check.</p>
3750
3761
  * </li>
3751
3762
  * <li>
3752
3763
  * <p>
3753
- * <code>UNHEALTHY</code>-One or more essential containers have failed
3754
- * their health check.</p>
3764
+ * <code>UNKNOWN</code>-Any essential container running within the task is
3765
+ * in an <code>UNKNOWN</code> state and no other essential containers have an
3766
+ * <code>UNHEALTHY</code> state.</p>
3755
3767
  * </li>
3756
3768
  * <li>
3757
3769
  * <p>
3758
- * <code>UNKNOWN</code>-The essential containers within the task are still
3759
- * having their health checks evaluated, there are only nonessential containers
3760
- * with health checks defined, or there are no container health checks
3761
- * defined.</p>
3770
+ * <code>HEALTHY</code>-All essential containers within the task have
3771
+ * passed their health checks.</p>
3772
+ * </li>
3773
+ * </ul>
3774
+ * <p>Consider the following task health example with 2 containers.</p>
3775
+ * <ul>
3776
+ * <li>
3777
+ * <p>If Container1 is <code>UNHEALTHY</code> and Container2 is
3778
+ * <code>UNKNOWN</code>, the task health is <code>UNHEALTHY</code>.</p>
3779
+ * </li>
3780
+ * <li>
3781
+ * <p>If Container1 is <code>UNHEALTHY</code> and Container2 is
3782
+ * <code>HEALTHY</code>, the task health is <code>UNHEALTHY</code>.</p>
3783
+ * </li>
3784
+ * <li>
3785
+ * <p>If Container1 is <code>HEALTHY</code> and Container2 is <code>UNKNOWN</code>,
3786
+ * the task health is <code>UNKNOWN</code>.</p>
3787
+ * </li>
3788
+ * <li>
3789
+ * <p>If Container1 is <code>HEALTHY</code> and Container2 is <code>HEALTHY</code>,
3790
+ * the task health is <code>HEALTHY</code>.</p>
3791
+ * </li>
3792
+ * </ul>
3793
+ * <p>Consider the following task health example with 3 containers.</p>
3794
+ * <ul>
3795
+ * <li>
3796
+ * <p>If Container1 is <code>UNHEALTHY</code> and Container2 is <code>UNKNOWN</code>, and Container3
3797
+ * is <code>UNKNOWN</code>, the task health is <code>UNHEALTHY</code>.</p>
3798
+ * </li>
3799
+ * <li>
3800
+ * <p>If Container1 is <code>UNHEALTHY</code> and Container2 is <code>UNKNOWN</code>, and Container3
3801
+ * is <code>HEALTHY</code>, the task health is <code>UNHEALTHY</code>.</p>
3802
+ * </li>
3803
+ * <li>
3804
+ * <p>If Container1 is <code>UNHEALTHY</code> and Container2 is <code>HEALTHY</code>, and Container3
3805
+ * is <code>HEALTHY</code>, the task health is <code>UNHEALTHY</code>.</p>
3806
+ * </li>
3807
+ * <li>
3808
+ * <p>If Container1 is <code>HEALTHY</code> and Container2 is <code>UNKNOWN</code>, and Container3
3809
+ * is <code>HEALTHY</code>, the task health is <code>UNKNOWN</code>.</p>
3810
+ * </li>
3811
+ * <li>
3812
+ * <p>If Container1 is <code>HEALTHY</code> and Container2 is <code>UNKNOWN</code>,
3813
+ * and Container3 is <code>UNKNOWN</code>, the task health is
3814
+ * <code>UNKNOWN</code>.</p>
3815
+ * </li>
3816
+ * <li>
3817
+ * <p>If Container1 is <code>HEALTHY</code> and Container2 is <code>HEALTHY</code>,
3818
+ * and Container3 is <code>HEALTHY</code>, the task health is
3819
+ * <code>HEALTHY</code>.</p>
3762
3820
  * </li>
3763
3821
  * </ul>
3764
3822
  * <p>If a task is run manually, and not as part of a service, the task will continue its
@@ -3768,12 +3826,13 @@ export interface FirelensConfiguration {
3768
3826
  * <p>The following are notes about container health check support:</p>
3769
3827
  * <ul>
3770
3828
  * <li>
3771
- * <p>When the Amazon ECS agent cannot connect to the Amazon ECS service, the
3772
- * service reports the container as <code>UNHEALTHY</code>. </p>
3829
+ * <p>When the Amazon ECS agent cannot connect to the Amazon ECS service, the service reports
3830
+ * the container as <code>UNHEALTHY</code>. </p>
3773
3831
  * </li>
3774
3832
  * <li>
3775
- * <p>The health check statuses are the "last heard from" response from the Amazon ECS agent. There
3776
- * are no assumptions made about the status of the container health checks.</p>
3833
+ * <p>The health check statuses are the "last heard from" response from the Amazon ECS
3834
+ * agent. There are no assumptions made about the status of the container health
3835
+ * checks.</p>
3777
3836
  * </li>
3778
3837
  * <li>
3779
3838
  * <p>Container health checks require version 1.17.0 or greater of the Amazon ECS
@@ -3929,7 +3988,7 @@ export interface Device {
3929
3988
  * container has permissions for <code>read</code>, <code>write</code>, and
3930
3989
  * <code>mknod</code> for the device.</p>
3931
3990
  */
3932
- permissions?: (DeviceCgroupPermission | string)[];
3991
+ permissions?: DeviceCgroupPermission[];
3933
3992
  }
3934
3993
  /**
3935
3994
  * @public
@@ -4186,7 +4245,7 @@ export interface PortMapping {
4186
4245
  * <p>The protocol used for the port mapping. Valid values are <code>tcp</code> and
4187
4246
  * <code>udp</code>. The default is <code>tcp</code>.</p>
4188
4247
  */
4189
- protocol?: TransportProtocol | string;
4248
+ protocol?: TransportProtocol;
4190
4249
  /**
4191
4250
  * @public
4192
4251
  * <p>The name that's used for the port mapping. This parameter only applies to
@@ -4213,7 +4272,7 @@ export interface PortMapping {
4213
4272
  * Only the tasks that Amazon ECS services create are supported with Service Connect.
4214
4273
  * For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-connect.html">Service Connect</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
4215
4274
  */
4216
- appProtocol?: ApplicationProtocol | string;
4275
+ appProtocol?: ApplicationProtocol;
4217
4276
  /**
4218
4277
  * @public
4219
4278
  * <p>The port number range on the container that's bound to the dynamically mapped host port
@@ -4243,8 +4302,8 @@ export interface PortMapping {
4243
4302
  * <ul>
4244
4303
  * <li>
4245
4304
  * <p>For containers in a task with the <code>awsvpc</code> network mode,
4246
- * the <code>hostPort</code> is set to the same value as the
4247
- * <code>containerPort</code>. This is a static mapping
4305
+ * the <code>hostPortRange</code> is set to the same value as the
4306
+ * <code>containerPortRange</code>. This is a static mapping
4248
4307
  * strategy.</p>
4249
4308
  * </li>
4250
4309
  * <li>
@@ -4334,7 +4393,7 @@ export interface ResourceRequirement {
4334
4393
  * <p>The type of resource to assign to a container. The supported values are
4335
4394
  * <code>GPU</code> or <code>InferenceAccelerator</code>.</p>
4336
4395
  */
4337
- type: ResourceType | string | undefined;
4396
+ type: ResourceType | undefined;
4338
4397
  }
4339
4398
  /**
4340
4399
  * @public
@@ -4427,7 +4486,7 @@ export interface Ulimit {
4427
4486
  * @public
4428
4487
  * <p>The <code>type</code> of the <code>ulimit</code>.</p>
4429
4488
  */
4430
- name: UlimitName | string | undefined;
4489
+ name: UlimitName | undefined;
4431
4490
  /**
4432
4491
  * @public
4433
4492
  * <p>The soft limit for the <code>ulimit</code> type.</p>
@@ -5307,7 +5366,7 @@ export interface TaskDefinitionPlacementConstraint {
5307
5366
  * <p>The type of constraint. The <code>MemberOf</code> constraint restricts selection to be
5308
5367
  * from a group of valid candidates.</p>
5309
5368
  */
5310
- type?: TaskDefinitionPlacementConstraintType | string;
5369
+ type?: TaskDefinitionPlacementConstraintType;
5311
5370
  /**
5312
5371
  * @public
5313
5372
  * <p>A cluster query language expression to apply to the constraint. For more information,
@@ -5342,7 +5401,7 @@ export interface ProxyConfiguration {
5342
5401
  * @public
5343
5402
  * <p>The proxy type. The only supported value is <code>APPMESH</code>.</p>
5344
5403
  */
5345
- type?: ProxyConfigurationType | string;
5404
+ type?: ProxyConfigurationType;
5346
5405
  /**
5347
5406
  * @public
5348
5407
  * <p>The name of the container that will serve as the App Mesh proxy.</p>
@@ -5442,12 +5501,12 @@ export interface RuntimePlatform {
5442
5501
  * <code>ARM64</code>. This option is available for tasks that run on Linux Amazon EC2
5443
5502
  * instance or Linux containers on Fargate.</p>
5444
5503
  */
5445
- cpuArchitecture?: CPUArchitecture | string;
5504
+ cpuArchitecture?: CPUArchitecture;
5446
5505
  /**
5447
5506
  * @public
5448
5507
  * <p>The operating system.</p>
5449
5508
  */
5450
- operatingSystemFamily?: OSFamily | string;
5509
+ operatingSystemFamily?: OSFamily;
5451
5510
  }
5452
5511
  /**
5453
5512
  * @public
@@ -5489,7 +5548,7 @@ export interface DockerVolumeConfiguration {
5489
5548
  * destroyed when the task stops. Docker volumes that are scoped as <code>shared</code>
5490
5549
  * persist after the task stops.</p>
5491
5550
  */
5492
- scope?: Scope | string;
5551
+ scope?: Scope;
5493
5552
  /**
5494
5553
  * @public
5495
5554
  * <p>If this value is <code>true</code>, the Docker volume is created if it doesn't already
@@ -5564,7 +5623,7 @@ export interface EFSAuthorizationConfig {
5564
5623
  * of <code>DISABLED</code> is used. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/efs-volumes.html#efs-volume-accesspoints">Using
5565
5624
  * Amazon EFS access points</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
5566
5625
  */
5567
- iam?: EFSAuthorizationConfigIAM | string;
5626
+ iam?: EFSAuthorizationConfigIAM;
5568
5627
  }
5569
5628
  /**
5570
5629
  * @public
@@ -5610,7 +5669,7 @@ export interface EFSVolumeConfiguration {
5610
5669
  * For more information, see <a href="https://docs.aws.amazon.com/efs/latest/ug/encryption-in-transit.html">Encrypting data in transit</a> in
5611
5670
  * the <i>Amazon Elastic File System User Guide</i>.</p>
5612
5671
  */
5613
- transitEncryption?: EFSTransitEncryption | string;
5672
+ transitEncryption?: EFSTransitEncryption;
5614
5673
  /**
5615
5674
  * @public
5616
5675
  * <p>The port to use when sending encrypted data between the Amazon ECS host and the Amazon EFS
@@ -5831,7 +5890,7 @@ export interface TaskDefinition {
5831
5890
  * <p>For more information, see <a href="https://docs.docker.com/engine/reference/run/#network-settings">Network
5832
5891
  * settings</a> in the <i>Docker run reference</i>.</p>
5833
5892
  */
5834
- networkMode?: NetworkMode | string;
5893
+ networkMode?: NetworkMode;
5835
5894
  /**
5836
5895
  * @public
5837
5896
  * <p>The revision of the task in a particular family. The revision is a version number of a
@@ -5854,7 +5913,7 @@ export interface TaskDefinition {
5854
5913
  * @public
5855
5914
  * <p>The status of the task definition.</p>
5856
5915
  */
5857
- status?: TaskDefinitionStatus | string;
5916
+ status?: TaskDefinitionStatus;
5858
5917
  /**
5859
5918
  * @public
5860
5919
  * <p>The container instance attributes required by your task. When an Amazon EC2 instance is
@@ -5882,7 +5941,7 @@ export interface TaskDefinition {
5882
5941
  * registration. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html">Amazon ECS launch types</a>
5883
5942
  * in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
5884
5943
  */
5885
- compatibilities?: (Compatibility | string)[];
5944
+ compatibilities?: Compatibility[];
5886
5945
  /**
5887
5946
  * @public
5888
5947
  * <p>The operating system that your task definitions are running on. A platform family is
@@ -5898,7 +5957,7 @@ export interface TaskDefinition {
5898
5957
  * information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html">Amazon ECS launch types</a>
5899
5958
  * in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
5900
5959
  */
5901
- requiresCompatibilities?: (Compatibility | string)[];
5960
+ requiresCompatibilities?: Compatibility[];
5902
5961
  /**
5903
5962
  * @public
5904
5963
  * <p>The number of <code>cpu</code> units used by the task. If you use the EC2 launch type,
@@ -6011,7 +6070,7 @@ export interface TaskDefinition {
6011
6070
  * Fargate.</p>
6012
6071
  * </note>
6013
6072
  */
6014
- pidMode?: PidMode | string;
6073
+ pidMode?: PidMode;
6015
6074
  /**
6016
6075
  * @public
6017
6076
  * <p>The IPC resource namespace to use for the containers in the task. The valid values are
@@ -6047,7 +6106,7 @@ export interface TaskDefinition {
6047
6106
  * <p>This parameter is not supported for Windows containers or tasks run on Fargate.</p>
6048
6107
  * </note>
6049
6108
  */
6050
- ipcMode?: IpcMode | string;
6109
+ ipcMode?: IpcMode;
6051
6110
  /**
6052
6111
  * @public
6053
6112
  * <p>The configuration details for the App Mesh proxy.</p>
@@ -6210,12 +6269,12 @@ export interface InstanceHealthCheckResult {
6210
6269
  * @public
6211
6270
  * <p>The type of container instance health status that was verified.</p>
6212
6271
  */
6213
- type?: InstanceHealthCheckType | string;
6272
+ type?: InstanceHealthCheckType;
6214
6273
  /**
6215
6274
  * @public
6216
6275
  * <p>The container instance health status.</p>
6217
6276
  */
6218
- status?: InstanceHealthCheckState | string;
6277
+ status?: InstanceHealthCheckState;
6219
6278
  /**
6220
6279
  * @public
6221
6280
  * <p>The Unix timestamp for when the container instance health status was last
@@ -6238,7 +6297,7 @@ export interface ContainerInstanceHealthStatus {
6238
6297
  * <p>The overall health status of the container instance. This is an aggregate status of
6239
6298
  * all container instance health checks.</p>
6240
6299
  */
6241
- overallStatus?: InstanceHealthCheckState | string;
6300
+ overallStatus?: InstanceHealthCheckState;
6242
6301
  /**
6243
6302
  * @public
6244
6303
  * <p>An array of objects representing the details of the container instance health
@@ -6420,7 +6479,7 @@ export interface ContainerInstance {
6420
6479
  * <p>The status of the most recent agent update. If an update wasn't ever requested, this
6421
6480
  * value is <code>NULL</code>.</p>
6422
6481
  */
6423
- agentUpdateStatus?: AgentUpdateStatus | string;
6482
+ agentUpdateStatus?: AgentUpdateStatus;
6424
6483
  /**
6425
6484
  * @public
6426
6485
  * <p>The attributes set for the container instance, either by the Amazon ECS container agent at
@@ -6541,7 +6600,7 @@ export interface DescribeCapacityProvidersRequest {
6541
6600
  * If <code>TAGS</code> is specified, the tags are included in the response. If this field
6542
6601
  * is omitted, tags aren't included in the response.</p>
6543
6602
  */
6544
- include?: (CapacityProviderField | string)[];
6603
+ include?: CapacityProviderField[];
6545
6604
  /**
6546
6605
  * @public
6547
6606
  * <p>The maximum number of account setting results returned by
@@ -6634,7 +6693,7 @@ export interface DescribeClustersRequest {
6634
6693
  * <p>If <code>TAGS</code> is specified, the metadata tags associated with the cluster are
6635
6694
  * included.</p>
6636
6695
  */
6637
- include?: (ClusterField | string)[];
6696
+ include?: ClusterField[];
6638
6697
  }
6639
6698
  /**
6640
6699
  * @public
@@ -6688,7 +6747,7 @@ export interface DescribeContainerInstancesRequest {
6688
6747
  * is included in the response. If this field is omitted, tags and container instance
6689
6748
  * health status aren't included in the response.</p>
6690
6749
  */
6691
- include?: (ContainerInstanceField | string)[];
6750
+ include?: ContainerInstanceField[];
6692
6751
  }
6693
6752
  /**
6694
6753
  * @public
@@ -6739,7 +6798,7 @@ export interface DescribeServicesRequest {
6739
6798
  * <code>TAGS</code> is specified, the tags are included in the response. If this field
6740
6799
  * is omitted, tags aren't included in the response.</p>
6741
6800
  */
6742
- include?: (ServiceField | string)[];
6801
+ include?: ServiceField[];
6743
6802
  }
6744
6803
  /**
6745
6804
  * @public
@@ -6785,7 +6844,7 @@ export interface DescribeTaskDefinitionRequest {
6785
6844
  * <code>TAGS</code> is specified, the tags are included in the response. If this field
6786
6845
  * is omitted, tags aren't included in the response.</p>
6787
6846
  */
6788
- include?: (TaskDefinitionField | string)[];
6847
+ include?: TaskDefinitionField[];
6789
6848
  }
6790
6849
  /**
6791
6850
  * @public
@@ -6867,7 +6926,7 @@ export interface DescribeTasksRequest {
6867
6926
  * is specified, the tags are included in the response. If this field is omitted, tags
6868
6927
  * aren't included in the response.</p>
6869
6928
  */
6870
- include?: (TaskField | string)[];
6929
+ include?: TaskField[];
6871
6930
  }
6872
6931
  /**
6873
6932
  * @public
@@ -6920,7 +6979,7 @@ export interface ManagedAgent {
6920
6979
  * <p>The name of the managed agent. When the execute command feature is turned on, the
6921
6980
  * managed agent name is <code>ExecuteCommandAgent</code>.</p>
6922
6981
  */
6923
- name?: ManagedAgentName | string;
6982
+ name?: ManagedAgentName;
6924
6983
  /**
6925
6984
  * @public
6926
6985
  * <p>The reason for why the managed agent is in the state it is in.</p>
@@ -6959,7 +7018,7 @@ export interface NetworkBinding {
6959
7018
  * @public
6960
7019
  * <p>The protocol used for the network binding.</p>
6961
7020
  */
6962
- protocol?: TransportProtocol | string;
7021
+ protocol?: TransportProtocol;
6963
7022
  /**
6964
7023
  * @public
6965
7024
  * <p>The port number range on the container that's bound to the dynamically mapped host port
@@ -6989,8 +7048,8 @@ export interface NetworkBinding {
6989
7048
  * <ul>
6990
7049
  * <li>
6991
7050
  * <p>For containers in a task with the <code>awsvpc</code> network mode,
6992
- * the <code>hostPort</code> is set to the same value as the
6993
- * <code>containerPort</code>. This is a static mapping
7051
+ * the <code>hostPortRange</code> is set to the same value as the
7052
+ * <code>containerPortRange</code>. This is a static mapping
6994
7053
  * strategy.</p>
6995
7054
  * </li>
6996
7055
  * <li>
@@ -7119,7 +7178,7 @@ export interface Container {
7119
7178
  * container in its task definition, then it reports the health status as
7120
7179
  * <code>UNKNOWN</code>.</p>
7121
7180
  */
7122
- healthStatus?: HealthStatus | string;
7181
+ healthStatus?: HealthStatus;
7123
7182
  /**
7124
7183
  * @public
7125
7184
  * <p>The details of any Amazon ECS managed agents associated with the container.</p>
@@ -7339,7 +7398,7 @@ export interface Task {
7339
7398
  * @public
7340
7399
  * <p>The connectivity status of a task.</p>
7341
7400
  */
7342
- connectivity?: Connectivity | string;
7401
+ connectivity?: Connectivity;
7343
7402
  /**
7344
7403
  * @public
7345
7404
  * <p>The Unix timestamp for the time when the task last went into <code>CONNECTED</code>
@@ -7445,7 +7504,7 @@ export interface Task {
7445
7504
  * override any Docker health checks that are found in the container image.</p>
7446
7505
  * </note>
7447
7506
  */
7448
- healthStatus?: HealthStatus | string;
7507
+ healthStatus?: HealthStatus;
7449
7508
  /**
7450
7509
  * @public
7451
7510
  * <p>The Elastic Inference accelerator that's associated with the task.</p>
@@ -7462,7 +7521,7 @@ export interface Task {
7462
7521
  * <p>The infrastructure where your task runs on. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html">Amazon ECS
7463
7522
  * launch types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
7464
7523
  */
7465
- launchType?: LaunchType | string;
7524
+ launchType?: LaunchType;
7466
7525
  /**
7467
7526
  * @public
7468
7527
  * <p>The amount of memory (in MiB) that the task uses as expressed in a task definition. It
@@ -7586,7 +7645,7 @@ export interface Task {
7586
7645
  * </li>
7587
7646
  * </ul>
7588
7647
  */
7589
- stopCode?: TaskStopCode | string;
7648
+ stopCode?: TaskStopCode;
7590
7649
  /**
7591
7650
  * @public
7592
7651
  * <p>The Unix timestamp for the time when the task was stopped. More specifically, it's for
@@ -7723,7 +7782,7 @@ export interface DescribeTaskSetsRequest {
7723
7782
  * specified, the tags are included in the response. If this field is omitted, tags aren't
7724
7783
  * included in the response.</p>
7725
7784
  */
7726
- include?: (TaskSetField | string)[];
7785
+ include?: TaskSetField[];
7727
7786
  }
7728
7787
  /**
7729
7788
  * @public
@@ -7990,7 +8049,7 @@ export interface ListAccountSettingsRequest {
7990
8049
  * @public
7991
8050
  * <p>The name of the account setting you want to list the settings for.</p>
7992
8051
  */
7993
- name?: SettingName | string;
8052
+ name?: SettingName;
7994
8053
  /**
7995
8054
  * @public
7996
8055
  * <p>The value of the account settings to filter results with. You must also specify an
@@ -8076,7 +8135,7 @@ export interface ListAttributesRequest {
8076
8135
  * @public
8077
8136
  * <p>The type of the target to list attributes with.</p>
8078
8137
  */
8079
- targetType: TargetType | string | undefined;
8138
+ targetType: TargetType | undefined;
8080
8139
  /**
8081
8140
  * @public
8082
8141
  * <p>The name of the attribute to filter the results with. </p>
@@ -8246,7 +8305,7 @@ export interface ListContainerInstancesRequest {
8246
8305
  * If you don't specify this parameter, the default is to include container instances set
8247
8306
  * to all states other than <code>INACTIVE</code>.</p>
8248
8307
  */
8249
- status?: ContainerInstanceStatus | string;
8308
+ status?: ContainerInstanceStatus;
8250
8309
  }
8251
8310
  /**
8252
8311
  * @public
@@ -8307,13 +8366,13 @@ export interface ListServicesRequest {
8307
8366
  * @public
8308
8367
  * <p>The launch type to use when filtering the <code>ListServices</code> results.</p>
8309
8368
  */
8310
- launchType?: LaunchType | string;
8369
+ launchType?: LaunchType;
8311
8370
  /**
8312
8371
  * @public
8313
8372
  * <p>The scheduling strategy to use when filtering the <code>ListServices</code>
8314
8373
  * results.</p>
8315
8374
  */
8316
- schedulingStrategy?: SchedulingStrategy | string;
8375
+ schedulingStrategy?: SchedulingStrategy;
8317
8376
  }
8318
8377
  /**
8319
8378
  * @public
@@ -8454,7 +8513,7 @@ export interface ListTaskDefinitionFamiliesRequest {
8454
8513
  * resulting output, be sure to keep the <code>status</code> value constant in each
8455
8514
  * subsequent request.</p>
8456
8515
  */
8457
- status?: TaskDefinitionFamilyStatus | string;
8516
+ status?: TaskDefinitionFamilyStatus;
8458
8517
  /**
8459
8518
  * @public
8460
8519
  * <p>The <code>nextToken</code> value returned from a
@@ -8535,7 +8594,7 @@ export interface ListTaskDefinitionsRequest {
8535
8594
  * you paginate the resulting output, be sure to keep the <code>status</code> value
8536
8595
  * constant in each subsequent request.</p>
8537
8596
  */
8538
- status?: TaskDefinitionStatus | string;
8597
+ status?: TaskDefinitionStatus;
8539
8598
  /**
8540
8599
  * @public
8541
8600
  * <p>The order to sort the results in. Valid values are <code>ASC</code> and
@@ -8545,7 +8604,7 @@ export interface ListTaskDefinitionsRequest {
8545
8604
  * <code>DESC</code> reverses the sort order on family name and revision. This is so
8546
8605
  * that the newest task definitions in a family are listed first.</p>
8547
8606
  */
8548
- sort?: SortOrder | string;
8607
+ sort?: SortOrder;
8549
8608
  /**
8550
8609
  * @public
8551
8610
  * <p>The <code>nextToken</code> value returned from a <code>ListTaskDefinitions</code>
@@ -8685,12 +8744,12 @@ export interface ListTasksRequest {
8685
8744
  * <code>PENDING</code>).</p>
8686
8745
  * </note>
8687
8746
  */
8688
- desiredStatus?: DesiredStatus | string;
8747
+ desiredStatus?: DesiredStatus;
8689
8748
  /**
8690
8749
  * @public
8691
8750
  * <p>The launch type to use when filtering the <code>ListTasks</code> results.</p>
8692
8751
  */
8693
- launchType?: LaunchType | string;
8752
+ launchType?: LaunchType;
8694
8753
  }
8695
8754
  /**
8696
8755
  * @public
@@ -8731,7 +8790,7 @@ export interface PutAccountSettingRequest {
8731
8790
  * Guide</i>. If you specify <code>fargateTaskRetirementWaitPeriod</code>, the
8732
8791
  * wait time to retire a Fargate task is affected.</p>
8733
8792
  */
8734
- name: SettingName | string | undefined;
8793
+ name: SettingName | undefined;
8735
8794
  /**
8736
8795
  * @public
8737
8796
  * <p>The account setting value for the specified principal ARN. Accepted values are
@@ -8812,7 +8871,7 @@ export interface PutAccountSettingDefaultRequest {
8812
8871
  * see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html">Amazon Web Services Fargate task
8813
8872
  * maintenance</a> in the <i>Amazon ECS Developer Guide</i>.</p>
8814
8873
  */
8815
- name: SettingName | string | undefined;
8874
+ name: SettingName | undefined;
8816
8875
  /**
8817
8876
  * @public
8818
8877
  * <p>The account setting value for the specified principal ARN. Accepted values are
@@ -8981,7 +9040,7 @@ export interface PlatformDevice {
8981
9040
  * <p>The type of device that's available on the container instance. The only supported
8982
9041
  * value is <code>GPU</code>.</p>
8983
9042
  */
8984
- type: PlatformDeviceType | string | undefined;
9043
+ type: PlatformDeviceType | undefined;
8985
9044
  }
8986
9045
  /**
8987
9046
  * @public
@@ -9142,7 +9201,7 @@ export interface RegisterTaskDefinitionRequest {
9142
9201
  * <p>For more information, see <a href="https://docs.docker.com/engine/reference/run/#network-settings">Network
9143
9202
  * settings</a> in the <i>Docker run reference</i>.</p>
9144
9203
  */
9145
- networkMode?: NetworkMode | string;
9204
+ networkMode?: NetworkMode;
9146
9205
  /**
9147
9206
  * @public
9148
9207
  * <p>A list of container definitions in JSON format that describe the different containers
@@ -9169,7 +9228,7 @@ export interface RegisterTaskDefinitionRequest {
9169
9228
  * compatibilities specified. If no value is specified, the parameter is omitted from the
9170
9229
  * response.</p>
9171
9230
  */
9172
- requiresCompatibilities?: (Compatibility | string)[];
9231
+ requiresCompatibilities?: Compatibility[];
9173
9232
  /**
9174
9233
  * @public
9175
9234
  * <p>The number of CPU units used by the task. It can be expressed as an integer using CPU
@@ -9332,7 +9391,7 @@ export interface RegisterTaskDefinitionRequest {
9332
9391
  * Fargate.</p>
9333
9392
  * </note>
9334
9393
  */
9335
- pidMode?: PidMode | string;
9394
+ pidMode?: PidMode;
9336
9395
  /**
9337
9396
  * @public
9338
9397
  * <p>The IPC resource namespace to use for the containers in the task. The valid values are
@@ -9368,7 +9427,7 @@ export interface RegisterTaskDefinitionRequest {
9368
9427
  * <p>This parameter is not supported for Windows containers or tasks run on Fargate.</p>
9369
9428
  * </note>
9370
9429
  */
9371
- ipcMode?: IpcMode | string;
9430
+ ipcMode?: IpcMode;
9372
9431
  /**
9373
9432
  * @public
9374
9433
  * <p>The configuration details for the App Mesh proxy.</p>
@@ -9513,7 +9572,7 @@ export interface RunTaskRequest {
9513
9572
  * <p>When you use cluster auto scaling, you must specify
9514
9573
  * <code>capacityProviderStrategy</code> and not <code>launchType</code>. </p>
9515
9574
  */
9516
- launchType?: LaunchType | string;
9575
+ launchType?: LaunchType;
9517
9576
  /**
9518
9577
  * @public
9519
9578
  * <p>The network configuration for the task. This parameter is required for task
@@ -9566,7 +9625,7 @@ export interface RunTaskRequest {
9566
9625
  * running a task.</p>
9567
9626
  * </note>
9568
9627
  */
9569
- propagateTags?: PropagateTags | string;
9628
+ propagateTags?: PropagateTags;
9570
9629
  /**
9571
9630
  * @public
9572
9631
  * <p>The reference ID to use for the task. The reference ID can have a maximum length of
@@ -9723,7 +9782,7 @@ export interface StartTaskRequest {
9723
9782
  * <p>Specifies whether to propagate the tags from the task definition or the service to the
9724
9783
  * task. If no value is specified, the tags aren't propagated.</p>
9725
9784
  */
9726
- propagateTags?: PropagateTags | string;
9785
+ propagateTags?: PropagateTags;
9727
9786
  /**
9728
9787
  * @public
9729
9788
  * <p>The reference ID to use for the task.</p>
@@ -9989,7 +10048,7 @@ export interface ManagedAgentStateChange {
9989
10048
  * @public
9990
10049
  * <p>The name of the managed agent.</p>
9991
10050
  */
9992
- managedAgentName: ManagedAgentName | string | undefined;
10051
+ managedAgentName: ManagedAgentName | undefined;
9993
10052
  /**
9994
10053
  * @public
9995
10054
  * <p>The status of the managed agent.</p>
@@ -10167,7 +10226,7 @@ export interface AutoScalingGroupProviderUpdate {
10167
10226
  * <p>When managed termination protection is off, your Amazon EC2 instances aren't protected from
10168
10227
  * termination when the Auto Scaling group scales in.</p>
10169
10228
  */
10170
- managedTerminationProtection?: ManagedTerminationProtection | string;
10229
+ managedTerminationProtection?: ManagedTerminationProtection;
10171
10230
  }
10172
10231
  /**
10173
10232
  * @public
@@ -10356,7 +10415,7 @@ export interface UpdateContainerInstancesStateRequest {
10356
10415
  * <code>DEREGISTERING</code>, or <code>REGISTRATION_FAILED</code> state you can
10357
10416
  * describe the container instance but can't update the container instance state.</p>
10358
10417
  */
10359
- status: ContainerInstanceStatus | string | undefined;
10418
+ status: ContainerInstanceStatus | undefined;
10360
10419
  }
10361
10420
  /**
10362
10421
  * @public
@@ -10540,7 +10599,7 @@ export interface UpdateServiceRequest {
10540
10599
  * all tasks, set <code>forceNewDeployment</code> to <code>true</code>, so that Amazon ECS
10541
10600
  * starts new tasks with the updated tags.</p>
10542
10601
  */
10543
- propagateTags?: PropagateTags | string;
10602
+ propagateTags?: PropagateTags;
10544
10603
  /**
10545
10604
  * @public
10546
10605
  * <p>The details for the service discovery registries to assign to this service. For more