@aws-sdk/client-omics 3.936.0 → 3.939.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.
@@ -3,42 +3,64 @@ import {
3
3
  DocumentType as __DocumentType,
4
4
  StreamingBlobTypes,
5
5
  } from "@smithy/types";
6
- import { StoreType } from "./enums";
6
+ import {
7
+ Accelerators,
8
+ AnnotationType,
9
+ CacheBehavior,
10
+ CreationType,
11
+ EncryptionType,
12
+ ETagAlgorithm,
13
+ ETagAlgorithmFamily,
14
+ FileType,
15
+ FormatToHeaderKey,
16
+ JobStatus,
17
+ ReadSetActivationJobItemStatus,
18
+ ReadSetActivationJobStatus,
19
+ ReadSetExportJobItemStatus,
20
+ ReadSetExportJobStatus,
21
+ ReadSetFile,
22
+ ReadSetImportJobItemStatus,
23
+ ReadSetImportJobStatus,
24
+ ReadSetPartSource,
25
+ ReadSetStatus,
26
+ ReferenceCreationType,
27
+ ReferenceFile,
28
+ ReferenceImportJobItemStatus,
29
+ ReferenceImportJobStatus,
30
+ ReferenceStatus,
31
+ ResourceOwner,
32
+ RunCacheStatus,
33
+ RunExport,
34
+ RunLogLevel,
35
+ RunRetentionMode,
36
+ RunStatus,
37
+ SchemaValueType,
38
+ SequenceStoreStatus,
39
+ ShareResourceType,
40
+ ShareStatus,
41
+ SourceReferenceType,
42
+ StorageType,
43
+ StoreFormat,
44
+ StoreStatus,
45
+ StoreType,
46
+ TaskStatus,
47
+ VersionStatus,
48
+ WorkflowEngine,
49
+ WorkflowExport,
50
+ WorkflowStatus,
51
+ WorkflowType,
52
+ } from "./enums";
7
53
  export interface AbortMultipartReadSetUploadRequest {
8
54
  sequenceStoreId: string | undefined;
9
55
  uploadId: string | undefined;
10
56
  }
11
57
  export interface AbortMultipartReadSetUploadResponse {}
12
- export declare const Accelerators: {
13
- readonly GPU: "GPU";
14
- };
15
- export type Accelerators = (typeof Accelerators)[keyof typeof Accelerators];
16
58
  export interface AcceptShareRequest {
17
59
  shareId: string | undefined;
18
60
  }
19
- export declare const ShareStatus: {
20
- readonly ACTIVATING: "ACTIVATING";
21
- readonly ACTIVE: "ACTIVE";
22
- readonly DELETED: "DELETED";
23
- readonly DELETING: "DELETING";
24
- readonly FAILED: "FAILED";
25
- readonly PENDING: "PENDING";
26
- };
27
- export type ShareStatus = (typeof ShareStatus)[keyof typeof ShareStatus];
28
61
  export interface AcceptShareResponse {
29
62
  status?: ShareStatus | undefined;
30
63
  }
