@aws-sdk/client-omics 3.331.0 → 3.332.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.
Files changed (78) hide show
  1. package/README.md +56 -8
  2. package/dist-cjs/Omics.js +12 -0
  3. package/dist-cjs/commands/AbortMultipartReadSetUploadCommand.js +45 -0
  4. package/dist-cjs/commands/CompleteMultipartReadSetUploadCommand.js +45 -0
  5. package/dist-cjs/commands/CreateMultipartReadSetUploadCommand.js +45 -0
  6. package/dist-cjs/commands/ListMultipartReadSetUploadsCommand.js +45 -0
  7. package/dist-cjs/commands/ListReadSetUploadPartsCommand.js +45 -0
  8. package/dist-cjs/commands/UploadReadSetPartCommand.js +46 -0
  9. package/dist-cjs/commands/index.js +6 -0
  10. package/dist-cjs/models/models_0.js +83 -55
  11. package/dist-cjs/pagination/ListMultipartReadSetUploadsPaginator.js +29 -0
  12. package/dist-cjs/pagination/ListReadSetUploadPartsPaginator.js +29 -0
  13. package/dist-cjs/pagination/index.js +2 -0
  14. package/dist-cjs/protocols/Aws_restJson1.js +625 -3
  15. package/dist-es/Omics.js +12 -0
  16. package/dist-es/commands/AbortMultipartReadSetUploadCommand.js +41 -0
  17. package/dist-es/commands/CompleteMultipartReadSetUploadCommand.js +41 -0
  18. package/dist-es/commands/CreateMultipartReadSetUploadCommand.js +41 -0
  19. package/dist-es/commands/ListMultipartReadSetUploadsCommand.js +41 -0
  20. package/dist-es/commands/ListReadSetUploadPartsCommand.js +41 -0
  21. package/dist-es/commands/UploadReadSetPartCommand.js +42 -0
  22. package/dist-es/commands/index.js +6 -0
  23. package/dist-es/models/models_0.js +78 -52
  24. package/dist-es/pagination/ListMultipartReadSetUploadsPaginator.js +25 -0
  25. package/dist-es/pagination/ListReadSetUploadPartsPaginator.js +25 -0
  26. package/dist-es/pagination/index.js +2 -0
  27. package/dist-es/protocols/Aws_restJson1.js +611 -1
  28. package/dist-types/Omics.d.ts +43 -1
  29. package/dist-types/OmicsClient.d.ts +9 -3
  30. package/dist-types/commands/AbortMultipartReadSetUploadCommand.d.ts +96 -0
  31. package/dist-types/commands/CompleteMultipartReadSetUploadCommand.d.ts +105 -0
  32. package/dist-types/commands/CreateMultipartReadSetUploadCommand.d.ts +120 -0
  33. package/dist-types/commands/CreateRunGroupCommand.d.ts +1 -0
  34. package/dist-types/commands/CreateSequenceStoreCommand.d.ts +2 -0
  35. package/dist-types/commands/CreateWorkflowCommand.d.ts +1 -0
  36. package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +3 -0
  37. package/dist-types/commands/GetReadSetMetadataCommand.d.ts +1 -0
  38. package/dist-types/commands/GetRunCommand.d.ts +1 -0
  39. package/dist-types/commands/GetRunGroupCommand.d.ts +1 -0
  40. package/dist-types/commands/GetRunTaskCommand.d.ts +1 -0
  41. package/dist-types/commands/GetSequenceStoreCommand.d.ts +1 -0
  42. package/dist-types/commands/GetVariantImportJobCommand.d.ts +3 -0
  43. package/dist-types/commands/GetWorkflowCommand.d.ts +4 -0
  44. package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +3 -0
  45. package/dist-types/commands/ListMultipartReadSetUploadsCommand.d.ts +116 -0
  46. package/dist-types/commands/ListReadSetUploadPartsCommand.d.ts +115 -0
  47. package/dist-types/commands/ListReadSetsCommand.d.ts +4 -0
  48. package/dist-types/commands/ListRunGroupsCommand.d.ts +1 -0
  49. package/dist-types/commands/ListRunTasksCommand.d.ts +1 -0
  50. package/dist-types/commands/ListRunsCommand.d.ts +1 -0
  51. package/dist-types/commands/ListSequenceStoresCommand.d.ts +1 -0
  52. package/dist-types/commands/ListVariantImportJobsCommand.d.ts +3 -0
  53. package/dist-types/commands/ListWorkflowsCommand.d.ts +3 -0
  54. package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +3 -0
  55. package/dist-types/commands/StartVariantImportJobCommand.d.ts +3 -0
  56. package/dist-types/commands/UpdateRunGroupCommand.d.ts +1 -0
  57. package/dist-types/commands/UploadReadSetPartCommand.d.ts +111 -0
  58. package/dist-types/commands/index.d.ts +6 -0
  59. package/dist-types/models/models_0.d.ts +825 -119
  60. package/dist-types/pagination/ListMultipartReadSetUploadsPaginator.d.ts +7 -0
  61. package/dist-types/pagination/ListReadSetUploadPartsPaginator.d.ts +7 -0
  62. package/dist-types/pagination/index.d.ts +2 -0
  63. package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
  64. package/dist-types/ts3.4/Omics.d.ts +102 -0
  65. package/dist-types/ts3.4/OmicsClient.d.ts +38 -2
  66. package/dist-types/ts3.4/commands/AbortMultipartReadSetUploadCommand.d.ts +41 -0
  67. package/dist-types/ts3.4/commands/CompleteMultipartReadSetUploadCommand.d.ts +41 -0
  68. package/dist-types/ts3.4/commands/CreateMultipartReadSetUploadCommand.d.ts +41 -0
  69. package/dist-types/ts3.4/commands/ListMultipartReadSetUploadsCommand.d.ts +41 -0
  70. package/dist-types/ts3.4/commands/ListReadSetUploadPartsCommand.d.ts +41 -0
  71. package/dist-types/ts3.4/commands/UploadReadSetPartCommand.d.ts +44 -0
  72. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  73. package/dist-types/ts3.4/models/models_0.d.ts +202 -52
  74. package/dist-types/ts3.4/pagination/ListMultipartReadSetUploadsPaginator.d.ts +11 -0
  75. package/dist-types/ts3.4/pagination/ListReadSetUploadPartsPaginator.d.ts +11 -0
  76. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  77. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
  78. package/package.json +5 -5
