@aws-sdk/client-deadline 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 (67) hide show
  1. package/dist-cjs/index.js +336 -336
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +335 -0
  4. package/dist-es/models/errors.js +133 -0
  5. package/dist-es/models/models_0.js +1 -394
  6. package/dist-es/models/models_1.js +1 -74
  7. package/dist-es/schemas/schemas_0.js +1 -1
  8. package/dist-types/commands/DeleteLicenseEndpointCommand.d.ts +1 -1
  9. package/dist-types/commands/DeleteMeteredProductCommand.d.ts +1 -1
  10. package/dist-types/commands/GetLicenseEndpointCommand.d.ts +1 -1
  11. package/dist-types/commands/GetQueueFleetAssociationCommand.d.ts +1 -1
  12. package/dist-types/commands/GetQueueLimitAssociationCommand.d.ts +1 -1
  13. package/dist-types/commands/GetSessionsStatisticsAggregationCommand.d.ts +1 -1
  14. package/dist-types/commands/ListLicenseEndpointsCommand.d.ts +1 -1
  15. package/dist-types/commands/ListMeteredProductsCommand.d.ts +2 -1
  16. package/dist-types/commands/ListQueueEnvironmentsCommand.d.ts +1 -1
  17. package/dist-types/commands/ListQueueMembersCommand.d.ts +1 -1
  18. package/dist-types/commands/ListQueuesCommand.d.ts +1 -1
  19. package/dist-types/commands/ListStepsCommand.d.ts +1 -2
  20. package/dist-types/commands/ListStorageProfilesForQueueCommand.d.ts +1 -1
  21. package/dist-types/commands/ListTasksCommand.d.ts +1 -1
  22. package/dist-types/commands/UpdateFarmCommand.d.ts +1 -1
  23. package/dist-types/commands/UpdateJobCommand.d.ts +1 -1
  24. package/dist-types/commands/UpdateLimitCommand.d.ts +1 -1
  25. package/dist-types/commands/UpdateQueueCommand.d.ts +1 -1
  26. package/dist-types/commands/UpdateQueueEnvironmentCommand.d.ts +1 -1
  27. package/dist-types/commands/UpdateSessionCommand.d.ts +1 -1
  28. package/dist-types/commands/UpdateStepCommand.d.ts +1 -1
  29. package/dist-types/commands/UpdateStorageProfileCommand.d.ts +1 -1
  30. package/dist-types/commands/UpdateTaskCommand.d.ts +1 -1
  31. package/dist-types/index.d.ts +4 -1
  32. package/dist-types/models/enums.d.ts +810 -0
  33. package/dist-types/models/errors.d.ts +205 -0
  34. package/dist-types/models/models_0.d.ts +1440 -827
  35. package/dist-types/models/models_1.d.ts +2 -1626
  36. package/dist-types/ts3.4/commands/DeleteLicenseEndpointCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/DeleteMeteredProductCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/GetLicenseEndpointCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/GetQueueFleetAssociationCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/GetQueueLimitAssociationCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/GetSessionsStatisticsAggregationCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/ListLicenseEndpointsCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/ListMeteredProductsCommand.d.ts +2 -4
  44. package/dist-types/ts3.4/commands/ListQueueEnvironmentsCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/ListQueueMembersCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +1 -2
  48. package/dist-types/ts3.4/commands/ListStorageProfilesForQueueCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/UpdateFarmCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/UpdateLimitCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/UpdateQueueEnvironmentCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/UpdateSessionCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/UpdateStepCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/UpdateStorageProfileCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/index.d.ts +4 -1
  60. package/dist-types/ts3.4/models/enums.d.ts +442 -0
  61. package/dist-types/ts3.4/models/errors.d.ts +81 -0
  62. package/dist-types/ts3.4/models/models_0.d.ts +355 -418
  63. package/dist-types/ts3.4/models/models_1.d.ts +17 -422
  64. package/package.json +12 -12
  65. package/dist-es/models/index.js +0 -2
  66. package/dist-types/models/index.d.ts +0 -2
  67. package/dist-types/ts3.4/models/index.d.ts +0 -2
