@aws-sdk/client-omics 3.425.0 → 3.426.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/models/models_0.js +7 -2
- package/dist-cjs/protocols/Aws_restJson1.js +2 -0
- package/dist-es/models/models_0.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +2 -0
- package/dist-types/commands/GetReadSetMetadataCommand.d.ts +5 -0
- package/dist-types/commands/ListReadSetsCommand.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +55 -0
- package/dist-types/ts3.4/models/models_0.d.ts +13 -0
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.UploadReadSetPartRequestFilterSensitiveLog = exports.GetReferenceResponseFilterSensitiveLog = void 0;
|
|
3
|
+
exports.ResourceOwner = exports.WorkflowExport = exports.TaskStatus = exports.WorkflowType = exports.RunStatus = exports.RunRetentionMode = exports.RunLogLevel = exports.RunExport = exports.ReferenceStatus = exports.ReferenceImportJobStatus = exports.ReferenceImportJobItemStatus = exports.ReferenceFile = exports.ReadSetStatus = exports.ReadSetImportJobStatus = exports.ReadSetImportJobItemStatus = exports.RangeNotSatisfiableException = exports.ReadSetFile = exports.ReadSetExportJobStatus = exports.ReadSetExportJobItemStatus = exports.ETagAlgorithm = exports.CreationType = exports.WorkflowStatus = exports.WorkflowEngine = exports.FileType = exports.ReadSetPartSource = exports.VersionStatus = exports.VersionOptions = exports.StoreStatus = exports.StoreOptions = exports.SchemaValueType = exports.FormatToHeaderKey = exports.AnnotationType = exports.StoreFormat = exports.EncryptionType = exports.ReferenceItem = exports.FormatOptions = exports.JobStatus = exports.ReadSetActivationJobItemStatus = exports.ReadSetActivationJobStatus = exports.ConflictException = exports.ShareStatus = exports.Accelerators = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.RequestTimeoutException = exports.NotSupportedOperationException = exports.InternalServerException = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.UploadReadSetPartRequestFilterSensitiveLog = exports.GetReferenceResponseFilterSensitiveLog = exports.GetReadSetResponseFilterSensitiveLog = void 0;
|
|
5
5
|
const OmicsServiceException_1 = require("./OmicsServiceException");
|
|
6
6
|
class AccessDeniedException extends OmicsServiceException_1.OmicsServiceException {
|
|
7
7
|
constructor(opts) {
|
|
@@ -265,6 +265,11 @@ exports.CreationType = {
|
|
|
265
265
|
IMPORT: "IMPORT",
|
|
266
266
|
UPLOAD: "UPLOAD",
|
|
267
267
|
};
|
|
268
|
+
exports.ETagAlgorithm = {
|
|
269
|
+
BAM_MD5UP: "BAM_MD5up",
|
|
270
|
+
CRAM_MD5UP: "CRAM_MD5up",
|
|
271
|
+
FASTQ_MD5UP: "FASTQ_MD5up",
|
|
272
|
+
};
|
|
268
273
|
exports.ReadSetExportJobItemStatus = {
|
|
269
274
|
FAILED: "FAILED",
|
|
270
275
|
FINISHED: "FINISHED",
|
|
@@ -4210,6 +4210,7 @@ const de_GetReadSetMetadataCommand = async (output, context) => {
|
|
|
4210
4210
|
creationTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
4211
4211
|
creationType: smithy_client_1.expectString,
|
|
4212
4212
|
description: smithy_client_1.expectString,
|
|
4213
|
+
etag: smithy_client_1._json,
|
|
4213
4214
|
fileType: smithy_client_1.expectString,
|
|
4214
4215
|
files: smithy_client_1._json,
|
|
4215
4216
|
id: smithy_client_1.expectString,
|
|
@@ -7227,6 +7228,7 @@ const de_ReadSetListItem = (output, context) => {
|
|
|
7227
7228
|
creationTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
7228
7229
|
creationType: smithy_client_1.expectString,
|
|
7229
7230
|
description: smithy_client_1.expectString,
|
|
7231
|
+
etag: smithy_client_1._json,
|
|
7230
7232
|
fileType: smithy_client_1.expectString,
|
|
7231
7233
|
id: smithy_client_1.expectString,
|
|
7232
7234
|
name: smithy_client_1.expectString,
|
|
@@ -252,6 +252,11 @@ export const CreationType = {
|
|
|
252
252
|
IMPORT: "IMPORT",
|
|
253
253
|
UPLOAD: "UPLOAD",
|
|
254
254
|
};
|
|
255
|
+
export const ETagAlgorithm = {
|
|
256
|
+
BAM_MD5UP: "BAM_MD5up",
|
|
257
|
+
CRAM_MD5UP: "CRAM_MD5up",
|
|
258
|
+
FASTQ_MD5UP: "FASTQ_MD5up",
|
|
259
|
+
};
|
|
255
260
|
export const ReadSetExportJobItemStatus = {
|
|
256
261
|
FAILED: "FAILED",
|
|
257
262
|
FINISHED: "FINISHED",
|
|
@@ -4089,6 +4089,7 @@ export const de_GetReadSetMetadataCommand = async (output, context) => {
|
|
|
4089
4089
|
creationTime: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
4090
4090
|
creationType: __expectString,
|
|
4091
4091
|
description: __expectString,
|
|
4092
|
+
etag: _json,
|
|
4092
4093
|
fileType: __expectString,
|
|
4093
4094
|
files: _json,
|
|
4094
4095
|
id: __expectString,
|
|
@@ -7057,6 +7058,7 @@ const de_ReadSetListItem = (output, context) => {
|
|
|
7057
7058
|
creationTime: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
7058
7059
|
creationType: __expectString,
|
|
7059
7060
|
description: __expectString,
|
|
7061
|
+
etag: _json,
|
|
7060
7062
|
fileType: __expectString,
|
|
7061
7063
|
id: __expectString,
|
|
7062
7064
|
name: __expectString,
|
|
@@ -73,6 +73,11 @@ export interface GetReadSetMetadataCommandOutput extends GetReadSetMetadataRespo
|
|
|
73
73
|
* // },
|
|
74
74
|
* // statusMessage: "STRING_VALUE",
|
|
75
75
|
* // creationType: "STRING_VALUE",
|
|
76
|
+
* // etag: { // ETag
|
|
77
|
+
* // algorithm: "STRING_VALUE",
|
|
78
|
+
* // source1: "STRING_VALUE",
|
|
79
|
+
* // source2: "STRING_VALUE",
|
|
80
|
+
* // },
|
|
76
81
|
* // };
|
|
77
82
|
*
|
|
78
83
|
* ```
|
|
@@ -71,6 +71,11 @@ export interface ListReadSetsCommandOutput extends ListReadSetsResponse, __Metad
|
|
|
71
71
|
* // creationTime: new Date("TIMESTAMP"), // required
|
|
72
72
|
* // statusMessage: "STRING_VALUE",
|
|
73
73
|
* // creationType: "STRING_VALUE",
|
|
74
|
+
* // etag: { // ETag
|
|
75
|
+
* // algorithm: "STRING_VALUE",
|
|
76
|
+
* // source1: "STRING_VALUE",
|
|
77
|
+
* // source2: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
74
79
|
* // },
|
|
75
80
|
* // ],
|
|
76
81
|
* // };
|
|
@@ -2917,6 +2917,47 @@ export interface DeleteWorkflowRequest {
|
|
|
2917
2917
|
*/
|
|
2918
2918
|
id: string | undefined;
|
|
2919
2919
|
}
|
|
2920
|
+
/**
|
|
2921
|
+
* @public
|
|
2922
|
+
* @enum
|
|
2923
|
+
*/
|
|
2924
|
+
export declare const ETagAlgorithm: {
|
|
2925
|
+
readonly BAM_MD5UP: "BAM_MD5up";
|
|
2926
|
+
readonly CRAM_MD5UP: "CRAM_MD5up";
|
|
2927
|
+
readonly FASTQ_MD5UP: "FASTQ_MD5up";
|
|
2928
|
+
};
|
|
2929
|
+
/**
|
|
2930
|
+
* @public
|
|
2931
|
+
*/
|
|
2932
|
+
export type ETagAlgorithm = (typeof ETagAlgorithm)[keyof typeof ETagAlgorithm];
|
|
2933
|
+
/**
|
|
2934
|
+
* @public
|
|
2935
|
+
* <p>
|
|
2936
|
+
* The entity tag (ETag) is a hash of the object representing its semantic content.
|
|
2937
|
+
* </p>
|
|
2938
|
+
*/
|
|
2939
|
+
export interface ETag {
|
|
2940
|
+
/**
|
|
2941
|
+
* @public
|
|
2942
|
+
* <p>
|
|
2943
|
+
* The algorithm used to calculate the read set’s ETag(s). </p>
|
|
2944
|
+
*/
|
|
2945
|
+
algorithm?: ETagAlgorithm | string;
|
|
2946
|
+
/**
|
|
2947
|
+
* @public
|
|
2948
|
+
* <p>
|
|
2949
|
+
* The ETag hash calculated on Source1 of the read set.
|
|
2950
|
+
* </p>
|
|
2951
|
+
*/
|
|
2952
|
+
source1?: string;
|
|
2953
|
+
/**
|
|
2954
|
+
* @public
|
|
2955
|
+
* <p>
|
|
2956
|
+
* The ETag hash calculated on Source2 of the read set.
|
|
2957
|
+
* </p>
|
|
2958
|
+
*/
|
|
2959
|
+
source2?: string;
|
|
2960
|
+
}
|
|
2920
2961
|
/**
|
|
2921
2962
|
* @public
|
|
2922
2963
|
* <p>A read set.</p>
|
|
@@ -3586,6 +3627,13 @@ export interface GetReadSetMetadataResponse {
|
|
|
3586
3627
|
* </p>
|
|
3587
3628
|
*/
|
|
3588
3629
|
creationType?: CreationType | string;
|
|
3630
|
+
/**
|
|
3631
|
+
* @public
|
|
3632
|
+
* <p>
|
|
3633
|
+
* The entity tag (ETag) is a hash of the object meant to represent its semantic content.
|
|
3634
|
+
* </p>
|
|
3635
|
+
*/
|
|
3636
|
+
etag?: ETag;
|
|
3589
3637
|
}
|
|
3590
3638
|
/**
|
|
3591
3639
|
* @public
|
|
@@ -5253,6 +5301,13 @@ export interface ReadSetListItem {
|
|
|
5253
5301
|
* </p>
|
|
5254
5302
|
*/
|
|
5255
5303
|
creationType?: CreationType | string;
|
|
5304
|
+
/**
|
|
5305
|
+
* @public
|
|
5306
|
+
* <p>
|
|
5307
|
+
* The entity tag (ETag) is a hash of the object representing its semantic content.
|
|
5308
|
+
* </p>
|
|
5309
|
+
*/
|
|
5310
|
+
etag?: ETag;
|
|
5256
5311
|
}
|
|
5257
5312
|
/**
|
|
5258
5313
|
* @public
|
|
@@ -772,6 +772,17 @@ export interface DeleteVariantStoreResponse {
|
|
|
772
772
|
export interface DeleteWorkflowRequest {
|
|
773
773
|
id: string | undefined;
|
|
774
774
|
}
|
|
775
|
+
export declare const ETagAlgorithm: {
|
|
776
|
+
readonly BAM_MD5UP: "BAM_MD5up";
|
|
777
|
+
readonly CRAM_MD5UP: "CRAM_MD5up";
|
|
778
|
+
readonly FASTQ_MD5UP: "FASTQ_MD5up";
|
|
779
|
+
};
|
|
780
|
+
export type ETagAlgorithm = (typeof ETagAlgorithm)[keyof typeof ETagAlgorithm];
|
|
781
|
+
export interface ETag {
|
|
782
|
+
algorithm?: ETagAlgorithm | string;
|
|
783
|
+
source1?: string;
|
|
784
|
+
source2?: string;
|
|
785
|
+
}
|
|
775
786
|
export interface ExportReadSet {
|
|
776
787
|
readSetId: string | undefined;
|
|
777
788
|
}
|
|
@@ -962,6 +973,7 @@ export interface GetReadSetMetadataResponse {
|
|
|
962
973
|
files?: ReadSetFiles;
|
|
963
974
|
statusMessage?: string;
|
|
964
975
|
creationType?: CreationType | string;
|
|
976
|
+
etag?: ETag;
|
|
965
977
|
}
|
|
966
978
|
export declare const ReferenceFile: {
|
|
967
979
|
readonly INDEX: "INDEX";
|
|
@@ -1369,6 +1381,7 @@ export interface ReadSetListItem {
|
|
|
1369
1381
|
creationTime: Date | undefined;
|
|
1370
1382
|
statusMessage?: string;
|
|
1371
1383
|
creationType?: CreationType | string;
|
|
1384
|
+
etag?: ETag;
|
|
1372
1385
|
}
|
|
1373
1386
|
export interface ListReadSetsResponse {
|
|
1374
1387
|
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.
|
|
4
|
+
"version": "3.426.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|