@aws-sdk/client-omics 3.379.1 → 3.382.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
  * // };