@aws-sdk/client-ecs 3.934.0 → 3.935.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-cjs/index.js +480 -476
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +447 -0
- package/dist-es/models/errors.js +339 -0
- package/dist-es/models/models_0.js +1 -688
- package/dist-es/schemas/schemas_0.js +11 -7
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +6 -0
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -0
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +3 -0
- package/dist-types/commands/ListTasksCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountSettingCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +1 -1
- package/dist-types/commands/PutAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/RunTaskCommand.d.ts +1 -1
- package/dist-types/commands/StartTaskCommand.d.ts +1 -1
- package/dist-types/commands/StopServiceDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/StopTaskCommand.d.ts +1 -1
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +1 -1
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +1 -1
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +7 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateServiceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +1119 -0
- package/dist-types/models/errors.d.ts +397 -0
- package/dist-types/models/models_0.d.ts +2816 -1381
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopServiceDeploymentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +589 -0
- package/dist-types/ts3.4/models/errors.d.ts +209 -0
- package/dist-types/ts3.4/models/models_0.d.ts +437 -729
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-es/models/models_1.js +0 -99
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/models/models_1.d.ts +0 -2908
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -476
package/dist-cjs/index.js
CHANGED
|
@@ -118,32 +118,6 @@ let ECSServiceException$1 = class ECSServiceException extends smithyClient.Servi
|
|
|
118
118
|
}
|
|
119
119
|
};
|
|
120
120
|
|
|
121
|
-
const AcceleratorManufacturer = {
|
|
122
|
-
AMAZON_WEB_SERVICES: "amazon-web-services",
|
|
123
|
-
AMD: "amd",
|
|
124
|
-
HABANA: "habana",
|
|
125
|
-
NVIDIA: "nvidia",
|
|
126
|
-
XILINX: "xilinx",
|
|
127
|
-
};
|
|
128
|
-
const AcceleratorName = {
|
|
129
|
-
A100: "a100",
|
|
130
|
-
A10G: "a10g",
|
|
131
|
-
H100: "h100",
|
|
132
|
-
INFERENTIA: "inferentia",
|
|
133
|
-
K520: "k520",
|
|
134
|
-
K80: "k80",
|
|
135
|
-
M60: "m60",
|
|
136
|
-
RADEON_PRO_V520: "radeon-pro-v520",
|
|
137
|
-
T4: "t4",
|
|
138
|
-
T4G: "t4g",
|
|
139
|
-
V100: "v100",
|
|
140
|
-
VU9P: "vu9p",
|
|
141
|
-
};
|
|
142
|
-
const AcceleratorType = {
|
|
143
|
-
FPGA: "fpga",
|
|
144
|
-
GPU: "gpu",
|
|
145
|
-
INFERENCE: "inference",
|
|
146
|
-
};
|
|
147
121
|
let AccessDeniedException$1 = class AccessDeniedException extends ECSServiceException$1 {
|
|
148
122
|
name = "AccessDeniedException";
|
|
149
123
|
$fault = "client";
|
|
@@ -156,14 +130,6 @@ let AccessDeniedException$1 = class AccessDeniedException extends ECSServiceExce
|
|
|
156
130
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
157
131
|
}
|
|
158
132
|
};
|
|
159
|
-
const AgentUpdateStatus = {
|
|
160
|
-
FAILED: "FAILED",
|
|
161
|
-
PENDING: "PENDING",
|
|
162
|
-
STAGED: "STAGED",
|
|
163
|
-
STAGING: "STAGING",
|
|
164
|
-
UPDATED: "UPDATED",
|
|
165
|
-
UPDATING: "UPDATING",
|
|
166
|
-
};
|
|
167
133
|
let ClientException$1 = class ClientException extends ECSServiceException$1 {
|
|
168
134
|
name = "ClientException";
|
|
169
135
|
$fault = "client";
|
|
@@ -188,77 +154,6 @@ let ClusterNotFoundException$1 = class ClusterNotFoundException extends ECSServi
|
|
|
188
154
|
Object.setPrototypeOf(this, ClusterNotFoundException.prototype);
|
|
189
155
|
}
|
|
190
156
|
};
|
|
191
|
-
const ManagedDraining = {
|
|
192
|
-
DISABLED: "DISABLED",
|
|
193
|
-
ENABLED: "ENABLED",
|
|
194
|
-
};
|
|
195
|
-
const ManagedScalingStatus = {
|
|
196
|
-
DISABLED: "DISABLED",
|
|
197
|
-
ENABLED: "ENABLED",
|
|
198
|
-
};
|
|
199
|
-
const ManagedTerminationProtection = {
|
|
200
|
-
DISABLED: "DISABLED",
|
|
201
|
-
ENABLED: "ENABLED",
|
|
202
|
-
};
|
|
203
|
-
const BareMetal = {
|
|
204
|
-
EXCLUDED: "excluded",
|
|
205
|
-
INCLUDED: "included",
|
|
206
|
-
REQUIRED: "required",
|
|
207
|
-
};
|
|
208
|
-
const BurstablePerformance = {
|
|
209
|
-
EXCLUDED: "excluded",
|
|
210
|
-
INCLUDED: "included",
|
|
211
|
-
REQUIRED: "required",
|
|
212
|
-
};
|
|
213
|
-
const CpuManufacturer = {
|
|
214
|
-
AMAZON_WEB_SERVICES: "amazon-web-services",
|
|
215
|
-
AMD: "amd",
|
|
216
|
-
INTEL: "intel",
|
|
217
|
-
};
|
|
218
|
-
const InstanceGeneration = {
|
|
219
|
-
CURRENT: "current",
|
|
220
|
-
PREVIOUS: "previous",
|
|
221
|
-
};
|
|
222
|
-
const LocalStorage = {
|
|
223
|
-
EXCLUDED: "excluded",
|
|
224
|
-
INCLUDED: "included",
|
|
225
|
-
REQUIRED: "required",
|
|
226
|
-
};
|
|
227
|
-
const LocalStorageType = {
|
|
228
|
-
HDD: "hdd",
|
|
229
|
-
SSD: "ssd",
|
|
230
|
-
};
|
|
231
|
-
const ManagedInstancesMonitoringOptions = {
|
|
232
|
-
BASIC: "BASIC",
|
|
233
|
-
DETAILED: "DETAILED",
|
|
234
|
-
};
|
|
235
|
-
const PropagateMITags = {
|
|
236
|
-
CAPACITY_PROVIDER: "CAPACITY_PROVIDER",
|
|
237
|
-
NONE: "NONE",
|
|
238
|
-
};
|
|
239
|
-
const CapacityProviderStatus = {
|
|
240
|
-
ACTIVE: "ACTIVE",
|
|
241
|
-
DEPROVISIONING: "DEPROVISIONING",
|
|
242
|
-
INACTIVE: "INACTIVE",
|
|
243
|
-
PROVISIONING: "PROVISIONING",
|
|
244
|
-
};
|
|
245
|
-
const CapacityProviderType = {
|
|
246
|
-
EC2_AUTOSCALING: "EC2_AUTOSCALING",
|
|
247
|
-
FARGATE: "FARGATE",
|
|
248
|
-
FARGATE_SPOT: "FARGATE_SPOT",
|
|
249
|
-
MANAGED_INSTANCES: "MANAGED_INSTANCES",
|
|
250
|
-
};
|
|
251
|
-
const CapacityProviderUpdateStatus = {
|
|
252
|
-
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
253
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
254
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
255
|
-
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
256
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
257
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
258
|
-
UPDATE_COMPLETE: "UPDATE_COMPLETE",
|
|
259
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
260
|
-
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
261
|
-
};
|
|
262
157
|
let InvalidParameterException$1 = class InvalidParameterException extends ECSServiceException$1 {
|
|
263
158
|
name = "InvalidParameterException";
|
|
264
159
|
$fault = "client";
|
|
@@ -319,14 +214,6 @@ let UpdateInProgressException$1 = class UpdateInProgressException extends ECSSer
|
|
|
319
214
|
Object.setPrototypeOf(this, UpdateInProgressException.prototype);
|
|
320
215
|
}
|
|
321
216
|
};
|
|
322
|
-
const ExecuteCommandLogging = {
|
|
323
|
-
DEFAULT: "DEFAULT",
|
|
324
|
-
NONE: "NONE",
|
|
325
|
-
OVERRIDE: "OVERRIDE",
|
|
326
|
-
};
|
|
327
|
-
const ClusterSettingName = {
|
|
328
|
-
CONTAINER_INSIGHTS: "containerInsights",
|
|
329
|
-
};
|
|
330
217
|
let NamespaceNotFoundException$1 = class NamespaceNotFoundException extends ECSServiceException$1 {
|
|
331
218
|
name = "NamespaceNotFoundException";
|
|
332
219
|
$fault = "client";
|
|
@@ -339,97 +226,6 @@ let NamespaceNotFoundException$1 = class NamespaceNotFoundException extends ECSS
|
|
|
339
226
|
Object.setPrototypeOf(this, NamespaceNotFoundException.prototype);
|
|
340
227
|
}
|
|
341
228
|
};
|
|
342
|
-
const AvailabilityZoneRebalancing = {
|
|
343
|
-
DISABLED: "DISABLED",
|
|
344
|
-
ENABLED: "ENABLED",
|
|
345
|
-
};
|
|
346
|
-
const DeploymentLifecycleHookStage = {
|
|
347
|
-
POST_PRODUCTION_TRAFFIC_SHIFT: "POST_PRODUCTION_TRAFFIC_SHIFT",
|
|
348
|
-
POST_SCALE_UP: "POST_SCALE_UP",
|
|
349
|
-
POST_TEST_TRAFFIC_SHIFT: "POST_TEST_TRAFFIC_SHIFT",
|
|
350
|
-
PRE_SCALE_UP: "PRE_SCALE_UP",
|
|
351
|
-
PRODUCTION_TRAFFIC_SHIFT: "PRODUCTION_TRAFFIC_SHIFT",
|
|
352
|
-
RECONCILE_SERVICE: "RECONCILE_SERVICE",
|
|
353
|
-
TEST_TRAFFIC_SHIFT: "TEST_TRAFFIC_SHIFT",
|
|
354
|
-
};
|
|
355
|
-
const DeploymentStrategy = {
|
|
356
|
-
BLUE_GREEN: "BLUE_GREEN",
|
|
357
|
-
CANARY: "CANARY",
|
|
358
|
-
LINEAR: "LINEAR",
|
|
359
|
-
ROLLING: "ROLLING",
|
|
360
|
-
};
|
|
361
|
-
const DeploymentControllerType = {
|
|
362
|
-
CODE_DEPLOY: "CODE_DEPLOY",
|
|
363
|
-
ECS: "ECS",
|
|
364
|
-
EXTERNAL: "EXTERNAL",
|
|
365
|
-
};
|
|
366
|
-
const LaunchType = {
|
|
367
|
-
EC2: "EC2",
|
|
368
|
-
EXTERNAL: "EXTERNAL",
|
|
369
|
-
FARGATE: "FARGATE",
|
|
370
|
-
MANAGED_INSTANCES: "MANAGED_INSTANCES",
|
|
371
|
-
};
|
|
372
|
-
const AssignPublicIp = {
|
|
373
|
-
DISABLED: "DISABLED",
|
|
374
|
-
ENABLED: "ENABLED",
|
|
375
|
-
};
|
|
376
|
-
const PlacementConstraintType = {
|
|
377
|
-
DISTINCT_INSTANCE: "distinctInstance",
|
|
378
|
-
MEMBER_OF: "memberOf",
|
|
379
|
-
};
|
|
380
|
-
const PlacementStrategyType = {
|
|
381
|
-
BINPACK: "binpack",
|
|
382
|
-
RANDOM: "random",
|
|
383
|
-
SPREAD: "spread",
|
|
384
|
-
};
|
|
385
|
-
const PropagateTags = {
|
|
386
|
-
NONE: "NONE",
|
|
387
|
-
SERVICE: "SERVICE",
|
|
388
|
-
TASK_DEFINITION: "TASK_DEFINITION",
|
|
389
|
-
};
|
|
390
|
-
const SchedulingStrategy = {
|
|
391
|
-
DAEMON: "DAEMON",
|
|
392
|
-
REPLICA: "REPLICA",
|
|
393
|
-
};
|
|
394
|
-
const ServiceConnectAccessLoggingFormat = {
|
|
395
|
-
JSON: "JSON",
|
|
396
|
-
TEXT: "TEXT",
|
|
397
|
-
};
|
|
398
|
-
const ServiceConnectIncludeQueryParameters = {
|
|
399
|
-
DISABLED: "DISABLED",
|
|
400
|
-
ENABLED: "ENABLED",
|
|
401
|
-
};
|
|
402
|
-
const LogDriver = {
|
|
403
|
-
AWSFIRELENS: "awsfirelens",
|
|
404
|
-
AWSLOGS: "awslogs",
|
|
405
|
-
FLUENTD: "fluentd",
|
|
406
|
-
GELF: "gelf",
|
|
407
|
-
JOURNALD: "journald",
|
|
408
|
-
JSON_FILE: "json-file",
|
|
409
|
-
SPLUNK: "splunk",
|
|
410
|
-
SYSLOG: "syslog",
|
|
411
|
-
};
|
|
412
|
-
const TaskFilesystemType = {
|
|
413
|
-
EXT3: "ext3",
|
|
414
|
-
EXT4: "ext4",
|
|
415
|
-
NTFS: "ntfs",
|
|
416
|
-
XFS: "xfs",
|
|
417
|
-
};
|
|
418
|
-
const EBSResourceType = {
|
|
419
|
-
VOLUME: "volume",
|
|
420
|
-
};
|
|
421
|
-
const DeploymentRolloutState = {
|
|
422
|
-
COMPLETED: "COMPLETED",
|
|
423
|
-
FAILED: "FAILED",
|
|
424
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
425
|
-
};
|
|
426
|
-
const ScaleUnit = {
|
|
427
|
-
PERCENT: "PERCENT",
|
|
428
|
-
};
|
|
429
|
-
const StabilityStatus = {
|
|
430
|
-
STABILIZING: "STABILIZING",
|
|
431
|
-
STEADY_STATE: "STEADY_STATE",
|
|
432
|
-
};
|
|
433
229
|
let PlatformTaskDefinitionIncompatibilityException$1 = class PlatformTaskDefinitionIncompatibilityException extends ECSServiceException$1 {
|
|
434
230
|
name = "PlatformTaskDefinitionIncompatibilityException";
|
|
435
231
|
$fault = "client";
|
|
@@ -478,25 +274,6 @@ let ServiceNotFoundException$1 = class ServiceNotFoundException extends ECSServi
|
|
|
478
274
|
Object.setPrototypeOf(this, ServiceNotFoundException.prototype);
|
|
479
275
|
}
|
|
480
276
|
};
|
|
481
|
-
const SettingName = {
|
|
482
|
-
AWSVPC_TRUNKING: "awsvpcTrunking",
|
|
483
|
-
CONTAINER_INSIGHTS: "containerInsights",
|
|
484
|
-
CONTAINER_INSTANCE_LONG_ARN_FORMAT: "containerInstanceLongArnFormat",
|
|
485
|
-
DEFAULT_LOG_DRIVER_MODE: "defaultLogDriverMode",
|
|
486
|
-
FARGATE_FIPS_MODE: "fargateFIPSMode",
|
|
487
|
-
FARGATE_TASK_RETIREMENT_WAIT_PERIOD: "fargateTaskRetirementWaitPeriod",
|
|
488
|
-
GUARD_DUTY_ACTIVATE: "guardDutyActivate",
|
|
489
|
-
SERVICE_LONG_ARN_FORMAT: "serviceLongArnFormat",
|
|
490
|
-
TAG_RESOURCE_AUTHORIZATION: "tagResourceAuthorization",
|
|
491
|
-
TASK_LONG_ARN_FORMAT: "taskLongArnFormat",
|
|
492
|
-
};
|
|
493
|
-
const SettingType = {
|
|
494
|
-
AWS_MANAGED: "aws_managed",
|
|
495
|
-
USER: "user",
|
|
496
|
-
};
|
|
497
|
-
const TargetType = {
|
|
498
|
-
CONTAINER_INSTANCE: "container-instance",
|
|
499
|
-
};
|
|
500
277
|
let TargetNotFoundException$1 = class TargetNotFoundException extends ECSServiceException$1 {
|
|
501
278
|
name = "TargetNotFoundException";
|
|
502
279
|
$fault = "client";
|
|
@@ -557,225 +334,29 @@ let ClusterContainsTasksException$1 = class ClusterContainsTasksException extend
|
|
|
557
334
|
Object.setPrototypeOf(this, ClusterContainsTasksException.prototype);
|
|
558
335
|
}
|
|
559
336
|
};
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
337
|
+
let TaskSetNotFoundException$1 = class TaskSetNotFoundException extends ECSServiceException$1 {
|
|
338
|
+
name = "TaskSetNotFoundException";
|
|
339
|
+
$fault = "client";
|
|
340
|
+
constructor(opts) {
|
|
341
|
+
super({
|
|
342
|
+
name: "TaskSetNotFoundException",
|
|
343
|
+
$fault: "client",
|
|
344
|
+
...opts,
|
|
345
|
+
});
|
|
346
|
+
Object.setPrototypeOf(this, TaskSetNotFoundException.prototype);
|
|
347
|
+
}
|
|
565
348
|
};
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
};
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
FLUENTD: "fluentd",
|
|
578
|
-
};
|
|
579
|
-
const DeviceCgroupPermission = {
|
|
580
|
-
MKNOD: "mknod",
|
|
581
|
-
READ: "read",
|
|
582
|
-
WRITE: "write",
|
|
583
|
-
};
|
|
584
|
-
const ApplicationProtocol = {
|
|
585
|
-
GRPC: "grpc",
|
|
586
|
-
HTTP: "http",
|
|
587
|
-
HTTP2: "http2",
|
|
588
|
-
};
|
|
589
|
-
const TransportProtocol = {
|
|
590
|
-
TCP: "tcp",
|
|
591
|
-
UDP: "udp",
|
|
592
|
-
};
|
|
593
|
-
const ResourceType = {
|
|
594
|
-
GPU: "GPU",
|
|
595
|
-
INFERENCE_ACCELERATOR: "InferenceAccelerator",
|
|
596
|
-
};
|
|
597
|
-
const UlimitName = {
|
|
598
|
-
CORE: "core",
|
|
599
|
-
CPU: "cpu",
|
|
600
|
-
DATA: "data",
|
|
601
|
-
FSIZE: "fsize",
|
|
602
|
-
LOCKS: "locks",
|
|
603
|
-
MEMLOCK: "memlock",
|
|
604
|
-
MSGQUEUE: "msgqueue",
|
|
605
|
-
NICE: "nice",
|
|
606
|
-
NOFILE: "nofile",
|
|
607
|
-
NPROC: "nproc",
|
|
608
|
-
RSS: "rss",
|
|
609
|
-
RTPRIO: "rtprio",
|
|
610
|
-
RTTIME: "rttime",
|
|
611
|
-
SIGPENDING: "sigpending",
|
|
612
|
-
STACK: "stack",
|
|
613
|
-
};
|
|
614
|
-
const VersionConsistency = {
|
|
615
|
-
DISABLED: "disabled",
|
|
616
|
-
ENABLED: "enabled",
|
|
617
|
-
};
|
|
618
|
-
const IpcMode = {
|
|
619
|
-
HOST: "host",
|
|
620
|
-
NONE: "none",
|
|
621
|
-
TASK: "task",
|
|
622
|
-
};
|
|
623
|
-
const NetworkMode = {
|
|
624
|
-
AWSVPC: "awsvpc",
|
|
625
|
-
BRIDGE: "bridge",
|
|
626
|
-
HOST: "host",
|
|
627
|
-
NONE: "none",
|
|
628
|
-
};
|
|
629
|
-
const PidMode = {
|
|
630
|
-
HOST: "host",
|
|
631
|
-
TASK: "task",
|
|
632
|
-
};
|
|
633
|
-
const TaskDefinitionPlacementConstraintType = {
|
|
634
|
-
MEMBER_OF: "memberOf",
|
|
635
|
-
};
|
|
636
|
-
const ProxyConfigurationType = {
|
|
637
|
-
APPMESH: "APPMESH",
|
|
638
|
-
};
|
|
639
|
-
const CPUArchitecture = {
|
|
640
|
-
ARM64: "ARM64",
|
|
641
|
-
X86_64: "X86_64",
|
|
642
|
-
};
|
|
643
|
-
const OSFamily = {
|
|
644
|
-
LINUX: "LINUX",
|
|
645
|
-
WINDOWS_SERVER_2004_CORE: "WINDOWS_SERVER_2004_CORE",
|
|
646
|
-
WINDOWS_SERVER_2016_FULL: "WINDOWS_SERVER_2016_FULL",
|
|
647
|
-
WINDOWS_SERVER_2019_CORE: "WINDOWS_SERVER_2019_CORE",
|
|
648
|
-
WINDOWS_SERVER_2019_FULL: "WINDOWS_SERVER_2019_FULL",
|
|
649
|
-
WINDOWS_SERVER_2022_CORE: "WINDOWS_SERVER_2022_CORE",
|
|
650
|
-
WINDOWS_SERVER_2022_FULL: "WINDOWS_SERVER_2022_FULL",
|
|
651
|
-
WINDOWS_SERVER_2025_CORE: "WINDOWS_SERVER_2025_CORE",
|
|
652
|
-
WINDOWS_SERVER_2025_FULL: "WINDOWS_SERVER_2025_FULL",
|
|
653
|
-
WINDOWS_SERVER_20H2_CORE: "WINDOWS_SERVER_20H2_CORE",
|
|
654
|
-
};
|
|
655
|
-
const TaskDefinitionStatus = {
|
|
656
|
-
ACTIVE: "ACTIVE",
|
|
657
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
658
|
-
INACTIVE: "INACTIVE",
|
|
659
|
-
};
|
|
660
|
-
const Scope = {
|
|
661
|
-
SHARED: "shared",
|
|
662
|
-
TASK: "task",
|
|
663
|
-
};
|
|
664
|
-
const EFSAuthorizationConfigIAM = {
|
|
665
|
-
DISABLED: "DISABLED",
|
|
666
|
-
ENABLED: "ENABLED",
|
|
667
|
-
};
|
|
668
|
-
const EFSTransitEncryption = {
|
|
669
|
-
DISABLED: "DISABLED",
|
|
670
|
-
ENABLED: "ENABLED",
|
|
671
|
-
};
|
|
672
|
-
let TaskSetNotFoundException$1 = class TaskSetNotFoundException extends ECSServiceException$1 {
|
|
673
|
-
name = "TaskSetNotFoundException";
|
|
674
|
-
$fault = "client";
|
|
675
|
-
constructor(opts) {
|
|
676
|
-
super({
|
|
677
|
-
name: "TaskSetNotFoundException",
|
|
678
|
-
$fault: "client",
|
|
679
|
-
...opts,
|
|
680
|
-
});
|
|
681
|
-
Object.setPrototypeOf(this, TaskSetNotFoundException.prototype);
|
|
682
|
-
}
|
|
683
|
-
};
|
|
684
|
-
const InstanceHealthCheckState = {
|
|
685
|
-
IMPAIRED: "IMPAIRED",
|
|
686
|
-
INITIALIZING: "INITIALIZING",
|
|
687
|
-
INSUFFICIENT_DATA: "INSUFFICIENT_DATA",
|
|
688
|
-
OK: "OK",
|
|
689
|
-
};
|
|
690
|
-
const InstanceHealthCheckType = {
|
|
691
|
-
CONTAINER_RUNTIME: "CONTAINER_RUNTIME",
|
|
692
|
-
};
|
|
693
|
-
const CapacityProviderField = {
|
|
694
|
-
TAGS: "TAGS",
|
|
695
|
-
};
|
|
696
|
-
const ClusterField = {
|
|
697
|
-
ATTACHMENTS: "ATTACHMENTS",
|
|
698
|
-
CONFIGURATIONS: "CONFIGURATIONS",
|
|
699
|
-
SETTINGS: "SETTINGS",
|
|
700
|
-
STATISTICS: "STATISTICS",
|
|
701
|
-
TAGS: "TAGS",
|
|
702
|
-
};
|
|
703
|
-
const ContainerInstanceField = {
|
|
704
|
-
CONTAINER_INSTANCE_HEALTH: "CONTAINER_INSTANCE_HEALTH",
|
|
705
|
-
TAGS: "TAGS",
|
|
706
|
-
};
|
|
707
|
-
const ServiceDeploymentRollbackMonitorsStatus = {
|
|
708
|
-
DISABLED: "DISABLED",
|
|
709
|
-
MONITORING: "MONITORING",
|
|
710
|
-
MONITORING_COMPLETE: "MONITORING_COMPLETE",
|
|
711
|
-
TRIGGERED: "TRIGGERED",
|
|
712
|
-
};
|
|
713
|
-
const ServiceDeploymentLifecycleStage = {
|
|
714
|
-
BAKE_TIME: "BAKE_TIME",
|
|
715
|
-
CLEAN_UP: "CLEAN_UP",
|
|
716
|
-
POST_PRODUCTION_TRAFFIC_SHIFT: "POST_PRODUCTION_TRAFFIC_SHIFT",
|
|
717
|
-
POST_SCALE_UP: "POST_SCALE_UP",
|
|
718
|
-
POST_TEST_TRAFFIC_SHIFT: "POST_TEST_TRAFFIC_SHIFT",
|
|
719
|
-
PRE_SCALE_UP: "PRE_SCALE_UP",
|
|
720
|
-
PRODUCTION_TRAFFIC_SHIFT: "PRODUCTION_TRAFFIC_SHIFT",
|
|
721
|
-
RECONCILE_SERVICE: "RECONCILE_SERVICE",
|
|
722
|
-
SCALE_UP: "SCALE_UP",
|
|
723
|
-
TEST_TRAFFIC_SHIFT: "TEST_TRAFFIC_SHIFT",
|
|
724
|
-
};
|
|
725
|
-
const ServiceDeploymentStatus = {
|
|
726
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
727
|
-
PENDING: "PENDING",
|
|
728
|
-
ROLLBACK_FAILED: "ROLLBACK_FAILED",
|
|
729
|
-
ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
|
|
730
|
-
ROLLBACK_REQUESTED: "ROLLBACK_REQUESTED",
|
|
731
|
-
ROLLBACK_SUCCESSFUL: "ROLLBACK_SUCCESSFUL",
|
|
732
|
-
STOPPED: "STOPPED",
|
|
733
|
-
STOP_REQUESTED: "STOP_REQUESTED",
|
|
734
|
-
SUCCESSFUL: "SUCCESSFUL",
|
|
735
|
-
};
|
|
736
|
-
const ServiceField = {
|
|
737
|
-
TAGS: "TAGS",
|
|
738
|
-
};
|
|
739
|
-
const TaskDefinitionField = {
|
|
740
|
-
TAGS: "TAGS",
|
|
741
|
-
};
|
|
742
|
-
const TaskField = {
|
|
743
|
-
TAGS: "TAGS",
|
|
744
|
-
};
|
|
745
|
-
const Connectivity = {
|
|
746
|
-
CONNECTED: "CONNECTED",
|
|
747
|
-
DISCONNECTED: "DISCONNECTED",
|
|
748
|
-
};
|
|
749
|
-
const HealthStatus = {
|
|
750
|
-
HEALTHY: "HEALTHY",
|
|
751
|
-
UNHEALTHY: "UNHEALTHY",
|
|
752
|
-
UNKNOWN: "UNKNOWN",
|
|
753
|
-
};
|
|
754
|
-
const ManagedAgentName = {
|
|
755
|
-
ExecuteCommandAgent: "ExecuteCommandAgent",
|
|
756
|
-
};
|
|
757
|
-
const TaskStopCode = {
|
|
758
|
-
ESSENTIAL_CONTAINER_EXITED: "EssentialContainerExited",
|
|
759
|
-
SERVICE_SCHEDULER_INITIATED: "ServiceSchedulerInitiated",
|
|
760
|
-
SPOT_INTERRUPTION: "SpotInterruption",
|
|
761
|
-
TASK_FAILED_TO_START: "TaskFailedToStart",
|
|
762
|
-
TERMINATION_NOTICE: "TerminationNotice",
|
|
763
|
-
USER_INITIATED: "UserInitiated",
|
|
764
|
-
};
|
|
765
|
-
const TaskSetField = {
|
|
766
|
-
TAGS: "TAGS",
|
|
767
|
-
};
|
|
768
|
-
let TargetNotConnectedException$1 = class TargetNotConnectedException extends ECSServiceException$1 {
|
|
769
|
-
name = "TargetNotConnectedException";
|
|
770
|
-
$fault = "client";
|
|
771
|
-
constructor(opts) {
|
|
772
|
-
super({
|
|
773
|
-
name: "TargetNotConnectedException",
|
|
774
|
-
$fault: "client",
|
|
775
|
-
...opts,
|
|
776
|
-
});
|
|
777
|
-
Object.setPrototypeOf(this, TargetNotConnectedException.prototype);
|
|
778
|
-
}
|
|
349
|
+
let TargetNotConnectedException$1 = class TargetNotConnectedException extends ECSServiceException$1 {
|
|
350
|
+
name = "TargetNotConnectedException";
|
|
351
|
+
$fault = "client";
|
|
352
|
+
constructor(opts) {
|
|
353
|
+
super({
|
|
354
|
+
name: "TargetNotConnectedException",
|
|
355
|
+
$fault: "client",
|
|
356
|
+
...opts,
|
|
357
|
+
});
|
|
358
|
+
Object.setPrototypeOf(this, TargetNotConnectedException.prototype);
|
|
359
|
+
}
|
|
779
360
|
};
|
|
780
361
|
let ResourceNotFoundException$1 = class ResourceNotFoundException extends ECSServiceException$1 {
|
|
781
362
|
name = "ResourceNotFoundException";
|
|
@@ -789,28 +370,6 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends ECSSer
|
|
|
789
370
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
790
371
|
}
|
|
791
372
|
};
|
|
792
|
-
const ContainerInstanceStatus = {
|
|
793
|
-
ACTIVE: "ACTIVE",
|
|
794
|
-
DEREGISTERING: "DEREGISTERING",
|
|
795
|
-
DRAINING: "DRAINING",
|
|
796
|
-
REGISTERING: "REGISTERING",
|
|
797
|
-
REGISTRATION_FAILED: "REGISTRATION_FAILED",
|
|
798
|
-
};
|
|
799
|
-
const TaskDefinitionFamilyStatus = {
|
|
800
|
-
ACTIVE: "ACTIVE",
|
|
801
|
-
ALL: "ALL",
|
|
802
|
-
INACTIVE: "INACTIVE",
|
|
803
|
-
};
|
|
804
|
-
const SortOrder = {
|
|
805
|
-
ASC: "ASC",
|
|
806
|
-
DESC: "DESC",
|
|
807
|
-
};
|
|
808
|
-
|
|
809
|
-
const DesiredStatus = {
|
|
810
|
-
PENDING: "PENDING",
|
|
811
|
-
RUNNING: "RUNNING",
|
|
812
|
-
STOPPED: "STOPPED",
|
|
813
|
-
};
|
|
814
373
|
let AttributeLimitExceededException$1 = class AttributeLimitExceededException extends ECSServiceException$1 {
|
|
815
374
|
name = "AttributeLimitExceededException";
|
|
816
375
|
$fault = "client";
|
|
@@ -835,9 +394,6 @@ let ResourceInUseException$1 = class ResourceInUseException extends ECSServiceEx
|
|
|
835
394
|
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
836
395
|
}
|
|
837
396
|
};
|
|
838
|
-
const PlatformDeviceType = {
|
|
839
|
-
GPU: "GPU",
|
|
840
|
-
};
|
|
841
397
|
let BlockedException$1 = class BlockedException extends ECSServiceException$1 {
|
|
842
398
|
name = "BlockedException";
|
|
843
399
|
$fault = "client";
|
|
@@ -876,10 +432,6 @@ let ServiceDeploymentNotFoundException$1 = class ServiceDeploymentNotFoundExcept
|
|
|
876
432
|
Object.setPrototypeOf(this, ServiceDeploymentNotFoundException.prototype);
|
|
877
433
|
}
|
|
878
434
|
};
|
|
879
|
-
const StopServiceDeploymentStopType = {
|
|
880
|
-
ABORT: "ABORT",
|
|
881
|
-
ROLLBACK: "ROLLBACK",
|
|
882
|
-
};
|
|
883
435
|
let MissingVersionException$1 = class MissingVersionException extends ECSServiceException$1 {
|
|
884
436
|
name = "MissingVersionException";
|
|
885
437
|
$fault = "client";
|
|
@@ -1087,6 +639,7 @@ const _IHCR = "InstanceHealthCheckResult";
|
|
|
1087
639
|
const _IHCRL = "InstanceHealthCheckResultList";
|
|
1088
640
|
const _ILT = "InstanceLaunchTemplate";
|
|
1089
641
|
const _ILTU = "InstanceLaunchTemplateUpdate";
|
|
642
|
+
const _IO = "InfrastructureOptimization";
|
|
1090
643
|
const _IPE = "InvalidParameterException";
|
|
1091
644
|
const _IRR = "InstanceRequirementsRequest";
|
|
1092
645
|
const _KC = "KernelCapabilities";
|
|
@@ -1535,6 +1088,7 @@ const _iID = "instanceIdentityDocument";
|
|
|
1535
1088
|
const _iIDS = "instanceIdentityDocumentSignature";
|
|
1536
1089
|
const _iLT = "instanceLaunchTemplate";
|
|
1537
1090
|
const _iM = "ipcMode";
|
|
1091
|
+
const _iO = "infrastructureOptimization";
|
|
1538
1092
|
const _iPE = "initProcessEnabled";
|
|
1539
1093
|
const _iPO = "ingressPortOverride";
|
|
1540
1094
|
const _iQP = "includeQueryParameters";
|
|
@@ -1700,6 +1254,7 @@ const _sDAe = "serviceDeploymentArn";
|
|
|
1700
1254
|
const _sEE = "s3EncryptionEnabled";
|
|
1701
1255
|
const _sG = "securityGroups";
|
|
1702
1256
|
const _sI = "snapshotId";
|
|
1257
|
+
const _sIA = "scaleInAfter";
|
|
1703
1258
|
const _sIGB = "sizeInGiB";
|
|
1704
1259
|
const _sIe = "sessionId";
|
|
1705
1260
|
const _sKP = "s3KeyPrefix";
|
|
@@ -2179,8 +1734,8 @@ var CreateManagedInstancesProviderConfiguration = [
|
|
|
2179
1734
|
n0,
|
|
2180
1735
|
_CMIPC,
|
|
2181
1736
|
0,
|
|
2182
|
-
[_iRA, _iLT, _pTr],
|
|
2183
|
-
[0, [() => InstanceLaunchTemplate, 0], 0],
|
|
1737
|
+
[_iRA, _iLT, _pTr, _iO],
|
|
1738
|
+
[0, [() => InstanceLaunchTemplate, 0], 0, () => InfrastructureOptimization],
|
|
2184
1739
|
];
|
|
2185
1740
|
var CreateServiceRequest = [
|
|
2186
1741
|
3,
|
|
@@ -2549,6 +2104,7 @@ var HostEntry = [3, n0, _HE, 0, [_h, _iA], [0, 0]];
|
|
|
2549
2104
|
var HostVolumeProperties = [3, n0, _HVP, 0, [_sPo], [0]];
|
|
2550
2105
|
var InferenceAccelerator = [3, n0, _IA, 0, [_dNe, _dT], [0, 0]];
|
|
2551
2106
|
var InferenceAcceleratorOverride = [3, n0, _IAO, 0, [_dNe, _dT], [0, 0]];
|
|
2107
|
+
var InfrastructureOptimization = [3, n0, _IO, 0, [_sIA], [1]];
|
|
2552
2108
|
var InstanceHealthCheckResult = [3, n0, _IHCR, 0, [_t, _s, _lU, _lSC], [0, 0, 4, 4]];
|
|
2553
2109
|
var InstanceLaunchTemplate = [
|
|
2554
2110
|
3,
|
|
@@ -2811,8 +2367,8 @@ var ManagedInstancesProvider = [
|
|
|
2811
2367
|
n0,
|
|
2812
2368
|
_MIP,
|
|
2813
2369
|
0,
|
|
2814
|
-
[_iRA, _iLT, _pTr],
|
|
2815
|
-
[0, [() => InstanceLaunchTemplate, 0], 0],
|
|
2370
|
+
[_iRA, _iLT, _pTr, _iO],
|
|
2371
|
+
[0, [() => InstanceLaunchTemplate, 0], 0, () => InfrastructureOptimization],
|
|
2816
2372
|
];
|
|
2817
2373
|
var ManagedInstancesStorageConfiguration = [3, n0, _MISC, 0, [_sSGB], [1]];
|
|
2818
2374
|
var ManagedScaling = [3, n0, _MS, 0, [_s, _tC, _mSSS, _mSSSa, _iWP], [0, 1, 1, 1, 1]];
|
|
@@ -3695,8 +3251,8 @@ var UpdateManagedInstancesProviderConfiguration = [
|
|
|
3695
3251
|
n0,
|
|
3696
3252
|
_UMIPC,
|
|
3697
3253
|
0,
|
|
3698
|
-
[_iRA, _iLT, _pTr],
|
|
3699
|
-
[0, [() => InstanceLaunchTemplateUpdate, 0], 0],
|
|
3254
|
+
[_iRA, _iLT, _pTr, _iO],
|
|
3255
|
+
[0, [() => InstanceLaunchTemplateUpdate, 0], 0, () => InfrastructureOptimization],
|
|
3700
3256
|
];
|
|
3701
3257
|
var UpdateServicePrimaryTaskSetRequest = [
|
|
3702
3258
|
3,
|
|
@@ -5462,6 +5018,454 @@ const waitUntilTasksStopped = async (params, input) => {
|
|
|
5462
5018
|
return utilWaiter.checkExceptions(result);
|
|
5463
5019
|
};
|
|
5464
5020
|
|
|
5021
|
+
const AcceleratorManufacturer = {
|
|
5022
|
+
AMAZON_WEB_SERVICES: "amazon-web-services",
|
|
5023
|
+
AMD: "amd",
|
|
5024
|
+
HABANA: "habana",
|
|
5025
|
+
NVIDIA: "nvidia",
|
|
5026
|
+
XILINX: "xilinx",
|
|
5027
|
+
};
|
|
5028
|
+
const AcceleratorName = {
|
|
5029
|
+
A100: "a100",
|
|
5030
|
+
A10G: "a10g",
|
|
5031
|
+
H100: "h100",
|
|
5032
|
+
INFERENTIA: "inferentia",
|
|
5033
|
+
K520: "k520",
|
|
5034
|
+
K80: "k80",
|
|
5035
|
+
M60: "m60",
|
|
5036
|
+
RADEON_PRO_V520: "radeon-pro-v520",
|
|
5037
|
+
T4: "t4",
|
|
5038
|
+
T4G: "t4g",
|
|
5039
|
+
V100: "v100",
|
|
5040
|
+
VU9P: "vu9p",
|
|
5041
|
+
};
|
|
5042
|
+
const AcceleratorType = {
|
|
5043
|
+
FPGA: "fpga",
|
|
5044
|
+
GPU: "gpu",
|
|
5045
|
+
INFERENCE: "inference",
|
|
5046
|
+
};
|
|
5047
|
+
const AgentUpdateStatus = {
|
|
5048
|
+
FAILED: "FAILED",
|
|
5049
|
+
PENDING: "PENDING",
|
|
5050
|
+
STAGED: "STAGED",
|
|
5051
|
+
STAGING: "STAGING",
|
|
5052
|
+
UPDATED: "UPDATED",
|
|
5053
|
+
UPDATING: "UPDATING",
|
|
5054
|
+
};
|
|
5055
|
+
const ManagedDraining = {
|
|
5056
|
+
DISABLED: "DISABLED",
|
|
5057
|
+
ENABLED: "ENABLED",
|
|
5058
|
+
};
|
|
5059
|
+
const ManagedScalingStatus = {
|
|
5060
|
+
DISABLED: "DISABLED",
|
|
5061
|
+
ENABLED: "ENABLED",
|
|
5062
|
+
};
|
|
5063
|
+
const ManagedTerminationProtection = {
|
|
5064
|
+
DISABLED: "DISABLED",
|
|
5065
|
+
ENABLED: "ENABLED",
|
|
5066
|
+
};
|
|
5067
|
+
const BareMetal = {
|
|
5068
|
+
EXCLUDED: "excluded",
|
|
5069
|
+
INCLUDED: "included",
|
|
5070
|
+
REQUIRED: "required",
|
|
5071
|
+
};
|
|
5072
|
+
const BurstablePerformance = {
|
|
5073
|
+
EXCLUDED: "excluded",
|
|
5074
|
+
INCLUDED: "included",
|
|
5075
|
+
REQUIRED: "required",
|
|
5076
|
+
};
|
|
5077
|
+
const CpuManufacturer = {
|
|
5078
|
+
AMAZON_WEB_SERVICES: "amazon-web-services",
|
|
5079
|
+
AMD: "amd",
|
|
5080
|
+
INTEL: "intel",
|
|
5081
|
+
};
|
|
5082
|
+
const InstanceGeneration = {
|
|
5083
|
+
CURRENT: "current",
|
|
5084
|
+
PREVIOUS: "previous",
|
|
5085
|
+
};
|
|
5086
|
+
const LocalStorage = {
|
|
5087
|
+
EXCLUDED: "excluded",
|
|
5088
|
+
INCLUDED: "included",
|
|
5089
|
+
REQUIRED: "required",
|
|
5090
|
+
};
|
|
5091
|
+
const LocalStorageType = {
|
|
5092
|
+
HDD: "hdd",
|
|
5093
|
+
SSD: "ssd",
|
|
5094
|
+
};
|
|
5095
|
+
const ManagedInstancesMonitoringOptions = {
|
|
5096
|
+
BASIC: "BASIC",
|
|
5097
|
+
DETAILED: "DETAILED",
|
|
5098
|
+
};
|
|
5099
|
+
const PropagateMITags = {
|
|
5100
|
+
CAPACITY_PROVIDER: "CAPACITY_PROVIDER",
|
|
5101
|
+
NONE: "NONE",
|
|
5102
|
+
};
|
|
5103
|
+
const CapacityProviderStatus = {
|
|
5104
|
+
ACTIVE: "ACTIVE",
|
|
5105
|
+
DEPROVISIONING: "DEPROVISIONING",
|
|
5106
|
+
INACTIVE: "INACTIVE",
|
|
5107
|
+
PROVISIONING: "PROVISIONING",
|
|
5108
|
+
};
|
|
5109
|
+
const CapacityProviderType = {
|
|
5110
|
+
EC2_AUTOSCALING: "EC2_AUTOSCALING",
|
|
5111
|
+
FARGATE: "FARGATE",
|
|
5112
|
+
FARGATE_SPOT: "FARGATE_SPOT",
|
|
5113
|
+
MANAGED_INSTANCES: "MANAGED_INSTANCES",
|
|
5114
|
+
};
|
|
5115
|
+
const CapacityProviderUpdateStatus = {
|
|
5116
|
+
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
5117
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
5118
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
5119
|
+
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
5120
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
5121
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
5122
|
+
UPDATE_COMPLETE: "UPDATE_COMPLETE",
|
|
5123
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
5124
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
5125
|
+
};
|
|
5126
|
+
const ExecuteCommandLogging = {
|
|
5127
|
+
DEFAULT: "DEFAULT",
|
|
5128
|
+
NONE: "NONE",
|
|
5129
|
+
OVERRIDE: "OVERRIDE",
|
|
5130
|
+
};
|
|
5131
|
+
const ClusterSettingName = {
|
|
5132
|
+
CONTAINER_INSIGHTS: "containerInsights",
|
|
5133
|
+
};
|
|
5134
|
+
const AvailabilityZoneRebalancing = {
|
|
5135
|
+
DISABLED: "DISABLED",
|
|
5136
|
+
ENABLED: "ENABLED",
|
|
5137
|
+
};
|
|
5138
|
+
const DeploymentLifecycleHookStage = {
|
|
5139
|
+
POST_PRODUCTION_TRAFFIC_SHIFT: "POST_PRODUCTION_TRAFFIC_SHIFT",
|
|
5140
|
+
POST_SCALE_UP: "POST_SCALE_UP",
|
|
5141
|
+
POST_TEST_TRAFFIC_SHIFT: "POST_TEST_TRAFFIC_SHIFT",
|
|
5142
|
+
PRE_SCALE_UP: "PRE_SCALE_UP",
|
|
5143
|
+
PRODUCTION_TRAFFIC_SHIFT: "PRODUCTION_TRAFFIC_SHIFT",
|
|
5144
|
+
RECONCILE_SERVICE: "RECONCILE_SERVICE",
|
|
5145
|
+
TEST_TRAFFIC_SHIFT: "TEST_TRAFFIC_SHIFT",
|
|
5146
|
+
};
|
|
5147
|
+
const DeploymentStrategy = {
|
|
5148
|
+
BLUE_GREEN: "BLUE_GREEN",
|
|
5149
|
+
CANARY: "CANARY",
|
|
5150
|
+
LINEAR: "LINEAR",
|
|
5151
|
+
ROLLING: "ROLLING",
|
|
5152
|
+
};
|
|
5153
|
+
const DeploymentControllerType = {
|
|
5154
|
+
CODE_DEPLOY: "CODE_DEPLOY",
|
|
5155
|
+
ECS: "ECS",
|
|
5156
|
+
EXTERNAL: "EXTERNAL",
|
|
5157
|
+
};
|
|
5158
|
+
const LaunchType = {
|
|
5159
|
+
EC2: "EC2",
|
|
5160
|
+
EXTERNAL: "EXTERNAL",
|
|
5161
|
+
FARGATE: "FARGATE",
|
|
5162
|
+
MANAGED_INSTANCES: "MANAGED_INSTANCES",
|
|
5163
|
+
};
|
|
5164
|
+
const AssignPublicIp = {
|
|
5165
|
+
DISABLED: "DISABLED",
|
|
5166
|
+
ENABLED: "ENABLED",
|
|
5167
|
+
};
|
|
5168
|
+
const PlacementConstraintType = {
|
|
5169
|
+
DISTINCT_INSTANCE: "distinctInstance",
|
|
5170
|
+
MEMBER_OF: "memberOf",
|
|
5171
|
+
};
|
|
5172
|
+
const PlacementStrategyType = {
|
|
5173
|
+
BINPACK: "binpack",
|
|
5174
|
+
RANDOM: "random",
|
|
5175
|
+
SPREAD: "spread",
|
|
5176
|
+
};
|
|
5177
|
+
const PropagateTags = {
|
|
5178
|
+
NONE: "NONE",
|
|
5179
|
+
SERVICE: "SERVICE",
|
|
5180
|
+
TASK_DEFINITION: "TASK_DEFINITION",
|
|
5181
|
+
};
|
|
5182
|
+
const SchedulingStrategy = {
|
|
5183
|
+
DAEMON: "DAEMON",
|
|
5184
|
+
REPLICA: "REPLICA",
|
|
5185
|
+
};
|
|
5186
|
+
const ServiceConnectAccessLoggingFormat = {
|
|
5187
|
+
JSON: "JSON",
|
|
5188
|
+
TEXT: "TEXT",
|
|
5189
|
+
};
|
|
5190
|
+
const ServiceConnectIncludeQueryParameters = {
|
|
5191
|
+
DISABLED: "DISABLED",
|
|
5192
|
+
ENABLED: "ENABLED",
|
|
5193
|
+
};
|
|
5194
|
+
const LogDriver = {
|
|
5195
|
+
AWSFIRELENS: "awsfirelens",
|
|
5196
|
+
AWSLOGS: "awslogs",
|
|
5197
|
+
FLUENTD: "fluentd",
|
|
5198
|
+
GELF: "gelf",
|
|
5199
|
+
JOURNALD: "journald",
|
|
5200
|
+
JSON_FILE: "json-file",
|
|
5201
|
+
SPLUNK: "splunk",
|
|
5202
|
+
SYSLOG: "syslog",
|
|
5203
|
+
};
|
|
5204
|
+
const TaskFilesystemType = {
|
|
5205
|
+
EXT3: "ext3",
|
|
5206
|
+
EXT4: "ext4",
|
|
5207
|
+
NTFS: "ntfs",
|
|
5208
|
+
XFS: "xfs",
|
|
5209
|
+
};
|
|
5210
|
+
const EBSResourceType = {
|
|
5211
|
+
VOLUME: "volume",
|
|
5212
|
+
};
|
|
5213
|
+
const DeploymentRolloutState = {
|
|
5214
|
+
COMPLETED: "COMPLETED",
|
|
5215
|
+
FAILED: "FAILED",
|
|
5216
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
5217
|
+
};
|
|
5218
|
+
const ScaleUnit = {
|
|
5219
|
+
PERCENT: "PERCENT",
|
|
5220
|
+
};
|
|
5221
|
+
const StabilityStatus = {
|
|
5222
|
+
STABILIZING: "STABILIZING",
|
|
5223
|
+
STEADY_STATE: "STEADY_STATE",
|
|
5224
|
+
};
|
|
5225
|
+
const SettingName = {
|
|
5226
|
+
AWSVPC_TRUNKING: "awsvpcTrunking",
|
|
5227
|
+
CONTAINER_INSIGHTS: "containerInsights",
|
|
5228
|
+
CONTAINER_INSTANCE_LONG_ARN_FORMAT: "containerInstanceLongArnFormat",
|
|
5229
|
+
DEFAULT_LOG_DRIVER_MODE: "defaultLogDriverMode",
|
|
5230
|
+
FARGATE_FIPS_MODE: "fargateFIPSMode",
|
|
5231
|
+
FARGATE_TASK_RETIREMENT_WAIT_PERIOD: "fargateTaskRetirementWaitPeriod",
|
|
5232
|
+
GUARD_DUTY_ACTIVATE: "guardDutyActivate",
|
|
5233
|
+
SERVICE_LONG_ARN_FORMAT: "serviceLongArnFormat",
|
|
5234
|
+
TAG_RESOURCE_AUTHORIZATION: "tagResourceAuthorization",
|
|
5235
|
+
TASK_LONG_ARN_FORMAT: "taskLongArnFormat",
|
|
5236
|
+
};
|
|
5237
|
+
const SettingType = {
|
|
5238
|
+
AWS_MANAGED: "aws_managed",
|
|
5239
|
+
USER: "user",
|
|
5240
|
+
};
|
|
5241
|
+
const TargetType = {
|
|
5242
|
+
CONTAINER_INSTANCE: "container-instance",
|
|
5243
|
+
};
|
|
5244
|
+
const Compatibility = {
|
|
5245
|
+
EC2: "EC2",
|
|
5246
|
+
EXTERNAL: "EXTERNAL",
|
|
5247
|
+
FARGATE: "FARGATE",
|
|
5248
|
+
MANAGED_INSTANCES: "MANAGED_INSTANCES",
|
|
5249
|
+
};
|
|
5250
|
+
const ContainerCondition = {
|
|
5251
|
+
COMPLETE: "COMPLETE",
|
|
5252
|
+
HEALTHY: "HEALTHY",
|
|
5253
|
+
START: "START",
|
|
5254
|
+
SUCCESS: "SUCCESS",
|
|
5255
|
+
};
|
|
5256
|
+
const EnvironmentFileType = {
|
|
5257
|
+
S3: "s3",
|
|
5258
|
+
};
|
|
5259
|
+
const FirelensConfigurationType = {
|
|
5260
|
+
FLUENTBIT: "fluentbit",
|
|
5261
|
+
FLUENTD: "fluentd",
|
|
5262
|
+
};
|
|
5263
|
+
const DeviceCgroupPermission = {
|
|
5264
|
+
MKNOD: "mknod",
|
|
5265
|
+
READ: "read",
|
|
5266
|
+
WRITE: "write",
|
|
5267
|
+
};
|
|
5268
|
+
const ApplicationProtocol = {
|
|
5269
|
+
GRPC: "grpc",
|
|
5270
|
+
HTTP: "http",
|
|
5271
|
+
HTTP2: "http2",
|
|
5272
|
+
};
|
|
5273
|
+
const TransportProtocol = {
|
|
5274
|
+
TCP: "tcp",
|
|
5275
|
+
UDP: "udp",
|
|
5276
|
+
};
|
|
5277
|
+
const ResourceType = {
|
|
5278
|
+
GPU: "GPU",
|
|
5279
|
+
INFERENCE_ACCELERATOR: "InferenceAccelerator",
|
|
5280
|
+
};
|
|
5281
|
+
const UlimitName = {
|
|
5282
|
+
CORE: "core",
|
|
5283
|
+
CPU: "cpu",
|
|
5284
|
+
DATA: "data",
|
|
5285
|
+
FSIZE: "fsize",
|
|
5286
|
+
LOCKS: "locks",
|
|
5287
|
+
MEMLOCK: "memlock",
|
|
5288
|
+
MSGQUEUE: "msgqueue",
|
|
5289
|
+
NICE: "nice",
|
|
5290
|
+
NOFILE: "nofile",
|
|
5291
|
+
NPROC: "nproc",
|
|
5292
|
+
RSS: "rss",
|
|
5293
|
+
RTPRIO: "rtprio",
|
|
5294
|
+
RTTIME: "rttime",
|
|
5295
|
+
SIGPENDING: "sigpending",
|
|
5296
|
+
STACK: "stack",
|
|
5297
|
+
};
|
|
5298
|
+
const VersionConsistency = {
|
|
5299
|
+
DISABLED: "disabled",
|
|
5300
|
+
ENABLED: "enabled",
|
|
5301
|
+
};
|
|
5302
|
+
const IpcMode = {
|
|
5303
|
+
HOST: "host",
|
|
5304
|
+
NONE: "none",
|
|
5305
|
+
TASK: "task",
|
|
5306
|
+
};
|
|
5307
|
+
const NetworkMode = {
|
|
5308
|
+
AWSVPC: "awsvpc",
|
|
5309
|
+
BRIDGE: "bridge",
|
|
5310
|
+
HOST: "host",
|
|
5311
|
+
NONE: "none",
|
|
5312
|
+
};
|
|
5313
|
+
const PidMode = {
|
|
5314
|
+
HOST: "host",
|
|
5315
|
+
TASK: "task",
|
|
5316
|
+
};
|
|
5317
|
+
const TaskDefinitionPlacementConstraintType = {
|
|
5318
|
+
MEMBER_OF: "memberOf",
|
|
5319
|
+
};
|
|
5320
|
+
const ProxyConfigurationType = {
|
|
5321
|
+
APPMESH: "APPMESH",
|
|
5322
|
+
};
|
|
5323
|
+
const CPUArchitecture = {
|
|
5324
|
+
ARM64: "ARM64",
|
|
5325
|
+
X86_64: "X86_64",
|
|
5326
|
+
};
|
|
5327
|
+
const OSFamily = {
|
|
5328
|
+
LINUX: "LINUX",
|
|
5329
|
+
WINDOWS_SERVER_2004_CORE: "WINDOWS_SERVER_2004_CORE",
|
|
5330
|
+
WINDOWS_SERVER_2016_FULL: "WINDOWS_SERVER_2016_FULL",
|
|
5331
|
+
WINDOWS_SERVER_2019_CORE: "WINDOWS_SERVER_2019_CORE",
|
|
5332
|
+
WINDOWS_SERVER_2019_FULL: "WINDOWS_SERVER_2019_FULL",
|
|
5333
|
+
WINDOWS_SERVER_2022_CORE: "WINDOWS_SERVER_2022_CORE",
|
|
5334
|
+
WINDOWS_SERVER_2022_FULL: "WINDOWS_SERVER_2022_FULL",
|
|
5335
|
+
WINDOWS_SERVER_2025_CORE: "WINDOWS_SERVER_2025_CORE",
|
|
5336
|
+
WINDOWS_SERVER_2025_FULL: "WINDOWS_SERVER_2025_FULL",
|
|
5337
|
+
WINDOWS_SERVER_20H2_CORE: "WINDOWS_SERVER_20H2_CORE",
|
|
5338
|
+
};
|
|
5339
|
+
const TaskDefinitionStatus = {
|
|
5340
|
+
ACTIVE: "ACTIVE",
|
|
5341
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
5342
|
+
INACTIVE: "INACTIVE",
|
|
5343
|
+
};
|
|
5344
|
+
const Scope = {
|
|
5345
|
+
SHARED: "shared",
|
|
5346
|
+
TASK: "task",
|
|
5347
|
+
};
|
|
5348
|
+
const EFSAuthorizationConfigIAM = {
|
|
5349
|
+
DISABLED: "DISABLED",
|
|
5350
|
+
ENABLED: "ENABLED",
|
|
5351
|
+
};
|
|
5352
|
+
const EFSTransitEncryption = {
|
|
5353
|
+
DISABLED: "DISABLED",
|
|
5354
|
+
ENABLED: "ENABLED",
|
|
5355
|
+
};
|
|
5356
|
+
const InstanceHealthCheckState = {
|
|
5357
|
+
IMPAIRED: "IMPAIRED",
|
|
5358
|
+
INITIALIZING: "INITIALIZING",
|
|
5359
|
+
INSUFFICIENT_DATA: "INSUFFICIENT_DATA",
|
|
5360
|
+
OK: "OK",
|
|
5361
|
+
};
|
|
5362
|
+
const InstanceHealthCheckType = {
|
|
5363
|
+
CONTAINER_RUNTIME: "CONTAINER_RUNTIME",
|
|
5364
|
+
};
|
|
5365
|
+
const CapacityProviderField = {
|
|
5366
|
+
TAGS: "TAGS",
|
|
5367
|
+
};
|
|
5368
|
+
const ClusterField = {
|
|
5369
|
+
ATTACHMENTS: "ATTACHMENTS",
|
|
5370
|
+
CONFIGURATIONS: "CONFIGURATIONS",
|
|
5371
|
+
SETTINGS: "SETTINGS",
|
|
5372
|
+
STATISTICS: "STATISTICS",
|
|
5373
|
+
TAGS: "TAGS",
|
|
5374
|
+
};
|
|
5375
|
+
const ContainerInstanceField = {
|
|
5376
|
+
CONTAINER_INSTANCE_HEALTH: "CONTAINER_INSTANCE_HEALTH",
|
|
5377
|
+
TAGS: "TAGS",
|
|
5378
|
+
};
|
|
5379
|
+
const ServiceDeploymentRollbackMonitorsStatus = {
|
|
5380
|
+
DISABLED: "DISABLED",
|
|
5381
|
+
MONITORING: "MONITORING",
|
|
5382
|
+
MONITORING_COMPLETE: "MONITORING_COMPLETE",
|
|
5383
|
+
TRIGGERED: "TRIGGERED",
|
|
5384
|
+
};
|
|
5385
|
+
const ServiceDeploymentLifecycleStage = {
|
|
5386
|
+
BAKE_TIME: "BAKE_TIME",
|
|
5387
|
+
CLEAN_UP: "CLEAN_UP",
|
|
5388
|
+
POST_PRODUCTION_TRAFFIC_SHIFT: "POST_PRODUCTION_TRAFFIC_SHIFT",
|
|
5389
|
+
POST_SCALE_UP: "POST_SCALE_UP",
|
|
5390
|
+
POST_TEST_TRAFFIC_SHIFT: "POST_TEST_TRAFFIC_SHIFT",
|
|
5391
|
+
PRE_SCALE_UP: "PRE_SCALE_UP",
|
|
5392
|
+
PRODUCTION_TRAFFIC_SHIFT: "PRODUCTION_TRAFFIC_SHIFT",
|
|
5393
|
+
RECONCILE_SERVICE: "RECONCILE_SERVICE",
|
|
5394
|
+
SCALE_UP: "SCALE_UP",
|
|
5395
|
+
TEST_TRAFFIC_SHIFT: "TEST_TRAFFIC_SHIFT",
|
|
5396
|
+
};
|
|
5397
|
+
const ServiceDeploymentStatus = {
|
|
5398
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
5399
|
+
PENDING: "PENDING",
|
|
5400
|
+
ROLLBACK_FAILED: "ROLLBACK_FAILED",
|
|
5401
|
+
ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
|
|
5402
|
+
ROLLBACK_REQUESTED: "ROLLBACK_REQUESTED",
|
|
5403
|
+
ROLLBACK_SUCCESSFUL: "ROLLBACK_SUCCESSFUL",
|
|
5404
|
+
STOPPED: "STOPPED",
|
|
5405
|
+
STOP_REQUESTED: "STOP_REQUESTED",
|
|
5406
|
+
SUCCESSFUL: "SUCCESSFUL",
|
|
5407
|
+
};
|
|
5408
|
+
const ServiceField = {
|
|
5409
|
+
TAGS: "TAGS",
|
|
5410
|
+
};
|
|
5411
|
+
const TaskDefinitionField = {
|
|
5412
|
+
TAGS: "TAGS",
|
|
5413
|
+
};
|
|
5414
|
+
const TaskField = {
|
|
5415
|
+
TAGS: "TAGS",
|
|
5416
|
+
};
|
|
5417
|
+
const Connectivity = {
|
|
5418
|
+
CONNECTED: "CONNECTED",
|
|
5419
|
+
DISCONNECTED: "DISCONNECTED",
|
|
5420
|
+
};
|
|
5421
|
+
const HealthStatus = {
|
|
5422
|
+
HEALTHY: "HEALTHY",
|
|
5423
|
+
UNHEALTHY: "UNHEALTHY",
|
|
5424
|
+
UNKNOWN: "UNKNOWN",
|
|
5425
|
+
};
|
|
5426
|
+
const ManagedAgentName = {
|
|
5427
|
+
ExecuteCommandAgent: "ExecuteCommandAgent",
|
|
5428
|
+
};
|
|
5429
|
+
const TaskStopCode = {
|
|
5430
|
+
ESSENTIAL_CONTAINER_EXITED: "EssentialContainerExited",
|
|
5431
|
+
SERVICE_SCHEDULER_INITIATED: "ServiceSchedulerInitiated",
|
|
5432
|
+
SPOT_INTERRUPTION: "SpotInterruption",
|
|
5433
|
+
TASK_FAILED_TO_START: "TaskFailedToStart",
|
|
5434
|
+
TERMINATION_NOTICE: "TerminationNotice",
|
|
5435
|
+
USER_INITIATED: "UserInitiated",
|
|
5436
|
+
};
|
|
5437
|
+
const TaskSetField = {
|
|
5438
|
+
TAGS: "TAGS",
|
|
5439
|
+
};
|
|
5440
|
+
const ContainerInstanceStatus = {
|
|
5441
|
+
ACTIVE: "ACTIVE",
|
|
5442
|
+
DEREGISTERING: "DEREGISTERING",
|
|
5443
|
+
DRAINING: "DRAINING",
|
|
5444
|
+
REGISTERING: "REGISTERING",
|
|
5445
|
+
REGISTRATION_FAILED: "REGISTRATION_FAILED",
|
|
5446
|
+
};
|
|
5447
|
+
const TaskDefinitionFamilyStatus = {
|
|
5448
|
+
ACTIVE: "ACTIVE",
|
|
5449
|
+
ALL: "ALL",
|
|
5450
|
+
INACTIVE: "INACTIVE",
|
|
5451
|
+
};
|
|
5452
|
+
const SortOrder = {
|
|
5453
|
+
ASC: "ASC",
|
|
5454
|
+
DESC: "DESC",
|
|
5455
|
+
};
|
|
5456
|
+
const DesiredStatus = {
|
|
5457
|
+
PENDING: "PENDING",
|
|
5458
|
+
RUNNING: "RUNNING",
|
|
5459
|
+
STOPPED: "STOPPED",
|
|
5460
|
+
};
|
|
5461
|
+
const PlatformDeviceType = {
|
|
5462
|
+
GPU: "GPU",
|
|
5463
|
+
};
|
|
5464
|
+
const StopServiceDeploymentStopType = {
|
|
5465
|
+
ABORT: "ABORT",
|
|
5466
|
+
ROLLBACK: "ROLLBACK",
|
|
5467
|
+
};
|
|
5468
|
+
|
|
5465
5469
|
Object.defineProperty(exports, "$Command", {
|
|
5466
5470
|
enumerable: true,
|
|
5467
5471
|
get: function () { return smithyClient.Command; }
|