@@ -0,0 +1,810 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const AcceleratorName: {
6
+ readonly A10G: "a10g";
7
+ readonly L4: "l4";
8
+ readonly L40S: "l40s";
9
+ readonly T4: "t4";
10
+ };
11
+ /**
12
+ * @public
13
+ */
14
+ export type AcceleratorName = (typeof AcceleratorName)[keyof typeof AcceleratorName];
15
+ /**
16
+ * @public
17
+ * @enum
18
+ */
19
+ export declare const AcceleratorType: {
20
+ /**
21
+ * GPU accelerator type.
22
+ */
23
+ readonly GPU: "gpu";
24
+ };
25
+ /**
26
+ * @public
27
+ */
28
+ export type AcceleratorType = (typeof AcceleratorType)[keyof typeof AcceleratorType];
29
+ /**
30
+ * @public
31
+ * @enum
32
+ */
33
+ export declare const MembershipLevel: {
34
+ readonly CONTRIBUTOR: "CONTRIBUTOR";
35
+ readonly MANAGER: "MANAGER";
36
+ readonly OWNER: "OWNER";
37
+ readonly VIEWER: "VIEWER";
38
+ };
39
+ /**
40
+ * @public
41
+ */
42
+ export type MembershipLevel = (typeof MembershipLevel)[keyof typeof MembershipLevel];
43
+ /**
44
+ * @public
45
+ * @enum
46
+ */
47
+ export declare const DeadlinePrincipalType: {
48
+ readonly GROUP: "GROUP";
49
+ readonly USER: "USER";
50
+ };
51
+ /**
52
+ * @public
53
+ */
54
+ export type DeadlinePrincipalType = (typeof DeadlinePrincipalType)[keyof typeof DeadlinePrincipalType];
55
+ /**
56
+ * @public
57
+ * @enum
58
+ */
59
+ export declare const ServiceQuotaExceededExceptionReason: {
60
+ readonly DEPENDENCY_LIMIT_EXCEEDED: "DEPENDENCY_LIMIT_EXCEEDED";
61
+ readonly KMS_KEY_LIMIT_EXCEEDED: "KMS_KEY_LIMIT_EXCEEDED";
62
+ readonly SERVICE_QUOTA_EXCEEDED_EXCEPTION: "SERVICE_QUOTA_EXCEEDED_EXCEPTION";
63
+ };
64
+ /**
65
+ * @public
66
+ */
67
+ export type ServiceQuotaExceededExceptionReason = (typeof ServiceQuotaExceededExceptionReason)[keyof typeof ServiceQuotaExceededExceptionReason];
68
+ /**
69
+ * @public
70
+ * @enum
71
+ */
72
+ export declare const ValidationExceptionReason: {
73
+ readonly CANNOT_PARSE: "CANNOT_PARSE";
74
+ readonly FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED";
75
+ readonly OTHER: "OTHER";
76
+ readonly UNKNOWN_OPERATION: "UNKNOWN_OPERATION";
77
+ };
78
+ /**
79
+ * @public
80
+ */
81
+ export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
82
+ /**
83
+ * @public
84
+ * @enum
85
+ */
86
+ export declare const ConflictExceptionReason: {
87
+ readonly CONCURRENT_MODIFICATION: "CONCURRENT_MODIFICATION";
88
+ readonly CONFLICT_EXCEPTION: "CONFLICT_EXCEPTION";
89
+ readonly RESOURCE_ALREADY_EXISTS: "RESOURCE_ALREADY_EXISTS";
90
+ readonly RESOURCE_IN_USE: "RESOURCE_IN_USE";
91
+ readonly STATUS_CONFLICT: "STATUS_CONFLICT";
92
+ };
93
+ /**
94
+ * @public
95
+ */
96
+ export type ConflictExceptionReason = (typeof ConflictExceptionReason)[keyof typeof ConflictExceptionReason];
97
+ /**
98
+ * @public
99
+ * @enum
100
+ */
101
+ export declare const JobAttachmentsFileSystem: {
102
+ readonly COPIED: "COPIED";
103
+ readonly VIRTUAL: "VIRTUAL";
104
+ };
105
+ /**
106
+ * @public
107
+ */
108
+ export type JobAttachmentsFileSystem = (typeof JobAttachmentsFileSystem)[keyof typeof JobAttachmentsFileSystem];
109
+ /**
110
+ * @public
111
+ * @enum
112
+ */
113
+ export declare const PathFormat: {
114
+ readonly POSIX: "posix";
115
+ readonly WINDOWS: "windows";
116
+ };
117
+ /**
118
+ * @public
119
+ */
120
+ export type PathFormat = (typeof PathFormat)[keyof typeof PathFormat];
121
+ /**
122
+ * @public
123
+ * @enum
124
+ */
125
+ export declare const AutoScalingMode: {
126
+ readonly EVENT_BASED_AUTO_SCALING: "EVENT_BASED_AUTO_SCALING";
127
+ readonly NO_SCALING: "NO_SCALING";
128
+ };
129
+ /**
130
+ * @public
131
+ */
132
+ export type AutoScalingMode = (typeof AutoScalingMode)[keyof typeof AutoScalingMode];
133
+ /**
134
+ * @public
135
+ * @enum
136
+ */
137
+ export declare const AutoScalingStatus: {
138
+ readonly GROWING: "GROWING";
139
+ readonly SHRINKING: "SHRINKING";
140
+ readonly STEADY: "STEADY";
141
+ };
142
+ /**
143
+ * @public
144
+ */
145
+ export type AutoScalingStatus = (typeof AutoScalingStatus)[keyof typeof AutoScalingStatus];
146
+ /**
147
+ * @public
148
+ * @enum
149
+ */
150
+ export declare const RunAs: {
151
+ readonly QUEUE_CONFIGURED_USER: "QUEUE_CONFIGURED_USER";
152
+ readonly WORKER_AGENT_USER: "WORKER_AGENT_USER";
153
+ };
154
+ /**
155
+ * @public
156
+ */
157
+ export type RunAs = (typeof RunAs)[keyof typeof RunAs];
158
+ /**
159
+ * @public
160
+ * @enum
161
+ */
162
+ export declare const JobEntityErrorCode: {
163
+ readonly AccessDeniedException: "AccessDeniedException";
164
+ readonly ConflictException: "ConflictException";
165
+ readonly InternalServerException: "InternalServerException";
166
+ readonly MaxPayloadSizeExceeded: "MaxPayloadSizeExceeded";
167
+ readonly ResourceNotFoundException: "ResourceNotFoundException";
168
+ readonly ValidationException: "ValidationException";
169
+ };
170
+ /**
171
+ * @public
172
+ */
173
+ export type JobEntityErrorCode = (typeof JobEntityErrorCode)[keyof typeof JobEntityErrorCode];
174
+ /**
175
+ * @public
176
+ * @enum
177
+ */
178
+ export declare const BudgetActionType: {
179
+ readonly STOP_SCHEDULING_AND_CANCEL_TASKS: "STOP_SCHEDULING_AND_CANCEL_TASKS";
180
+ readonly STOP_SCHEDULING_AND_COMPLETE_TASKS: "STOP_SCHEDULING_AND_COMPLETE_TASKS";
181
+ };
182
+ /**
183
+ * @public
184
+ */
185
+ export type BudgetActionType = (typeof BudgetActionType)[keyof typeof BudgetActionType];
186
+ /**
187
+ * @public
188
+ * @enum
189
+ */
190
+ export declare const BudgetStatus: {
191
+ readonly ACTIVE: "ACTIVE";
192
+ readonly INACTIVE: "INACTIVE";
193
+ };
194
+ /**
195
+ * @public
196
+ */
197
+ export type BudgetStatus = (typeof BudgetStatus)[keyof typeof BudgetStatus];
198
+ /**
199
+ * @public
200
+ * @enum
201
+ */
202
+ export declare const ComparisonOperator: {
203
+ readonly EQUAL: "EQUAL";
204
+ readonly GREATER_THAN: "GREATER_THAN";
205
+ readonly GREATER_THAN_EQUAL_TO: "GREATER_THAN_EQUAL_TO";
206
+ readonly LESS_THAN: "LESS_THAN";
207
+ readonly LESS_THAN_EQUAL_TO: "LESS_THAN_EQUAL_TO";
208
+ readonly NOT_EQUAL: "NOT_EQUAL";
209
+ };
210
+ /**
211
+ * @public
212
+ */
213
+ export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
214
+ /**
215
+ * @public
216
+ * @enum
217
+ */
218
+ export declare const CompletedStatus: {
219
+ readonly CANCELED: "CANCELED";
220
+ readonly FAILED: "FAILED";
221
+ readonly INTERRUPTED: "INTERRUPTED";
222
+ readonly NEVER_ATTEMPTED: "NEVER_ATTEMPTED";
223
+ readonly SUCCEEDED: "SUCCEEDED";
224
+ };
225
+ /**
226
+ * @public
227
+ */
228
+ export type CompletedStatus = (typeof CompletedStatus)[keyof typeof CompletedStatus];
229
+ /**
230
+ * @public
231
+ * @enum
232
+ */
233
+ export declare const JobTemplateType: {
234
+ readonly JSON: "JSON";
235
+ readonly YAML: "YAML";
236
+ };
237
+ /**
238
+ * @public
239
+ */
240
+ export type JobTemplateType = (typeof JobTemplateType)[keyof typeof JobTemplateType];
241
+ /**
242
+ * @public
243
+ * @enum
244
+ */
245
+ export declare const CpuArchitectureType: {
246
+ readonly ARM64: "arm64";
247
+ readonly X86_64: "x86_64";
248
+ };
249
+ /**
250
+ * @public
251
+ */
252
+ export type CpuArchitectureType = (typeof CpuArchitectureType)[keyof typeof CpuArchitectureType];
253
+ /**
254
+ * @public
255
+ * @enum
256
+ */
257
+ export declare const TagPropagationMode: {
258
+ readonly NO_PROPAGATION: "NO_PROPAGATION";
259
+ readonly PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH: "PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH";
260
+ };
261
+ /**
262
+ * @public
263
+ */
264
+ export type TagPropagationMode = (typeof TagPropagationMode)[keyof typeof TagPropagationMode];
265
+ /**
266
+ * @public
267
+ * @enum
268
+ */
269
+ export declare const CustomerManagedFleetOperatingSystemFamily: {
270
+ readonly LINUX: "LINUX";
271
+ readonly MACOS: "MACOS";
272
+ readonly WINDOWS: "WINDOWS";
273
+ };
274
+ /**
275
+ * @public
276
+ */
277
+ export type CustomerManagedFleetOperatingSystemFamily = (typeof CustomerManagedFleetOperatingSystemFamily)[keyof typeof CustomerManagedFleetOperatingSystemFamily];
278
+ /**
279
+ * @public
280
+ * @enum
281
+ */
282
+ export declare const ServiceManagedFleetOperatingSystemFamily: {
283
+ readonly LINUX: "LINUX";
284
+ readonly WINDOWS: "WINDOWS";
285
+ };
286
+ /**
287
+ * @public
288
+ */
289
+ export type ServiceManagedFleetOperatingSystemFamily = (typeof ServiceManagedFleetOperatingSystemFamily)[keyof typeof ServiceManagedFleetOperatingSystemFamily];
290
+ /**
291
+ * @public
292
+ * @enum
293
+ */
294
+ export declare const Ec2MarketType: {
295
+ readonly ON_DEMAND: "on-demand";
296
+ readonly SPOT: "spot";
297
+ readonly WAIT_AND_SAVE: "wait-and-save";
298
+ };
299
+ /**
300
+ * @public
301
+ */
302
+ export type Ec2MarketType = (typeof Ec2MarketType)[keyof typeof Ec2MarketType];
303
+ /**
304
+ * @public
305
+ * @enum
306
+ */
307
+ export declare const CreateJobTargetTaskRunStatus: {
308
+ readonly READY: "READY";
309
+ readonly SUSPENDED: "SUSPENDED";
310
+ };
311
+ /**
312
+ * @public
313
+ */
314
+ export type CreateJobTargetTaskRunStatus = (typeof CreateJobTargetTaskRunStatus)[keyof typeof CreateJobTargetTaskRunStatus];
315
+ /**
316
+ * @public
317
+ * @enum
318
+ */
319
+ export declare const DefaultQueueBudgetAction: {
320
+ readonly NONE: "NONE";
321
+ readonly STOP_SCHEDULING_AND_CANCEL_TASKS: "STOP_SCHEDULING_AND_CANCEL_TASKS";
322
+ readonly STOP_SCHEDULING_AND_COMPLETE_TASKS: "STOP_SCHEDULING_AND_COMPLETE_TASKS";
323
+ };
324
+ /**
325
+ * @public
326
+ */
327
+ export type DefaultQueueBudgetAction = (typeof DefaultQueueBudgetAction)[keyof typeof DefaultQueueBudgetAction];
328
+ /**
329
+ * @public
330
+ * @enum
331
+ */
332
+ export declare const EnvironmentTemplateType: {
333
+ readonly JSON: "JSON";
334
+ readonly YAML: "YAML";
335
+ };
336
+ /**
337
+ * @public
338
+ */
339
+ export type EnvironmentTemplateType = (typeof EnvironmentTemplateType)[keyof typeof EnvironmentTemplateType];
340
+ /**
341
+ * @public
342
+ * @enum
343
+ */
344
+ export declare const FileSystemLocationType: {
345
+ readonly LOCAL: "LOCAL";
346
+ readonly SHARED: "SHARED";
347
+ };
348
+ /**
349
+ * @public
350
+ */
351
+ export type FileSystemLocationType = (typeof FileSystemLocationType)[keyof typeof FileSystemLocationType];
352
+ /**
353
+ * @public
354
+ * @enum
355
+ */
356
+ export declare const StorageProfileOperatingSystemFamily: {
357
+ readonly LINUX: "LINUX";
358
+ readonly MACOS: "MACOS";
359
+ readonly WINDOWS: "WINDOWS";
360
+ };
361
+ /**
362
+ * @public
363
+ */
364
+ export type StorageProfileOperatingSystemFamily = (typeof StorageProfileOperatingSystemFamily)[keyof typeof StorageProfileOperatingSystemFamily];
365
+ /**
366
+ * @public
367
+ * @enum
368
+ */
369
+ export declare const FleetStatus: {
370
+ readonly ACTIVE: "ACTIVE";
371
+ readonly CREATE_FAILED: "CREATE_FAILED";
372
+ readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
373
+ readonly SUSPENDED: "SUSPENDED";
374
+ readonly UPDATE_FAILED: "UPDATE_FAILED";
375
+ readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
376
+ };
377
+ /**
378
+ * @public
379
+ */
380
+ export type FleetStatus = (typeof FleetStatus)[keyof typeof FleetStatus];
381
+ /**
382
+ * @public
383
+ * @enum
384
+ */
385
+ export declare const WorkerStatus: {
386
+ readonly CREATED: "CREATED";
387
+ readonly IDLE: "IDLE";
388
+ readonly NOT_COMPATIBLE: "NOT_COMPATIBLE";
389
+ readonly NOT_RESPONDING: "NOT_RESPONDING";
390
+ readonly RUNNING: "RUNNING";
391
+ readonly STARTED: "STARTED";
392
+ readonly STOPPED: "STOPPED";
393
+ readonly STOPPING: "STOPPING";
394
+ };
395
+ /**
396
+ * @public
397
+ */
398
+ export type WorkerStatus = (typeof WorkerStatus)[keyof typeof WorkerStatus];
399
+ /**
400
+ * @public
401
+ * @enum
402
+ */
403
+ export declare const SessionLifecycleStatus: {
404
+ readonly ENDED: "ENDED";
405
+ readonly STARTED: "STARTED";
406
+ readonly UPDATE_FAILED: "UPDATE_FAILED";
407
+ readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
408
+ readonly UPDATE_SUCCEEDED: "UPDATE_SUCCEEDED";
409
+ };
410
+ /**
411
+ * @public
412
+ */
413
+ export type SessionLifecycleStatus = (typeof SessionLifecycleStatus)[keyof typeof SessionLifecycleStatus];
414
+ /**
415
+ * @public
416
+ * @enum
417
+ */
418
+ export declare const SessionLifecycleTargetStatus: {
419
+ readonly ENDED: "ENDED";
420
+ };
421
+ /**
422
+ * @public
423
+ */
424
+ export type SessionLifecycleTargetStatus = (typeof SessionLifecycleTargetStatus)[keyof typeof SessionLifecycleTargetStatus];
425
+ /**
426
+ * @public
427
+ * @enum
428
+ */
429
+ export declare const UpdatedWorkerStatus: {
430
+ readonly STARTED: "STARTED";
431
+ readonly STOPPED: "STOPPED";
432
+ readonly STOPPING: "STOPPING";
433
+ };
434
+ /**
435
+ * @public
436
+ */
437
+ export type UpdatedWorkerStatus = (typeof UpdatedWorkerStatus)[keyof typeof UpdatedWorkerStatus];
438
+ /**
439
+ * @public
440
+ * @enum
441
+ */
442
+ export declare const DesiredWorkerStatus: {
443
+ readonly STOPPED: "STOPPED";
444
+ };
445
+ /**
446
+ * @public
447
+ */
448
+ export type DesiredWorkerStatus = (typeof DesiredWorkerStatus)[keyof typeof DesiredWorkerStatus];
449
+ /**
450
+ * @public
451
+ * @enum
452
+ */
453
+ export declare const QueueBlockedReason: {
454
+ readonly BUDGET_THRESHOLD_REACHED: "BUDGET_THRESHOLD_REACHED";
455
+ readonly NO_BUDGET_CONFIGURED: "NO_BUDGET_CONFIGURED";
456
+ };
457
+ /**
458
+ * @public
459
+ */
460
+ export type QueueBlockedReason = (typeof QueueBlockedReason)[keyof typeof QueueBlockedReason];
461
+ /**
462
+ * @public
463
+ * @enum
464
+ */
465
+ export declare const QueueStatus: {
466
+ readonly IDLE: "IDLE";
467
+ readonly SCHEDULING: "SCHEDULING";
468
+ readonly SCHEDULING_BLOCKED: "SCHEDULING_BLOCKED";
469
+ };
470
+ /**
471
+ * @public
472
+ */
473
+ export type QueueStatus = (typeof QueueStatus)[keyof typeof QueueStatus];
474
+ /**
475
+ * @public
476
+ * @enum
477
+ */
478
+ export declare const JobLifecycleStatus: {
479
+ readonly ARCHIVED: "ARCHIVED";
480
+ readonly CREATE_COMPLETE: "CREATE_COMPLETE";
481
+ readonly CREATE_FAILED: "CREATE_FAILED";
482
+ readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
483
+ readonly UPDATE_FAILED: "UPDATE_FAILED";
484
+ readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
485
+ readonly UPDATE_SUCCEEDED: "UPDATE_SUCCEEDED";
486
+ readonly UPLOAD_FAILED: "UPLOAD_FAILED";
487
+ readonly UPLOAD_IN_PROGRESS: "UPLOAD_IN_PROGRESS";
488
+ };
489
+ /**
490
+ * @public
491
+ */
492
+ export type JobLifecycleStatus = (typeof JobLifecycleStatus)[keyof typeof JobLifecycleStatus];
493
+ /**
494
+ * @public
495
+ * @enum
496
+ */
497
+ export declare const JobTargetTaskRunStatus: {
498
+ readonly CANCELED: "CANCELED";
499
+ readonly FAILED: "FAILED";
500
+ readonly PENDING: "PENDING";
501
+ readonly READY: "READY";
502
+ readonly SUCCEEDED: "SUCCEEDED";
503
+ readonly SUSPENDED: "SUSPENDED";
504
+ };
505
+ /**
506
+ * @public
507
+ */
508
+ export type JobTargetTaskRunStatus = (typeof JobTargetTaskRunStatus)[keyof typeof JobTargetTaskRunStatus];
509
+ /**
510
+ * @public
511
+ * @enum
512
+ */
513
+ export declare const TaskRunStatus: {
514
+ readonly ASSIGNED: "ASSIGNED";
515
+ readonly CANCELED: "CANCELED";
516
+ readonly FAILED: "FAILED";
517
+ readonly INTERRUPTING: "INTERRUPTING";
518
+ readonly NOT_COMPATIBLE: "NOT_COMPATIBLE";
519
+ readonly PENDING: "PENDING";
520
+ readonly READY: "READY";
521
+ readonly RUNNING: "RUNNING";
522
+ readonly SCHEDULED: "SCHEDULED";
523
+ readonly STARTING: "STARTING";
524
+ readonly SUCCEEDED: "SUCCEEDED";
525
+ readonly SUSPENDED: "SUSPENDED";
526
+ };
527
+ /**
528
+ * @public
529
+ */
530
+ export type TaskRunStatus = (typeof TaskRunStatus)[keyof typeof TaskRunStatus];
531
+ /**
532
+ * @public
533
+ * @enum
534
+ */
535
+ export declare const SessionActionStatus: {
536
+ readonly ASSIGNED: "ASSIGNED";
537
+ readonly CANCELED: "CANCELED";
538
+ readonly CANCELING: "CANCELING";
539
+ readonly FAILED: "FAILED";
540
+ readonly INTERRUPTED: "INTERRUPTED";
541
+ readonly NEVER_ATTEMPTED: "NEVER_ATTEMPTED";
542
+ readonly RECLAIMED: "RECLAIMED";
543
+ readonly RECLAIMING: "RECLAIMING";
544
+ readonly RUNNING: "RUNNING";
545
+ readonly SCHEDULED: "SCHEDULED";
546
+ readonly SUCCEEDED: "SUCCEEDED";
547
+ };
548
+ /**
549
+ * @public
550
+ */
551
+ export type SessionActionStatus = (typeof SessionActionStatus)[keyof typeof SessionActionStatus];
552
+ /**
553
+ * @public
554
+ * @enum
555
+ */
556
+ export declare const StepLifecycleStatus: {
557
+ readonly CREATE_COMPLETE: "CREATE_COMPLETE";
558
+ readonly UPDATE_FAILED: "UPDATE_FAILED";
559
+ readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
560
+ readonly UPDATE_SUCCEEDED: "UPDATE_SUCCEEDED";
561
+ };
562
+ /**
563
+ * @public
564
+ */
565
+ export type StepLifecycleStatus = (typeof StepLifecycleStatus)[keyof typeof StepLifecycleStatus];
566
+ /**
567
+ * @public
568
+ * @enum
569
+ */
570
+ export declare const StepParameterType: {
571
+ readonly CHUNK_INT: "CHUNK_INT";
572
+ readonly FLOAT: "FLOAT";
573
+ readonly INT: "INT";
574
+ readonly PATH: "PATH";
575
+ readonly STRING: "STRING";
576
+ };
577
+ /**
578
+ * @public
579
+ */
580
+ export type StepParameterType = (typeof StepParameterType)[keyof typeof StepParameterType];
581
+ /**
582
+ * @public
583
+ * @enum
584
+ */
585
+ export declare const StepTargetTaskRunStatus: {
586
+ readonly CANCELED: "CANCELED";
587
+ readonly FAILED: "FAILED";
588
+ readonly PENDING: "PENDING";
589
+ readonly READY: "READY";
590
+ readonly SUCCEEDED: "SUCCEEDED";
591
+ readonly SUSPENDED: "SUSPENDED";
592
+ };
593
+ /**
594
+ * @public
595
+ */
596
+ export type StepTargetTaskRunStatus = (typeof StepTargetTaskRunStatus)[keyof typeof StepTargetTaskRunStatus];
597
+ /**
598
+ * @public
599
+ * @enum
600
+ */
601
+ export declare const TaskTargetRunStatus: {
602
+ readonly CANCELED: "CANCELED";
603
+ readonly FAILED: "FAILED";
604
+ readonly PENDING: "PENDING";
605
+ readonly READY: "READY";
606
+ readonly SUCCEEDED: "SUCCEEDED";
607
+ readonly SUSPENDED: "SUSPENDED";
608
+ };
609
+ /**
610
+ * @public
611
+ */
612
+ export type TaskTargetRunStatus = (typeof TaskTargetRunStatus)[keyof typeof TaskTargetRunStatus];
613
+ /**
614
+ * @public
615
+ * @enum
616
+ */
617
+ export declare const DependencyConsumerResolutionStatus: {
618
+ readonly RESOLVED: "RESOLVED";
619
+ readonly UNRESOLVED: "UNRESOLVED";
620
+ };
621
+ /**
622
+ * @public
623
+ */
624
+ export type DependencyConsumerResolutionStatus = (typeof DependencyConsumerResolutionStatus)[keyof typeof DependencyConsumerResolutionStatus];
625
+ /**
626
+ * @public
627
+ * @enum
628
+ */
629
+ export declare const UpdateJobLifecycleStatus: {
630
+ readonly ARCHIVED: "ARCHIVED";
631
+ };
632
+ /**
633
+ * @public
634
+ */
635
+ export type UpdateJobLifecycleStatus = (typeof UpdateJobLifecycleStatus)[keyof typeof UpdateJobLifecycleStatus];
636
+ /**
637
+ * @public
638
+ * @enum
639
+ */
640
+ export declare const QueueFleetAssociationStatus: {
641
+ readonly ACTIVE: "ACTIVE";
642
+ readonly STOPPED: "STOPPED";
643
+ readonly STOP_SCHEDULING_AND_CANCEL_TASKS: "STOP_SCHEDULING_AND_CANCEL_TASKS";
644
+ readonly STOP_SCHEDULING_AND_COMPLETE_TASKS: "STOP_SCHEDULING_AND_COMPLETE_TASKS";
645
+ };
646
+ /**
647
+ * @public
648
+ */
649
+ export type QueueFleetAssociationStatus = (typeof QueueFleetAssociationStatus)[keyof typeof QueueFleetAssociationStatus];
650
+ /**
651
+ * @public
652
+ * @enum
653
+ */
654
+ export declare const QueueLimitAssociationStatus: {
655
+ readonly ACTIVE: "ACTIVE";
656
+ readonly STOPPED: "STOPPED";
657
+ readonly STOP_LIMIT_USAGE_AND_CANCEL_TASKS: "STOP_LIMIT_USAGE_AND_CANCEL_TASKS";
658
+ readonly STOP_LIMIT_USAGE_AND_COMPLETE_TASKS: "STOP_LIMIT_USAGE_AND_COMPLETE_TASKS";
659
+ };
660
+ /**
661
+ * @public
662
+ */
663
+ export type QueueLimitAssociationStatus = (typeof QueueLimitAssociationStatus)[keyof typeof QueueLimitAssociationStatus];
664
+ /**
665
+ * @public
666
+ * @enum
667
+ */
668
+ export declare const UsageType: {
669
+ readonly COMPUTE: "COMPUTE";
670
+ readonly LICENSE: "LICENSE";
671
+ };
672
+ /**
673
+ * @public
674
+ */
675
+ export type UsageType = (typeof UsageType)[keyof typeof UsageType];
676
+ /**
677
+ * @public
678
+ * @enum
679
+ */
680
+ export declare const SessionsStatisticsAggregationStatus: {
681
+ readonly COMPLETED: "COMPLETED";
682
+ readonly FAILED: "FAILED";
683
+ readonly IN_PROGRESS: "IN_PROGRESS";
684
+ readonly TIMEOUT: "TIMEOUT";
685
+ };
686
+ /**
687
+ * @public
688
+ */
689
+ export type SessionsStatisticsAggregationStatus = (typeof SessionsStatisticsAggregationStatus)[keyof typeof SessionsStatisticsAggregationStatus];
690
+ /**
691
+ * @public
692
+ * @enum
693
+ */
694
+ export declare const LicenseEndpointStatus: {
695
+ readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
696
+ readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
697
+ readonly NOT_READY: "NOT_READY";
698
+ readonly READY: "READY";
699
+ };
700
+ /**
701
+ * @public
702
+ */
703
+ export type LicenseEndpointStatus = (typeof LicenseEndpointStatus)[keyof typeof LicenseEndpointStatus];
704
+ /**
705
+ * @public
706
+ * @enum
707
+ */
708
+ export declare const SearchTermMatchingType: {
709
+ readonly CONTAINS: "CONTAINS";
710
+ readonly FUZZY_MATCH: "FUZZY_MATCH";
711
+ };
712
+ /**
713
+ * @public
714
+ */
715
+ export type SearchTermMatchingType = (typeof SearchTermMatchingType)[keyof typeof SearchTermMatchingType];
716
+ /**
717
+ * @public
718
+ * @enum
719
+ */
720
+ export declare const LogicalOperator: {
721
+ readonly AND: "AND";
722
+ readonly OR: "OR";
723
+ };
724
+ /**
725
+ * @public
726
+ */
727
+ export type LogicalOperator = (typeof LogicalOperator)[keyof typeof LogicalOperator];
728
+ /**
729
+ * @public
730
+ * @enum
731
+ */
732
+ export declare const SortOrder: {
733
+ readonly ASCENDING: "ASCENDING";
734
+ readonly DESCENDING: "DESCENDING";
735
+ };
736
+ /**
737
+ * @public
738
+ */
739
+ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
740
+ /**
741
+ * @public
742
+ * @enum
743
+ */
744
+ export declare const UsageGroupByField: {
745
+ readonly FLEET_ID: "FLEET_ID";
746
+ readonly INSTANCE_TYPE: "INSTANCE_TYPE";
747
+ readonly JOB_ID: "JOB_ID";
748
+ readonly LICENSE_PRODUCT: "LICENSE_PRODUCT";
749
+ readonly QUEUE_ID: "QUEUE_ID";
750
+ readonly USAGE_TYPE: "USAGE_TYPE";
751
+ readonly USER_ID: "USER_ID";
752
+ };
753
+ /**
754
+ * @public
755
+ */
756
+ export type UsageGroupByField = (typeof UsageGroupByField)[keyof typeof UsageGroupByField];
757
+ /**
758
+ * @public
759
+ * @enum
760
+ */
761
+ export declare const Period: {
762
+ readonly DAILY: "DAILY";
763
+ readonly HOURLY: "HOURLY";
764
+ readonly MONTHLY: "MONTHLY";
765
+ readonly WEEKLY: "WEEKLY";
766
+ };
767
+ /**
768
+ * @public
769
+ */
770
+ export type Period = (typeof Period)[keyof typeof Period];
771
+ /**
772
+ * @public
773
+ * @enum
774
+ */
775
+ export declare const UsageStatistic: {
776
+ readonly AVG: "AVG";
777
+ readonly MAX: "MAX";
778
+ readonly MIN: "MIN";
779
+ readonly SUM: "SUM";
780
+ };
781
+ /**
782
+ * @public
783
+ */
784
+ export type UsageStatistic = (typeof UsageStatistic)[keyof typeof UsageStatistic];
785
+ /**
786
+ * @public
787
+ * @enum
788
+ */
789
+ export declare const UpdateQueueFleetAssociationStatus: {
790
+ readonly ACTIVE: "ACTIVE";
791
+ readonly STOP_SCHEDULING_AND_CANCEL_TASKS: "STOP_SCHEDULING_AND_CANCEL_TASKS";
792
+ readonly STOP_SCHEDULING_AND_COMPLETE_TASKS: "STOP_SCHEDULING_AND_COMPLETE_TASKS";
793
+ };
794
+ /**
795
+ * @public
796
+ */
797
+ export type UpdateQueueFleetAssociationStatus = (typeof UpdateQueueFleetAssociationStatus)[keyof typeof UpdateQueueFleetAssociationStatus];
798
+ /**
799
+ * @public
800
+ * @enum
801
+ */
802
+ export declare const UpdateQueueLimitAssociationStatus: {
803
+ readonly ACTIVE: "ACTIVE";
804
+ readonly STOP_LIMIT_USAGE_AND_CANCEL_TASKS: "STOP_LIMIT_USAGE_AND_CANCEL_TASKS";
805
+ readonly STOP_LIMIT_USAGE_AND_COMPLETE_TASKS: "STOP_LIMIT_USAGE_AND_COMPLETE_TASKS";
806
+ };
807
+ /**
808
+ * @public
809
+ */
810
+ export type UpdateQueueLimitAssociationStatus = (typeof UpdateQueueLimitAssociationStatus)[keyof typeof UpdateQueueLimitAssociationStatus];