@aws-sdk/client-omics 3.1013.0 → 3.1015.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 -7
- package/dist-cjs/index.js +141 -14
- package/dist-cjs/schemas/schemas_0.js +230 -32
- package/dist-es/Omics.js +18 -0
- package/dist-es/commands/CancelRunBatchCommand.js +16 -0
- package/dist-es/commands/DeleteBatchCommand.js +16 -0
- package/dist-es/commands/DeleteRunBatchCommand.js +16 -0
- package/dist-es/commands/GetBatchCommand.js +16 -0
- package/dist-es/commands/ListBatchCommand.js +16 -0
- package/dist-es/commands/ListRunsInBatchCommand.js +16 -0
- package/dist-es/commands/StartRunBatchCommand.js +16 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/enums.js +33 -14
- package/dist-es/pagination/ListBatchPaginator.js +4 -0
- package/dist-es/pagination/ListRunsInBatchPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +222 -24
- package/dist-types/Omics.d.ts +64 -0
- package/dist-types/OmicsClient.d.ts +9 -2
- package/dist-types/commands/CancelAnnotationImportJobCommand.d.ts +1 -1
- package/dist-types/commands/CancelRunBatchCommand.d.ts +96 -0
- package/dist-types/commands/CancelVariantImportJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnnotationStoreCommand.d.ts +1 -1
- package/dist-types/commands/CreateVariantStoreCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAnnotationStoreCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBatchCommand.d.ts +96 -0
- package/dist-types/commands/DeleteRunBatchCommand.d.ts +96 -0
- package/dist-types/commands/DeleteVariantStoreCommand.d.ts +1 -1
- package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +1 -1
- package/dist-types/commands/GetAnnotationStoreCommand.d.ts +1 -1
- package/dist-types/commands/GetBatchCommand.d.ts +146 -0
- package/dist-types/commands/GetRunCommand.d.ts +1 -0
- package/dist-types/commands/GetVariantImportJobCommand.d.ts +1 -1
- package/dist-types/commands/GetVariantStoreCommand.d.ts +1 -1
- package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListAnnotationStoresCommand.d.ts +1 -1
- package/dist-types/commands/ListBatchCommand.d.ts +103 -0
- package/dist-types/commands/ListRunsCommand.d.ts +2 -0
- package/dist-types/commands/ListRunsInBatchCommand.d.ts +114 -0
- package/dist-types/commands/ListVariantImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListVariantStoresCommand.d.ts +1 -1
- package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +1 -1
- package/dist-types/commands/StartRunBatchCommand.d.ts +144 -0
- package/dist-types/commands/StartVariantImportJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnnotationStoreCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVariantStoreCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/enums.d.ts +73 -38
- package/dist-types/models/models_0.d.ts +648 -2
- package/dist-types/pagination/ListBatchPaginator.d.ts +7 -0
- package/dist-types/pagination/ListRunsInBatchPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +27 -0
- package/dist-types/ts3.4/Omics.d.ts +134 -0
- package/dist-types/ts3.4/OmicsClient.d.ts +42 -0
- package/dist-types/ts3.4/commands/CancelRunBatchCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteBatchCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/DeleteRunBatchCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetBatchCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListBatchCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListRunsInBatchCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/StartRunBatchCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/enums.d.ts +40 -18
- package/dist-types/ts3.4/models/models_0.d.ts +164 -0
- package/dist-types/ts3.4/pagination/ListBatchPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRunsInBatchPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +27 -0
- package/package.json +12 -12
|
@@ -27,7 +27,7 @@ declare const UpdateAnnotationStoreCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <important> <p>Amazon Web Services HealthOmics variant stores and annotation stores
|
|
30
|
+
* <important> <p>Amazon Web Services HealthOmics variant stores and annotation stores are no longer open to new customers. Existing customers can continue to use the service as normal. For more information, see <a href="https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html"> Amazon Web Services HealthOmics variant store and annotation store availability change</a>.</p> </important> <p>Updates an annotation store.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const UpdateVariantStoreCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <important> <p>Amazon Web Services HealthOmics variant stores and annotation stores
|
|
30
|
+
* <important> <p>Amazon Web Services HealthOmics variant stores and annotation stores are no longer open to new customers. Existing customers can continue to use the service as normal. For more information, see <a href="https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html"> Amazon Web Services HealthOmics variant store and annotation store availability change</a>.</p> </important> <p>Updates a variant store.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -2,6 +2,7 @@ export * from "./AbortMultipartReadSetUploadCommand";
|
|
|
2
2
|
export * from "./AcceptShareCommand";
|
|
3
3
|
export * from "./BatchDeleteReadSetCommand";
|
|
4
4
|
export * from "./CancelAnnotationImportJobCommand";
|
|
5
|
+
export * from "./CancelRunBatchCommand";
|
|
5
6
|
export * from "./CancelRunCommand";
|
|
6
7
|
export * from "./CancelVariantImportJobCommand";
|
|
7
8
|
export * from "./CompleteMultipartReadSetUploadCommand";
|
|
@@ -18,8 +19,10 @@ export * from "./CreateWorkflowCommand";
|
|
|
18
19
|
export * from "./CreateWorkflowVersionCommand";
|
|
19
20
|
export * from "./DeleteAnnotationStoreCommand";
|
|
20
21
|
export * from "./DeleteAnnotationStoreVersionsCommand";
|
|
22
|
+
export * from "./DeleteBatchCommand";
|
|
21
23
|
export * from "./DeleteReferenceCommand";
|
|
22
24
|
export * from "./DeleteReferenceStoreCommand";
|
|
25
|
+
export * from "./DeleteRunBatchCommand";
|
|
23
26
|
export * from "./DeleteRunCacheCommand";
|
|
24
27
|
export * from "./DeleteRunCommand";
|
|
25
28
|
export * from "./DeleteRunGroupCommand";
|
|
@@ -32,6 +35,7 @@ export * from "./DeleteWorkflowVersionCommand";
|
|
|
32
35
|
export * from "./GetAnnotationImportJobCommand";
|
|
33
36
|
export * from "./GetAnnotationStoreCommand";
|
|
34
37
|
export * from "./GetAnnotationStoreVersionCommand";
|
|
38
|
+
export * from "./GetBatchCommand";
|
|
35
39
|
export * from "./GetReadSetActivationJobCommand";
|
|
36
40
|
export * from "./GetReadSetCommand";
|
|
37
41
|
export * from "./GetReadSetExportJobCommand";
|
|
@@ -55,6 +59,7 @@ export * from "./GetWorkflowVersionCommand";
|
|
|
55
59
|
export * from "./ListAnnotationImportJobsCommand";
|
|
56
60
|
export * from "./ListAnnotationStoreVersionsCommand";
|
|
57
61
|
export * from "./ListAnnotationStoresCommand";
|
|
62
|
+
export * from "./ListBatchCommand";
|
|
58
63
|
export * from "./ListMultipartReadSetUploadsCommand";
|
|
59
64
|
export * from "./ListReadSetActivationJobsCommand";
|
|
60
65
|
export * from "./ListReadSetExportJobsCommand";
|
|
@@ -68,6 +73,7 @@ export * from "./ListRunCachesCommand";
|
|
|
68
73
|
export * from "./ListRunGroupsCommand";
|
|
69
74
|
export * from "./ListRunTasksCommand";
|
|
70
75
|
export * from "./ListRunsCommand";
|
|
76
|
+
export * from "./ListRunsInBatchCommand";
|
|
71
77
|
export * from "./ListSequenceStoresCommand";
|
|
72
78
|
export * from "./ListSharesCommand";
|
|
73
79
|
export * from "./ListTagsForResourceCommand";
|
|
@@ -81,6 +87,7 @@ export * from "./StartReadSetActivationJobCommand";
|
|
|
81
87
|
export * from "./StartReadSetExportJobCommand";
|
|
82
88
|
export * from "./StartReadSetImportJobCommand";
|
|
83
89
|
export * from "./StartReferenceImportJobCommand";
|
|
90
|
+
export * from "./StartRunBatchCommand";
|
|
84
91
|
export * from "./StartRunCommand";
|
|
85
92
|
export * from "./StartVariantImportJobCommand";
|
|
86
93
|
export * from "./TagResourceCommand";
|
|
@@ -292,6 +292,25 @@ export declare const VersionStatus: {
|
|
|
292
292
|
* @public
|
|
293
293
|
*/
|
|
294
294
|
export type VersionStatus = (typeof VersionStatus)[keyof typeof VersionStatus];
|
|
295
|
+
/**
|
|
296
|
+
* @public
|
|
297
|
+
* @enum
|
|
298
|
+
*/
|
|
299
|
+
export declare const BatchStatus: {
|
|
300
|
+
readonly CANCELLED: "CANCELLED";
|
|
301
|
+
readonly FAILED: "FAILED";
|
|
302
|
+
readonly INPROGRESS: "INPROGRESS";
|
|
303
|
+
readonly PENDING: "PENDING";
|
|
304
|
+
readonly PROCESSED: "PROCESSED";
|
|
305
|
+
readonly RUNS_DELETED: "RUNS_DELETED";
|
|
306
|
+
readonly RUNS_DELETING: "RUNS_DELETING";
|
|
307
|
+
readonly STOPPING: "STOPPING";
|
|
308
|
+
readonly SUBMITTING: "SUBMITTING";
|
|
309
|
+
};
|
|
310
|
+
/**
|
|
311
|
+
* @public
|
|
312
|
+
*/
|
|
313
|
+
export type BatchStatus = (typeof BatchStatus)[keyof typeof BatchStatus];
|
|
295
314
|
/**
|
|
296
315
|
* @public
|
|
297
316
|
* @enum
|
|
@@ -438,6 +457,44 @@ export declare const CreationType: {
|
|
|
438
457
|
* @public
|
|
439
458
|
*/
|
|
440
459
|
export type CreationType = (typeof CreationType)[keyof typeof CreationType];
|
|
460
|
+
/**
|
|
461
|
+
* @public
|
|
462
|
+
* @enum
|
|
463
|
+
*/
|
|
464
|
+
export declare const RunLogLevel: {
|
|
465
|
+
readonly ALL: "ALL";
|
|
466
|
+
readonly ERROR: "ERROR";
|
|
467
|
+
readonly FATAL: "FATAL";
|
|
468
|
+
readonly OFF: "OFF";
|
|
469
|
+
};
|
|
470
|
+
/**
|
|
471
|
+
* @public
|
|
472
|
+
*/
|
|
473
|
+
export type RunLogLevel = (typeof RunLogLevel)[keyof typeof RunLogLevel];
|
|
474
|
+
/**
|
|
475
|
+
* @public
|
|
476
|
+
* @enum
|
|
477
|
+
*/
|
|
478
|
+
export declare const RunRetentionMode: {
|
|
479
|
+
readonly REMOVE: "REMOVE";
|
|
480
|
+
readonly RETAIN: "RETAIN";
|
|
481
|
+
};
|
|
482
|
+
/**
|
|
483
|
+
* @public
|
|
484
|
+
*/
|
|
485
|
+
export type RunRetentionMode = (typeof RunRetentionMode)[keyof typeof RunRetentionMode];
|
|
486
|
+
/**
|
|
487
|
+
* @public
|
|
488
|
+
* @enum
|
|
489
|
+
*/
|
|
490
|
+
export declare const WorkflowType: {
|
|
491
|
+
readonly PRIVATE: "PRIVATE";
|
|
492
|
+
readonly READY2RUN: "READY2RUN";
|
|
493
|
+
};
|
|
494
|
+
/**
|
|
495
|
+
* @public
|
|
496
|
+
*/
|
|
497
|
+
export type WorkflowType = (typeof WorkflowType)[keyof typeof WorkflowType];
|
|
441
498
|
/**
|
|
442
499
|
* @public
|
|
443
500
|
* @enum
|
|
@@ -649,32 +706,6 @@ export declare const RunExport: {
|
|
|
649
706
|
* @public
|
|
650
707
|
*/
|
|
651
708
|
export type RunExport = (typeof RunExport)[keyof typeof RunExport];
|
|
652
|
-
/**
|
|
653
|
-
* @public
|
|
654
|
-
* @enum
|
|
655
|
-
*/
|
|
656
|
-
export declare const RunLogLevel: {
|
|
657
|
-
readonly ALL: "ALL";
|
|
658
|
-
readonly ERROR: "ERROR";
|
|
659
|
-
readonly FATAL: "FATAL";
|
|
660
|
-
readonly OFF: "OFF";
|
|
661
|
-
};
|
|
662
|
-
/**
|
|
663
|
-
* @public
|
|
664
|
-
*/
|
|
665
|
-
export type RunLogLevel = (typeof RunLogLevel)[keyof typeof RunLogLevel];
|
|
666
|
-
/**
|
|
667
|
-
* @public
|
|
668
|
-
* @enum
|
|
669
|
-
*/
|
|
670
|
-
export declare const RunRetentionMode: {
|
|
671
|
-
readonly REMOVE: "REMOVE";
|
|
672
|
-
readonly RETAIN: "RETAIN";
|
|
673
|
-
};
|
|
674
|
-
/**
|
|
675
|
-
* @public
|
|
676
|
-
*/
|
|
677
|
-
export type RunRetentionMode = (typeof RunRetentionMode)[keyof typeof RunRetentionMode];
|
|
678
709
|
/**
|
|
679
710
|
* @public
|
|
680
711
|
* @enum
|
|
@@ -693,18 +724,6 @@ export declare const RunStatus: {
|
|
|
693
724
|
* @public
|
|
694
725
|
*/
|
|
695
726
|
export type RunStatus = (typeof RunStatus)[keyof typeof RunStatus];
|
|
696
|
-
/**
|
|
697
|
-
* @public
|
|
698
|
-
* @enum
|
|
699
|
-
*/
|
|
700
|
-
export declare const WorkflowType: {
|
|
701
|
-
readonly PRIVATE: "PRIVATE";
|
|
702
|
-
readonly READY2RUN: "READY2RUN";
|
|
703
|
-
};
|
|
704
|
-
/**
|
|
705
|
-
* @public
|
|
706
|
-
*/
|
|
707
|
-
export type WorkflowType = (typeof WorkflowType)[keyof typeof WorkflowType];
|
|
708
727
|
/**
|
|
709
728
|
* @public
|
|
710
729
|
* @enum
|
|
@@ -746,6 +765,22 @@ export declare const WorkflowExport: {
|
|
|
746
765
|
* @public
|
|
747
766
|
*/
|
|
748
767
|
export type WorkflowExport = (typeof WorkflowExport)[keyof typeof WorkflowExport];
|
|
768
|
+
/**
|
|
769
|
+
* @public
|
|
770
|
+
* @enum
|
|
771
|
+
*/
|
|
772
|
+
export declare const SubmissionStatus: {
|
|
773
|
+
readonly CANCEL_FAILED: "CANCEL_FAILED";
|
|
774
|
+
readonly CANCEL_SUCCESS: "CANCEL_SUCCESS";
|
|
775
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
776
|
+
readonly DELETE_SUCCESS: "DELETE_SUCCESS";
|
|
777
|
+
readonly FAILED: "FAILED";
|
|
778
|
+
readonly SUCCESS: "SUCCESS";
|
|
779
|
+
};
|
|
780
|
+
/**
|
|
781
|
+
* @public
|
|
782
|
+
*/
|
|
783
|
+
export type SubmissionStatus = (typeof SubmissionStatus)[keyof typeof SubmissionStatus];
|
|
749
784
|
/**
|
|
750
785
|
* @public
|
|
751
786
|
* @enum
|