@aws-sdk/client-omics 3.430.0 → 3.431.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.
@@ -4,6 +4,7 @@ exports.se_ListMultipartReadSetUploadsCommand = exports.se_ListAnnotationStoreVe
4
4
  exports.de_DeleteAnnotationStoreVersionsCommand = exports.de_DeleteAnnotationStoreCommand = exports.de_CreateWorkflowCommand = exports.de_CreateVariantStoreCommand = exports.de_CreateShareCommand = exports.de_CreateSequenceStoreCommand = exports.de_CreateRunGroupCommand = exports.de_CreateReferenceStoreCommand = exports.de_CreateMultipartReadSetUploadCommand = exports.de_CreateAnnotationStoreVersionCommand = exports.de_CreateAnnotationStoreCommand = exports.de_CompleteMultipartReadSetUploadCommand = exports.de_CancelVariantImportJobCommand = exports.de_CancelRunCommand = exports.de_CancelAnnotationImportJobCommand = exports.de_BatchDeleteReadSetCommand = exports.de_AcceptShareCommand = exports.de_AbortMultipartReadSetUploadCommand = exports.se_UploadReadSetPartCommand = exports.se_UpdateWorkflowCommand = exports.se_UpdateVariantStoreCommand = exports.se_UpdateRunGroupCommand = exports.se_UpdateAnnotationStoreVersionCommand = exports.se_UpdateAnnotationStoreCommand = exports.se_UntagResourceCommand = exports.se_TagResourceCommand = exports.se_StartVariantImportJobCommand = exports.se_StartRunCommand = exports.se_StartReferenceImportJobCommand = exports.se_StartReadSetImportJobCommand = exports.se_StartReadSetExportJobCommand = exports.se_StartReadSetActivationJobCommand = exports.se_StartAnnotationImportJobCommand = exports.se_ListWorkflowsCommand = exports.se_ListVariantStoresCommand = exports.se_ListVariantImportJobsCommand = exports.se_ListTagsForResourceCommand = exports.se_ListSharesCommand = exports.se_ListSequenceStoresCommand = exports.se_ListRunTasksCommand = exports.se_ListRunsCommand = exports.se_ListRunGroupsCommand = exports.se_ListReferenceStoresCommand = exports.se_ListReferencesCommand = exports.se_ListReferenceImportJobsCommand = exports.se_ListReadSetUploadPartsCommand = exports.se_ListReadSetsCommand = exports.se_ListReadSetImportJobsCommand = exports.se_ListReadSetExportJobsCommand = exports.se_ListReadSetActivationJobsCommand = void 0;
5
5
  exports.de_StartAnnotationImportJobCommand = exports.de_ListWorkflowsCommand = exports.de_ListVariantStoresCommand = exports.de_ListVariantImportJobsCommand = exports.de_ListTagsForResourceCommand = exports.de_ListSharesCommand = exports.de_ListSequenceStoresCommand = exports.de_ListRunTasksCommand = exports.de_ListRunsCommand = exports.de_ListRunGroupsCommand = exports.de_ListReferenceStoresCommand = exports.de_ListReferencesCommand = exports.de_ListReferenceImportJobsCommand = exports.de_ListReadSetUploadPartsCommand = exports.de_ListReadSetsCommand = exports.de_ListReadSetImportJobsCommand = exports.de_ListReadSetExportJobsCommand = exports.de_ListReadSetActivationJobsCommand = exports.de_ListMultipartReadSetUploadsCommand = exports.de_ListAnnotationStoreVersionsCommand = exports.de_ListAnnotationStoresCommand = exports.de_ListAnnotationImportJobsCommand = exports.de_GetWorkflowCommand = exports.de_GetVariantStoreCommand = exports.de_GetVariantImportJobCommand = exports.de_GetShareCommand = exports.de_GetSequenceStoreCommand = exports.de_GetRunTaskCommand = exports.de_GetRunGroupCommand = exports.de_GetRunCommand = exports.de_GetReferenceStoreCommand = exports.de_GetReferenceMetadataCommand = exports.de_GetReferenceImportJobCommand = exports.de_GetReferenceCommand = exports.de_GetReadSetMetadataCommand = exports.de_GetReadSetImportJobCommand = exports.de_GetReadSetExportJobCommand = exports.de_GetReadSetActivationJobCommand = exports.de_GetReadSetCommand = exports.de_GetAnnotationStoreVersionCommand = exports.de_GetAnnotationStoreCommand = exports.de_GetAnnotationImportJobCommand = exports.de_DeleteWorkflowCommand = exports.de_DeleteVariantStoreCommand = exports.de_DeleteShareCommand = exports.de_DeleteSequenceStoreCommand = exports.de_DeleteRunGroupCommand = exports.de_DeleteRunCommand = exports.de_DeleteReferenceStoreCommand = exports.de_DeleteReferenceCommand = void 0;