@@ -3,6 +3,28 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
3
3
  import { DocumentType as __DocumentType } from "@aws-sdk/types";
4
4
  import { Readable } from "stream";
5
5
  import { OmicsServiceException as __BaseException } from "./OmicsServiceException";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface AbortMultipartReadSetUploadRequest {
10
+ /**
11
+ * <p>
12
+ * The sequence store ID for the store involved in the multipart upload.
13
+ * </p>
14
+ */
15
+ sequenceStoreId: string | undefined;
16
+ /**
17
+ * <p>
18
+ * The ID for the multipart upload.
19
+ * </p>
20
+ */
21
+ uploadId: string | undefined;
22
+ }
23
+ /**
24
+ * @public
25
+ */
26
+ export interface AbortMultipartReadSetUploadResponse {
27
+ }
6
28
  /**
7
29
  * @public
8
30
  * <p>You do not have sufficient access to perform this action.</p>
@@ -15,6 +37,107 @@ export declare class AccessDeniedException extends __BaseException {
15
37
  */
16
38
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
17
39
  }
40
+ /**
41
+ * @public
42
+ * <p>An unexpected error occurred. Try the request again.</p>
43
+ */
44
+ export declare class InternalServerException extends __BaseException {
45
+ readonly name: "InternalServerException";
46
+ readonly $fault: "server";
47
+ $retryable: {};
48
+ /**
49
+ * @internal
50
+ */
51
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
52
+ }
53
+ /**
54
+ * @public
55
+ * <p>
56
+ * The operation is not supported by Amazon Omics, or the API does not exist.
57
+ * </p>
58
+ */
59
+ export declare class NotSupportedOperationException extends __BaseException {
60
+ readonly name: "NotSupportedOperationException";
61
+ readonly $fault: "client";
62
+ /**
63
+ * @internal
64
+ */
65
+ constructor(opts: __ExceptionOptionType<NotSupportedOperationException, __BaseException>);
66
+ }
67
+ /**
68
+ * @public
69
+ * <p>The request timed out.</p>
70
+ */
71
+ export declare class RequestTimeoutException extends __BaseException {
72
+ readonly name: "RequestTimeoutException";
73
+ readonly $fault: "client";
74
+ /**
75
+ * @internal
76
+ */
77
+ constructor(opts: __ExceptionOptionType<RequestTimeoutException, __BaseException>);
78
+ }
79
+ /**
80
+ * @public
81
+ * <p>The target resource was not found in the current Region.</p>
82
+ */
83
+ export declare class ResourceNotFoundException extends __BaseException {
84
+ readonly name: "ResourceNotFoundException";
85
+ readonly $fault: "client";
86
+ /**
87
+ * @internal
88
+ */
89
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
90
+ }
91
+ /**
92
+ * @public
93
+ * <p>The request exceeds a service quota.</p>
94
+ */
95
+ export declare class ServiceQuotaExceededException extends __BaseException {
96
+ readonly name: "ServiceQuotaExceededException";
97
+ readonly $fault: "client";
98
+ /**
99
+ * @internal
100
+ */
101
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
102
+ }
103
+ /**
104
+ * @public
105
+ * <p>The request was denied due to request throttling.</p>
106
+ */
107
+ export declare class ThrottlingException extends __BaseException {
108
+ readonly name: "ThrottlingException";
109
+ readonly $fault: "client";
110
+ $retryable: {
111
+ throttling: boolean;
112
+ };
113
+ /**
114
+ * @internal
115
+ */
116
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
117
+ }
118
+ /**
119
+ * @public
120
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
121
+ */
122
+ export declare class ValidationException extends __BaseException {
123
+ readonly name: "ValidationException";
124
+ readonly $fault: "client";
125
+ /**
126
+ * @internal
127
+ */
128
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
129
+ }
130
+ /**
131
+ * @public
132
+ * @enum
133
+ */
134
+ export declare const Accelerators: {
135
+ readonly GPU: "GPU";
136
+ };
137
+ /**
138
+ * @public
139
+ */
140
+ export type Accelerators = (typeof Accelerators)[keyof typeof Accelerators];
18
141
  /**
19
142
  * @public
20
143
  * @enum
@@ -180,58 +303,6 @@ export interface CancelAnnotationImportRequest {
180
303
  */
181
304
  export interface CancelAnnotationImportResponse {
182
305
  }
183
- /**
184
- * @public
185
- * <p>An unexpected error occurred. Try the request again.</p>
186
- */
187
- export declare class InternalServerException extends __BaseException {
188
- readonly name: "InternalServerException";
189
- readonly $fault: "server";
190
- $retryable: {};
191
- /**
192
- * @internal
193
- */
194
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
195
- }
196
- /**
197
- * @public
198
- * <p>The target resource was not found in the current Region.</p>
199
- */
200
- export declare class ResourceNotFoundException extends __BaseException {
201
- readonly name: "ResourceNotFoundException";
202
- readonly $fault: "client";
203
- /**
204
- * @internal
205
- */
206
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
207
- }
208
- /**
209
- * @public
210
- * <p>The request was denied due to request throttling.</p>
211
- */
212
- export declare class ThrottlingException extends __BaseException {
213
- readonly name: "ThrottlingException";
214
- readonly $fault: "client";
215
- $retryable: {
216
- throttling: boolean;
217
- };
218
- /**
219
- * @internal
220
- */
221
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
222
- }
223
- /**
224
- * @public
225
- * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
226
- */
227
- export declare class ValidationException extends __BaseException {
228
- readonly name: "ValidationException";
229
- readonly $fault: "client";
230
- /**
231
- * @internal
232
- */
233
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
234
- }
235
306
  /**
236
307
  * @public
237
308
  */
