@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.
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
@@ -0,0 +1,1119 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const AcceleratorManufacturer: {
6
+ readonly AMAZON_WEB_SERVICES: "amazon-web-services";
7
+ readonly AMD: "amd";
8
+ readonly HABANA: "habana";
9
+ readonly NVIDIA: "nvidia";
10
+ readonly XILINX: "xilinx";
11
+ };
12
+ /**
13
+ * @public
14
+ */
15
+ export type AcceleratorManufacturer = (typeof AcceleratorManufacturer)[keyof typeof AcceleratorManufacturer];
16
+ /**
17
+ * @public
18
+ * @enum
19
+ */
20
+ export declare const AcceleratorName: {
21
+ readonly A100: "a100";
22
+ readonly A10G: "a10g";
23
+ readonly H100: "h100";
24
+ readonly INFERENTIA: "inferentia";
25
+ readonly K520: "k520";
26
+ readonly K80: "k80";
27
+ readonly M60: "m60";
28
+ readonly RADEON_PRO_V520: "radeon-pro-v520";
29
+ readonly T4: "t4";
30
+ readonly T4G: "t4g";
31
+ readonly V100: "v100";
32
+ readonly VU9P: "vu9p";
33
+ };
34
+ /**
35
+ * @public
36
+ */
37
+ export type AcceleratorName = (typeof AcceleratorName)[keyof typeof AcceleratorName];
38
+ /**
39
+ * @public
40
+ * @enum
41
+ */
42
+ export declare const AcceleratorType: {
43
+ readonly FPGA: "fpga";
44
+ readonly GPU: "gpu";
45
+ readonly INFERENCE: "inference";
46
+ };
47
+ /**
48
+ * @public
49
+ */
50
+ export type AcceleratorType = (typeof AcceleratorType)[keyof typeof AcceleratorType];
51
+ /**
52
+ * @public
53
+ * @enum
54
+ */
55
+ export declare const AgentUpdateStatus: {
56
+ readonly FAILED: "FAILED";
57
+ readonly PENDING: "PENDING";
58
+ readonly STAGED: "STAGED";
59
+ readonly STAGING: "STAGING";
60
+ readonly UPDATED: "UPDATED";
61
+ readonly UPDATING: "UPDATING";
62
+ };
63
+ /**
64
+ * @public
65
+ */
66
+ export type AgentUpdateStatus = (typeof AgentUpdateStatus)[keyof typeof AgentUpdateStatus];
67
+ /**
68
+ * @public
69
+ * @enum
70
+ */
71
+ export declare const ManagedDraining: {
72
+ readonly DISABLED: "DISABLED";
73
+ readonly ENABLED: "ENABLED";
74
+ };
75
+ /**
76
+ * @public
77
+ */
78
+ export type ManagedDraining = (typeof ManagedDraining)[keyof typeof ManagedDraining];
79
+ /**
80
+ * @public
81
+ * @enum
82
+ */
83
+ export declare const ManagedScalingStatus: {
84
+ readonly DISABLED: "DISABLED";
85
+ readonly ENABLED: "ENABLED";
86
+ };
87
+ /**
88
+ * @public
89
+ */
90
+ export type ManagedScalingStatus = (typeof ManagedScalingStatus)[keyof typeof ManagedScalingStatus];
91
+ /**
92
+ * @public
93
+ * @enum
94
+ */
95
+ export declare const ManagedTerminationProtection: {
96
+ readonly DISABLED: "DISABLED";
97
+ readonly ENABLED: "ENABLED";
98
+ };
99
+ /**
100
+ * @public
101
+ */
102
+ export type ManagedTerminationProtection = (typeof ManagedTerminationProtection)[keyof typeof ManagedTerminationProtection];
103
+ /**
104
+ * @public
105
+ * @enum
106
+ */
107
+ export declare const BareMetal: {
108
+ readonly EXCLUDED: "excluded";
109
+ readonly INCLUDED: "included";
110
+ readonly REQUIRED: "required";
111
+ };
112
+ /**
113
+ * @public
114
+ */
115
+ export type BareMetal = (typeof BareMetal)[keyof typeof BareMetal];
116
+ /**
117
+ * @public
118
+ * @enum
119
+ */
120
+ export declare const BurstablePerformance: {
121
+ readonly EXCLUDED: "excluded";
122
+ readonly INCLUDED: "included";
123
+ readonly REQUIRED: "required";
124
+ };
125
+ /**
126
+ * @public
127
+ */
128
+ export type BurstablePerformance = (typeof BurstablePerformance)[keyof typeof BurstablePerformance];
129
+ /**
130
+ * @public
131
+ * @enum
132
+ */
133
+ export declare const CpuManufacturer: {
134
+ readonly AMAZON_WEB_SERVICES: "amazon-web-services";
135
+ readonly AMD: "amd";
136
+ readonly INTEL: "intel";
137
+ };
138
+ /**
139
+ * @public
140
+ */
141
+ export type CpuManufacturer = (typeof CpuManufacturer)[keyof typeof CpuManufacturer];
142
+ /**
143
+ * @public
144
+ * @enum
145
+ */
146
+ export declare const InstanceGeneration: {
147
+ readonly CURRENT: "current";
148
+ readonly PREVIOUS: "previous";
149
+ };
150
+ /**
151
+ * @public
152
+ */
153
+ export type InstanceGeneration = (typeof InstanceGeneration)[keyof typeof InstanceGeneration];
154
+ /**
155
+ * @public
156
+ * @enum
157
+ */
158
+ export declare const LocalStorage: {
159
+ readonly EXCLUDED: "excluded";
160
+ readonly INCLUDED: "included";
161
+ readonly REQUIRED: "required";
162
+ };
163
+ /**
164
+ * @public
165
+ */
166
+ export type LocalStorage = (typeof LocalStorage)[keyof typeof LocalStorage];
167
+ /**
168
+ * @public
169
+ * @enum
170
+ */
171
+ export declare const LocalStorageType: {
172
+ readonly HDD: "hdd";
173
+ readonly SSD: "ssd";
174
+ };
175
+ /**
176
+ * @public
177
+ */
178
+ export type LocalStorageType = (typeof LocalStorageType)[keyof typeof LocalStorageType];
179
+ /**
180
+ * @public
181
+ * @enum
182
+ */
183
+ export declare const ManagedInstancesMonitoringOptions: {
184
+ readonly BASIC: "BASIC";
185
+ readonly DETAILED: "DETAILED";
186
+ };
187
+ /**
188
+ * @public
189
+ */
190
+ export type ManagedInstancesMonitoringOptions = (typeof ManagedInstancesMonitoringOptions)[keyof typeof ManagedInstancesMonitoringOptions];
191
+ /**
192
+ * @public
193
+ * @enum
194
+ */
195
+ export declare const PropagateMITags: {
196
+ readonly CAPACITY_PROVIDER: "CAPACITY_PROVIDER";
197
+ readonly NONE: "NONE";
198
+ };
199
+ /**
200
+ * @public
201
+ */
202
+ export type PropagateMITags = (typeof PropagateMITags)[keyof typeof PropagateMITags];
203
+ /**
204
+ * @public
205
+ * @enum
206
+ */
207
+ export declare const CapacityProviderStatus: {
208
+ readonly ACTIVE: "ACTIVE";
209
+ readonly DEPROVISIONING: "DEPROVISIONING";
210
+ readonly INACTIVE: "INACTIVE";
211
+ readonly PROVISIONING: "PROVISIONING";
212
+ };
213
+ /**
214
+ * @public
215
+ */
216
+ export type CapacityProviderStatus = (typeof CapacityProviderStatus)[keyof typeof CapacityProviderStatus];
217
+ /**
218
+ * @public
219
+ * @enum
220
+ */
221
+ export declare const CapacityProviderType: {
222
+ readonly EC2_AUTOSCALING: "EC2_AUTOSCALING";
223
+ readonly FARGATE: "FARGATE";
224
+ readonly FARGATE_SPOT: "FARGATE_SPOT";
225
+ readonly MANAGED_INSTANCES: "MANAGED_INSTANCES";
226
+ };
227
+ /**
228
+ * @public
229
+ */
230
+ export type CapacityProviderType = (typeof CapacityProviderType)[keyof typeof CapacityProviderType];
231
+ /**
232
+ * @public
233
+ * @enum
234
+ */
235
+ export declare const CapacityProviderUpdateStatus: {
236
+ readonly CREATE_COMPLETE: "CREATE_COMPLETE";
237
+ readonly CREATE_FAILED: "CREATE_FAILED";
238
+ readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
239
+ readonly DELETE_COMPLETE: "DELETE_COMPLETE";
240
+ readonly DELETE_FAILED: "DELETE_FAILED";
241
+ readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
242
+ readonly UPDATE_COMPLETE: "UPDATE_COMPLETE";
243
+ readonly UPDATE_FAILED: "UPDATE_FAILED";
244
+ readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
245
+ };
246
+ /**
247
+ * @public
248
+ */
249
+ export type CapacityProviderUpdateStatus = (typeof CapacityProviderUpdateStatus)[keyof typeof CapacityProviderUpdateStatus];
250
+ /**
251
+ * @public
252
+ * @enum
253
+ */
254
+ export declare const ExecuteCommandLogging: {
255
+ readonly DEFAULT: "DEFAULT";
256
+ readonly NONE: "NONE";
257
+ readonly OVERRIDE: "OVERRIDE";
258
+ };
259
+ /**
260
+ * @public
261
+ */
262
+ export type ExecuteCommandLogging = (typeof ExecuteCommandLogging)[keyof typeof ExecuteCommandLogging];
263
+ /**
264
+ * @public
265
+ * @enum
266
+ */
267
+ export declare const ClusterSettingName: {
268
+ readonly CONTAINER_INSIGHTS: "containerInsights";
269
+ };
270
+ /**
271
+ * @public
272
+ */
273
+ export type ClusterSettingName = (typeof ClusterSettingName)[keyof typeof ClusterSettingName];
274
+ /**
275
+ * @public
276
+ * @enum
277
+ */
278
+ export declare const AvailabilityZoneRebalancing: {
279
+ readonly DISABLED: "DISABLED";
280
+ readonly ENABLED: "ENABLED";
281
+ };
282
+ /**
283
+ * @public
284
+ */
285
+ export type AvailabilityZoneRebalancing = (typeof AvailabilityZoneRebalancing)[keyof typeof AvailabilityZoneRebalancing];
286
+ /**
287
+ * @public
288
+ * @enum
289
+ */
290
+ export declare const DeploymentLifecycleHookStage: {
291
+ readonly POST_PRODUCTION_TRAFFIC_SHIFT: "POST_PRODUCTION_TRAFFIC_SHIFT";
292
+ readonly POST_SCALE_UP: "POST_SCALE_UP";
293
+ readonly POST_TEST_TRAFFIC_SHIFT: "POST_TEST_TRAFFIC_SHIFT";
294
+ readonly PRE_SCALE_UP: "PRE_SCALE_UP";
295
+ readonly PRODUCTION_TRAFFIC_SHIFT: "PRODUCTION_TRAFFIC_SHIFT";
296
+ readonly RECONCILE_SERVICE: "RECONCILE_SERVICE";
297
+ readonly TEST_TRAFFIC_SHIFT: "TEST_TRAFFIC_SHIFT";
298
+ };
299
+ /**
300
+ * @public
301
+ */
302
+ export type DeploymentLifecycleHookStage = (typeof DeploymentLifecycleHookStage)[keyof typeof DeploymentLifecycleHookStage];
303
+ /**
304
+ * @public
305
+ * @enum
306
+ */
307
+ export declare const DeploymentStrategy: {
308
+ readonly BLUE_GREEN: "BLUE_GREEN";
309
+ readonly CANARY: "CANARY";
310
+ readonly LINEAR: "LINEAR";
311
+ readonly ROLLING: "ROLLING";
312
+ };
313
+ /**
314
+ * @public
315
+ */
316
+ export type DeploymentStrategy = (typeof DeploymentStrategy)[keyof typeof DeploymentStrategy];
317
+ /**
318
+ * @public
319
+ * @enum
320
+ */
321
+ export declare const DeploymentControllerType: {
322
+ readonly CODE_DEPLOY: "CODE_DEPLOY";
323
+ readonly ECS: "ECS";
324
+ readonly EXTERNAL: "EXTERNAL";
325
+ };
326
+ /**
327
+ * @public
328
+ */
329
+ export type DeploymentControllerType = (typeof DeploymentControllerType)[keyof typeof DeploymentControllerType];
330
+ /**
331
+ * @public
332
+ * @enum
333
+ */
334
+ export declare const LaunchType: {
335
+ readonly EC2: "EC2";
336
+ readonly EXTERNAL: "EXTERNAL";
337
+ readonly FARGATE: "FARGATE";
338
+ readonly MANAGED_INSTANCES: "MANAGED_INSTANCES";
339
+ };
340
+ /**
341
+ * @public
342
+ */
343
+ export type LaunchType = (typeof LaunchType)[keyof typeof LaunchType];
344
+ /**
345
+ * @public
346
+ * @enum
347
+ */
348
+ export declare const AssignPublicIp: {
349
+ readonly DISABLED: "DISABLED";
350
+ readonly ENABLED: "ENABLED";
351
+ };
352
+ /**
353
+ * @public
354
+ */
355
+ export type AssignPublicIp = (typeof AssignPublicIp)[keyof typeof AssignPublicIp];
356
+ /**
357
+ * @public
358
+ * @enum
359
+ */
360
+ export declare const PlacementConstraintType: {
361
+ readonly DISTINCT_INSTANCE: "distinctInstance";
362
+ readonly MEMBER_OF: "memberOf";
363
+ };
364
+ /**
365
+ * @public
366
+ */
367
+ export type PlacementConstraintType = (typeof PlacementConstraintType)[keyof typeof PlacementConstraintType];
368
+ /**
369
+ * @public
370
+ * @enum
371
+ */
372
+ export declare const PlacementStrategyType: {
373
+ readonly BINPACK: "binpack";
374
+ readonly RANDOM: "random";
375
+ readonly SPREAD: "spread";
376
+ };
377
+ /**
378
+ * @public
379
+ */
380
+ export type PlacementStrategyType = (typeof PlacementStrategyType)[keyof typeof PlacementStrategyType];
381
+ /**
382
+ * @public
383
+ * @enum
384
+ */
385
+ export declare const PropagateTags: {
386
+ readonly NONE: "NONE";
387
+ readonly SERVICE: "SERVICE";
388
+ readonly TASK_DEFINITION: "TASK_DEFINITION";
389
+ };
390
+ /**
391
+ * @public
392
+ */
393
+ export type PropagateTags = (typeof PropagateTags)[keyof typeof PropagateTags];
394
+ /**
395
+ * @public
396
+ * @enum
397
+ */
398
+ export declare const SchedulingStrategy: {
399
+ readonly DAEMON: "DAEMON";
400
+ readonly REPLICA: "REPLICA";
401
+ };
402
+ /**
403
+ * @public
404
+ */
405
+ export type SchedulingStrategy = (typeof SchedulingStrategy)[keyof typeof SchedulingStrategy];
406
+ /**
407
+ * @public
408
+ * @enum
409
+ */
410
+ export declare const ServiceConnectAccessLoggingFormat: {
411
+ readonly JSON: "JSON";
412
+ readonly TEXT: "TEXT";
413
+ };
414
+ /**
415
+ * @public
416
+ */
417
+ export type ServiceConnectAccessLoggingFormat = (typeof ServiceConnectAccessLoggingFormat)[keyof typeof ServiceConnectAccessLoggingFormat];
418
+ /**
419
+ * @public
420
+ * @enum
421
+ */
422
+ export declare const ServiceConnectIncludeQueryParameters: {
423
+ readonly DISABLED: "DISABLED";
424
+ readonly ENABLED: "ENABLED";
425
+ };
426
+ /**
427
+ * @public
428
+ */
429
+ export type ServiceConnectIncludeQueryParameters = (typeof ServiceConnectIncludeQueryParameters)[keyof typeof ServiceConnectIncludeQueryParameters];
430
+ /**
431
+ * @public
432
+ * @enum
433
+ */
434
+ export declare const LogDriver: {
435
+ readonly AWSFIRELENS: "awsfirelens";
436
+ readonly AWSLOGS: "awslogs";
437
+ readonly FLUENTD: "fluentd";
438
+ readonly GELF: "gelf";
439
+ readonly JOURNALD: "journald";
440
+ readonly JSON_FILE: "json-file";
441
+ readonly SPLUNK: "splunk";
442
+ readonly SYSLOG: "syslog";
443
+ };
444
+ /**
445
+ * @public
446
+ */
447
+ export type LogDriver = (typeof LogDriver)[keyof typeof LogDriver];
448
+ /**
449
+ * @public
450
+ * @enum
451
+ */
452
+ export declare const TaskFilesystemType: {
453
+ readonly EXT3: "ext3";
454
+ readonly EXT4: "ext4";
455
+ readonly NTFS: "ntfs";
456
+ readonly XFS: "xfs";
457
+ };
458
+ /**
459
+ * @public
460
+ */
461
+ export type TaskFilesystemType = (typeof TaskFilesystemType)[keyof typeof TaskFilesystemType];
462
+ /**
463
+ * @public
464
+ * @enum
465
+ */
466
+ export declare const EBSResourceType: {
467
+ readonly VOLUME: "volume";
468
+ };
469
+ /**
470
+ * @public
471
+ */
472
+ export type EBSResourceType = (typeof EBSResourceType)[keyof typeof EBSResourceType];
473
+ /**
474
+ * @public
475
+ * @enum
476
+ */
477
+ export declare const DeploymentRolloutState: {
478
+ readonly COMPLETED: "COMPLETED";
479
+ readonly FAILED: "FAILED";
480
+ readonly IN_PROGRESS: "IN_PROGRESS";
481
+ };
482
+ /**
483
+ * @public
484
+ */
485
+ export type DeploymentRolloutState = (typeof DeploymentRolloutState)[keyof typeof DeploymentRolloutState];
486
+ /**
487
+ * @public
488
+ * @enum
489
+ */
490
+ export declare const ScaleUnit: {
491
+ readonly PERCENT: "PERCENT";
492
+ };
493
+ /**
494
+ * @public
495
+ */
496
+ export type ScaleUnit = (typeof ScaleUnit)[keyof typeof ScaleUnit];
497
+ /**
498
+ * @public
499
+ * @enum
500
+ */
501
+ export declare const StabilityStatus: {
502
+ readonly STABILIZING: "STABILIZING";
503
+ readonly STEADY_STATE: "STEADY_STATE";
504
+ };
505
+ /**
506
+ * @public
507
+ */
508
+ export type StabilityStatus = (typeof StabilityStatus)[keyof typeof StabilityStatus];
509
+ /**
510
+ * @public
511
+ * @enum
512
+ */
513
+ export declare const SettingName: {
514
+ readonly AWSVPC_TRUNKING: "awsvpcTrunking";
515
+ readonly CONTAINER_INSIGHTS: "containerInsights";
516
+ readonly CONTAINER_INSTANCE_LONG_ARN_FORMAT: "containerInstanceLongArnFormat";
517
+ readonly DEFAULT_LOG_DRIVER_MODE: "defaultLogDriverMode";
518
+ readonly FARGATE_FIPS_MODE: "fargateFIPSMode";
519
+ readonly FARGATE_TASK_RETIREMENT_WAIT_PERIOD: "fargateTaskRetirementWaitPeriod";
520
+ readonly GUARD_DUTY_ACTIVATE: "guardDutyActivate";
521
+ readonly SERVICE_LONG_ARN_FORMAT: "serviceLongArnFormat";
522
+ readonly TAG_RESOURCE_AUTHORIZATION: "tagResourceAuthorization";
523
+ readonly TASK_LONG_ARN_FORMAT: "taskLongArnFormat";
524
+ };
525
+ /**
526
+ * @public
527
+ */
528
+ export type SettingName = (typeof SettingName)[keyof typeof SettingName];
529
+ /**
530
+ * @public
531
+ * @enum
532
+ */
533
+ export declare const SettingType: {
534
+ readonly AWS_MANAGED: "aws_managed";
535
+ readonly USER: "user";
536
+ };
537
+ /**
538
+ * @public
539
+ */
540
+ export type SettingType = (typeof SettingType)[keyof typeof SettingType];
541
+ /**
542
+ * @public
543
+ * @enum
544
+ */
545
+ export declare const TargetType: {
546
+ readonly CONTAINER_INSTANCE: "container-instance";
547
+ };
548
+ /**
549
+ * @public
550
+ */
551
+ export type TargetType = (typeof TargetType)[keyof typeof TargetType];
552
+ /**
553
+ * @public
554
+ * @enum
555
+ */
556
+ export declare const Compatibility: {
557
+ readonly EC2: "EC2";
558
+ readonly EXTERNAL: "EXTERNAL";
559
+ readonly FARGATE: "FARGATE";
560
+ readonly MANAGED_INSTANCES: "MANAGED_INSTANCES";
561
+ };
562
+ /**
563
+ * @public
564
+ */
565
+ export type Compatibility = (typeof Compatibility)[keyof typeof Compatibility];
566
+ /**
567
+ * @public
568
+ * @enum
569
+ */
570
+ export declare const ContainerCondition: {
571
+ readonly COMPLETE: "COMPLETE";
572
+ readonly HEALTHY: "HEALTHY";
573
+ readonly START: "START";
574
+ readonly SUCCESS: "SUCCESS";
575
+ };
576
+ /**
577
+ * @public
578
+ */
579
+ export type ContainerCondition = (typeof ContainerCondition)[keyof typeof ContainerCondition];
580
+ /**
581
+ * @public
582
+ * @enum
583
+ */
584
+ export declare const EnvironmentFileType: {
585
+ readonly S3: "s3";
586
+ };
587
+ /**
588
+ * @public
589
+ */
590
+ export type EnvironmentFileType = (typeof EnvironmentFileType)[keyof typeof EnvironmentFileType];
591
+ /**
592
+ * @public
593
+ * @enum
594
+ */
595
+ export declare const FirelensConfigurationType: {
596
+ readonly FLUENTBIT: "fluentbit";
597
+ readonly FLUENTD: "fluentd";
598
+ };
599
+ /**
600
+ * @public
601
+ */
602
+ export type FirelensConfigurationType = (typeof FirelensConfigurationType)[keyof typeof FirelensConfigurationType];
603
+ /**
604
+ * @public
605
+ * @enum
606
+ */
607
+ export declare const DeviceCgroupPermission: {
608
+ readonly MKNOD: "mknod";
609
+ readonly READ: "read";
610
+ readonly WRITE: "write";
611
+ };
612
+ /**
613
+ * @public
614
+ */
615
+ export type DeviceCgroupPermission = (typeof DeviceCgroupPermission)[keyof typeof DeviceCgroupPermission];
616
+ /**
617
+ * @public
618
+ * @enum
619
+ */
620
+ export declare const ApplicationProtocol: {
621
+ readonly GRPC: "grpc";
622
+ readonly HTTP: "http";
623
+ readonly HTTP2: "http2";
624
+ };
625
+ /**
626
+ * @public
627
+ */
628
+ export type ApplicationProtocol = (typeof ApplicationProtocol)[keyof typeof ApplicationProtocol];
629
+ /**
630
+ * @public
631
+ * @enum
632
+ */
633
+ export declare const TransportProtocol: {
634
+ readonly TCP: "tcp";
635
+ readonly UDP: "udp";
636
+ };
637
+ /**
638
+ * @public
639
+ */
640
+ export type TransportProtocol = (typeof TransportProtocol)[keyof typeof TransportProtocol];
641
+ /**
642
+ * @public
643
+ * @enum
644
+ */
645
+ export declare const ResourceType: {
646
+ readonly GPU: "GPU";
647
+ readonly INFERENCE_ACCELERATOR: "InferenceAccelerator";
648
+ };
649
+ /**
650
+ * @public
651
+ */
652
+ export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
653
+ /**
654
+ * @public
655
+ * @enum
656
+ */
657
+ export declare const UlimitName: {
658
+ readonly CORE: "core";
659
+ readonly CPU: "cpu";
660
+ readonly DATA: "data";
661
+ readonly FSIZE: "fsize";
662
+ readonly LOCKS: "locks";
663
+ readonly MEMLOCK: "memlock";
664
+ readonly MSGQUEUE: "msgqueue";
665
+ readonly NICE: "nice";
666
+ readonly NOFILE: "nofile";
667
+ readonly NPROC: "nproc";
668
+ readonly RSS: "rss";
669
+ readonly RTPRIO: "rtprio";
670
+ readonly RTTIME: "rttime";
671
+ readonly SIGPENDING: "sigpending";
672
+ readonly STACK: "stack";
673
+ };
674
+ /**
675
+ * @public
676
+ */
677
+ export type UlimitName = (typeof UlimitName)[keyof typeof UlimitName];
678
+ /**
679
+ * @public
680
+ * @enum
681
+ */
682
+ export declare const VersionConsistency: {
683
+ readonly DISABLED: "disabled";
684
+ readonly ENABLED: "enabled";
685
+ };
686
+ /**
687
+ * @public
688
+ */
689
+ export type VersionConsistency = (typeof VersionConsistency)[keyof typeof VersionConsistency];
690
+ /**
691
+ * @public
692
+ * @enum
693
+ */
694
+ export declare const IpcMode: {
695
+ readonly HOST: "host";
696
+ readonly NONE: "none";
697
+ readonly TASK: "task";
698
+ };
699
+ /**
700
+ * @public
701
+ */
702
+ export type IpcMode = (typeof IpcMode)[keyof typeof IpcMode];
703
+ /**
704
+ * @public
705
+ * @enum
706
+ */
707
+ export declare const NetworkMode: {
708
+ readonly AWSVPC: "awsvpc";
709
+ readonly BRIDGE: "bridge";
710
+ readonly HOST: "host";
711
+ readonly NONE: "none";
712
+ };
713
+ /**
714
+ * @public
715
+ */
716
+ export type NetworkMode = (typeof NetworkMode)[keyof typeof NetworkMode];
717
+ /**
718
+ * @public
719
+ * @enum
720
+ */
721
+ export declare const PidMode: {
722
+ readonly HOST: "host";
723
+ readonly TASK: "task";
724
+ };
725
+ /**
726
+ * @public
727
+ */
728
+ export type PidMode = (typeof PidMode)[keyof typeof PidMode];
729
+ /**
730
+ * @public
731
+ * @enum
732
+ */
733
+ export declare const TaskDefinitionPlacementConstraintType: {
734
+ readonly MEMBER_OF: "memberOf";
735
+ };
736
+ /**
737
+ * @public
738
+ */
739
+ export type TaskDefinitionPlacementConstraintType = (typeof TaskDefinitionPlacementConstraintType)[keyof typeof TaskDefinitionPlacementConstraintType];
740
+ /**
741
+ * @public
742
+ * @enum
743
+ */
744
+ export declare const ProxyConfigurationType: {
745
+ readonly APPMESH: "APPMESH";
746
+ };
747
+ /**
748
+ * @public
749
+ */
750
+ export type ProxyConfigurationType = (typeof ProxyConfigurationType)[keyof typeof ProxyConfigurationType];
751
+ /**
752
+ * @public
753
+ * @enum
754
+ */
755
+ export declare const CPUArchitecture: {
756
+ readonly ARM64: "ARM64";
757
+ readonly X86_64: "X86_64";
758
+ };
759
+ /**
760
+ * @public
761
+ */
762
+ export type CPUArchitecture = (typeof CPUArchitecture)[keyof typeof CPUArchitecture];
763
+ /**
764
+ * @public
765
+ * @enum
766
+ */
767
+ export declare const OSFamily: {
768
+ readonly LINUX: "LINUX";
769
+ readonly WINDOWS_SERVER_2004_CORE: "WINDOWS_SERVER_2004_CORE";
770
+ readonly WINDOWS_SERVER_2016_FULL: "WINDOWS_SERVER_2016_FULL";
771
+ readonly WINDOWS_SERVER_2019_CORE: "WINDOWS_SERVER_2019_CORE";
772
+ readonly WINDOWS_SERVER_2019_FULL: "WINDOWS_SERVER_2019_FULL";
773
+ readonly WINDOWS_SERVER_2022_CORE: "WINDOWS_SERVER_2022_CORE";
774
+ readonly WINDOWS_SERVER_2022_FULL: "WINDOWS_SERVER_2022_FULL";
775
+ readonly WINDOWS_SERVER_2025_CORE: "WINDOWS_SERVER_2025_CORE";
776
+ readonly WINDOWS_SERVER_2025_FULL: "WINDOWS_SERVER_2025_FULL";
777
+ readonly WINDOWS_SERVER_20H2_CORE: "WINDOWS_SERVER_20H2_CORE";
778
+ };
779
+ /**
780
+ * @public
781
+ */
782
+ export type OSFamily = (typeof OSFamily)[keyof typeof OSFamily];
783
+ /**
784
+ * @public
785
+ * @enum
786
+ */
787
+ export declare const TaskDefinitionStatus: {
788
+ readonly ACTIVE: "ACTIVE";
789
+ readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
790
+ readonly INACTIVE: "INACTIVE";
791
+ };
792
+ /**
793
+ * @public
794
+ */
795
+ export type TaskDefinitionStatus = (typeof TaskDefinitionStatus)[keyof typeof TaskDefinitionStatus];
796
+ /**
797
+ * @public
798
+ * @enum
799
+ */
800
+ export declare const Scope: {
801
+ readonly SHARED: "shared";
802
+ readonly TASK: "task";
803
+ };
804
+ /**
805
+ * @public
806
+ */
807
+ export type Scope = (typeof Scope)[keyof typeof Scope];
808
+ /**
809
+ * @public
810
+ * @enum
811
+ */
812
+ export declare const EFSAuthorizationConfigIAM: {
813
+ readonly DISABLED: "DISABLED";
814
+ readonly ENABLED: "ENABLED";
815
+ };
816
+ /**
817
+ * @public
818
+ */
819
+ export type EFSAuthorizationConfigIAM = (typeof EFSAuthorizationConfigIAM)[keyof typeof EFSAuthorizationConfigIAM];
820
+ /**
821
+ * @public
822
+ * @enum
823
+ */
824
+ export declare const EFSTransitEncryption: {
825
+ readonly DISABLED: "DISABLED";
826
+ readonly ENABLED: "ENABLED";
827
+ };
828
+ /**
829
+ * @public
830
+ */
831
+ export type EFSTransitEncryption = (typeof EFSTransitEncryption)[keyof typeof EFSTransitEncryption];
832
+ /**
833
+ * @public
834
+ * @enum
835
+ */
836
+ export declare const InstanceHealthCheckState: {
837
+ readonly IMPAIRED: "IMPAIRED";
838
+ readonly INITIALIZING: "INITIALIZING";
839
+ readonly INSUFFICIENT_DATA: "INSUFFICIENT_DATA";
840
+ readonly OK: "OK";
841
+ };
842
+ /**
843
+ * @public
844
+ */
845
+ export type InstanceHealthCheckState = (typeof InstanceHealthCheckState)[keyof typeof InstanceHealthCheckState];
846
+ /**
847
+ * @public
848
+ * @enum
849
+ */
850
+ export declare const InstanceHealthCheckType: {
851
+ readonly CONTAINER_RUNTIME: "CONTAINER_RUNTIME";
852
+ };
853
+ /**
854
+ * @public
855
+ */
856
+ export type InstanceHealthCheckType = (typeof InstanceHealthCheckType)[keyof typeof InstanceHealthCheckType];
857
+ /**
858
+ * @public
859
+ * @enum
860
+ */
861
+ export declare const CapacityProviderField: {
862
+ readonly TAGS: "TAGS";
863
+ };
864
+ /**
865
+ * @public
866
+ */
867
+ export type CapacityProviderField = (typeof CapacityProviderField)[keyof typeof CapacityProviderField];
868
+ /**
869
+ * @public
870
+ * @enum
871
+ */
872
+ export declare const ClusterField: {
873
+ readonly ATTACHMENTS: "ATTACHMENTS";
874
+ readonly CONFIGURATIONS: "CONFIGURATIONS";
875
+ readonly SETTINGS: "SETTINGS";
876
+ readonly STATISTICS: "STATISTICS";
877
+ readonly TAGS: "TAGS";
878
+ };
879
+ /**
880
+ * @public
881
+ */
882
+ export type ClusterField = (typeof ClusterField)[keyof typeof ClusterField];
883
+ /**
884
+ * @public
885
+ * @enum
886
+ */
887
+ export declare const ContainerInstanceField: {
888
+ readonly CONTAINER_INSTANCE_HEALTH: "CONTAINER_INSTANCE_HEALTH";
889
+ readonly TAGS: "TAGS";
890
+ };
891
+ /**
892
+ * @public
893
+ */
894
+ export type ContainerInstanceField = (typeof ContainerInstanceField)[keyof typeof ContainerInstanceField];
895
+ /**
896
+ * @public
897
+ * @enum
898
+ */
899
+ export declare const ServiceDeploymentRollbackMonitorsStatus: {
900
+ readonly DISABLED: "DISABLED";
901
+ readonly MONITORING: "MONITORING";
902
+ readonly MONITORING_COMPLETE: "MONITORING_COMPLETE";
903
+ readonly TRIGGERED: "TRIGGERED";
904
+ };
905
+ /**
906
+ * @public
907
+ */
908
+ export type ServiceDeploymentRollbackMonitorsStatus = (typeof ServiceDeploymentRollbackMonitorsStatus)[keyof typeof ServiceDeploymentRollbackMonitorsStatus];
909
+ /**
910
+ * @public
911
+ * @enum
912
+ */
913
+ export declare const ServiceDeploymentLifecycleStage: {
914
+ readonly BAKE_TIME: "BAKE_TIME";
915
+ readonly CLEAN_UP: "CLEAN_UP";
916
+ readonly POST_PRODUCTION_TRAFFIC_SHIFT: "POST_PRODUCTION_TRAFFIC_SHIFT";
917
+ readonly POST_SCALE_UP: "POST_SCALE_UP";
918
+ readonly POST_TEST_TRAFFIC_SHIFT: "POST_TEST_TRAFFIC_SHIFT";
919
+ readonly PRE_SCALE_UP: "PRE_SCALE_UP";
920
+ readonly PRODUCTION_TRAFFIC_SHIFT: "PRODUCTION_TRAFFIC_SHIFT";
921
+ readonly RECONCILE_SERVICE: "RECONCILE_SERVICE";
922
+ readonly SCALE_UP: "SCALE_UP";
923
+ readonly TEST_TRAFFIC_SHIFT: "TEST_TRAFFIC_SHIFT";
924
+ };
925
+ /**
926
+ * @public
927
+ */
928
+ export type ServiceDeploymentLifecycleStage = (typeof ServiceDeploymentLifecycleStage)[keyof typeof ServiceDeploymentLifecycleStage];
929
+ /**
930
+ * @public
931
+ * @enum
932
+ */
933
+ export declare const ServiceDeploymentStatus: {
934
+ readonly IN_PROGRESS: "IN_PROGRESS";
935
+ readonly PENDING: "PENDING";
936
+ readonly ROLLBACK_FAILED: "ROLLBACK_FAILED";
937
+ readonly ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS";
938
+ readonly ROLLBACK_REQUESTED: "ROLLBACK_REQUESTED";
939
+ readonly ROLLBACK_SUCCESSFUL: "ROLLBACK_SUCCESSFUL";
940
+ readonly STOPPED: "STOPPED";
941
+ readonly STOP_REQUESTED: "STOP_REQUESTED";
942
+ readonly SUCCESSFUL: "SUCCESSFUL";
943
+ };
944
+ /**
945
+ * @public
946
+ */
947
+ export type ServiceDeploymentStatus = (typeof ServiceDeploymentStatus)[keyof typeof ServiceDeploymentStatus];
948
+ /**
949
+ * @public
950
+ * @enum
951
+ */
952
+ export declare const ServiceField: {
953
+ readonly TAGS: "TAGS";
954
+ };
955
+ /**
956
+ * @public
957
+ */
958
+ export type ServiceField = (typeof ServiceField)[keyof typeof ServiceField];
959
+ /**
960
+ * @public
961
+ * @enum
962
+ */
963
+ export declare const TaskDefinitionField: {
964
+ readonly TAGS: "TAGS";
965
+ };
966
+ /**
967
+ * @public
968
+ */
969
+ export type TaskDefinitionField = (typeof TaskDefinitionField)[keyof typeof TaskDefinitionField];
970
+ /**
971
+ * @public
972
+ * @enum
973
+ */
974
+ export declare const TaskField: {
975
+ readonly TAGS: "TAGS";
976
+ };
977
+ /**
978
+ * @public
979
+ */
980
+ export type TaskField = (typeof TaskField)[keyof typeof TaskField];
981
+ /**
982
+ * @public
983
+ * @enum
984
+ */
985
+ export declare const Connectivity: {
986
+ readonly CONNECTED: "CONNECTED";
987
+ readonly DISCONNECTED: "DISCONNECTED";
988
+ };
989
+ /**
990
+ * @public
991
+ */
992
+ export type Connectivity = (typeof Connectivity)[keyof typeof Connectivity];
993
+ /**
994
+ * @public
995
+ * @enum
996
+ */
997
+ export declare const HealthStatus: {
998
+ readonly HEALTHY: "HEALTHY";
999
+ readonly UNHEALTHY: "UNHEALTHY";
1000
+ readonly UNKNOWN: "UNKNOWN";
1001
+ };
1002
+ /**
1003
+ * @public
1004
+ */
1005
+ export type HealthStatus = (typeof HealthStatus)[keyof typeof HealthStatus];
1006
+ /**
1007
+ * @public
1008
+ * @enum
1009
+ */
1010
+ export declare const ManagedAgentName: {
1011
+ readonly ExecuteCommandAgent: "ExecuteCommandAgent";
1012
+ };
1013
+ /**
1014
+ * @public
1015
+ */
1016
+ export type ManagedAgentName = (typeof ManagedAgentName)[keyof typeof ManagedAgentName];
1017
+ /**
1018
+ * @public
1019
+ * @enum
1020
+ */
1021
+ export declare const TaskStopCode: {
1022
+ readonly ESSENTIAL_CONTAINER_EXITED: "EssentialContainerExited";
1023
+ readonly SERVICE_SCHEDULER_INITIATED: "ServiceSchedulerInitiated";
1024
+ readonly SPOT_INTERRUPTION: "SpotInterruption";
1025
+ readonly TASK_FAILED_TO_START: "TaskFailedToStart";
1026
+ readonly TERMINATION_NOTICE: "TerminationNotice";
1027
+ readonly USER_INITIATED: "UserInitiated";
1028
+ };
1029
+ /**
1030
+ * @public
1031
+ */
1032
+ export type TaskStopCode = (typeof TaskStopCode)[keyof typeof TaskStopCode];
1033
+ /**
1034
+ * @public
1035
+ * @enum
1036
+ */
1037
+ export declare const TaskSetField: {
1038
+ readonly TAGS: "TAGS";
1039
+ };
1040
+ /**
1041
+ * @public
1042
+ */
1043
+ export type TaskSetField = (typeof TaskSetField)[keyof typeof TaskSetField];
1044
+ /**
1045
+ * @public
1046
+ * @enum
1047
+ */
1048
+ export declare const ContainerInstanceStatus: {
1049
+ readonly ACTIVE: "ACTIVE";
1050
+ readonly DEREGISTERING: "DEREGISTERING";
1051
+ readonly DRAINING: "DRAINING";
1052
+ readonly REGISTERING: "REGISTERING";
1053
+ readonly REGISTRATION_FAILED: "REGISTRATION_FAILED";
1054
+ };
1055
+ /**
1056
+ * @public
1057
+ */
1058
+ export type ContainerInstanceStatus = (typeof ContainerInstanceStatus)[keyof typeof ContainerInstanceStatus];
1059
+ /**
1060
+ * @public
1061
+ * @enum
1062
+ */
1063
+ export declare const TaskDefinitionFamilyStatus: {
1064
+ readonly ACTIVE: "ACTIVE";
1065
+ readonly ALL: "ALL";
1066
+ readonly INACTIVE: "INACTIVE";
1067
+ };
1068
+ /**
1069
+ * @public
1070
+ */
1071
+ export type TaskDefinitionFamilyStatus = (typeof TaskDefinitionFamilyStatus)[keyof typeof TaskDefinitionFamilyStatus];
1072
+ /**
1073
+ * @public
1074
+ * @enum
1075
+ */
1076
+ export declare const SortOrder: {
1077
+ readonly ASC: "ASC";
1078
+ readonly DESC: "DESC";
1079
+ };
1080
+ /**
1081
+ * @public
1082
+ */
1083
+ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
1084
+ /**
1085
+ * @public
1086
+ * @enum
1087
+ */
1088
+ export declare const DesiredStatus: {
1089
+ readonly PENDING: "PENDING";
1090
+ readonly RUNNING: "RUNNING";
1091
+ readonly STOPPED: "STOPPED";
1092
+ };
1093
+ /**
1094
+ * @public
1095
+ */
1096
+ export type DesiredStatus = (typeof DesiredStatus)[keyof typeof DesiredStatus];
1097
+ /**
1098
+ * @public
1099
+ * @enum
1100
+ */
1101
+ export declare const PlatformDeviceType: {
1102
+ readonly GPU: "GPU";
1103
+ };
1104
+ /**
1105
+ * @public
1106
+ */
1107
+ export type PlatformDeviceType = (typeof PlatformDeviceType)[keyof typeof PlatformDeviceType];
1108
+ /**
1109
+ * @public
1110
+ * @enum
1111
+ */
1112
+ export declare const StopServiceDeploymentStopType: {
1113
+ readonly ABORT: "ABORT";
1114
+ readonly ROLLBACK: "ROLLBACK";
1115
+ };
1116
+ /**
1117
+ * @public
1118
+ */
1119
+ export type StopServiceDeploymentStopType = (typeof StopServiceDeploymentStopType)[keyof typeof StopServiceDeploymentStopType];