@aws-sdk/client-omics 3.379.1 → 3.381.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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UploadReadSetPartRequestFilterSensitiveLog = exports.GetReferenceResponseFilterSensitiveLog = exports.GetReadSetResponseFilterSensitiveLog = exports.WorkflowExport = exports.TaskStatus = exports.WorkflowType = exports.RunStatus = 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.WorkflowStatus = exports.WorkflowEngine = exports.FileType = exports.ReadSetPartSource = exports.StoreStatus = exports.StoreOptions = exports.SchemaValueType = exports.FormatToHeaderKey = exports.AnnotationType = exports.StoreFormat = exports.EncryptionType = exports.ReferenceItem = exports.ConflictException = exports.FormatOptions = exports.JobStatus = exports.ReadSetActivationJobItemStatus = exports.ReadSetActivationJobStatus = exports.Accelerators = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.RequestTimeoutException = exports.NotSupportedOperationException = exports.InternalServerException = exports.AccessDeniedException = void 0;
3
+ exports.UploadReadSetPartRequestFilterSensitiveLog = exports.GetReferenceResponseFilterSensitiveLog = exports.GetReadSetResponseFilterSensitiveLog = exports.WorkflowExport = exports.TaskStatus = exports.WorkflowType = exports.RunStatus = 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.CreationType = exports.WorkflowStatus = exports.WorkflowEngine = exports.FileType = exports.ReadSetPartSource = exports.StoreStatus = exports.StoreOptions = exports.SchemaValueType = exports.FormatToHeaderKey = exports.AnnotationType = exports.StoreFormat = exports.EncryptionType = exports.ReferenceItem = exports.ConflictException = exports.FormatOptions = exports.JobStatus = exports.ReadSetActivationJobItemStatus = exports.ReadSetActivationJobStatus = exports.Accelerators = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.RequestTimeoutException = exports.NotSupportedOperationException = exports.InternalServerException = exports.AccessDeniedException = void 0;
4
4
  const OmicsServiceException_1 = require("./OmicsServiceException");
