@aws-sdk/client-omics 3.552.0 → 3.556.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.
package/dist-cjs/index.js CHANGED
@@ -53,6 +53,7 @@ __export(src_exports, {
53
53
  DeleteVariantStoreCommand: () => DeleteVariantStoreCommand,
54
54
  DeleteWorkflowCommand: () => DeleteWorkflowCommand,
55
55
  ETagAlgorithm: () => ETagAlgorithm,
56
+ ETagAlgorithmFamily: () => ETagAlgorithmFamily,
56
57
  EncryptionType: () => EncryptionType,
57
58
  FileType: () => FileType,
58
59
  FormatOptions: () => FormatOptions,
@@ -790,6 +791,11 @@ var FileType = {
790
791
  FASTQ: "FASTQ",
791
792
  UBAM: "UBAM"
792
793
  };
794
+ var ETagAlgorithmFamily = {
795
+ MD5UP: "MD5up",
796
+ SHA256UP: "SHA256up",
797
+ SHA512UP: "SHA512up"
798
+ };
793
799
  var WorkflowEngine = {
794
800
  CWL: "CWL",
795
801
  NEXTFLOW: "NEXTFLOW",
@@ -809,8 +815,14 @@ var CreationType = {
809
815
  };
810
816
  var ETagAlgorithm = {
811
817
  BAM_MD5UP: "BAM_MD5up",
818
+ BAM_SHA256UP: "BAM_SHA256up",
819
+ BAM_SHA512UP: "BAM_SHA512up",
812
820
  CRAM_MD5UP: "CRAM_MD5up",
813
- FASTQ_MD5UP: "FASTQ_MD5up"
821
+ CRAM_SHA256UP: "CRAM_SHA256up",
822
+ CRAM_SHA512UP: "CRAM_SHA512up",
823
+ FASTQ_MD5UP: "FASTQ_MD5up",
824
+ FASTQ_SHA256UP: "FASTQ_SHA256up",
825
+ FASTQ_SHA512UP: "FASTQ_SHA512up"
814
826
  };
815
827
  var ReadSetExportJobItemStatus = {
816
828
  FAILED: "FAILED",
@@ -1249,6 +1261,7 @@ var se_CreateSequenceStoreCommand = /* @__PURE__ */ __name(async (input, context
1249
1261
  (0, import_smithy_client.take)(input, {
1250
1262
  clientToken: [],
1251
1263
  description: [],
1264
+ eTagAlgorithmFamily: [],
1252
1265
  fallbackLocation: [],
1253
1266
  name: [],
1254
1267
  sseConfig: (_) => (0, import_smithy_client._json)(_),
@@ -3042,6 +3055,7 @@ var de_CreateSequenceStoreCommand = /* @__PURE__ */ __name(async (output, contex
3042
3055
  arn: import_smithy_client.expectString,
3043
3056
  creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3044
3057
  description: import_smithy_client.expectString,
3058
+ eTagAlgorithmFamily: import_smithy_client.expectString,
3045
3059
  fallbackLocation: import_smithy_client.expectString,
3046
3060
  id: import_smithy_client.expectString,
3047
3061
  name: import_smithy_client.expectString,
@@ -3577,9 +3591,11 @@ var de_GetSequenceStoreCommand = /* @__PURE__ */ __name(async (output, context)
3577
3591
  arn: import_smithy_client.expectString,
3578
3592
  creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3579
3593
  description: import_smithy_client.expectString,
3594
+ eTagAlgorithmFamily: import_smithy_client.expectString,
3580
3595
  fallbackLocation: import_smithy_client.expectString,
3581
3596
  id: import_smithy_client.expectString,
3582
3597
  name: import_smithy_client.expectString,
3598
+ s3Access: import_smithy_client._json,
3583
3599
  sseConfig: import_smithy_client._json
3584
3600
  });
3585
3601
  Object.assign(contents, doc);
@@ -4745,6 +4761,7 @@ var de_SequenceStoreDetail = /* @__PURE__ */ __name((output, context) => {
4745
4761
  arn: import_smithy_client.expectString,
4746
4762
  creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
4747
4763
  description: import_smithy_client.expectString,
4764
+ eTagAlgorithmFamily: import_smithy_client.expectString,
4748
4765
  fallbackLocation: import_smithy_client.expectString,
4749
4766
  id: import_smithy_client.expectString,
4750
4767
  name: import_smithy_client.expectString,
@@ -7728,6 +7745,7 @@ var waitUntilWorkflowActive = /* @__PURE__ */ __name(async (params, input) => {
7728
7745
  VersionStatus,
7729
7746
  ReadSetPartSource,
7730
7747
  FileType,
7748
+ ETagAlgorithmFamily,
7731
7749
  WorkflowEngine,
7732
7750
  WorkflowStatus,
7733
7751
  CreationType,
@@ -236,6 +236,11 @@ export const FileType = {
236
236
  FASTQ: "FASTQ",
237
237
  UBAM: "UBAM",
238
238
  };
239
+ export const ETagAlgorithmFamily = {
240
+ MD5UP: "MD5up",
241
+ SHA256UP: "SHA256up",
242
+ SHA512UP: "SHA512up",
243
+ };
239
244
  export const WorkflowEngine = {
240
245
  CWL: "CWL",
241
246
  NEXTFLOW: "NEXTFLOW",
@@ -255,8 +260,14 @@ export const CreationType = {
255
260
  };
256
261
  export const ETagAlgorithm = {
257
262
  BAM_MD5UP: "BAM_MD5up",
263
+ BAM_SHA256UP: "BAM_SHA256up",
264
+ BAM_SHA512UP: "BAM_SHA512up",
258
265
  CRAM_MD5UP: "CRAM_MD5up",
266
+ CRAM_SHA256UP: "CRAM_SHA256up",
267
+ CRAM_SHA512UP: "CRAM_SHA512up",
259
268
  FASTQ_MD5UP: "FASTQ_MD5up",
269
+ FASTQ_SHA256UP: "FASTQ_SHA256up",
270
+ FASTQ_SHA512UP: "FASTQ_SHA512up",
260
271
  };
261
272
  export const ReadSetExportJobItemStatus = {
262
273
  FAILED: "FAILED",
@@ -281,6 +281,7 @@ export const se_CreateSequenceStoreCommand = async (input, context) => {
281
281
  body = JSON.stringify(take(input, {
282
282
  clientToken: [],
283
283
  description: [],
284
+ eTagAlgorithmFamily: [],
284
285
  fallbackLocation: [],
285
286
  name: [],
286
287
  sseConfig: (_) => _json(_),
@@ -2009,6 +2010,7 @@ export const de_CreateSequenceStoreCommand = async (output, context) => {
2009
2010
  arn: __expectString,
2010
2011
  creationTime: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
2011
2012
  description: __expectString,
2013
+ eTagAlgorithmFamily: __expectString,
2012
2014
  fallbackLocation: __expectString,
2013
2015
  id: __expectString,
2014
2016
  name: __expectString,
@@ -2544,9 +2546,11 @@ export const de_GetSequenceStoreCommand = async (output, context) => {
2544
2546
  arn: __expectString,
2545
2547
  creationTime: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
2546
2548
  description: __expectString,
2549
+ eTagAlgorithmFamily: __expectString,
2547
2550
  fallbackLocation: __expectString,
2548
2551
  id: __expectString,
2549
2552
  name: __expectString,
2553
+ s3Access: _json,
2550
2554
  sseConfig: _json,
2551
2555
  });
2552
2556
  Object.assign(contents, doc);
@@ -3740,6 +3744,7 @@ const de_SequenceStoreDetail = (output, context) => {
3740
3744
  arn: __expectString,
3741
3745
  creationTime: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
3742
3746
  description: __expectString,
3747
+ eTagAlgorithmFamily: __expectString,
3743
3748
  fallbackLocation: __expectString,
3744
3749
  id: __expectString,
3745
3750
  name: __expectString,
@@ -26,9 +26,7 @@ declare const AbortMultipartReadSetUploadCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>
30
- * Stops a multipart upload.
31
- * </p>
29
+ * <p>Stops a multipart upload.</p>
32
30
  * @example
33
31
  * Use a bare-bones client and the command you need to make an API call.
34
32
  * ```javascript
@@ -26,9 +26,7 @@ declare const CompleteMultipartReadSetUploadCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>
30
- * Concludes a multipart upload once you have uploaded all the components.
31
- * </p>
29
+ * <p>Concludes a multipart upload once you have uploaded all the components.</p>
32
30
  * @example
33
31
  * Use a bare-bones client and the command you need to make an API call.
34
32
  * ```javascript
@@ -26,9 +26,7 @@ declare const CreateMultipartReadSetUploadCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>
30
- * Begins a multipart read set upload.
31
- * </p>
29
+ * <p>Begins a multipart read set upload.</p>
32
30
  * @example
33
31
  * Use a bare-bones client and the command you need to make an API call.
34
32
  * ```javascript
@@ -45,6 +45,7 @@ declare const CreateSequenceStoreCommand_base: {
45
45
  * },
46
46
  * clientToken: "STRING_VALUE",
47
47
  * fallbackLocation: "STRING_VALUE",
48
+ * eTagAlgorithmFamily: "STRING_VALUE",
48
49
  * };
49
50
  * const command = new CreateSequenceStoreCommand(input);
50
51
  * const response = await client.send(command);
@@ -59,6 +60,7 @@ declare const CreateSequenceStoreCommand_base: {
59
60
  * // },
60
61
  * // creationTime: new Date("TIMESTAMP"), // required
61
62
  * // fallbackLocation: "STRING_VALUE",
63
+ * // eTagAlgorithmFamily: "STRING_VALUE",
62
64
  * // };
63
65
  *
64
66
  * ```
@@ -62,16 +62,25 @@ declare const GetReadSetMetadataCommand_base: {
62
62
  * // totalParts: Number("int"),
63
63
  * // partSize: Number("long"),
64
64
  * // contentLength: Number("long"),
65
+ * // s3Access: { // ReadSetS3Access
66
+ * // s3Uri: "STRING_VALUE",
67
+ * // },
65
68
  * // },
66
69
  * // source2: {
67
70
  * // totalParts: Number("int"),
68
71
  * // partSize: Number("long"),
69
72
  * // contentLength: Number("long"),
73
+ * // s3Access: {
74
+ * // s3Uri: "STRING_VALUE",
75
+ * // },
70
76
  * // },
71
77
  * // index: {
72
78
  * // totalParts: Number("int"),
73
79
  * // partSize: Number("long"),
74
80
  * // contentLength: Number("long"),
81
+ * // s3Access: {
82
+ * // s3Uri: "STRING_VALUE",
83
+ * // },
75
84
  * // },
76
85
  * // },
77
86
  * // statusMessage: "STRING_VALUE",
@@ -54,11 +54,17 @@ declare const GetReferenceMetadataCommand_base: {
54
54
  * // totalParts: Number("int"),
55
55
  * // partSize: Number("long"),
56
56
  * // contentLength: Number("long"),
57
+ * // s3Access: { // ReadSetS3Access
58
+ * // s3Uri: "STRING_VALUE",
59
+ * // },
57
60
  * // },
58
61
  * // index: {
59
62
  * // totalParts: Number("int"),
60
63
  * // partSize: Number("long"),
61
64
  * // contentLength: Number("long"),
65
+ * // s3Access: {
66
+ * // s3Uri: "STRING_VALUE",
67
+ * // },
62
68
  * // },
63
69
  * // },
64
70
  * // };
@@ -49,6 +49,11 @@ declare const GetSequenceStoreCommand_base: {
49
49
  * // },
50
50
  * // creationTime: new Date("TIMESTAMP"), // required
51
51
  * // fallbackLocation: "STRING_VALUE",
52
+ * // s3Access: { // SequenceStoreS3Access
53
+ * // s3Uri: "STRING_VALUE",
54
+ * // s3AccessPointArn: "STRING_VALUE",
55
+ * // },
56
+ * // eTagAlgorithmFamily: "STRING_VALUE",
52
57
  * // };
53
58
  *
54
59
  * ```
@@ -26,9 +26,8 @@ declare const ListMultipartReadSetUploadsCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>
30
- * 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.
31
- * </p>
29
+ * <p>Lists multipart read set uploads and for in progress uploads.
30
+ * Once the upload is completed, a read set is created and the upload will no longer be returned in the response.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -26,9 +26,7 @@ declare const ListReadSetUploadPartsCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>
30
- * This operation will list all parts in a requested multipart upload for a sequence store.
31
- * </p>
29
+ * <p>This operation will list all parts in a requested multipart upload for a sequence store.</p>
32
30
  * @example
33
31
  * Use a bare-bones client and the command you need to make an API call.
34
32
  * ```javascript
@@ -58,6 +58,7 @@ declare const ListSequenceStoresCommand_base: {
58
58
  * // },
59
59
  * // creationTime: new Date("TIMESTAMP"), // required
60
60
  * // fallbackLocation: "STRING_VALUE",
61
+ * // eTagAlgorithmFamily: "STRING_VALUE",
61
62
  * // },
62
63
  * // ],
63
64
  * // };
@@ -27,9 +27,8 @@ declare const UploadReadSetPartCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * 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.
32
- * </p>
30
+ * <p>This operation uploads a specific part of a read set. If you upload a new part using a previously used part number,
31
+ * the previously uploaded part will be overwritten.</p>
33
32
  * @example
34
33
  * Use a bare-bones client and the command you need to make an API call.
35
34
  * ```javascript
@@ -6,16 +6,12 @@ import { OmicsServiceException as __BaseException } from "./OmicsServiceExceptio
6
6
  */
7
7
  export interface AbortMultipartReadSetUploadRequest {
8
8
  /**
9
- * <p>
10
- * The sequence store ID for the store involved in the multipart upload.
11
- * </p>
9
+ * <p>The sequence store ID for the store involved in the multipart upload.</p>
12
10
  * @public
13
11
  */
14
12
  sequenceStoreId: string | undefined;
15
13
  /**
16
- * <p>
17
- * The ID for the multipart upload.
18
- * </p>
14
+ * <p>The ID for the multipart upload.</p>
19
15
  * @public
20
16
  */
21
17
  uploadId: string | undefined;
@@ -585,9 +581,7 @@ export interface GetAnnotationImportResponse {
585
581
  */
586
582
  formatOptions: FormatOptions | undefined;
587
583
  /**
588
- * <p>
589
- * The annotation schema generated by the parsed annotation data.
590
- * </p>
584
+ * <p>The annotation schema generated by the parsed annotation data.</p>
591
585
  * @public
592
586
  */
593
587
  annotationFields?: Record<string, string>;
@@ -745,9 +739,7 @@ export interface StartAnnotationImportRequest {
745
739
  */
746
740
  runLeftNormalization?: boolean;
747
741
  /**
748
- * <p>
749
- * The annotation schema generated by the parsed annotation data.
750
- * </p>
742
+ * <p>The annotation schema generated by the parsed annotation data.</p>
751
743
  * @public
752
744
  */
753
745
  annotationFields?: Record<string, string>;
@@ -2123,23 +2115,17 @@ export interface CompleteReadSetUploadPartListItem {
2123
2115
  */
2124
2116
  export interface CompleteMultipartReadSetUploadRequest {
2125
2117
  /**
2126
- * <p>
2127
- * The sequence store ID for the store involved in the multipart upload.
2128
- * </p>
2118
+ * <p>The sequence store ID for the store involved in the multipart upload.</p>
2129
2119
  * @public
2130
2120
  */
2131
2121
  sequenceStoreId: string | undefined;
2132
2122
  /**
2133
- * <p>
2134
- * The ID for the multipart upload.
2135
- * </p>
2123
+ * <p>The ID for the multipart upload.</p>
2136
2124
  * @public
2137
2125
  */
2138
2126
  uploadId: string | undefined;
2139
2127
  /**
2140
- * <p>
2141
- * The individual uploads or parts of a multipart upload.
2142
- * </p>
2128
+ * <p>The individual uploads or parts of a multipart upload.</p>
2143
2129
  * @public
2144
2130
  */
2145
2131
  parts: CompleteReadSetUploadPartListItem[] | undefined;
@@ -2149,9 +2135,7 @@ export interface CompleteMultipartReadSetUploadRequest {
2149
2135
  */
2150
2136
  export interface CompleteMultipartReadSetUploadResponse {
2151
2137
  /**
2152
- * <p>
2153
- * The read set ID created for an uploaded read set.
2154
- * </p>
2138
+ * <p>The read set ID created for an uploaded read set.</p>
2155
2139
  * @public
2156
2140
  */
2157
2141
  readSetId: string | undefined;
@@ -2175,72 +2159,52 @@ export type FileType = (typeof FileType)[keyof typeof FileType];
2175
2159
  */
2176
2160
  export interface CreateMultipartReadSetUploadRequest {
2177
2161
  /**
2178
- * <p>
2179
- * The sequence store ID for the store that is the destination of the multipart uploads.
2180
- * </p>
2162
+ * <p>The sequence store ID for the store that is the destination of the multipart uploads.</p>
2181
2163
  * @public
2182
2164
  */
2183
2165
  sequenceStoreId: string | undefined;
2184
2166
  /**
2185
- * <p>
2186
- * An idempotency token that can be used to avoid triggering multiple multipart uploads.
2187
- * </p>
2167
+ * <p>An idempotency token that can be used to avoid triggering multiple multipart uploads.</p>
2188
2168
  * @public
2189
2169
  */
2190
2170
  clientToken?: string;
2191
2171
  /**
2192
- * <p>
2193
- * The type of file being uploaded.
2194
- * </p>
2172
+ * <p>The type of file being uploaded.</p>
2195
2173
  * @public
2196
2174
  */
2197
2175
  sourceFileType: FileType | undefined;
2198
2176
  /**
2199
- * <p>
2200
- * The source's subject ID.
2201
- * </p>
2177
+ * <p>The source's subject ID.</p>
2202
2178
  * @public
2203
2179
  */
2204
2180
  subjectId: string | undefined;
2205
2181
  /**
2206
- * <p>
2207
- * The source's sample ID.
2208
- * </p>
2182
+ * <p>The source's sample ID.</p>
2209
2183
  * @public
2210
2184
  */
2211
2185
  sampleId: string | undefined;
2212
2186
  /**
2213
- * <p>
2214
- * Where the source originated.
2215
- * </p>
2187
+ * <p>Where the source originated.</p>
2216
2188
  * @public
2217
2189
  */
2218
2190
  generatedFrom?: string;
2219
2191
  /**
2220
- * <p>
2221
- * The ARN of the reference.
2222
- * </p>
2192
+ * <p>The ARN of the reference.</p>
2223
2193
  * @public
2224
2194
  */
2225
2195
  referenceArn?: string;
2226
2196
  /**
2227
- * <p>
2228
- * The name of the read set.
2229
- * </p>
2197
+ * <p>The name of the read set.</p>
2230
2198
  * @public
2231
2199
  */
2232
2200
  name: string | undefined;
2233
2201
  /**
2234
- * <p>
2235
- * The description of the read set.
2236
- * </p>
2202
+ * <p>The description of the read set.</p>
2237
2203
  * @public
2238
2204
  */
2239
2205
  description?: string;
2240
2206
  /**
2241
- * <p>
2242
- * Any tags to add to the read set.
2243
- * </p>
2207
+ * <p>Any tags to add to the read set.</p>
2244
2208
  * @public
2245
2209
  */
2246
2210
  tags?: Record<string, string>;
@@ -2250,79 +2214,57 @@ export interface CreateMultipartReadSetUploadRequest {
2250
2214
  */
2251
2215
  export interface CreateMultipartReadSetUploadResponse {
2252
2216
  /**
2253
- * <p>
2254
- * The sequence store ID for the store that the read set will be created in.
2255
- * </p>
2217
+ * <p>The sequence store ID for the store that the read set will be created in.</p>
2256
2218
  * @public
2257
2219
  */
2258
2220
  sequenceStoreId: string | undefined;
2259
2221
  /**
2260
- * <p>
2261
- * he ID for the initiated multipart upload.
2262
- * </p>
2222
+ * <p>The ID for the initiated multipart upload.</p>
2263
2223
  * @public
2264
2224
  */
2265
2225
  uploadId: string | undefined;
2266
2226
  /**
2267
- * <p>
2268
- * The file type of the read set source.
2269
- * </p>
2227
+ * <p>The file type of the read set source.</p>
2270
2228
  * @public
2271
2229
  */
2272
2230
  sourceFileType: FileType | undefined;
2273
2231
  /**
2274
- * <p>
2275
- * The source's subject ID.
2276
- * </p>
2232
+ * <p>The source's subject ID.</p>
2277
2233
  * @public
2278
2234
  */
2279
2235
  subjectId: string | undefined;
2280
2236
  /**
2281
- * <p>
2282
- * The source's sample ID.
2283
- * </p>
2237
+ * <p>The source's sample ID.</p>
2284
2238
  * @public
2285
2239
  */
2286
2240
  sampleId: string | undefined;
2287
2241
  /**
2288
- * <p>
2289
- * The source of the read set.
2290
- * </p>
2242
+ * <p>The source of the read set.</p>
2291
2243
  * @public
2292
2244
  */
2293
2245
  generatedFrom?: string;
2294
2246
  /**
2295
- * <p>
2296
- * The read set source's reference ARN.
2297
- * </p>
2247
+ * <p>The read set source's reference ARN.</p>
2298
2248
  * @public
2299
2249
  */
2300
2250
  referenceArn: string | undefined;
2301
2251
  /**
2302
- * <p>
2303
- * The name of the read set.
2304
- * </p>
2252
+ * <p>The name of the read set.</p>
2305
2253
  * @public
2306
2254
  */
2307
2255
  name?: string;
2308
2256
  /**
2309
- * <p>
2310
- * The description of the read set.
2311
- * </p>
2257
+ * <p>The description of the read set.</p>
2312
2258
  * @public
2313
2259
  */
2314
2260
  description?: string;
2315
2261
  /**
2316
- * <p>
2317
- * The tags to add to the read set.
2318
- * </p>
2262
+ * <p>The tags to add to the read set.</p>
2319
2263
  * @public
2320
2264
  */
2321
2265
  tags?: Record<string, string>;
2322
2266
  /**
2323
- * <p>
2324
- * The creation time of the multipart upload.
2325
- * </p>
2267
+ * <p>The creation time of the multipart upload.</p>
2326
2268
  * @public
2327
2269
  */
2328
2270
  creationTime: Date | undefined;
@@ -2427,9 +2369,7 @@ export interface CreateRunGroupRequest {
2427
2369
  */
2428
2370
  requestId?: string;
2429
2371
  /**
2430
- * <p>
2431
- * The maximum GPUs that can be used by a run group.
2432
- * </p>
2372
+ * <p>The maximum GPUs that can be used by a run group.</p>
2433
2373
  * @public
2434
2374
  */
2435
2375
  maxGpus?: number;
@@ -2454,6 +2394,19 @@ export interface CreateRunGroupResponse {
2454
2394
  */
2455
2395
  tags?: Record<string, string>;
2456
2396
  }
2397
+ /**
2398
+ * @public
2399
+ * @enum
2400
+ */
2401
+ export declare const ETagAlgorithmFamily: {
2402
+ readonly MD5UP: "MD5up";
2403
+ readonly SHA256UP: "SHA256up";
2404
+ readonly SHA512UP: "SHA512up";
2405
+ };
2406
+ /**
2407
+ * @public
2408
+ */
2409
+ export type ETagAlgorithmFamily = (typeof ETagAlgorithmFamily)[keyof typeof ETagAlgorithmFamily];
2457
2410
  /**
2458
2411
  * @public
2459
2412
  */
@@ -2484,12 +2437,15 @@ export interface CreateSequenceStoreRequest {
2484
2437
  */
2485
2438
  clientToken?: string;
2486
2439
  /**
2487
- * <p>
2488
- * An S3 location that is used to store files that have failed a direct upload.
2489
- * </p>
2440
+ * <p>An S3 location that is used to store files that have failed a direct upload.</p>
2490
2441
  * @public
2491
2442
  */
2492
2443
  fallbackLocation?: string;
2444
+ /**
2445
+ * <p>The ETag algorithm family to use for ingested read sets.</p>
2446
+ * @public
2447
+ */
2448
+ eTagAlgorithmFamily?: ETagAlgorithmFamily;
2493
2449
  }
2494
2450
  /**
2495
2451
  * @public
@@ -2526,12 +2482,15 @@ export interface CreateSequenceStoreResponse {
2526
2482
  */
2527
2483
  creationTime: Date | undefined;
2528
2484
  /**
2529
- * <p>
2530
- * An S3 location that is used to store files that have failed a direct upload.
2531
- * </p>
2485
+ * <p>An S3 location that is used to store files that have failed a direct upload.</p>
2532
2486
  * @public
2533
2487
  */
2534
2488
  fallbackLocation?: string;
2489
+ /**
2490
+ * <p>The algorithm family of the ETag.</p>
2491
+ * @public
2492
+ */
2493
+ eTagAlgorithmFamily?: ETagAlgorithmFamily;
2535
2494
  }
2536
2495
  /**
2537
2496
  * @public
@@ -2729,9 +2688,7 @@ export interface CreateWorkflowRequest {
2729
2688
  */
2730
2689
  requestId?: string;
2731
2690
  /**
2732
- * <p>
2733
- * The computational accelerator specified to run the workflow.
2734
- * </p>
2691
+ * <p>The computational accelerator specified to run the workflow.</p>
2735
2692
  * @public
2736
2693
  */
2737
2694
  accelerators?: Accelerators;
@@ -2924,37 +2881,36 @@ export interface DeleteWorkflowRequest {
2924
2881
  */
2925
2882
  export declare const ETagAlgorithm: {
2926
2883
  readonly BAM_MD5UP: "BAM_MD5up";
2884
+ readonly BAM_SHA256UP: "BAM_SHA256up";
2885
+ readonly BAM_SHA512UP: "BAM_SHA512up";
2927
2886
  readonly CRAM_MD5UP: "CRAM_MD5up";
2887
+ readonly CRAM_SHA256UP: "CRAM_SHA256up";
2888
+ readonly CRAM_SHA512UP: "CRAM_SHA512up";
2928
2889
  readonly FASTQ_MD5UP: "FASTQ_MD5up";
2890
+ readonly FASTQ_SHA256UP: "FASTQ_SHA256up";
2891
+ readonly FASTQ_SHA512UP: "FASTQ_SHA512up";
2929
2892
  };
2930
2893
  /**
2931
2894
  * @public
2932
2895
  */
2933
2896
  export type ETagAlgorithm = (typeof ETagAlgorithm)[keyof typeof ETagAlgorithm];
2934
2897
  /**
2935
- * <p>
2936
- * The entity tag (ETag) is a hash of the object representing its semantic content.
2937
- * </p>
2898
+ * <p>The entity tag (ETag) is a hash of the object representing its semantic content.</p>
2938
2899
  * @public
2939
2900
  */
2940
2901
  export interface ETag {
2941
2902
  /**
2942
- * <p>
2943
- * The algorithm used to calculate the read set’s ETag(s). </p>
2903
+ * <p>The algorithm used to calculate the read set’s ETag(s).</p>
2944
2904
  * @public
2945
2905
  */
2946
2906
  algorithm?: ETagAlgorithm;
2947
2907
  /**
2948
- * <p>
2949
- * The ETag hash calculated on Source1 of the read set.
2950
- * </p>
2908
+ * <p>The ETag hash calculated on Source1 of the read set.</p>
2951
2909
  * @public
2952
2910
  */
2953
2911
  source1?: string;
2954
2912
  /**
2955
- * <p>
2956
- * The ETag hash calculated on Source2 of the read set.
2957
- * </p>
2913
+ * <p>The ETag hash calculated on Source2 of the read set.</p>
2958
2914
  * @public
2959
2915
  */
2960
2916
  source2?: string;
@@ -3079,6 +3035,17 @@ export interface ExportReadSetJobDetail {
3079
3035
  */
3080
3036
  completionTime?: Date;
3081
3037
  }
3038
+ /**
3039
+ * <p>The S3 URI for each read set file.</p>
3040
+ * @public
3041
+ */
3042
+ export interface ReadSetS3Access {
3043
+ /**
3044
+ * <p>The S3 URI for each read set file.</p>
3045
+ * @public
3046
+ */
3047
+ s3Uri?: string;
3048
+ }
3082
3049
  /**
3083
3050
  * <p>Details about a file.</p>
3084
3051
  * @public
@@ -3099,6 +3066,11 @@ export interface FileInformation {
3099
3066
  * @public
3100
3067
  */
3101
3068
  contentLength?: number;
3069
+ /**
3070
+ * <p>The S3 URI metadata of a sequence store.</p>
3071
+ * @public
3072
+ */
3073
+ s3Access?: ReadSetS3Access;
3102
3074
  }
3103
3075
  /**
3104
3076
  * <p>
@@ -3615,9 +3587,7 @@ export interface GetReadSetMetadataResponse {
3615
3587
  */
3616
3588
  files?: ReadSetFiles;
3617
3589
  /**
3618
- * <p>
3619
- * The status message for a read set. It provides more detail as to why the read set has a status.
3620
- * </p>
3590
+ * <p>The status message for a read set. It provides more detail as to why the read set has a status. </p>
3621
3591
  * @public
3622
3592
  */
3623
3593
  statusMessage?: string;
@@ -3629,9 +3599,7 @@ export interface GetReadSetMetadataResponse {
3629
3599
  */
3630
3600
  creationType?: CreationType;
3631
3601
  /**
3632
- * <p>
3633
- * The entity tag (ETag) is a hash of the object meant to represent its semantic content.
3634
- * </p>
3602
+ * <p>The entity tag (ETag) is a hash of the object meant to represent its semantic content.</p>
3635
3603
  * @public
3636
3604
  */
3637
3605
  etag?: ETag;
@@ -4000,23 +3968,17 @@ export declare const RunLogLevel: {
4000
3968
  */
4001
3969
  export type RunLogLevel = (typeof RunLogLevel)[keyof typeof RunLogLevel];
4002
3970
  /**
4003
- * <p>
4004
- * The URI for the run log.
4005
- * </p>
3971
+ * <p>The URI for the run log.</p>
4006
3972
  * @public
4007
3973
  */
4008
3974
  export interface RunLogLocation {
4009
3975
  /**
4010
- * <p>
4011
- * The log stream ARN for the engine log.
4012
- * </p>
3976
+ * <p>The log stream ARN for the engine log.</p>
4013
3977
  * @public
4014
3978
  */
4015
3979
  engineLogStream?: string;
4016
3980
  /**
4017
- * <p>
4018
- * The log stream ARN for the run log.
4019
- * </p>
3981
+ * <p>The log stream ARN for the run log.</p>
4020
3982
  * @public
4021
3983
  */
4022
3984
  runLogStream?: string;
@@ -4183,9 +4145,7 @@ export interface GetRunResponse {
4183
4145
  */
4184
4146
  tags?: Record<string, string>;
4185
4147
  /**
4186
- * <p>
4187
- * The computational accelerator used to run the workflow.
4188
- * </p>
4148
+ * <p>The computational accelerator used to run the workflow.</p>
4189
4149
  * @public
4190
4150
  */
4191
4151
  accelerators?: Accelerators;
@@ -4195,30 +4155,22 @@ export interface GetRunResponse {
4195
4155
  */
4196
4156
  retentionMode?: RunRetentionMode;
4197
4157
  /**
4198
- * <p>
4199
- * The reason a run has failed.
4200
- * </p>
4158
+ * <p>The reason a run has failed.</p>
4201
4159
  * @public
4202
4160
  */
4203
4161
  failureReason?: string;
4204
4162
  /**
4205
- * <p>
4206
- * The location of the run log.
4207
- * </p>
4163
+ * <p>The location of the run log.</p>
4208
4164
  * @public
4209
4165
  */
4210
4166
  logLocation?: RunLogLocation;
4211
4167
  /**
4212
- * <p>
4213
- * The universally unique identifier for a run.
4214
- * </p>
4168
+ * <p>The universally unique identifier for a run.</p>
4215
4169
  * @public
4216
4170
  */
4217
4171
  uuid?: string;
4218
4172
  /**
4219
- * <p>
4220
- * The destination for workflow outputs.
4221
- * </p>
4173
+ * <p>The destination for workflow outputs.</p>
4222
4174
  * @public
4223
4175
  */
4224
4176
  runOutputUri?: string;
@@ -4278,9 +4230,7 @@ export interface GetRunGroupResponse {
4278
4230
  */
4279
4231
  tags?: Record<string, string>;
4280
4232
  /**
4281
- * <p>
4282
- * The maximum GPUs that can be used by a run group.
4283
- * </p>
4233
+ * <p>The maximum GPUs that can be used by a run group.</p>
4284
4234
  * @public
4285
4235
  */
4286
4236
  maxGpus?: number;
@@ -4372,23 +4322,17 @@ export interface GetRunTaskResponse {
4372
4322
  */
4373
4323
  logStream?: string;
4374
4324
  /**
4375
- * <p>
4376
- * The number of Graphics Processing Units (GPU) specified in the task.
4377
- * </p>
4325
+ * <p>The number of Graphics Processing Units (GPU) specified in the task.</p>
4378
4326
  * @public
4379
4327
  */
4380
4328
  gpus?: number;
4381
4329
  /**
4382
- * <p>
4383
- * The instance type for a task.
4384
- * </p>
4330
+ * <p>The instance type for a task.</p>
4385
4331
  * @public
4386
4332
  */
4387
4333
  instanceType?: string;
4388
4334
  /**
4389
- * <p>
4390
- * The reason a task has failed.
4391
- * </p>
4335
+ * <p>The reason a task has failed.</p>
4392
4336
  * @public
4393
4337
  */
4394
4338
  failureReason?: string;
@@ -4403,6 +4347,22 @@ export interface GetSequenceStoreRequest {
4403
4347
  */
4404
4348
  id: string | undefined;
4405
4349
  }
4350
+ /**
4351
+ * <p>The S3 access metadata of the sequence store.</p>
4352
+ * @public
4353
+ */
4354
+ export interface SequenceStoreS3Access {
4355
+ /**
4356
+ * <p>The S3 URI of the sequence store.</p>
4357
+ * @public
4358
+ */
4359
+ s3Uri?: string;
4360
+ /**
4361
+ * <p>This is ARN of the access point associated with the S3 bucket storing read sets.</p>
4362
+ * @public
4363
+ */
4364
+ s3AccessPointArn?: string;
4365
+ }
4406
4366
  /**
4407
4367
  * @public
4408
4368
  */
@@ -4438,12 +4398,20 @@ export interface GetSequenceStoreResponse {
4438
4398
  */
4439
4399
  creationTime: Date | undefined;
4440
4400
  /**
4441
- * <p>
4442
- * An S3 location that is used to store files that have failed a direct upload.
4443
- * </p>
4401
+ * <p>An S3 location that is used to store files that have failed a direct upload.</p>
4444
4402
  * @public
4445
4403
  */
4446
4404
  fallbackLocation?: string;
4405
+ /**
4406
+ * <p>The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.</p>
4407
+ * @public
4408
+ */
4409
+ s3Access?: SequenceStoreS3Access;
4410
+ /**
4411
+ * <p>The algorithm family of the ETag.</p>
4412
+ * @public
4413
+ */
4414
+ eTagAlgorithmFamily?: ETagAlgorithmFamily;
4447
4415
  }
4448
4416
  /**
4449
4417
  * @public
@@ -4626,9 +4594,7 @@ export interface GetVariantImportResponse {
4626
4594
  */
4627
4595
  runLeftNormalization: boolean | undefined;
4628
4596
  /**
4629
- * <p>
4630
- * The annotation schema generated by the parsed annotation data.
4631
- * </p>
4597
+ * <p>The annotation schema generated by the parsed annotation data.</p>
4632
4598
  * @public
4633
4599
  */
4634
4600
  annotationFields?: Record<string, string>;
@@ -4819,15 +4785,12 @@ export interface GetWorkflowResponse {
4819
4785
  */
4820
4786
  tags?: Record<string, string>;
4821
4787
  /**
4822
- * <p>
4823
- * Gets metadata for workflow.
4824
- * </p>
4788
+ * <p>Gets metadata for workflow.</p>
4825
4789
  * @public
4826
4790
  */
4827
4791
  metadata?: Record<string, string>;
4828
4792
  /**
4829
- * <p>
4830
- * The computational accelerator specified to run the workflow. </p>
4793
+ * <p>The computational accelerator specified to run the workflow. </p>
4831
4794
  * @public
4832
4795
  */
4833
4796
  accelerators?: Accelerators;
@@ -4951,23 +4914,18 @@ export interface ImportReferenceJobItem {
4951
4914
  */
4952
4915
  export interface ListMultipartReadSetUploadsRequest {
4953
4916
  /**
4954
- * <p>
4955
- * The Sequence Store ID used for the multipart uploads.
4956
- * </p>
4917
+ * <p>The Sequence Store ID used for the multipart uploads.</p>
4957
4918
  * @public
4958
4919
  */
4959
4920
  sequenceStoreId: string | undefined;
4960
4921
  /**
4961
- * <p>
4962
- * The maximum number of multipart uploads returned in a page.
4963
- * </p>
4922
+ * <p>The maximum number of multipart uploads returned in a page.</p>
4964
4923
  * @public
4965
4924
  */
4966
4925
  maxResults?: number;
4967
4926
  /**
4968
- * <p>
4969
- * Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next page of results.
4970
- * </p>
4927
+ * <p>Next token returned in the response of a previous ListMultipartReadSetUploads call.
4928
+ * Used to get the next page of results.</p>
4971
4929
  * @public
4972
4930
  */
4973
4931
  nextToken?: string;
@@ -5062,16 +5020,13 @@ export interface MultipartReadSetUploadListItem {
5062
5020
  */
5063
5021
  export interface ListMultipartReadSetUploadsResponse {
5064
5022
  /**
5065
- * <p>
5066
- * Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next page of results.
5067
- * </p>
5023
+ * <p>Next token returned in the response of a previous ListMultipartReadSetUploads call.
5024
+ * Used to get the next page of results.</p>
5068
5025
  * @public
5069
5026
  */
5070
5027
  nextToken?: string;
5071
5028
  /**
5072
- * <p>
5073
- * An array of multipart uploads.
5074
- * </p>
5029
+ * <p>An array of multipart uploads.</p>
5075
5030
  * @public
5076
5031
  */
5077
5032
  uploads?: MultipartReadSetUploadListItem[];
@@ -5360,9 +5315,7 @@ export interface ReadSetListItem {
5360
5315
  */
5361
5316
  creationType?: CreationType;
5362
5317
  /**
5363
- * <p>
5364
- * The entity tag (ETag) is a hash of the object representing its semantic content.
5365
- * </p>
5318
+ * <p>The entity tag (ETag) is a hash of the object representing its semantic content.</p>
5366
5319
  * @public
5367
5320
  */
5368
5321
  etag?: ETag;
@@ -5409,44 +5362,33 @@ export interface ReadSetUploadPartListFilter {
5409
5362
  */
5410
5363
  export interface ListReadSetUploadPartsRequest {
5411
5364
  /**
5412
- * <p>
5413
- * The Sequence Store ID used for the multipart uploads.
5414
- * </p>
5365
+ * <p>The Sequence Store ID used for the multipart uploads.</p>
5415
5366
  * @public
5416
5367
  */
5417
5368
  sequenceStoreId: string | undefined;
5418
5369
  /**
5419
- * <p>
5420
- * The ID for the initiated multipart upload.
5421
- * </p>
5370
+ * <p>The ID for the initiated multipart upload.</p>
5422
5371
  * @public
5423
5372
  */
5424
5373
  uploadId: string | undefined;
5425
5374
  /**
5426
- * <p>
5427
- * The source file for the upload part.
5428
- * </p>
5375
+ * <p>The source file for the upload part.</p>
5429
5376
  * @public
5430
5377
  */
5431
5378
  partSource: ReadSetPartSource | undefined;
5432
5379
  /**
5433
- * <p>
5434
- * The maximum number of read set upload parts returned in a page.
5435
- * </p>
5380
+ * <p>The maximum number of read set upload parts returned in a page.</p>
5436
5381
  * @public
5437
5382
  */
5438
5383
  maxResults?: number;
5439
5384
  /**
5440
- * <p>
5441
- * Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next page of results.
5442
- * </p>
5385
+ * <p>Next token returned in the response of a previous ListReadSetUploadPartsRequest call.
5386
+ * Used to get the next page of results.</p>
5443
5387
  * @public
5444
5388
  */
5445
5389
  nextToken?: string;
5446
5390
  /**
5447
- * <p>
5448
- * Attributes used to filter for a specific subset of read set part uploads.
5449
- * </p>
5391
+ * <p>Attributes used to filter for a specific subset of read set part uploads.</p>
5450
5392
  * @public
5451
5393
  */
5452
5394
  filter?: ReadSetUploadPartListFilter;
@@ -5506,16 +5448,13 @@ export interface ReadSetUploadPartListItem {
5506
5448
  */
5507
5449
  export interface ListReadSetUploadPartsResponse {
5508
5450
  /**
5509
- * <p>
5510
- * Next token returned in the response of a previous ListReadSetUploadParts call. Used to get the next page of results.
5511
- * </p>
5451
+ * <p>Next token returned in the response of a previous ListReadSetUploadParts call.
5452
+ * Used to get the next page of results.</p>
5512
5453
  * @public
5513
5454
  */
5514
5455
  nextToken?: string;
5515
5456
  /**
5516
- * <p>
5517
- * An array of upload parts.
5518
- * </p>
5457
+ * <p>An array of upload parts.</p>
5519
5458
  * @public
5520
5459
  */
5521
5460
  parts?: ReadSetUploadPartListItem[];
@@ -5877,9 +5816,7 @@ export interface ListRunsRequest {
5877
5816
  */
5878
5817
  maxResults?: number;
5879
5818
  /**
5880
- * <p>
5881
- * The status of a run.
5882
- * </p>
5819
+ * <p>The status of a run.</p>
5883
5820
  * @public
5884
5821
  */
5885
5822
  status?: RunStatus;
@@ -6033,9 +5970,7 @@ export interface TaskListItem {
6033
5970
  */
6034
5971
  gpus?: number;
6035
5972
  /**
6036
- * <p>
6037
- * The instance type for a task.
6038
- * </p>
5973
+ * <p> The instance type for a task.</p>
6039
5974
  * @public
6040
5975
  */
6041
5976
  instanceType?: string;
@@ -6138,6 +6073,11 @@ export interface SequenceStoreDetail {
6138
6073
  * @public
6139
6074
  */
6140
6075
  fallbackLocation?: string;
6076
+ /**
6077
+ * <p>The algorithm family of the ETag.</p>
6078
+ * @public
6079
+ */
6080
+ eTagAlgorithmFamily?: ETagAlgorithmFamily;
6141
6081
  }
6142
6082
  /**
6143
6083
  * @public
@@ -6664,9 +6604,7 @@ export interface UpdateRunGroupRequest {
6664
6604
  */
6665
6605
  maxDuration?: number;
6666
6606
  /**
6667
- * <p>
6668
- * The maximum GPUs that can be used by a run group.
6669
- * </p>
6607
+ * <p>The maximum GPUs that can be used by a run group.</p>
6670
6608
  * @public
6671
6609
  */
6672
6610
  maxGpus?: number;
@@ -6716,7 +6654,7 @@ export interface StartRunRequest {
6716
6654
  */
6717
6655
  parameters?: __DocumentType;
6718
6656
  /**
6719
- * <p>A storage capacity for the run in gigabytes.</p>
6657
+ * <p>A storage capacity for the run in gibibytes.</p>
6720
6658
  * @public
6721
6659
  */
6722
6660
  storageCapacity?: number;
@@ -6771,16 +6709,12 @@ export interface StartRunResponse {
6771
6709
  */
6772
6710
  tags?: Record<string, string>;
6773
6711
  /**
6774
- * <p>
6775
- * The universally unique identifier for a run.
6776
- * </p>
6712
+ * <p>The universally unique identifier for a run.</p>
6777
6713
  * @public
6778
6714
  */
6779
6715
  uuid?: string;
6780
6716
  /**
6781
- * <p>
6782
- * The destination for workflow outputs.
6783
- * </p>
6717
+ * <p>The destination for workflow outputs.</p>
6784
6718
  * @public
6785
6719
  */
6786
6720
  runOutputUri?: string;
@@ -7012,37 +6946,27 @@ export interface StartReadSetImportJobResponse {
7012
6946
  */
7013
6947
  export interface UploadReadSetPartRequest {
7014
6948
  /**
7015
- * <p>
7016
- * The Sequence Store ID used for the multipart upload.
7017
- * </p>
6949
+ * <p>The Sequence Store ID used for the multipart upload.</p>
7018
6950
  * @public
7019
6951
  */
7020
6952
  sequenceStoreId: string | undefined;
7021
6953
  /**
7022
- * <p>
7023
- * The ID for the initiated multipart upload.
7024
- * </p>
6954
+ * <p>The ID for the initiated multipart upload.</p>
7025
6955
  * @public
7026
6956
  */
7027
6957
  uploadId: string | undefined;
7028
6958
  /**
7029
- * <p>
7030
- * The source file for an upload part.
7031
- * </p>
6959
+ * <p>The source file for an upload part.</p>
7032
6960
  * @public
7033
6961
  */
7034
6962
  partSource: ReadSetPartSource | undefined;
7035
6963
  /**
7036
- * <p>
7037
- * The number of the part being uploaded.
7038
- * </p>
6964
+ * <p>The number of the part being uploaded.</p>
7039
6965
  * @public
7040
6966
  */
7041
6967
  partNumber: number | undefined;
7042
6968
  /**
7043
- * <p>
7044
- * The read set data to upload for a part.
7045
- * </p>
6969
+ * <p>The read set data to upload for a part.</p>
7046
6970
  * @public
7047
6971
  */
7048
6972
  payload: StreamingBlobTypes | undefined;
@@ -7052,9 +6976,7 @@ export interface UploadReadSetPartRequest {
7052
6976
  */
7053
6977
  export interface UploadReadSetPartResponse {
7054
6978
  /**
7055
- * <p>
7056
- * An identifier used to confirm that parts are being added to the intended upload.
7057
- * </p>
6979
+ * <p>An identifier used to confirm that parts are being added to the intended upload.</p>
7058
6980
  * @public
7059
6981
  */
7060
6982
  checksum: string | undefined;
@@ -7135,9 +7057,7 @@ export interface StartVariantImportRequest {
7135
7057
  */
7136
7058
  runLeftNormalization?: boolean;
7137
7059
  /**
7138
- * <p>
7139
- * The annotation schema generated by the parsed annotation data.
7140
- * </p>
7060
+ * <p>The annotation schema generated by the parsed annotation data.</p>
7141
7061
  * @public
7142
7062
  */
7143
7063
  annotationFields?: Record<string, string>;
@@ -652,6 +652,13 @@ export interface CreateRunGroupResponse {
652
652
  id?: string;
653
653
  tags?: Record<string, string>;
654
654
  }
655
+ export declare const ETagAlgorithmFamily: {
656
+ readonly MD5UP: "MD5up";
657
+ readonly SHA256UP: "SHA256up";
658
+ readonly SHA512UP: "SHA512up";
659
+ };
660
+ export type ETagAlgorithmFamily =
661
+ (typeof ETagAlgorithmFamily)[keyof typeof ETagAlgorithmFamily];
655
662
  export interface CreateSequenceStoreRequest {
656
663
  name: string | undefined;
657
664
  description?: string;
@@ -659,6 +666,7 @@ export interface CreateSequenceStoreRequest {
659
666
  tags?: Record<string, string>;
660
667
  clientToken?: string;
661
668
  fallbackLocation?: string;
669
+ eTagAlgorithmFamily?: ETagAlgorithmFamily;
662
670
  }
663
671
  export interface CreateSequenceStoreResponse {
664
672
  id: string | undefined;
@@ -668,6 +676,7 @@ export interface CreateSequenceStoreResponse {
668
676
  sseConfig?: SseConfig;
669
677
  creationTime: Date | undefined;
670
678
  fallbackLocation?: string;
679
+ eTagAlgorithmFamily?: ETagAlgorithmFamily;
671
680
  }
672
681
  export interface CreateShareRequest {
673
682
  resourceArn: string | undefined;
@@ -775,8 +784,14 @@ export interface DeleteWorkflowRequest {
775
784
  }
776
785
  export declare const ETagAlgorithm: {
777
786
  readonly BAM_MD5UP: "BAM_MD5up";
787
+ readonly BAM_SHA256UP: "BAM_SHA256up";
788
+ readonly BAM_SHA512UP: "BAM_SHA512up";
778
789
  readonly CRAM_MD5UP: "CRAM_MD5up";
790
+ readonly CRAM_SHA256UP: "CRAM_SHA256up";
791
+ readonly CRAM_SHA512UP: "CRAM_SHA512up";
779
792
  readonly FASTQ_MD5UP: "FASTQ_MD5up";
793
+ readonly FASTQ_SHA256UP: "FASTQ_SHA256up";
794
+ readonly FASTQ_SHA512UP: "FASTQ_SHA512up";
780
795
  };
781
796
  export type ETagAlgorithm = (typeof ETagAlgorithm)[keyof typeof ETagAlgorithm];
782
797
  export interface ETag {
@@ -824,10 +839,14 @@ export interface ExportReadSetJobDetail {
824
839
  creationTime: Date | undefined;
825
840
  completionTime?: Date;
826
841
  }
842
+ export interface ReadSetS3Access {
843
+ s3Uri?: string;
844
+ }
827
845
  export interface FileInformation {
828
846
  totalParts?: number;
829
847
  partSize?: number;
830
848
  contentLength?: number;
849
+ s3Access?: ReadSetS3Access;
831
850
  }
832
851
  export interface Filter {
833
852
  resourceArns?: string[];
@@ -1188,6 +1207,10 @@ export interface GetRunTaskResponse {
1188
1207
  export interface GetSequenceStoreRequest {
1189
1208
  id: string | undefined;
1190
1209
  }
1210
+ export interface SequenceStoreS3Access {
1211
+ s3Uri?: string;
1212
+ s3AccessPointArn?: string;
1213
+ }
1191
1214
  export interface GetSequenceStoreResponse {
1192
1215
  id: string | undefined;
1193
1216
  arn: string | undefined;
@@ -1196,6 +1219,8 @@ export interface GetSequenceStoreResponse {
1196
1219
  sseConfig?: SseConfig;
1197
1220
  creationTime: Date | undefined;
1198
1221
  fallbackLocation?: string;
1222
+ s3Access?: SequenceStoreS3Access;
1223
+ eTagAlgorithmFamily?: ETagAlgorithmFamily;
1199
1224
  }
1200
1225
  export interface GetShareRequest {
1201
1226
  shareId: string | undefined;
@@ -1562,6 +1587,7 @@ export interface SequenceStoreDetail {
1562
1587
  sseConfig?: SseConfig;
1563
1588
  creationTime: Date | undefined;
1564
1589
  fallbackLocation?: string;
1590
+ eTagAlgorithmFamily?: ETagAlgorithmFamily;
1565
1591
  }
1566
1592
  export interface ListSequenceStoresResponse {
1567
1593
  nextToken?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-omics",
3
3
  "description": "AWS SDK for JavaScript Omics Client for Node.js, Browser and React Native",
4
- "version": "3.552.0",
4
+ "version": "3.556.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-omics",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.552.0",
24
- "@aws-sdk/core": "3.552.0",
25
- "@aws-sdk/credential-provider-node": "3.552.0",
23
+ "@aws-sdk/client-sts": "3.556.0",
24
+ "@aws-sdk/core": "3.556.0",
25
+ "@aws-sdk/credential-provider-node": "3.556.0",
26
26
  "@aws-sdk/middleware-host-header": "3.535.0",
27
27
  "@aws-sdk/middleware-logger": "3.535.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.535.0",