@aws-sdk/client-ecs 3.933.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.
Files changed (76) hide show
  1. package/dist-cjs/index.js +480 -476
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +447 -0
  4. package/dist-es/models/errors.js +339 -0
  5. package/dist-es/models/models_0.js +1 -688
  6. package/dist-es/schemas/schemas_0.js +11 -7
  7. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +6 -0
  8. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -0
  9. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +3 -0
  10. package/dist-types/commands/ListTasksCommand.d.ts +1 -1
  11. package/dist-types/commands/PutAccountSettingCommand.d.ts +1 -1
  12. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +1 -1
  13. package/dist-types/commands/PutAttributesCommand.d.ts +1 -1
  14. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +1 -1
  15. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +1 -1
  16. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +1 -1
  17. package/dist-types/commands/RunTaskCommand.d.ts +1 -1
  18. package/dist-types/commands/StartTaskCommand.d.ts +1 -1
  19. package/dist-types/commands/StopServiceDeploymentCommand.d.ts +1 -1
  20. package/dist-types/commands/StopTaskCommand.d.ts +1 -1
  21. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +1 -1
  22. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +1 -1
  23. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +1 -1
  24. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  25. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  26. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +7 -1
  27. package/dist-types/commands/UpdateClusterCommand.d.ts +1 -1
  28. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +1 -1
  29. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +1 -1
  30. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +1 -1
  31. package/dist-types/commands/UpdateServiceCommand.d.ts +1 -1
  32. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +1 -1
  34. package/dist-types/commands/UpdateTaskSetCommand.d.ts +1 -1
  35. package/dist-types/index.d.ts +3 -1
  36. package/dist-types/models/enums.d.ts +1119 -0
  37. package/dist-types/models/errors.d.ts +397 -0
  38. package/dist-types/models/models_0.d.ts +2816 -1381
  39. package/dist-types/schemas/schemas_0.d.ts +1 -0
  40. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/StopServiceDeploymentCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/index.d.ts +3 -1
  66. package/dist-types/ts3.4/models/enums.d.ts +589 -0
  67. package/dist-types/ts3.4/models/errors.d.ts +209 -0
  68. package/dist-types/ts3.4/models/models_0.d.ts +437 -729
  69. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
  70. package/package.json +12 -12
  71. package/dist-es/models/index.js +0 -2
  72. package/dist-es/models/models_1.js +0 -99
  73. package/dist-types/models/index.d.ts +0 -2
  74. package/dist-types/models/models_1.d.ts +0 -2908
  75. package/dist-types/ts3.4/models/index.d.ts +0 -2
  76. package/dist-types/ts3.4/models/models_1.d.ts +0 -476
package/dist-es/index.js CHANGED
@@ -3,5 +3,6 @@ export * from "./ECS";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./waiters";
6
- export * from "./models";
6
+ export * from "./models/enums";
7
+ export * from "./models/errors";
7
8
  export { ECSServiceException } from "./models/ECSServiceException";