5
5
  class AccessDeniedException extends OmicsServiceException_1.OmicsServiceException {
6
6
  constructor(opts) {
@@ -237,6 +237,10 @@ exports.WorkflowStatus = {
237
237
  INACTIVE: "INACTIVE",
238
238
  UPDATING: "UPDATING",
239
239
  };
240
+ exports.CreationType = {
241
+ IMPORT: "IMPORT",
242
+ UPLOAD: "UPLOAD",
243
+ };
240
244
  exports.ReadSetExportJobItemStatus = {
241
245
  FAILED: "FAILED",
242
246
  FINISHED: "FINISHED",
@@ -3586,6 +3586,7 @@ const de_GetReadSetMetadataCommand = async (output, context) => {
3586
3586
  const doc = (0, smithy_client_1.take)(data, {
3587
3587
  arn: smithy_client_1.expectString,
3588
3588
  creationTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
3589
+ creationType: smithy_client_1.expectString,
3589
3590
  description: smithy_client_1.expectString,
3590
3591
  fileType: smithy_client_1.expectString,
3591
3592
  files: smithy_client_1._json,
@@ -6180,6 +6181,7 @@ const se_ReadSetFilter = (input, context) => {
6180
6181
  return (0, smithy_client_1.take)(input, {
6181
6182
  createdAfter: (_) => _.toISOString().split(".")[0] + "Z",
6182
6183
  createdBefore: (_) => _.toISOString().split(".")[0] + "Z",
6184
+ creationType: [],
6183
6185
  generatedFrom: [],
6184
6186
  name: [],
6185
6187
  referenceArn: [],
@@ -6370,6 +6372,7 @@ const de_ReadSetListItem = (output, context) => {
6370
6372
  return (0, smithy_client_1.take)(output, {
6371
6373
  arn: smithy_client_1.expectString,
6372
6374
  creationTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
6375
+ creationType: smithy_client_1.expectString,
6373
6376
  description: smithy_client_1.expectString,
6374
6377
  fileType: smithy_client_1.expectString,
6375
6378
  id: smithy_client_1.expectString,
@@ -225,6 +225,10 @@ export const WorkflowStatus = {
225
225
  INACTIVE: "INACTIVE",
226
226
  UPDATING: "UPDATING",
227
227
  };
228
+ export const CreationType = {
229
+ IMPORT: "IMPORT",
230
+ UPLOAD: "UPLOAD",
231
+ };
228
232
  export const ReadSetExportJobItemStatus = {
229
233
  FAILED: "FAILED",
230
234
  FINISHED: "FINISHED",
@@ -3482,6 +3482,7 @@ export const de_GetReadSetMetadataCommand = async (output, context) => {
3482
3482
  const doc = take(data, {
3483
3483
  arn: __expectString,
3484
3484
  creationTime: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
3485
+ creationType: __expectString,
3485
3486
  description: __expectString,
3486
3487
  fileType: __expectString,
3487
3488
  files: _json,
@@ -6031,6 +6032,7 @@ const se_ReadSetFilter = (input, context) => {
6031
6032
  return take(input, {
6032
6033
  createdAfter: (_) => _.toISOString().split(".")[0] + "Z",
6033
6034
  createdBefore: (_) => _.toISOString().split(".")[0] + "Z",
6035
+ creationType: [],
6034
6036
  generatedFrom: [],
6035
6037
  name: [],
6036
6038
  referenceArn: [],
@@ -6221,6 +6223,7 @@ const de_ReadSetListItem = (output, context) => {
6221
6223
  return take(output, {
6222
6224
  arn: __expectString,
6223
6225
  creationTime: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
6226
+ creationType: __expectString,
6224
6227
  description: __expectString,
6225
6228
  fileType: __expectString,
6226
6229
  id: __expectString,
@@ -72,6 +72,7 @@ export interface GetReadSetMetadataCommandOutput extends GetReadSetMetadataRespo
72
72
  * // },
73
73
  * // },
74
74
  * // statusMessage: "STRING_VALUE",
75
+ * // creationType: "STRING_VALUE",
75
76
  * // };
76
77
  *
77
78
  * ```
@@ -43,6 +43,7 @@ export interface ListReadSetsCommandOutput extends ListReadSetsResponse, __Metad
43
43
  * sampleId: "STRING_VALUE",
44
44
  * subjectId: "STRING_VALUE",
45
45
  * generatedFrom: "STRING_VALUE",
46
+ * creationType: "STRING_VALUE",
46
47
  * },
47
48
  * };
48
49
  * const command = new ListReadSetsCommand(input);
@@ -69,6 +70,7 @@ export interface ListReadSetsCommandOutput extends ListReadSetsResponse, __Metad
69
70
  * // },
70
71
  * // creationTime: new Date("TIMESTAMP"), // required
71
72
  * // statusMessage: "STRING_VALUE",
73
+ * // creationType: "STRING_VALUE",
72
74
  * // },
73
75
  * // ],
74
76
  * // };
@@ -1781,6 +1781,18 @@ export interface CreateWorkflowResponse {
1781
1781
  */
1782
1782
  tags?: Record<string, string>;
1783
1783
  }
1784
+ /**
1785
+ * @public
1786
+ * @enum
1787
+ */
1788
+ export declare const CreationType: {
1789
+ readonly IMPORT: "IMPORT";
1790
+ readonly UPLOAD: "UPLOAD";
1791
+ };
1792
+ /**
1793
+ * @public
1794
+ */
1795
+ export type CreationType = (typeof CreationType)[keyof typeof CreationType];
1784
1796
  /**
1785
1797
  * @public
1786
1798
  */
@@ -2430,6 +2442,12 @@ export interface GetReadSetMetadataResponse {
2430
2442
  * </p>
2431
2443
  */
2432
2444
  statusMessage?: string;
2445
+ /**
2446
+ * <p>
2447
+ * The creation type of the read set.
2448
+ * </p>
2449
+ */
2450
+ creationType?: CreationType | string;
2433
2451
  }
2434
2452
  /**
2435
2453
  * @public
@@ -3658,6 +3676,12 @@ export interface ReadSetFilter {
3658
3676
  * </p>
3659
3677
  */
3660
3678
  generatedFrom?: string;
3679
+ /**
3680
+ * <p>
3681
+ * The creation type of the read set.
3682
+ * </p>
3683
+ */
3684
+ creationType?: CreationType | string;
3661
3685
  }
3662
3686
  /**
3663
3687
  * @public
@@ -3739,6 +3763,12 @@ export interface ReadSetListItem {
3739
3763
  * </p>
3740
3764
  */
3741
3765
  statusMessage?: string;
3766
+ /**
3767
+ * <p>
3768
+ * The creation type of the read set.
3769
+ * </p>
3770
+ */
3771
+ creationType?: CreationType | string;
3742
3772
  }
3743
3773
  /**
3744
3774
  * @public
@@ -582,6 +582,11 @@ export interface CreateWorkflowResponse {
582
582
  status?: WorkflowStatus | string;
583
583
  tags?: Record<string, string>;
584
584
  }
585
+ export declare const CreationType: {
586
+ readonly IMPORT: "IMPORT";
587
+ readonly UPLOAD: "UPLOAD";
588
+ };
589
+ export type CreationType = (typeof CreationType)[keyof typeof CreationType];
585
590
  export interface DeleteReferenceRequest {
586
591
  id: string | undefined;
587
592
  referenceStoreId: string | undefined;
@@ -796,6 +801,7 @@ export interface GetReadSetMetadataResponse {
796
801
  referenceArn?: string;
797
802
  files?: ReadSetFiles;
798
803
  statusMessage?: string;
804
+ creationType?: CreationType | string;
799
805
  }
800
806
  export declare const ReferenceFile: {
801
807
  readonly INDEX: "INDEX";
@@ -1155,6 +1161,7 @@ export interface ReadSetFilter {
1155
1161
  sampleId?: string;
1156
1162
  subjectId?: string;
1157
1163
  generatedFrom?: string;
1164
+ creationType?: CreationType | string;
1158
1165
  }
1159
1166
  export interface ListReadSetsRequest {
1160
1167
  sequenceStoreId: string | undefined;
@@ -1176,6 +1183,7 @@ export interface ReadSetListItem {
1176
1183
  sequenceInformation?: SequenceInformation;
1177
1184
  creationTime: Date | undefined;
1178
1185
  statusMessage?: string;
1186
+ creationType?: CreationType | string;
1179
1187
  }
1180
1188
  export interface ListReadSetsResponse {
1181
1189
  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.379.1",
4
+ "version": "3.381.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",