@@ -392,6 +463,12 @@ export interface GetAnnotationImportResponse {
392
463
  * <p>Formatting options for a file.</p>
393
464
  */
394
465
  formatOptions: FormatOptions | undefined;
466
+ /**
467
+ * <p>
468
+ * The annotation schema generated by the parsed annotation data.
469
+ * </p>
470
+ */
471
+ annotationFields?: Record<string, string>;
395
472
  }
396
473
  /**
397
474
  * @public
@@ -465,6 +542,12 @@ export interface AnnotationImportJobItem {
465
542
  * <p>The job's left normalization setting.</p>
466
543
  */
467
544
  runLeftNormalization?: boolean;
545
+ /**
546
+ * <p>
547
+ * The annotation schema generated by the parsed annotation data.
548
+ * </p>
549
+ */
550
+ annotationFields?: Record<string, string>;
468
551
  }
469
552
  /**
470
553
  * @public
@@ -479,18 +562,6 @@ export interface ListAnnotationImportJobsResponse {
479
562
  */
480
563
  nextToken?: string;
481
564
  }
482
- /**
483
- * @public
484
- * <p>The request exceeds a service quota.</p>
485
- */
486
- export declare class ServiceQuotaExceededException extends __BaseException {
487
- readonly name: "ServiceQuotaExceededException";
488
- readonly $fault: "client";
489
- /**
490
- * @internal
491
- */
492
- constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
493
- }
494
565
  /**
495
566
  * @public
496
567
  */
@@ -515,6 +586,12 @@ export interface StartAnnotationImportRequest {
515
586
  * <p>The job's left normalization setting.</p>
516
587
  */
517
588
  runLeftNormalization?: boolean;
589
+ /**
590
+ * <p>
591
+ * The annotation schema generated by the parsed annotation data.
592
+ * </p>
593
+ */
594
+ annotationFields?: Record<string, string>;
518
595
  }
519
596
  /**
520
597
  * @public
@@ -1104,61 +1181,270 @@ export interface BatchDeleteReadSetRequest {
1104
1181
  */