@@ -0,0 +1,447 @@
1
+ export const AcceleratorManufacturer = {
2
+ AMAZON_WEB_SERVICES: "amazon-web-services",
3
+ AMD: "amd",
4
+ HABANA: "habana",
5
+ NVIDIA: "nvidia",
6
+ XILINX: "xilinx",
7
+ };
8
+ export const AcceleratorName = {
9
+ A100: "a100",
10
+ A10G: "a10g",
11
+ H100: "h100",
12
+ INFERENTIA: "inferentia",
13
+ K520: "k520",
14
+ K80: "k80",
15
+ M60: "m60",
16
+ RADEON_PRO_V520: "radeon-pro-v520",
17
+ T4: "t4",
18
+ T4G: "t4g",
19
+ V100: "v100",
20
+ VU9P: "vu9p",
21
+ };
22
+ export const AcceleratorType = {
23
+ FPGA: "fpga",
24
+ GPU: "gpu",
25
+ INFERENCE: "inference",
26
+ };
27
+ export const AgentUpdateStatus = {
28
+ FAILED: "FAILED",
29
+ PENDING: "PENDING",
30
+ STAGED: "STAGED",
31
+ STAGING: "STAGING",
32
+ UPDATED: "UPDATED",
33
+ UPDATING: "UPDATING",
34
+ };
35
+ export const ManagedDraining = {
36
+ DISABLED: "DISABLED",
37
+ ENABLED: "ENABLED",
38
+ };
39
+ export const ManagedScalingStatus = {
40
+ DISABLED: "DISABLED",
41
+ ENABLED: "ENABLED",
42
+ };
43
+ export const ManagedTerminationProtection = {
44
+ DISABLED: "DISABLED",
45
+ ENABLED: "ENABLED",
46
+ };
47
+ export const BareMetal = {
48
+ EXCLUDED: "excluded",
49
+ INCLUDED: "included",
50
+ REQUIRED: "required",
51
+ };
52
+ export const BurstablePerformance = {
53
+ EXCLUDED: "excluded",
54
+ INCLUDED: "included",
55
+ REQUIRED: "required",
56
+ };
57
+ export const CpuManufacturer = {
58
+ AMAZON_WEB_SERVICES: "amazon-web-services",
59
+ AMD: "amd",
60
+ INTEL: "intel",
61
+ };
62
+ export const InstanceGeneration = {
63
+ CURRENT: "current",
64
+ PREVIOUS: "previous",
65
+ };
66
+ export const LocalStorage = {
67
+ EXCLUDED: "excluded",
68
+ INCLUDED: "included",
69
+ REQUIRED: "required",
70
+ };
71
+ export const LocalStorageType = {
72
+ HDD: "hdd",
73
+ SSD: "ssd",
74
+ };
75
+ export const ManagedInstancesMonitoringOptions = {
76
+ BASIC: "BASIC",
77
+ DETAILED: "DETAILED",
78
+ };
79
+ export const PropagateMITags = {
80
+ CAPACITY_PROVIDER: "CAPACITY_PROVIDER",
81
+ NONE: "NONE",
82
+ };
83
+ export const CapacityProviderStatus = {
84
+ ACTIVE: "ACTIVE",
85
+ DEPROVISIONING: "DEPROVISIONING",
86
+ INACTIVE: "INACTIVE",
87
+ PROVISIONING: "PROVISIONING",
88
+ };
89
+ export const CapacityProviderType = {
90
+ EC2_AUTOSCALING: "EC2_AUTOSCALING",
91
+ FARGATE: "FARGATE",
92
+ FARGATE_SPOT: "FARGATE_SPOT",
93
+ MANAGED_INSTANCES: "MANAGED_INSTANCES",
94
+ };
95
+ export const CapacityProviderUpdateStatus = {
96
+ CREATE_COMPLETE: "CREATE_COMPLETE",
97
+ CREATE_FAILED: "CREATE_FAILED",
98
+ CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
99
+ DELETE_COMPLETE: "DELETE_COMPLETE",
100
+ DELETE_FAILED: "DELETE_FAILED",
101
+ DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
102
+ UPDATE_COMPLETE: "UPDATE_COMPLETE",
103
+ UPDATE_FAILED: "UPDATE_FAILED",
104
+ UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
105
+ };
106
+ export const ExecuteCommandLogging = {
107
+ DEFAULT: "DEFAULT",
108
+ NONE: "NONE",
109
+ OVERRIDE: "OVERRIDE",
110
+ };
111
+ export const ClusterSettingName = {
112
+ CONTAINER_INSIGHTS: "containerInsights",
113
+ };
114
+ export const AvailabilityZoneRebalancing = {
115
+ DISABLED: "DISABLED",
116
+ ENABLED: "ENABLED",
117
+ };
118
+ export const DeploymentLifecycleHookStage = {
119
+ POST_PRODUCTION_TRAFFIC_SHIFT: "POST_PRODUCTION_TRAFFIC_SHIFT",
120
+ POST_SCALE_UP: "POST_SCALE_UP",
121
+ POST_TEST_TRAFFIC_SHIFT: "POST_TEST_TRAFFIC_SHIFT",
122
+ PRE_SCALE_UP: "PRE_SCALE_UP",
123
+ PRODUCTION_TRAFFIC_SHIFT: "PRODUCTION_TRAFFIC_SHIFT",
124
+ RECONCILE_SERVICE: "RECONCILE_SERVICE",
125
+ TEST_TRAFFIC_SHIFT: "TEST_TRAFFIC_SHIFT",
126
+ };
127
+ export const DeploymentStrategy = {
128
+ BLUE_GREEN: "BLUE_GREEN",
129
+ CANARY: "CANARY",
130
+ LINEAR: "LINEAR",
131
+ ROLLING: "ROLLING",
132
+ };
133
+ export const DeploymentControllerType = {
134
+ CODE_DEPLOY: "CODE_DEPLOY",
135
+ ECS: "ECS",
136
+ EXTERNAL: "EXTERNAL",
137
+ };
138
+ export const LaunchType = {
139
+ EC2: "EC2",
140
+ EXTERNAL: "EXTERNAL",
141
+ FARGATE: "FARGATE",
142
+ MANAGED_INSTANCES: "MANAGED_INSTANCES",
143
+ };
144
+ export const AssignPublicIp = {
145
+ DISABLED: "DISABLED",
146
+ ENABLED: "ENABLED",
147
+ };
148
+ export const PlacementConstraintType = {
149
+ DISTINCT_INSTANCE: "distinctInstance",
150
+ MEMBER_OF: "memberOf",
151
+ };
152
+ export const PlacementStrategyType = {
153
+ BINPACK: "binpack",
154
+ RANDOM: "random",
155
+ SPREAD: "spread",
156
+ };
157
+ export const PropagateTags = {
158
+ NONE: "NONE",
159
+ SERVICE: "SERVICE",
160
+ TASK_DEFINITION: "TASK_DEFINITION",
161
+ };
162
+ export const SchedulingStrategy = {
163
+ DAEMON: "DAEMON",
164
+ REPLICA: "REPLICA",
165
+ };
166
+ export const ServiceConnectAccessLoggingFormat = {
167
+ JSON: "JSON",
168
+ TEXT: "TEXT",
169
+ };
170
+ export const ServiceConnectIncludeQueryParameters = {
171
+ DISABLED: "DISABLED",
172
+ ENABLED: "ENABLED",
173
+ };
174
+ export const LogDriver = {
175
+ AWSFIRELENS: "awsfirelens",
176
+ AWSLOGS: "awslogs",
177
+ FLUENTD: "fluentd",
178
+ GELF: "gelf",
179
+ JOURNALD: "journald",
180
+ JSON_FILE: "json-file",
181
+ SPLUNK: "splunk",
182
+ SYSLOG: "syslog",
183
+ };
184
+ export const TaskFilesystemType = {
185
+ EXT3: "ext3",
186
+ EXT4: "ext4",
187
+ NTFS: "ntfs",
188
+ XFS: "xfs",
189
+ };
190
+ export const EBSResourceType = {
191
+ VOLUME: "volume",
192
+ };
193
+ export const DeploymentRolloutState = {
194
+ COMPLETED: "COMPLETED",
195
+ FAILED: "FAILED",
196
+ IN_PROGRESS: "IN_PROGRESS",
197
+ };
198
+ export const ScaleUnit = {
199
+ PERCENT: "PERCENT",
200
+ };
201
+ export const StabilityStatus = {
202
+ STABILIZING: "STABILIZING",
203
+ STEADY_STATE: "STEADY_STATE",
204
+ };
205
+ export const SettingName = {
206
+ AWSVPC_TRUNKING: "awsvpcTrunking",
207
+ CONTAINER_INSIGHTS: "containerInsights",
208
+ CONTAINER_INSTANCE_LONG_ARN_FORMAT: "containerInstanceLongArnFormat",
209
+ DEFAULT_LOG_DRIVER_MODE: "defaultLogDriverMode",
210
+ FARGATE_FIPS_MODE: "fargateFIPSMode",
211
+ FARGATE_TASK_RETIREMENT_WAIT_PERIOD: "fargateTaskRetirementWaitPeriod",
212
+ GUARD_DUTY_ACTIVATE: "guardDutyActivate",
213
+ SERVICE_LONG_ARN_FORMAT: "serviceLongArnFormat",
214
+ TAG_RESOURCE_AUTHORIZATION: "tagResourceAuthorization",
215
+ TASK_LONG_ARN_FORMAT: "taskLongArnFormat",
216
+ };
217
+ export const SettingType = {
218
+ AWS_MANAGED: "aws_managed",
219
+ USER: "user",
220
+ };
221
+ export const TargetType = {
222
+ CONTAINER_INSTANCE: "container-instance",
223
+ };
224
+ export const Compatibility = {
225
+ EC2: "EC2",
226
+ EXTERNAL: "EXTERNAL",
227
+ FARGATE: "FARGATE",
228
+ MANAGED_INSTANCES: "MANAGED_INSTANCES",
229
+ };
230
+ export const ContainerCondition = {
231
+ COMPLETE: "COMPLETE",
232
+ HEALTHY: "HEALTHY",
233
+ START: "START",
234
+ SUCCESS: "SUCCESS",
235
+ };
236
+ export const EnvironmentFileType = {
237
+ S3: "s3",
238
+ };
239
+ export const FirelensConfigurationType = {
240
+ FLUENTBIT: "fluentbit",
241
+ FLUENTD: "fluentd",
242
+ };
243
+ export const DeviceCgroupPermission = {
244
+ MKNOD: "mknod",
245
+ READ: "read",
246
+ WRITE: "write",
247
+ };
248
+ export const ApplicationProtocol = {
249
+ GRPC: "grpc",
250
+ HTTP: "http",
251
+ HTTP2: "http2",
252
+ };
253
+ export const TransportProtocol = {
254
+ TCP: "tcp",
255
+ UDP: "udp",
256
+ };
257
+ export const ResourceType = {
258
+ GPU: "GPU",
259
+ INFERENCE_ACCELERATOR: "InferenceAccelerator",
260
+ };
261
+ export const UlimitName = {
262
+ CORE: "core",
263
+ CPU: "cpu",
264
+ DATA: "data",
265
+ FSIZE: "fsize",
266
+ LOCKS: "locks",
267
+ MEMLOCK: "memlock",
268
+ MSGQUEUE: "msgqueue",
269
+ NICE: "nice",
270
+ NOFILE: "nofile",
271
+ NPROC: "nproc",
272
+ RSS: "rss",
273
+ RTPRIO: "rtprio",
274
+ RTTIME: "rttime",
275
+ SIGPENDING: "sigpending",
276
+ STACK: "stack",
277
+ };
278
+ export const VersionConsistency = {
279
+ DISABLED: "disabled",
280
+ ENABLED: "enabled",
281
+ };
282
+ export const IpcMode = {
283
+ HOST: "host",
284
+ NONE: "none",
285
+ TASK: "task",
286
+ };
287
+ export const NetworkMode = {
288
+ AWSVPC: "awsvpc",
289
+ BRIDGE: "bridge",
290
+ HOST: "host",
291
+ NONE: "none",
292
+ };
293
+ export const PidMode = {
294
+ HOST: "host",
295
+ TASK: "task",
296
+ };
297
+ export const TaskDefinitionPlacementConstraintType = {
298
+ MEMBER_OF: "memberOf",
299
+ };
300
+ export const ProxyConfigurationType = {
301
+ APPMESH: "APPMESH",
302
+ };
303
+ export const CPUArchitecture = {
304
+ ARM64: "ARM64",
305
+ X86_64: "X86_64",
306
+ };
307
+ export const OSFamily = {
308
+ LINUX: "LINUX",
309
+ WINDOWS_SERVER_2004_CORE: "WINDOWS_SERVER_2004_CORE",
310
+ WINDOWS_SERVER_2016_FULL: "WINDOWS_SERVER_2016_FULL",
311
+ WINDOWS_SERVER_2019_CORE: "WINDOWS_SERVER_2019_CORE",
312
+ WINDOWS_SERVER_2019_FULL: "WINDOWS_SERVER_2019_FULL",
313
+ WINDOWS_SERVER_2022_CORE: "WINDOWS_SERVER_2022_CORE",
314
+ WINDOWS_SERVER_2022_FULL: "WINDOWS_SERVER_2022_FULL",
315
+ WINDOWS_SERVER_2025_CORE: "WINDOWS_SERVER_2025_CORE",
316
+ WINDOWS_SERVER_2025_FULL: "WINDOWS_SERVER_2025_FULL",
317
+ WINDOWS_SERVER_20H2_CORE: "WINDOWS_SERVER_20H2_CORE",
318
+ };
319
+ export const TaskDefinitionStatus = {
320
+ ACTIVE: "ACTIVE",
321
+ DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
322
+ INACTIVE: "INACTIVE",
323
+ };
324
+ export const Scope = {
325
+ SHARED: "shared",
326
+ TASK: "task",
327
+ };
328
+ export const EFSAuthorizationConfigIAM = {
329
+ DISABLED: "DISABLED",
330
+ ENABLED: "ENABLED",
331
+ };
332
+ export const EFSTransitEncryption = {
333
+ DISABLED: "DISABLED",
334
+ ENABLED: "ENABLED",
335
+ };
336
+ export const InstanceHealthCheckState = {
337
+ IMPAIRED: "IMPAIRED",
338
+ INITIALIZING: "INITIALIZING",
339
+ INSUFFICIENT_DATA: "INSUFFICIENT_DATA",
340
+ OK: "OK",
341
+ };
342
+ export const InstanceHealthCheckType = {
343
+ CONTAINER_RUNTIME: "CONTAINER_RUNTIME",
344
+ };
345
+ export const CapacityProviderField = {
346
+ TAGS: "TAGS",
347
+ };
348
+ export const ClusterField = {
349
+ ATTACHMENTS: "ATTACHMENTS",
350
+ CONFIGURATIONS: "CONFIGURATIONS",
351
+ SETTINGS: "SETTINGS",
352
+ STATISTICS: "STATISTICS",
353
+ TAGS: "TAGS",
354
+ };
355
+ export const ContainerInstanceField = {
356
+ CONTAINER_INSTANCE_HEALTH: "CONTAINER_INSTANCE_HEALTH",
357
+ TAGS: "TAGS",
358
+ };
359
+ export const ServiceDeploymentRollbackMonitorsStatus = {
360
+ DISABLED: "DISABLED",
361
+ MONITORING: "MONITORING",
362
+ MONITORING_COMPLETE: "MONITORING_COMPLETE",
363
+ TRIGGERED: "TRIGGERED",
364
+ };
365
+ export const ServiceDeploymentLifecycleStage = {
366
+ BAKE_TIME: "BAKE_TIME",
367
+ CLEAN_UP: "CLEAN_UP",
368
+ POST_PRODUCTION_TRAFFIC_SHIFT: "POST_PRODUCTION_TRAFFIC_SHIFT",
369
+ POST_SCALE_UP: "POST_SCALE_UP",
370
+ POST_TEST_TRAFFIC_SHIFT: "POST_TEST_TRAFFIC_SHIFT",
371
+ PRE_SCALE_UP: "PRE_SCALE_UP",
372
+ PRODUCTION_TRAFFIC_SHIFT: "PRODUCTION_TRAFFIC_SHIFT",
373
+ RECONCILE_SERVICE: "RECONCILE_SERVICE",
374
+ SCALE_UP: "SCALE_UP",
375
+ TEST_TRAFFIC_SHIFT: "TEST_TRAFFIC_SHIFT",
376
+ };
377
+ export const ServiceDeploymentStatus = {
378
+ IN_PROGRESS: "IN_PROGRESS",
379
+ PENDING: "PENDING",
380
+ ROLLBACK_FAILED: "ROLLBACK_FAILED",
381
+ ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
382
+ ROLLBACK_REQUESTED: "ROLLBACK_REQUESTED",
383
+ ROLLBACK_SUCCESSFUL: "ROLLBACK_SUCCESSFUL",
384
+ STOPPED: "STOPPED",
385
+ STOP_REQUESTED: "STOP_REQUESTED",
386
+ SUCCESSFUL: "SUCCESSFUL",
387
+ };
388
+ export const ServiceField = {
389
+ TAGS: "TAGS",
390
+ };
391
+ export const TaskDefinitionField = {
392
+ TAGS: "TAGS",
393
+ };
394
+ export const TaskField = {
395
+ TAGS: "TAGS",
396
+ };
397
+ export const Connectivity = {
398
+ CONNECTED: "CONNECTED",
399
+ DISCONNECTED: "DISCONNECTED",
400
+ };
401
+ export const HealthStatus = {
402
+ HEALTHY: "HEALTHY",
403
+ UNHEALTHY: "UNHEALTHY",
404
+ UNKNOWN: "UNKNOWN",
405
+ };
406
+ export const ManagedAgentName = {
407
+ ExecuteCommandAgent: "ExecuteCommandAgent",
408
+ };
409
+ export const TaskStopCode = {
410
+ ESSENTIAL_CONTAINER_EXITED: "EssentialContainerExited",
411
+ SERVICE_SCHEDULER_INITIATED: "ServiceSchedulerInitiated",
412
+ SPOT_INTERRUPTION: "SpotInterruption",
413
+ TASK_FAILED_TO_START: "TaskFailedToStart",
414
+ TERMINATION_NOTICE: "TerminationNotice",
415
+ USER_INITIATED: "UserInitiated",
416
+ };
417
+ export const TaskSetField = {
418
+ TAGS: "TAGS",
419
+ };
420
+ export const ContainerInstanceStatus = {
421
+ ACTIVE: "ACTIVE",
422
+ DEREGISTERING: "DEREGISTERING",
423
+ DRAINING: "DRAINING",
424
+ REGISTERING: "REGISTERING",
425
+ REGISTRATION_FAILED: "REGISTRATION_FAILED",
426
+ };
427
+ export const TaskDefinitionFamilyStatus = {
428
+ ACTIVE: "ACTIVE",
429
+ ALL: "ALL",
430
+ INACTIVE: "INACTIVE",
431
+ };
432
+ export const SortOrder = {
433
+ ASC: "ASC",
434
+ DESC: "DESC",
435
+ };
436
+ export const DesiredStatus = {
437
+ PENDING: "PENDING",
438
+ RUNNING: "RUNNING",
439
+ STOPPED: "STOPPED",
440
+ };
441
+ export const PlatformDeviceType = {
442
+ GPU: "GPU",
443
+ };
444
+ export const StopServiceDeploymentStopType = {
445
+ ABORT: "ABORT",
446
+ ROLLBACK: "ROLLBACK",
447
+ };