@aws-sdk/client-ecs 3.993.0 → 3.995.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/README.md +1 -15
- package/dist-cjs/index.js +164 -164
- package/dist-cjs/models/errors.js +86 -86
- package/dist-cjs/schemas/schemas_0.js +5 -5
- package/dist-es/models/enums.js +156 -156
- package/dist-es/models/errors.js +68 -68
- package/dist-es/schemas/schemas_0.js +5 -5
- package/dist-es/waiters/waitForServicesInactive.js +2 -2
- package/dist-es/waiters/waitForServicesStable.js +2 -2
- package/dist-es/waiters/waitForTasksRunning.js +2 -2
- package/dist-es/waiters/waitForTasksStopped.js +2 -2
- package/dist-types/ECS.d.ts +1 -15
- package/dist-types/ECSClient.d.ts +1 -15
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +4 -16
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -20
- package/dist-types/commands/CreateExpressGatewayServiceCommand.d.ts +4 -18
- package/dist-types/commands/CreateServiceCommand.d.ts +4 -236
- package/dist-types/commands/CreateTaskSetCommand.d.ts +6 -25
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +12 -18
- package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -7
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -21
- package/dist-types/commands/DeleteClusterCommand.d.ts +7 -30
- package/dist-types/commands/DeleteExpressGatewayServiceCommand.d.ts +5 -19
- package/dist-types/commands/DeleteServiceCommand.d.ts +4 -30
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +3 -27
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +6 -16
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +3 -21
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +3 -25
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +34 -39
- package/dist-types/commands/DescribeClustersCommand.d.ts +3 -10
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +3 -9
- package/dist-types/commands/DescribeExpressGatewayServiceCommand.d.ts +3 -14
- package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +44 -13
- package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +44 -14
- package/dist-types/commands/DescribeServicesCommand.d.ts +2 -7
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -15
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +5 -16
- package/dist-types/commands/DescribeTasksCommand.d.ts +3 -12
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -8
- package/dist-types/commands/ExecuteCommandCommand.d.ts +4 -32
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -7
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +9 -14
- package/dist-types/commands/ListAttributesCommand.d.ts +2 -11
- package/dist-types/commands/ListClustersCommand.d.ts +2 -7
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +3 -11
- package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +4 -15
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +3 -13
- package/dist-types/commands/ListServicesCommand.d.ts +3 -9
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -7
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +13 -24
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +13 -20
- package/dist-types/commands/ListTasksCommand.d.ts +14 -23
- package/dist-types/commands/PutAccountSettingCommand.d.ts +12 -22
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +3 -9
- package/dist-types/commands/PutAttributesCommand.d.ts +4 -14
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +4 -29
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +3 -13
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +3 -26
- package/dist-types/commands/RunTaskCommand.d.ts +6 -75
- package/dist-types/commands/StartTaskCommand.d.ts +3 -23
- package/dist-types/commands/StopServiceDeploymentCommand.d.ts +5 -25
- package/dist-types/commands/StopTaskCommand.d.ts +3 -25
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +3 -12
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -8
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +3 -12
- package/dist-types/commands/TagResourceCommand.d.ts +3 -11
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -7
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +3 -10
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -7
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -7
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +6 -41
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +3 -56
- package/dist-types/commands/UpdateExpressGatewayServiceCommand.d.ts +5 -19
- package/dist-types/commands/UpdateServiceCommand.d.ts +14 -146
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +6 -19
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +15 -47
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +6 -17
- package/dist-types/index.d.ts +1 -15
- package/dist-types/models/enums.d.ts +338 -338
- package/dist-types/models/errors.d.ts +74 -128
- package/dist-types/models/models_0.d.ts +3435 -9819
- package/dist-types/ts3.4/models/enums.d.ts +222 -222
- package/dist-types/ts3.4/models/errors.d.ts +61 -61
- package/dist-types/ts3.4/models/models_0.d.ts +1055 -1055
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -6,21 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript ECS Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<fullname>Amazon Elastic Container Service</fullname>
|
|
10
|
-
<p>Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container
|
|
11
|
-
management service. It makes it easy to run, stop, and manage Docker containers. You can
|
|
12
|
-
host your cluster on a serverless infrastructure that's managed by Amazon ECS by
|
|
13
|
-
launching your services or tasks on Fargate. For more control, you can host your
|
|
14
|
-
tasks on a cluster of Amazon Elastic Compute Cloud (Amazon EC2) or External
|
|
15
|
-
(on-premises) instances that you manage.</p>
|
|
16
|
-
<p>Amazon ECS makes it easy to launch and stop container-based applications with simple
|
|
17
|
-
API calls. This makes it easy to get the state of your cluster from a centralized
|
|
18
|
-
service, and gives you access to many familiar Amazon EC2 features.</p>
|
|
19
|
-
<p>You can use Amazon ECS to schedule the placement of containers across your cluster
|
|
20
|
-
based on your resource needs, isolation policies, and availability requirements. With
|
|
21
|
-
Amazon ECS, you don't need to operate your own cluster management and configuration
|
|
22
|
-
management systems. You also don't need to worry about scaling your management
|
|
23
|
-
infrastructure. </p>
|
|
9
|
+
<fullname>Amazon Elastic Container Service</fullname> <p>Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service. It makes it easy to run, stop, and manage Docker containers. You can host your cluster on a serverless infrastructure that's managed by Amazon ECS by launching your services or tasks on Fargate. For more control, you can host your tasks on a cluster of Amazon Elastic Compute Cloud (Amazon EC2) or External (on-premises) instances that you manage.</p> <p>Amazon ECS makes it easy to launch and stop container-based applications with simple API calls. This makes it easy to get the state of your cluster from a centralized service, and gives you access to many familiar Amazon EC2 features.</p> <p>You can use Amazon ECS to schedule the placement of containers across your cluster based on your resource needs, isolation policies, and availability requirements. With Amazon ECS, you don't need to operate your own cluster management and configuration management systems. You also don't need to worry about scaling your management infrastructure. </p>
|
|
24
10
|
|
|
25
11
|
## Installing
|
|
26
12
|
To install this package, simply type add or install @aws-sdk/client-ecs
|
package/dist-cjs/index.js
CHANGED
|
@@ -942,11 +942,11 @@ const checkState$3 = async (client, input) => {
|
|
|
942
942
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
943
943
|
};
|
|
944
944
|
const waitForServicesInactive = async (params, input) => {
|
|
945
|
-
const serviceDefaults = { minDelay: 15, maxDelay:
|
|
945
|
+
const serviceDefaults = { minDelay: 15, maxDelay: 600 };
|
|
946
946
|
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
947
947
|
};
|
|
948
948
|
const waitUntilServicesInactive = async (params, input) => {
|
|
949
|
-
const serviceDefaults = { minDelay: 15, maxDelay:
|
|
949
|
+
const serviceDefaults = { minDelay: 15, maxDelay: 600 };
|
|
950
950
|
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
951
951
|
return utilWaiter.checkExceptions(result);
|
|
952
952
|
};
|
|
@@ -1020,11 +1020,11 @@ const checkState$2 = async (client, input) => {
|
|
|
1020
1020
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
1021
1021
|
};
|
|
1022
1022
|
const waitForServicesStable = async (params, input) => {
|
|
1023
|
-
const serviceDefaults = { minDelay: 15, maxDelay:
|
|
1023
|
+
const serviceDefaults = { minDelay: 15, maxDelay: 600 };
|
|
1024
1024
|
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
1025
1025
|
};
|
|
1026
1026
|
const waitUntilServicesStable = async (params, input) => {
|
|
1027
|
-
const serviceDefaults = { minDelay: 15, maxDelay:
|
|
1027
|
+
const serviceDefaults = { minDelay: 15, maxDelay: 600 };
|
|
1028
1028
|
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
1029
1029
|
return utilWaiter.checkExceptions(result);
|
|
1030
1030
|
};
|
|
@@ -1088,11 +1088,11 @@ const checkState$1 = async (client, input) => {
|
|
|
1088
1088
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
1089
1089
|
};
|
|
1090
1090
|
const waitForTasksRunning = async (params, input) => {
|
|
1091
|
-
const serviceDefaults = { minDelay: 6, maxDelay:
|
|
1091
|
+
const serviceDefaults = { minDelay: 6, maxDelay: 600 };
|
|
1092
1092
|
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
1093
1093
|
};
|
|
1094
1094
|
const waitUntilTasksRunning = async (params, input) => {
|
|
1095
|
-
const serviceDefaults = { minDelay: 6, maxDelay:
|
|
1095
|
+
const serviceDefaults = { minDelay: 6, maxDelay: 600 };
|
|
1096
1096
|
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
1097
1097
|
return utilWaiter.checkExceptions(result);
|
|
1098
1098
|
};
|
|
@@ -1126,11 +1126,11 @@ const checkState = async (client, input) => {
|
|
|
1126
1126
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
1127
1127
|
};
|
|
1128
1128
|
const waitForTasksStopped = async (params, input) => {
|
|
1129
|
-
const serviceDefaults = { minDelay: 6, maxDelay:
|
|
1129
|
+
const serviceDefaults = { minDelay: 6, maxDelay: 600 };
|
|
1130
1130
|
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
1131
1131
|
};
|
|
1132
1132
|
const waitUntilTasksStopped = async (params, input) => {
|
|
1133
|
-
const serviceDefaults = { minDelay: 6, maxDelay:
|
|
1133
|
+
const serviceDefaults = { minDelay: 6, maxDelay: 600 };
|
|
1134
1134
|
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
1135
1135
|
return utilWaiter.checkExceptions(result);
|
|
1136
1136
|
};
|
|
@@ -1335,6 +1335,9 @@ const CapacityProviderUpdateStatus = {
|
|
|
1335
1335
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
1336
1336
|
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
1337
1337
|
};
|
|
1338
|
+
const CapacityProviderField = {
|
|
1339
|
+
TAGS: "TAGS",
|
|
1340
|
+
};
|
|
1338
1341
|
const ExecuteCommandLogging = {
|
|
1339
1342
|
DEFAULT: "DEFAULT",
|
|
1340
1343
|
NONE: "NONE",
|
|
@@ -1343,39 +1346,47 @@ const ExecuteCommandLogging = {
|
|
|
1343
1346
|
const ClusterSettingName = {
|
|
1344
1347
|
CONTAINER_INSIGHTS: "containerInsights",
|
|
1345
1348
|
};
|
|
1346
|
-
const
|
|
1347
|
-
|
|
1348
|
-
AverageMemoryUtilization: "AVERAGE_MEMORY",
|
|
1349
|
-
RequestCountPerTarget: "REQUEST_COUNT_PER_TARGET",
|
|
1349
|
+
const TargetType = {
|
|
1350
|
+
CONTAINER_INSTANCE: "container-instance",
|
|
1350
1351
|
};
|
|
1351
|
-
const
|
|
1352
|
+
const InstanceHealthCheckState = {
|
|
1353
|
+
IMPAIRED: "IMPAIRED",
|
|
1354
|
+
INITIALIZING: "INITIALIZING",
|
|
1355
|
+
INSUFFICIENT_DATA: "INSUFFICIENT_DATA",
|
|
1356
|
+
OK: "OK",
|
|
1357
|
+
};
|
|
1358
|
+
const InstanceHealthCheckType = {
|
|
1359
|
+
CONTAINER_RUNTIME: "CONTAINER_RUNTIME",
|
|
1360
|
+
};
|
|
1361
|
+
const ClusterField = {
|
|
1362
|
+
ATTACHMENTS: "ATTACHMENTS",
|
|
1363
|
+
CONFIGURATIONS: "CONFIGURATIONS",
|
|
1364
|
+
SETTINGS: "SETTINGS",
|
|
1365
|
+
STATISTICS: "STATISTICS",
|
|
1366
|
+
TAGS: "TAGS",
|
|
1367
|
+
};
|
|
1368
|
+
const ContainerInstanceStatus = {
|
|
1352
1369
|
ACTIVE: "ACTIVE",
|
|
1370
|
+
DEREGISTERING: "DEREGISTERING",
|
|
1353
1371
|
DRAINING: "DRAINING",
|
|
1354
|
-
|
|
1372
|
+
REGISTERING: "REGISTERING",
|
|
1373
|
+
REGISTRATION_FAILED: "REGISTRATION_FAILED",
|
|
1355
1374
|
};
|
|
1356
|
-
const
|
|
1357
|
-
|
|
1358
|
-
|
|
1375
|
+
const TransportProtocol = {
|
|
1376
|
+
TCP: "tcp",
|
|
1377
|
+
UDP: "udp",
|
|
1359
1378
|
};
|
|
1360
|
-
const
|
|
1361
|
-
|
|
1362
|
-
POST_SCALE_UP: "POST_SCALE_UP",
|
|
1363
|
-
POST_TEST_TRAFFIC_SHIFT: "POST_TEST_TRAFFIC_SHIFT",
|
|
1364
|
-
PRE_SCALE_UP: "PRE_SCALE_UP",
|
|
1365
|
-
PRODUCTION_TRAFFIC_SHIFT: "PRODUCTION_TRAFFIC_SHIFT",
|
|
1366
|
-
RECONCILE_SERVICE: "RECONCILE_SERVICE",
|
|
1367
|
-
TEST_TRAFFIC_SHIFT: "TEST_TRAFFIC_SHIFT",
|
|
1379
|
+
const ManagedAgentName = {
|
|
1380
|
+
ExecuteCommandAgent: "ExecuteCommandAgent",
|
|
1368
1381
|
};
|
|
1369
|
-
const
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
LINEAR: "LINEAR",
|
|
1373
|
-
ROLLING: "ROLLING",
|
|
1382
|
+
const ContainerInstanceField = {
|
|
1383
|
+
CONTAINER_INSTANCE_HEALTH: "CONTAINER_INSTANCE_HEALTH",
|
|
1384
|
+
TAGS: "TAGS",
|
|
1374
1385
|
};
|
|
1375
|
-
const
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1386
|
+
const DesiredStatus = {
|
|
1387
|
+
PENDING: "PENDING",
|
|
1388
|
+
RUNNING: "RUNNING",
|
|
1389
|
+
STOPPED: "STOPPED",
|
|
1379
1390
|
};
|
|
1380
1391
|
const LaunchType = {
|
|
1381
1392
|
EC2: "EC2",
|
|
@@ -1383,70 +1394,8 @@ const LaunchType = {
|
|
|
1383
1394
|
FARGATE: "FARGATE",
|
|
1384
1395
|
MANAGED_INSTANCES: "MANAGED_INSTANCES",
|
|
1385
1396
|
};
|
|
1386
|
-
const
|
|
1387
|
-
|
|
1388
|
-
ENABLED: "ENABLED",
|
|
1389
|
-
};
|
|
1390
|
-
const PlacementConstraintType = {
|
|
1391
|
-
DISTINCT_INSTANCE: "distinctInstance",
|
|
1392
|
-
MEMBER_OF: "memberOf",
|
|
1393
|
-
};
|
|
1394
|
-
const PlacementStrategyType = {
|
|
1395
|
-
BINPACK: "binpack",
|
|
1396
|
-
RANDOM: "random",
|
|
1397
|
-
SPREAD: "spread",
|
|
1398
|
-
};
|
|
1399
|
-
const PropagateTags = {
|
|
1400
|
-
NONE: "NONE",
|
|
1401
|
-
SERVICE: "SERVICE",
|
|
1402
|
-
TASK_DEFINITION: "TASK_DEFINITION",
|
|
1403
|
-
};
|
|
1404
|
-
const SchedulingStrategy = {
|
|
1405
|
-
DAEMON: "DAEMON",
|
|
1406
|
-
REPLICA: "REPLICA",
|
|
1407
|
-
};
|
|
1408
|
-
const ServiceConnectAccessLoggingFormat = {
|
|
1409
|
-
JSON: "JSON",
|
|
1410
|
-
TEXT: "TEXT",
|
|
1411
|
-
};
|
|
1412
|
-
const ServiceConnectIncludeQueryParameters = {
|
|
1413
|
-
DISABLED: "DISABLED",
|
|
1414
|
-
ENABLED: "ENABLED",
|
|
1415
|
-
};
|
|
1416
|
-
const LogDriver = {
|
|
1417
|
-
AWSFIRELENS: "awsfirelens",
|
|
1418
|
-
AWSLOGS: "awslogs",
|
|
1419
|
-
FLUENTD: "fluentd",
|
|
1420
|
-
GELF: "gelf",
|
|
1421
|
-
JOURNALD: "journald",
|
|
1422
|
-
JSON_FILE: "json-file",
|
|
1423
|
-
SPLUNK: "splunk",
|
|
1424
|
-
SYSLOG: "syslog",
|
|
1425
|
-
};
|
|
1426
|
-
const TaskFilesystemType = {
|
|
1427
|
-
EXT3: "ext3",
|
|
1428
|
-
EXT4: "ext4",
|
|
1429
|
-
NTFS: "ntfs",
|
|
1430
|
-
XFS: "xfs",
|
|
1431
|
-
};
|
|
1432
|
-
const EBSResourceType = {
|
|
1433
|
-
VOLUME: "volume",
|
|
1434
|
-
};
|
|
1435
|
-
const DeploymentRolloutState = {
|
|
1436
|
-
COMPLETED: "COMPLETED",
|
|
1437
|
-
FAILED: "FAILED",
|
|
1438
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
1439
|
-
};
|
|
1440
|
-
const ResourceManagementType = {
|
|
1441
|
-
CUSTOMER: "CUSTOMER",
|
|
1442
|
-
ECS: "ECS",
|
|
1443
|
-
};
|
|
1444
|
-
const ScaleUnit = {
|
|
1445
|
-
PERCENT: "PERCENT",
|
|
1446
|
-
};
|
|
1447
|
-
const StabilityStatus = {
|
|
1448
|
-
STABILIZING: "STABILIZING",
|
|
1449
|
-
STEADY_STATE: "STEADY_STATE",
|
|
1397
|
+
const PlatformDeviceType = {
|
|
1398
|
+
GPU: "GPU",
|
|
1450
1399
|
};
|
|
1451
1400
|
const SettingName = {
|
|
1452
1401
|
AWSVPC_TRUNKING: "awsvpcTrunking",
|
|
@@ -1465,9 +1414,6 @@ const SettingType = {
|
|
|
1465
1414
|
AWS_MANAGED: "aws_managed",
|
|
1466
1415
|
USER: "user",
|
|
1467
1416
|
};
|
|
1468
|
-
const TargetType = {
|
|
1469
|
-
CONTAINER_INSTANCE: "container-instance",
|
|
1470
|
-
};
|
|
1471
1417
|
const Compatibility = {
|
|
1472
1418
|
EC2: "EC2",
|
|
1473
1419
|
EXTERNAL: "EXTERNAL",
|
|
@@ -1492,15 +1438,21 @@ const DeviceCgroupPermission = {
|
|
|
1492
1438
|
READ: "read",
|
|
1493
1439
|
WRITE: "write",
|
|
1494
1440
|
};
|
|
1441
|
+
const LogDriver = {
|
|
1442
|
+
AWSFIRELENS: "awsfirelens",
|
|
1443
|
+
AWSLOGS: "awslogs",
|
|
1444
|
+
FLUENTD: "fluentd",
|
|
1445
|
+
GELF: "gelf",
|
|
1446
|
+
JOURNALD: "journald",
|
|
1447
|
+
JSON_FILE: "json-file",
|
|
1448
|
+
SPLUNK: "splunk",
|
|
1449
|
+
SYSLOG: "syslog",
|
|
1450
|
+
};
|
|
1495
1451
|
const ApplicationProtocol = {
|
|
1496
1452
|
GRPC: "grpc",
|
|
1497
1453
|
HTTP: "http",
|
|
1498
1454
|
HTTP2: "http2",
|
|
1499
1455
|
};
|
|
1500
|
-
const TransportProtocol = {
|
|
1501
|
-
TCP: "tcp",
|
|
1502
|
-
UDP: "udp",
|
|
1503
|
-
};
|
|
1504
1456
|
const ResourceType = {
|
|
1505
1457
|
GPU: "GPU",
|
|
1506
1458
|
INFERENCE_ACCELERATOR: "InferenceAccelerator",
|
|
@@ -1580,31 +1532,13 @@ const EFSTransitEncryption = {
|
|
|
1580
1532
|
DISABLED: "DISABLED",
|
|
1581
1533
|
ENABLED: "ENABLED",
|
|
1582
1534
|
};
|
|
1583
|
-
const
|
|
1584
|
-
IMPAIRED: "IMPAIRED",
|
|
1585
|
-
INITIALIZING: "INITIALIZING",
|
|
1586
|
-
INSUFFICIENT_DATA: "INSUFFICIENT_DATA",
|
|
1587
|
-
OK: "OK",
|
|
1588
|
-
};
|
|
1589
|
-
const InstanceHealthCheckType = {
|
|
1590
|
-
CONTAINER_RUNTIME: "CONTAINER_RUNTIME",
|
|
1591
|
-
};
|
|
1592
|
-
const CapacityProviderField = {
|
|
1593
|
-
TAGS: "TAGS",
|
|
1594
|
-
};
|
|
1595
|
-
const ClusterField = {
|
|
1596
|
-
ATTACHMENTS: "ATTACHMENTS",
|
|
1597
|
-
CONFIGURATIONS: "CONFIGURATIONS",
|
|
1598
|
-
SETTINGS: "SETTINGS",
|
|
1599
|
-
STATISTICS: "STATISTICS",
|
|
1600
|
-
TAGS: "TAGS",
|
|
1601
|
-
};
|
|
1602
|
-
const ContainerInstanceField = {
|
|
1603
|
-
CONTAINER_INSTANCE_HEALTH: "CONTAINER_INSTANCE_HEALTH",
|
|
1535
|
+
const TaskDefinitionField = {
|
|
1604
1536
|
TAGS: "TAGS",
|
|
1605
1537
|
};
|
|
1606
|
-
const
|
|
1607
|
-
|
|
1538
|
+
const TaskDefinitionFamilyStatus = {
|
|
1539
|
+
ACTIVE: "ACTIVE",
|
|
1540
|
+
ALL: "ALL",
|
|
1541
|
+
INACTIVE: "INACTIVE",
|
|
1608
1542
|
};
|
|
1609
1543
|
const ServiceDeploymentRollbackMonitorsStatus = {
|
|
1610
1544
|
DISABLED: "DISABLED",
|
|
@@ -1612,6 +1546,21 @@ const ServiceDeploymentRollbackMonitorsStatus = {
|
|
|
1612
1546
|
MONITORING_COMPLETE: "MONITORING_COMPLETE",
|
|
1613
1547
|
TRIGGERED: "TRIGGERED",
|
|
1614
1548
|
};
|
|
1549
|
+
const DeploymentLifecycleHookStage = {
|
|
1550
|
+
POST_PRODUCTION_TRAFFIC_SHIFT: "POST_PRODUCTION_TRAFFIC_SHIFT",
|
|
1551
|
+
POST_SCALE_UP: "POST_SCALE_UP",
|
|
1552
|
+
POST_TEST_TRAFFIC_SHIFT: "POST_TEST_TRAFFIC_SHIFT",
|
|
1553
|
+
PRE_SCALE_UP: "PRE_SCALE_UP",
|
|
1554
|
+
PRODUCTION_TRAFFIC_SHIFT: "PRODUCTION_TRAFFIC_SHIFT",
|
|
1555
|
+
RECONCILE_SERVICE: "RECONCILE_SERVICE",
|
|
1556
|
+
TEST_TRAFFIC_SHIFT: "TEST_TRAFFIC_SHIFT",
|
|
1557
|
+
};
|
|
1558
|
+
const DeploymentStrategy = {
|
|
1559
|
+
BLUE_GREEN: "BLUE_GREEN",
|
|
1560
|
+
CANARY: "CANARY",
|
|
1561
|
+
LINEAR: "LINEAR",
|
|
1562
|
+
ROLLING: "ROLLING",
|
|
1563
|
+
};
|
|
1615
1564
|
const ServiceDeploymentLifecycleStage = {
|
|
1616
1565
|
BAKE_TIME: "BAKE_TIME",
|
|
1617
1566
|
CLEAN_UP: "CLEAN_UP",
|
|
@@ -1635,6 +1584,90 @@ const ServiceDeploymentStatus = {
|
|
|
1635
1584
|
STOP_REQUESTED: "STOP_REQUESTED",
|
|
1636
1585
|
SUCCESSFUL: "SUCCESSFUL",
|
|
1637
1586
|
};
|
|
1587
|
+
const ExpressGatewayServiceScalingMetric = {
|
|
1588
|
+
AverageCPUUtilization: "AVERAGE_CPU",
|
|
1589
|
+
AverageMemoryUtilization: "AVERAGE_MEMORY",
|
|
1590
|
+
RequestCountPerTarget: "REQUEST_COUNT_PER_TARGET",
|
|
1591
|
+
};
|
|
1592
|
+
const ExpressGatewayServiceStatusCode = {
|
|
1593
|
+
ACTIVE: "ACTIVE",
|
|
1594
|
+
DRAINING: "DRAINING",
|
|
1595
|
+
INACTIVE: "INACTIVE",
|
|
1596
|
+
};
|
|
1597
|
+
const AvailabilityZoneRebalancing = {
|
|
1598
|
+
DISABLED: "DISABLED",
|
|
1599
|
+
ENABLED: "ENABLED",
|
|
1600
|
+
};
|
|
1601
|
+
const DeploymentControllerType = {
|
|
1602
|
+
CODE_DEPLOY: "CODE_DEPLOY",
|
|
1603
|
+
ECS: "ECS",
|
|
1604
|
+
EXTERNAL: "EXTERNAL",
|
|
1605
|
+
};
|
|
1606
|
+
const AssignPublicIp = {
|
|
1607
|
+
DISABLED: "DISABLED",
|
|
1608
|
+
ENABLED: "ENABLED",
|
|
1609
|
+
};
|
|
1610
|
+
const PlacementConstraintType = {
|
|
1611
|
+
DISTINCT_INSTANCE: "distinctInstance",
|
|
1612
|
+
MEMBER_OF: "memberOf",
|
|
1613
|
+
};
|
|
1614
|
+
const PlacementStrategyType = {
|
|
1615
|
+
BINPACK: "binpack",
|
|
1616
|
+
RANDOM: "random",
|
|
1617
|
+
SPREAD: "spread",
|
|
1618
|
+
};
|
|
1619
|
+
const PropagateTags = {
|
|
1620
|
+
NONE: "NONE",
|
|
1621
|
+
SERVICE: "SERVICE",
|
|
1622
|
+
TASK_DEFINITION: "TASK_DEFINITION",
|
|
1623
|
+
};
|
|
1624
|
+
const SchedulingStrategy = {
|
|
1625
|
+
DAEMON: "DAEMON",
|
|
1626
|
+
REPLICA: "REPLICA",
|
|
1627
|
+
};
|
|
1628
|
+
const ServiceConnectAccessLoggingFormat = {
|
|
1629
|
+
JSON: "JSON",
|
|
1630
|
+
TEXT: "TEXT",
|
|
1631
|
+
};
|
|
1632
|
+
const ServiceConnectIncludeQueryParameters = {
|
|
1633
|
+
DISABLED: "DISABLED",
|
|
1634
|
+
ENABLED: "ENABLED",
|
|
1635
|
+
};
|
|
1636
|
+
const TaskFilesystemType = {
|
|
1637
|
+
EXT3: "ext3",
|
|
1638
|
+
EXT4: "ext4",
|
|
1639
|
+
NTFS: "ntfs",
|
|
1640
|
+
XFS: "xfs",
|
|
1641
|
+
};
|
|
1642
|
+
const EBSResourceType = {
|
|
1643
|
+
VOLUME: "volume",
|
|
1644
|
+
};
|
|
1645
|
+
const DeploymentRolloutState = {
|
|
1646
|
+
COMPLETED: "COMPLETED",
|
|
1647
|
+
FAILED: "FAILED",
|
|
1648
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
1649
|
+
};
|
|
1650
|
+
const ResourceManagementType = {
|
|
1651
|
+
CUSTOMER: "CUSTOMER",
|
|
1652
|
+
ECS: "ECS",
|
|
1653
|
+
};
|
|
1654
|
+
const ScaleUnit = {
|
|
1655
|
+
PERCENT: "PERCENT",
|
|
1656
|
+
};
|
|
1657
|
+
const StabilityStatus = {
|
|
1658
|
+
STABILIZING: "STABILIZING",
|
|
1659
|
+
STEADY_STATE: "STEADY_STATE",
|
|
1660
|
+
};
|
|
1661
|
+
const ExpressGatewayServiceInclude = {
|
|
1662
|
+
TAGS: "TAGS",
|
|
1663
|
+
};
|
|
1664
|
+
const ServiceField = {
|
|
1665
|
+
TAGS: "TAGS",
|
|
1666
|
+
};
|
|
1667
|
+
const StopServiceDeploymentStopType = {
|
|
1668
|
+
ABORT: "ABORT",
|
|
1669
|
+
ROLLBACK: "ROLLBACK",
|
|
1670
|
+
};
|
|
1638
1671
|
const ManagedResourceStatus = {
|
|
1639
1672
|
ACTIVE: "ACTIVE",
|
|
1640
1673
|
DELETED: "DELETED",
|
|
@@ -1642,11 +1675,9 @@ const ManagedResourceStatus = {
|
|
|
1642
1675
|
FAILED: "FAILED",
|
|
1643
1676
|
PROVISIONING: "PROVISIONING",
|
|
1644
1677
|
};
|
|
1645
|
-
const
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
const TaskDefinitionField = {
|
|
1649
|
-
TAGS: "TAGS",
|
|
1678
|
+
const SortOrder = {
|
|
1679
|
+
ASC: "ASC",
|
|
1680
|
+
DESC: "DESC",
|
|
1650
1681
|
};
|
|
1651
1682
|
const TaskField = {
|
|
1652
1683
|
TAGS: "TAGS",
|
|
@@ -1660,9 +1691,6 @@ const HealthStatus = {
|
|
|
1660
1691
|
UNHEALTHY: "UNHEALTHY",
|
|
1661
1692
|
UNKNOWN: "UNKNOWN",
|
|
1662
1693
|
};
|
|
1663
|
-
const ManagedAgentName = {
|
|
1664
|
-
ExecuteCommandAgent: "ExecuteCommandAgent",
|
|
1665
|
-
};
|
|
1666
1694
|
const TaskStopCode = {
|
|
1667
1695
|
ESSENTIAL_CONTAINER_EXITED: "EssentialContainerExited",
|
|
1668
1696
|
SERVICE_SCHEDULER_INITIATED: "ServiceSchedulerInitiated",
|
|
@@ -1674,34 +1702,6 @@ const TaskStopCode = {
|
|
|
1674
1702
|
const TaskSetField = {
|
|
1675
1703
|
TAGS: "TAGS",
|
|
1676
1704
|
};
|
|
1677
|
-
const ContainerInstanceStatus = {
|
|
1678
|
-
ACTIVE: "ACTIVE",
|
|
1679
|
-
DEREGISTERING: "DEREGISTERING",
|
|
1680
|
-
DRAINING: "DRAINING",
|
|
1681
|
-
REGISTERING: "REGISTERING",
|
|
1682
|
-
REGISTRATION_FAILED: "REGISTRATION_FAILED",
|
|
1683
|
-
};
|
|
1684
|
-
const TaskDefinitionFamilyStatus = {
|
|
1685
|
-
ACTIVE: "ACTIVE",
|
|
1686
|
-
ALL: "ALL",
|
|
1687
|
-
INACTIVE: "INACTIVE",
|
|
1688
|
-
};
|
|
1689
|
-
const SortOrder = {
|
|
1690
|
-
ASC: "ASC",
|
|
1691
|
-
DESC: "DESC",
|
|
1692
|
-
};
|
|
1693
|
-
const DesiredStatus = {
|
|
1694
|
-
PENDING: "PENDING",
|
|
1695
|
-
RUNNING: "RUNNING",
|
|
1696
|
-
STOPPED: "STOPPED",
|
|
1697
|
-
};
|
|
1698
|
-
const PlatformDeviceType = {
|
|
1699
|
-
GPU: "GPU",
|
|
1700
|
-
};
|
|
1701
|
-
const StopServiceDeploymentStopType = {
|
|
1702
|
-
ABORT: "ABORT",
|
|
1703
|
-
ROLLBACK: "ROLLBACK",
|
|
1704
|
-
};
|
|
1705
1705
|
|
|
1706
1706
|
Object.defineProperty(exports, "$Command", {
|
|
1707
1707
|
enumerable: true,
|