1105
1182
  export interface ReadSetBatchError {
1106
1183
  /**
1107
- * <p>The error's ID.</p>
1184
+ * <p>The error's ID.</p>
1185
+ */
1186
+ id: string | undefined;
1187
+ /**
1188
+ * <p>The error's code.</p>
1189
+ */
1190
+ code: string | undefined;
1191
+ /**
1192
+ * <p>The error's message.</p>
1193
+ */
1194
+ message: string | undefined;
1195
+ }
1196
+ /**
1197
+ * @public
1198
+ */
1199
+ export interface BatchDeleteReadSetResponse {
1200
+ /**
1201
+ * <p>Errors returned by individual delete operations.</p>
1202
+ */
1203
+ errors?: ReadSetBatchError[];
1204
+ }
1205
+ /**
1206
+ * @public
1207
+ */
1208
+ export interface CancelRunRequest {
1209
+ /**
1210
+ * <p>The run's ID.</p>
1211
+ */
1212
+ id: string | undefined;
1213
+ }
1214
+ /**
1215
+ * @public
1216
+ */
1217
+ export interface CancelVariantImportRequest {
1218
+ /**
1219
+ * <p>The job's ID.</p>
1220
+ */
1221
+ jobId: string | undefined;
1222
+ }
1223
+ /**
1224
+ * @public
1225
+ */
1226
+ export interface CancelVariantImportResponse {
1227
+ }
1228
+ /**
1229
+ * @public
1230
+ * @enum
1231
+ */
1232
+ export declare const ReadSetPartSource: {
1233
+ readonly SOURCE1: "SOURCE1";
1234
+ readonly SOURCE2: "SOURCE2";
1235
+ };
1236
+ /**
1237
+ * @public
1238
+ */
1239
+ export type ReadSetPartSource = (typeof ReadSetPartSource)[keyof typeof ReadSetPartSource];
1240
+ /**
1241
+ * @public
1242
+ * <p>
1243
+ * Part of the response to the CompleteReadSetUpload API, including metadata.
1244
+ * </p>
1245
+ */
1246
+ export interface CompleteReadSetUploadPartListItem {
1247
+ /**
1248
+ * <p>
1249
+ * A number identifying the part in a read set upload.
1250
+ * </p>
1251
+ */
1252
+ partNumber: number | undefined;
1253
+ /**
1254
+ * <p>
1255
+ * The source file of the part being uploaded.
1256
+ * </p>
1257
+ */
1258
+ partSource: ReadSetPartSource | string | undefined;
1259
+ /**
1260
+ * <p>
1261
+ * A unique identifier used to confirm that parts are being added to the correct upload.
1262
+ * </p>
1263
+ */
1264
+ checksum: string | undefined;
1265
+ }
1266
+ /**
1267
+ * @public
1268
+ */
1269
+ export interface CompleteMultipartReadSetUploadRequest {
1270
+ /**
1271
+ * <p>
1272
+ * The sequence store ID for the store involved in the multipart upload.
1273
+ * </p>
1274
+ */
1275
+ sequenceStoreId: string | undefined;
1276
+ /**
1277
+ * <p>
1278
+ * The ID for the multipart upload.
1279
+ * </p>
1280
+ */
1281
+ uploadId: string | undefined;
1282
+ /**
1283
+ * <p>
1284
+ * The individual uploads or parts of a multipart upload.
1285
+ * </p>
1286
+ */
1287
+ parts: CompleteReadSetUploadPartListItem[] | undefined;
1288
+ }
1289
+ /**
1290
+ * @public
1291
+ */
1292
+ export interface CompleteMultipartReadSetUploadResponse {
1293
+ /**
1294
+ * <p>
1295
+ * The read set ID created for an uploaded read set.
1296
+ * </p>
1297
+ */
1298
+ readSetId: string | undefined;
1299
+ }
1300
+ /**
1301
+ * @public
1302
+ * @enum
1303
+ */
1304
+ export declare const FileType: {
1305
+ readonly BAM: "BAM";
1306
+ readonly CRAM: "CRAM";
1307
+ readonly FASTQ: "FASTQ";
1308
+ };
1309
+ /**
1310
+ * @public
1311
+ */
1312
+ export type FileType = (typeof FileType)[keyof typeof FileType];
1313
+ /**
1314
+ * @public
1315
+ */
1316
+ export interface CreateMultipartReadSetUploadRequest {
1317
+ /**
1318
+ * <p>
1319
+ * The sequence store ID for the store that is the destination of the multipart uploads.
1320
+ * </p>
1321
+ */
1322
+ sequenceStoreId: string | undefined;
1323
+ /**
1324
+ * <p>
1325
+ * An idempotency token that can be used to avoid triggering multiple multipart uploads.
1326
+ * </p>
1327
+ */
1328
+ clientToken?: string;
1329
+ /**
1330
+ * <p>
1331
+ * The type of file being uploaded.
1332
+ * </p>
1333
+ */
1334
+ sourceFileType: FileType | string | undefined;
1335
+ /**
1336
+ * <p>
1337
+ * The source's subject ID.
1338
+ * </p>
1339
+ */
1340
+ subjectId: string | undefined;
1341
+ /**
1342
+ * <p>
1343
+ * The source's sample ID.
1344
+ * </p>
1345
+ */
1346
+ sampleId: string | undefined;
1347
+ /**
1348
+ * <p>
1349
+ * Where the source originated.
1350
+ * </p>
1351
+ */
1352
+ generatedFrom?: string;
1353
+ /**
1354
+ * <p>
1355
+ * The ARN of the reference.
1356
+ * </p>
1357
+ */
1358
+ referenceArn: string | undefined;
1359
+ /**
1360
+ * <p>
1361
+ * The name of the read set.
1362
+ * </p>
1363
+ */
1364
+ name: string | undefined;
1365
+ /**
1366
+ * <p>
1367
+ * The description of the read set.
1368
+ * </p>
1369
+ */
1370
+ description?: string;
1371
+ /**
1372
+ * <p>
1373
+ * Any tags to add to the read set.
1374
+ * </p>
1375
+ */
1376
+ tags?: Record<string, string>;
1377
+ }
1378
+ /**
1379
+ * @public
1380
+ */
1381
+ export interface CreateMultipartReadSetUploadResponse {
1382
+ /**
1383
+ * <p>
1384
+ * The sequence store ID for the store that the read set will be created in.
1385
+ * </p>
1386
+ */
1387
+ sequenceStoreId: string | undefined;
1388
+ /**
1389
+ * <p>
1390
+ * he ID for the initiated multipart upload.
1391
+ * </p>
1392
+ */
1393
+ uploadId: string | undefined;
1394
+ /**
1395
+ * <p>
1396
+ * The file type of the read set source.
1397
+ * </p>
1398
+ */
1399
+ sourceFileType: FileType | string | undefined;
1400
+ /**
1401
+ * <p>
1402
+ * The source's subject ID.
1403
+ * </p>
1404
+ */
1405
+ subjectId: string | undefined;
1406
+ /**
1407
+ * <p>
1408
+ * The source's sample ID.
1409
+ * </p>
1108
1410
  */
1109
- id: string | undefined;
1411
+ sampleId: string | undefined;
1110
1412
  /**
1111
- * <p>The error's code.</p>
1413
+ * <p>
1414
+ * The source of the read set.
1415
+ * </p>
1112
1416
  */
1113
- code: string | undefined;
1417
+ generatedFrom?: string;
1114
1418
  /**
1115
- * <p>The error's message.</p>
1419
+ * <p>
1420
+ * The read set source's reference ARN.
1421
+ * </p>
1116
1422
  */
1117
- message: string | undefined;
1118
- }
1119
- /**
1120
- * @public
1121
- */
1122
- export interface BatchDeleteReadSetResponse {
1423
+ referenceArn: string | undefined;
1123
1424
  /**
1124
- * <p>Errors returned by individual delete operations.</p>
1425
+ * <p>
1426
+ * The name of the read set.
1427
+ * </p>
1125
1428
  */
1126
- errors?: ReadSetBatchError[];
1127
- }
1128
- /**
1129
- * @public
1130
- * <p>The request timed out.</p>
1131
- */
1132
- export declare class RequestTimeoutException extends __BaseException {
1133
- readonly name: "RequestTimeoutException";
1134
- readonly $fault: "client";
1429
+ name?: string;
1135
1430
  /**
1136
- * @internal
1431
+ * <p>
1432
+ * The description of the read set.
1433
+ * </p>
1137
1434
  */
1138
- constructor(opts: __ExceptionOptionType<RequestTimeoutException, __BaseException>);
1139
- }
1140
- /**
1141
- * @public
1142
- */
1143
- export interface CancelRunRequest {
1435
+ description?: string;
1144
1436
  /**
1145
- * <p>The run's ID.</p>
1437
+ * <p>
1438
+ * The tags to add to the read set.
1439
+ * </p>
1146
1440
  */
1147
- id: string | undefined;
1148
- }
1149
- /**
1150
- * @public
1151
- */
1152
- export interface CancelVariantImportRequest {
1441
+ tags?: Record<string, string>;
1153
1442
  /**
1154
- * <p>The job's ID.</p>
1443
+ * <p>
1444
+ * The creation time of the multipart upload.
1445
+ * </p>
1155
1446
  */
1156
- jobId: string | undefined;
1157
- }
1158
- /**
1159
- * @public
1160
- */
1161
- export interface CancelVariantImportResponse {
1447
+ creationTime: Date | undefined;
1162
1448
  }