31
- export declare const ReadSetActivationJobStatus: {
32
- readonly CANCELLED: "CANCELLED";
33
- readonly CANCELLING: "CANCELLING";
34
- readonly COMPLETED: "COMPLETED";
35
- readonly COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES";
36
- readonly FAILED: "FAILED";
37
- readonly IN_PROGRESS: "IN_PROGRESS";
38
- readonly SUBMITTED: "SUBMITTED";
39
- };
40
- export type ReadSetActivationJobStatus =
41
- (typeof ReadSetActivationJobStatus)[keyof typeof ReadSetActivationJobStatus];
42
64
  export interface ActivateReadSetFilter {
43
65
  status?: ReadSetActivationJobStatus | undefined;
44
66
  createdAfter?: Date | undefined;
@@ -51,28 +73,11 @@ export interface ActivateReadSetJobItem {
51
73
  creationTime: Date | undefined;
52
74
  completionTime?: Date | undefined;
53
75
  }
54
- export declare const ReadSetActivationJobItemStatus: {
55
- readonly FAILED: "FAILED";
56
- readonly FINISHED: "FINISHED";
57
- readonly IN_PROGRESS: "IN_PROGRESS";
58
- readonly NOT_STARTED: "NOT_STARTED";
59
- };
60
- export type ReadSetActivationJobItemStatus =
61
- (typeof ReadSetActivationJobItemStatus)[keyof typeof ReadSetActivationJobItemStatus];
62
76
  export interface ActivateReadSetSourceItem {
63
77
  readSetId: string | undefined;
64
78
  status: ReadSetActivationJobItemStatus | undefined;
65
79
  statusMessage?: string | undefined;
66
80
  }
67
- export declare const JobStatus: {
68
- readonly CANCELLED: "CANCELLED";
69
- readonly COMPLETED: "COMPLETED";
70
- readonly COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES";
71
- readonly FAILED: "FAILED";
72
- readonly IN_PROGRESS: "IN_PROGRESS";
73
- readonly SUBMITTED: "SUBMITTED";
74
- };
75
- export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
76
81
  export interface AnnotationImportItemDetail {
77
82
  source: string | undefined;
78
83
  jobStatus: JobStatus | undefined;
@@ -201,52 +206,10 @@ export declare namespace ReferenceItem {
201
206
  _: (name: string, value: any) => T;
202
207
  }
203
208
  }
204
- export declare const EncryptionType: {
205
- readonly KMS: "KMS";
206
- };
207
- export type EncryptionType =
208
- (typeof EncryptionType)[keyof typeof EncryptionType];
209
209
  export interface SseConfig {
210
210
  type: EncryptionType | undefined;
211
211
  keyArn?: string | undefined;
212
212
  }
213
- export declare const StoreFormat: {
214
- readonly GFF: "GFF";
215
- readonly TSV: "TSV";
216
- readonly VCF: "VCF";
217
- };
218
- export type StoreFormat = (typeof StoreFormat)[keyof typeof StoreFormat];
219
- export declare const AnnotationType: {
220
- readonly CHR_POS: "CHR_POS";
221
- readonly CHR_POS_REF_ALT: "CHR_POS_REF_ALT";
222
- readonly CHR_START_END_ONE_BASE: "CHR_START_END_ONE_BASE";
223
- readonly CHR_START_END_REF_ALT_ONE_BASE: "CHR_START_END_REF_ALT_ONE_BASE";
224
- readonly CHR_START_END_REF_ALT_ZERO_BASE: "CHR_START_END_REF_ALT_ZERO_BASE";
225
- readonly CHR_START_END_ZERO_BASE: "CHR_START_END_ZERO_BASE";
226
- readonly GENERIC: "GENERIC";
227
- };
228
- export type AnnotationType =
229
- (typeof AnnotationType)[keyof typeof AnnotationType];
230
- export declare const FormatToHeaderKey: {
231
- readonly ALT: "ALT";
232
- readonly CHR: "CHR";
233
- readonly END: "END";
234
- readonly POS: "POS";
235
- readonly REF: "REF";
236
- readonly START: "START";
237
- };
238
- export type FormatToHeaderKey =
239
- (typeof FormatToHeaderKey)[keyof typeof FormatToHeaderKey];
240
- export declare const SchemaValueType: {
241
- readonly BOOLEAN: "BOOLEAN";
242
- readonly DOUBLE: "DOUBLE";
243
- readonly FLOAT: "FLOAT";
244
- readonly INT: "INT";
245
- readonly LONG: "LONG";
246
- readonly STRING: "STRING";
247
- };
248
- export type SchemaValueType =
249
- (typeof SchemaValueType)[keyof typeof SchemaValueType];
250
213
  export interface TsvStoreOptions {
251
214
  annotationType?: AnnotationType | undefined;
252
215
  formatToHeader?: Partial<Record<FormatToHeaderKey, string>> | undefined;
@@ -279,14 +242,6 @@ export interface CreateAnnotationStoreRequest {
279
242
  storeFormat: StoreFormat | undefined;
280
243
  storeOptions?: StoreOptions | undefined;
281
244
  }
282
- export declare const StoreStatus: {
283
- readonly ACTIVE: "ACTIVE";
284
- readonly CREATING: "CREATING";
285
- readonly DELETING: "DELETING";
286
- readonly FAILED: "FAILED";
287
- readonly UPDATING: "UPDATING";
288
- };
289
- export type StoreStatus = (typeof StoreStatus)[keyof typeof StoreStatus];
290
245
  export interface CreateAnnotationStoreResponse {
291
246
  id: string | undefined;
292
247
  reference?: ReferenceItem | undefined;
@@ -395,14 +350,6 @@ export interface CreateAnnotationStoreVersionRequest {
395
350
  versionOptions?: VersionOptions | undefined;
396
351
  tags?: Record<string, string> | undefined;
397
352
  }
398
- export declare const VersionStatus: {
399
- readonly ACTIVE: "ACTIVE";
400
- readonly CREATING: "CREATING";
401
- readonly DELETING: "DELETING";
402
- readonly FAILED: "FAILED";
403
- readonly UPDATING: "UPDATING";
404
- };
405
- export type VersionStatus = (typeof VersionStatus)[keyof typeof VersionStatus];
406
353
  export interface CreateAnnotationStoreVersionResponse {
407
354
  id: string | undefined;
408
355
  versionName: string | undefined;
@@ -496,11 +443,6 @@ export interface ReadSetBatchError {
496
443
  export interface BatchDeleteReadSetResponse {
497
444
  errors?: ReadSetBatchError[] | undefined;
498
445
  }
499
- export declare const CacheBehavior: {
500
- readonly CACHE_ALWAYS: "CACHE_ALWAYS";
501
- readonly CACHE_ON_FAILURE: "CACHE_ON_FAILURE";
502
- };
503
- export type CacheBehavior = (typeof CacheBehavior)[keyof typeof CacheBehavior];
504
446
  export interface CancelRunRequest {
505
447
  id: string | undefined;
506
448
  }
@@ -508,12 +450,6 @@ export interface CancelVariantImportRequest {
508
450
  jobId: string | undefined;
509
451
  }
510
452
  export interface CancelVariantImportResponse {}
511
- export declare const ReadSetPartSource: {
512
- readonly SOURCE1: "SOURCE1";
513
- readonly SOURCE2: "SOURCE2";
514
- };
515
- export type ReadSetPartSource =
516
- (typeof ReadSetPartSource)[keyof typeof ReadSetPartSource];
517
453
  export interface CompleteReadSetUploadPartListItem {
518
454
  partNumber: number | undefined;
519
455
  partSource: ReadSetPartSource | undefined;
@@ -541,13 +477,6 @@ export interface ContainerRegistryMap {
541
477
  registryMappings?: RegistryMapping[] | undefined;
542
478
  imageMappings?: ImageMapping[] | undefined;
543
479
  }
544
- export declare const FileType: {
545
- readonly BAM: "BAM";
546
- readonly CRAM: "CRAM";
547
- readonly FASTQ: "FASTQ";
548
- readonly UBAM: "UBAM";
549
- };
550
- export type FileType = (typeof FileType)[keyof typeof FileType];
551
480
  export interface CreateMultipartReadSetUploadRequest {
552
481
  sequenceStoreId: string | undefined;
553
482
  clientToken?: string | undefined;
@@ -597,13 +526,6 @@ export interface CreateRunCacheRequest {
597
526
  tags?: Record<string, string> | undefined;
598
527
  cacheBucketOwnerId?: string | undefined;
599
528
  }
600
- export declare const RunCacheStatus: {
601
- readonly ACTIVE: "ACTIVE";
602
- readonly DELETED: "DELETED";
603
- readonly FAILED: "FAILED";
604
- };
605
- export type RunCacheStatus =
606
- (typeof RunCacheStatus)[keyof typeof RunCacheStatus];
607
529
  export interface CreateRunCacheResponse {
608
530
  arn?: string | undefined;
609
531
  id?: string | undefined;
@@ -624,13 +546,6 @@ export interface CreateRunGroupResponse {
624
546
  id?: string | undefined;
625
547
  tags?: Record<string, string> | undefined;
626
548
  }
627
- export declare const ETagAlgorithmFamily: {
628
- readonly MD5UP: "MD5up";
629
- readonly SHA256UP: "SHA256up";
630
- readonly SHA512UP: "SHA512up";
631
- };
632
- export type ETagAlgorithmFamily =
633
- (typeof ETagAlgorithmFamily)[keyof typeof ETagAlgorithmFamily];
634
549
  export interface S3AccessConfig {
635
550
  accessLogLocation?: string | undefined;
636
551
  }
@@ -650,15 +565,6 @@ export interface SequenceStoreS3Access {
650
565
  s3AccessPointArn?: string | undefined;
651
566
  accessLogLocation?: string | undefined;
652
567
  }
653
- export declare const SequenceStoreStatus: {
654
- readonly ACTIVE: "ACTIVE";
655
- readonly CREATING: "CREATING";
656
- readonly DELETING: "DELETING";
657
- readonly FAILED: "FAILED";
658
- readonly UPDATING: "UPDATING";
659
- };
660
- export type SequenceStoreStatus =
661
- (typeof SequenceStoreStatus)[keyof typeof SequenceStoreStatus];
662
568
  export interface CreateSequenceStoreResponse {
663
569
  id: string | undefined;
664
570
  arn: string | undefined;
@@ -697,13 +603,6 @@ export interface CreateVariantStoreResponse {
697
603
  name: string | undefined;
698
604
  creationTime: Date | undefined;
699
605
  }
700
- export declare const SourceReferenceType: {
701
- readonly BRANCH: "BRANCH";
702
- readonly COMMIT: "COMMIT";
703
- readonly TAG: "TAG";
704
- };
705
- export type SourceReferenceType =
706
- (typeof SourceReferenceType)[keyof typeof SourceReferenceType];
707
606
  export interface SourceReference {
708
607
  type: SourceReferenceType | undefined;
709
608
  value: string | undefined;
@@ -714,23 +613,10 @@ export interface DefinitionRepository {
714
613
  sourceReference?: SourceReference | undefined;
715
614
  excludeFilePatterns?: string[] | undefined;
716
615
  }
717
- export declare const WorkflowEngine: {
718
- readonly CWL: "CWL";
719
- readonly NEXTFLOW: "NEXTFLOW";
720
- readonly WDL: "WDL";
721
- readonly WDL_LENIENT: "WDL_LENIENT";
722
- };
723
- export type WorkflowEngine =
724
- (typeof WorkflowEngine)[keyof typeof WorkflowEngine];
725
616
  export interface WorkflowParameter {
726
617
  description?: string | undefined;
727
618
  optional?: boolean | undefined;
728
619
  }
729
- export declare const StorageType: {
730
- readonly DYNAMIC: "DYNAMIC";
731
- readonly STATIC: "STATIC";
732
- };
733
- export type StorageType = (typeof StorageType)[keyof typeof StorageType];
734
620
  export interface CreateWorkflowRequest {
735
621
  name?: string | undefined;
736
622
  description?: string | undefined;
@@ -753,16 +639,6 @@ export interface CreateWorkflowRequest {
753
639
  workflowBucketOwnerId?: string | undefined;
754
640
  readmeUri?: string | undefined;
755
641
  }
756
- export declare const WorkflowStatus: {
757
- readonly ACTIVE: "ACTIVE";
758
- readonly CREATING: "CREATING";
759
- readonly DELETED: "DELETED";
760
- readonly FAILED: "FAILED";
761
- readonly INACTIVE: "INACTIVE";
762
- readonly UPDATING: "UPDATING";
763
- };
764
- export type WorkflowStatus =
765
- (typeof WorkflowStatus)[keyof typeof WorkflowStatus];
766
642
  export interface CreateWorkflowResponse {
767
643
  arn?: string | undefined;
768
644
  id?: string | undefined;
@@ -801,11 +677,6 @@ export interface CreateWorkflowVersionResponse {
801
677
  tags?: Record<string, string> | undefined;
802
678
  uuid?: string | undefined;
803
679
  }
804
- export declare const CreationType: {
805
- readonly IMPORT: "IMPORT";
806
- readonly UPLOAD: "UPLOAD";
807
- };
808
- export type CreationType = (typeof CreationType)[keyof typeof CreationType];
809
680
  export interface DefinitionRepositoryDetails {
810
681
  connectionArn?: string | undefined;
811
682
  fullRepositoryId?: string | undefined;
@@ -859,18 +730,6 @@ export interface DeleteWorkflowVersionRequest {
859
730
  workflowId: string | undefined;
860
731
  versionName: string | undefined;
861
732
  }
862
- export declare const ETagAlgorithm: {
863
- readonly BAM_MD5UP: "BAM_MD5up";
864
- readonly BAM_SHA256UP: "BAM_SHA256up";
865
- readonly BAM_SHA512UP: "BAM_SHA512up";
866
- readonly CRAM_MD5UP: "CRAM_MD5up";
867
- readonly CRAM_SHA256UP: "CRAM_SHA256up";
868
- readonly CRAM_SHA512UP: "CRAM_SHA512up";
869
- readonly FASTQ_MD5UP: "FASTQ_MD5up";
870
- readonly FASTQ_SHA256UP: "FASTQ_SHA256up";
871
- readonly FASTQ_SHA512UP: "FASTQ_SHA512up";
872
- };
873
- export type ETagAlgorithm = (typeof ETagAlgorithm)[keyof typeof ETagAlgorithm];
874
733
  export interface ETag {
875
734
  algorithm?: ETagAlgorithm | undefined;
876
735
  source1?: string | undefined;
@@ -879,30 +738,11 @@ export interface ETag {
879
738
  export interface ExportReadSet {
880
739
  readSetId: string | undefined;
881
740
  }
882
- export declare const ReadSetExportJobItemStatus: {
883
- readonly FAILED: "FAILED";
884
- readonly FINISHED: "FINISHED";
885
- readonly IN_PROGRESS: "IN_PROGRESS";
886
- readonly NOT_STARTED: "NOT_STARTED";
887
- };
888
- export type ReadSetExportJobItemStatus =
889
- (typeof ReadSetExportJobItemStatus)[keyof typeof ReadSetExportJobItemStatus];
890
741
  export interface ExportReadSetDetail {
891
742
  id: string | undefined;
892
743
  status: ReadSetExportJobItemStatus | undefined;
893
744
  statusMessage?: string | undefined;
894
745
  }
895
- export declare const ReadSetExportJobStatus: {
896
- readonly CANCELLED: "CANCELLED";
897
- readonly CANCELLING: "CANCELLING";
898
- readonly COMPLETED: "COMPLETED";
899
- readonly COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES";
900
- readonly FAILED: "FAILED";
901
- readonly IN_PROGRESS: "IN_PROGRESS";
902
- readonly SUBMITTED: "SUBMITTED";
903
- };
904
- export type ReadSetExportJobStatus =
905
- (typeof ReadSetExportJobStatus)[keyof typeof ReadSetExportJobStatus];
906
746
  export interface ExportReadSetFilter {
907
747
  status?: ReadSetExportJobStatus | undefined;
908
748
  createdAfter?: Date | undefined;
@@ -925,24 +765,11 @@ export interface FileInformation {
925
765
  contentLength?: number | undefined;
926
766
  s3Access?: ReadSetS3Access | undefined;
927
767
  }
928
- export declare const ShareResourceType: {
929
- readonly ANNOTATION_STORE: "ANNOTATION_STORE";
930
- readonly VARIANT_STORE: "VARIANT_STORE";
931
- readonly WORKFLOW: "WORKFLOW";
932
- };
933
- export type ShareResourceType =
934
- (typeof ShareResourceType)[keyof typeof ShareResourceType];
935
768
  export interface Filter {
936
769
  resourceArns?: string[] | undefined;
937
770
  status?: ShareStatus[] | undefined;
938
771
  type?: ShareResourceType[] | undefined;
939
772
  }
940
- export declare const ReadSetFile: {
941
- readonly INDEX: "INDEX";
942
- readonly SOURCE1: "SOURCE1";
943
- readonly SOURCE2: "SOURCE2";
944
- };
945
- export type ReadSetFile = (typeof ReadSetFile)[keyof typeof ReadSetFile];
946
773
  export interface GetReadSetRequest {
947
774
  id: string | undefined;
948
775
  sequenceStoreId: string | undefined;
@@ -987,14 +814,6 @@ export interface SourceFiles {
987
814
  source1: string | undefined;
988
815
  source2?: string | undefined;
989
816
  }
990
- export declare const ReadSetImportJobItemStatus: {
991
- readonly FAILED: "FAILED";
992
- readonly FINISHED: "FINISHED";
993
- readonly IN_PROGRESS: "IN_PROGRESS";
994
- readonly NOT_STARTED: "NOT_STARTED";
995
- };
996
- export type ReadSetImportJobItemStatus =
997
- (typeof ReadSetImportJobItemStatus)[keyof typeof ReadSetImportJobItemStatus];
998
817
  export interface ImportReadSetSourceItem {
999
818
  sourceFiles: SourceFiles | undefined;
1000
819
  sourceFileType: FileType | undefined;
@@ -1009,17 +828,6 @@ export interface ImportReadSetSourceItem {
1009
828
  tags?: Record<string, string> | undefined;
1010
829
  readSetId?: string | undefined;
1011
830
  }
1012
- export declare const ReadSetImportJobStatus: {
1013
- readonly CANCELLED: "CANCELLED";
1014
- readonly CANCELLING: "CANCELLING";
1015
- readonly COMPLETED: "COMPLETED";
1016
- readonly COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES";
1017
- readonly FAILED: "FAILED";
1018
- readonly IN_PROGRESS: "IN_PROGRESS";
1019
- readonly SUBMITTED: "SUBMITTED";
1020
- };
1021
- export type ReadSetImportJobStatus =
1022
- (typeof ReadSetImportJobStatus)[keyof typeof ReadSetImportJobStatus];
1023
831
  export interface GetReadSetImportJobResponse {
1024
832
  id: string | undefined;
1025
833
  sequenceStoreId: string | undefined;
@@ -1045,16 +853,6 @@ export interface SequenceInformation {
1045
853
  generatedFrom?: string | undefined;
1046
854
  alignment?: string | undefined;
1047
855
  }
1048
- export declare const ReadSetStatus: {
1049
- readonly ACTIVATING: "ACTIVATING";
1050
- readonly ACTIVE: "ACTIVE";
1051
- readonly ARCHIVED: "ARCHIVED";
1052
- readonly DELETED: "DELETED";
1053
- readonly DELETING: "DELETING";
1054
- readonly PROCESSING_UPLOAD: "PROCESSING_UPLOAD";
1055
- readonly UPLOAD_FAILED: "UPLOAD_FAILED";
1056
- };
1057
- export type ReadSetStatus = (typeof ReadSetStatus)[keyof typeof ReadSetStatus];
1058
856
  export interface GetReadSetMetadataResponse {
1059
857
  id: string | undefined;
1060
858
  arn: string | undefined;
@@ -1074,11 +872,6 @@ export interface GetReadSetMetadataResponse {
1074
872
  etag?: ETag | undefined;
1075
873
  creationJobId?: string | undefined;
1076
874
  }
1077
- export declare const ReferenceFile: {
1078
- readonly INDEX: "INDEX";
1079
- readonly SOURCE: "SOURCE";
1080
- };
1081
- export type ReferenceFile = (typeof ReferenceFile)[keyof typeof ReferenceFile];
1082
875
  export interface GetReferenceRequest {
1083
876
  id: string | undefined;
1084
877
  referenceStoreId: string | undefined;
@@ -1093,14 +886,6 @@ export interface GetReferenceImportJobRequest {
1093
886
  id: string | undefined;
1094
887
  referenceStoreId: string | undefined;
1095
888
  }
1096
- export declare const ReferenceImportJobItemStatus: {
1097
- readonly FAILED: "FAILED";
1098
- readonly FINISHED: "FINISHED";
1099
- readonly IN_PROGRESS: "IN_PROGRESS";
1100
- readonly NOT_STARTED: "NOT_STARTED";
1101
- };
1102
- export type ReferenceImportJobItemStatus =
1103
- (typeof ReferenceImportJobItemStatus)[keyof typeof ReferenceImportJobItemStatus];
1104
889
  export interface ImportReferenceSourceItem {
1105
890
  sourceFile?: string | undefined;
1106
891
  status: ReferenceImportJobItemStatus | undefined;
@@ -1110,17 +895,6 @@ export interface ImportReferenceSourceItem {
1110
895
  tags?: Record<string, string> | undefined;
1111
896
  referenceId?: string | undefined;
1112
897
  }
1113
- export declare const ReferenceImportJobStatus: {
1114
- readonly CANCELLED: "CANCELLED";
1115
- readonly CANCELLING: "CANCELLING";
1116
- readonly COMPLETED: "COMPLETED";
1117
- readonly COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES";
1118
- readonly FAILED: "FAILED";
1119
- readonly IN_PROGRESS: "IN_PROGRESS";
1120
- readonly SUBMITTED: "SUBMITTED";
1121
- };
1122
- export type ReferenceImportJobStatus =
1123
- (typeof ReferenceImportJobStatus)[keyof typeof ReferenceImportJobStatus];
1124
898
  export interface GetReferenceImportJobResponse {
1125
899
  id: string | undefined;
1126
900
  referenceStoreId: string | undefined;
@@ -1135,22 +909,10 @@ export interface GetReferenceMetadataRequest {
1135
909
  id: string | undefined;
1136
910
  referenceStoreId: string | undefined;
1137
911
  }
1138
- export declare const ReferenceCreationType: {
1139
- readonly IMPORT: "IMPORT";
1140
- };
1141
- export type ReferenceCreationType =
1142
- (typeof ReferenceCreationType)[keyof typeof ReferenceCreationType];
1143
912
  export interface ReferenceFiles {
1144
913
  source?: FileInformation | undefined;
1145
914
  index?: FileInformation | undefined;
1146
915
  }
1147
- export declare const ReferenceStatus: {
1148
- readonly ACTIVE: "ACTIVE";
1149
- readonly DELETED: "DELETED";
1150
- readonly DELETING: "DELETING";
1151
- };
1152
- export type ReferenceStatus =
1153
- (typeof ReferenceStatus)[keyof typeof ReferenceStatus];
1154
916
  export interface GetReferenceMetadataResponse {
1155
917
  id: string | undefined;
1156
918
  arn: string | undefined;
@@ -1176,47 +938,14 @@ export interface GetReferenceStoreResponse {
1176
938
  sseConfig?: SseConfig | undefined;
1177
939
  creationTime: Date | undefined;
1178
940
  }
1179
- export declare const RunExport: {
1180
- readonly DEFINITION: "DEFINITION";
1181
- };
1182
- export type RunExport = (typeof RunExport)[keyof typeof RunExport];
1183
941
  export interface GetRunRequest {
1184
942
  id: string | undefined;
1185
943
  export?: RunExport[] | undefined;
1186
944
  }
1187
- export declare const RunLogLevel: {
1188
- readonly ALL: "ALL";
1189
- readonly ERROR: "ERROR";
1190
- readonly FATAL: "FATAL";
1191
- readonly OFF: "OFF";
1192
- };
1193
- export type RunLogLevel = (typeof RunLogLevel)[keyof typeof RunLogLevel];
1194
945
  export interface RunLogLocation {
1195
946
  engineLogStream?: string | undefined;
1196
947
  runLogStream?: string | undefined;
1197
948
  }
1198
- export declare const RunRetentionMode: {
1199
- readonly REMOVE: "REMOVE";
1200
- readonly RETAIN: "RETAIN";
1201
- };
1202
- export type RunRetentionMode =
1203
- (typeof RunRetentionMode)[keyof typeof RunRetentionMode];
1204
- export declare const RunStatus: {
1205
- readonly CANCELLED: "CANCELLED";
1206
- readonly COMPLETED: "COMPLETED";
1207
- readonly DELETED: "DELETED";
1208
- readonly FAILED: "FAILED";
1209
- readonly PENDING: "PENDING";
1210
- readonly RUNNING: "RUNNING";
1211
- readonly STARTING: "STARTING";
1212
- readonly STOPPING: "STOPPING";
1213
- };
1214
- export type RunStatus = (typeof RunStatus)[keyof typeof RunStatus];
1215
- export declare const WorkflowType: {
1216
- readonly PRIVATE: "PRIVATE";
1217
- readonly READY2RUN: "READY2RUN";
1218
- };
1219
- export type WorkflowType = (typeof WorkflowType)[keyof typeof WorkflowType];
1220
949
  export interface GetRunResponse {
1221
950
  arn?: string | undefined;
1222
951
  id?: string | undefined;
@@ -1293,16 +1022,6 @@ export interface ImageDetails {
1293
1022
  imageDigest?: string | undefined;
1294
1023
  sourceImage?: string | undefined;
1295
1024
  }
1296
- export declare const TaskStatus: {
1297
- readonly CANCELLED: "CANCELLED";
1298
- readonly COMPLETED: "COMPLETED";
1299
- readonly FAILED: "FAILED";
1300
- readonly PENDING: "PENDING";
1301
- readonly RUNNING: "RUNNING";
1302
- readonly STARTING: "STARTING";
1303
- readonly STOPPING: "STOPPING";
1304
- };
1305
- export type TaskStatus = (typeof TaskStatus)[keyof typeof TaskStatus];
1306
1025
  export interface GetRunTaskResponse {
1307
1026
  taskId?: string | undefined;
1308
1027
  status?: TaskStatus | undefined;
@@ -1405,12 +1124,6 @@ export interface GetVariantStoreResponse {
1405
1124
  statusMessage: string | undefined;
1406
1125
  storeSizeBytes: number | undefined;
1407
1126
  }
1408
- export declare const WorkflowExport: {
1409
- readonly DEFINITION: "DEFINITION";
1410
- readonly README: "README";
1411
- };
1412
- export type WorkflowExport =
1413
- (typeof WorkflowExport)[keyof typeof WorkflowExport];
1414
1127
  export interface GetWorkflowRequest {
1415
1128
  id: string | undefined;
1416
1129
  type?: WorkflowType | undefined;
@@ -1789,11 +1502,6 @@ export interface ListSequenceStoresResponse {
1789
1502
  nextToken?: string | undefined;
1790
1503
  sequenceStores: SequenceStoreDetail[] | undefined;
1791
1504
  }
1792
- export declare const ResourceOwner: {
1793
- readonly OTHER: "OTHER";
1794
- readonly SELF: "SELF";
1795
- };
1796
- export type ResourceOwner = (typeof ResourceOwner)[keyof typeof ResourceOwner];
1797
1505
  export interface ListSharesRequest {
1798
1506
  resourceOwner: ResourceOwner | undefined;
1799
1507
  filter?: Filter | undefined;
@@ -2073,3 +1781,42 @@ export interface UntagResourceResponse {}
2073
1781
  export interface VariantImportItemSource {
2074
1782
  source: string | undefined;
2075
1783
  }
1784
+ export interface StartVariantImportRequest {
1785
+ destinationName: string | undefined;
1786
+ roleArn: string | undefined;
1787
+ items: VariantImportItemSource[] | undefined;
1788
+ runLeftNormalization?: boolean | undefined;
1789
+ annotationFields?: Record<string, string> | undefined;
1790
+ }
1791
+ export interface StartVariantImportResponse {
1792
+ jobId: string | undefined;
1793
+ }
1794
+ export interface UpdateVariantStoreRequest {
1795
+ name: string | undefined;
1796
+ description?: string | undefined;
1797
+ }
1798
+ export interface UpdateVariantStoreResponse {
1799
+ id: string | undefined;
1800
+ reference: ReferenceItem | undefined;
1801
+ status: StoreStatus | undefined;
1802
+ name: string | undefined;
1803
+ description: string | undefined;
1804
+ creationTime: Date | undefined;
1805
+ updateTime: Date | undefined;
1806
+ }
1807
+ export interface UpdateWorkflowRequest {
1808
+ id: string | undefined;
1809
+ name?: string | undefined;
1810
+ description?: string | undefined;
1811
+ storageType?: StorageType | undefined;
1812
+ storageCapacity?: number | undefined;
1813
+ readmeMarkdown?: string | undefined;
1814
+ }
1815
+ export interface UpdateWorkflowVersionRequest {
1816
+ workflowId: string | undefined;
1817
+ versionName: string | undefined;
1818
+ description?: string | undefined;
1819
+ storageType?: StorageType | undefined;
1820
+ storageCapacity?: number | undefined;
1821
+ readmeMarkdown?: string | undefined;
1822
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-omics",
3
3
  "description": "AWS SDK for JavaScript Omics Client for Node.js, Browser and React Native",
4
- "version": "3.936.0",
4
+ "version": "3.939.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-omics",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.936.0",
24
- "@aws-sdk/credential-provider-node": "3.936.0",
24
+ "@aws-sdk/credential-provider-node": "3.939.0",
25
25
  "@aws-sdk/middleware-host-header": "3.936.0",
26
26
  "@aws-sdk/middleware-logger": "3.936.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.936.0",
@@ -1 +0,0 @@
1
- export {};