6
6
  exports.de_UploadReadSetPartCommand = exports.de_UpdateWorkflowCommand = exports.de_UpdateVariantStoreCommand = exports.de_UpdateRunGroupCommand = exports.de_UpdateAnnotationStoreVersionCommand = exports.de_UpdateAnnotationStoreCommand = exports.de_UntagResourceCommand = exports.de_TagResourceCommand = exports.de_StartVariantImportJobCommand = exports.de_StartRunCommand = exports.de_StartReferenceImportJobCommand = exports.de_StartReadSetImportJobCommand = exports.de_StartReadSetExportJobCommand = exports.de_StartReadSetActivationJobCommand = void 0;
7
+ const core_1 = require("@aws-sdk/core");
7
8
  const protocol_http_1 = require("@smithy/protocol-http");
8
9
  const smithy_client_1 = require("@smithy/smithy-client");
9
10
  const uuid_1 = require("uuid");
@@ -2801,10 +2802,10 @@ const de_CreateAnnotationStoreCommand = async (output, context) => {
2801
2802
  creationTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
2802
2803
  id: smithy_client_1.expectString,
2803
2804
  name: smithy_client_1.expectString,
2804
- reference: (_) => (0, smithy_client_1._json)((0, smithy_client_1.expectUnion)(_)),
2805
+ reference: (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
2805
2806
  status: smithy_client_1.expectString,
2806
2807
  storeFormat: smithy_client_1.expectString,
2807
- storeOptions: (_) => (0, smithy_client_1._json)((0, smithy_client_1.expectUnion)(_)),
2808
+ storeOptions: (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
2808
2809
  versionName: smithy_client_1.expectString,
2809
2810
  });
2810
2811
  Object.assign(contents, doc);
@@ -2863,7 +2864,7 @@ const de_CreateAnnotationStoreVersionCommand = async (output, context) => {
2863
2864
  status: smithy_client_1.expectString,
2864
2865
  storeId: smithy_client_1.expectString,
2865
2866
  versionName: smithy_client_1.expectString,
2866
- versionOptions: (_) => (0, smithy_client_1._json)((0, smithy_client_1.expectUnion)(_)),
2867
+ versionOptions: (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
2867
2868
  });
2868
2869
  Object.assign(contents, doc);
2869
2870
  return contents;
@@ -3203,7 +3204,7 @@ const de_CreateVariantStoreCommand = async (output, context) => {
3203
3204
  creationTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
3204
3205
  id: smithy_client_1.expectString,
3205
3206
  name: smithy_client_1.expectString,
3206
- reference: (_) => (0, smithy_client_1._json)((0, smithy_client_1.expectUnion)(_)),
3207
+ reference: (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
3207
3208
  status: smithy_client_1.expectString,
3208
3209
  });
3209
3210
  Object.assign(contents, doc);
@@ -3814,7 +3815,7 @@ const de_GetAnnotationImportJobCommand = async (output, context) => {
3814
3815
  completionTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
3815
3816
  creationTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
3816
3817
  destinationName: smithy_client_1.expectString,
3817
- formatOptions: (_) => (0, smithy_client_1._json)((0, smithy_client_1.expectUnion)(_)),
3818
+ formatOptions: (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
3818
3819
  id: smithy_client_1.expectString,
3819
3820
  items: smithy_client_1._json,
3820
3821
  roleArn: smithy_client_1.expectString,
@@ -3873,13 +3874,13 @@ const de_GetAnnotationStoreCommand = async (output, context) => {
3873
3874
  id: smithy_client_1.expectString,
3874
3875
  name: smithy_client_1.expectString,
3875
3876
  numVersions: smithy_client_1.expectInt32,
3876
- reference: (_) => (0, smithy_client_1._json)((0, smithy_client_1.expectUnion)(_)),
3877
+ reference: (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
3877
3878
  sseConfig: smithy_client_1._json,
3878
3879
  status: smithy_client_1.expectString,
3879
3880
  statusMessage: smithy_client_1.expectString,
3880
3881
  storeArn: smithy_client_1.expectString,
3881
3882
  storeFormat: smithy_client_1.expectString,
3882
- storeOptions: (_) => (0, smithy_client_1._json)((0, smithy_client_1.expectUnion)(_)),
3883
+ storeOptions: (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
3883
3884
  storeSizeBytes: smithy_client_1.expectLong,
3884
3885
  tags: smithy_client_1._json,
3885
3886
  updateTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
@@ -3939,7 +3940,7 @@ const de_GetAnnotationStoreVersionCommand = async (output, context) => {
3939
3940
  updateTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
3940
3941
  versionArn: smithy_client_1.expectString,
3941
3942
  versionName: smithy_client_1.expectString,
3942
- versionOptions: (_) => (0, smithy_client_1._json)((0, smithy_client_1.expectUnion)(_)),
3943
+ versionOptions: (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
3943
3944
  versionSizeBytes: smithy_client_1.expectLong,
3944
3945
  });
3945
3946
  Object.assign(contents, doc);
@@ -4863,7 +4864,7 @@ const de_GetVariantStoreCommand = async (output, context) => {
4863
4864
  description: smithy_client_1.expectString,
4864
4865
  id: smithy_client_1.expectString,
4865
4866
  name: smithy_client_1.expectString,
4866
- reference: (_) => (0, smithy_client_1._json)((0, smithy_client_1.expectUnion)(_)),
4867
+ reference: (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
4867
4868
  sseConfig: smithy_client_1._json,
4868
4869
  status: smithy_client_1.expectString,
4869
4870
  statusMessage: smithy_client_1.expectString,
@@ -6545,10 +6546,10 @@ const de_UpdateAnnotationStoreCommand = async (output, context) => {
6545
6546
  description: smithy_client_1.expectString,
6546
6547
  id: smithy_client_1.expectString,
6547
6548
  name: smithy_client_1.expectString,
6548
- reference: (_) => (0, smithy_client_1._json)((0, smithy_client_1.expectUnion)(_)),
6549
+ reference: (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
6549
6550
  status: smithy_client_1.expectString,
6550
6551
  storeFormat: smithy_client_1.expectString,
6551
- storeOptions: (_) => (0, smithy_client_1._json)((0, smithy_client_1.expectUnion)(_)),
6552
+ storeOptions: (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
6552
6553
  updateTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
6553
6554
  });
6554
6555
  Object.assign(contents, doc);
@@ -6703,7 +6704,7 @@ const de_UpdateVariantStoreCommand = async (output, context) => {
6703
6704
  description: smithy_client_1.expectString,
6704
6705
  id: smithy_client_1.expectString,
6705
6706
  name: smithy_client_1.expectString,
6706
- reference: (_) => (0, smithy_client_1._json)((0, smithy_client_1.expectUnion)(_)),
6707
+ reference: (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
6707
6708
  status: smithy_client_1.expectString,
6708
6709
  updateTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
6709
6710
  });
@@ -7096,7 +7097,7 @@ const de_AnnotationStoreItem = (output, context) => {
7096
7097
  description: smithy_client_1.expectString,
7097
7098
  id: smithy_client_1.expectString,
7098
7099
  name: smithy_client_1.expectString,
7099
- reference: (_) => (0, smithy_client_1._json)((0, smithy_client_1.expectUnion)(_)),
7100
+ reference: (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
7100
7101
  sseConfig: smithy_client_1._json,
7101
7102
  status: smithy_client_1.expectString,
7102
7103
  statusMessage: smithy_client_1.expectString,
@@ -7432,7 +7433,7 @@ const de_VariantStoreItem = (output, context) => {
7432
7433
  description: smithy_client_1.expectString,
7433
7434
  id: smithy_client_1.expectString,
7434
7435
  name: smithy_client_1.expectString,
7435
- reference: (_) => (0, smithy_client_1._json)((0, smithy_client_1.expectUnion)(_)),
7436
+ reference: (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
7436
7437
  sseConfig: smithy_client_1._json,
7437
7438
  status: smithy_client_1.expectString,
7438
7439
  statusMessage: smithy_client_1.expectString,
@@ -1,5 +1,6 @@
1
+ import { awsExpectUnion as __expectUnion } from "@aws-sdk/core";
1
2
  import { HttpRequest as __HttpRequest, isValidHostname as __isValidHostname, } from "@smithy/protocol-http";
2
- import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, expectUnion as __expectUnion, map, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, resolvedPath as __resolvedPath, take, withBaseException, } from "@smithy/smithy-client";
3
+ import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, map, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, resolvedPath as __resolvedPath, take, withBaseException, } from "@smithy/smithy-client";
3
4
  import { v4 as generateIdempotencyToken } from "uuid";
4
5
  import { AccessDeniedException, ConflictException, InternalServerException, NotSupportedOperationException, RangeNotSatisfiableException, RequestTimeoutException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/models_0";
5
6
  import { OmicsServiceException as __BaseException } from "../models/OmicsServiceException";
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.430.0",
4
+ "version": "3.431.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",
@@ -21,9 +21,10 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.430.0",
25
- "@aws-sdk/credential-provider-node": "3.430.0",
26
- "@aws-sdk/middleware-host-header": "3.429.0",
24
+ "@aws-sdk/client-sts": "3.431.0",
25
+ "@aws-sdk/core": "3.431.0",
26
+ "@aws-sdk/credential-provider-node": "3.431.0",
27
+ "@aws-sdk/middleware-host-header": "3.431.0",
27
28
  "@aws-sdk/middleware-logger": "3.428.0",
28
29
  "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
30
  "@aws-sdk/middleware-signing": "3.428.0",