@aws-sdk/client-iotsitewise 3.226.0 → 3.230.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/protocols/Aws_restJson1.js +6 -6
- package/dist-cjs/runtimeConfig.browser.js +3 -3
- package/dist-cjs/runtimeConfig.js +2 -1
- package/dist-es/protocols/Aws_restJson1.js +6 -6
- package/dist-es/runtimeConfig.browser.js +1 -1
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -1
- package/package.json +5 -4
|
@@ -544,7 +544,7 @@ const serializeAws_restJson1DeleteAccessPolicyCommand = async (input, context) =
|
|
|
544
544
|
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/access-policies/{accessPolicyId}";
|
|
545
545
|
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "accessPolicyId", () => input.accessPolicyId, "{accessPolicyId}", false);
|
|
546
546
|
const query = map({
|
|
547
|
-
clientToken: [, input.clientToken],
|
|
547
|
+
clientToken: [, input.clientToken ?? (0, uuid_1.v4)()],
|
|
548
548
|
});
|
|
549
549
|
let body;
|
|
550
550
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -572,7 +572,7 @@ const serializeAws_restJson1DeleteAssetCommand = async (input, context) => {
|
|
|
572
572
|
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/assets/{assetId}";
|
|
573
573
|
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "assetId", () => input.assetId, "{assetId}", false);
|
|
574
574
|
const query = map({
|
|
575
|
-
clientToken: [, input.clientToken],
|
|
575
|
+
clientToken: [, input.clientToken ?? (0, uuid_1.v4)()],
|
|
576
576
|
});
|
|
577
577
|
let body;
|
|
578
578
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -600,7 +600,7 @@ const serializeAws_restJson1DeleteAssetModelCommand = async (input, context) =>
|
|
|
600
600
|
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/asset-models/{assetModelId}";
|
|
601
601
|
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "assetModelId", () => input.assetModelId, "{assetModelId}", false);
|
|
602
602
|
const query = map({
|
|
603
|
-
clientToken: [, input.clientToken],
|
|
603
|
+
clientToken: [, input.clientToken ?? (0, uuid_1.v4)()],
|
|
604
604
|
});
|
|
605
605
|
let body;
|
|
606
606
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -628,7 +628,7 @@ const serializeAws_restJson1DeleteDashboardCommand = async (input, context) => {
|
|
|
628
628
|
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/dashboards/{dashboardId}";
|
|
629
629
|
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "dashboardId", () => input.dashboardId, "{dashboardId}", false);
|
|
630
630
|
const query = map({
|
|
631
|
-
clientToken: [, input.clientToken],
|
|
631
|
+
clientToken: [, input.clientToken ?? (0, uuid_1.v4)()],
|
|
632
632
|
});
|
|
633
633
|
let body;
|
|
634
634
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -680,7 +680,7 @@ const serializeAws_restJson1DeletePortalCommand = async (input, context) => {
|
|
|
680
680
|
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/portals/{portalId}";
|
|
681
681
|
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "portalId", () => input.portalId, "{portalId}", false);
|
|
682
682
|
const query = map({
|
|
683
|
-
clientToken: [, input.clientToken],
|
|
683
|
+
clientToken: [, input.clientToken ?? (0, uuid_1.v4)()],
|
|
684
684
|
});
|
|
685
685
|
let body;
|
|
686
686
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -708,7 +708,7 @@ const serializeAws_restJson1DeleteProjectCommand = async (input, context) => {
|
|
|
708
708
|
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/projects/{projectId}";
|
|
709
709
|
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "projectId", () => input.projectId, "{projectId}", false);
|
|
710
710
|
const query = map({
|
|
711
|
-
clientToken: [, input.clientToken],
|
|
711
|
+
clientToken: [, input.clientToken ?? (0, uuid_1.v4)()],
|
|
712
712
|
});
|
|
713
713
|
let body;
|
|
714
714
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -7,8 +7,8 @@ const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
|
7
7
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
8
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
9
9
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
10
|
-
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
11
10
|
const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
11
|
+
const util_retry_1 = require("@aws-sdk/util-retry");
|
|
12
12
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
13
13
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
14
14
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
@@ -27,10 +27,10 @@ const getRuntimeConfig = (config) => {
|
|
|
27
27
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
28
28
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
29
29
|
(0, util_user_agent_browser_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
30
|
-
maxAttempts: config?.maxAttempts ??
|
|
30
|
+
maxAttempts: config?.maxAttempts ?? util_retry_1.DEFAULT_MAX_ATTEMPTS,
|
|
31
31
|
region: config?.region ?? (0, invalid_dependency_1.invalidProvider)("Region is missing"),
|
|
32
32
|
requestHandler: config?.requestHandler ?? new fetch_http_handler_1.FetchHttpHandler(defaultConfigProvider),
|
|
33
|
-
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode ||
|
|
33
|
+
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE),
|
|
34
34
|
sha256: config?.sha256 ?? sha256_browser_1.Sha256,
|
|
35
35
|
streamCollector: config?.streamCollector ?? fetch_http_handler_1.streamCollector,
|
|
36
36
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
|
11
11
|
const node_config_provider_1 = require("@aws-sdk/node-config-provider");
|
|
12
12
|
const node_http_handler_1 = require("@aws-sdk/node-http-handler");
|
|
13
13
|
const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
|
|
14
|
+
const util_retry_1 = require("@aws-sdk/util-retry");
|
|
14
15
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
15
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
16
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
@@ -37,7 +38,7 @@ const getRuntimeConfig = (config) => {
|
|
|
37
38
|
retryMode: config?.retryMode ??
|
|
38
39
|
(0, node_config_provider_1.loadConfig)({
|
|
39
40
|
...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
40
|
-
default: async () => (await defaultConfigProvider()).retryMode ||
|
|
41
|
+
default: async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE,
|
|
41
42
|
}),
|
|
42
43
|
sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
|
|
43
44
|
streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
|
|
@@ -523,7 +523,7 @@ export const serializeAws_restJson1DeleteAccessPolicyCommand = async (input, con
|
|
|
523
523
|
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/access-policies/{accessPolicyId}";
|
|
524
524
|
resolvedPath = __resolvedPath(resolvedPath, input, "accessPolicyId", () => input.accessPolicyId, "{accessPolicyId}", false);
|
|
525
525
|
const query = map({
|
|
526
|
-
clientToken: [, input.clientToken],
|
|
526
|
+
clientToken: [, input.clientToken ?? generateIdempotencyToken()],
|
|
527
527
|
});
|
|
528
528
|
let body;
|
|
529
529
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -550,7 +550,7 @@ export const serializeAws_restJson1DeleteAssetCommand = async (input, context) =
|
|
|
550
550
|
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/assets/{assetId}";
|
|
551
551
|
resolvedPath = __resolvedPath(resolvedPath, input, "assetId", () => input.assetId, "{assetId}", false);
|
|
552
552
|
const query = map({
|
|
553
|
-
clientToken: [, input.clientToken],
|
|
553
|
+
clientToken: [, input.clientToken ?? generateIdempotencyToken()],
|
|
554
554
|
});
|
|
555
555
|
let body;
|
|
556
556
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -577,7 +577,7 @@ export const serializeAws_restJson1DeleteAssetModelCommand = async (input, conte
|
|
|
577
577
|
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/asset-models/{assetModelId}";
|
|
578
578
|
resolvedPath = __resolvedPath(resolvedPath, input, "assetModelId", () => input.assetModelId, "{assetModelId}", false);
|
|
579
579
|
const query = map({
|
|
580
|
-
clientToken: [, input.clientToken],
|
|
580
|
+
clientToken: [, input.clientToken ?? generateIdempotencyToken()],
|
|
581
581
|
});
|
|
582
582
|
let body;
|
|
583
583
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -604,7 +604,7 @@ export const serializeAws_restJson1DeleteDashboardCommand = async (input, contex
|
|
|
604
604
|
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/dashboards/{dashboardId}";
|
|
605
605
|
resolvedPath = __resolvedPath(resolvedPath, input, "dashboardId", () => input.dashboardId, "{dashboardId}", false);
|
|
606
606
|
const query = map({
|
|
607
|
-
clientToken: [, input.clientToken],
|
|
607
|
+
clientToken: [, input.clientToken ?? generateIdempotencyToken()],
|
|
608
608
|
});
|
|
609
609
|
let body;
|
|
610
610
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -654,7 +654,7 @@ export const serializeAws_restJson1DeletePortalCommand = async (input, context)
|
|
|
654
654
|
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/portals/{portalId}";
|
|
655
655
|
resolvedPath = __resolvedPath(resolvedPath, input, "portalId", () => input.portalId, "{portalId}", false);
|
|
656
656
|
const query = map({
|
|
657
|
-
clientToken: [, input.clientToken],
|
|
657
|
+
clientToken: [, input.clientToken ?? generateIdempotencyToken()],
|
|
658
658
|
});
|
|
659
659
|
let body;
|
|
660
660
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -681,7 +681,7 @@ export const serializeAws_restJson1DeleteProjectCommand = async (input, context)
|
|
|
681
681
|
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/projects/{projectId}";
|
|
682
682
|
resolvedPath = __resolvedPath(resolvedPath, input, "projectId", () => input.projectId, "{projectId}", false);
|
|
683
683
|
const query = map({
|
|
684
|
-
clientToken: [, input.clientToken],
|
|
684
|
+
clientToken: [, input.clientToken ?? generateIdempotencyToken()],
|
|
685
685
|
});
|
|
686
686
|
let body;
|
|
687
687
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -3,8 +3,8 @@ import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
|
3
3
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
|
|
4
4
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
5
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
6
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/middleware-retry";
|
|
7
6
|
import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
|
|
7
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry";
|
|
8
8
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
9
9
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
10
10
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,10 +3,11 @@ import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
|
3
3
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { Hash } from "@aws-sdk/hash-node";
|
|
6
|
-
import {
|
|
6
|
+
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
|
|
7
7
|
import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
|
|
8
8
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler";
|
|
9
9
|
import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
|
|
10
|
+
import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry";
|
|
10
11
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
11
12
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
12
13
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: IoTSiteWiseClientConfig) => {
|
|
|
31
31
|
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
32
|
}) => import("@aws-sdk/types").EndpointV2;
|
|
33
33
|
tls?: boolean | undefined;
|
|
34
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
34
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined;
|
|
35
35
|
credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider<import("@aws-sdk/types").AwsCredentialIdentity> | undefined;
|
|
36
36
|
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
37
37
|
signingEscapePath?: boolean | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: IoTSiteWiseClientConfig) => {
|
|
|
31
31
|
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
32
|
}) => import("@aws-sdk/types").EndpointV2;
|
|
33
33
|
tls?: boolean | undefined;
|
|
34
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
34
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined;
|
|
35
35
|
credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider<import("@aws-sdk/types").AwsCredentialIdentity> | undefined;
|
|
36
36
|
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
37
37
|
signingEscapePath?: boolean | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: IoTSiteWiseClientConfig) => {
|
|
|
30
30
|
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
31
31
|
}) => import("@aws-sdk/types").EndpointV2;
|
|
32
32
|
tls?: boolean | undefined;
|
|
33
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined;
|
|
34
34
|
credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider<import("@aws-sdk/types").AwsCredentialIdentity> | undefined;
|
|
35
35
|
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
36
36
|
signingEscapePath?: boolean | undefined;
|
|
@@ -62,7 +62,10 @@ export declare const getRuntimeConfig: (config: IoTSiteWiseClientConfig) => {
|
|
|
62
62
|
}
|
|
63
63
|
) => import("@aws-sdk/types").EndpointV2;
|
|
64
64
|
tls?: boolean | undefined;
|
|
65
|
-
retryStrategy?:
|
|
65
|
+
retryStrategy?:
|
|
66
|
+
| import("@aws-sdk/types").RetryStrategy
|
|
67
|
+
| import("@aws-sdk/types").RetryStrategyV2
|
|
68
|
+
| undefined;
|
|
66
69
|
credentials?:
|
|
67
70
|
| import("@aws-sdk/types").AwsCredentialIdentity
|
|
68
71
|
| import("@aws-sdk/types").Provider<
|
|
@@ -62,7 +62,10 @@ export declare const getRuntimeConfig: (config: IoTSiteWiseClientConfig) => {
|
|
|
62
62
|
}
|
|
63
63
|
) => import("@aws-sdk/types").EndpointV2;
|
|
64
64
|
tls?: boolean | undefined;
|
|
65
|
-
retryStrategy?:
|
|
65
|
+
retryStrategy?:
|
|
66
|
+
| import("@aws-sdk/types").RetryStrategy
|
|
67
|
+
| import("@aws-sdk/types").RetryStrategyV2
|
|
68
|
+
| undefined;
|
|
66
69
|
credentials?:
|
|
67
70
|
| import("@aws-sdk/types").AwsCredentialIdentity
|
|
68
71
|
| import("@aws-sdk/types").Provider<
|
|
@@ -51,7 +51,10 @@ export declare const getRuntimeConfig: (config: IoTSiteWiseClientConfig) => {
|
|
|
51
51
|
}
|
|
52
52
|
) => import("@aws-sdk/types").EndpointV2;
|
|
53
53
|
tls?: boolean | undefined;
|
|
54
|
-
retryStrategy?:
|
|
54
|
+
retryStrategy?:
|
|
55
|
+
| import("@aws-sdk/types").RetryStrategy
|
|
56
|
+
| import("@aws-sdk/types").RetryStrategyV2
|
|
57
|
+
| undefined;
|
|
55
58
|
credentials?:
|
|
56
59
|
| import("@aws-sdk/types").AwsCredentialIdentity
|
|
57
60
|
| import("@aws-sdk/types").Provider<
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iotsitewise",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iotsitewise Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.230.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",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.229.0",
|
|
23
23
|
"@aws-sdk/config-resolver": "3.226.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.229.0",
|
|
25
25
|
"@aws-sdk/fetch-http-handler": "3.226.0",
|
|
26
26
|
"@aws-sdk/hash-node": "3.226.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.226.0",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@aws-sdk/middleware-host-header": "3.226.0",
|
|
31
31
|
"@aws-sdk/middleware-logger": "3.226.0",
|
|
32
32
|
"@aws-sdk/middleware-recursion-detection": "3.226.0",
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.229.0",
|
|
34
34
|
"@aws-sdk/middleware-serde": "3.226.0",
|
|
35
35
|
"@aws-sdk/middleware-signing": "3.226.0",
|
|
36
36
|
"@aws-sdk/middleware-stack": "3.226.0",
|
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"@aws-sdk/util-defaults-mode-browser": "3.226.0",
|
|
48
48
|
"@aws-sdk/util-defaults-mode-node": "3.226.0",
|
|
49
49
|
"@aws-sdk/util-endpoints": "3.226.0",
|
|
50
|
+
"@aws-sdk/util-retry": "3.229.0",
|
|
50
51
|
"@aws-sdk/util-user-agent-browser": "3.226.0",
|
|
51
52
|
"@aws-sdk/util-user-agent-node": "3.226.0",
|
|
52
53
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|