@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.
@@ -1,270 +1 @@
1
- export const Accelerators = {
2
- GPU: "GPU",
3
- };
4
- export const ShareStatus = {
5
- ACTIVATING: "ACTIVATING",
6
- ACTIVE: "ACTIVE",
7
- DELETED: "DELETED",
8
- DELETING: "DELETING",
9
- FAILED: "FAILED",
10
- PENDING: "PENDING",
11
- };
12
- export const ReadSetActivationJobStatus = {
13
- CANCELLED: "CANCELLED",
14
- CANCELLING: "CANCELLING",
15
- COMPLETED: "COMPLETED",
16
- COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES",
17
- FAILED: "FAILED",
18
- IN_PROGRESS: "IN_PROGRESS",
19
- SUBMITTED: "SUBMITTED",
20
- };
21
- export const ReadSetActivationJobItemStatus = {
22
- FAILED: "FAILED",
23
- FINISHED: "FINISHED",
24
- IN_PROGRESS: "IN_PROGRESS",
25
- NOT_STARTED: "NOT_STARTED",
26
- };
27
- export const JobStatus = {
28
- CANCELLED: "CANCELLED",
29
- COMPLETED: "COMPLETED",
30
- COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES",
31
- FAILED: "FAILED",
32
- IN_PROGRESS: "IN_PROGRESS",
33
- SUBMITTED: "SUBMITTED",
34
- };
35
- export const EncryptionType = {
36
- KMS: "KMS",
37
- };
38
- export const StoreFormat = {
39
- GFF: "GFF",
40
- TSV: "TSV",
41
- VCF: "VCF",
42
- };
43
- export const AnnotationType = {
44
- CHR_POS: "CHR_POS",
45
- CHR_POS_REF_ALT: "CHR_POS_REF_ALT",
46
- CHR_START_END_ONE_BASE: "CHR_START_END_ONE_BASE",
47
- CHR_START_END_REF_ALT_ONE_BASE: "CHR_START_END_REF_ALT_ONE_BASE",
48
- CHR_START_END_REF_ALT_ZERO_BASE: "CHR_START_END_REF_ALT_ZERO_BASE",
49
- CHR_START_END_ZERO_BASE: "CHR_START_END_ZERO_BASE",
50
- GENERIC: "GENERIC",
51
- };
52
- export const FormatToHeaderKey = {
53
- ALT: "ALT",
54
- CHR: "CHR",
55
- END: "END",
56
- POS: "POS",
57
- REF: "REF",
58
- START: "START",
59
- };
60
- export const SchemaValueType = {
61
- BOOLEAN: "BOOLEAN",
62
- DOUBLE: "DOUBLE",
63
- FLOAT: "FLOAT",
64
- INT: "INT",
65
- LONG: "LONG",
66
- STRING: "STRING",
67
- };
68
- export const StoreStatus = {
69
- ACTIVE: "ACTIVE",
70
- CREATING: "CREATING",
71
- DELETING: "DELETING",
72
- FAILED: "FAILED",
73
- UPDATING: "UPDATING",
74
- };
75
- export const VersionStatus = {
76
- ACTIVE: "ACTIVE",
77
- CREATING: "CREATING",
78
- DELETING: "DELETING",
79
- FAILED: "FAILED",
80
- UPDATING: "UPDATING",
81
- };
82
- export const CacheBehavior = {
83
- CACHE_ALWAYS: "CACHE_ALWAYS",
84
- CACHE_ON_FAILURE: "CACHE_ON_FAILURE",
85
- };
86
- export const ReadSetPartSource = {
87
- SOURCE1: "SOURCE1",
88
- SOURCE2: "SOURCE2",
89
- };
90
- export const FileType = {
91
- BAM: "BAM",
92
- CRAM: "CRAM",
93
- FASTQ: "FASTQ",
94
- UBAM: "UBAM",
95
- };
96
- export const RunCacheStatus = {
97
- ACTIVE: "ACTIVE",
98
- DELETED: "DELETED",
99
- FAILED: "FAILED",
100
- };
101
- export const ETagAlgorithmFamily = {
102
- MD5UP: "MD5up",
103
- SHA256UP: "SHA256up",
104
- SHA512UP: "SHA512up",
105
- };
106
- export const SequenceStoreStatus = {
107
- ACTIVE: "ACTIVE",
108
- CREATING: "CREATING",
109
- DELETING: "DELETING",
110
- FAILED: "FAILED",
111
- UPDATING: "UPDATING",
112
- };
113
- export const SourceReferenceType = {
114
- BRANCH: "BRANCH",
115
- COMMIT: "COMMIT",
116
- TAG: "TAG",
117
- };
118
- export const WorkflowEngine = {
119
- CWL: "CWL",
120
- NEXTFLOW: "NEXTFLOW",
121
- WDL: "WDL",
122
- WDL_LENIENT: "WDL_LENIENT",
123
- };
124
- export const StorageType = {
125
- DYNAMIC: "DYNAMIC",
126
- STATIC: "STATIC",
127
- };
128
- export const WorkflowStatus = {
129
- ACTIVE: "ACTIVE",
130
- CREATING: "CREATING",
131
- DELETED: "DELETED",
132
- FAILED: "FAILED",
133
- INACTIVE: "INACTIVE",
134
- UPDATING: "UPDATING",
135
- };
136
- export const CreationType = {
137
- IMPORT: "IMPORT",
138
- UPLOAD: "UPLOAD",
139
- };
140
- export const ETagAlgorithm = {
141
- BAM_MD5UP: "BAM_MD5up",
142
- BAM_SHA256UP: "BAM_SHA256up",
143
- BAM_SHA512UP: "BAM_SHA512up",
144
- CRAM_MD5UP: "CRAM_MD5up",
145
- CRAM_SHA256UP: "CRAM_SHA256up",
146
- CRAM_SHA512UP: "CRAM_SHA512up",
147
- FASTQ_MD5UP: "FASTQ_MD5up",
148
- FASTQ_SHA256UP: "FASTQ_SHA256up",
149
- FASTQ_SHA512UP: "FASTQ_SHA512up",
150
- };
151
- export const ReadSetExportJobItemStatus = {
152
- FAILED: "FAILED",
153
- FINISHED: "FINISHED",
154
- IN_PROGRESS: "IN_PROGRESS",
155
- NOT_STARTED: "NOT_STARTED",
156
- };
157
- export const ReadSetExportJobStatus = {
158
- CANCELLED: "CANCELLED",
159
- CANCELLING: "CANCELLING",
160
- COMPLETED: "COMPLETED",
161
- COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES",
162
- FAILED: "FAILED",
163
- IN_PROGRESS: "IN_PROGRESS",
164
- SUBMITTED: "SUBMITTED",
165
- };
166
- export const ShareResourceType = {
167
- ANNOTATION_STORE: "ANNOTATION_STORE",
168
- VARIANT_STORE: "VARIANT_STORE",
169
- WORKFLOW: "WORKFLOW",
170
- };
171
- export const ReadSetFile = {
172
- INDEX: "INDEX",
173
- SOURCE1: "SOURCE1",
174
- SOURCE2: "SOURCE2",
175
- };
176
- export const ReadSetImportJobItemStatus = {
177
- FAILED: "FAILED",
178
- FINISHED: "FINISHED",
179
- IN_PROGRESS: "IN_PROGRESS",
180
- NOT_STARTED: "NOT_STARTED",
181
- };
182
- export const ReadSetImportJobStatus = {
183
- CANCELLED: "CANCELLED",
184
- CANCELLING: "CANCELLING",
185
- COMPLETED: "COMPLETED",
186
- COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES",
187
- FAILED: "FAILED",
188
- IN_PROGRESS: "IN_PROGRESS",
189
- SUBMITTED: "SUBMITTED",
190
- };
191
- export const ReadSetStatus = {
192
- ACTIVATING: "ACTIVATING",
193
- ACTIVE: "ACTIVE",
194
- ARCHIVED: "ARCHIVED",
195
- DELETED: "DELETED",
196
- DELETING: "DELETING",
197
- PROCESSING_UPLOAD: "PROCESSING_UPLOAD",
198
- UPLOAD_FAILED: "UPLOAD_FAILED",
199
- };
200
- export const ReferenceFile = {
201
- INDEX: "INDEX",
202
- SOURCE: "SOURCE",
203
- };
204
- export const ReferenceImportJobItemStatus = {
205
- FAILED: "FAILED",
206
- FINISHED: "FINISHED",
207
- IN_PROGRESS: "IN_PROGRESS",
208
- NOT_STARTED: "NOT_STARTED",
209
- };
210
- export const ReferenceImportJobStatus = {
211
- CANCELLED: "CANCELLED",
212
- CANCELLING: "CANCELLING",
213
- COMPLETED: "COMPLETED",
214
- COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES",
215
- FAILED: "FAILED",
216
- IN_PROGRESS: "IN_PROGRESS",
217
- SUBMITTED: "SUBMITTED",
218
- };
219
- export const ReferenceCreationType = {
220
- IMPORT: "IMPORT",
221
- };
222
- export const ReferenceStatus = {
223
- ACTIVE: "ACTIVE",
224
- DELETED: "DELETED",
225
- DELETING: "DELETING",
226
- };
227
- export const RunExport = {
228
- DEFINITION: "DEFINITION",
229
- };
230
- export const RunLogLevel = {
231
- ALL: "ALL",
232
- ERROR: "ERROR",
233
- FATAL: "FATAL",
234
- OFF: "OFF",
235
- };
236
- export const RunRetentionMode = {
237
- REMOVE: "REMOVE",
238
- RETAIN: "RETAIN",
239
- };
240
- export const RunStatus = {
241
- CANCELLED: "CANCELLED",
242
- COMPLETED: "COMPLETED",
243
- DELETED: "DELETED",
244
- FAILED: "FAILED",
245
- PENDING: "PENDING",
246
- RUNNING: "RUNNING",
247
- STARTING: "STARTING",
248
- STOPPING: "STOPPING",
249
- };
250
- export const WorkflowType = {
251
- PRIVATE: "PRIVATE",
252
- READY2RUN: "READY2RUN",
253
- };
254
- export const TaskStatus = {
255
- CANCELLED: "CANCELLED",
256
- COMPLETED: "COMPLETED",
257
- FAILED: "FAILED",
258
- PENDING: "PENDING",
259
- RUNNING: "RUNNING",
260
- STARTING: "STARTING",
261
- STOPPING: "STOPPING",
262
- };
263
- export const WorkflowExport = {
264
- DEFINITION: "DEFINITION",
265
- README: "README",
266
- };
267
- export const ResourceOwner = {
268
- OTHER: "OTHER",
269
- SELF: "SELF",
270
- };
1
+ export {};
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { StartVariantImportRequest, StartVariantImportResponse } from "../models/models_1";
3
+ import { StartVariantImportRequest, StartVariantImportResponse } from "../models/models_0";
4
4
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateVariantStoreRequest, UpdateVariantStoreResponse } from "../models/models_1";
3
+ import { UpdateVariantStoreRequest, UpdateVariantStoreResponse } from "../models/models_0";
4
4
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateWorkflowRequest } from "../models/models_1";
3
+ import { UpdateWorkflowRequest } from "../models/models_0";
4
4
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateWorkflowVersionRequest } from "../models/models_1";
3
+ import { UpdateWorkflowVersionRequest } from "../models/models_0";
4
4
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
5
5
  /**
6
6
  * @public
@@ -14,5 +14,4 @@ export * from "./waiters";
14
14
  export * from "./models/enums";
15
15
  export * from "./models/errors";
16
16
  export type * from "./models/models_0";
17
- export type * from "./models/models_1";
18
17
  export { OmicsServiceException } from "./models/OmicsServiceException";