@cdk8s/awscdk-resolver 0.0.225 → 0.0.226
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/index.js +610 -478
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +81 -54
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/node_modules/@aws-sdk/client-cloudformation/package.json +44 -44
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +57 -42
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +8 -8
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +15 -5
- package/node_modules/@aws-sdk/client-sso/package.json +40 -40
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +295 -92
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +58 -28
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +42 -42
- package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +115 -104
- package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +16 -16
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/node_modules/@aws-sdk/client-sts/package.json +42 -42
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +18 -22
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +3 -4
- package/node_modules/@aws-sdk/core/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-http/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +12 -17
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +16 -16
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +11 -18
- package/node_modules/@aws-sdk/credential-provider-node/package.json +15 -15
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -5
- package/node_modules/@aws-sdk/credential-provider-process/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +5 -6
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +9 -9
- package/node_modules/@aws-sdk/middleware-host-header/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +2 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +13 -17
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -9
- package/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +5 -7
- package/node_modules/@aws-sdk/token-providers/package.json +9 -9
- package/node_modules/@aws-sdk/types/package.json +4 -4
- package/node_modules/@aws-sdk/util-endpoints/package.json +6 -6
- package/node_modules/@aws-sdk/util-locate-window/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +1 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -8
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +8 -6
- package/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +8 -12
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
- package/node_modules/@smithy/config-resolver/package.json +6 -6
- package/node_modules/@smithy/core/dist-cjs/index.js +19 -16
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +2 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -0
- package/node_modules/@smithy/core/package.json +10 -10
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +10 -11
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +8 -9
- package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
- package/node_modules/@smithy/hash-node/dist-cjs/index.js +4 -3
- package/node_modules/@smithy/hash-node/package.json +6 -6
- package/node_modules/@smithy/invalid-dependency/package.json +5 -2
- package/node_modules/@smithy/is-array-buffer/package.json +5 -4
- package/node_modules/@smithy/middleware-content-length/package.json +4 -4
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +7 -9
- package/node_modules/@smithy/middleware-endpoint/package.json +9 -9
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +18 -17
- package/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +1 -2
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +4 -12
- package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +3 -0
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +3 -0
- package/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +9 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +6 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +9 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +6 -0
- package/node_modules/@smithy/node-config-provider/package.json +6 -6
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +36 -36
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +3 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +6 -1
- package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +3 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +6 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/package.json +7 -7
- package/node_modules/@smithy/property-provider/dist-cjs/index.js +16 -14
- package/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +16 -12
- package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -2
- package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +3 -1
- package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +13 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -2
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +3 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +13 -0
- package/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@smithy/querystring-builder/package.json +4 -4
- package/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +4 -14
- package/node_modules/@smithy/service-error-classification/package.json +3 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +3 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +3 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +6 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +6 -3
- package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -4
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +16 -14
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +9 -0
- package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +13 -9
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +9 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +13 -9
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/package.json +9 -9
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +27 -21
- package/node_modules/@smithy/smithy-client/package.json +9 -9
- package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +2 -0
- package/node_modules/@smithy/types/dist-types/client.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/connection/config.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/encode.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/eventStream.d.ts +31 -2
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +3 -2
- package/node_modules/@smithy/types/dist-types/http.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/serde.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +2 -1
- package/node_modules/@smithy/types/dist-types/transfer.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +31 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +3 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +8 -0
- package/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/url-parser/package.json +6 -3
- package/node_modules/@smithy/util-base64/package.json +8 -7
- package/node_modules/@smithy/util-body-length-browser/package.json +7 -3
- package/node_modules/@smithy/util-body-length-node/package.json +6 -5
- package/node_modules/@smithy/util-buffer-from/package.json +7 -6
- package/node_modules/@smithy/util-config-provider/package.json +6 -5
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -6
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -9
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +13 -15
- package/node_modules/@smithy/util-endpoints/package.json +5 -5
- package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
- package/node_modules/@smithy/util-middleware/package.json +4 -4
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +27 -21
- package/node_modules/@smithy/util-retry/package.json +5 -5
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +4 -3
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -1
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +1 -1
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
- package/node_modules/@smithy/util-stream/package.json +10 -10
- package/node_modules/@smithy/util-uri-escape/package.json +5 -4
- package/node_modules/@smithy/util-utf8/package.json +6 -5
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +4 -6
- package/node_modules/@smithy/util-waiter/package.json +4 -4
- package/package.json +3 -3
@@ -1,168 +1,194 @@
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
2
2
|
import { SSOOIDCServiceException as __BaseException } from "./SSOOIDCServiceException";
|
3
3
|
export class AccessDeniedException extends __BaseException {
|
4
|
+
name = "AccessDeniedException";
|
5
|
+
$fault = "client";
|
6
|
+
error;
|
7
|
+
error_description;
|
4
8
|
constructor(opts) {
|
5
9
|
super({
|
6
10
|
name: "AccessDeniedException",
|
7
11
|
$fault: "client",
|
8
12
|
...opts,
|
9
13
|
});
|
10
|
-
this.name = "AccessDeniedException";
|
11
|
-
this.$fault = "client";
|
12
14
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
13
15
|
this.error = opts.error;
|
14
16
|
this.error_description = opts.error_description;
|
15
17
|
}
|
16
18
|
}
|
17
19
|
export class AuthorizationPendingException extends __BaseException {
|
20
|
+
name = "AuthorizationPendingException";
|
21
|
+
$fault = "client";
|
22
|
+
error;
|
23
|
+
error_description;
|
18
24
|
constructor(opts) {
|
19
25
|
super({
|
20
26
|
name: "AuthorizationPendingException",
|
21
27
|
$fault: "client",
|
22
28
|
...opts,
|
23
29
|
});
|
24
|
-
this.name = "AuthorizationPendingException";
|
25
|
-
this.$fault = "client";
|
26
30
|
Object.setPrototypeOf(this, AuthorizationPendingException.prototype);
|
27
31
|
this.error = opts.error;
|
28
32
|
this.error_description = opts.error_description;
|
29
33
|
}
|
30
34
|
}
|
31
35
|
export class ExpiredTokenException extends __BaseException {
|
36
|
+
name = "ExpiredTokenException";
|
37
|
+
$fault = "client";
|
38
|
+
error;
|
39
|
+
error_description;
|
32
40
|
constructor(opts) {
|
33
41
|
super({
|
34
42
|
name: "ExpiredTokenException",
|
35
43
|
$fault: "client",
|
36
44
|
...opts,
|
37
45
|
});
|
38
|
-
this.name = "ExpiredTokenException";
|
39
|
-
this.$fault = "client";
|
40
46
|
Object.setPrototypeOf(this, ExpiredTokenException.prototype);
|
41
47
|
this.error = opts.error;
|
42
48
|
this.error_description = opts.error_description;
|
43
49
|
}
|
44
50
|
}
|
45
51
|
export class InternalServerException extends __BaseException {
|
52
|
+
name = "InternalServerException";
|
53
|
+
$fault = "server";
|
54
|
+
error;
|
55
|
+
error_description;
|
46
56
|
constructor(opts) {
|
47
57
|
super({
|
48
58
|
name: "InternalServerException",
|
49
59
|
$fault: "server",
|
50
60
|
...opts,
|
51
61
|
});
|
52
|
-
this.name = "InternalServerException";
|
53
|
-
this.$fault = "server";
|
54
62
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
55
63
|
this.error = opts.error;
|
56
64
|
this.error_description = opts.error_description;
|
57
65
|
}
|
58
66
|
}
|
59
67
|
export class InvalidClientException extends __BaseException {
|
68
|
+
name = "InvalidClientException";
|
69
|
+
$fault = "client";
|
70
|
+
error;
|
71
|
+
error_description;
|
60
72
|
constructor(opts) {
|
61
73
|
super({
|
62
74
|
name: "InvalidClientException",
|
63
75
|
$fault: "client",
|
64
76
|
...opts,
|
65
77
|
});
|
66
|
-
this.name = "InvalidClientException";
|
67
|
-
this.$fault = "client";
|
68
78
|
Object.setPrototypeOf(this, InvalidClientException.prototype);
|
69
79
|
this.error = opts.error;
|
70
80
|
this.error_description = opts.error_description;
|
71
81
|
}
|
72
82
|
}
|
73
83
|
export class InvalidGrantException extends __BaseException {
|
84
|
+
name = "InvalidGrantException";
|
85
|
+
$fault = "client";
|
86
|
+
error;
|
87
|
+
error_description;
|
74
88
|
constructor(opts) {
|
75
89
|
super({
|
76
90
|
name: "InvalidGrantException",
|
77
91
|
$fault: "client",
|
78
92
|
...opts,
|
79
93
|
});
|
80
|
-
this.name = "InvalidGrantException";
|
81
|
-
this.$fault = "client";
|
82
94
|
Object.setPrototypeOf(this, InvalidGrantException.prototype);
|
83
95
|
this.error = opts.error;
|
84
96
|
this.error_description = opts.error_description;
|
85
97
|
}
|
86
98
|
}
|
87
99
|
export class InvalidRequestException extends __BaseException {
|
100
|
+
name = "InvalidRequestException";
|
101
|
+
$fault = "client";
|
102
|
+
error;
|
103
|
+
error_description;
|
88
104
|
constructor(opts) {
|
89
105
|
super({
|
90
106
|
name: "InvalidRequestException",
|
91
107
|
$fault: "client",
|
92
108
|
...opts,
|
93
109
|
});
|
94
|
-
this.name = "InvalidRequestException";
|
95
|
-
this.$fault = "client";
|
96
110
|
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
97
111
|
this.error = opts.error;
|
98
112
|
this.error_description = opts.error_description;
|
99
113
|
}
|
100
114
|
}
|
101
115
|
export class InvalidScopeException extends __BaseException {
|
116
|
+
name = "InvalidScopeException";
|
117
|
+
$fault = "client";
|
118
|
+
error;
|
119
|
+
error_description;
|
102
120
|
constructor(opts) {
|
103
121
|
super({
|
104
122
|
name: "InvalidScopeException",
|
105
123
|
$fault: "client",
|
106
124
|
...opts,
|
107
125
|
});
|
108
|
-
this.name = "InvalidScopeException";
|
109
|
-
this.$fault = "client";
|
110
126
|
Object.setPrototypeOf(this, InvalidScopeException.prototype);
|
111
127
|
this.error = opts.error;
|
112
128
|
this.error_description = opts.error_description;
|
113
129
|
}
|
114
130
|
}
|
115
131
|
export class SlowDownException extends __BaseException {
|
132
|
+
name = "SlowDownException";
|
133
|
+
$fault = "client";
|
134
|
+
error;
|
135
|
+
error_description;
|
116
136
|
constructor(opts) {
|
117
137
|
super({
|
118
138
|
name: "SlowDownException",
|
119
139
|
$fault: "client",
|
120
140
|
...opts,
|
121
141
|
});
|
122
|
-
this.name = "SlowDownException";
|
123
|
-
this.$fault = "client";
|
124
142
|
Object.setPrototypeOf(this, SlowDownException.prototype);
|
125
143
|
this.error = opts.error;
|
126
144
|
this.error_description = opts.error_description;
|
127
145
|
}
|
128
146
|
}
|
129
147
|
export class UnauthorizedClientException extends __BaseException {
|
148
|
+
name = "UnauthorizedClientException";
|
149
|
+
$fault = "client";
|
150
|
+
error;
|
151
|
+
error_description;
|
130
152
|
constructor(opts) {
|
131
153
|
super({
|
132
154
|
name: "UnauthorizedClientException",
|
133
155
|
$fault: "client",
|
134
156
|
...opts,
|
135
157
|
});
|
136
|
-
this.name = "UnauthorizedClientException";
|
137
|
-
this.$fault = "client";
|
138
158
|
Object.setPrototypeOf(this, UnauthorizedClientException.prototype);
|
139
159
|
this.error = opts.error;
|
140
160
|
this.error_description = opts.error_description;
|
141
161
|
}
|
142
162
|
}
|
143
163
|
export class UnsupportedGrantTypeException extends __BaseException {
|
164
|
+
name = "UnsupportedGrantTypeException";
|
165
|
+
$fault = "client";
|
166
|
+
error;
|
167
|
+
error_description;
|
144
168
|
constructor(opts) {
|
145
169
|
super({
|
146
170
|
name: "UnsupportedGrantTypeException",
|
147
171
|
$fault: "client",
|
148
172
|
...opts,
|
149
173
|
});
|
150
|
-
this.name = "UnsupportedGrantTypeException";
|
151
|
-
this.$fault = "client";
|
152
174
|
Object.setPrototypeOf(this, UnsupportedGrantTypeException.prototype);
|
153
175
|
this.error = opts.error;
|
154
176
|
this.error_description = opts.error_description;
|
155
177
|
}
|
156
178
|
}
|
157
179
|
export class InvalidRequestRegionException extends __BaseException {
|
180
|
+
name = "InvalidRequestRegionException";
|
181
|
+
$fault = "client";
|
182
|
+
error;
|
183
|
+
error_description;
|
184
|
+
endpoint;
|
185
|
+
region;
|
158
186
|
constructor(opts) {
|
159
187
|
super({
|
160
188
|
name: "InvalidRequestRegionException",
|
161
189
|
$fault: "client",
|
162
190
|
...opts,
|
163
191
|
});
|
164
|
-
this.name = "InvalidRequestRegionException";
|
165
|
-
this.$fault = "client";
|
166
192
|
Object.setPrototypeOf(this, InvalidRequestRegionException.prototype);
|
167
193
|
this.error = opts.error;
|
168
194
|
this.error_description = opts.error_description;
|
@@ -171,28 +197,32 @@ export class InvalidRequestRegionException extends __BaseException {
|
|
171
197
|
}
|
172
198
|
}
|
173
199
|
export class InvalidClientMetadataException extends __BaseException {
|
200
|
+
name = "InvalidClientMetadataException";
|
201
|
+
$fault = "client";
|
202
|
+
error;
|
203
|
+
error_description;
|
174
204
|
constructor(opts) {
|
175
205
|
super({
|
176
206
|
name: "InvalidClientMetadataException",
|
177
207
|
$fault: "client",
|
178
208
|
...opts,
|
179
209
|
});
|
180
|
-
this.name = "InvalidClientMetadataException";
|
181
|
-
this.$fault = "client";
|
182
210
|
Object.setPrototypeOf(this, InvalidClientMetadataException.prototype);
|
183
211
|
this.error = opts.error;
|
184
212
|
this.error_description = opts.error_description;
|
185
213
|
}
|
186
214
|
}
|
187
215
|
export class InvalidRedirectUriException extends __BaseException {
|
216
|
+
name = "InvalidRedirectUriException";
|
217
|
+
$fault = "client";
|
218
|
+
error;
|
219
|
+
error_description;
|
188
220
|
constructor(opts) {
|
189
221
|
super({
|
190
222
|
name: "InvalidRedirectUriException",
|
191
223
|
$fault: "client",
|
192
224
|
...opts,
|
193
225
|
});
|
194
|
-
this.name = "InvalidRedirectUriException";
|
195
|
-
this.$fault = "client";
|
196
226
|
Object.setPrototypeOf(this, InvalidRedirectUriException.prototype);
|
197
227
|
this.error = opts.error;
|
198
228
|
this.error_description = opts.error_description;
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
7
7
|
runtime: string;
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
10
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
7
7
|
runtime: string;
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
10
|
-
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
23
23
|
profile?: string | undefined;
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
25
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
25
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
26
26
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
28
28
|
logger: import("@smithy/types").Logger;
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
32
32
|
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
33
33
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
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> | undefined;
|
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;
|
35
35
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
36
36
|
logger?: import("@smithy/types").Logger | undefined;
|
37
37
|
}) => import("@smithy/types").EndpointV2;
|
@@ -6,9 +6,11 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
7
7
|
>;
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
9
|
-
credentialDefaultProvider:
|
10
|
-
input: any
|
11
|
-
|
9
|
+
credentialDefaultProvider:
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
11
|
+
| ((
|
12
|
+
_: unknown
|
13
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
12
14
|
defaultUserAgentProvider: (
|
13
15
|
config?:
|
14
16
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
@@ -6,13 +6,15 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
7
7
|
>;
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
9
|
-
credentialDefaultProvider:
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
9
|
+
credentialDefaultProvider:
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
11
|
+
| ((
|
12
|
+
init?:
|
13
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
14
|
+
| undefined
|
15
|
+
) => import("@smithy/types").MemoizedProvider<
|
16
|
+
import("@smithy/types").AwsCredentialIdentity
|
17
|
+
>);
|
16
18
|
defaultUserAgentProvider: (
|
17
19
|
config?:
|
18
20
|
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
@@ -28,9 +28,11 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
28
28
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
29
29
|
| undefined
|
30
30
|
) => Promise<import("@smithy/types").UserAgent>;
|
31
|
-
credentialDefaultProvider:
|
32
|
-
input: any
|
33
|
-
|
31
|
+
credentialDefaultProvider:
|
32
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
33
|
+
| ((
|
34
|
+
_: unknown
|
35
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
34
36
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
35
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
36
38
|
logger: import("@smithy/types").Logger;
|
@@ -50,11 +52,21 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
50
52
|
| import("@smithy/types").RetryStrategyV2
|
51
53
|
| undefined;
|
52
54
|
endpoint?:
|
53
|
-
|
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
55
|
+
| ((
|
56
|
+
| string
|
57
|
+
| import("@smithy/types").Endpoint
|
58
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
59
|
+
| import("@smithy/types").EndpointV2
|
60
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
61
|
+
) &
|
62
|
+
(
|
63
|
+
| string
|
64
|
+
| import("@smithy/types").Provider<string>
|
65
|
+
| import("@smithy/types").Endpoint
|
66
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
67
|
+
| import("@smithy/types").EndpointV2
|
68
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
69
|
+
))
|
58
70
|
| undefined;
|
59
71
|
endpointProvider: (
|
60
72
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
@@ -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.723.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,54 +20,54 @@
|
|
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": "^
|
35
|
-
"@smithy/core": "^
|
36
|
-
"@smithy/fetch-http-handler": "^
|
37
|
-
"@smithy/hash-node": "^
|
38
|
-
"@smithy/invalid-dependency": "^
|
39
|
-
"@smithy/middleware-content-length": "^
|
40
|
-
"@smithy/middleware-endpoint": "^
|
41
|
-
"@smithy/middleware-retry": "^
|
42
|
-
"@smithy/middleware-serde": "^
|
43
|
-
"@smithy/middleware-stack": "^
|
44
|
-
"@smithy/node-config-provider": "^
|
45
|
-
"@smithy/node-http-handler": "^
|
46
|
-
"@smithy/protocol-http": "^
|
47
|
-
"@smithy/smithy-client": "^
|
48
|
-
"@smithy/types": "^
|
49
|
-
"@smithy/url-parser": "^
|
50
|
-
"@smithy/util-base64": "^
|
51
|
-
"@smithy/util-body-length-browser": "^
|
52
|
-
"@smithy/util-body-length-node": "^
|
53
|
-
"@smithy/util-defaults-mode-browser": "^
|
54
|
-
"@smithy/util-defaults-mode-node": "^
|
55
|
-
"@smithy/util-endpoints": "^
|
56
|
-
"@smithy/util-middleware": "^
|
57
|
-
"@smithy/util-retry": "^
|
58
|
-
"@smithy/util-utf8": "^
|
23
|
+
"@aws-sdk/core": "3.723.0",
|
24
|
+
"@aws-sdk/credential-provider-node": "3.723.0",
|
25
|
+
"@aws-sdk/middleware-host-header": "3.723.0",
|
26
|
+
"@aws-sdk/middleware-logger": "3.723.0",
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.723.0",
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.723.0",
|
29
|
+
"@aws-sdk/region-config-resolver": "3.723.0",
|
30
|
+
"@aws-sdk/types": "3.723.0",
|
31
|
+
"@aws-sdk/util-endpoints": "3.723.0",
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.723.0",
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.723.0",
|
34
|
+
"@smithy/config-resolver": "^4.0.0",
|
35
|
+
"@smithy/core": "^3.0.0",
|
36
|
+
"@smithy/fetch-http-handler": "^5.0.0",
|
37
|
+
"@smithy/hash-node": "^4.0.0",
|
38
|
+
"@smithy/invalid-dependency": "^4.0.0",
|
39
|
+
"@smithy/middleware-content-length": "^4.0.0",
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.0",
|
41
|
+
"@smithy/middleware-retry": "^4.0.0",
|
42
|
+
"@smithy/middleware-serde": "^4.0.0",
|
43
|
+
"@smithy/middleware-stack": "^4.0.0",
|
44
|
+
"@smithy/node-config-provider": "^4.0.0",
|
45
|
+
"@smithy/node-http-handler": "^4.0.0",
|
46
|
+
"@smithy/protocol-http": "^5.0.0",
|
47
|
+
"@smithy/smithy-client": "^4.0.0",
|
48
|
+
"@smithy/types": "^4.0.0",
|
49
|
+
"@smithy/url-parser": "^4.0.0",
|
50
|
+
"@smithy/util-base64": "^4.0.0",
|
51
|
+
"@smithy/util-body-length-browser": "^4.0.0",
|
52
|
+
"@smithy/util-body-length-node": "^4.0.0",
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.0",
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.0",
|
55
|
+
"@smithy/util-endpoints": "^3.0.0",
|
56
|
+
"@smithy/util-middleware": "^4.0.0",
|
57
|
+
"@smithy/util-retry": "^4.0.0",
|
58
|
+
"@smithy/util-utf8": "^4.0.0",
|
59
59
|
"tslib": "^2.6.2"
|
60
60
|
},
|
61
61
|
"devDependencies": {
|
62
|
-
"@tsconfig/
|
63
|
-
"@types/node": "^
|
62
|
+
"@tsconfig/node18": "18.2.4",
|
63
|
+
"@types/node": "^18.19.69",
|
64
64
|
"concurrently": "7.0.0",
|
65
65
|
"downlevel-dts": "0.10.1",
|
66
66
|
"rimraf": "3.0.2",
|
67
|
-
"typescript": "~
|
67
|
+
"typescript": "~5.2.2"
|
68
68
|
},
|
69
69
|
"engines": {
|
70
|
-
"node": ">=
|
70
|
+
"node": ">=18.0.0"
|
71
71
|
},
|
72
72
|
"typesVersions": {
|
73
73
|
"<4.0": {
|
@@ -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.723.0"
|
89
89
|
},
|
90
90
|
"browser": {
|
91
91
|
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
@@ -17,6 +17,7 @@ const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
17
17
|
const runtimeConfig_1 = require("./runtimeConfig");
|
18
18
|
const runtimeExtensions_1 = require("./runtimeExtensions");
|
19
19
|
class STSClient extends smithy_client_1.Client {
|
20
|
+
config;
|
20
21
|
constructor(...[configuration]) {
|
21
22
|
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
22
23
|
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|