@aws-sdk/nested-clients 3.997.6 → 3.997.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/submodules/cognito-identity/index.js +520 -52
- package/dist-cjs/submodules/signin/index.js +454 -49
- package/dist-cjs/submodules/sso/index.js +399 -49
- package/dist-cjs/submodules/sso-oidc/index.js +593 -49
- package/dist-cjs/submodules/sts/index.js +835 -55
- package/dist-es/submodules/cognito-identity/CognitoIdentity.js +1 -1
- package/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +5 -5
- package/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +2 -2
- package/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +2 -2
- package/dist-es/submodules/cognito-identity/endpoint/bdd.js +1 -1
- package/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +1 -1
- package/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +1 -1
- package/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +4 -6
- package/dist-es/submodules/cognito-identity/runtimeConfig.js +4 -8
- package/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +3 -4
- package/dist-es/submodules/cognito-identity/runtimeExtensions.js +2 -2
- package/dist-es/submodules/signin/Signin.js +1 -1
- package/dist-es/submodules/signin/SigninClient.js +5 -5
- package/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
- package/dist-es/submodules/signin/endpoint/bdd.js +1 -1
- package/dist-es/submodules/signin/endpoint/endpointResolver.js +1 -1
- package/dist-es/submodules/signin/models/SigninServiceException.js +1 -1
- package/dist-es/submodules/signin/runtimeConfig.browser.js +4 -6
- package/dist-es/submodules/signin/runtimeConfig.js +4 -8
- package/dist-es/submodules/signin/runtimeConfig.shared.js +3 -4
- package/dist-es/submodules/signin/runtimeExtensions.js +2 -2
- package/dist-es/submodules/sso/SSO.js +1 -1
- package/dist-es/submodules/sso/SSOClient.js +5 -5
- package/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +2 -2
- package/dist-es/submodules/sso/endpoint/bdd.js +1 -1
- package/dist-es/submodules/sso/endpoint/endpointResolver.js +1 -1
- package/dist-es/submodules/sso/models/SSOServiceException.js +1 -1
- package/dist-es/submodules/sso/runtimeConfig.browser.js +4 -6
- package/dist-es/submodules/sso/runtimeConfig.js +4 -8
- package/dist-es/submodules/sso/runtimeConfig.shared.js +3 -4
- package/dist-es/submodules/sso/runtimeExtensions.js +2 -2
- package/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
- package/dist-es/submodules/sso-oidc/SSOOIDCClient.js +5 -5
- package/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
- package/dist-es/submodules/sso-oidc/endpoint/bdd.js +1 -1
- package/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +1 -1
- package/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +1 -1
- package/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +4 -6
- package/dist-es/submodules/sso-oidc/runtimeConfig.js +4 -8
- package/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +3 -4
- package/dist-es/submodules/sso-oidc/runtimeExtensions.js +2 -2
- package/dist-es/submodules/sts/STS.js +1 -1
- package/dist-es/submodules/sts/STSClient.js +5 -5
- package/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +5 -10
- package/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
- package/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
- package/dist-es/submodules/sts/defaultStsRoleAssumers.js +0 -5
- package/dist-es/submodules/sts/endpoint/bdd.js +1 -1
- package/dist-es/submodules/sts/endpoint/endpointResolver.js +1 -1
- package/dist-es/submodules/sts/models/STSServiceException.js +1 -1
- package/dist-es/submodules/sts/runtimeConfig.browser.js +4 -6
- package/dist-es/submodules/sts/runtimeConfig.js +4 -8
- package/dist-es/submodules/sts/runtimeConfig.shared.js +3 -4
- package/dist-es/submodules/sts/runtimeExtensions.js +2 -2
- package/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +5 -5
- package/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +6 -4
- package/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +6 -4
- package/dist-types/submodules/cognito-identity/endpoint/bdd.d.ts +1 -1
- package/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +1 -1
- package/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +1 -1
- package/dist-types/submodules/cognito-identity/models/errors.d.ts +1 -1
- package/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +4 -4
- package/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +3 -3
- package/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +4 -4
- package/dist-types/submodules/signin/SigninClient.d.ts +5 -5
- package/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +6 -4
- package/dist-types/submodules/signin/endpoint/bdd.d.ts +1 -1
- package/dist-types/submodules/signin/extensionConfiguration.d.ts +1 -1
- package/dist-types/submodules/signin/models/SigninServiceException.d.ts +1 -1
- package/dist-types/submodules/signin/models/errors.d.ts +1 -1
- package/dist-types/submodules/signin/runtimeConfig.browser.d.ts +4 -4
- package/dist-types/submodules/signin/runtimeConfig.d.ts +3 -3
- package/dist-types/submodules/signin/runtimeConfig.native.d.ts +4 -4
- package/dist-types/submodules/sso/SSOClient.d.ts +5 -5
- package/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +6 -4
- package/dist-types/submodules/sso/endpoint/bdd.d.ts +1 -1
- package/dist-types/submodules/sso/extensionConfiguration.d.ts +1 -1
- package/dist-types/submodules/sso/models/SSOServiceException.d.ts +1 -1
- package/dist-types/submodules/sso/models/errors.d.ts +1 -1
- package/dist-types/submodules/sso/runtimeConfig.browser.d.ts +4 -4
- package/dist-types/submodules/sso/runtimeConfig.d.ts +3 -3
- package/dist-types/submodules/sso/runtimeConfig.native.d.ts +4 -4
- package/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +5 -5
- package/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +6 -4
- package/dist-types/submodules/sso-oidc/endpoint/bdd.d.ts +1 -1
- package/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +1 -1
- package/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
- package/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
- package/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -4
- package/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +3 -3
- package/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -4
- package/dist-types/submodules/sts/STSClient.d.ts +5 -5
- package/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -13
- package/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +6 -4
- package/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +6 -4
- package/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +0 -9
- package/dist-types/submodules/sts/endpoint/bdd.d.ts +1 -1
- package/dist-types/submodules/sts/extensionConfiguration.d.ts +1 -1
- package/dist-types/submodules/sts/models/STSServiceException.d.ts +1 -1
- package/dist-types/submodules/sts/models/errors.d.ts +1 -1
- package/dist-types/submodules/sts/runtimeConfig.browser.d.ts +4 -4
- package/dist-types/submodules/sts/runtimeConfig.d.ts +3 -3
- package/dist-types/submodules/sts/runtimeConfig.native.d.ts +4 -4
- package/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +8 -14
- package/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +6 -4
- package/dist-types/ts3.4/submodules/cognito-identity/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +1 -1
- package/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +4 -4
- package/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +3 -3
- package/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +5 -5
- package/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +8 -14
- package/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/submodules/signin/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +1 -1
- package/dist-types/ts3.4/submodules/signin/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +4 -4
- package/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +3 -3
- package/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +5 -5
- package/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +8 -14
- package/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +6 -4
- package/dist-types/ts3.4/submodules/sso/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sso/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sso/models/SSOServiceException.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sso/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +4 -4
- package/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +3 -3
- package/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +5 -5
- package/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +8 -14
- package/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/submodules/sso-oidc/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -4
- package/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +3 -3
- package/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +5 -5
- package/dist-types/ts3.4/submodules/sts/STSClient.d.ts +8 -14
- package/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +2 -12
- package/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +6 -4
- package/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +0 -3
- package/dist-types/ts3.4/submodules/sts/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sts/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +4 -4
- package/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +3 -3
- package/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +5 -5
- package/package.json +13 -34
- package/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +0 -60
- package/dist-cjs/submodules/cognito-identity/endpoint/bdd.js +0 -100
- package/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +0 -18
- package/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +0 -12
- package/dist-cjs/submodules/cognito-identity/models/errors.js +0 -121
- package/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +0 -38
- package/dist-cjs/submodules/cognito-identity/runtimeConfig.js +0 -54
- package/dist-cjs/submodules/cognito-identity/runtimeConfig.native.js +0 -15
- package/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +0 -50
- package/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +0 -110
- package/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +0 -56
- package/dist-cjs/submodules/signin/endpoint/bdd.js +0 -90
- package/dist-cjs/submodules/signin/endpoint/endpointResolver.js +0 -18
- package/dist-cjs/submodules/signin/models/SigninServiceException.js +0 -12
- package/dist-cjs/submodules/signin/models/errors.js +0 -64
- package/dist-cjs/submodules/signin/runtimeConfig.browser.js +0 -39
- package/dist-cjs/submodules/signin/runtimeConfig.js +0 -54
- package/dist-cjs/submodules/signin/runtimeConfig.native.js +0 -15
- package/dist-cjs/submodules/signin/runtimeConfig.shared.js +0 -49
- package/dist-cjs/submodules/signin/schemas/schemas_0.js +0 -125
- package/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +0 -56
- package/dist-cjs/submodules/sso/endpoint/bdd.js +0 -80
- package/dist-cjs/submodules/sso/endpoint/endpointResolver.js +0 -18
- package/dist-cjs/submodules/sso/models/SSOServiceException.js +0 -12
- package/dist-cjs/submodules/sso/models/errors.js +0 -56
- package/dist-cjs/submodules/sso/runtimeConfig.browser.js +0 -38
- package/dist-cjs/submodules/sso/runtimeConfig.js +0 -54
- package/dist-cjs/submodules/sso/runtimeConfig.native.js +0 -15
- package/dist-cjs/submodules/sso/runtimeConfig.shared.js +0 -49
- package/dist-cjs/submodules/sso/schemas/schemas_0.js +0 -90
- package/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -56
- package/dist-cjs/submodules/sso-oidc/endpoint/bdd.js +0 -80
- package/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +0 -18
- package/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -12
- package/dist-cjs/submodules/sso-oidc/models/errors.js +0 -195
- package/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -38
- package/dist-cjs/submodules/sso-oidc/runtimeConfig.js +0 -54
- package/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +0 -15
- package/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +0 -49
- package/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +0 -140
- package/dist-cjs/submodules/sts/STSClient.js +0 -55
- package/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -43
- package/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -144
- package/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -19
- package/dist-cjs/submodules/sts/endpoint/bdd.js +0 -150
- package/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -18
- package/dist-cjs/submodules/sts/models/STSServiceException.js +0 -12
- package/dist-cjs/submodules/sts/models/errors.js +0 -96
- package/dist-cjs/submodules/sts/runtimeConfig.browser.js +0 -39
- package/dist-cjs/submodules/sts/runtimeConfig.js +0 -74
- package/dist-cjs/submodules/sts/runtimeConfig.native.js +0 -15
- package/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -57
- package/dist-cjs/submodules/sts/runtimeExtensions.js +0 -13
- package/dist-cjs/submodules/sts/schemas/schemas_0.js +0 -195
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface CognitoIdentityExtensionConfiguration
|
package/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class CognitoIdentityServiceException extends __ServiceException {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { CognitoIdentityServiceException as __BaseException } from "./CognitoIdentityServiceException";
|
|
3
3
|
export declare class ExternalServiceException extends __BaseException {
|
|
4
4
|
readonly name: "ExternalServiceException";
|
|
@@ -5,7 +5,7 @@ export declare const getRuntimeConfig: (
|
|
|
5
5
|
) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
|
-
import("@smithy/
|
|
8
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
defaultUserAgentProvider: (
|
|
@@ -14,7 +14,7 @@ export declare const getRuntimeConfig: (
|
|
|
14
14
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
15
15
|
region: string | import("@smithy/types").Provider<any>;
|
|
16
16
|
requestHandler:
|
|
17
|
-
| import("@smithy/
|
|
17
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
18
18
|
| RequestHandler;
|
|
19
19
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
20
20
|
sha256: import("@smithy/types").HashConstructor;
|
|
@@ -27,7 +27,7 @@ export declare const getRuntimeConfig: (
|
|
|
27
27
|
protocol:
|
|
28
28
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
29
29
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
30
|
-
| typeof import("@aws-sdk/core/
|
|
30
|
+
| typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
|
|
31
31
|
protocolSettings: {
|
|
32
32
|
defaultNamespace?: string;
|
|
33
33
|
[setting: string]: unknown;
|
|
@@ -89,7 +89,7 @@ export declare const getRuntimeConfig: (
|
|
|
89
89
|
import("@smithy/types").Identity
|
|
90
90
|
>
|
|
91
91
|
| undefined;
|
|
92
|
-
signer: import("@aws-sdk/core/
|
|
92
|
+
signer: import("@aws-sdk/core/httpAuthSchemes").AwsSdkSigV4Signer;
|
|
93
93
|
}
|
|
94
94
|
| {
|
|
95
95
|
schemeId: string;
|
|
@@ -5,7 +5,7 @@ export declare const getRuntimeConfig: (
|
|
|
5
5
|
) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
|
-
import("@smithy/
|
|
8
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
@@ -16,7 +16,7 @@ export declare const getRuntimeConfig: (
|
|
|
16
16
|
region: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
requestHandler:
|
|
18
18
|
| RequestHandler
|
|
19
|
-
| import("@smithy/
|
|
19
|
+
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
20
20
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
21
21
|
sha256: import("@smithy/types").HashConstructor;
|
|
22
22
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -27,7 +27,7 @@ export declare const getRuntimeConfig: (
|
|
|
27
27
|
protocol:
|
|
28
28
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
29
29
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
30
|
-
| typeof import("@aws-sdk/core/
|
|
30
|
+
| typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
|
|
31
31
|
protocolSettings: {
|
|
32
32
|
defaultNamespace?: string;
|
|
33
33
|
[setting: string]: unknown;
|
|
@@ -8,13 +8,13 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
9
9
|
| import("@smithy/types").FetchHttpHandlerOptions
|
|
10
10
|
| Record<string, unknown>
|
|
11
|
-
| import("@smithy/
|
|
11
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
12
12
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
13
13
|
cacheMiddleware?: boolean;
|
|
14
14
|
protocol:
|
|
15
15
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
16
16
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
17
|
-
| typeof import("@aws-sdk/core/
|
|
17
|
+
| typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
|
|
18
18
|
protocolSettings: {
|
|
19
19
|
defaultNamespace?: string;
|
|
20
20
|
[setting: string]: unknown;
|
|
@@ -43,9 +43,9 @@ export declare const getRuntimeConfig: (
|
|
|
43
43
|
logger: import("@smithy/types").Logger;
|
|
44
44
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
45
45
|
defaultsMode:
|
|
46
|
-
| import("@smithy/
|
|
46
|
+
| import("@smithy/core/client").DefaultsMode
|
|
47
47
|
| import("@smithy/types").Provider<
|
|
48
|
-
import("@smithy/
|
|
48
|
+
import("@smithy/core/client").DefaultsMode
|
|
49
49
|
>;
|
|
50
50
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
51
51
|
userAgentAppId?:
|
|
@@ -93,7 +93,7 @@ export declare const getRuntimeConfig: (
|
|
|
93
93
|
import("@smithy/types").Identity
|
|
94
94
|
>
|
|
95
95
|
| undefined;
|
|
96
|
-
signer: import("@aws-sdk/core/
|
|
96
|
+
signer: import("@aws-sdk/core/httpAuthSchemes").AwsSdkSigV4Signer;
|
|
97
97
|
}
|
|
98
98
|
| {
|
|
99
99
|
schemeId: string;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateOAuth2TokenRequest,
|
|
@@ -15,7 +15,7 @@ export interface CreateOAuth2TokenCommandOutput
|
|
|
15
15
|
declare const CreateOAuth2TokenCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateOAuth2TokenCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateOAuth2TokenCommandInput,
|
|
20
20
|
CreateOAuth2TokenCommandOutput,
|
|
21
21
|
SigninClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateOAuth2TokenCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateOAuth2TokenCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateOAuth2TokenCommandInput,
|
|
29
29
|
CreateOAuth2TokenCommandOutput,
|
|
30
30
|
SigninClientResolvedConfig,
|
|
31
31
|
CreateOAuth2TokenCommandInput,
|
|
32
32
|
CreateOAuth2TokenCommandOutput
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateOAuth2TokenCommand extends CreateOAuth2TokenCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface SigninExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class SigninServiceException extends __ServiceException {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { OAuth2ErrorCode } from "./enums";
|
|
3
3
|
import { SigninServiceException as __BaseException } from "./SigninServiceException";
|
|
4
4
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -3,7 +3,7 @@ import { SigninClientConfig } from "./SigninClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: SigninClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
-
import("@smithy/
|
|
6
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
@@ -17,7 +17,7 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
|
|
|
17
17
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
18
|
region: string | import("@smithy/types").Provider<any>;
|
|
19
19
|
requestHandler:
|
|
20
|
-
| import("@smithy/
|
|
20
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
21
|
| RequestHandler;
|
|
22
22
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
23
|
sha256: import("@smithy/types").HashConstructor;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
|
|
|
30
30
|
protocol:
|
|
31
31
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
32
32
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
33
|
-
| typeof import("@aws-sdk/core/
|
|
33
|
+
| typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
34
34
|
protocolSettings: {
|
|
35
35
|
defaultNamespace?: string;
|
|
36
36
|
[setting: string]: unknown;
|
|
@@ -92,7 +92,7 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
|
|
|
92
92
|
import("@smithy/types").Identity
|
|
93
93
|
>
|
|
94
94
|
| undefined;
|
|
95
|
-
signer: import("@aws-sdk/core/
|
|
95
|
+
signer: import("@aws-sdk/core/httpAuthSchemes").AwsSdkSigV4Signer;
|
|
96
96
|
}
|
|
97
97
|
| {
|
|
98
98
|
schemeId: string;
|
|
@@ -3,7 +3,7 @@ import { SigninClientConfig } from "./SigninClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: SigninClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
-
import("@smithy/
|
|
6
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
@@ -14,7 +14,7 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
|
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
requestHandler:
|
|
16
16
|
| RequestHandler
|
|
17
|
-
| import("@smithy/
|
|
17
|
+
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
18
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
19
19
|
sha256: import("@smithy/types").HashConstructor;
|
|
20
20
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -25,7 +25,7 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
|
|
|
25
25
|
protocol:
|
|
26
26
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
27
27
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
28
|
-
| typeof import("@aws-sdk/core/
|
|
28
|
+
| typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
29
29
|
protocolSettings: {
|
|
30
30
|
defaultNamespace?: string;
|
|
31
31
|
[setting: string]: unknown;
|
|
@@ -6,13 +6,13 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
|
|
|
6
6
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
7
7
|
| import("@smithy/types").FetchHttpHandlerOptions
|
|
8
8
|
| Record<string, unknown>
|
|
9
|
-
| import("@smithy/
|
|
9
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
10
10
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
11
11
|
cacheMiddleware?: boolean;
|
|
12
12
|
protocol:
|
|
13
13
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
14
14
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
15
|
-
| typeof import("@aws-sdk/core/
|
|
15
|
+
| typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
16
16
|
protocolSettings: {
|
|
17
17
|
defaultNamespace?: string;
|
|
18
18
|
[setting: string]: unknown;
|
|
@@ -46,9 +46,9 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
|
|
|
46
46
|
logger: import("@smithy/types").Logger;
|
|
47
47
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
48
48
|
defaultsMode:
|
|
49
|
-
| import("@smithy/
|
|
49
|
+
| import("@smithy/core/client").DefaultsMode
|
|
50
50
|
| import("@smithy/types").Provider<
|
|
51
|
-
import("@smithy/
|
|
51
|
+
import("@smithy/core/client").DefaultsMode
|
|
52
52
|
>;
|
|
53
53
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
54
54
|
userAgentAppId?:
|
|
@@ -96,7 +96,7 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
|
|
|
96
96
|
import("@smithy/types").Identity
|
|
97
97
|
>
|
|
98
98
|
| undefined;
|
|
99
|
-
signer: import("@aws-sdk/core/
|
|
99
|
+
signer: import("@aws-sdk/core/httpAuthSchemes").AwsSdkSigV4Signer;
|
|
100
100
|
}
|
|
101
101
|
| {
|
|
102
102
|
schemeId: string;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
24
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetRoleCredentialsRequest,
|
|
@@ -15,7 +15,7 @@ export interface GetRoleCredentialsCommandOutput
|
|
|
15
15
|
declare const GetRoleCredentialsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetRoleCredentialsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetRoleCredentialsCommandInput,
|
|
20
20
|
GetRoleCredentialsCommandOutput,
|
|
21
21
|
SSOClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetRoleCredentialsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetRoleCredentialsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetRoleCredentialsCommandInput,
|
|
29
29
|
GetRoleCredentialsCommandOutput,
|
|
30
30
|
SSOClientResolvedConfig,
|
|
31
31
|
GetRoleCredentialsCommandInput,
|
|
32
32
|
GetRoleCredentialsCommandOutput
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetRoleCredentialsCommand extends GetRoleCredentialsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface SSOExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class SSOServiceException extends __ServiceException {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { SSOServiceException as __BaseException } from "./SSOServiceException";
|
|
3
3
|
export declare class InvalidRequestException extends __BaseException {
|
|
4
4
|
readonly name: "InvalidRequestException";
|
|
@@ -3,7 +3,7 @@ import { SSOClientConfig } from "./SSOClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
-
import("@smithy/
|
|
6
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
defaultUserAgentProvider: (
|
|
@@ -12,7 +12,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler:
|
|
15
|
-
| import("@smithy/
|
|
15
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
16
16
|
| RequestHandler;
|
|
17
17
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
18
18
|
sha256: import("@smithy/types").HashConstructor;
|
|
@@ -25,7 +25,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
25
25
|
protocol:
|
|
26
26
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
27
27
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
28
|
-
| typeof import("@aws-sdk/core/
|
|
28
|
+
| typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
29
29
|
protocolSettings: {
|
|
30
30
|
defaultNamespace?: string;
|
|
31
31
|
[setting: string]: unknown;
|
|
@@ -87,7 +87,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
87
87
|
import("@smithy/types").Identity
|
|
88
88
|
>
|
|
89
89
|
| undefined;
|
|
90
|
-
signer: import("@aws-sdk/core/
|
|
90
|
+
signer: import("@aws-sdk/core/httpAuthSchemes").AwsSdkSigV4Signer;
|
|
91
91
|
}
|
|
92
92
|
| {
|
|
93
93
|
schemeId: string;
|
|
@@ -3,7 +3,7 @@ import { SSOClientConfig } from "./SSOClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
-
import("@smithy/
|
|
6
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
@@ -14,7 +14,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
requestHandler:
|
|
16
16
|
| RequestHandler
|
|
17
|
-
| import("@smithy/
|
|
17
|
+
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
18
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
19
19
|
sha256: import("@smithy/types").HashConstructor;
|
|
20
20
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -25,7 +25,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
25
25
|
protocol:
|
|
26
26
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
27
27
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
28
|
-
| typeof import("@aws-sdk/core/
|
|
28
|
+
| typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
29
29
|
protocolSettings: {
|
|
30
30
|
defaultNamespace?: string;
|
|
31
31
|
[setting: string]: unknown;
|
|
@@ -6,13 +6,13 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
6
6
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
7
7
|
| import("@smithy/types").FetchHttpHandlerOptions
|
|
8
8
|
| Record<string, unknown>
|
|
9
|
-
| import("@smithy/
|
|
9
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
10
10
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
11
11
|
cacheMiddleware?: boolean;
|
|
12
12
|
protocol:
|
|
13
13
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
14
14
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
15
|
-
| typeof import("@aws-sdk/core/
|
|
15
|
+
| typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
16
16
|
protocolSettings: {
|
|
17
17
|
defaultNamespace?: string;
|
|
18
18
|
[setting: string]: unknown;
|
|
@@ -41,9 +41,9 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
42
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
43
|
defaultsMode:
|
|
44
|
-
| import("@smithy/
|
|
44
|
+
| import("@smithy/core/client").DefaultsMode
|
|
45
45
|
| import("@smithy/types").Provider<
|
|
46
|
-
import("@smithy/
|
|
46
|
+
import("@smithy/core/client").DefaultsMode
|
|
47
47
|
>;
|
|
48
48
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
49
49
|
userAgentAppId?:
|
|
@@ -91,7 +91,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
91
91
|
import("@smithy/types").Identity
|
|
92
92
|
>
|
|
93
93
|
| undefined;
|
|
94
|
-
signer: import("@aws-sdk/core/
|
|
94
|
+
signer: import("@aws-sdk/core/httpAuthSchemes").AwsSdkSigV4Signer;
|
|
95
95
|
}
|
|
96
96
|
| {
|
|
97
97
|
schemeId: string;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
24
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CreateTokenRequest, CreateTokenResponse } from "../models/models_0";
|
|
4
4
|
import { SSOOIDCClientResolvedConfig } from "../SSOOIDCClient";
|
|
@@ -11,7 +11,7 @@ export interface CreateTokenCommandOutput
|
|
|
11
11
|
declare const CreateTokenCommand_base: {
|
|
12
12
|
new (
|
|
13
13
|
input: CreateTokenCommandInput
|
|
14
|
-
): import("@smithy/
|
|
14
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
15
|
CreateTokenCommandInput,
|
|
16
16
|
CreateTokenCommandOutput,
|
|
17
17
|
SSOOIDCClientResolvedConfig,
|
|
@@ -20,14 +20,16 @@ declare const CreateTokenCommand_base: {
|
|
|
20
20
|
>;
|
|
21
21
|
new (
|
|
22
22
|
input: CreateTokenCommandInput
|
|
23
|
-
): import("@smithy/
|
|
23
|
+
): import("@smithy/core/client").CommandImpl<
|
|
24
24
|
CreateTokenCommandInput,
|
|
25
25
|
CreateTokenCommandOutput,
|
|
26
26
|
SSOOIDCClientResolvedConfig,
|
|
27
27
|
CreateTokenCommandInput,
|
|
28
28
|
CreateTokenCommandOutput
|
|
29
29
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
31
33
|
};
|
|
32
34
|
export declare class CreateTokenCommand extends CreateTokenCommand_base {
|
|
33
35
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface SSOOIDCExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class SSOOIDCServiceException extends __ServiceException {
|