1163
1449
  /**
1164
1450
  * @public
@@ -1242,6 +1528,12 @@ export interface CreateRunGroupRequest {
1242
1528
  * <p>To ensure that requests don't run multiple times, specify a unique ID for each request.</p>
1243
1529
  */
1244
1530
  requestId?: string;
1531
+ /**
1532
+ * <p>
1533
+ * The maximum GPUs that can be used by a run group.
1534
+ * </p>
1535
+ */
1536
+ maxGpus?: number;
1245
1537
  }
1246
1538
  /**
1247
1539
  * @public
@@ -1284,6 +1576,12 @@ export interface CreateSequenceStoreRequest {
1284
1576
  * <p>To ensure that requests don't run multiple times, specify a unique token for each request.</p>
1285
1577
  */
1286
1578
  clientToken?: string;
1579
+ /**
1580
+ * <p>
1581
+ * An S3 location that is used to store files that have failed a direct upload.
1582
+ * </p>
1583
+ */
1584
+ fallbackLocation?: string;
1287
1585
  }
1288
1586
  /**
1289
1587
  * @public
@@ -1313,6 +1611,12 @@ export interface CreateSequenceStoreResponse {
1313
1611
  * <p>When the store was created.</p>
1314
1612
  */
1315
1613
  creationTime: Date | undefined;
1614
+ /**
1615
+ * <p>
1616
+ * An S3 location that is used to store files that have failed a direct upload.
1617
+ * </p>
1618
+ */
1619
+ fallbackLocation?: string;
1316
1620
  }
1317
1621
  /**
1318
1622
  * @public
@@ -1434,6 +1738,12 @@ export interface CreateWorkflowRequest {
1434
1738
  * <p>To ensure that requests don't run multiple times, specify a unique ID for each request.</p>
1435
1739
  */
1436
1740
  requestId?: string;
1741
+ /**
1742
+ * <p>
1743
+ * The computational accelerator specified to run the workflow.
1744
+ * </p>
1745
+ */
1746
+ accelerators?: Accelerators | string;
1437
1747
  }
1438
1748
  /**
1439
1749
  * @public
@@ -1444,6 +1754,7 @@ export declare const WorkflowStatus: {
1444
1754
  readonly CREATING: "CREATING";
1445
1755
  readonly DELETED: "DELETED";
1446
1756
  readonly FAILED: "FAILED";
1757
+ readonly INACTIVE: "INACTIVE";
1447
1758
  readonly UPDATING: "UPDATING";
1448
1759
  };
1449
1760
  /**
@@ -1691,19 +2002,6 @@ export interface FileInformation {
1691
2002
  */
1692
2003
  contentLength?: number;
1693
2004
  }
1694
- /**
1695
- * @public
1696
- * @enum
1697
- */
1698
- export declare const FileType: {
1699
- readonly BAM: "BAM";
1700
- readonly CRAM: "CRAM";
1701
- readonly FASTQ: "FASTQ";
1702
- };
1703
- /**
1704
- * @public
1705
- */
1706
- export type FileType = (typeof FileType)[keyof typeof FileType];
1707
2005
  /**
1708
2006
  * @public
1709
2007
  * @enum
@@ -2064,6 +2362,8 @@ export declare const ReadSetStatus: {
2064
2362
  readonly ARCHIVED: "ARCHIVED";
2065
2363
  readonly DELETED: "DELETED";
2066
2364
  readonly DELETING: "DELETING";
2365
+ readonly PROCESSING_UPLOAD: "PROCESSING_UPLOAD";
2366
+ readonly UPLOAD_FAILED: "UPLOAD_FAILED";
2067
2367
  };
2068
2368
  /**
2069
2369
  * @public
@@ -2125,6 +2425,12 @@ export interface GetReadSetMetadataResponse {
2125
2425
  * <p>The read set's files.</p>
2126
2426
  */
2127
2427
  files?: ReadSetFiles;
2428
+ /**
2429
+ * <p>
2430
+ * The status message for a read set. It provides more detail as to why the read set has a status.
2431
+ * </p>
2432
+ */
2433
+ statusMessage?: string;
2128
2434
  }
2129
2435
  /**
2130
2436
  * @public
@@ -2468,6 +2774,7 @@ export type RunStatus = (typeof RunStatus)[keyof typeof RunStatus];
2468
2774
  */
2469
2775
  export declare const WorkflowType: {
2470
2776
  readonly PRIVATE: "PRIVATE";
2777
+ readonly READY2RUN: "READY2RUN";
2471
2778
  };
2472
2779
  /**
2473
2780
  * @public
@@ -2569,6 +2876,12 @@ export interface GetRunResponse {
2569
2876
  * <p>The run's tags.</p>
2570
2877
  */
2571
2878
  tags?: Record<string, string>;
2879
+ /**
2880
+ * <p>
2881
+ * The computational accelerator used to run the workflow.
2882
+ * </p>
2883
+ */
2884
+ accelerators?: Accelerators | string;
2572
2885
  }
2573
2886
  /**
2574
2887
  * @public
@@ -2615,6 +2928,12 @@ export interface GetRunGroupResponse {
2615
2928
  * <p>The group's tags.</p>
2616
2929
  */
2617
2930
  tags?: Record<string, string>;
