@aws-sdk/client-deadline 3.1023.0 → 3.1025.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +56 -0
- package/dist-cjs/index.js +274 -102
- package/dist-cjs/schemas/schemas_0.js +399 -44
- package/dist-es/Deadline.js +16 -0
- package/dist-es/commands/BatchGetJobCommand.js +16 -0
- package/dist-es/commands/BatchGetSessionActionCommand.js +16 -0
- package/dist-es/commands/BatchGetSessionCommand.js +16 -0
- package/dist-es/commands/BatchGetStepCommand.js +16 -0
- package/dist-es/commands/BatchGetTaskCommand.js +16 -0
- package/dist-es/commands/BatchGetWorkerCommand.js +16 -0
- package/dist-es/commands/BatchUpdateJobCommand.js +16 -0
- package/dist-es/commands/BatchUpdateTaskCommand.js +16 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/enums.js +154 -102
- package/dist-es/schemas/schemas_0.js +388 -34
- package/dist-types/Deadline.d.ts +56 -0
- package/dist-types/DeadlineClient.d.ts +10 -2
- package/dist-types/commands/BatchGetJobCommand.d.ts +176 -0
- package/dist-types/commands/BatchGetSessionActionCommand.d.ts +180 -0
- package/dist-types/commands/BatchGetSessionCommand.d.ts +177 -0
- package/dist-types/commands/BatchGetStepCommand.d.ts +193 -0
- package/dist-types/commands/BatchGetTaskCommand.d.ts +160 -0
- package/dist-types/commands/BatchGetWorkerCommand.d.ts +159 -0
- package/dist-types/commands/BatchUpdateJobCommand.d.ts +135 -0
- package/dist-types/commands/BatchUpdateTaskCommand.d.ts +136 -0
- package/dist-types/commands/CreateMonitorCommand.d.ts +1 -0
- package/dist-types/commands/GetMonitorCommand.d.ts +1 -0
- package/dist-types/commands/GetQueueFleetAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetQueueLimitAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetSessionsStatisticsAggregationCommand.d.ts +1 -2
- package/dist-types/commands/ListMonitorsCommand.d.ts +1 -0
- package/dist-types/commands/ListQueueEnvironmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListQueueMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListQueuesCommand.d.ts +1 -1
- package/dist-types/commands/ListStorageProfilesForQueueCommand.d.ts +1 -1
- package/dist-types/commands/ListTasksCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFarmCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLimitCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSessionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStepCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStorageProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/enums.d.ts +310 -194
- package/dist-types/models/models_0.d.ts +3347 -3110
- package/dist-types/models/models_1.d.ts +1057 -2
- package/dist-types/schemas/schemas_0.d.ts +46 -0
- package/dist-types/ts3.4/Deadline.d.ts +136 -0
- package/dist-types/ts3.4/DeadlineClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/BatchGetJobCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/BatchGetSessionActionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchGetSessionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/BatchGetStepCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/BatchGetTaskCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/BatchGetWorkerCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/BatchUpdateJobCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/BatchUpdateTaskCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetQueueFleetAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetQueueLimitAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSessionsStatisticsAggregationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListQueueEnvironmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListQueueMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStorageProfilesForQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateFarmCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateLimitCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueEnvironmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStepCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStorageProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/enums.d.ts +194 -126
- package/dist-types/ts3.4/models/models_0.d.ts +583 -522
- package/dist-types/ts3.4/models/models_1.d.ts +251 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +46 -0
- package/package.json +1 -1
|
@@ -143,6 +143,78 @@ export declare const AutoScalingStatus: {
|
|
|
143
143
|
* @public
|
|
144
144
|
*/
|
|
145
145
|
export type AutoScalingStatus = (typeof AutoScalingStatus)[keyof typeof AutoScalingStatus];
|
|
146
|
+
/**
|
|
147
|
+
* @public
|
|
148
|
+
* @enum
|
|
149
|
+
*/
|
|
150
|
+
export declare const BatchGetJobErrorCode: {
|
|
151
|
+
readonly AccessDeniedException: "AccessDeniedException";
|
|
152
|
+
readonly InternalServerErrorException: "InternalServerErrorException";
|
|
153
|
+
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
154
|
+
readonly ThrottlingException: "ThrottlingException";
|
|
155
|
+
readonly ValidationException: "ValidationException";
|
|
156
|
+
};
|
|
157
|
+
/**
|
|
158
|
+
* @public
|
|
159
|
+
*/
|
|
160
|
+
export type BatchGetJobErrorCode = (typeof BatchGetJobErrorCode)[keyof typeof BatchGetJobErrorCode];
|
|
161
|
+
/**
|
|
162
|
+
* @public
|
|
163
|
+
* @enum
|
|
164
|
+
*/
|
|
165
|
+
export declare const JobLifecycleStatus: {
|
|
166
|
+
readonly ARCHIVED: "ARCHIVED";
|
|
167
|
+
readonly CREATE_COMPLETE: "CREATE_COMPLETE";
|
|
168
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
169
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
170
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
171
|
+
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
172
|
+
readonly UPDATE_SUCCEEDED: "UPDATE_SUCCEEDED";
|
|
173
|
+
readonly UPLOAD_FAILED: "UPLOAD_FAILED";
|
|
174
|
+
readonly UPLOAD_IN_PROGRESS: "UPLOAD_IN_PROGRESS";
|
|
175
|
+
};
|
|
176
|
+
/**
|
|
177
|
+
* @public
|
|
178
|
+
*/
|
|
179
|
+
export type JobLifecycleStatus = (typeof JobLifecycleStatus)[keyof typeof JobLifecycleStatus];
|
|
180
|
+
/**
|
|
181
|
+
* @public
|
|
182
|
+
* @enum
|
|
183
|
+
*/
|
|
184
|
+
export declare const JobTargetTaskRunStatus: {
|
|
185
|
+
readonly CANCELED: "CANCELED";
|
|
186
|
+
readonly FAILED: "FAILED";
|
|
187
|
+
readonly PENDING: "PENDING";
|
|
188
|
+
readonly READY: "READY";
|
|
189
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
190
|
+
readonly SUSPENDED: "SUSPENDED";
|
|
191
|
+
};
|
|
192
|
+
/**
|
|
193
|
+
* @public
|
|
194
|
+
*/
|
|
195
|
+
export type JobTargetTaskRunStatus = (typeof JobTargetTaskRunStatus)[keyof typeof JobTargetTaskRunStatus];
|
|
196
|
+
/**
|
|
197
|
+
* @public
|
|
198
|
+
* @enum
|
|
199
|
+
*/
|
|
200
|
+
export declare const TaskRunStatus: {
|
|
201
|
+
readonly ASSIGNED: "ASSIGNED";
|
|
202
|
+
readonly CANCELED: "CANCELED";
|
|
203
|
+
readonly FAILED: "FAILED";
|
|
204
|
+
readonly INTERRUPTING: "INTERRUPTING";
|
|
205
|
+
readonly NOT_COMPATIBLE: "NOT_COMPATIBLE";
|
|
206
|
+
readonly PENDING: "PENDING";
|
|
207
|
+
readonly READY: "READY";
|
|
208
|
+
readonly RUNNING: "RUNNING";
|
|
209
|
+
readonly SCHEDULED: "SCHEDULED";
|
|
210
|
+
readonly STARTING: "STARTING";
|
|
211
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
212
|
+
readonly SUSPENDED: "SUSPENDED";
|
|
213
|
+
};
|
|
214
|
+
/**
|
|
215
|
+
* @public
|
|
216
|
+
*/
|
|
217
|
+
export type TaskRunStatus = (typeof TaskRunStatus)[keyof typeof TaskRunStatus];
|
|
146
218
|
/**
|
|
147
219
|
* @public
|
|
148
220
|
* @enum
|
|
@@ -175,478 +247,522 @@ export type JobEntityErrorCode = (typeof JobEntityErrorCode)[keyof typeof JobEnt
|
|
|
175
247
|
* @public
|
|
176
248
|
* @enum
|
|
177
249
|
*/
|
|
178
|
-
export declare const
|
|
179
|
-
readonly
|
|
180
|
-
readonly
|
|
250
|
+
export declare const BatchGetSessionErrorCode: {
|
|
251
|
+
readonly InternalServerErrorException: "InternalServerErrorException";
|
|
252
|
+
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
253
|
+
readonly ValidationException: "ValidationException";
|
|
181
254
|
};
|
|
182
255
|
/**
|
|
183
256
|
* @public
|
|
184
257
|
*/
|
|
185
|
-
export type
|
|
258
|
+
export type BatchGetSessionErrorCode = (typeof BatchGetSessionErrorCode)[keyof typeof BatchGetSessionErrorCode];
|
|
186
259
|
/**
|
|
187
260
|
* @public
|
|
188
261
|
* @enum
|
|
189
262
|
*/
|
|
190
|
-
export declare const
|
|
191
|
-
readonly
|
|
192
|
-
readonly
|
|
263
|
+
export declare const SessionLifecycleStatus: {
|
|
264
|
+
readonly ENDED: "ENDED";
|
|
265
|
+
readonly STARTED: "STARTED";
|
|
266
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
267
|
+
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
268
|
+
readonly UPDATE_SUCCEEDED: "UPDATE_SUCCEEDED";
|
|
193
269
|
};
|
|
194
270
|
/**
|
|
195
271
|
* @public
|
|
196
272
|
*/
|
|
197
|
-
export type
|
|
273
|
+
export type SessionLifecycleStatus = (typeof SessionLifecycleStatus)[keyof typeof SessionLifecycleStatus];
|
|
198
274
|
/**
|
|
199
275
|
* @public
|
|
200
276
|
* @enum
|
|
201
277
|
*/
|
|
202
|
-
export declare const
|
|
203
|
-
readonly
|
|
204
|
-
readonly ANY_EQUALS: "ANY_EQUALS";
|
|
205
|
-
readonly EQUAL: "EQUAL";
|
|
206
|
-
readonly GREATER_THAN: "GREATER_THAN";
|
|
207
|
-
readonly GREATER_THAN_EQUAL_TO: "GREATER_THAN_EQUAL_TO";
|
|
208
|
-
readonly LESS_THAN: "LESS_THAN";
|
|
209
|
-
readonly LESS_THAN_EQUAL_TO: "LESS_THAN_EQUAL_TO";
|
|
210
|
-
readonly NOT_EQUAL: "NOT_EQUAL";
|
|
278
|
+
export declare const SessionLifecycleTargetStatus: {
|
|
279
|
+
readonly ENDED: "ENDED";
|
|
211
280
|
};
|
|
212
281
|
/**
|
|
213
282
|
* @public
|
|
214
283
|
*/
|
|
215
|
-
export type
|
|
284
|
+
export type SessionLifecycleTargetStatus = (typeof SessionLifecycleTargetStatus)[keyof typeof SessionLifecycleTargetStatus];
|
|
216
285
|
/**
|
|
217
286
|
* @public
|
|
218
287
|
* @enum
|
|
219
288
|
*/
|
|
220
|
-
export declare const
|
|
289
|
+
export declare const BatchGetSessionActionErrorCode: {
|
|
290
|
+
readonly InternalServerErrorException: "InternalServerErrorException";
|
|
291
|
+
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
292
|
+
readonly ValidationException: "ValidationException";
|
|
293
|
+
};
|
|
294
|
+
/**
|
|
295
|
+
* @public
|
|
296
|
+
*/
|
|
297
|
+
export type BatchGetSessionActionErrorCode = (typeof BatchGetSessionActionErrorCode)[keyof typeof BatchGetSessionActionErrorCode];
|
|
298
|
+
/**
|
|
299
|
+
* @public
|
|
300
|
+
* @enum
|
|
301
|
+
*/
|
|
302
|
+
export declare const SessionActionStatus: {
|
|
303
|
+
readonly ASSIGNED: "ASSIGNED";
|
|
221
304
|
readonly CANCELED: "CANCELED";
|
|
305
|
+
readonly CANCELING: "CANCELING";
|
|
222
306
|
readonly FAILED: "FAILED";
|
|
223
307
|
readonly INTERRUPTED: "INTERRUPTED";
|
|
224
308
|
readonly NEVER_ATTEMPTED: "NEVER_ATTEMPTED";
|
|
309
|
+
readonly RECLAIMED: "RECLAIMED";
|
|
310
|
+
readonly RECLAIMING: "RECLAIMING";
|
|
311
|
+
readonly RUNNING: "RUNNING";
|
|
312
|
+
readonly SCHEDULED: "SCHEDULED";
|
|
225
313
|
readonly SUCCEEDED: "SUCCEEDED";
|
|
226
314
|
};
|
|
227
315
|
/**
|
|
228
316
|
* @public
|
|
229
317
|
*/
|
|
230
|
-
export type
|
|
318
|
+
export type SessionActionStatus = (typeof SessionActionStatus)[keyof typeof SessionActionStatus];
|
|
231
319
|
/**
|
|
232
320
|
* @public
|
|
233
321
|
* @enum
|
|
234
322
|
*/
|
|
235
|
-
export declare const
|
|
236
|
-
readonly
|
|
237
|
-
readonly
|
|
323
|
+
export declare const BatchGetStepErrorCode: {
|
|
324
|
+
readonly AccessDeniedException: "AccessDeniedException";
|
|
325
|
+
readonly InternalServerErrorException: "InternalServerErrorException";
|
|
326
|
+
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
327
|
+
readonly ThrottlingException: "ThrottlingException";
|
|
328
|
+
readonly ValidationException: "ValidationException";
|
|
238
329
|
};
|
|
239
330
|
/**
|
|
240
331
|
* @public
|
|
241
332
|
*/
|
|
242
|
-
export type
|
|
333
|
+
export type BatchGetStepErrorCode = (typeof BatchGetStepErrorCode)[keyof typeof BatchGetStepErrorCode];
|
|
243
334
|
/**
|
|
244
335
|
* @public
|
|
245
336
|
* @enum
|
|
246
337
|
*/
|
|
247
|
-
export declare const
|
|
248
|
-
readonly
|
|
249
|
-
readonly
|
|
338
|
+
export declare const StepLifecycleStatus: {
|
|
339
|
+
readonly CREATE_COMPLETE: "CREATE_COMPLETE";
|
|
340
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
341
|
+
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
342
|
+
readonly UPDATE_SUCCEEDED: "UPDATE_SUCCEEDED";
|
|
250
343
|
};
|
|
251
344
|
/**
|
|
252
345
|
* @public
|
|
253
346
|
*/
|
|
254
|
-
export type
|
|
347
|
+
export type StepLifecycleStatus = (typeof StepLifecycleStatus)[keyof typeof StepLifecycleStatus];
|
|
255
348
|
/**
|
|
256
349
|
* @public
|
|
257
350
|
* @enum
|
|
258
351
|
*/
|
|
259
|
-
export declare const
|
|
260
|
-
readonly
|
|
261
|
-
readonly
|
|
352
|
+
export declare const RangeConstraint: {
|
|
353
|
+
readonly CONTIGUOUS: "CONTIGUOUS";
|
|
354
|
+
readonly NONCONTIGUOUS: "NONCONTIGUOUS";
|
|
262
355
|
};
|
|
263
356
|
/**
|
|
264
357
|
* @public
|
|
265
358
|
*/
|
|
266
|
-
export type
|
|
359
|
+
export type RangeConstraint = (typeof RangeConstraint)[keyof typeof RangeConstraint];
|
|
267
360
|
/**
|
|
268
361
|
* @public
|
|
269
362
|
* @enum
|
|
270
363
|
*/
|
|
271
|
-
export declare const
|
|
272
|
-
readonly
|
|
273
|
-
readonly
|
|
274
|
-
readonly
|
|
364
|
+
export declare const StepParameterType: {
|
|
365
|
+
readonly CHUNK_INT: "CHUNK_INT";
|
|
366
|
+
readonly FLOAT: "FLOAT";
|
|
367
|
+
readonly INT: "INT";
|
|
368
|
+
readonly PATH: "PATH";
|
|
369
|
+
readonly STRING: "STRING";
|
|
275
370
|
};
|
|
276
371
|
/**
|
|
277
372
|
* @public
|
|
278
373
|
*/
|
|
279
|
-
export type
|
|
374
|
+
export type StepParameterType = (typeof StepParameterType)[keyof typeof StepParameterType];
|
|
280
375
|
/**
|
|
281
376
|
* @public
|
|
282
377
|
* @enum
|
|
283
378
|
*/
|
|
284
|
-
export declare const
|
|
285
|
-
readonly
|
|
286
|
-
readonly
|
|
379
|
+
export declare const StepTargetTaskRunStatus: {
|
|
380
|
+
readonly CANCELED: "CANCELED";
|
|
381
|
+
readonly FAILED: "FAILED";
|
|
382
|
+
readonly PENDING: "PENDING";
|
|
383
|
+
readonly READY: "READY";
|
|
384
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
385
|
+
readonly SUSPENDED: "SUSPENDED";
|
|
287
386
|
};
|
|
288
387
|
/**
|
|
289
388
|
* @public
|
|
290
389
|
*/
|
|
291
|
-
export type
|
|
390
|
+
export type StepTargetTaskRunStatus = (typeof StepTargetTaskRunStatus)[keyof typeof StepTargetTaskRunStatus];
|
|
292
391
|
/**
|
|
293
392
|
* @public
|
|
294
393
|
* @enum
|
|
295
394
|
*/
|
|
296
|
-
export declare const
|
|
297
|
-
readonly
|
|
298
|
-
readonly
|
|
299
|
-
readonly
|
|
395
|
+
export declare const BatchGetTaskErrorCode: {
|
|
396
|
+
readonly AccessDeniedException: "AccessDeniedException";
|
|
397
|
+
readonly InternalServerErrorException: "InternalServerErrorException";
|
|
398
|
+
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
399
|
+
readonly ThrottlingException: "ThrottlingException";
|
|
400
|
+
readonly ValidationException: "ValidationException";
|
|
300
401
|
};
|
|
301
402
|
/**
|
|
302
403
|
* @public
|
|
303
404
|
*/
|
|
304
|
-
export type
|
|
405
|
+
export type BatchGetTaskErrorCode = (typeof BatchGetTaskErrorCode)[keyof typeof BatchGetTaskErrorCode];
|
|
305
406
|
/**
|
|
306
407
|
* @public
|
|
307
408
|
* @enum
|
|
308
409
|
*/
|
|
309
|
-
export declare const
|
|
410
|
+
export declare const TaskTargetRunStatus: {
|
|
411
|
+
readonly CANCELED: "CANCELED";
|
|
412
|
+
readonly FAILED: "FAILED";
|
|
413
|
+
readonly PENDING: "PENDING";
|
|
310
414
|
readonly READY: "READY";
|
|
415
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
311
416
|
readonly SUSPENDED: "SUSPENDED";
|
|
312
417
|
};
|
|
313
418
|
/**
|
|
314
419
|
* @public
|
|
315
420
|
*/
|
|
316
|
-
export type
|
|
421
|
+
export type TaskTargetRunStatus = (typeof TaskTargetRunStatus)[keyof typeof TaskTargetRunStatus];
|
|
317
422
|
/**
|
|
318
423
|
* @public
|
|
319
424
|
* @enum
|
|
320
425
|
*/
|
|
321
|
-
export declare const
|
|
322
|
-
readonly
|
|
323
|
-
readonly
|
|
324
|
-
readonly
|
|
426
|
+
export declare const BatchGetWorkerErrorCode: {
|
|
427
|
+
readonly InternalServerErrorException: "InternalServerErrorException";
|
|
428
|
+
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
429
|
+
readonly ValidationException: "ValidationException";
|
|
325
430
|
};
|
|
326
431
|
/**
|
|
327
432
|
* @public
|
|
328
433
|
*/
|
|
329
|
-
export type
|
|
434
|
+
export type BatchGetWorkerErrorCode = (typeof BatchGetWorkerErrorCode)[keyof typeof BatchGetWorkerErrorCode];
|
|
330
435
|
/**
|
|
331
436
|
* @public
|
|
332
437
|
* @enum
|
|
333
438
|
*/
|
|
334
|
-
export declare const
|
|
335
|
-
readonly
|
|
336
|
-
readonly
|
|
439
|
+
export declare const WorkerStatus: {
|
|
440
|
+
readonly CREATED: "CREATED";
|
|
441
|
+
readonly IDLE: "IDLE";
|
|
442
|
+
readonly NOT_COMPATIBLE: "NOT_COMPATIBLE";
|
|
443
|
+
readonly NOT_RESPONDING: "NOT_RESPONDING";
|
|
444
|
+
readonly RUNNING: "RUNNING";
|
|
445
|
+
readonly STARTED: "STARTED";
|
|
446
|
+
readonly STOPPED: "STOPPED";
|
|
447
|
+
readonly STOPPING: "STOPPING";
|
|
337
448
|
};
|
|
338
449
|
/**
|
|
339
450
|
* @public
|
|
340
451
|
*/
|
|
341
|
-
export type
|
|
452
|
+
export type WorkerStatus = (typeof WorkerStatus)[keyof typeof WorkerStatus];
|
|
342
453
|
/**
|
|
343
454
|
* @public
|
|
344
455
|
* @enum
|
|
345
456
|
*/
|
|
346
|
-
export declare const
|
|
347
|
-
readonly
|
|
348
|
-
readonly SHARED: "SHARED";
|
|
457
|
+
export declare const UpdateJobLifecycleStatus: {
|
|
458
|
+
readonly ARCHIVED: "ARCHIVED";
|
|
349
459
|
};
|
|
350
460
|
/**
|
|
351
461
|
* @public
|
|
352
462
|
*/
|
|
353
|
-
export type
|
|
463
|
+
export type UpdateJobLifecycleStatus = (typeof UpdateJobLifecycleStatus)[keyof typeof UpdateJobLifecycleStatus];
|
|
354
464
|
/**
|
|
355
465
|
* @public
|
|
356
466
|
* @enum
|
|
357
467
|
*/
|
|
358
|
-
export declare const
|
|
359
|
-
readonly
|
|
360
|
-
readonly
|
|
361
|
-
readonly
|
|
468
|
+
export declare const BatchUpdateJobErrorCode: {
|
|
469
|
+
readonly AccessDeniedException: "AccessDeniedException";
|
|
470
|
+
readonly ConflictException: "ConflictException";
|
|
471
|
+
readonly InternalServerErrorException: "InternalServerErrorException";
|
|
472
|
+
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
473
|
+
readonly ThrottlingException: "ThrottlingException";
|
|
474
|
+
readonly ValidationException: "ValidationException";
|
|
362
475
|
};
|
|
363
476
|
/**
|
|
364
477
|
* @public
|
|
365
478
|
*/
|
|
366
|
-
export type
|
|
479
|
+
export type BatchUpdateJobErrorCode = (typeof BatchUpdateJobErrorCode)[keyof typeof BatchUpdateJobErrorCode];
|
|
367
480
|
/**
|
|
368
481
|
* @public
|
|
369
482
|
* @enum
|
|
370
483
|
*/
|
|
371
|
-
export declare const
|
|
372
|
-
readonly
|
|
373
|
-
readonly
|
|
374
|
-
readonly
|
|
375
|
-
readonly
|
|
376
|
-
readonly
|
|
377
|
-
readonly
|
|
484
|
+
export declare const BatchUpdateTaskErrorCode: {
|
|
485
|
+
readonly AccessDeniedException: "AccessDeniedException";
|
|
486
|
+
readonly ConflictException: "ConflictException";
|
|
487
|
+
readonly InternalServerErrorException: "InternalServerErrorException";
|
|
488
|
+
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
489
|
+
readonly ThrottlingException: "ThrottlingException";
|
|
490
|
+
readonly ValidationException: "ValidationException";
|
|
378
491
|
};
|
|
379
492
|
/**
|
|
380
493
|
* @public
|
|
381
494
|
*/
|
|
382
|
-
export type
|
|
495
|
+
export type BatchUpdateTaskErrorCode = (typeof BatchUpdateTaskErrorCode)[keyof typeof BatchUpdateTaskErrorCode];
|
|
383
496
|
/**
|
|
384
497
|
* @public
|
|
385
498
|
* @enum
|
|
386
499
|
*/
|
|
387
|
-
export declare const
|
|
388
|
-
readonly
|
|
389
|
-
readonly
|
|
390
|
-
readonly NOT_COMPATIBLE: "NOT_COMPATIBLE";
|
|
391
|
-
readonly NOT_RESPONDING: "NOT_RESPONDING";
|
|
392
|
-
readonly RUNNING: "RUNNING";
|
|
393
|
-
readonly STARTED: "STARTED";
|
|
394
|
-
readonly STOPPED: "STOPPED";
|
|
395
|
-
readonly STOPPING: "STOPPING";
|
|
500
|
+
export declare const BudgetActionType: {
|
|
501
|
+
readonly STOP_SCHEDULING_AND_CANCEL_TASKS: "STOP_SCHEDULING_AND_CANCEL_TASKS";
|
|
502
|
+
readonly STOP_SCHEDULING_AND_COMPLETE_TASKS: "STOP_SCHEDULING_AND_COMPLETE_TASKS";
|
|
396
503
|
};
|
|
397
504
|
/**
|
|
398
505
|
* @public
|
|
399
506
|
*/
|
|
400
|
-
export type
|
|
507
|
+
export type BudgetActionType = (typeof BudgetActionType)[keyof typeof BudgetActionType];
|
|
401
508
|
/**
|
|
402
509
|
* @public
|
|
403
510
|
* @enum
|
|
404
511
|
*/
|
|
405
|
-
export declare const
|
|
406
|
-
readonly
|
|
407
|
-
readonly
|
|
408
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
409
|
-
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
410
|
-
readonly UPDATE_SUCCEEDED: "UPDATE_SUCCEEDED";
|
|
512
|
+
export declare const BudgetStatus: {
|
|
513
|
+
readonly ACTIVE: "ACTIVE";
|
|
514
|
+
readonly INACTIVE: "INACTIVE";
|
|
411
515
|
};
|
|
412
516
|
/**
|
|
413
517
|
* @public
|
|
414
518
|
*/
|
|
415
|
-
export type
|
|
519
|
+
export type BudgetStatus = (typeof BudgetStatus)[keyof typeof BudgetStatus];
|
|
416
520
|
/**
|
|
417
521
|
* @public
|
|
418
522
|
* @enum
|
|
419
523
|
*/
|
|
420
|
-
export declare const
|
|
421
|
-
readonly
|
|
524
|
+
export declare const ComparisonOperator: {
|
|
525
|
+
readonly ALL_NOT_EQUALS: "ALL_NOT_EQUALS";
|
|
526
|
+
readonly ANY_EQUALS: "ANY_EQUALS";
|
|
527
|
+
readonly EQUAL: "EQUAL";
|
|
528
|
+
readonly GREATER_THAN: "GREATER_THAN";
|
|
529
|
+
readonly GREATER_THAN_EQUAL_TO: "GREATER_THAN_EQUAL_TO";
|
|
530
|
+
readonly LESS_THAN: "LESS_THAN";
|
|
531
|
+
readonly LESS_THAN_EQUAL_TO: "LESS_THAN_EQUAL_TO";
|
|
532
|
+
readonly NOT_EQUAL: "NOT_EQUAL";
|
|
422
533
|
};
|
|
423
534
|
/**
|
|
424
535
|
* @public
|
|
425
536
|
*/
|
|
426
|
-
export type
|
|
537
|
+
export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
427
538
|
/**
|
|
428
539
|
* @public
|
|
429
540
|
* @enum
|
|
430
541
|
*/
|
|
431
|
-
export declare const
|
|
432
|
-
readonly
|
|
433
|
-
readonly
|
|
434
|
-
readonly
|
|
542
|
+
export declare const CompletedStatus: {
|
|
543
|
+
readonly CANCELED: "CANCELED";
|
|
544
|
+
readonly FAILED: "FAILED";
|
|
545
|
+
readonly INTERRUPTED: "INTERRUPTED";
|
|
546
|
+
readonly NEVER_ATTEMPTED: "NEVER_ATTEMPTED";
|
|
547
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
435
548
|
};
|
|
436
549
|
/**
|
|
437
550
|
* @public
|
|
438
551
|
*/
|
|
439
|
-
export type
|
|
552
|
+
export type CompletedStatus = (typeof CompletedStatus)[keyof typeof CompletedStatus];
|
|
440
553
|
/**
|
|
441
554
|
* @public
|
|
442
555
|
* @enum
|
|
443
556
|
*/
|
|
444
|
-
export declare const
|
|
445
|
-
readonly
|
|
557
|
+
export declare const JobTemplateType: {
|
|
558
|
+
readonly JSON: "JSON";
|
|
559
|
+
readonly YAML: "YAML";
|
|
446
560
|
};
|
|
447
561
|
/**
|
|
448
562
|
* @public
|
|
449
563
|
*/
|
|
450
|
-
export type
|
|
564
|
+
export type JobTemplateType = (typeof JobTemplateType)[keyof typeof JobTemplateType];
|
|
451
565
|
/**
|
|
452
566
|
* @public
|
|
453
567
|
* @enum
|
|
454
568
|
*/
|
|
455
|
-
export declare const
|
|
456
|
-
readonly
|
|
457
|
-
readonly
|
|
569
|
+
export declare const CpuArchitectureType: {
|
|
570
|
+
readonly ARM64: "arm64";
|
|
571
|
+
readonly X86_64: "x86_64";
|
|
458
572
|
};
|
|
459
573
|
/**
|
|
460
574
|
* @public
|
|
461
575
|
*/
|
|
462
|
-
export type
|
|
576
|
+
export type CpuArchitectureType = (typeof CpuArchitectureType)[keyof typeof CpuArchitectureType];
|
|
463
577
|
/**
|
|
464
578
|
* @public
|
|
465
579
|
* @enum
|
|
466
580
|
*/
|
|
467
|
-
export declare const
|
|
468
|
-
readonly
|
|
469
|
-
readonly
|
|
470
|
-
readonly SCHEDULING_BLOCKED: "SCHEDULING_BLOCKED";
|
|
581
|
+
export declare const TagPropagationMode: {
|
|
582
|
+
readonly NO_PROPAGATION: "NO_PROPAGATION";
|
|
583
|
+
readonly PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH: "PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH";
|
|
471
584
|
};
|
|
472
585
|
/**
|
|
473
586
|
* @public
|
|
474
587
|
*/
|
|
475
|
-
export type
|
|
588
|
+
export type TagPropagationMode = (typeof TagPropagationMode)[keyof typeof TagPropagationMode];
|
|
476
589
|
/**
|
|
477
590
|
* @public
|
|
478
591
|
* @enum
|
|
479
592
|
*/
|
|
480
|
-
export declare const
|
|
481
|
-
readonly
|
|
482
|
-
readonly
|
|
483
|
-
readonly
|
|
484
|
-
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
485
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
486
|
-
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
487
|
-
readonly UPDATE_SUCCEEDED: "UPDATE_SUCCEEDED";
|
|
488
|
-
readonly UPLOAD_FAILED: "UPLOAD_FAILED";
|
|
489
|
-
readonly UPLOAD_IN_PROGRESS: "UPLOAD_IN_PROGRESS";
|
|
593
|
+
export declare const CustomerManagedFleetOperatingSystemFamily: {
|
|
594
|
+
readonly LINUX: "LINUX";
|
|
595
|
+
readonly MACOS: "MACOS";
|
|
596
|
+
readonly WINDOWS: "WINDOWS";
|
|
490
597
|
};
|
|
491
598
|
/**
|
|
492
599
|
* @public
|
|
493
600
|
*/
|
|
494
|
-
export type
|
|
601
|
+
export type CustomerManagedFleetOperatingSystemFamily = (typeof CustomerManagedFleetOperatingSystemFamily)[keyof typeof CustomerManagedFleetOperatingSystemFamily];
|
|
495
602
|
/**
|
|
496
603
|
* @public
|
|
497
604
|
* @enum
|
|
498
605
|
*/
|
|
499
|
-
export declare const
|
|
500
|
-
readonly
|
|
501
|
-
readonly
|
|
502
|
-
readonly PENDING: "PENDING";
|
|
503
|
-
readonly READY: "READY";
|
|
504
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
505
|
-
readonly SUSPENDED: "SUSPENDED";
|
|
606
|
+
export declare const ServiceManagedFleetOperatingSystemFamily: {
|
|
607
|
+
readonly LINUX: "LINUX";
|
|
608
|
+
readonly WINDOWS: "WINDOWS";
|
|
506
609
|
};
|
|
507
610
|
/**
|
|
508
611
|
* @public
|
|
509
612
|
*/
|
|
510
|
-
export type
|
|
613
|
+
export type ServiceManagedFleetOperatingSystemFamily = (typeof ServiceManagedFleetOperatingSystemFamily)[keyof typeof ServiceManagedFleetOperatingSystemFamily];
|
|
511
614
|
/**
|
|
512
615
|
* @public
|
|
513
616
|
* @enum
|
|
514
617
|
*/
|
|
515
|
-
export declare const
|
|
516
|
-
readonly
|
|
517
|
-
readonly
|
|
518
|
-
readonly
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
618
|
+
export declare const Ec2MarketType: {
|
|
619
|
+
readonly ON_DEMAND: "on-demand";
|
|
620
|
+
readonly SPOT: "spot";
|
|
621
|
+
readonly WAIT_AND_SAVE: "wait-and-save";
|
|
622
|
+
};
|
|
623
|
+
/**
|
|
624
|
+
* @public
|
|
625
|
+
*/
|
|
626
|
+
export type Ec2MarketType = (typeof Ec2MarketType)[keyof typeof Ec2MarketType];
|
|
627
|
+
/**
|
|
628
|
+
* @public
|
|
629
|
+
* @enum
|
|
630
|
+
*/
|
|
631
|
+
export declare const CreateJobTargetTaskRunStatus: {
|
|
522
632
|
readonly READY: "READY";
|
|
523
|
-
readonly RUNNING: "RUNNING";
|
|
524
|
-
readonly SCHEDULED: "SCHEDULED";
|
|
525
|
-
readonly STARTING: "STARTING";
|
|
526
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
527
633
|
readonly SUSPENDED: "SUSPENDED";
|
|
528
634
|
};
|
|
529
635
|
/**
|
|
530
636
|
* @public
|
|
531
637
|
*/
|
|
532
|
-
export type
|
|
638
|
+
export type CreateJobTargetTaskRunStatus = (typeof CreateJobTargetTaskRunStatus)[keyof typeof CreateJobTargetTaskRunStatus];
|
|
533
639
|
/**
|
|
534
640
|
* @public
|
|
535
641
|
* @enum
|
|
536
642
|
*/
|
|
537
|
-
export declare const
|
|
538
|
-
readonly
|
|
539
|
-
readonly
|
|
540
|
-
readonly
|
|
541
|
-
readonly FAILED: "FAILED";
|
|
542
|
-
readonly INTERRUPTED: "INTERRUPTED";
|
|
543
|
-
readonly NEVER_ATTEMPTED: "NEVER_ATTEMPTED";
|
|
544
|
-
readonly RECLAIMED: "RECLAIMED";
|
|
545
|
-
readonly RECLAIMING: "RECLAIMING";
|
|
546
|
-
readonly RUNNING: "RUNNING";
|
|
547
|
-
readonly SCHEDULED: "SCHEDULED";
|
|
548
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
643
|
+
export declare const DefaultQueueBudgetAction: {
|
|
644
|
+
readonly NONE: "NONE";
|
|
645
|
+
readonly STOP_SCHEDULING_AND_CANCEL_TASKS: "STOP_SCHEDULING_AND_CANCEL_TASKS";
|
|
646
|
+
readonly STOP_SCHEDULING_AND_COMPLETE_TASKS: "STOP_SCHEDULING_AND_COMPLETE_TASKS";
|
|
549
647
|
};
|
|
550
648
|
/**
|
|
551
649
|
* @public
|
|
552
650
|
*/
|
|
553
|
-
export type
|
|
651
|
+
export type DefaultQueueBudgetAction = (typeof DefaultQueueBudgetAction)[keyof typeof DefaultQueueBudgetAction];
|
|
554
652
|
/**
|
|
555
653
|
* @public
|
|
556
654
|
* @enum
|
|
557
655
|
*/
|
|
558
|
-
export declare const
|
|
559
|
-
readonly
|
|
560
|
-
readonly
|
|
561
|
-
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
562
|
-
readonly UPDATE_SUCCEEDED: "UPDATE_SUCCEEDED";
|
|
656
|
+
export declare const EnvironmentTemplateType: {
|
|
657
|
+
readonly JSON: "JSON";
|
|
658
|
+
readonly YAML: "YAML";
|
|
563
659
|
};
|
|
564
660
|
/**
|
|
565
661
|
* @public
|
|
566
662
|
*/
|
|
567
|
-
export type
|
|
663
|
+
export type EnvironmentTemplateType = (typeof EnvironmentTemplateType)[keyof typeof EnvironmentTemplateType];
|
|
568
664
|
/**
|
|
569
665
|
* @public
|
|
570
666
|
* @enum
|
|
571
667
|
*/
|
|
572
|
-
export declare const
|
|
573
|
-
readonly
|
|
574
|
-
readonly
|
|
668
|
+
export declare const FileSystemLocationType: {
|
|
669
|
+
readonly LOCAL: "LOCAL";
|
|
670
|
+
readonly SHARED: "SHARED";
|
|
575
671
|
};
|
|
576
672
|
/**
|
|
577
673
|
* @public
|
|
578
674
|
*/
|
|
579
|
-
export type
|
|
675
|
+
export type FileSystemLocationType = (typeof FileSystemLocationType)[keyof typeof FileSystemLocationType];
|
|
580
676
|
/**
|
|
581
677
|
* @public
|
|
582
678
|
* @enum
|
|
583
679
|
*/
|
|
584
|
-
export declare const
|
|
585
|
-
readonly
|
|
586
|
-
readonly
|
|
587
|
-
readonly
|
|
588
|
-
readonly PATH: "PATH";
|
|
589
|
-
readonly STRING: "STRING";
|
|
680
|
+
export declare const StorageProfileOperatingSystemFamily: {
|
|
681
|
+
readonly LINUX: "LINUX";
|
|
682
|
+
readonly MACOS: "MACOS";
|
|
683
|
+
readonly WINDOWS: "WINDOWS";
|
|
590
684
|
};
|
|
591
685
|
/**
|
|
592
686
|
* @public
|
|
593
687
|
*/
|
|
594
|
-
export type
|
|
688
|
+
export type StorageProfileOperatingSystemFamily = (typeof StorageProfileOperatingSystemFamily)[keyof typeof StorageProfileOperatingSystemFamily];
|
|
595
689
|
/**
|
|
596
690
|
* @public
|
|
597
691
|
* @enum
|
|
598
692
|
*/
|
|
599
|
-
export declare const
|
|
600
|
-
readonly
|
|
601
|
-
readonly
|
|
602
|
-
readonly
|
|
603
|
-
readonly READY: "READY";
|
|
604
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
693
|
+
export declare const FleetStatus: {
|
|
694
|
+
readonly ACTIVE: "ACTIVE";
|
|
695
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
696
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
605
697
|
readonly SUSPENDED: "SUSPENDED";
|
|
698
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
699
|
+
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
606
700
|
};
|
|
607
701
|
/**
|
|
608
702
|
* @public
|
|
609
703
|
*/
|
|
610
|
-
export type
|
|
704
|
+
export type FleetStatus = (typeof FleetStatus)[keyof typeof FleetStatus];
|
|
611
705
|
/**
|
|
612
706
|
* @public
|
|
613
707
|
* @enum
|
|
614
708
|
*/
|
|
615
|
-
export declare const
|
|
616
|
-
readonly
|
|
617
|
-
readonly
|
|
618
|
-
readonly
|
|
619
|
-
readonly READY: "READY";
|
|
620
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
621
|
-
readonly SUSPENDED: "SUSPENDED";
|
|
709
|
+
export declare const UpdatedWorkerStatus: {
|
|
710
|
+
readonly STARTED: "STARTED";
|
|
711
|
+
readonly STOPPED: "STOPPED";
|
|
712
|
+
readonly STOPPING: "STOPPING";
|
|
622
713
|
};
|
|
623
714
|
/**
|
|
624
715
|
* @public
|
|
625
716
|
*/
|
|
626
|
-
export type
|
|
717
|
+
export type UpdatedWorkerStatus = (typeof UpdatedWorkerStatus)[keyof typeof UpdatedWorkerStatus];
|
|
627
718
|
/**
|
|
628
719
|
* @public
|
|
629
720
|
* @enum
|
|
630
721
|
*/
|
|
631
|
-
export declare const
|
|
632
|
-
readonly
|
|
633
|
-
readonly UNRESOLVED: "UNRESOLVED";
|
|
722
|
+
export declare const DesiredWorkerStatus: {
|
|
723
|
+
readonly STOPPED: "STOPPED";
|
|
634
724
|
};
|
|
635
725
|
/**
|
|
636
726
|
* @public
|
|
637
727
|
*/
|
|
638
|
-
export type
|
|
728
|
+
export type DesiredWorkerStatus = (typeof DesiredWorkerStatus)[keyof typeof DesiredWorkerStatus];
|
|
639
729
|
/**
|
|
640
730
|
* @public
|
|
641
731
|
* @enum
|
|
642
732
|
*/
|
|
643
|
-
export declare const
|
|
644
|
-
readonly
|
|
733
|
+
export declare const QueueBlockedReason: {
|
|
734
|
+
readonly BUDGET_THRESHOLD_REACHED: "BUDGET_THRESHOLD_REACHED";
|
|
735
|
+
readonly NO_BUDGET_CONFIGURED: "NO_BUDGET_CONFIGURED";
|
|
645
736
|
};
|
|
646
737
|
/**
|
|
647
738
|
* @public
|
|
648
739
|
*/
|
|
649
|
-
export type
|
|
740
|
+
export type QueueBlockedReason = (typeof QueueBlockedReason)[keyof typeof QueueBlockedReason];
|
|
741
|
+
/**
|
|
742
|
+
* @public
|
|
743
|
+
* @enum
|
|
744
|
+
*/
|
|
745
|
+
export declare const QueueStatus: {
|
|
746
|
+
readonly IDLE: "IDLE";
|
|
747
|
+
readonly SCHEDULING: "SCHEDULING";
|
|
748
|
+
readonly SCHEDULING_BLOCKED: "SCHEDULING_BLOCKED";
|
|
749
|
+
};
|
|
750
|
+
/**
|
|
751
|
+
* @public
|
|
752
|
+
*/
|
|
753
|
+
export type QueueStatus = (typeof QueueStatus)[keyof typeof QueueStatus];
|
|
754
|
+
/**
|
|
755
|
+
* @public
|
|
756
|
+
* @enum
|
|
757
|
+
*/
|
|
758
|
+
export declare const DependencyConsumerResolutionStatus: {
|
|
759
|
+
readonly RESOLVED: "RESOLVED";
|
|
760
|
+
readonly UNRESOLVED: "UNRESOLVED";
|
|
761
|
+
};
|
|
762
|
+
/**
|
|
763
|
+
* @public
|
|
764
|
+
*/
|
|
765
|
+
export type DependencyConsumerResolutionStatus = (typeof DependencyConsumerResolutionStatus)[keyof typeof DependencyConsumerResolutionStatus];
|
|
650
766
|
/**
|
|
651
767
|
* @public
|
|
652
768
|
* @enum
|