@cdk8s/awscdk-resolver 0.0.176 → 0.0.178
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/.jsii +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -3
- package/node_modules/@aws-sdk/client-cloudformation/package.json +36 -36
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -3
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -3
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -3
- package/node_modules/@aws-sdk/client-sts/package.json +34 -34
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +17 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/core/package.json +10 -9
- package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-http/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +60 -4
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +22 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +18 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +9 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +14 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +5 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -5
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +54 -0
- package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +12 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +51 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +7 -0
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +6 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +1 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +6 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +1 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +6 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +46 -39
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +29 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -39
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +8 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +23 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -20
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +13 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +21 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -12
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -4
- package/package.json +3 -3
@@ -9,9 +9,9 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
9
9
|
credentialDefaultProvider: (
|
10
10
|
input: any
|
11
11
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
12
|
-
defaultUserAgentProvider:
|
13
|
-
import("@
|
14
|
-
>;
|
12
|
+
defaultUserAgentProvider: (
|
13
|
+
config: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
14
|
+
) => Promise<import("@smithy/types").UserAgent>;
|
15
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
16
16
|
region: string | import("@smithy/types").Provider<any>;
|
17
17
|
requestHandler:
|
@@ -34,6 +34,10 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
34
34
|
logger: import("@smithy/types").Logger;
|
35
35
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
37
|
+
userAgentAppId?:
|
38
|
+
| string
|
39
|
+
| import("@smithy/types").Provider<string | undefined>
|
40
|
+
| undefined;
|
37
41
|
retryStrategy?:
|
38
42
|
| import("@smithy/types").RetryStrategy
|
39
43
|
| import("@smithy/types").RetryStrategyV2
|
@@ -13,9 +13,11 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
13
13
|
) => import("@smithy/types").MemoizedProvider<
|
14
14
|
import("@smithy/types").AwsCredentialIdentity
|
15
15
|
>;
|
16
|
-
defaultUserAgentProvider:
|
17
|
-
|
18
|
-
|
16
|
+
defaultUserAgentProvider: (
|
17
|
+
config?:
|
18
|
+
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
19
|
+
| undefined
|
20
|
+
) => Promise<import("@smithy/types").UserAgent>;
|
19
21
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
20
22
|
region: string | import("@smithy/types").Provider<string>;
|
21
23
|
requestHandler:
|
@@ -26,6 +28,7 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
26
28
|
streamCollector: import("@smithy/types").StreamCollector;
|
27
29
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
28
30
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
31
|
+
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
29
32
|
apiVersion: string;
|
30
33
|
cacheMiddleware?: boolean | undefined;
|
31
34
|
urlParser: import("@smithy/types").UrlParser;
|
@@ -22,9 +22,9 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
22
22
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
23
23
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
24
24
|
region: string | import("@smithy/types").Provider<any>;
|
25
|
-
defaultUserAgentProvider:
|
26
|
-
import("@
|
27
|
-
>;
|
25
|
+
defaultUserAgentProvider: (
|
26
|
+
config: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
27
|
+
) => Promise<import("@smithy/types").UserAgent>;
|
28
28
|
credentialDefaultProvider: (
|
29
29
|
input: any
|
30
30
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
38
38
|
import("@smithy/smithy-client").DefaultsMode
|
39
39
|
>;
|
40
40
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
41
|
+
userAgentAppId?:
|
42
|
+
| string
|
43
|
+
| import("@smithy/types").Provider<string | undefined>
|
44
|
+
| undefined;
|
41
45
|
retryStrategy?:
|
42
46
|
| import("@smithy/types").RetryStrategy
|
43
47
|
| import("@smithy/types").RetryStrategyV2
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/client-sso-oidc",
|
3
3
|
"description": "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
|
4
|
-
"version": "3.
|
4
|
+
"version": "3.664.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-sso-oidc",
|
@@ -20,41 +20,41 @@
|
|
20
20
|
"dependencies": {
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
23
|
-
"@aws-sdk/core": "3.
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
30
|
-
"@aws-sdk/types": "3.
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
34
|
-
"@smithy/config-resolver": "^3.0.
|
35
|
-
"@smithy/core": "^2.4.
|
36
|
-
"@smithy/fetch-http-handler": "^3.2.
|
37
|
-
"@smithy/hash-node": "^3.0.
|
38
|
-
"@smithy/invalid-dependency": "^3.0.
|
39
|
-
"@smithy/middleware-content-length": "^3.0.
|
40
|
-
"@smithy/middleware-endpoint": "^3.1.
|
41
|
-
"@smithy/middleware-retry": "^3.0.
|
42
|
-
"@smithy/middleware-serde": "^3.0.
|
43
|
-
"@smithy/middleware-stack": "^3.0.
|
44
|
-
"@smithy/node-config-provider": "^3.1.
|
45
|
-
"@smithy/node-http-handler": "^3.2.
|
46
|
-
"@smithy/protocol-http": "^4.1.
|
47
|
-
"@smithy/smithy-client": "^3.3.
|
48
|
-
"@smithy/types": "^3.
|
49
|
-
"@smithy/url-parser": "^3.0.
|
23
|
+
"@aws-sdk/core": "3.664.0",
|
24
|
+
"@aws-sdk/credential-provider-node": "3.664.0",
|
25
|
+
"@aws-sdk/middleware-host-header": "3.664.0",
|
26
|
+
"@aws-sdk/middleware-logger": "3.664.0",
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.664.0",
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.664.0",
|
29
|
+
"@aws-sdk/region-config-resolver": "3.664.0",
|
30
|
+
"@aws-sdk/types": "3.664.0",
|
31
|
+
"@aws-sdk/util-endpoints": "3.664.0",
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.664.0",
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.664.0",
|
34
|
+
"@smithy/config-resolver": "^3.0.9",
|
35
|
+
"@smithy/core": "^2.4.7",
|
36
|
+
"@smithy/fetch-http-handler": "^3.2.9",
|
37
|
+
"@smithy/hash-node": "^3.0.7",
|
38
|
+
"@smithy/invalid-dependency": "^3.0.7",
|
39
|
+
"@smithy/middleware-content-length": "^3.0.9",
|
40
|
+
"@smithy/middleware-endpoint": "^3.1.4",
|
41
|
+
"@smithy/middleware-retry": "^3.0.22",
|
42
|
+
"@smithy/middleware-serde": "^3.0.7",
|
43
|
+
"@smithy/middleware-stack": "^3.0.7",
|
44
|
+
"@smithy/node-config-provider": "^3.1.8",
|
45
|
+
"@smithy/node-http-handler": "^3.2.4",
|
46
|
+
"@smithy/protocol-http": "^4.1.4",
|
47
|
+
"@smithy/smithy-client": "^3.3.6",
|
48
|
+
"@smithy/types": "^3.5.0",
|
49
|
+
"@smithy/url-parser": "^3.0.7",
|
50
50
|
"@smithy/util-base64": "^3.0.0",
|
51
51
|
"@smithy/util-body-length-browser": "^3.0.0",
|
52
52
|
"@smithy/util-body-length-node": "^3.0.0",
|
53
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
54
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
55
|
-
"@smithy/util-endpoints": "^2.1.
|
56
|
-
"@smithy/util-middleware": "^3.0.
|
57
|
-
"@smithy/util-retry": "^3.0.
|
53
|
+
"@smithy/util-defaults-mode-browser": "^3.0.22",
|
54
|
+
"@smithy/util-defaults-mode-node": "^3.0.22",
|
55
|
+
"@smithy/util-endpoints": "^2.1.3",
|
56
|
+
"@smithy/util-middleware": "^3.0.7",
|
57
|
+
"@smithy/util-retry": "^3.0.7",
|
58
58
|
"@smithy/util-utf8": "^3.0.0",
|
59
59
|
"tslib": "^2.6.2"
|
60
60
|
},
|
@@ -85,7 +85,7 @@
|
|
85
85
|
},
|
86
86
|
"license": "Apache-2.0",
|
87
87
|
"peerDependencies": {
|
88
|
-
"@aws-sdk/client-sts": "^3.
|
88
|
+
"@aws-sdk/client-sts": "^3.664.0"
|
89
89
|
},
|
90
90
|
"browser": {
|
91
91
|
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
@@ -58,6 +58,7 @@ const getRuntimeConfig = (config) => {
|
|
58
58
|
streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
|
59
59
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
60
60
|
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
61
|
+
userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS),
|
61
62
|
};
|
62
63
|
};
|
63
64
|
exports.getRuntimeConfig = getRuntimeConfig;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import packageInfo from "../package.json";
|
2
2
|
import { AwsSdkSigV4Signer, emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core";
|
3
3
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
4
|
-
import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
4
|
+
import { NODE_APP_ID_CONFIG_OPTIONS, defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
5
5
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
|
6
6
|
import { NoAuthSigner } from "@smithy/core";
|
7
7
|
import { Hash } from "@smithy/hash-node";
|
@@ -54,5 +54,6 @@ export const getRuntimeConfig = (config) => {
|
|
54
54
|
streamCollector: config?.streamCollector ?? streamCollector,
|
55
55
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
56
56
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
57
|
+
userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS),
|
57
58
|
};
|
58
59
|
};
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
10
10
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
11
|
-
defaultUserAgentProvider: import("@
|
11
|
+
defaultUserAgentProvider: (config: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
14
14
|
requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
29
29
|
logger: import("@smithy/types").Logger;
|
30
30
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
32
|
+
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
32
33
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
33
34
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
34
35
|
endpointProvider: (params: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
@@ -10,7 +10,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
10
10
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
12
12
|
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>;
|
13
|
-
defaultUserAgentProvider: import("@
|
13
|
+
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
14
14
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | {
|
15
15
|
schemeId: string;
|
16
16
|
identityProvider: (ipc: IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | (() => Promise<{}>);
|
@@ -24,6 +24,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
24
24
|
streamCollector: import("@smithy/types").StreamCollector;
|
25
25
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
26
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
27
|
+
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
27
28
|
apiVersion: string;
|
28
29
|
cacheMiddleware?: boolean | undefined;
|
29
30
|
urlParser: import("@smithy/types").UrlParser;
|
@@ -20,7 +20,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
20
20
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
21
21
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
23
|
-
defaultUserAgentProvider: import("@
|
23
|
+
defaultUserAgentProvider: (config: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
24
24
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
25
25
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
26
26
|
retryMode: string | import("@smithy/types").Provider<string>;
|
@@ -28,6 +28,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
28
28
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
29
29
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
30
30
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
31
|
+
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
31
32
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
32
33
|
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
33
34
|
endpointProvider: (params: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
@@ -9,9 +9,9 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
9
9
|
credentialDefaultProvider: (
|
10
10
|
input: any
|
11
11
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
12
|
-
defaultUserAgentProvider:
|
13
|
-
import("@
|
14
|
-
>;
|
12
|
+
defaultUserAgentProvider: (
|
13
|
+
config: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
14
|
+
) => Promise<import("@smithy/types").UserAgent>;
|
15
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
16
16
|
region: string | import("@smithy/types").Provider<any>;
|
17
17
|
requestHandler:
|
@@ -34,6 +34,10 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
34
34
|
logger: import("@smithy/types").Logger;
|
35
35
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
37
|
+
userAgentAppId?:
|
38
|
+
| string
|
39
|
+
| import("@smithy/types").Provider<string | undefined>
|
40
|
+
| undefined;
|
37
41
|
retryStrategy?:
|
38
42
|
| import("@smithy/types").RetryStrategy
|
39
43
|
| import("@smithy/types").RetryStrategyV2
|
@@ -15,9 +15,11 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
15
15
|
) => import("@smithy/types").MemoizedProvider<
|
16
16
|
import("@smithy/types").AwsCredentialIdentity
|
17
17
|
>;
|
18
|
-
defaultUserAgentProvider:
|
19
|
-
|
20
|
-
|
18
|
+
defaultUserAgentProvider: (
|
19
|
+
config?:
|
20
|
+
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
21
|
+
| undefined
|
22
|
+
) => Promise<import("@smithy/types").UserAgent>;
|
21
23
|
httpAuthSchemes:
|
22
24
|
| import("@smithy/types").HttpAuthScheme[]
|
23
25
|
| {
|
@@ -41,6 +43,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
41
43
|
streamCollector: import("@smithy/types").StreamCollector;
|
42
44
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
43
45
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
46
|
+
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
44
47
|
apiVersion: string;
|
45
48
|
cacheMiddleware?: boolean | undefined;
|
46
49
|
urlParser: import("@smithy/types").UrlParser;
|
@@ -22,9 +22,9 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
22
22
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
23
23
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
24
24
|
region: string | import("@smithy/types").Provider<any>;
|
25
|
-
defaultUserAgentProvider:
|
26
|
-
import("@
|
27
|
-
>;
|
25
|
+
defaultUserAgentProvider: (
|
26
|
+
config: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
27
|
+
) => Promise<import("@smithy/types").UserAgent>;
|
28
28
|
credentialDefaultProvider: (
|
29
29
|
input: any
|
30
30
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
38
38
|
import("@smithy/smithy-client").DefaultsMode
|
39
39
|
>;
|
40
40
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
41
|
+
userAgentAppId?:
|
42
|
+
| string
|
43
|
+
| import("@smithy/types").Provider<string | undefined>
|
44
|
+
| undefined;
|
41
45
|
retryStrategy?:
|
42
46
|
| import("@smithy/types").RetryStrategy
|
43
47
|
| import("@smithy/types").RetryStrategyV2
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/client-sts",
|
3
3
|
"description": "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
|
4
|
-
"version": "3.
|
4
|
+
"version": "3.664.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-sts",
|
@@ -22,42 +22,42 @@
|
|
22
22
|
"dependencies": {
|
23
23
|
"@aws-crypto/sha256-browser": "5.2.0",
|
24
24
|
"@aws-crypto/sha256-js": "5.2.0",
|
25
|
-
"@aws-sdk/client-sso-oidc": "3.
|
26
|
-
"@aws-sdk/core": "3.
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
33
|
-
"@aws-sdk/types": "3.
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
35
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
37
|
-
"@smithy/config-resolver": "^3.0.
|
38
|
-
"@smithy/core": "^2.4.
|
39
|
-
"@smithy/fetch-http-handler": "^3.2.
|
40
|
-
"@smithy/hash-node": "^3.0.
|
41
|
-
"@smithy/invalid-dependency": "^3.0.
|
42
|
-
"@smithy/middleware-content-length": "^3.0.
|
43
|
-
"@smithy/middleware-endpoint": "^3.1.
|
44
|
-
"@smithy/middleware-retry": "^3.0.
|
45
|
-
"@smithy/middleware-serde": "^3.0.
|
46
|
-
"@smithy/middleware-stack": "^3.0.
|
47
|
-
"@smithy/node-config-provider": "^3.1.
|
48
|
-
"@smithy/node-http-handler": "^3.2.
|
49
|
-
"@smithy/protocol-http": "^4.1.
|
50
|
-
"@smithy/smithy-client": "^3.3.
|
51
|
-
"@smithy/types": "^3.
|
52
|
-
"@smithy/url-parser": "^3.0.
|
25
|
+
"@aws-sdk/client-sso-oidc": "3.664.0",
|
26
|
+
"@aws-sdk/core": "3.664.0",
|
27
|
+
"@aws-sdk/credential-provider-node": "3.664.0",
|
28
|
+
"@aws-sdk/middleware-host-header": "3.664.0",
|
29
|
+
"@aws-sdk/middleware-logger": "3.664.0",
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.664.0",
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.664.0",
|
32
|
+
"@aws-sdk/region-config-resolver": "3.664.0",
|
33
|
+
"@aws-sdk/types": "3.664.0",
|
34
|
+
"@aws-sdk/util-endpoints": "3.664.0",
|
35
|
+
"@aws-sdk/util-user-agent-browser": "3.664.0",
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.664.0",
|
37
|
+
"@smithy/config-resolver": "^3.0.9",
|
38
|
+
"@smithy/core": "^2.4.7",
|
39
|
+
"@smithy/fetch-http-handler": "^3.2.9",
|
40
|
+
"@smithy/hash-node": "^3.0.7",
|
41
|
+
"@smithy/invalid-dependency": "^3.0.7",
|
42
|
+
"@smithy/middleware-content-length": "^3.0.9",
|
43
|
+
"@smithy/middleware-endpoint": "^3.1.4",
|
44
|
+
"@smithy/middleware-retry": "^3.0.22",
|
45
|
+
"@smithy/middleware-serde": "^3.0.7",
|
46
|
+
"@smithy/middleware-stack": "^3.0.7",
|
47
|
+
"@smithy/node-config-provider": "^3.1.8",
|
48
|
+
"@smithy/node-http-handler": "^3.2.4",
|
49
|
+
"@smithy/protocol-http": "^4.1.4",
|
50
|
+
"@smithy/smithy-client": "^3.3.6",
|
51
|
+
"@smithy/types": "^3.5.0",
|
52
|
+
"@smithy/url-parser": "^3.0.7",
|
53
53
|
"@smithy/util-base64": "^3.0.0",
|
54
54
|
"@smithy/util-body-length-browser": "^3.0.0",
|
55
55
|
"@smithy/util-body-length-node": "^3.0.0",
|
56
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
57
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
58
|
-
"@smithy/util-endpoints": "^2.1.
|
59
|
-
"@smithy/util-middleware": "^3.0.
|
60
|
-
"@smithy/util-retry": "^3.0.
|
56
|
+
"@smithy/util-defaults-mode-browser": "^3.0.22",
|
57
|
+
"@smithy/util-defaults-mode-node": "^3.0.22",
|
58
|
+
"@smithy/util-endpoints": "^2.1.3",
|
59
|
+
"@smithy/util-middleware": "^3.0.7",
|
60
|
+
"@smithy/util-retry": "^3.0.7",
|
61
61
|
"@smithy/util-utf8": "^3.0.0",
|
62
62
|
"tslib": "^2.6.2"
|
63
63
|
},
|
@@ -21,7 +21,8 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
21
21
|
// src/submodules/client/index.ts
|
22
22
|
var client_exports = {};
|
23
23
|
__export(client_exports, {
|
24
|
-
emitWarningIfUnsupportedVersion: () => emitWarningIfUnsupportedVersion
|
24
|
+
emitWarningIfUnsupportedVersion: () => emitWarningIfUnsupportedVersion,
|
25
|
+
setFeature: () => setFeature
|
25
26
|
});
|
26
27
|
module.exports = __toCommonJS(client_exports);
|
27
28
|
|
@@ -41,7 +42,21 @@ More information can be found at: https://a.co/74kJMmI`
|
|
41
42
|
);
|
42
43
|
}
|
43
44
|
}, "emitWarningIfUnsupportedVersion");
|
45
|
+
|
46
|
+
// src/submodules/client/setFeature.ts
|
47
|
+
function setFeature(context, feature, value) {
|
48
|
+
if (!context.__aws_sdk_context) {
|
49
|
+
context.__aws_sdk_context = {
|
50
|
+
features: {}
|
51
|
+
};
|
52
|
+
} else if (!context.__aws_sdk_context.features) {
|
53
|
+
context.__aws_sdk_context.features = {};
|
54
|
+
}
|
55
|
+
context.__aws_sdk_context.features[feature] = value;
|
56
|
+
}
|
57
|
+
__name(setFeature, "setFeature");
|
44
58
|
// Annotate the CommonJS export names for ESM import in node:
|
45
59
|
0 && (module.exports = {
|
46
|
-
emitWarningIfUnsupportedVersion
|
60
|
+
emitWarningIfUnsupportedVersion,
|
61
|
+
setFeature
|
47
62
|
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
export function setFeature(context, feature, value) {
|
2
|
+
if (!context.__aws_sdk_context) {
|
3
|
+
context.__aws_sdk_context = {
|
4
|
+
features: {},
|
5
|
+
};
|
6
|
+
}
|
7
|
+
else if (!context.__aws_sdk_context.features) {
|
8
|
+
context.__aws_sdk_context.features = {};
|
9
|
+
}
|
10
|
+
context.__aws_sdk_context.features[feature] = value;
|
11
|
+
}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import type { AwsHandlerExecutionContext, AwsSdkFeatures } from "@aws-sdk/types";
|
2
|
+
/**
|
3
|
+
* @internal
|
4
|
+
* Indicates to the request context that a given feature is active.
|
5
|
+
*
|
6
|
+
* @param context - handler execution context.
|
7
|
+
* @param feature - readable name of feature.
|
8
|
+
* @param value - encoding value of feature. This is required because the
|
9
|
+
* specification asks the SDK not to include a runtime lookup of all
|
10
|
+
* the feature identifiers.
|
11
|
+
*/
|
12
|
+
export declare function setFeature<F extends keyof AwsSdkFeatures>(context: AwsHandlerExecutionContext, feature: F, value: AwsSdkFeatures[F]): void;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/core",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.664.0",
|
4
4
|
"description": "Core functions & classes shared by multiple AWS SDK clients.",
|
5
5
|
"scripts": {
|
6
6
|
"build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
@@ -79,14 +79,15 @@
|
|
79
79
|
},
|
80
80
|
"license": "Apache-2.0",
|
81
81
|
"dependencies": {
|
82
|
-
"@
|
83
|
-
"@smithy/
|
84
|
-
"@smithy/
|
85
|
-
"@smithy/
|
86
|
-
"@smithy/
|
87
|
-
"@smithy/
|
88
|
-
"@smithy/
|
89
|
-
"@smithy/
|
82
|
+
"@aws-sdk/types": "3.664.0",
|
83
|
+
"@smithy/core": "^2.4.7",
|
84
|
+
"@smithy/node-config-provider": "^3.1.8",
|
85
|
+
"@smithy/property-provider": "^3.1.7",
|
86
|
+
"@smithy/protocol-http": "^4.1.4",
|
87
|
+
"@smithy/signature-v4": "^4.2.0",
|
88
|
+
"@smithy/smithy-client": "^3.3.6",
|
89
|
+
"@smithy/types": "^3.5.0",
|
90
|
+
"@smithy/util-middleware": "^3.0.7",
|
90
91
|
"fast-xml-parser": "4.4.1",
|
91
92
|
"tslib": "^2.6.2"
|
92
93
|
},
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-env",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.664.0",
|
4
4
|
"description": "AWS credential provider that sources credentials from known environment variables",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -24,9 +24,9 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@aws-sdk/types": "3.
|
28
|
-
"@smithy/property-provider": "^3.1.
|
29
|
-
"@smithy/types": "^3.
|
27
|
+
"@aws-sdk/types": "3.664.0",
|
28
|
+
"@smithy/property-provider": "^3.1.7",
|
29
|
+
"@smithy/types": "^3.5.0",
|
30
30
|
"tslib": "^2.6.2"
|
31
31
|
},
|
32
32
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-http",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.664.0",
|
4
4
|
"description": "AWS credential provider for containers and HTTP sources",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -26,14 +26,14 @@
|
|
26
26
|
},
|
27
27
|
"license": "Apache-2.0",
|
28
28
|
"dependencies": {
|
29
|
-
"@aws-sdk/types": "3.
|
30
|
-
"@smithy/fetch-http-handler": "^3.2.
|
31
|
-
"@smithy/node-http-handler": "^3.2.
|
32
|
-
"@smithy/property-provider": "^3.1.
|
33
|
-
"@smithy/protocol-http": "^4.1.
|
34
|
-
"@smithy/smithy-client": "^3.3.
|
35
|
-
"@smithy/types": "^3.
|
36
|
-
"@smithy/util-stream": "^3.1.
|
29
|
+
"@aws-sdk/types": "3.664.0",
|
30
|
+
"@smithy/fetch-http-handler": "^3.2.9",
|
31
|
+
"@smithy/node-http-handler": "^3.2.4",
|
32
|
+
"@smithy/property-provider": "^3.1.7",
|
33
|
+
"@smithy/protocol-http": "^4.1.4",
|
34
|
+
"@smithy/smithy-client": "^3.3.6",
|
35
|
+
"@smithy/types": "^3.5.0",
|
36
|
+
"@smithy/util-stream": "^3.1.9",
|
37
37
|
"tslib": "^2.6.2"
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-ini",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.664.0",
|
4
4
|
"description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -24,16 +24,16 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@aws-sdk/credential-provider-env": "3.
|
28
|
-
"@aws-sdk/credential-provider-http": "3.
|
29
|
-
"@aws-sdk/credential-provider-process": "3.
|
30
|
-
"@aws-sdk/credential-provider-sso": "3.
|
31
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
32
|
-
"@aws-sdk/types": "3.
|
33
|
-
"@smithy/credential-provider-imds": "^3.2.
|
34
|
-
"@smithy/property-provider": "^3.1.
|
35
|
-
"@smithy/shared-ini-file-loader": "^3.1.
|
36
|
-
"@smithy/types": "^3.
|
27
|
+
"@aws-sdk/credential-provider-env": "3.664.0",
|
28
|
+
"@aws-sdk/credential-provider-http": "3.664.0",
|
29
|
+
"@aws-sdk/credential-provider-process": "3.664.0",
|
30
|
+
"@aws-sdk/credential-provider-sso": "3.664.0",
|
31
|
+
"@aws-sdk/credential-provider-web-identity": "3.664.0",
|
32
|
+
"@aws-sdk/types": "3.664.0",
|
33
|
+
"@smithy/credential-provider-imds": "^3.2.4",
|
34
|
+
"@smithy/property-provider": "^3.1.7",
|
35
|
+
"@smithy/shared-ini-file-loader": "^3.1.8",
|
36
|
+
"@smithy/types": "^3.5.0",
|
37
37
|
"tslib": "^2.6.2"
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
@@ -45,7 +45,7 @@
|
|
45
45
|
"typescript": "~4.9.5"
|
46
46
|
},
|
47
47
|
"peerDependencies": {
|
48
|
-
"@aws-sdk/client-sts": "^3.
|
48
|
+
"@aws-sdk/client-sts": "^3.664.0"
|
49
49
|
},
|
50
50
|
"types": "./dist-types/index.d.ts",
|
51
51
|
"engines": {
|