2931
+ /**
2932
+ * <p>
2933
+ * The maximum GPUs that can be used by a run group.
2934
+ * </p>
2935
+ */
2936
+ maxGpus?: number;
2618
2937
  }
2619
2938
  /**
2620
2939
  * @public
@@ -2690,6 +3009,12 @@ export interface GetRunTaskResponse {
2690
3009
  * <p>The task's log stream.</p>
2691
3010
  */
2692
3011
  logStream?: string;
3012
+ /**
3013
+ * <p>
3014
+ * The number of Graphics Processing Units (GPU) specified in the task.
3015
+ * </p>
3016
+ */
3017
+ gpus?: number;
2693
3018
  }
2694
3019
  /**
2695
3020
  * @public
@@ -2728,6 +3053,12 @@ export interface GetSequenceStoreResponse {
2728
3053
  * <p>When the store was created.</p>
2729
3054
  */
2730
3055
  creationTime: Date | undefined;
3056
+ /**
3057
+ * <p>
3058
+ * An S3 location that is used to store files that have failed a direct upload.
3059
+ * </p>
3060
+ */
3061
+ fallbackLocation?: string;
2731
3062
  }
2732
3063
  /**
2733
3064
  * @public
@@ -2800,6 +3131,12 @@ export interface GetVariantImportResponse {
2800
3131
  * <p>The job's left normalization setting.</p>
2801
3132
  */
2802
3133
  runLeftNormalization: boolean | undefined;
3134
+ /**
3135
+ * <p>
3136
+ * The annotation schema generated by the parsed annotation data.
3137
+ * </p>
3138
+ */
3139
+ annotationFields?: Record<string, string>;
2803
3140
  }
2804
3141
  /**
2805
3142
  * @public
@@ -2955,6 +3292,17 @@ export interface GetWorkflowResponse {
2955
3292
  * <p>The workflow's tags.</p>
2956
3293
  */
2957
3294
  tags?: Record<string, string>;
3295
+ /**
3296
+ * <p>
3297
+ * Gets metadata for workflow.
3298
+ * </p>
3299
+ */
3300
+ metadata?: Record<string, string>;
3301
+ /**
3302
+ * <p>
3303
+ * The computational accelerator specified to run the workflow. </p>
3304
+ */
3305
+ accelerators?: Accelerators | string;
2958
3306
  }
2959
3307
  /**
2960
3308
  * @public
@@ -3052,6 +3400,120 @@ export interface ImportReferenceJobItem {
3052
3400
  */
3053
3401
  completionTime?: Date;
3054
3402
  }
3403
+ /**
3404
+ * @public
3405
+ */
3406
+ export interface ListMultipartReadSetUploadsRequest {
3407
+ /**
3408
+ * <p>
3409
+ * The Sequence Store ID used for the multipart uploads.
3410
+ * </p>
3411
+ */
3412
+ sequenceStoreId: string | undefined;
3413
+ /**
3414
+ * <p>
3415
+ * The maximum number of multipart uploads returned in a page.
3416
+ * </p>
3417
+ */
3418
+ maxResults?: number;
3419
+ /**
3420
+ * <p>
3421
+ * Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next page of results.
3422
+ * </p>
3423
+ */
3424
+ nextToken?: string;
3425
+ }
3426
+ /**
3427
+ * @public
3428
+ * <p>
3429
+ * Part of the response to ListMultipartReadSetUploads, excluding completed and aborted multipart uploads.
3430
+ * </p>
3431
+ */
3432
+ export interface MultipartReadSetUploadListItem {
3433
+ /**
3434
+ * <p>
3435
+ * The sequence store ID used for the multipart upload.
3436
+ * </p>
3437
+ */
3438
+ sequenceStoreId: string | undefined;
3439
+ /**
3440
+ * <p>
3441
+ * The ID for the initiated multipart upload.
3442
+ * </p>
3443
+ */
3444
+ uploadId: string | undefined;
3445
+ /**
3446
+ * <p>
3447
+ * The type of file the read set originated from.
3448
+ * </p>
3449
+ */
3450
+ sourceFileType: FileType | string | undefined;
3451
+ /**
3452
+ * <p>
3453
+ * The read set source's subject ID.
3454
+ * </p>
3455
+ */
3456
+ subjectId: string | undefined;
3457
+ /**
3458
+ * <p>
3459
+ * The read set source's sample ID.
3460
+ * </p>
3461
+ */
3462
+ sampleId: string | undefined;
3463
+ /**
3464
+ * <p>
3465
+ * The source of an uploaded part.
3466
+ * </p>
3467
+ */
3468
+ generatedFrom: string | undefined;
3469
+ /**
3470
+ * <p>
3471
+ * The source's reference ARN.
3472
+ * </p>
3473
+ */
3474
+ referenceArn: string | undefined;
3475
+ /**
3476
+ * <p>
3477
+ * The name of a read set.
3478
+ * </p>
3479
+ */
3480
+ name?: string;
3481
+ /**
3482
+ * <p>
3483
+ * The description of a read set.
3484
+ * </p>
3485
+ */
3486
+ description?: string;
3487
+ /**
3488
+ * <p>
3489
+ * Any tags you wish to add to a read set.
3490
+ * </p>
3491
+ */
3492
+ tags?: Record<string, string>;
3493
+ /**
3494
+ * <p>
3495
+ * The time stamp for when a direct upload was created.
3496
+ * </p>
3497
+ */
3498
+ creationTime: Date | undefined;
3499
+ }
3500
+ /**
3501
+ * @public
3502
+ */
3503
+ export interface ListMultipartReadSetUploadsResponse {
3504
+ /**
3505
+ * <p>
3506
+ * Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next page of results.
3507
+ * </p>
3508
+ */
3509
+ nextToken?: string;
3510
+ /**
3511
+ * <p>
3512
+ * An array of multipart uploads.
3513
+ * </p>
3514
+ */
3515
+ uploads?: MultipartReadSetUploadListItem[];
3516
+ }
3055
3517
  /**
3056
3518
  * @public
3057
3519
  */
