@aws-sdk/client-omics 3.301.0 → 3.306.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.
@@ -11,32 +11,29 @@ export class AccessDeniedException extends __BaseException {
11
11
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
12
12
  }
13
13
  }
14
- export var ReadSetActivationJobStatus;
15
- (function (ReadSetActivationJobStatus) {
16
- ReadSetActivationJobStatus["CANCELLED"] = "CANCELLED";
17
- ReadSetActivationJobStatus["CANCELLING"] = "CANCELLING";
18
- ReadSetActivationJobStatus["COMPLETED"] = "COMPLETED";
19
- ReadSetActivationJobStatus["COMPLETED_WITH_FAILURES"] = "COMPLETED_WITH_FAILURES";
20
- ReadSetActivationJobStatus["FAILED"] = "FAILED";
21
- ReadSetActivationJobStatus["IN_PROGRESS"] = "IN_PROGRESS";
22
- ReadSetActivationJobStatus["SUBMITTED"] = "SUBMITTED";
23
- })(ReadSetActivationJobStatus || (ReadSetActivationJobStatus = {}));
24
- export var ReadSetActivationJobItemStatus;
25
- (function (ReadSetActivationJobItemStatus) {
26
- ReadSetActivationJobItemStatus["FAILED"] = "FAILED";
27
- ReadSetActivationJobItemStatus["FINISHED"] = "FINISHED";
28
- ReadSetActivationJobItemStatus["IN_PROGRESS"] = "IN_PROGRESS";
29
- ReadSetActivationJobItemStatus["NOT_STARTED"] = "NOT_STARTED";
30
- })(ReadSetActivationJobItemStatus || (ReadSetActivationJobItemStatus = {}));
31
- export var JobStatus;
32
- (function (JobStatus) {
33
- JobStatus["CANCELLED"] = "CANCELLED";
34
- JobStatus["COMPLETED"] = "COMPLETED";
35
- JobStatus["COMPLETED_WITH_FAILURES"] = "COMPLETED_WITH_FAILURES";
36
- JobStatus["FAILED"] = "FAILED";
37
- JobStatus["IN_PROGRESS"] = "IN_PROGRESS";
38
- JobStatus["SUBMITTED"] = "SUBMITTED";
39
- })(JobStatus || (JobStatus = {}));
14
+ export const ReadSetActivationJobStatus = {
15
+ CANCELLED: "CANCELLED",
16
+ CANCELLING: "CANCELLING",
17
+ COMPLETED: "COMPLETED",
18
+ COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES",
19
+ FAILED: "FAILED",
20
+ IN_PROGRESS: "IN_PROGRESS",
21
+ SUBMITTED: "SUBMITTED",
22
+ };
23
+ export const ReadSetActivationJobItemStatus = {
24
+ FAILED: "FAILED",
25
+ FINISHED: "FINISHED",
26
+ IN_PROGRESS: "IN_PROGRESS",
27
+ NOT_STARTED: "NOT_STARTED",
28
+ };
29
+ export const JobStatus = {
30
+ CANCELLED: "CANCELLED",
31
+ COMPLETED: "COMPLETED",
32
+ COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES",
33
+ FAILED: "FAILED",
34
+ IN_PROGRESS: "IN_PROGRESS",
35
+ SUBMITTED: "SUBMITTED",
36
+ };
40
37
  export class InternalServerException extends __BaseException {
41
38
  constructor(opts) {
42
39
  super({
@@ -131,44 +128,39 @@ export var ReferenceItem;
131
128
  return visitor._(value.$unknown[0], value.$unknown[1]);
132
129
  };
133
130
  })(ReferenceItem || (ReferenceItem = {}));
134
- export var EncryptionType;
135
- (function (EncryptionType) {
136
- EncryptionType["KMS"] = "KMS";
137
- })(EncryptionType || (EncryptionType = {}));
138
- export var StoreFormat;
139
- (function (StoreFormat) {
140
- StoreFormat["GFF"] = "GFF";
141
- StoreFormat["TSV"] = "TSV";
142
- StoreFormat["VCF"] = "VCF";
143
- })(StoreFormat || (StoreFormat = {}));
144
- export var AnnotationType;
145
- (function (AnnotationType) {
146
- AnnotationType["CHR_POS"] = "CHR_POS";
147
- AnnotationType["CHR_POS_REF_ALT"] = "CHR_POS_REF_ALT";
148
- AnnotationType["CHR_START_END_ONE_BASE"] = "CHR_START_END_ONE_BASE";
149
- AnnotationType["CHR_START_END_REF_ALT_ONE_BASE"] = "CHR_START_END_REF_ALT_ONE_BASE";
150
- AnnotationType["CHR_START_END_REF_ALT_ZERO_BASE"] = "CHR_START_END_REF_ALT_ZERO_BASE";
151
- AnnotationType["CHR_START_END_ZERO_BASE"] = "CHR_START_END_ZERO_BASE";
152
- AnnotationType["GENERIC"] = "GENERIC";
153
- })(AnnotationType || (AnnotationType = {}));
154
- export var FormatToHeaderKey;
155
- (function (FormatToHeaderKey) {
156
- FormatToHeaderKey["ALT"] = "ALT";
157
- FormatToHeaderKey["CHR"] = "CHR";
158
- FormatToHeaderKey["END"] = "END";
159
- FormatToHeaderKey["POS"] = "POS";
160
- FormatToHeaderKey["REF"] = "REF";
161
- FormatToHeaderKey["START"] = "START";
162
- })(FormatToHeaderKey || (FormatToHeaderKey = {}));
163
- export var SchemaValueType;
164
- (function (SchemaValueType) {
165
- SchemaValueType["BOOLEAN"] = "BOOLEAN";
166
- SchemaValueType["DOUBLE"] = "DOUBLE";
167
- SchemaValueType["FLOAT"] = "FLOAT";
168
- SchemaValueType["INT"] = "INT";
169
- SchemaValueType["LONG"] = "LONG";
170
- SchemaValueType["STRING"] = "STRING";
171
- })(SchemaValueType || (SchemaValueType = {}));
131
+ export const EncryptionType = {
132
+ KMS: "KMS",
133
+ };
134
+ export const StoreFormat = {
135
+ GFF: "GFF",
136
+ TSV: "TSV",
137
+ VCF: "VCF",
138
+ };
139
+ export const AnnotationType = {
140
+ CHR_POS: "CHR_POS",
141
+ CHR_POS_REF_ALT: "CHR_POS_REF_ALT",
142
+ CHR_START_END_ONE_BASE: "CHR_START_END_ONE_BASE",
143
+ CHR_START_END_REF_ALT_ONE_BASE: "CHR_START_END_REF_ALT_ONE_BASE",
144
+ CHR_START_END_REF_ALT_ZERO_BASE: "CHR_START_END_REF_ALT_ZERO_BASE",
145
+ CHR_START_END_ZERO_BASE: "CHR_START_END_ZERO_BASE",
146
+ GENERIC: "GENERIC",
147
+ };
148
+ export const FormatToHeaderKey = {
149
+ ALT: "ALT",
150
+ CHR: "CHR",
151
+ END: "END",
152
+ POS: "POS",
153
+ REF: "REF",
154
+ START: "START",
155
+ };
156
+ export const SchemaValueType = {
157
+ BOOLEAN: "BOOLEAN",
158
+ DOUBLE: "DOUBLE",
159
+ FLOAT: "FLOAT",
160
+ INT: "INT",
161
+ LONG: "LONG",
162
+ STRING: "STRING",
163
+ };
172
164
  export var StoreOptions;
173
165
  (function (StoreOptions) {
174
166
  StoreOptions.visit = (value, visitor) => {
@@ -177,14 +169,13 @@ export var StoreOptions;
177
169
  return visitor._(value.$unknown[0], value.$unknown[1]);
178
170
  };
179
171
  })(StoreOptions || (StoreOptions = {}));
180
- export var StoreStatus;
181
- (function (StoreStatus) {
182
- StoreStatus["ACTIVE"] = "ACTIVE";
183
- StoreStatus["CREATING"] = "CREATING";
184
- StoreStatus["DELETING"] = "DELETING";
185
- StoreStatus["FAILED"] = "FAILED";
186
- StoreStatus["UPDATING"] = "UPDATING";
187
- })(StoreStatus || (StoreStatus = {}));
172
+ export const StoreStatus = {
173
+ ACTIVE: "ACTIVE",
174
+ CREATING: "CREATING",
175
+ DELETING: "DELETING",
176
+ FAILED: "FAILED",
177
+ UPDATING: "UPDATING",
178
+ };
188
179
  export class RequestTimeoutException extends __BaseException {
189
180
  constructor(opts) {
190
181
  super({
@@ -197,49 +188,43 @@ export class RequestTimeoutException extends __BaseException {
197
188
  Object.setPrototypeOf(this, RequestTimeoutException.prototype);
198
189
  }
199
190
  }
200
- export var WorkflowEngine;
201
- (function (WorkflowEngine) {
202
- WorkflowEngine["NEXTFLOW"] = "NEXTFLOW";
203
- WorkflowEngine["WDL"] = "WDL";
204
- })(WorkflowEngine || (WorkflowEngine = {}));
205
- export var WorkflowStatus;
206
- (function (WorkflowStatus) {
207
- WorkflowStatus["ACTIVE"] = "ACTIVE";
208
- WorkflowStatus["CREATING"] = "CREATING";
209
- WorkflowStatus["DELETED"] = "DELETED";
210
- WorkflowStatus["FAILED"] = "FAILED";
211
- WorkflowStatus["INACTIVE"] = "INACTIVE";
212
- WorkflowStatus["UPDATING"] = "UPDATING";
213
- })(WorkflowStatus || (WorkflowStatus = {}));
214
- export var ReadSetExportJobItemStatus;
215
- (function (ReadSetExportJobItemStatus) {
216
- ReadSetExportJobItemStatus["FAILED"] = "FAILED";
217
- ReadSetExportJobItemStatus["FINISHED"] = "FINISHED";
218
- ReadSetExportJobItemStatus["IN_PROGRESS"] = "IN_PROGRESS";
219
- ReadSetExportJobItemStatus["NOT_STARTED"] = "NOT_STARTED";
220
- })(ReadSetExportJobItemStatus || (ReadSetExportJobItemStatus = {}));
221
- export var ReadSetExportJobStatus;
222
- (function (ReadSetExportJobStatus) {
223
- ReadSetExportJobStatus["CANCELLED"] = "CANCELLED";
224
- ReadSetExportJobStatus["CANCELLING"] = "CANCELLING";
225
- ReadSetExportJobStatus["COMPLETED"] = "COMPLETED";
226
- ReadSetExportJobStatus["COMPLETED_WITH_FAILURES"] = "COMPLETED_WITH_FAILURES";
227
- ReadSetExportJobStatus["FAILED"] = "FAILED";
228
- ReadSetExportJobStatus["IN_PROGRESS"] = "IN_PROGRESS";
229
- ReadSetExportJobStatus["SUBMITTED"] = "SUBMITTED";
230
- })(ReadSetExportJobStatus || (ReadSetExportJobStatus = {}));
231
- export var FileType;
232
- (function (FileType) {
233
- FileType["BAM"] = "BAM";
234
- FileType["CRAM"] = "CRAM";
235
- FileType["FASTQ"] = "FASTQ";
236
- })(FileType || (FileType = {}));
237
- export var ReadSetFile;
238
- (function (ReadSetFile) {
239
- ReadSetFile["INDEX"] = "INDEX";
240
- ReadSetFile["SOURCE1"] = "SOURCE1";
241
- ReadSetFile["SOURCE2"] = "SOURCE2";
242
- })(ReadSetFile || (ReadSetFile = {}));
191
+ export const WorkflowEngine = {
192
+ NEXTFLOW: "NEXTFLOW",
193
+ WDL: "WDL",
194
+ };
195
+ export const WorkflowStatus = {
196
+ ACTIVE: "ACTIVE",
197
+ CREATING: "CREATING",
198
+ DELETED: "DELETED",
199
+ FAILED: "FAILED",
200
+ INACTIVE: "INACTIVE",
201
+ UPDATING: "UPDATING",
202
+ };
203
+ export const ReadSetExportJobItemStatus = {
204
+ FAILED: "FAILED",
205
+ FINISHED: "FINISHED",
206
+ IN_PROGRESS: "IN_PROGRESS",
207
+ NOT_STARTED: "NOT_STARTED",
208
+ };
209
+ export const ReadSetExportJobStatus = {
210
+ CANCELLED: "CANCELLED",
211
+ CANCELLING: "CANCELLING",
212
+ COMPLETED: "COMPLETED",
213
+ COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES",
214
+ FAILED: "FAILED",
215
+ IN_PROGRESS: "IN_PROGRESS",
216
+ SUBMITTED: "SUBMITTED",
217
+ };
218
+ export const FileType = {
219
+ BAM: "BAM",
220
+ CRAM: "CRAM",
221
+ FASTQ: "FASTQ",
222
+ };
223
+ export const ReadSetFile = {
224
+ INDEX: "INDEX",
225
+ SOURCE1: "SOURCE1",
226
+ SOURCE2: "SOURCE2",
227
+ };
243
228
  export class RangeNotSatisfiableException extends __BaseException {
244
229
  constructor(opts) {
245
230
  super({
@@ -253,100 +238,87 @@ export class RangeNotSatisfiableException extends __BaseException {
253
238
  Object.setPrototypeOf(this, RangeNotSatisfiableException.prototype);
254
239
  }
255
240
  }
256
- export var ReadSetImportJobItemStatus;
257
- (function (ReadSetImportJobItemStatus) {
258
- ReadSetImportJobItemStatus["FAILED"] = "FAILED";
259
- ReadSetImportJobItemStatus["FINISHED"] = "FINISHED";
260
- ReadSetImportJobItemStatus["IN_PROGRESS"] = "IN_PROGRESS";
261
- ReadSetImportJobItemStatus["NOT_STARTED"] = "NOT_STARTED";
262
- })(ReadSetImportJobItemStatus || (ReadSetImportJobItemStatus = {}));
263
- export var ReadSetImportJobStatus;
264
- (function (ReadSetImportJobStatus) {
265
- ReadSetImportJobStatus["CANCELLED"] = "CANCELLED";
266
- ReadSetImportJobStatus["CANCELLING"] = "CANCELLING";
267
- ReadSetImportJobStatus["COMPLETED"] = "COMPLETED";
268
- ReadSetImportJobStatus["COMPLETED_WITH_FAILURES"] = "COMPLETED_WITH_FAILURES";
269
- ReadSetImportJobStatus["FAILED"] = "FAILED";
270
- ReadSetImportJobStatus["IN_PROGRESS"] = "IN_PROGRESS";
271
- ReadSetImportJobStatus["SUBMITTED"] = "SUBMITTED";
272
- })(ReadSetImportJobStatus || (ReadSetImportJobStatus = {}));
273
- export var ReadSetStatus;
274
- (function (ReadSetStatus) {
275
- ReadSetStatus["ACTIVATING"] = "ACTIVATING";
276
- ReadSetStatus["ACTIVE"] = "ACTIVE";
277
- ReadSetStatus["ARCHIVED"] = "ARCHIVED";
278
- ReadSetStatus["DELETED"] = "DELETED";
279
- ReadSetStatus["DELETING"] = "DELETING";
280
- })(ReadSetStatus || (ReadSetStatus = {}));
281
- export var ReferenceFile;
282
- (function (ReferenceFile) {
283
- ReferenceFile["INDEX"] = "INDEX";
284
- ReferenceFile["SOURCE"] = "SOURCE";
285
- })(ReferenceFile || (ReferenceFile = {}));
286
- export var ReferenceImportJobItemStatus;
287
- (function (ReferenceImportJobItemStatus) {
288
- ReferenceImportJobItemStatus["FAILED"] = "FAILED";
289
- ReferenceImportJobItemStatus["FINISHED"] = "FINISHED";
290
- ReferenceImportJobItemStatus["IN_PROGRESS"] = "IN_PROGRESS";
291
- ReferenceImportJobItemStatus["NOT_STARTED"] = "NOT_STARTED";
292
- })(ReferenceImportJobItemStatus || (ReferenceImportJobItemStatus = {}));
293
- export var ReferenceImportJobStatus;
294
- (function (ReferenceImportJobStatus) {
295
- ReferenceImportJobStatus["CANCELLED"] = "CANCELLED";
296
- ReferenceImportJobStatus["CANCELLING"] = "CANCELLING";
297
- ReferenceImportJobStatus["COMPLETED"] = "COMPLETED";
298
- ReferenceImportJobStatus["COMPLETED_WITH_FAILURES"] = "COMPLETED_WITH_FAILURES";
299
- ReferenceImportJobStatus["FAILED"] = "FAILED";
300
- ReferenceImportJobStatus["IN_PROGRESS"] = "IN_PROGRESS";
301
- ReferenceImportJobStatus["SUBMITTED"] = "SUBMITTED";
302
- })(ReferenceImportJobStatus || (ReferenceImportJobStatus = {}));
303
- export var ReferenceStatus;
304
- (function (ReferenceStatus) {
305
- ReferenceStatus["ACTIVE"] = "ACTIVE";
306
- ReferenceStatus["DELETED"] = "DELETED";
307
- ReferenceStatus["DELETING"] = "DELETING";
308
- })(ReferenceStatus || (ReferenceStatus = {}));
309
- export var RunExport;
310
- (function (RunExport) {
311
- RunExport["DEFINITION"] = "DEFINITION";
312
- })(RunExport || (RunExport = {}));
313
- export var RunLogLevel;
314
- (function (RunLogLevel) {
315
- RunLogLevel["ALL"] = "ALL";
316
- RunLogLevel["ERROR"] = "ERROR";
317
- RunLogLevel["FATAL"] = "FATAL";
318
- RunLogLevel["OFF"] = "OFF";
319
- })(RunLogLevel || (RunLogLevel = {}));
320
- export var RunStatus;
321
- (function (RunStatus) {
322
- RunStatus["CANCELLED"] = "CANCELLED";
323
- RunStatus["COMPLETED"] = "COMPLETED";
324
- RunStatus["DELETED"] = "DELETED";
325
- RunStatus["FAILED"] = "FAILED";
326
- RunStatus["PENDING"] = "PENDING";
327
- RunStatus["RUNNING"] = "RUNNING";
328
- RunStatus["STARTING"] = "STARTING";
329
- RunStatus["STOPPING"] = "STOPPING";
330
- })(RunStatus || (RunStatus = {}));
331
- export var WorkflowType;
332
- (function (WorkflowType) {
333
- WorkflowType["PRIVATE"] = "PRIVATE";
334
- WorkflowType["SERVICE"] = "SERVICE";
335
- })(WorkflowType || (WorkflowType = {}));
336
- export var TaskStatus;
337
- (function (TaskStatus) {
338
- TaskStatus["CANCELLED"] = "CANCELLED";
339
- TaskStatus["COMPLETED"] = "COMPLETED";
340
- TaskStatus["FAILED"] = "FAILED";
341
- TaskStatus["PENDING"] = "PENDING";
342
- TaskStatus["RUNNING"] = "RUNNING";
343
- TaskStatus["STARTING"] = "STARTING";
344
- TaskStatus["STOPPING"] = "STOPPING";
345
- })(TaskStatus || (TaskStatus = {}));
346
- export var WorkflowExport;
347
- (function (WorkflowExport) {
348
- WorkflowExport["DEFINITION"] = "DEFINITION";
349
- })(WorkflowExport || (WorkflowExport = {}));
241
+ export const ReadSetImportJobItemStatus = {
242
+ FAILED: "FAILED",
243
+ FINISHED: "FINISHED",
244
+ IN_PROGRESS: "IN_PROGRESS",
245
+ NOT_STARTED: "NOT_STARTED",
246
+ };
247
+ export const ReadSetImportJobStatus = {
248
+ CANCELLED: "CANCELLED",
249
+ CANCELLING: "CANCELLING",
250
+ COMPLETED: "COMPLETED",
251
+ COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES",
252
+ FAILED: "FAILED",
253
+ IN_PROGRESS: "IN_PROGRESS",
254
+ SUBMITTED: "SUBMITTED",
255
+ };
256
+ export const ReadSetStatus = {
257
+ ACTIVATING: "ACTIVATING",
258
+ ACTIVE: "ACTIVE",
259
+ ARCHIVED: "ARCHIVED",
260
+ DELETED: "DELETED",
261
+ DELETING: "DELETING",
262
+ };
263
+ export const ReferenceFile = {
264
+ INDEX: "INDEX",
265
+ SOURCE: "SOURCE",
266
+ };
267
+ export const ReferenceImportJobItemStatus = {
268
+ FAILED: "FAILED",
269
+ FINISHED: "FINISHED",
270
+ IN_PROGRESS: "IN_PROGRESS",
271
+ NOT_STARTED: "NOT_STARTED",
272
+ };
273
+ export const ReferenceImportJobStatus = {
274
+ CANCELLED: "CANCELLED",
275
+ CANCELLING: "CANCELLING",
276
+ COMPLETED: "COMPLETED",
277
+ COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES",
278
+ FAILED: "FAILED",
279
+ IN_PROGRESS: "IN_PROGRESS",
280
+ SUBMITTED: "SUBMITTED",
281
+ };
282
+ export const ReferenceStatus = {
283
+ ACTIVE: "ACTIVE",
284
+ DELETED: "DELETED",
285
+ DELETING: "DELETING",
286
+ };
287
+ export const RunExport = {
288
+ DEFINITION: "DEFINITION",
289
+ };
290
+ export const RunLogLevel = {
291
+ ALL: "ALL",
292
+ ERROR: "ERROR",
293
+ FATAL: "FATAL",
294
+ OFF: "OFF",
295
+ };
296
+ export const RunStatus = {
297
+ CANCELLED: "CANCELLED",
298
+ COMPLETED: "COMPLETED",
299
+ DELETED: "DELETED",
300
+ FAILED: "FAILED",
301
+ PENDING: "PENDING",
302
+ RUNNING: "RUNNING",
303
+ STARTING: "STARTING",
304
+ STOPPING: "STOPPING",
305
+ };
306
+ export const WorkflowType = {
307
+ PRIVATE: "PRIVATE",
308
+ SERVICE: "SERVICE",
309
+ };
310
+ export const TaskStatus = {
311
+ CANCELLED: "CANCELLED",
312
+ COMPLETED: "COMPLETED",
313
+ FAILED: "FAILED",
314
+ PENDING: "PENDING",
315
+ RUNNING: "RUNNING",
316
+ STARTING: "STARTING",
317
+ STOPPING: "STOPPING",
318
+ };
319
+ export const WorkflowExport = {
320
+ DEFINITION: "DEFINITION",
321
+ };
350
322
  export const GetReadSetResponseFilterSensitiveLog = (obj) => ({
351
323
  ...obj,
352
324
  });