aws-sdk 2.1597.0 → 2.1599.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. package/README.md +1 -1
  2. package/apis/batch-2016-08-10.min.json +47 -19
  3. package/apis/cloudformation-2010-05-15.min.json +54 -45
  4. package/apis/glue-2017-03-31.min.json +2 -0
  5. package/apis/healthlake-2017-07-01.min.json +21 -14
  6. package/apis/iam-2010-05-08.min.json +1 -2
  7. package/apis/kms-2014-11-01.examples.json +73 -8
  8. package/apis/kms-2014-11-01.min.json +71 -4
  9. package/apis/kms-2014-11-01.paginators.json +14 -0
  10. package/apis/medialive-2017-10-14.min.json +1992 -3
  11. package/apis/medialive-2017-10-14.paginators.json +30 -0
  12. package/apis/medialive-2017-10-14.waiters2.json +128 -0
  13. package/apis/mediatailor-2018-04-23.min.json +21 -17
  14. package/apis/monitoring-2010-08-01.min.json +36 -22
  15. package/apis/omics-2022-11-28.min.json +238 -221
  16. package/apis/redshift-2012-12-01.min.json +2 -1
  17. package/clients/batch.d.ts +50 -4
  18. package/clients/cloudformation.d.ts +36 -1
  19. package/clients/cloudfront.d.ts +60 -60
  20. package/clients/cloudwatch.d.ts +16 -1
  21. package/clients/codebuild.d.ts +1 -1
  22. package/clients/configservice.d.ts +4 -4
  23. package/clients/glue.d.ts +13 -5
  24. package/clients/healthlake.d.ts +17 -1
  25. package/clients/iam.d.ts +7 -7
  26. package/clients/iotfleethub.d.ts +19 -19
  27. package/clients/kms.d.ts +105 -12
  28. package/clients/medialive.d.ts +1419 -0
  29. package/clients/mediatailor.d.ts +17 -0
  30. package/clients/omics.d.ts +137 -94
  31. package/clients/outposts.d.ts +1 -1
  32. package/clients/rds.d.ts +10 -10
  33. package/clients/redshift.d.ts +4 -0
  34. package/clients/s3control.d.ts +36 -36
  35. package/clients/transfer.d.ts +4 -4
  36. package/dist/aws-sdk-core-react-native.js +1 -1
  37. package/dist/aws-sdk-react-native.js +15 -15
  38. package/dist/aws-sdk.js +181 -77
  39. package/dist/aws-sdk.min.js +66 -66
  40. package/lib/core.js +1 -1
  41. package/package.json +1 -1