@@ -3179,6 +3641,24 @@ export interface ReadSetFilter {
3179
3641
  * <p>The filter's end date.</p>
3180
3642
  */
3181
3643
  createdBefore?: Date;
3644
+ /**
3645
+ * <p>
3646
+ * The read set source's sample ID.
3647
+ * </p>
3648
+ */
3649
+ sampleId?: string;
3650
+ /**
3651
+ * <p>
3652
+ * The read set source's subject ID.
3653
+ * </p>
3654
+ */
3655
+ subjectId?: string;
3656
+ /**
3657
+ * <p>
3658
+ * Where the source originated.
3659
+ * </p>
3660
+ */
3661
+ generatedFrom?: string;
3182
3662
  }
3183
3663
  /**
3184
3664
  * @public
@@ -3254,6 +3734,12 @@ export interface ReadSetListItem {
3254
3734
  * <p>When the read set was created.</p>
3255
3735
  */
3256
3736
  creationTime: Date | undefined;
3737
+ /**
3738
+ * <p>
3739
+ * The status for a read set. It provides more detail as to why the read set has a status.
3740
+ * </p>
3741
+ */
3742
+ statusMessage?: string;
3257
3743
  }
3258
3744
  /**
3259
3745
  * @public
@@ -3268,6 +3754,128 @@ export interface ListReadSetsResponse {
3268
3754
  */
3269
3755
  readSets: ReadSetListItem[] | undefined;
3270
3756
  }
3757
+ /**
3758
+ * @public
3759
+ * <p>
3760
+ * Filter settings that select for read set upload parts of interest.
3761
+ * </p>
3762
+ */
3763
+ export interface ReadSetUploadPartListFilter {
3764
+ /**
3765
+ * <p>
3766
+ * Filters for read set uploads after a specified time.
3767
+ * </p>
3768
+ */
3769
+ createdAfter?: Date;
3770
+ /**
3771
+ * <p>
3772
+ * Filters for read set part uploads before a specified time.
3773
+ * </p>
3774
+ */
3775
+ createdBefore?: Date;
3776
+ }
3777
+ /**
3778
+ * @public
3779
+ */
3780
+ export interface ListReadSetUploadPartsRequest {
3781
+ /**
3782
+ * <p>
3783
+ * The Sequence Store ID used for the multipart uploads.
3784
+ * </p>
3785
+ */
3786
+ sequenceStoreId: string | undefined;
3787
+ /**
3788
+ * <p>
3789
+ * The ID for the initiated multipart upload.
3790
+ * </p>
3791
+ */
3792
+ uploadId: string | undefined;
3793
+ /**
3794
+ * <p>
3795
+ * The source file for the upload part.
3796
+ * </p>
3797
+ */
3798
+ partSource: ReadSetPartSource | string | undefined;
3799
+ /**
3800
+ * <p>
3801
+ * The maximum number of read set upload parts returned in a page.
3802
+ * </p>
3803
+ */
3804
+ maxResults?: number;
3805
+ /**
3806
+ * <p>
3807
+ * Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next page of results.
3808
+ * </p>
3809
+ */
3810
+ nextToken?: string;
3811
+ /**
3812
+ * <p>
3813
+ * Attributes used to filter for a specific subset of read set part uploads.
3814
+ * </p>
3815
+ */
3816
+ filter?: ReadSetUploadPartListFilter;
3817
+ }
3818
+ /**
3819
+ * @public
3820
+ * <p>
3821
+ * The metadata of a single part of a file that was added to a multipart upload. A list of these parts is returned in the response to the ListReadSetUploadParts API.
3822
+ * </p>
3823
+ */
3824
+ export interface ReadSetUploadPartListItem {
3825
+ /**
3826
+ * <p>
3827
+ * The number identifying the part in an upload.
3828
+ * </p>
3829
+ */
3830
+ partNumber: number | undefined;
3831
+ /**
3832
+ * <p>
3833
+ * The size of the the part in an upload.
3834
+ * </p>
3835
+ */
3836
+ partSize: number | undefined;
3837
+ /**
3838
+ * <p>
3839
+ * The origin of the part being direct uploaded.
3840
+ * </p>
3841
+ */
3842
+ partSource: ReadSetPartSource | string | undefined;
3843
+ /**
3844
+ * <p>
3845
+ * A unique identifier used to confirm that parts are being added to the correct upload.
3846
+ * </p>
3847
+ */
3848
+ checksum: string | undefined;
3849
+ /**
3850
+ * <p>
3851
+ * The time stamp for when a direct upload was created.
3852
+ * </p>
3853
+ */
3854
+ creationTime?: Date;
3855
+ /**
3856
+ * <p>
3857
+ * The time stamp for the most recent update to an uploaded part.
3858
+ * </p>
3859
+ */
3860
+ lastUpdatedTime?: Date;
3861
+ }
3862
+ /**
3863
+ * @public
3864
+ */
3865
+ export interface ListReadSetUploadPartsResponse {
3866
+ /**
3867
+ * <p>
3868
+ * Next token returned in the response of a previous ListReadSetUploadParts call. Used to get the next page of results.
3869
+ * </p>
3870
+ */
3871
+ nextToken?: string;
3872
+ /**
3873
+ * <p>
3874
+ * An array of upload parts.
3875
+ * </p>
3876
+ */
3877
+ parts?: ReadSetUploadPartListItem[];
3878
+ }
3271
3879
  /**
3272
3880
  * @public
3273
3881
  */
@@ -3528,6 +4136,12 @@ export interface RunGroupListItem {
3528
4136
  * <p>When the group was created.</p>
3529
4137
  */
3530
4138
  creationTime?: Date;
4139
+ /**
4140
+ * <p>
4141
+ * The maximum GPUs that can be used by a run group.
4142
+ * </p>
4143
+ */
4144
+ maxGpus?: number;
3531
4145
  }
