@aws-sdk/client-omics 3.699.0 → 3.709.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
@@ -2645,7 +2645,7 @@ var se_PutS3AccessPolicyCommand = /* @__PURE__ */ __name(async (input, context)
2645
2645
  let body;
2646
2646
  body = JSON.stringify(
2647
2647
  (0, import_smithy_client.take)(input, {
2648
- s3AccessPolicy: (_) => import_smithy_client.LazyJsonString.fromObject(_)
2648
+ s3AccessPolicy: (_) => import_smithy_client.LazyJsonString.from(_)
2649
2649
  })
2650
2650
  );
2651
2651
  let { hostname: resolvedHostname } = await context.endpoint();
@@ -3914,7 +3914,7 @@ var de_GetS3AccessPolicyCommand = /* @__PURE__ */ __name(async (output, context)
3914
3914
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3915
3915
  const doc = (0, import_smithy_client.take)(data, {
3916
3916
  s3AccessPointArn: import_smithy_client.expectString,
3917
- s3AccessPolicy: (_) => new import_smithy_client.LazyJsonString(_),
3917
+ s3AccessPolicy: import_smithy_client.LazyJsonString.from,
3918
3918
  storeId: import_smithy_client.expectString,
3919
3919
  storeType: import_smithy_client.expectString,
3920
3920
  updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
@@ -1572,7 +1572,7 @@ export const se_PutS3AccessPolicyCommand = async (input, context) => {
1572
1572
  b.p("s3AccessPointArn", () => input.s3AccessPointArn, "{s3AccessPointArn}", false);
1573
1573
  let body;
1574
1574
  body = JSON.stringify(take(input, {
1575
- s3AccessPolicy: (_) => __LazyJsonString.fromObject(_),
1575
+ s3AccessPolicy: (_) => __LazyJsonString.from(_),
1576
1576
  }));
1577
1577
  let { hostname: resolvedHostname } = await context.endpoint();
1578
1578
  if (context.disableHostPrefix !== true) {
@@ -2810,7 +2810,7 @@ export const de_GetS3AccessPolicyCommand = async (output, context) => {
2810
2810
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2811
2811
  const doc = take(data, {
2812
2812
  s3AccessPointArn: __expectString,
2813
- s3AccessPolicy: (_) => new __LazyJsonString(_),
2813
+ s3AccessPolicy: __LazyJsonString.from,
2814
2814
  storeId: __expectString,
2815
2815
  storeType: __expectString,
2816
2816
  updateTime: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString } from "@smithy/smithy-client";
1
+ import { AutomaticJsonStringConversion as __AutomaticJsonStringConversion, ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { DocumentType as __DocumentType, StreamingBlobTypes } from "@smithy/types";
3
3
  import { OmicsServiceException as __BaseException } from "./OmicsServiceException";
4
4
  /**
@@ -4745,7 +4745,7 @@ export interface GetS3AccessPolicyResponse {
4745
4745
  * <p>The current resource policy that controls S3 access on the store.</p>
4746
4746
  * @public
4747
4747
  */
4748
- s3AccessPolicy: __LazyJsonString | string | undefined;
4748
+ s3AccessPolicy: __AutomaticJsonStringConversion | string | undefined;
4749
4749
  }
4750
4750
  /**
4751
4751
  * @public
@@ -7016,7 +7016,7 @@ export interface PutS3AccessPolicyRequest {
7016
7016
  * <p>The resource policy that controls S3 access to the store.</p>
7017
7017
  * @public
7018
7018
  */
7019
- s3AccessPolicy: __LazyJsonString | string | undefined;
7019
+ s3AccessPolicy: __AutomaticJsonStringConversion | string | undefined;
7020
7020
  }
7021
7021
  /**
7022
7022
  * @public
@@ -1,6 +1,6 @@
1
1
  import {
2
+ AutomaticJsonStringConversion as __AutomaticJsonStringConversion,
2
3
  ExceptionOptionType as __ExceptionOptionType,
3
- LazyJsonString as __LazyJsonString,
4
4
  } from "@smithy/smithy-client";
5
5
  import {
6
6
  DocumentType as __DocumentType,
@@ -1322,7 +1322,7 @@ export interface GetS3AccessPolicyResponse {
1322
1322
  storeId?: string | undefined;
1323
1323
  storeType?: StoreType | undefined;
1324
1324
  updateTime?: Date | undefined;
1325
- s3AccessPolicy: __LazyJsonString | string | undefined;
1325
+ s3AccessPolicy: __AutomaticJsonStringConversion | string | undefined;
1326
1326
  }
1327
1327
  export interface GetSequenceStoreRequest {
1328
1328
  id: string | undefined;
@@ -1835,7 +1835,7 @@ export interface ListWorkflowsResponse {
1835
1835
  }
1836
1836
  export interface PutS3AccessPolicyRequest {
1837
1837
  s3AccessPointArn: string | undefined;
1838
- s3AccessPolicy: __LazyJsonString | string | undefined;
1838
+ s3AccessPolicy: __AutomaticJsonStringConversion | string | undefined;
1839
1839
  }
1840
1840
  export interface PutS3AccessPolicyResponse {
1841
1841
  s3AccessPointArn?: string | undefined;
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.699.0",
4
+ "version": "3.709.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,46 +20,46 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.699.0",
24
- "@aws-sdk/client-sts": "3.699.0",
25
- "@aws-sdk/core": "3.696.0",
26
- "@aws-sdk/credential-provider-node": "3.699.0",
27
- "@aws-sdk/middleware-host-header": "3.696.0",
28
- "@aws-sdk/middleware-logger": "3.696.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.696.0",
30
- "@aws-sdk/middleware-user-agent": "3.696.0",
31
- "@aws-sdk/region-config-resolver": "3.696.0",
32
- "@aws-sdk/types": "3.696.0",
33
- "@aws-sdk/util-endpoints": "3.696.0",
34
- "@aws-sdk/util-user-agent-browser": "3.696.0",
35
- "@aws-sdk/util-user-agent-node": "3.696.0",
36
- "@smithy/config-resolver": "^3.0.12",
37
- "@smithy/core": "^2.5.3",
38
- "@smithy/fetch-http-handler": "^4.1.1",
39
- "@smithy/hash-node": "^3.0.10",
40
- "@smithy/invalid-dependency": "^3.0.10",
41
- "@smithy/middleware-content-length": "^3.0.12",
42
- "@smithy/middleware-endpoint": "^3.2.3",
43
- "@smithy/middleware-retry": "^3.0.27",
44
- "@smithy/middleware-serde": "^3.0.10",
45
- "@smithy/middleware-stack": "^3.0.10",
46
- "@smithy/node-config-provider": "^3.1.11",
47
- "@smithy/node-http-handler": "^3.3.1",
48
- "@smithy/protocol-http": "^4.1.7",
49
- "@smithy/smithy-client": "^3.4.4",
50
- "@smithy/types": "^3.7.1",
51
- "@smithy/url-parser": "^3.0.10",
23
+ "@aws-sdk/client-sso-oidc": "3.709.0",
24
+ "@aws-sdk/client-sts": "3.709.0",
25
+ "@aws-sdk/core": "3.709.0",
26
+ "@aws-sdk/credential-provider-node": "3.709.0",
27
+ "@aws-sdk/middleware-host-header": "3.709.0",
28
+ "@aws-sdk/middleware-logger": "3.709.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.709.0",
30
+ "@aws-sdk/middleware-user-agent": "3.709.0",
31
+ "@aws-sdk/region-config-resolver": "3.709.0",
32
+ "@aws-sdk/types": "3.709.0",
33
+ "@aws-sdk/util-endpoints": "3.709.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.709.0",
35
+ "@aws-sdk/util-user-agent-node": "3.709.0",
36
+ "@smithy/config-resolver": "^3.0.13",
37
+ "@smithy/core": "^2.5.5",
38
+ "@smithy/fetch-http-handler": "^4.1.2",
39
+ "@smithy/hash-node": "^3.0.11",
40
+ "@smithy/invalid-dependency": "^3.0.11",
41
+ "@smithy/middleware-content-length": "^3.0.13",
42
+ "@smithy/middleware-endpoint": "^3.2.5",
43
+ "@smithy/middleware-retry": "^3.0.30",
44
+ "@smithy/middleware-serde": "^3.0.11",
45
+ "@smithy/middleware-stack": "^3.0.11",
46
+ "@smithy/node-config-provider": "^3.1.12",
47
+ "@smithy/node-http-handler": "^3.3.2",
48
+ "@smithy/protocol-http": "^4.1.8",
49
+ "@smithy/smithy-client": "^3.5.0",
50
+ "@smithy/types": "^3.7.2",
51
+ "@smithy/url-parser": "^3.0.11",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.27",
56
- "@smithy/util-defaults-mode-node": "^3.0.27",
57
- "@smithy/util-endpoints": "^2.1.6",
58
- "@smithy/util-middleware": "^3.0.10",
59
- "@smithy/util-retry": "^3.0.10",
60
- "@smithy/util-stream": "^3.3.1",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.30",
56
+ "@smithy/util-defaults-mode-node": "^3.0.30",
57
+ "@smithy/util-endpoints": "^2.1.7",
58
+ "@smithy/util-middleware": "^3.0.11",
59
+ "@smithy/util-retry": "^3.0.11",
60
+ "@smithy/util-stream": "^3.3.2",
61
61
  "@smithy/util-utf8": "^3.0.0",
62
- "@smithy/util-waiter": "^3.1.9",
62
+ "@smithy/util-waiter": "^3.2.0",
63
63
  "@types/uuid": "^9.0.1",
64
64
  "tslib": "^2.6.2",
65
65
  "uuid": "^9.0.1"