@aws-sdk/client-ecs 3.427.0 → 3.429.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/models/models_0.d.ts +89 -89
- package/dist-types/ts3.4/models/models_0.d.ts +89 -89
- package/package.json +32 -32
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
@@ -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
|
|
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 |
|
|
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
|
|
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
|
|
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
|
|
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 |
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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 |
|
|
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
|
|
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
|
|
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 |
|
|
3597
|
+
condition: ContainerCondition | undefined;
|
|
3598
3598
|
}
|
|
3599
3599
|
/**
|
|
3600
3600
|
* @public
|
|
@@ -3643,7 +3643,7 @@ export interface EnvironmentFile {
|
|
|
3643
3643
|
* @public
|
|
3644
3644
|
* <p>The file type to use. The only supported value is <code>s3</code>.</p>
|
|
3645
3645
|
*/
|
|
3646
|
-
type: EnvironmentFileType |
|
|
3646
|
+
type: EnvironmentFileType | undefined;
|
|
3647
3647
|
}
|
|
3648
3648
|
/**
|
|
3649
3649
|
* @public
|
|
@@ -3686,7 +3686,7 @@ export interface FirelensConfiguration {
|
|
|
3686
3686
|
* <p>The log router to use. The valid values are <code>fluentd</code> or
|
|
3687
3687
|
* <code>fluentbit</code>.</p>
|
|
3688
3688
|
*/
|
|
3689
|
-
type: FirelensConfigurationType |
|
|
3689
|
+
type: FirelensConfigurationType | undefined;
|
|
3690
3690
|
/**
|
|
3691
3691
|
* @public
|
|
3692
3692
|
* <p>The options to use when configuring the log router. This field is optional and can be
|
|
@@ -3929,7 +3929,7 @@ export interface Device {
|
|
|
3929
3929
|
* container has permissions for <code>read</code>, <code>write</code>, and
|
|
3930
3930
|
* <code>mknod</code> for the device.</p>
|
|
3931
3931
|
*/
|
|
3932
|
-
permissions?:
|
|
3932
|
+
permissions?: DeviceCgroupPermission[];
|
|
3933
3933
|
}
|
|
3934
3934
|
/**
|
|
3935
3935
|
* @public
|
|
@@ -4186,7 +4186,7 @@ export interface PortMapping {
|
|
|
4186
4186
|
* <p>The protocol used for the port mapping. Valid values are <code>tcp</code> and
|
|
4187
4187
|
* <code>udp</code>. The default is <code>tcp</code>.</p>
|
|
4188
4188
|
*/
|
|
4189
|
-
protocol?: TransportProtocol
|
|
4189
|
+
protocol?: TransportProtocol;
|
|
4190
4190
|
/**
|
|
4191
4191
|
* @public
|
|
4192
4192
|
* <p>The name that's used for the port mapping. This parameter only applies to
|
|
@@ -4213,7 +4213,7 @@ export interface PortMapping {
|
|
|
4213
4213
|
* Only the tasks that Amazon ECS services create are supported with Service Connect.
|
|
4214
4214
|
* 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
4215
|
*/
|
|
4216
|
-
appProtocol?: ApplicationProtocol
|
|
4216
|
+
appProtocol?: ApplicationProtocol;
|
|
4217
4217
|
/**
|
|
4218
4218
|
* @public
|
|
4219
4219
|
* <p>The port number range on the container that's bound to the dynamically mapped host port
|
|
@@ -4334,7 +4334,7 @@ export interface ResourceRequirement {
|
|
|
4334
4334
|
* <p>The type of resource to assign to a container. The supported values are
|
|
4335
4335
|
* <code>GPU</code> or <code>InferenceAccelerator</code>.</p>
|
|
4336
4336
|
*/
|
|
4337
|
-
type: ResourceType |
|
|
4337
|
+
type: ResourceType | undefined;
|
|
4338
4338
|
}
|
|
4339
4339
|
/**
|
|
4340
4340
|
* @public
|
|
@@ -4427,7 +4427,7 @@ export interface Ulimit {
|
|
|
4427
4427
|
* @public
|
|
4428
4428
|
* <p>The <code>type</code> of the <code>ulimit</code>.</p>
|
|
4429
4429
|
*/
|
|
4430
|
-
name: UlimitName |
|
|
4430
|
+
name: UlimitName | undefined;
|
|
4431
4431
|
/**
|
|
4432
4432
|
* @public
|
|
4433
4433
|
* <p>The soft limit for the <code>ulimit</code> type.</p>
|
|
@@ -5307,7 +5307,7 @@ export interface TaskDefinitionPlacementConstraint {
|
|
|
5307
5307
|
* <p>The type of constraint. The <code>MemberOf</code> constraint restricts selection to be
|
|
5308
5308
|
* from a group of valid candidates.</p>
|
|
5309
5309
|
*/
|
|
5310
|
-
type?: TaskDefinitionPlacementConstraintType
|
|
5310
|
+
type?: TaskDefinitionPlacementConstraintType;
|
|
5311
5311
|
/**
|
|
5312
5312
|
* @public
|
|
5313
5313
|
* <p>A cluster query language expression to apply to the constraint. For more information,
|
|
@@ -5342,7 +5342,7 @@ export interface ProxyConfiguration {
|
|
|
5342
5342
|
* @public
|
|
5343
5343
|
* <p>The proxy type. The only supported value is <code>APPMESH</code>.</p>
|
|
5344
5344
|
*/
|
|
5345
|
-
type?: ProxyConfigurationType
|
|
5345
|
+
type?: ProxyConfigurationType;
|
|
5346
5346
|
/**
|
|
5347
5347
|
* @public
|
|
5348
5348
|
* <p>The name of the container that will serve as the App Mesh proxy.</p>
|
|
@@ -5442,12 +5442,12 @@ export interface RuntimePlatform {
|
|
|
5442
5442
|
* <code>ARM64</code>. This option is available for tasks that run on Linux Amazon EC2
|
|
5443
5443
|
* instance or Linux containers on Fargate.</p>
|
|
5444
5444
|
*/
|
|
5445
|
-
cpuArchitecture?: CPUArchitecture
|
|
5445
|
+
cpuArchitecture?: CPUArchitecture;
|
|
5446
5446
|
/**
|
|
5447
5447
|
* @public
|
|
5448
5448
|
* <p>The operating system.</p>
|
|
5449
5449
|
*/
|
|
5450
|
-
operatingSystemFamily?: OSFamily
|
|
5450
|
+
operatingSystemFamily?: OSFamily;
|
|
5451
5451
|
}
|
|
5452
5452
|
/**
|
|
5453
5453
|
* @public
|
|
@@ -5489,7 +5489,7 @@ export interface DockerVolumeConfiguration {
|
|
|
5489
5489
|
* destroyed when the task stops. Docker volumes that are scoped as <code>shared</code>
|
|
5490
5490
|
* persist after the task stops.</p>
|
|
5491
5491
|
*/
|
|
5492
|
-
scope?: Scope
|
|
5492
|
+
scope?: Scope;
|
|
5493
5493
|
/**
|
|
5494
5494
|
* @public
|
|
5495
5495
|
* <p>If this value is <code>true</code>, the Docker volume is created if it doesn't already
|
|
@@ -5564,7 +5564,7 @@ export interface EFSAuthorizationConfig {
|
|
|
5564
5564
|
* 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
5565
|
* Amazon EFS access points</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
5566
5566
|
*/
|
|
5567
|
-
iam?: EFSAuthorizationConfigIAM
|
|
5567
|
+
iam?: EFSAuthorizationConfigIAM;
|
|
5568
5568
|
}
|
|
5569
5569
|
/**
|
|
5570
5570
|
* @public
|
|
@@ -5610,7 +5610,7 @@ export interface EFSVolumeConfiguration {
|
|
|
5610
5610
|
* 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
5611
|
* the <i>Amazon Elastic File System User Guide</i>.</p>
|
|
5612
5612
|
*/
|
|
5613
|
-
transitEncryption?: EFSTransitEncryption
|
|
5613
|
+
transitEncryption?: EFSTransitEncryption;
|
|
5614
5614
|
/**
|
|
5615
5615
|
* @public
|
|
5616
5616
|
* <p>The port to use when sending encrypted data between the Amazon ECS host and the Amazon EFS
|
|
@@ -5831,7 +5831,7 @@ export interface TaskDefinition {
|
|
|
5831
5831
|
* <p>For more information, see <a href="https://docs.docker.com/engine/reference/run/#network-settings">Network
|
|
5832
5832
|
* settings</a> in the <i>Docker run reference</i>.</p>
|
|
5833
5833
|
*/
|
|
5834
|
-
networkMode?: NetworkMode
|
|
5834
|
+
networkMode?: NetworkMode;
|
|
5835
5835
|
/**
|
|
5836
5836
|
* @public
|
|
5837
5837
|
* <p>The revision of the task in a particular family. The revision is a version number of a
|
|
@@ -5854,7 +5854,7 @@ export interface TaskDefinition {
|
|
|
5854
5854
|
* @public
|
|
5855
5855
|
* <p>The status of the task definition.</p>
|
|
5856
5856
|
*/
|
|
5857
|
-
status?: TaskDefinitionStatus
|
|
5857
|
+
status?: TaskDefinitionStatus;
|
|
5858
5858
|
/**
|
|
5859
5859
|
* @public
|
|
5860
5860
|
* <p>The container instance attributes required by your task. When an Amazon EC2 instance is
|
|
@@ -5882,7 +5882,7 @@ export interface TaskDefinition {
|
|
|
5882
5882
|
* registration. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html">Amazon ECS launch types</a>
|
|
5883
5883
|
* in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
5884
5884
|
*/
|
|
5885
|
-
compatibilities?:
|
|
5885
|
+
compatibilities?: Compatibility[];
|
|
5886
5886
|
/**
|
|
5887
5887
|
* @public
|
|
5888
5888
|
* <p>The operating system that your task definitions are running on. A platform family is
|
|
@@ -5898,7 +5898,7 @@ export interface TaskDefinition {
|
|
|
5898
5898
|
* information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html">Amazon ECS launch types</a>
|
|
5899
5899
|
* in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
5900
5900
|
*/
|
|
5901
|
-
requiresCompatibilities?:
|
|
5901
|
+
requiresCompatibilities?: Compatibility[];
|
|
5902
5902
|
/**
|
|
5903
5903
|
* @public
|
|
5904
5904
|
* <p>The number of <code>cpu</code> units used by the task. If you use the EC2 launch type,
|
|
@@ -6011,7 +6011,7 @@ export interface TaskDefinition {
|
|
|
6011
6011
|
* Fargate.</p>
|
|
6012
6012
|
* </note>
|
|
6013
6013
|
*/
|
|
6014
|
-
pidMode?: PidMode
|
|
6014
|
+
pidMode?: PidMode;
|
|
6015
6015
|
/**
|
|
6016
6016
|
* @public
|
|
6017
6017
|
* <p>The IPC resource namespace to use for the containers in the task. The valid values are
|
|
@@ -6047,7 +6047,7 @@ export interface TaskDefinition {
|
|
|
6047
6047
|
* <p>This parameter is not supported for Windows containers or tasks run on Fargate.</p>
|
|
6048
6048
|
* </note>
|
|
6049
6049
|
*/
|
|
6050
|
-
ipcMode?: IpcMode
|
|
6050
|
+
ipcMode?: IpcMode;
|
|
6051
6051
|
/**
|
|
6052
6052
|
* @public
|
|
6053
6053
|
* <p>The configuration details for the App Mesh proxy.</p>
|
|
@@ -6210,12 +6210,12 @@ export interface InstanceHealthCheckResult {
|
|
|
6210
6210
|
* @public
|
|
6211
6211
|
* <p>The type of container instance health status that was verified.</p>
|
|
6212
6212
|
*/
|
|
6213
|
-
type?: InstanceHealthCheckType
|
|
6213
|
+
type?: InstanceHealthCheckType;
|
|
6214
6214
|
/**
|
|
6215
6215
|
* @public
|
|
6216
6216
|
* <p>The container instance health status.</p>
|
|
6217
6217
|
*/
|
|
6218
|
-
status?: InstanceHealthCheckState
|
|
6218
|
+
status?: InstanceHealthCheckState;
|
|
6219
6219
|
/**
|
|
6220
6220
|
* @public
|
|
6221
6221
|
* <p>The Unix timestamp for when the container instance health status was last
|
|
@@ -6238,7 +6238,7 @@ export interface ContainerInstanceHealthStatus {
|
|
|
6238
6238
|
* <p>The overall health status of the container instance. This is an aggregate status of
|
|
6239
6239
|
* all container instance health checks.</p>
|
|
6240
6240
|
*/
|
|
6241
|
-
overallStatus?: InstanceHealthCheckState
|
|
6241
|
+
overallStatus?: InstanceHealthCheckState;
|
|
6242
6242
|
/**
|
|
6243
6243
|
* @public
|
|
6244
6244
|
* <p>An array of objects representing the details of the container instance health
|
|
@@ -6420,7 +6420,7 @@ export interface ContainerInstance {
|
|
|
6420
6420
|
* <p>The status of the most recent agent update. If an update wasn't ever requested, this
|
|
6421
6421
|
* value is <code>NULL</code>.</p>
|
|
6422
6422
|
*/
|
|
6423
|
-
agentUpdateStatus?: AgentUpdateStatus
|
|
6423
|
+
agentUpdateStatus?: AgentUpdateStatus;
|
|
6424
6424
|
/**
|
|
6425
6425
|
* @public
|
|
6426
6426
|
* <p>The attributes set for the container instance, either by the Amazon ECS container agent at
|
|
@@ -6541,7 +6541,7 @@ export interface DescribeCapacityProvidersRequest {
|
|
|
6541
6541
|
* If <code>TAGS</code> is specified, the tags are included in the response. If this field
|
|
6542
6542
|
* is omitted, tags aren't included in the response.</p>
|
|
6543
6543
|
*/
|
|
6544
|
-
include?:
|
|
6544
|
+
include?: CapacityProviderField[];
|
|
6545
6545
|
/**
|
|
6546
6546
|
* @public
|
|
6547
6547
|
* <p>The maximum number of account setting results returned by
|
|
@@ -6634,7 +6634,7 @@ export interface DescribeClustersRequest {
|
|
|
6634
6634
|
* <p>If <code>TAGS</code> is specified, the metadata tags associated with the cluster are
|
|
6635
6635
|
* included.</p>
|
|
6636
6636
|
*/
|
|
6637
|
-
include?:
|
|
6637
|
+
include?: ClusterField[];
|
|
6638
6638
|
}
|
|
6639
6639
|
/**
|
|
6640
6640
|
* @public
|
|
@@ -6688,7 +6688,7 @@ export interface DescribeContainerInstancesRequest {
|
|
|
6688
6688
|
* is included in the response. If this field is omitted, tags and container instance
|
|
6689
6689
|
* health status aren't included in the response.</p>
|
|
6690
6690
|
*/
|
|
6691
|
-
include?:
|
|
6691
|
+
include?: ContainerInstanceField[];
|
|
6692
6692
|
}
|
|
6693
6693
|
/**
|
|
6694
6694
|
* @public
|
|
@@ -6739,7 +6739,7 @@ export interface DescribeServicesRequest {
|
|
|
6739
6739
|
* <code>TAGS</code> is specified, the tags are included in the response. If this field
|
|
6740
6740
|
* is omitted, tags aren't included in the response.</p>
|
|
6741
6741
|
*/
|
|
6742
|
-
include?:
|
|
6742
|
+
include?: ServiceField[];
|
|
6743
6743
|
}
|
|
6744
6744
|
/**
|
|
6745
6745
|
* @public
|
|
@@ -6785,7 +6785,7 @@ export interface DescribeTaskDefinitionRequest {
|
|
|
6785
6785
|
* <code>TAGS</code> is specified, the tags are included in the response. If this field
|
|
6786
6786
|
* is omitted, tags aren't included in the response.</p>
|
|
6787
6787
|
*/
|
|
6788
|
-
include?:
|
|
6788
|
+
include?: TaskDefinitionField[];
|
|
6789
6789
|
}
|
|
6790
6790
|
/**
|
|
6791
6791
|
* @public
|
|
@@ -6867,7 +6867,7 @@ export interface DescribeTasksRequest {
|
|
|
6867
6867
|
* is specified, the tags are included in the response. If this field is omitted, tags
|
|
6868
6868
|
* aren't included in the response.</p>
|
|
6869
6869
|
*/
|
|
6870
|
-
include?:
|
|
6870
|
+
include?: TaskField[];
|
|
6871
6871
|
}
|
|
6872
6872
|
/**
|
|
6873
6873
|
* @public
|
|
@@ -6920,7 +6920,7 @@ export interface ManagedAgent {
|
|
|
6920
6920
|
* <p>The name of the managed agent. When the execute command feature is turned on, the
|
|
6921
6921
|
* managed agent name is <code>ExecuteCommandAgent</code>.</p>
|
|
6922
6922
|
*/
|
|
6923
|
-
name?: ManagedAgentName
|
|
6923
|
+
name?: ManagedAgentName;
|
|
6924
6924
|
/**
|
|
6925
6925
|
* @public
|
|
6926
6926
|
* <p>The reason for why the managed agent is in the state it is in.</p>
|
|
@@ -6959,7 +6959,7 @@ export interface NetworkBinding {
|
|
|
6959
6959
|
* @public
|
|
6960
6960
|
* <p>The protocol used for the network binding.</p>
|
|
6961
6961
|
*/
|
|
6962
|
-
protocol?: TransportProtocol
|
|
6962
|
+
protocol?: TransportProtocol;
|
|
6963
6963
|
/**
|
|
6964
6964
|
* @public
|
|
6965
6965
|
* <p>The port number range on the container that's bound to the dynamically mapped host port
|
|
@@ -7119,7 +7119,7 @@ export interface Container {
|
|
|
7119
7119
|
* container in its task definition, then it reports the health status as
|
|
7120
7120
|
* <code>UNKNOWN</code>.</p>
|
|
7121
7121
|
*/
|
|
7122
|
-
healthStatus?: HealthStatus
|
|
7122
|
+
healthStatus?: HealthStatus;
|
|
7123
7123
|
/**
|
|
7124
7124
|
* @public
|
|
7125
7125
|
* <p>The details of any Amazon ECS managed agents associated with the container.</p>
|
|
@@ -7339,7 +7339,7 @@ export interface Task {
|
|
|
7339
7339
|
* @public
|
|
7340
7340
|
* <p>The connectivity status of a task.</p>
|
|
7341
7341
|
*/
|
|
7342
|
-
connectivity?: Connectivity
|
|
7342
|
+
connectivity?: Connectivity;
|
|
7343
7343
|
/**
|
|
7344
7344
|
* @public
|
|
7345
7345
|
* <p>The Unix timestamp for the time when the task last went into <code>CONNECTED</code>
|
|
@@ -7445,7 +7445,7 @@ export interface Task {
|
|
|
7445
7445
|
* override any Docker health checks that are found in the container image.</p>
|
|
7446
7446
|
* </note>
|
|
7447
7447
|
*/
|
|
7448
|
-
healthStatus?: HealthStatus
|
|
7448
|
+
healthStatus?: HealthStatus;
|
|
7449
7449
|
/**
|
|
7450
7450
|
* @public
|
|
7451
7451
|
* <p>The Elastic Inference accelerator that's associated with the task.</p>
|
|
@@ -7462,7 +7462,7 @@ export interface Task {
|
|
|
7462
7462
|
* <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
7463
|
* launch types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
7464
7464
|
*/
|
|
7465
|
-
launchType?: LaunchType
|
|
7465
|
+
launchType?: LaunchType;
|
|
7466
7466
|
/**
|
|
7467
7467
|
* @public
|
|
7468
7468
|
* <p>The amount of memory (in MiB) that the task uses as expressed in a task definition. It
|
|
@@ -7586,7 +7586,7 @@ export interface Task {
|
|
|
7586
7586
|
* </li>
|
|
7587
7587
|
* </ul>
|
|
7588
7588
|
*/
|
|
7589
|
-
stopCode?: TaskStopCode
|
|
7589
|
+
stopCode?: TaskStopCode;
|
|
7590
7590
|
/**
|
|
7591
7591
|
* @public
|
|
7592
7592
|
* <p>The Unix timestamp for the time when the task was stopped. More specifically, it's for
|
|
@@ -7723,7 +7723,7 @@ export interface DescribeTaskSetsRequest {
|
|
|
7723
7723
|
* specified, the tags are included in the response. If this field is omitted, tags aren't
|
|
7724
7724
|
* included in the response.</p>
|
|
7725
7725
|
*/
|
|
7726
|
-
include?:
|
|
7726
|
+
include?: TaskSetField[];
|
|
7727
7727
|
}
|
|
7728
7728
|
/**
|
|
7729
7729
|
* @public
|
|
@@ -7990,7 +7990,7 @@ export interface ListAccountSettingsRequest {
|
|
|
7990
7990
|
* @public
|
|
7991
7991
|
* <p>The name of the account setting you want to list the settings for.</p>
|
|
7992
7992
|
*/
|
|
7993
|
-
name?: SettingName
|
|
7993
|
+
name?: SettingName;
|
|
7994
7994
|
/**
|
|
7995
7995
|
* @public
|
|
7996
7996
|
* <p>The value of the account settings to filter results with. You must also specify an
|
|
@@ -8076,7 +8076,7 @@ export interface ListAttributesRequest {
|
|
|
8076
8076
|
* @public
|
|
8077
8077
|
* <p>The type of the target to list attributes with.</p>
|
|
8078
8078
|
*/
|
|
8079
|
-
targetType: TargetType |
|
|
8079
|
+
targetType: TargetType | undefined;
|
|
8080
8080
|
/**
|
|
8081
8081
|
* @public
|
|
8082
8082
|
* <p>The name of the attribute to filter the results with. </p>
|
|
@@ -8246,7 +8246,7 @@ export interface ListContainerInstancesRequest {
|
|
|
8246
8246
|
* If you don't specify this parameter, the default is to include container instances set
|
|
8247
8247
|
* to all states other than <code>INACTIVE</code>.</p>
|
|
8248
8248
|
*/
|
|
8249
|
-
status?: ContainerInstanceStatus
|
|
8249
|
+
status?: ContainerInstanceStatus;
|
|
8250
8250
|
}
|
|
8251
8251
|
/**
|
|
8252
8252
|
* @public
|
|
@@ -8307,13 +8307,13 @@ export interface ListServicesRequest {
|
|
|
8307
8307
|
* @public
|
|
8308
8308
|
* <p>The launch type to use when filtering the <code>ListServices</code> results.</p>
|
|
8309
8309
|
*/
|
|
8310
|
-
launchType?: LaunchType
|
|
8310
|
+
launchType?: LaunchType;
|
|
8311
8311
|
/**
|
|
8312
8312
|
* @public
|
|
8313
8313
|
* <p>The scheduling strategy to use when filtering the <code>ListServices</code>
|
|
8314
8314
|
* results.</p>
|
|
8315
8315
|
*/
|
|
8316
|
-
schedulingStrategy?: SchedulingStrategy
|
|
8316
|
+
schedulingStrategy?: SchedulingStrategy;
|
|
8317
8317
|
}
|
|
8318
8318
|
/**
|
|
8319
8319
|
* @public
|
|
@@ -8454,7 +8454,7 @@ export interface ListTaskDefinitionFamiliesRequest {
|
|
|
8454
8454
|
* resulting output, be sure to keep the <code>status</code> value constant in each
|
|
8455
8455
|
* subsequent request.</p>
|
|
8456
8456
|
*/
|
|
8457
|
-
status?: TaskDefinitionFamilyStatus
|
|
8457
|
+
status?: TaskDefinitionFamilyStatus;
|
|
8458
8458
|
/**
|
|
8459
8459
|
* @public
|
|
8460
8460
|
* <p>The <code>nextToken</code> value returned from a
|
|
@@ -8535,7 +8535,7 @@ export interface ListTaskDefinitionsRequest {
|
|
|
8535
8535
|
* you paginate the resulting output, be sure to keep the <code>status</code> value
|
|
8536
8536
|
* constant in each subsequent request.</p>
|
|
8537
8537
|
*/
|
|
8538
|
-
status?: TaskDefinitionStatus
|
|
8538
|
+
status?: TaskDefinitionStatus;
|
|
8539
8539
|
/**
|
|
8540
8540
|
* @public
|
|
8541
8541
|
* <p>The order to sort the results in. Valid values are <code>ASC</code> and
|
|
@@ -8545,7 +8545,7 @@ export interface ListTaskDefinitionsRequest {
|
|
|
8545
8545
|
* <code>DESC</code> reverses the sort order on family name and revision. This is so
|
|
8546
8546
|
* that the newest task definitions in a family are listed first.</p>
|
|
8547
8547
|
*/
|
|
8548
|
-
sort?: SortOrder
|
|
8548
|
+
sort?: SortOrder;
|
|
8549
8549
|
/**
|
|
8550
8550
|
* @public
|
|
8551
8551
|
* <p>The <code>nextToken</code> value returned from a <code>ListTaskDefinitions</code>
|
|
@@ -8685,12 +8685,12 @@ export interface ListTasksRequest {
|
|
|
8685
8685
|
* <code>PENDING</code>).</p>
|
|
8686
8686
|
* </note>
|
|
8687
8687
|
*/
|
|
8688
|
-
desiredStatus?: DesiredStatus
|
|
8688
|
+
desiredStatus?: DesiredStatus;
|
|
8689
8689
|
/**
|
|
8690
8690
|
* @public
|
|
8691
8691
|
* <p>The launch type to use when filtering the <code>ListTasks</code> results.</p>
|
|
8692
8692
|
*/
|
|
8693
|
-
launchType?: LaunchType
|
|
8693
|
+
launchType?: LaunchType;
|
|
8694
8694
|
}
|
|
8695
8695
|
/**
|
|
8696
8696
|
* @public
|
|
@@ -8731,7 +8731,7 @@ export interface PutAccountSettingRequest {
|
|
|
8731
8731
|
* Guide</i>. If you specify <code>fargateTaskRetirementWaitPeriod</code>, the
|
|
8732
8732
|
* wait time to retire a Fargate task is affected.</p>
|
|
8733
8733
|
*/
|
|
8734
|
-
name: SettingName |
|
|
8734
|
+
name: SettingName | undefined;
|
|
8735
8735
|
/**
|
|
8736
8736
|
* @public
|
|
8737
8737
|
* <p>The account setting value for the specified principal ARN. Accepted values are
|
|
@@ -8812,7 +8812,7 @@ export interface PutAccountSettingDefaultRequest {
|
|
|
8812
8812
|
* see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html">Amazon Web Services Fargate task
|
|
8813
8813
|
* maintenance</a> in the <i>Amazon ECS Developer Guide</i>.</p>
|
|
8814
8814
|
*/
|
|
8815
|
-
name: SettingName |
|
|
8815
|
+
name: SettingName | undefined;
|
|
8816
8816
|
/**
|
|
8817
8817
|
* @public
|
|
8818
8818
|
* <p>The account setting value for the specified principal ARN. Accepted values are
|
|
@@ -8981,7 +8981,7 @@ export interface PlatformDevice {
|
|
|
8981
8981
|
* <p>The type of device that's available on the container instance. The only supported
|
|
8982
8982
|
* value is <code>GPU</code>.</p>
|
|
8983
8983
|
*/
|
|
8984
|
-
type: PlatformDeviceType |
|
|
8984
|
+
type: PlatformDeviceType | undefined;
|
|
8985
8985
|
}
|
|
8986
8986
|
/**
|
|
8987
8987
|
* @public
|
|
@@ -9142,7 +9142,7 @@ export interface RegisterTaskDefinitionRequest {
|
|
|
9142
9142
|
* <p>For more information, see <a href="https://docs.docker.com/engine/reference/run/#network-settings">Network
|
|
9143
9143
|
* settings</a> in the <i>Docker run reference</i>.</p>
|
|
9144
9144
|
*/
|
|
9145
|
-
networkMode?: NetworkMode
|
|
9145
|
+
networkMode?: NetworkMode;
|
|
9146
9146
|
/**
|
|
9147
9147
|
* @public
|
|
9148
9148
|
* <p>A list of container definitions in JSON format that describe the different containers
|
|
@@ -9169,7 +9169,7 @@ export interface RegisterTaskDefinitionRequest {
|
|
|
9169
9169
|
* compatibilities specified. If no value is specified, the parameter is omitted from the
|
|
9170
9170
|
* response.</p>
|
|
9171
9171
|
*/
|
|
9172
|
-
requiresCompatibilities?:
|
|
9172
|
+
requiresCompatibilities?: Compatibility[];
|
|
9173
9173
|
/**
|
|
9174
9174
|
* @public
|
|
9175
9175
|
* <p>The number of CPU units used by the task. It can be expressed as an integer using CPU
|
|
@@ -9332,7 +9332,7 @@ export interface RegisterTaskDefinitionRequest {
|
|
|
9332
9332
|
* Fargate.</p>
|
|
9333
9333
|
* </note>
|
|
9334
9334
|
*/
|
|
9335
|
-
pidMode?: PidMode
|
|
9335
|
+
pidMode?: PidMode;
|
|
9336
9336
|
/**
|
|
9337
9337
|
* @public
|
|
9338
9338
|
* <p>The IPC resource namespace to use for the containers in the task. The valid values are
|
|
@@ -9368,7 +9368,7 @@ export interface RegisterTaskDefinitionRequest {
|
|
|
9368
9368
|
* <p>This parameter is not supported for Windows containers or tasks run on Fargate.</p>
|
|
9369
9369
|
* </note>
|
|
9370
9370
|
*/
|
|
9371
|
-
ipcMode?: IpcMode
|
|
9371
|
+
ipcMode?: IpcMode;
|
|
9372
9372
|
/**
|
|
9373
9373
|
* @public
|
|
9374
9374
|
* <p>The configuration details for the App Mesh proxy.</p>
|
|
@@ -9513,7 +9513,7 @@ export interface RunTaskRequest {
|
|
|
9513
9513
|
* <p>When you use cluster auto scaling, you must specify
|
|
9514
9514
|
* <code>capacityProviderStrategy</code> and not <code>launchType</code>. </p>
|
|
9515
9515
|
*/
|
|
9516
|
-
launchType?: LaunchType
|
|
9516
|
+
launchType?: LaunchType;
|
|
9517
9517
|
/**
|
|
9518
9518
|
* @public
|
|
9519
9519
|
* <p>The network configuration for the task. This parameter is required for task
|
|
@@ -9566,7 +9566,7 @@ export interface RunTaskRequest {
|
|
|
9566
9566
|
* running a task.</p>
|
|
9567
9567
|
* </note>
|
|
9568
9568
|
*/
|
|
9569
|
-
propagateTags?: PropagateTags
|
|
9569
|
+
propagateTags?: PropagateTags;
|
|
9570
9570
|
/**
|
|
9571
9571
|
* @public
|
|
9572
9572
|
* <p>The reference ID to use for the task. The reference ID can have a maximum length of
|
|
@@ -9723,7 +9723,7 @@ export interface StartTaskRequest {
|
|
|
9723
9723
|
* <p>Specifies whether to propagate the tags from the task definition or the service to the
|
|
9724
9724
|
* task. If no value is specified, the tags aren't propagated.</p>
|
|
9725
9725
|
*/
|
|
9726
|
-
propagateTags?: PropagateTags
|
|
9726
|
+
propagateTags?: PropagateTags;
|
|
9727
9727
|
/**
|
|
9728
9728
|
* @public
|
|
9729
9729
|
* <p>The reference ID to use for the task.</p>
|
|
@@ -9989,7 +9989,7 @@ export interface ManagedAgentStateChange {
|
|
|
9989
9989
|
* @public
|
|
9990
9990
|
* <p>The name of the managed agent.</p>
|
|
9991
9991
|
*/
|
|
9992
|
-
managedAgentName: ManagedAgentName |
|
|
9992
|
+
managedAgentName: ManagedAgentName | undefined;
|
|
9993
9993
|
/**
|
|
9994
9994
|
* @public
|
|
9995
9995
|
* <p>The status of the managed agent.</p>
|
|
@@ -10167,7 +10167,7 @@ export interface AutoScalingGroupProviderUpdate {
|
|
|
10167
10167
|
* <p>When managed termination protection is off, your Amazon EC2 instances aren't protected from
|
|
10168
10168
|
* termination when the Auto Scaling group scales in.</p>
|
|
10169
10169
|
*/
|
|
10170
|
-
managedTerminationProtection?: ManagedTerminationProtection
|
|
10170
|
+
managedTerminationProtection?: ManagedTerminationProtection;
|
|
10171
10171
|
}
|
|
10172
10172
|
/**
|
|
10173
10173
|
* @public
|
|
@@ -10356,7 +10356,7 @@ export interface UpdateContainerInstancesStateRequest {
|
|
|
10356
10356
|
* <code>DEREGISTERING</code>, or <code>REGISTRATION_FAILED</code> state you can
|
|
10357
10357
|
* describe the container instance but can't update the container instance state.</p>
|
|
10358
10358
|
*/
|
|
10359
|
-
status: ContainerInstanceStatus |
|
|
10359
|
+
status: ContainerInstanceStatus | undefined;
|
|
10360
10360
|
}
|
|
10361
10361
|
/**
|
|
10362
10362
|
* @public
|
|
@@ -10540,7 +10540,7 @@ export interface UpdateServiceRequest {
|
|
|
10540
10540
|
* all tasks, set <code>forceNewDeployment</code> to <code>true</code>, so that Amazon ECS
|
|
10541
10541
|
* starts new tasks with the updated tags.</p>
|
|
10542
10542
|
*/
|
|
10543
|
-
propagateTags?: PropagateTags
|
|
10543
|
+
propagateTags?: PropagateTags;
|
|
10544
10544
|
/**
|
|
10545
10545
|
* @public
|
|
10546
10546
|
* <p>The details for the service discovery registries to assign to this service. For more
|