3532
4146
  /**
3533
4147
  * @public
@@ -3562,6 +4176,12 @@ export interface ListRunsRequest {
3562
4176
  * <p>The maximum number of runs to return in one page of results.</p>
3563
4177
  */
3564
4178
  maxResults?: number;
4179
+ /**
4180
+ * <p>
4181
+ * The status of a run.
4182
+ * </p>
4183
+ */
4184
+ status?: RunStatus | string;
3565
4185
  }
3566
4186
  /**
3567
4187
  * @public
@@ -3680,6 +4300,12 @@ export interface TaskListItem {
3680
4300
  * <p>When the task stopped.</p>
3681
4301
  */
3682
4302
  stopTime?: Date;
4303
+ /**
4304
+ * <p>
4305
+ * The number of Graphics Processing Units (GPU) specified for the task.
4306
+ * </p>
4307
+ */
4308
+ gpus?: number;
3683
4309
  }
3684
4310
  /**
3685
4311
  * @public
@@ -3758,6 +4384,12 @@ export interface SequenceStoreDetail {
3758
4384
  * <p>When the store was created.</p>
3759
4385
  */
3760
4386
  creationTime: Date | undefined;
4387
+ /**
4388
+ * <p>
4389
+ * An S3 location that is used to store files that have failed a direct upload.
4390
+ * </p>
4391
+ */
4392
+ fallbackLocation?: string;
3761
4393
  }
3762
4394
  /**
3763
4395
  * @public
@@ -3862,6 +4494,12 @@ export interface VariantImportJobItem {
3862
4494
  * <p>The job's left normalization setting.</p>
3863
4495
  */
3864
4496
  runLeftNormalization?: boolean;
4497
+ /**
4498
+ * <p>
4499
+ * The annotation schema generated by the parsed annotation data.
4500
+ * </p>
4501
+ */
4502
+ annotationFields?: Record<string, string>;
3865
4503
  }
3866
4504
  /**
3867
4505
  * @public
@@ -4024,6 +4662,12 @@ export interface WorkflowListItem {
4024
4662
  * <p>When the workflow was created.</p>
4025
4663
  */
4026
4664
  creationTime?: Date;
4665
+ /**
4666
+ * <p>
4667
+ * Any metadata available for workflow. The information listed may vary depending on the workflow, and there may also be no metadata to return.
4668
+ * </p>
4669
+ */
4670
+ metadata?: Record<string, string>;
4027
4671
  }
4028
4672
  /**
4029
4673
  * @public
@@ -4130,6 +4774,12 @@ export interface UpdateRunGroupRequest {
4130
4774
  * <p>A maximum run time for the group in minutes.</p>
4131
4775
  */
4132
4776
  maxDuration?: number;
4777
+ /**
4778
+ * <p>
4779
+ * The maximum GPUs that can be used by a run group.
4780
+ * </p>
4781
+ */
4782
+ maxGpus?: number;
4133
4783
  }
4134
4784
  /**
4135
4785
  * @public
@@ -4395,6 +5045,52 @@ export interface StartReadSetImportJobResponse {
4395
5045
  */
4396
5046
  creationTime: Date | undefined;
4397
5047
  }
5048
+ /**
5049
+ * @public
5050
+ */
5051
+ export interface UploadReadSetPartRequest {
5052
+ /**
5053
+ * <p>
5054
+ * The Sequence Store ID used for the multipart upload.
5055
+ * </p>
5056
+ */
5057
+ sequenceStoreId: string | undefined;
5058
+ /**
5059
+ * <p>
5060
+ * The ID for the initiated multipart upload.
5061
+ * </p>
5062
+ */
5063
+ uploadId: string | undefined;
5064
+ /**
5065
+ * <p>
5066
+ * The source file for an upload part.
5067
+ * </p>
5068
+ */
5069
+ partSource: ReadSetPartSource | string | undefined;
5070
+ /**
5071
+ * <p>
5072
+ * The number of the part being uploaded.
5073
+ * </p>
5074
+ */
5075
+ partNumber: number | undefined;
5076
+ /**
5077
+ * <p>
5078
+ * The read set data to upload for a part.
5079
+ * </p>
5080
+ */
5081
+ payload: Readable | ReadableStream | Blob | undefined;
5082
+ }
5083
+ /**
5084
+ * @public
5085
+ */
5086
+ export interface UploadReadSetPartResponse {
5087
+ /**
5088
+ * <p>
5089
+ * An identifier used to confirm that parts are being added to the intended upload.
5090
+ * </p>
5091
+ */
5092
+ checksum: string | undefined;
5093
+ }
4398
5094
  /**
4399
5095
  * @public
4400
5096
  */
@@ -4461,6 +5157,12 @@ export interface StartVariantImportRequest {
4461
5157
  * <p>The job's left normalization setting.</p>
4462
5158
  */
4463
5159
  runLeftNormalization?: boolean;
5160
+ /**
5161
+ * <p>
5162
+ * The annotation schema generated by the parsed annotation data.
5163
+ * </p>
5164
+ */
5165
+ annotationFields?: Record<string, string>;
4464
5166
  }
4465
5167
  /**
4466
5168
  * @public
@@ -4542,3 +5244,7 @@ export declare const GetReadSetResponseFilterSensitiveLog: (obj: GetReadSetRespo
4542
5244
  * @internal
4543
5245
  */
4544
5246
  export declare const GetReferenceResponseFilterSensitiveLog: (obj: GetReferenceResponse) => any;
5247
+ /**
5248
+ * @internal
5249
+ */
5250
+ export declare const UploadReadSetPartRequestFilterSensitiveLog: (obj: UploadReadSetPartRequest) => any;