@cdk8s/awscdk-resolver 0.0.135 → 0.0.137
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 +9 -15
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +9 -15
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +2 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +2 -2
- 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/CloudFormationClient.d.ts +6 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/package.json +18 -18
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +9 -15
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +9 -15
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +2 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +6 -8
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +5 -5
- package/node_modules/@aws-sdk/client-sso/package.json +15 -15
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +9 -15
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +9 -15
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +2 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +2 -2
- 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/SSOOIDCClient.d.ts +6 -8
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +5 -5
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +17 -17
- package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +9 -15
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +17 -4
- package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +9 -15
- package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +17 -4
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +2 -4
- package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +2 -2
- 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/STSClient.d.ts +6 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +5 -5
- package/node_modules/@aws-sdk/client-sts/package.json +17 -17
- package/node_modules/@aws-sdk/core/account-id-endpoint.js +6 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +97 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +27 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +15 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +5 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +24 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +18 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +3 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +2 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +30 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +14 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +10 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +25 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +2 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +15 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +12 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +17 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +2 -1
- package/node_modules/@aws-sdk/core/package.json +18 -8
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +6 -1
- package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-env/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +3 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +4 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +30 -6
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +29 -9
- package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +9 -3
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +6 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-process/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +11 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +9 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@smithy/core/dist-cjs/index.js +4 -2
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +2 -1
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +2 -1
- package/node_modules/@smithy/core/package.json +5 -5
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +2 -1
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +1 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +1 -1
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -1
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +1 -1
- package/node_modules/@smithy/fetch-http-handler/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +7 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +7 -0
- package/node_modules/@smithy/middleware-endpoint/package.json +1 -1
- package/node_modules/@smithy/middleware-retry/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +1 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +4 -16
- package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +2 -2
- package/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +2 -2
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +3 -3
- package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +2 -2
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +3 -3
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +2 -2
- package/node_modules/@smithy/signature-v4/package.json +2 -2
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/command.js +1 -0
- package/node_modules/@smithy/smithy-client/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +3 -3
- package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +9 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +9 -1
- package/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/fast-xml-parser/CHANGELOG.md +349 -309
- package/node_modules/fast-xml-parser/README.md +83 -51
- package/node_modules/fast-xml-parser/package.json +8 -5
- package/node_modules/fast-xml-parser/src/fxp.d.ts +365 -71
- package/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +16 -0
- package/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +107 -0
- package/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +64 -0
- package/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +71 -0
- package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +103 -0
- package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +102 -0
- package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +156 -0
- package/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +99 -0
- package/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
- package/node_modules/fast-xml-parser/src/v5/TagPath.js +81 -0
- package/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +15 -0
- package/node_modules/fast-xml-parser/src/v5/XMLParser.js +85 -0
- package/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +237 -0
- package/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +212 -0
- package/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +118 -0
- package/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +118 -0
- package/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +123 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +107 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +23 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +20 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +40 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +14 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +16 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +8 -0
- package/node_modules/fast-xml-parser/src/validator.js +2 -0
- package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +31 -9
- package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +4 -0
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +25 -12
- package/package.json +8 -8
- package/node_modules/@smithy/signature-v4/dist-cjs/cloneRequest.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-es/cloneRequest.js +0 -12
- package/node_modules/@smithy/signature-v4/dist-types/cloneRequest.d.ts +0 -6
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +0 -6
@@ -25,13 +25,13 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
25
25
|
logger: import("@smithy/types").Logger;
|
26
26
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
27
27
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
28
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
29
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
28
30
|
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;
|
29
31
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
30
32
|
logger?: import("@smithy/types").Logger | undefined;
|
31
33
|
}) => import("@smithy/types").EndpointV2;
|
32
34
|
tls?: boolean | undefined;
|
33
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
34
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
35
35
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
|
36
36
|
schemeId: string;
|
37
37
|
identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
|
@@ -105,11 +105,11 @@ export type SSOClientConfigType = Partial<
|
|
105
105
|
__SmithyConfiguration<__HttpHandlerOptions>
|
106
106
|
> &
|
107
107
|
ClientDefaults &
|
108
|
-
|
109
|
-
EndpointInputConfig<EndpointParameters> &
|
108
|
+
UserAgentInputConfig &
|
110
109
|
RetryInputConfig &
|
110
|
+
RegionInputConfig &
|
111
111
|
HostHeaderInputConfig &
|
112
|
-
|
112
|
+
EndpointInputConfig<EndpointParameters> &
|
113
113
|
HttpAuthSchemeInputConfig &
|
114
114
|
ClientInputEndpointParameters;
|
115
115
|
export interface SSOClientConfig extends SSOClientConfigType {}
|
@@ -117,11 +117,11 @@ export type SSOClientResolvedConfigType =
|
|
117
117
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
118
118
|
Required<ClientDefaults> &
|
119
119
|
RuntimeExtensionsConfig &
|
120
|
-
|
121
|
-
EndpointResolvedConfig<EndpointParameters> &
|
120
|
+
UserAgentResolvedConfig &
|
122
121
|
RetryResolvedConfig &
|
122
|
+
RegionResolvedConfig &
|
123
123
|
HostHeaderResolvedConfig &
|
124
|
-
|
124
|
+
EndpointResolvedConfig<EndpointParameters> &
|
125
125
|
HttpAuthSchemeResolvedConfig &
|
126
126
|
ClientResolvedEndpointParameters;
|
127
127
|
export interface SSOClientResolvedConfig extends SSOClientResolvedConfigType {}
|
@@ -134,6 +134,4 @@ export declare class SSOClient extends __Client<
|
|
134
134
|
readonly config: SSOClientResolvedConfig;
|
135
135
|
constructor(...[configuration]: __CheckOptionalClientConfig<SSOClientConfig>);
|
136
136
|
destroy(): void;
|
137
|
-
private getDefaultHttpAuthSchemeParametersProvider;
|
138
|
-
private getIdentityProviderConfigProvider;
|
139
137
|
}
|
@@ -29,6 +29,11 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
29
29
|
serviceId: string;
|
30
30
|
logger: import("@smithy/types").Logger;
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
32
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
33
|
+
retryStrategy?:
|
34
|
+
| import("@smithy/types").RetryStrategy
|
35
|
+
| import("@smithy/types").RetryStrategyV2
|
36
|
+
| undefined;
|
32
37
|
endpoint?:
|
33
38
|
| ((
|
34
39
|
| string
|
@@ -53,11 +58,6 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
53
58
|
}
|
54
59
|
) => import("@smithy/types").EndpointV2;
|
55
60
|
tls?: boolean | undefined;
|
56
|
-
retryStrategy?:
|
57
|
-
| import("@smithy/types").RetryStrategy
|
58
|
-
| import("@smithy/types").RetryStrategyV2
|
59
|
-
| undefined;
|
60
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
61
61
|
httpAuthSchemes:
|
62
62
|
| import("@smithy/types").HttpAuthScheme[]
|
63
63
|
| (
|
@@ -29,6 +29,11 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
29
29
|
serviceId: string;
|
30
30
|
logger: import("@smithy/types").Logger;
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
32
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
33
|
+
retryStrategy?:
|
34
|
+
| import("@smithy/types").RetryStrategy
|
35
|
+
| import("@smithy/types").RetryStrategyV2
|
36
|
+
| undefined;
|
32
37
|
endpoint?:
|
33
38
|
| ((
|
34
39
|
| string
|
@@ -53,11 +58,6 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
53
58
|
}
|
54
59
|
) => import("@smithy/types").EndpointV2;
|
55
60
|
tls?: boolean | undefined;
|
56
|
-
retryStrategy?:
|
57
|
-
| import("@smithy/types").RetryStrategy
|
58
|
-
| import("@smithy/types").RetryStrategyV2
|
59
|
-
| undefined;
|
60
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
61
61
|
httpAuthSchemes:
|
62
62
|
| import("@smithy/types").HttpAuthScheme[]
|
63
63
|
| (
|
@@ -33,6 +33,11 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
33
33
|
| import("@smithy/types").Provider<
|
34
34
|
import("@smithy/smithy-client").DefaultsMode
|
35
35
|
>;
|
36
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
37
|
+
retryStrategy?:
|
38
|
+
| import("@smithy/types").RetryStrategy
|
39
|
+
| import("@smithy/types").RetryStrategyV2
|
40
|
+
| undefined;
|
36
41
|
endpoint?:
|
37
42
|
| string
|
38
43
|
| import("@smithy/types").Endpoint
|
@@ -47,11 +52,6 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
47
52
|
}
|
48
53
|
) => import("@smithy/types").EndpointV2;
|
49
54
|
tls?: boolean | undefined;
|
50
|
-
retryStrategy?:
|
51
|
-
| import("@smithy/types").RetryStrategy
|
52
|
-
| import("@smithy/types").RetryStrategyV2
|
53
|
-
| undefined;
|
54
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
55
55
|
httpAuthSchemes:
|
56
56
|
| import("@smithy/types").HttpAuthScheme[]
|
57
57
|
| (
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/client-sso",
|
3
3
|
"description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
4
|
-
"version": "3.
|
4
|
+
"version": "3.623.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",
|
@@ -20,37 +20,37 @@
|
|
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/middleware-host-header": "3.
|
23
|
+
"@aws-sdk/core": "3.623.0",
|
24
|
+
"@aws-sdk/middleware-host-header": "3.620.0",
|
25
25
|
"@aws-sdk/middleware-logger": "3.609.0",
|
26
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
27
|
-
"@aws-sdk/middleware-user-agent": "3.
|
26
|
+
"@aws-sdk/middleware-recursion-detection": "3.620.0",
|
27
|
+
"@aws-sdk/middleware-user-agent": "3.620.0",
|
28
28
|
"@aws-sdk/region-config-resolver": "3.614.0",
|
29
29
|
"@aws-sdk/types": "3.609.0",
|
30
30
|
"@aws-sdk/util-endpoints": "3.614.0",
|
31
31
|
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
32
32
|
"@aws-sdk/util-user-agent-node": "3.614.0",
|
33
33
|
"@smithy/config-resolver": "^3.0.5",
|
34
|
-
"@smithy/core": "^2.2
|
35
|
-
"@smithy/fetch-http-handler": "^3.2.
|
34
|
+
"@smithy/core": "^2.3.2",
|
35
|
+
"@smithy/fetch-http-handler": "^3.2.4",
|
36
36
|
"@smithy/hash-node": "^3.0.3",
|
37
37
|
"@smithy/invalid-dependency": "^3.0.3",
|
38
|
-
"@smithy/middleware-content-length": "^3.0.
|
39
|
-
"@smithy/middleware-endpoint": "^3.0
|
40
|
-
"@smithy/middleware-retry": "^3.0.
|
38
|
+
"@smithy/middleware-content-length": "^3.0.5",
|
39
|
+
"@smithy/middleware-endpoint": "^3.1.0",
|
40
|
+
"@smithy/middleware-retry": "^3.0.14",
|
41
41
|
"@smithy/middleware-serde": "^3.0.3",
|
42
42
|
"@smithy/middleware-stack": "^3.0.3",
|
43
43
|
"@smithy/node-config-provider": "^3.1.4",
|
44
|
-
"@smithy/node-http-handler": "^3.1.
|
45
|
-
"@smithy/protocol-http": "^4.0
|
46
|
-
"@smithy/smithy-client": "^3.1.
|
44
|
+
"@smithy/node-http-handler": "^3.1.4",
|
45
|
+
"@smithy/protocol-http": "^4.1.0",
|
46
|
+
"@smithy/smithy-client": "^3.1.12",
|
47
47
|
"@smithy/types": "^3.3.0",
|
48
48
|
"@smithy/url-parser": "^3.0.3",
|
49
49
|
"@smithy/util-base64": "^3.0.0",
|
50
50
|
"@smithy/util-body-length-browser": "^3.0.0",
|
51
51
|
"@smithy/util-body-length-node": "^3.0.0",
|
52
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
53
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
52
|
+
"@smithy/util-defaults-mode-browser": "^3.0.14",
|
53
|
+
"@smithy/util-defaults-mode-node": "^3.0.14",
|
54
54
|
"@smithy/util-endpoints": "^2.0.5",
|
55
55
|
"@smithy/util-middleware": "^3.0.3",
|
56
56
|
"@smithy/util-retry": "^3.0.3",
|
@@ -152,25 +152,27 @@ var _SSOOIDCClient = class _SSOOIDCClient extends import_smithy_client.Client {
|
|
152
152
|
constructor(...[configuration]) {
|
153
153
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
154
154
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
155
|
-
const _config_2 = (0,
|
156
|
-
const _config_3 = (0,
|
157
|
-
const _config_4 = (0,
|
155
|
+
const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
|
156
|
+
const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
|
157
|
+
const _config_4 = (0, import_config_resolver.resolveRegionConfig)(_config_3);
|
158
158
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
159
|
-
const _config_6 = (0,
|
159
|
+
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
160
160
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
161
161
|
const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
|
162
162
|
super(_config_8);
|
163
163
|
this.config = _config_8;
|
164
|
+
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
164
165
|
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
165
166
|
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
166
167
|
this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));
|
167
168
|
this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));
|
168
169
|
this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));
|
169
|
-
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
170
170
|
this.middlewareStack.use(
|
171
171
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
172
|
-
httpAuthSchemeParametersProvider:
|
173
|
-
identityProviderConfigProvider:
|
172
|
+
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultSSOOIDCHttpAuthSchemeParametersProvider,
|
173
|
+
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
174
|
+
"aws.auth#sigv4": config.credentials
|
175
|
+
})
|
174
176
|
})
|
175
177
|
);
|
176
178
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
@@ -183,14 +185,6 @@ var _SSOOIDCClient = class _SSOOIDCClient extends import_smithy_client.Client {
|
|
183
185
|
destroy() {
|
184
186
|
super.destroy();
|
185
187
|
}
|
186
|
-
getDefaultHttpAuthSchemeParametersProvider() {
|
187
|
-
return import_httpAuthSchemeProvider.defaultSSOOIDCHttpAuthSchemeParametersProvider;
|
188
|
-
}
|
189
|
-
getIdentityProviderConfigProvider() {
|
190
|
-
return async (config) => new import_core.DefaultIdentityProviderConfig({
|
191
|
-
"aws.auth#sigv4": config.credentials
|
192
|
-
});
|
193
|
-
}
|
194
188
|
};
|
195
189
|
__name(_SSOOIDCClient, "SSOOIDCClient");
|
196
190
|
var SSOOIDCClient = _SSOOIDCClient;
|
@@ -17,36 +17,30 @@ export class SSOOIDCClient extends __Client {
|
|
17
17
|
constructor(...[configuration]) {
|
18
18
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
19
19
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
20
|
-
const _config_2 =
|
21
|
-
const _config_3 =
|
22
|
-
const _config_4 =
|
20
|
+
const _config_2 = resolveUserAgentConfig(_config_1);
|
21
|
+
const _config_3 = resolveRetryConfig(_config_2);
|
22
|
+
const _config_4 = resolveRegionConfig(_config_3);
|
23
23
|
const _config_5 = resolveHostHeaderConfig(_config_4);
|
24
|
-
const _config_6 =
|
24
|
+
const _config_6 = resolveEndpointConfig(_config_5);
|
25
25
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
26
26
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
27
27
|
super(_config_8);
|
28
28
|
this.config = _config_8;
|
29
|
+
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
29
30
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
30
31
|
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
31
32
|
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
32
33
|
this.middlewareStack.use(getLoggerPlugin(this.config));
|
33
34
|
this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
|
34
|
-
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
35
35
|
this.middlewareStack.use(getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
|
36
|
-
httpAuthSchemeParametersProvider:
|
37
|
-
identityProviderConfigProvider:
|
36
|
+
httpAuthSchemeParametersProvider: defaultSSOOIDCHttpAuthSchemeParametersProvider,
|
37
|
+
identityProviderConfigProvider: async (config) => new DefaultIdentityProviderConfig({
|
38
|
+
"aws.auth#sigv4": config.credentials,
|
39
|
+
}),
|
38
40
|
}));
|
39
41
|
this.middlewareStack.use(getHttpSigningPlugin(this.config));
|
40
42
|
}
|
41
43
|
destroy() {
|
42
44
|
super.destroy();
|
43
45
|
}
|
44
|
-
getDefaultHttpAuthSchemeParametersProvider() {
|
45
|
-
return defaultSSOOIDCHttpAuthSchemeParametersProvider;
|
46
|
-
}
|
47
|
-
getIdentityProviderConfigProvider() {
|
48
|
-
return async (config) => new DefaultIdentityProviderConfig({
|
49
|
-
"aws.auth#sigv4": config.credentials,
|
50
|
-
});
|
51
|
-
}
|
52
46
|
}
|
@@ -135,7 +135,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
135
135
|
/**
|
136
136
|
* @public
|
137
137
|
*/
|
138
|
-
export type SSOOIDCClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults &
|
138
|
+
export type SSOOIDCClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & UserAgentInputConfig & RetryInputConfig & RegionInputConfig & HostHeaderInputConfig & EndpointInputConfig<EndpointParameters> & HttpAuthSchemeInputConfig & ClientInputEndpointParameters;
|
139
139
|
/**
|
140
140
|
* @public
|
141
141
|
*
|
@@ -146,7 +146,7 @@ export interface SSOOIDCClientConfig extends SSOOIDCClientConfigType {
|
|
146
146
|
/**
|
147
147
|
* @public
|
148
148
|
*/
|
149
|
-
export type SSOOIDCClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig &
|
149
|
+
export type SSOOIDCClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & UserAgentResolvedConfig & RetryResolvedConfig & RegionResolvedConfig & HostHeaderResolvedConfig & EndpointResolvedConfig<EndpointParameters> & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters;
|
150
150
|
/**
|
151
151
|
* @public
|
152
152
|
*
|
@@ -207,6 +207,4 @@ export declare class SSOOIDCClient extends __Client<__HttpHandlerOptions, Servic
|
|
207
207
|
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
208
208
|
*/
|
209
209
|
destroy(): void;
|
210
|
-
private getDefaultHttpAuthSchemeParametersProvider;
|
211
|
-
private getIdentityProviderConfigProvider;
|
212
210
|
}
|
@@ -30,12 +30,12 @@ export declare const defaultSSOOIDCHttpAuthSchemeProvider: SSOOIDCHttpAuthScheme
|
|
30
30
|
*/
|
31
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
32
32
|
/**
|
33
|
-
*
|
33
|
+
* Configuration of HttpAuthSchemes for a client which provides default identity providers and signers per auth scheme.
|
34
34
|
* @internal
|
35
35
|
*/
|
36
36
|
httpAuthSchemes?: HttpAuthScheme[];
|
37
37
|
/**
|
38
|
-
*
|
38
|
+
* Configuration of an HttpAuthSchemeProvider for a client which resolves which HttpAuthScheme to use.
|
39
39
|
* @internal
|
40
40
|
*/
|
41
41
|
httpAuthSchemeProvider?: SSOOIDCHttpAuthSchemeProvider;
|
@@ -45,12 +45,12 @@ export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
45
45
|
*/
|
46
46
|
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
47
47
|
/**
|
48
|
-
*
|
48
|
+
* Configuration of HttpAuthSchemes for a client which provides default identity providers and signers per auth scheme.
|
49
49
|
* @internal
|
50
50
|
*/
|
51
51
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
52
52
|
/**
|
53
|
-
*
|
53
|
+
* Configuration of an HttpAuthSchemeProvider for a client which resolves which HttpAuthScheme to use.
|
54
54
|
* @internal
|
55
55
|
*/
|
56
56
|
readonly httpAuthSchemeProvider: SSOOIDCHttpAuthSchemeProvider;
|
@@ -27,13 +27,13 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
27
27
|
serviceId: string;
|
28
28
|
logger: import("@smithy/types").Logger;
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
30
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
31
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
30
32
|
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;
|
31
33
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
32
34
|
logger?: import("@smithy/types").Logger | undefined;
|
33
35
|
}) => import("@smithy/types").EndpointV2;
|
34
36
|
tls?: boolean | undefined;
|
35
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
36
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
37
37
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
|
38
38
|
schemeId: string;
|
39
39
|
identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
|
@@ -27,13 +27,13 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
27
27
|
serviceId: string;
|
28
28
|
logger: import("@smithy/types").Logger;
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
30
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
31
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
30
32
|
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;
|
31
33
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
32
34
|
logger?: import("@smithy/types").Logger | undefined;
|
33
35
|
}) => import("@smithy/types").EndpointV2;
|
34
36
|
tls?: boolean | undefined;
|
35
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
36
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
37
37
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
|
38
38
|
schemeId: string;
|
39
39
|
identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
|
@@ -26,13 +26,13 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
26
26
|
logger: import("@smithy/types").Logger;
|
27
27
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
28
28
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
29
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
30
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
29
31
|
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;
|
30
32
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
31
33
|
logger?: import("@smithy/types").Logger | undefined;
|
32
34
|
}) => import("@smithy/types").EndpointV2;
|
33
35
|
tls?: boolean | undefined;
|
34
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
35
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
36
36
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
|
37
37
|
schemeId: string;
|
38
38
|
identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
|
@@ -107,11 +107,11 @@ export type SSOOIDCClientConfigType = Partial<
|
|
107
107
|
__SmithyConfiguration<__HttpHandlerOptions>
|
108
108
|
> &
|
109
109
|
ClientDefaults &
|
110
|
-
|
111
|
-
EndpointInputConfig<EndpointParameters> &
|
110
|
+
UserAgentInputConfig &
|
112
111
|
RetryInputConfig &
|
112
|
+
RegionInputConfig &
|
113
113
|
HostHeaderInputConfig &
|
114
|
-
|
114
|
+
EndpointInputConfig<EndpointParameters> &
|
115
115
|
HttpAuthSchemeInputConfig &
|
116
116
|
ClientInputEndpointParameters;
|
117
117
|
export interface SSOOIDCClientConfig extends SSOOIDCClientConfigType {}
|
@@ -119,11 +119,11 @@ export type SSOOIDCClientResolvedConfigType =
|
|
119
119
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
120
120
|
Required<ClientDefaults> &
|
121
121
|
RuntimeExtensionsConfig &
|
122
|
-
|
123
|
-
EndpointResolvedConfig<EndpointParameters> &
|
122
|
+
UserAgentResolvedConfig &
|
124
123
|
RetryResolvedConfig &
|
124
|
+
RegionResolvedConfig &
|
125
125
|
HostHeaderResolvedConfig &
|
126
|
-
|
126
|
+
EndpointResolvedConfig<EndpointParameters> &
|
127
127
|
HttpAuthSchemeResolvedConfig &
|
128
128
|
ClientResolvedEndpointParameters;
|
129
129
|
export interface SSOOIDCClientResolvedConfig
|
@@ -139,6 +139,4 @@ export declare class SSOOIDCClient extends __Client<
|
|
139
139
|
...[configuration]: __CheckOptionalClientConfig<SSOOIDCClientConfig>
|
140
140
|
);
|
141
141
|
destroy(): void;
|
142
|
-
private getDefaultHttpAuthSchemeParametersProvider;
|
143
|
-
private getIdentityProviderConfigProvider;
|
144
142
|
}
|
@@ -32,6 +32,11 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
32
32
|
serviceId: string;
|
33
33
|
logger: import("@smithy/types").Logger;
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
35
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
36
|
+
retryStrategy?:
|
37
|
+
| import("@smithy/types").RetryStrategy
|
38
|
+
| import("@smithy/types").RetryStrategyV2
|
39
|
+
| undefined;
|
35
40
|
endpoint?:
|
36
41
|
| ((
|
37
42
|
| string
|
@@ -56,11 +61,6 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
56
61
|
}
|
57
62
|
) => import("@smithy/types").EndpointV2;
|
58
63
|
tls?: boolean | undefined;
|
59
|
-
retryStrategy?:
|
60
|
-
| import("@smithy/types").RetryStrategy
|
61
|
-
| import("@smithy/types").RetryStrategyV2
|
62
|
-
| undefined;
|
63
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
64
64
|
httpAuthSchemes:
|
65
65
|
| import("@smithy/types").HttpAuthScheme[]
|
66
66
|
| (
|
@@ -36,6 +36,11 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
36
36
|
serviceId: string;
|
37
37
|
logger: import("@smithy/types").Logger;
|
38
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
39
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
40
|
+
retryStrategy?:
|
41
|
+
| import("@smithy/types").RetryStrategy
|
42
|
+
| import("@smithy/types").RetryStrategyV2
|
43
|
+
| undefined;
|
39
44
|
endpoint?:
|
40
45
|
| ((
|
41
46
|
| string
|
@@ -60,11 +65,6 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
60
65
|
}
|
61
66
|
) => import("@smithy/types").EndpointV2;
|
62
67
|
tls?: boolean | undefined;
|
63
|
-
retryStrategy?:
|
64
|
-
| import("@smithy/types").RetryStrategy
|
65
|
-
| import("@smithy/types").RetryStrategyV2
|
66
|
-
| undefined;
|
67
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
68
68
|
httpAuthSchemes:
|
69
69
|
| import("@smithy/types").HttpAuthScheme[]
|
70
70
|
| (
|
@@ -36,6 +36,11 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
36
36
|
| import("@smithy/types").Provider<
|
37
37
|
import("@smithy/smithy-client").DefaultsMode
|
38
38
|
>;
|
39
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
40
|
+
retryStrategy?:
|
41
|
+
| import("@smithy/types").RetryStrategy
|
42
|
+
| import("@smithy/types").RetryStrategyV2
|
43
|
+
| undefined;
|
39
44
|
endpoint?:
|
40
45
|
| string
|
41
46
|
| import("@smithy/types").Endpoint
|
@@ -50,11 +55,6 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
50
55
|
}
|
51
56
|
) => import("@smithy/types").EndpointV2;
|
52
57
|
tls?: boolean | undefined;
|
53
|
-
retryStrategy?:
|
54
|
-
| import("@smithy/types").RetryStrategy
|
55
|
-
| import("@smithy/types").RetryStrategyV2
|
56
|
-
| undefined;
|
57
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
58
58
|
httpAuthSchemes:
|
59
59
|
| import("@smithy/types").HttpAuthScheme[]
|
60
60
|
| (
|
@@ -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.623.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,38 +20,38 @@
|
|
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.
|
23
|
+
"@aws-sdk/core": "3.623.0",
|
24
|
+
"@aws-sdk/credential-provider-node": "3.623.0",
|
25
|
+
"@aws-sdk/middleware-host-header": "3.620.0",
|
26
26
|
"@aws-sdk/middleware-logger": "3.609.0",
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.620.0",
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.620.0",
|
29
29
|
"@aws-sdk/region-config-resolver": "3.614.0",
|
30
30
|
"@aws-sdk/types": "3.609.0",
|
31
31
|
"@aws-sdk/util-endpoints": "3.614.0",
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
33
33
|
"@aws-sdk/util-user-agent-node": "3.614.0",
|
34
34
|
"@smithy/config-resolver": "^3.0.5",
|
35
|
-
"@smithy/core": "^2.2
|
36
|
-
"@smithy/fetch-http-handler": "^3.2.
|
35
|
+
"@smithy/core": "^2.3.2",
|
36
|
+
"@smithy/fetch-http-handler": "^3.2.4",
|
37
37
|
"@smithy/hash-node": "^3.0.3",
|
38
38
|
"@smithy/invalid-dependency": "^3.0.3",
|
39
|
-
"@smithy/middleware-content-length": "^3.0.
|
40
|
-
"@smithy/middleware-endpoint": "^3.0
|
41
|
-
"@smithy/middleware-retry": "^3.0.
|
39
|
+
"@smithy/middleware-content-length": "^3.0.5",
|
40
|
+
"@smithy/middleware-endpoint": "^3.1.0",
|
41
|
+
"@smithy/middleware-retry": "^3.0.14",
|
42
42
|
"@smithy/middleware-serde": "^3.0.3",
|
43
43
|
"@smithy/middleware-stack": "^3.0.3",
|
44
44
|
"@smithy/node-config-provider": "^3.1.4",
|
45
|
-
"@smithy/node-http-handler": "^3.1.
|
46
|
-
"@smithy/protocol-http": "^4.0
|
47
|
-
"@smithy/smithy-client": "^3.1.
|
45
|
+
"@smithy/node-http-handler": "^3.1.4",
|
46
|
+
"@smithy/protocol-http": "^4.1.0",
|
47
|
+
"@smithy/smithy-client": "^3.1.12",
|
48
48
|
"@smithy/types": "^3.3.0",
|
49
49
|
"@smithy/url-parser": "^3.0.3",
|
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.
|
53
|
+
"@smithy/util-defaults-mode-browser": "^3.0.14",
|
54
|
+
"@smithy/util-defaults-mode-node": "^3.0.14",
|
55
55
|
"@smithy/util-endpoints": "^2.0.5",
|
56
56
|
"@smithy/util-middleware": "^3.0.3",
|
57
57
|
"@smithy/util-retry": "^3.0.3",
|
@@ -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.623.0"
|
89
89
|
},
|
90
90
|
"browser": {
|
91
91
|
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
@@ -20,37 +20,31 @@ class STSClient extends smithy_client_1.Client {
|
|
20
20
|
constructor(...[configuration]) {
|
21
21
|
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
22
22
|
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
23
|
-
const _config_2 = (0,
|
24
|
-
const _config_3 = (0,
|
25
|
-
const _config_4 = (0,
|
23
|
+
const _config_2 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_1);
|
24
|
+
const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
|
25
|
+
const _config_4 = (0, config_resolver_1.resolveRegionConfig)(_config_3);
|
26
26
|
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
27
|
-
const _config_6 = (0,
|
27
|
+
const _config_6 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_5);
|
28
28
|
const _config_7 = (0, httpAuthSchemeProvider_1.resolveHttpAuthSchemeConfig)(_config_6);
|
29
29
|
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
30
30
|
super(_config_8);
|
31
31
|
this.config = _config_8;
|
32
|
+
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
32
33
|
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
33
34
|
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
34
35
|
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
35
36
|
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
36
37
|
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
38
38
|
this.middlewareStack.use((0, core_1.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
39
|
-
httpAuthSchemeParametersProvider:
|
40
|
-
identityProviderConfigProvider:
|
39
|
+
httpAuthSchemeParametersProvider: httpAuthSchemeProvider_1.defaultSTSHttpAuthSchemeParametersProvider,
|
40
|
+
identityProviderConfigProvider: async (config) => new core_1.DefaultIdentityProviderConfig({
|
41
|
+
"aws.auth#sigv4": config.credentials,
|
42
|
+
}),
|
41
43
|
}));
|
42
44
|
this.middlewareStack.use((0, core_1.getHttpSigningPlugin)(this.config));
|
43
45
|
}
|
44
46
|
destroy() {
|
45
47
|
super.destroy();
|
46
48
|
}
|
47
|
-
getDefaultHttpAuthSchemeParametersProvider() {
|
48
|
-
return httpAuthSchemeProvider_1.defaultSTSHttpAuthSchemeParametersProvider;
|
49
|
-
}
|
50
|
-
getIdentityProviderConfigProvider() {
|
51
|
-
return async (config) => new core_1.DefaultIdentityProviderConfig({
|
52
|
-
"aws.auth#sigv4": config.credentials,
|
53
|
-
});
|
54
|
-
}
|
55
49
|
}
|
56
50
|
exports.STSClient = STSClient;
|