@@ -14,11 +14,11 @@ declare class Omics extends Service {
14
14
  constructor(options?: Omics.Types.ClientConfiguration)
15
15
  config: Config & Omics.Types.ClientConfiguration;
16
16
  /**
17
- * Stops a multipart upload.
17
+ * Stops a multipart upload.
18
18
  */
19
19
  abortMultipartReadSetUpload(params: Omics.Types.AbortMultipartReadSetUploadRequest, callback?: (err: AWSError, data: Omics.Types.AbortMultipartReadSetUploadResponse) => void): Request<Omics.Types.AbortMultipartReadSetUploadResponse, AWSError>;
20
20
  /**
21
- * Stops a multipart upload.
21
+ * Stops a multipart upload.
22
22
  */
23
23
  abortMultipartReadSetUpload(callback?: (err: AWSError, data: Omics.Types.AbortMultipartReadSetUploadResponse) => void): Request<Omics.Types.AbortMultipartReadSetUploadResponse, AWSError>;
24
24
  /**
@@ -62,11 +62,11 @@ declare class Omics extends Service {
62
62
  */
63
63
  cancelVariantImportJob(callback?: (err: AWSError, data: Omics.Types.CancelVariantImportResponse) => void): Request<Omics.Types.CancelVariantImportResponse, AWSError>;
64
64
  /**
65
- * Concludes a multipart upload once you have uploaded all the components.
65
+ * Concludes a multipart upload once you have uploaded all the components.
66
66
  */
67
67
  completeMultipartReadSetUpload(params: Omics.Types.CompleteMultipartReadSetUploadRequest, callback?: (err: AWSError, data: Omics.Types.CompleteMultipartReadSetUploadResponse) => void): Request<Omics.Types.CompleteMultipartReadSetUploadResponse, AWSError>;
68
68
  /**
69
- * Concludes a multipart upload once you have uploaded all the components.
69
+ * Concludes a multipart upload once you have uploaded all the components.
70
70
  */
71
71
  completeMultipartReadSetUpload(callback?: (err: AWSError, data: Omics.Types.CompleteMultipartReadSetUploadResponse) => void): Request<Omics.Types.CompleteMultipartReadSetUploadResponse, AWSError>;
72
72
  /**
@@ -86,11 +86,11 @@ declare class Omics extends Service {
86
86
  */
87
87
  createAnnotationStoreVersion(callback?: (err: AWSError, data: Omics.Types.CreateAnnotationStoreVersionResponse) => void): Request<Omics.Types.CreateAnnotationStoreVersionResponse, AWSError>;
88
88
  /**
89
- * Begins a multipart read set upload.
89
+ * Begins a multipart read set upload.
90
90
  */
91
91
  createMultipartReadSetUpload(params: Omics.Types.CreateMultipartReadSetUploadRequest, callback?: (err: AWSError, data: Omics.Types.CreateMultipartReadSetUploadResponse) => void): Request<Omics.Types.CreateMultipartReadSetUploadResponse, AWSError>;
92
92
  /**
93
- * Begins a multipart read set upload.
93
+ * Begins a multipart read set upload.
94
94
  */
95
95
  createMultipartReadSetUpload(callback?: (err: AWSError, data: Omics.Types.CreateMultipartReadSetUploadResponse) => void): Request<Omics.Types.CreateMultipartReadSetUploadResponse, AWSError>;
96
96
  /**
@@ -406,11 +406,11 @@ declare class Omics extends Service {
406
406
  */
407
407
  listAnnotationStores(callback?: (err: AWSError, data: Omics.Types.ListAnnotationStoresResponse) => void): Request<Omics.Types.ListAnnotationStoresResponse, AWSError>;
408
408
  /**
409
- * Lists multipart read set uploads and for in progress uploads. Once the upload is completed, a read set is created and the upload will no longer be returned in the respone.
409
+ * Lists multipart read set uploads and for in progress uploads. Once the upload is completed, a read set is created and the upload will no longer be returned in the response.
410
410
  */
411
411
  listMultipartReadSetUploads(params: Omics.Types.ListMultipartReadSetUploadsRequest, callback?: (err: AWSError, data: Omics.Types.ListMultipartReadSetUploadsResponse) => void): Request<Omics.Types.ListMultipartReadSetUploadsResponse, AWSError>;
412
412
  /**
413
- * Lists multipart read set uploads and for in progress uploads. Once the upload is completed, a read set is created and the upload will no longer be returned in the respone.
413
+ * Lists multipart read set uploads and for in progress uploads. Once the upload is completed, a read set is created and the upload will no longer be returned in the response.
414
414
  */
415
415
  listMultipartReadSetUploads(callback?: (err: AWSError, data: Omics.Types.ListMultipartReadSetUploadsResponse) => void): Request<Omics.Types.ListMultipartReadSetUploadsResponse, AWSError>;
416
416
  /**
@@ -438,11 +438,11 @@ declare class Omics extends Service {
438
438
  */
439
439
  listReadSetImportJobs(callback?: (err: AWSError, data: Omics.Types.ListReadSetImportJobsResponse) => void): Request<Omics.Types.ListReadSetImportJobsResponse, AWSError>;
440
440
  /**
441
- * This operation will list all parts in a requested multipart upload for a sequence store.
441
+ * This operation will list all parts in a requested multipart upload for a sequence store.
442
442
  */
443
443
  listReadSetUploadParts(params: Omics.Types.ListReadSetUploadPartsRequest, callback?: (err: AWSError, data: Omics.Types.ListReadSetUploadPartsResponse) => void): Request<Omics.Types.ListReadSetUploadPartsResponse, AWSError>;
444
444
  /**
445
- * This operation will list all parts in a requested multipart upload for a sequence store.
445
+ * This operation will list all parts in a requested multipart upload for a sequence store.
446
446
  */
447
447
  listReadSetUploadParts(callback?: (err: AWSError, data: Omics.Types.ListReadSetUploadPartsResponse) => void): Request<Omics.Types.ListReadSetUploadPartsResponse, AWSError>;
448
448
  /**
@@ -662,11 +662,11 @@ declare class Omics extends Service {
662
662
  */
663
663
  updateWorkflow(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
664
664
  /**
665
- * This operation uploads a specific part of a read set. If you upload a new part using a previously used part number, the previously uploaded part will be overwritten.
665
+ * This operation uploads a specific part of a read set. If you upload a new part using a previously used part number, the previously uploaded part will be overwritten.
666
666
  */
667
667
  uploadReadSetPart(params: Omics.Types.UploadReadSetPartRequest, callback?: (err: AWSError, data: Omics.Types.UploadReadSetPartResponse) => void): Request<Omics.Types.UploadReadSetPartResponse, AWSError>;
668
668
  /**
669
- * This operation uploads a specific part of a read set. If you upload a new part using a previously used part number, the previously uploaded part will be overwritten.
669
+ * This operation uploads a specific part of a read set. If you upload a new part using a previously used part number, the previously uploaded part will be overwritten.
670
670
  */
671
671
  uploadReadSetPart(callback?: (err: AWSError, data: Omics.Types.UploadReadSetPartResponse) => void): Request<Omics.Types.UploadReadSetPartResponse, AWSError>;
672
672
  /**
@@ -809,11 +809,11 @@ declare class Omics extends Service {
809
809
  declare namespace Omics {
810
810
  export interface AbortMultipartReadSetUploadRequest {
811
811
  /**
812
- * The sequence store ID for the store involved in the multipart upload.
812
+ * The sequence store ID for the store involved in the multipart upload.
813
813
  */
814
814
  sequenceStoreId: SequenceStoreId;
815
815
  /**
816
- * The ID for the multipart upload.
816
+ * The ID for the multipart upload.
817
817
  */
818
818
  uploadId: UploadId;
819
819
  }
@@ -1094,21 +1094,21 @@ declare namespace Omics {
1094
1094
  export type CommentChar = string;
1095
1095
  export interface CompleteMultipartReadSetUploadRequest {
1096
1096
  /**
1097
- * The sequence store ID for the store involved in the multipart upload.
1097
+ * The sequence store ID for the store involved in the multipart upload.
1098
1098
  */
1099
1099
  sequenceStoreId: SequenceStoreId;
1100
1100
  /**
1101
- * The ID for the multipart upload.
1101
+ * The ID for the multipart upload.
1102
1102
  */
1103
1103
  uploadId: UploadId;
1104
1104
  /**
1105
- * The individual uploads or parts of a multipart upload.
1105
+ * The individual uploads or parts of a multipart upload.
1106
1106
  */
1107
1107
  parts: CompleteReadSetUploadPartList;
1108
1108
  }
1109
1109
  export interface CompleteMultipartReadSetUploadResponse {
1110
1110
  /**
1111
- * The read set ID created for an uploaded read set.
1111
+ * The read set ID created for an uploaded read set.
1112
1112
  */
1113
1113
  readSetId: ReadSetId;
1114
1114
  }
@@ -1125,8 +1125,9 @@ declare namespace Omics {
1125
1125
  /**
1126
1126
  * A unique identifier used to confirm that parts are being added to the correct upload.
1127
1127
  */
1128
- checksum: String;
1128
+ checksum: CompleteReadSetUploadPartListItemChecksumString;
1129
1129
  }
1130
+ export type CompleteReadSetUploadPartListItemChecksumString = string;
1130
1131
  export type CompleteReadSetUploadPartListItemPartNumberInteger = number;
1131
1132
  export type CompletionTime = Date;
1132
1133
  export interface CreateAnnotationStoreRequest {
@@ -1251,89 +1252,89 @@ declare namespace Omics {
1251
1252
  }
1252
1253
  export interface CreateMultipartReadSetUploadRequest {
1253
1254
  /**
1254
- * The sequence store ID for the store that is the destination of the multipart uploads.
1255
+ * The sequence store ID for the store that is the destination of the multipart uploads.
1255
1256
  */
1256
1257
  sequenceStoreId: SequenceStoreId;
1257
1258
  /**
1258
- * An idempotency token that can be used to avoid triggering multiple multipart uploads.
1259
+ * An idempotency token that can be used to avoid triggering multiple multipart uploads.
1259
1260
  */
1260
1261
  clientToken?: ClientToken;
1261
1262
  /**
1262
- * The type of file being uploaded.
1263
+ * The type of file being uploaded.
1263
1264
  */
1264
1265
  sourceFileType: FileType;
1265
1266
  /**
1266
- * The source's subject ID.
1267
+ * The source's subject ID.
1267
1268
  */
1268
1269
  subjectId: SubjectId;
1269
1270
  /**
1270
- * The source's sample ID.
1271
+ * The source's sample ID.
1271
1272
  */
1272
1273
  sampleId: SampleId;
1273
1274
  /**
1274
- * Where the source originated.
1275
+ * Where the source originated.
1275
1276
  */
1276
1277
  generatedFrom?: GeneratedFrom;
1277
1278
  /**
1278
- * The ARN of the reference.
1279
+ * The ARN of the reference.
1279
1280
  */
1280
1281
  referenceArn?: ReferenceArn;
1281
1282
  /**
1282
- * The name of the read set.
1283
+ * The name of the read set.
1283
1284
  */
1284
1285
  name: ReadSetName;
1285
1286
  /**
1286
- * The description of the read set.
1287
+ * The description of the read set.
1287
1288
  */
1288
1289
  description?: ReadSetDescription;
1289
1290
  /**
1290
- * Any tags to add to the read set.
1291
+ * Any tags to add to the read set.
1291
1292
  */
1292
1293
  tags?: TagMap;
1293
1294
  }
1294
1295
  export interface CreateMultipartReadSetUploadResponse {
1295
1296
  /**
1296
- * The sequence store ID for the store that the read set will be created in.
1297
+ * The sequence store ID for the store that the read set will be created in.
1297
1298
  */
1298
1299
  sequenceStoreId: SequenceStoreId;
1299
1300
  /**
1300
- * he ID for the initiated multipart upload.
1301
+ * The ID for the initiated multipart upload.
1301
1302
  */
1302
1303
  uploadId: UploadId;
1303
1304
  /**
1304
- * The file type of the read set source.
1305
+ * The file type of the read set source.
1305
1306
  */
1306
1307
  sourceFileType: FileType;
1307
1308
  /**
1308
- * The source's subject ID.
1309
+ * The source's subject ID.
1309
1310
  */
1310
1311
  subjectId: SubjectId;
1311
1312
  /**
1312
- * The source's sample ID.
1313
+ * The source's sample ID.
1313
1314
  */
1314
1315
  sampleId: SampleId;
1315
1316
  /**
1316
- * The source of the read set.
1317
+ * The source of the read set.
1317
1318
  */
1318
1319
  generatedFrom?: GeneratedFrom;
1319
1320
  /**
1320
- * The read set source's reference ARN.
1321
+ * The read set source's reference ARN.
1321
1322
  */
1322
1323
  referenceArn: ReferenceArn;
1323
1324
  /**
1324
- * The name of the read set.
1325
+ * The name of the read set.
1325
1326
  */
1326
1327
  name?: ReadSetName;
1327
1328
  /**
1328
- * The description of the read set.
1329
+ * The description of the read set.
1329
1330
  */
1330
1331
  description?: ReadSetDescription;
1331
1332
  /**
1332
- * The tags to add to the read set.
1333
+ * The tags to add to the read set.
1333
1334
  */
1334
1335
  tags?: TagMap;
1335
1336
  /**
1336
- * The creation time of the multipart upload.
1337
+ * The creation time of the multipart upload.
1337
1338
  */
1338
1339
  creationTime: SyntheticTimestamp_date_time;
1339
1340
  }
@@ -1411,7 +1412,7 @@ declare namespace Omics {
1411
1412
  */
1412
1413
  requestId: RunGroupRequestId;
1413
1414
  /**
1414
- * The maximum GPUs that can be used by a run group.
1415
+ * The maximum GPUs that can be used by a run group.
1415
1416
  */
1416
1417
  maxGpus?: CreateRunGroupRequestMaxGpusInteger;
1417
1418
  }
@@ -1455,9 +1456,13 @@ declare namespace Omics {
1455
1456
  */
1456
1457
  clientToken?: ClientToken;
1457
1458
  /**
1458
- * An S3 location that is used to store files that have failed a direct upload.
1459
+ * An S3 location that is used to store files that have failed a direct upload.
1459
1460
  */
1460
1461
  fallbackLocation?: S3Destination;
1462
+ /**
1463
+ * The ETag algorithm family to use for ingested read sets.
1464
+ */
1465
+ eTagAlgorithmFamily?: ETagAlgorithmFamily;
1461
1466
  }
1462
1467
  export interface CreateSequenceStoreResponse {
1463
1468
  /**
@@ -1485,9 +1490,13 @@ declare namespace Omics {
1485
1490
  */
1486
1491
  creationTime: SyntheticTimestamp_date_time;
1487
1492
  /**
1488
- * An S3 location that is used to store files that have failed a direct upload.
1493
+ * An S3 location that is used to store files that have failed a direct upload.
1489
1494
  */
1490
1495
  fallbackLocation?: S3Destination;
1496
+ /**
1497
+ * The algorithm family of the ETag.
1498
+ */
1499
+ eTagAlgorithmFamily?: ETagAlgorithmFamily;
1491
1500
  }
1492
1501
  export interface CreateShareRequest {
1493
1502
  /**
@@ -1603,7 +1612,7 @@ declare namespace Omics {
1603
1612
  */
1604
1613
  requestId: WorkflowRequestId;
1605
1614
  /**
1606
- * The computational accelerator specified to run the workflow.
1615
+ * The computational accelerator specified to run the workflow.
1607
1616
  */
1608
1617
  accelerators?: Accelerators;
1609
1618
  }
@@ -1741,19 +1750,20 @@ declare namespace Omics {
1741
1750
  export type Description = string;
1742
1751
  export interface ETag {
1743
1752
  /**
1744
- * The algorithm used to calculate the read set’s ETag(s).
1753
+ * The algorithm used to calculate the read set’s ETag(s).
1745
1754
  */
1746
1755
  algorithm?: ETagAlgorithm;
1747
1756
  /**
1748
- * The ETag hash calculated on Source1 of the read set.
1757
+ * The ETag hash calculated on Source1 of the read set.
1749
1758
  */
1750
1759
  source1?: String;
1751
1760
  /**
1752
- * The ETag hash calculated on Source2 of the read set.
1761
+ * The ETag hash calculated on Source2 of the read set.
1753
1762
  */
1754
1763
  source2?: String;
1755
1764
  }
1756
- export type ETagAlgorithm = "FASTQ_MD5up"|"BAM_MD5up"|"CRAM_MD5up"|string;
1765
+ export type ETagAlgorithm = "FASTQ_MD5up"|"BAM_MD5up"|"CRAM_MD5up"|"FASTQ_SHA256up"|"BAM_SHA256up"|"CRAM_SHA256up"|"FASTQ_SHA512up"|"BAM_SHA512up"|"CRAM_SHA512up"|string;
1766
+ export type ETagAlgorithmFamily = "MD5up"|"SHA256up"|"SHA512up"|string;
1757
1767
  export type Encoding = string;
1758
1768
  export type EncryptionType = "KMS"|string;
1759
1769
  export type EngineLogStream = string;
@@ -1835,6 +1845,10 @@ declare namespace Omics {
1835
1845
  * The file's content length.
1836
1846
  */
1837
1847
  contentLength?: FileInformationContentLengthLong;
1848
+ /**
1849
+ * The S3 URI metadata of a sequence store.
1850
+ */
1851
+ s3Access?: ReadSetS3Access;
1838
1852
  }
1839
1853
  export type FileInformationContentLengthLong = number;
1840
1854
  export type FileInformationPartSizeLong = number;
@@ -1917,7 +1931,7 @@ declare namespace Omics {
1917
1931
  runLeftNormalization: RunLeftNormalization;
1918
1932
  formatOptions: FormatOptions;
1919
1933
  /**
1920
- * The annotation schema generated by the parsed annotation data.
1934
+ * The annotation schema generated by the parsed annotation data.
1921
1935
  */
1922
1936
  annotationFields?: AnnotationFieldMap;
1923
1937
  }
@@ -2245,7 +2259,7 @@ declare namespace Omics {
2245
2259
  */
2246
2260
  files?: ReadSetFiles;
2247
2261
  /**
2248
- * The status message for a read set. It provides more detail as to why the read set has a status.
2262
+ * The status message for a read set. It provides more detail as to why the read set has a status.
2249
2263
  */
2250
2264
  statusMessage?: ReadSetStatusMessage;
2251
2265
  /**
@@ -2253,7 +2267,7 @@ declare namespace Omics {
2253
2267
  */
2254
2268
  creationType?: CreationType;
2255
2269
  /**
2256
- * The entity tag (ETag) is a hash of the object meant to represent its semantic content.
2270
+ * The entity tag (ETag) is a hash of the object meant to represent its semantic content.
2257
2271
  */
2258
2272
  etag?: ETag;
2259
2273
  }
@@ -2479,7 +2493,7 @@ declare namespace Omics {
2479
2493
  */
2480
2494
  tags?: TagMap;
2481
2495
  /**
2482
- * The maximum GPUs that can be used by a run group.
2496
+ * The maximum GPUs that can be used by a run group.
2483
2497
  */
2484
2498
  maxGpus?: GetRunGroupResponseMaxGpusInteger;
2485
2499
  }
@@ -2591,7 +2605,7 @@ declare namespace Omics {
2591
2605
  */
2592
2606
  tags?: TagMap;
2593
2607
  /**
2594
- * The computational accelerator used to run the workflow.
2608
+ * The computational accelerator used to run the workflow.
2595
2609
  */
2596
2610
  accelerators?: Accelerators;
2597
2611
  /**
@@ -2599,19 +2613,19 @@ declare namespace Omics {
2599
2613
  */
2600
2614
  retentionMode?: RunRetentionMode;
2601
2615
  /**
2602
- * The reason a run has failed.
2616
+ * The reason a run has failed.
2603
2617
  */
2604
2618
  failureReason?: RunFailureReason;
2605
2619
  /**
2606
- * The location of the run log.
2620
+ * The location of the run log.
2607
2621
  */
2608
2622
  logLocation?: RunLogLocation;
2609
2623
  /**
2610
- * The universally unique identifier for a run.
2624
+ * The universally unique identifier for a run.
2611
2625
  */
2612
2626
  uuid?: RunUuid;
2613
2627
  /**
2614
- * The destination for workflow outputs.
2628
+ * The destination for workflow outputs.
2615
2629
  */
2616
2630
  runOutputUri?: RunOutputUri;
2617
2631
  }
@@ -2669,15 +2683,15 @@ declare namespace Omics {
2669
2683
  */
2670
2684
  logStream?: TaskLogStream;
2671
2685
  /**
2672
- * The number of Graphics Processing Units (GPU) specified in the task.
2686
+ * The number of Graphics Processing Units (GPU) specified in the task.
2673
2687
  */
2674
2688
  gpus?: GetRunTaskResponseGpusInteger;
2675
2689
  /**
2676
- * The instance type for a task.
2690
+ * The instance type for a task.
2677
2691
  */
2678
2692
  instanceType?: TaskInstanceType;
2679
2693
  /**
2680
- * The reason a task has failed.
2694
+ * The reason a task has failed.
2681
2695
  */
2682
2696
  failureReason?: TaskFailureReason;
2683
2697
  }
@@ -2716,9 +2730,17 @@ declare namespace Omics {
2716
2730
  */
2717
2731
  creationTime: SyntheticTimestamp_date_time;
2718
2732
  /**
2719
- * An S3 location that is used to store files that have failed a direct upload.
2733
+ * An S3 location that is used to store files that have failed a direct upload.
2720
2734
  */
2721
2735
  fallbackLocation?: S3Destination;
2736
+ /**
2737
+ * The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.
2738
+ */
2739
+ s3Access?: SequenceStoreS3Access;
2740
+ /**
2741
+ * The algorithm family of the ETag.
2742
+ */
2743
+ eTagAlgorithmFamily?: ETagAlgorithmFamily;
2722
2744
  }
2723
2745
  export interface GetShareRequest {
2724
2746
  /**
@@ -2780,7 +2802,7 @@ declare namespace Omics {
2780
2802
  */
2781
2803
  runLeftNormalization: RunLeftNormalization;
2782
2804
  /**
2783
- * The annotation schema generated by the parsed annotation data.
2805
+ * The annotation schema generated by the parsed annotation data.
2784
2806
  */
2785
2807
  annotationFields?: AnnotationFieldMap;
2786
2808
  }
@@ -2916,11 +2938,11 @@ declare namespace Omics {
2916
2938
  */
2917
2939
  tags?: TagMap;
2918
2940
  /**
2919
- * Gets metadata for workflow.
2941
+ * Gets metadata for workflow.
2920
2942
  */
2921
2943
  metadata?: WorkflowMetadata;
2922
2944
  /**
2923
- * The computational accelerator specified to run the workflow.
2945
+ * The computational accelerator specified to run the workflow.
2924
2946
  */
2925
2947
  accelerators?: Accelerators;
2926
2948
  }
@@ -3204,26 +3226,26 @@ declare namespace Omics {
3204
3226
  }
3205
3227
  export interface ListMultipartReadSetUploadsRequest {
3206
3228
  /**
3207
- * The Sequence Store ID used for the multipart uploads.
3229
+ * The Sequence Store ID used for the multipart uploads.
3208
3230
  */
3209
3231
  sequenceStoreId: SequenceStoreId;
3210
3232
  /**
3211
- * The maximum number of multipart uploads returned in a page.
3233
+ * The maximum number of multipart uploads returned in a page.
3212
3234
  */
3213
3235
  maxResults?: ListMultipartReadSetUploadsRequestMaxResultsInteger;
3214
3236
  /**
3215
- * Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next page of results.
3237
+ * Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next page of results.
3216
3238
  */
3217
3239
  nextToken?: NextToken;
3218
3240
  }
3219
3241
  export type ListMultipartReadSetUploadsRequestMaxResultsInteger = number;
3220
3242
  export interface ListMultipartReadSetUploadsResponse {
3221
3243
  /**
3222
- * Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next page of results.
3244
+ * Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next page of results.
3223
3245
  */
3224
3246
  nextToken?: NextToken;
3225
3247
  /**
3226
- * An array of multipart uploads.
3248
+ * An array of multipart uploads.
3227
3249
  */
3228
3250
  uploads?: MultipartReadSetUploadList;
3229
3251
  }
@@ -3316,38 +3338,38 @@ declare namespace Omics {
3316
3338
  }
3317
3339
  export interface ListReadSetUploadPartsRequest {
3318
3340
  /**
3319
- * The Sequence Store ID used for the multipart uploads.
3341
+ * The Sequence Store ID used for the multipart uploads.
3320
3342
  */
3321
3343
  sequenceStoreId: SequenceStoreId;
3322
3344
  /**
3323
- * The ID for the initiated multipart upload.
3345
+ * The ID for the initiated multipart upload.
3324
3346
  */
3325
3347
  uploadId: UploadId;
3326
3348
  /**
3327
- * The source file for the upload part.
3349
+ * The source file for the upload part.
3328
3350
  */
3329
3351
  partSource: ReadSetPartSource;
3330
3352
  /**
3331
- * The maximum number of read set upload parts returned in a page.
3353
+ * The maximum number of read set upload parts returned in a page.
3332
3354
  */
3333
3355
  maxResults?: ListReadSetUploadPartsRequestMaxResultsInteger;
3334
3356
  /**
3335
- * Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next page of results.
3357
+ * Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next page of results.
3336
3358
  */
3337
3359
  nextToken?: NextToken;
3338
3360
  /**
3339
- * Attributes used to filter for a specific subset of read set part uploads.
3361
+ * Attributes used to filter for a specific subset of read set part uploads.
3340
3362
  */
3341
3363
  filter?: ReadSetUploadPartListFilter;
3342
3364
  }
3343
3365
  export type ListReadSetUploadPartsRequestMaxResultsInteger = number;
3344
3366
  export interface ListReadSetUploadPartsResponse {
3345
3367
  /**
3346
- * Next token returned in the response of a previous ListReadSetUploadParts call. Used to get the next page of results.
3368
+ * Next token returned in the response of a previous ListReadSetUploadParts call. Used to get the next page of results.
3347
3369
  */
3348
3370
  nextToken?: NextToken;
3349
3371
  /**
3350
- * An array of upload parts.
3372
+ * An array of upload parts.
3351
3373
  */
3352
3374
  parts?: ReadSetUploadPartList;
3353
3375
  }
@@ -3535,7 +3557,7 @@ declare namespace Omics {
3535
3557
  */
3536
3558
  maxResults?: ListRunsRequestMaxResultsInteger;
3537
3559
  /**
3538
- * The status of a run.
3560
+ * The status of a run.
3539
3561
  */
3540
3562
  status?: RunStatus;
3541
3563
  }
@@ -3948,13 +3970,19 @@ declare namespace Omics {
3948
3970
  */
3949
3971
  creationType?: CreationType;
3950
3972
  /**
3951
- * The entity tag (ETag) is a hash of the object representing its semantic content.
3973
+ * The entity tag (ETag) is a hash of the object representing its semantic content.
3952
3974
  */
3953
3975
  etag?: ETag;
3954
3976
  }
3955
3977
  export type ReadSetName = string;
3956
3978
  export type ReadSetPartSource = "SOURCE1"|"SOURCE2"|string;
3957
3979
  export type ReadSetPartStreamingBlob = Buffer|Uint8Array|Blob|string|Readable;
3980
+ export interface ReadSetS3Access {
3981
+ /**
3982
+ * The S3 URI for each read set file.
3983
+ */
3984
+ s3Uri?: S3Uri;
3985
+ }
3958
3986
  export type ReadSetStatus = "ARCHIVED"|"ACTIVATING"|"ACTIVE"|"DELETING"|"DELETED"|"PROCESSING_UPLOAD"|"UPLOAD_FAILED"|string;
3959
3987
  export type ReadSetStatusMessage = string;
3960
3988
  export type ReadSetStreamingBlob = Buffer|Uint8Array|Blob|string|Readable;
@@ -4229,11 +4257,11 @@ declare namespace Omics {
4229
4257
  export type RunLogLevel = "OFF"|"FATAL"|"ERROR"|"ALL"|string;
4230
4258
  export interface RunLogLocation {
4231
4259
  /**
4232
- * The log stream ARN for the engine log.
4260
+ * The log stream ARN for the engine log.
4233
4261
  */
4234
4262
  engineLogStream?: EngineLogStream;
4235
4263
  /**
4236
- * The log stream ARN for the run log.
4264
+ * The log stream ARN for the run log.
4237
4265
  */
4238
4266
  runLogStream?: RunLogStream;
4239
4267
  }
@@ -4253,6 +4281,7 @@ declare namespace Omics {
4253
4281
  export type RunStatusMessage = string;
4254
4282
  export type RunTimestamp = Date;
4255
4283
  export type RunUuid = string;
4284
+ export type S3AccessPointArn = string;
4256
4285
  export type S3Destination = string;
4257
4286
  export type S3Uri = string;
4258
4287
  export type SampleId = string;
@@ -4309,6 +4338,10 @@ declare namespace Omics {
4309
4338
  * An S3 location that is used to store files that have failed a direct upload.
4310
4339
  */
4311
4340
  fallbackLocation?: S3Destination;
4341
+ /**
4342
+ * The algorithm family of the ETag.
4343
+ */
4344
+ eTagAlgorithmFamily?: ETagAlgorithmFamily;
4312
4345
  }
4313
4346
  export type SequenceStoreDetailList = SequenceStoreDetail[];
4314
4347
  export interface SequenceStoreFilter {
@@ -4327,6 +4360,16 @@ declare namespace Omics {
4327
4360
  }
4328
4361
  export type SequenceStoreId = string;
4329
4362
  export type SequenceStoreName = string;
4363
+ export interface SequenceStoreS3Access {
4364
+ /**
4365
+ * The S3 URI of the sequence store.
4366
+ */
4367
+ s3Uri?: S3Uri;
4368
+ /**
4369
+ * This is ARN of the access point associated with the S3 bucket storing read sets.
4370
+ */
4371
+ s3AccessPointArn?: S3AccessPointArn;
4372
+ }
4330
4373
  export interface ShareDetails {
4331
4374
  /**
4332
4375
  * The ID for a share offer for an analytics store .
@@ -4415,7 +4458,7 @@ declare namespace Omics {
4415
4458
  */
4416
4459
  runLeftNormalization?: RunLeftNormalization;
4417
4460
  /**
4418
- * The annotation schema generated by the parsed annotation data.
4461
+ * The annotation schema generated by the parsed annotation data.
4419
4462
  */
4420
4463
  annotationFields?: AnnotationFieldMap;
4421
4464
  }
@@ -4681,7 +4724,7 @@ declare namespace Omics {
4681
4724
  */
4682
4725
  parameters?: RunParameters;
4683
4726
  /**
4684
- * A storage capacity for the run in gigabytes.
4727
+ * A storage capacity for the run in gibibytes.
4685
4728
  */
4686
4729
  storageCapacity?: StartRunRequestStorageCapacityInteger;
4687
4730
  /**
@@ -4725,11 +4768,11 @@ declare namespace Omics {
4725
4768
  */
4726
4769
  tags?: TagMap;
4727
4770
  /**
4728
- * The universally unique identifier for a run.
4771
+ * The universally unique identifier for a run.
4729
4772
  */
4730
4773
  uuid?: RunUuid;
4731
4774
  /**
4732
- * The destination for workflow outputs.
4775
+ * The destination for workflow outputs.
4733
4776
  */
4734
4777
  runOutputUri?: RunOutputUri;
4735
4778
  }
@@ -4751,7 +4794,7 @@ declare namespace Omics {
4751
4794
  */
4752
4795
  runLeftNormalization?: RunLeftNormalization;
4753
4796
  /**
4754
- * The annotation schema generated by the parsed annotation data.
4797
+ * The annotation schema generated by the parsed annotation data.
4755
4798
  */
4756
4799
  annotationFields?: AnnotationFieldMap;
4757
4800
  }
@@ -4835,7 +4878,7 @@ declare namespace Omics {
4835
4878
  */
4836
4879
  gpus?: TaskListItemGpusInteger;
4837
4880
  /**
4838
- * The instance type for a task.
4881
+ * The instance type for a task.
4839
4882
  */
4840
4883
  instanceType?: TaskInstanceType;
4841
4884
  }
@@ -5014,7 +5057,7 @@ declare namespace Omics {
5014
5057
  */
5015
5058
  maxDuration?: UpdateRunGroupRequestMaxDurationInteger;
5016
5059
  /**
5017
- * The maximum GPUs that can be used by a run group.
5060
+ * The maximum GPUs that can be used by a run group.
5018
5061
  */
5019
5062
  maxGpus?: UpdateRunGroupRequestMaxGpusInteger;
5020
5063
  }
@@ -5080,30 +5123,30 @@ declare namespace Omics {
5080
5123
  export type UploadId = string;
5081
5124
  export interface UploadReadSetPartRequest {
5082
5125
  /**
5083
- * The Sequence Store ID used for the multipart upload.
5126
+ * The Sequence Store ID used for the multipart upload.
5084
5127
  */
5085
5128
  sequenceStoreId: SequenceStoreId;
5086
5129
  /**
5087
- * The ID for the initiated multipart upload.
5130
+ * The ID for the initiated multipart upload.
5088
5131
  */
5089
5132
  uploadId: UploadId;
5090
5133
  /**
5091
- * The source file for an upload part.
5134
+ * The source file for an upload part.
5092
5135
  */
5093
5136
  partSource: ReadSetPartSource;
5094
5137
  /**
5095
- * The number of the part being uploaded.
5138
+ * The number of the part being uploaded.
5096
5139
  */
5097
5140
  partNumber: UploadReadSetPartRequestPartNumberInteger;
5098
5141
  /**
5099
- * The read set data to upload for a part.
5142
+ * The read set data to upload for a part.
5100
5143
  */
5101
5144
  payload: ReadSetPartStreamingBlob;
5102
5145
  }
5103
5146
  export type UploadReadSetPartRequestPartNumberInteger = number;
5104
5147
  export interface UploadReadSetPartResponse {
5105
5148
  /**
5106
- * An identifier used to confirm that parts are being added to the intended upload.
5149
+ * An identifier used to confirm that parts are being added to the intended upload.
5107
5150
  */
5108
5151
  checksum: String;
5109
5152
  }