@aws-sdk/nested-clients 3.996.15 → 3.996.17
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/auth/httpAuthSchemeProvider.js +2 -2
- package/dist-cjs/submodules/cognito-identity/runtimeConfig.js +4 -3
- package/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +4 -4
- package/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +2 -2
- package/dist-cjs/submodules/signin/runtimeConfig.js +4 -3
- package/dist-cjs/submodules/signin/runtimeConfig.shared.js +4 -4
- package/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +2 -2
- package/dist-cjs/submodules/sso/runtimeConfig.js +4 -3
- package/dist-cjs/submodules/sso/runtimeConfig.shared.js +4 -4
- package/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +2 -2
- package/dist-cjs/submodules/sso-oidc/runtimeConfig.js +4 -3
- package/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +4 -4
- package/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +2 -2
- package/dist-cjs/submodules/sts/runtimeConfig.js +7 -6
- package/dist-cjs/submodules/sts/runtimeConfig.shared.js +4 -4
- package/dist-es/submodules/cognito-identity/CognitoIdentity.js +1 -1
- package/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +1 -1
- package/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/submodules/cognito-identity/runtimeConfig.js +2 -1
- package/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +1 -1
- package/dist-es/submodules/signin/Signin.js +1 -1
- package/dist-es/submodules/signin/SigninClient.js +1 -1
- package/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/submodules/signin/runtimeConfig.js +2 -1
- package/dist-es/submodules/signin/runtimeConfig.shared.js +1 -1
- package/dist-es/submodules/sso/SSO.js +1 -1
- package/dist-es/submodules/sso/SSOClient.js +1 -1
- package/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/submodules/sso/runtimeConfig.js +2 -1
- package/dist-es/submodules/sso/runtimeConfig.shared.js +1 -1
- package/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
- package/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -1
- package/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -1
- package/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +1 -1
- package/dist-es/submodules/sts/STS.js +2 -2
- package/dist-es/submodules/sts/STSClient.js +1 -1
- package/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/submodules/sts/runtimeConfig.js +2 -1
- package/dist-es/submodules/sts/runtimeConfig.shared.js +1 -1
- package/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +2 -2
- package/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +3 -4
- package/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/submodules/cognito-identity/index.d.ts +1 -1
- package/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +2 -2
- package/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +2 -2
- package/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/submodules/signin/Signin.d.ts +1 -1
- package/dist-types/submodules/signin/SigninClient.d.ts +3 -4
- package/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/submodules/signin/index.d.ts +1 -1
- package/dist-types/submodules/signin/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/submodules/signin/runtimeConfig.d.ts +2 -2
- package/dist-types/submodules/signin/runtimeConfig.native.d.ts +2 -2
- package/dist-types/submodules/signin/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/submodules/sso/SSO.d.ts +1 -1
- package/dist-types/submodules/sso/SSOClient.d.ts +3 -4
- package/dist-types/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/submodules/sso/index.d.ts +1 -1
- package/dist-types/submodules/sso/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/submodules/sso/runtimeConfig.d.ts +2 -2
- package/dist-types/submodules/sso/runtimeConfig.native.d.ts +2 -2
- package/dist-types/submodules/sso/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
- package/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +3 -4
- package/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/submodules/sso-oidc/index.d.ts +1 -1
- package/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +2 -2
- package/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
- package/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/submodules/sts/STS.d.ts +2 -2
- package/dist-types/submodules/sts/STSClient.d.ts +3 -4
- package/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +2 -3
- package/dist-types/submodules/sts/index.d.ts +1 -1
- package/dist-types/submodules/sts/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/submodules/sts/runtimeConfig.d.ts +1 -1
- package/dist-types/submodules/sts/runtimeConfig.native.d.ts +2 -2
- package/dist-types/submodules/sts/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +2 -2
- package/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +2 -5
- package/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +2 -2
- package/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sso/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +2 -2
- package/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sts/STSClient.d.ts +2 -5
- package/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +1 -1
- package/package.json +12 -12
|
@@ -18,7 +18,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
-
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsQueryProtocol;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsQueryProtocol;
|
|
22
22
|
protocolSettings: {
|
|
23
23
|
defaultNamespace?: string;
|
|
24
24
|
[setting: string]: unknown;
|
|
@@ -47,7 +47,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
47
47
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
|
|
48
48
|
schemeId: string;
|
|
49
49
|
identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
|
|
50
|
-
signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
|
|
50
|
+
signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
|
|
51
51
|
} | {
|
|
52
52
|
schemeId: string;
|
|
53
53
|
identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | (() => Promise<{}>);
|
|
@@ -26,7 +26,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
26
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
27
27
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
28
28
|
cacheMiddleware?: boolean | undefined;
|
|
29
|
-
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsQueryProtocol;
|
|
29
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsQueryProtocol;
|
|
30
30
|
protocolSettings: {
|
|
31
31
|
defaultNamespace?: string;
|
|
32
32
|
[setting: string]: unknown;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
|
-
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsQueryProtocol;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsQueryProtocol;
|
|
11
11
|
protocolSettings: {
|
|
12
12
|
defaultNamespace?: string;
|
|
13
13
|
[setting: string]: unknown;
|
|
@@ -46,7 +46,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
46
46
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
|
|
47
47
|
schemeId: string;
|
|
48
48
|
identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
|
|
49
|
-
signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
|
|
49
|
+
signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
|
|
50
50
|
} | {
|
|
51
51
|
schemeId: string;
|
|
52
52
|
identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | (() => Promise<{}>);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
|
1
|
+
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsQueryProtocol } from "@aws-sdk/core/protocols";
|
|
3
3
|
import { NoAuthSigner } from "@smithy/core";
|
|
4
4
|
import type { IdentityProviderConfig } from "@smithy/types";
|
|
@@ -25,7 +25,6 @@ import {
|
|
|
25
25
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
|
-
import { Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
29
28
|
import {
|
|
30
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
@@ -38,6 +37,7 @@ import {
|
|
|
38
37
|
Provider as __Provider,
|
|
39
38
|
StreamCollector as __StreamCollector,
|
|
40
39
|
UrlParser as __UrlParser,
|
|
40
|
+
UserAgent as __UserAgent,
|
|
41
41
|
} from "@smithy/types";
|
|
42
42
|
import {
|
|
43
43
|
HttpAuthSchemeInputConfig,
|
|
@@ -79,7 +79,7 @@ export interface ClientDefaults
|
|
|
79
79
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
80
80
|
region?: string | __Provider<string>;
|
|
81
81
|
profile?: string;
|
|
82
|
-
defaultUserAgentProvider?:
|
|
82
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
83
83
|
maxAttempts?: number | __Provider<number>;
|
|
84
84
|
retryMode?: string | __Provider<string>;
|
|
85
85
|
logger?: __Logger;
|
package/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AwsCredentialIdentity,
|
|
3
3
|
AwsCredentialIdentityProvider,
|
|
4
|
+
HttpAuthScheme,
|
|
4
5
|
} from "@smithy/types";
|
|
5
|
-
import { HttpAuthScheme } from "@smithy/types";
|
|
6
6
|
import { CognitoIdentityHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
@@ -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").AwsJson1_1Protocol;
|
|
30
|
+
| typeof import("@aws-sdk/core/dist-types/submodules/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").AwsSdkSigV4Signer;
|
|
92
|
+
signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
|
|
93
93
|
}
|
|
94
94
|
| {
|
|
95
95
|
schemeId: string;
|
|
@@ -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").AwsJson1_1Protocol;
|
|
30
|
+
| typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsJson1_1Protocol;
|
|
31
31
|
protocolSettings: {
|
|
32
32
|
defaultNamespace?: string;
|
|
33
33
|
[setting: string]: unknown;
|
|
@@ -84,7 +84,7 @@ export declare const getRuntimeConfig: (
|
|
|
84
84
|
import("@smithy/types").Identity
|
|
85
85
|
>
|
|
86
86
|
| undefined;
|
|
87
|
-
signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
|
|
87
|
+
signer: import("@aws-sdk/core/httpAuthSchemes").AwsSdkSigV4Signer;
|
|
88
88
|
}
|
|
89
89
|
| {
|
|
90
90
|
schemeId: string;
|
|
@@ -14,7 +14,7 @@ export declare const getRuntimeConfig: (
|
|
|
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").AwsJson1_1Protocol;
|
|
17
|
+
| typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsJson1_1Protocol;
|
|
18
18
|
protocolSettings: {
|
|
19
19
|
defaultNamespace?: string;
|
|
20
20
|
[setting: string]: unknown;
|
|
@@ -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").AwsSdkSigV4Signer;
|
|
96
|
+
signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
|
|
97
97
|
}
|
|
98
98
|
| {
|
|
99
99
|
schemeId: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
|
1
|
+
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
3
3
|
import { NoAuthSigner } from "@smithy/core";
|
|
4
4
|
import { IdentityProviderConfig } from "@smithy/types";
|
|
@@ -27,10 +27,6 @@ import {
|
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
29
|
AwsCredentialIdentityProvider,
|
|
30
|
-
Provider,
|
|
31
|
-
UserAgent as __UserAgent,
|
|
32
|
-
} from "@smithy/types";
|
|
33
|
-
import {
|
|
34
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
35
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
36
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -42,6 +38,7 @@ import {
|
|
|
42
38
|
Provider as __Provider,
|
|
43
39
|
StreamCollector as __StreamCollector,
|
|
44
40
|
UrlParser as __UrlParser,
|
|
41
|
+
UserAgent as __UserAgent,
|
|
45
42
|
} from "@smithy/types";
|
|
46
43
|
import {
|
|
47
44
|
HttpAuthSchemeInputConfig,
|
|
@@ -78,7 +75,7 @@ export interface ClientDefaults
|
|
|
78
75
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
79
76
|
region?: string | __Provider<string>;
|
|
80
77
|
profile?: string;
|
|
81
|
-
defaultUserAgentProvider?:
|
|
78
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
82
79
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
83
80
|
maxAttempts?: number | __Provider<number>;
|
|
84
81
|
retryMode?: string | __Provider<string>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AwsCredentialIdentity,
|
|
3
3
|
AwsCredentialIdentityProvider,
|
|
4
|
+
HttpAuthScheme,
|
|
4
5
|
} from "@smithy/types";
|
|
5
|
-
import { HttpAuthScheme } from "@smithy/types";
|
|
6
6
|
import { SigninHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
@@ -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").AwsRestJsonProtocol;
|
|
33
|
+
| typeof import("@aws-sdk/core/dist-types/submodules/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").AwsSdkSigV4Signer;
|
|
95
|
+
signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
|
|
96
96
|
}
|
|
97
97
|
| {
|
|
98
98
|
schemeId: string;
|
|
@@ -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").AwsRestJsonProtocol;
|
|
28
|
+
| typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsRestJsonProtocol;
|
|
29
29
|
protocolSettings: {
|
|
30
30
|
defaultNamespace?: string;
|
|
31
31
|
[setting: string]: unknown;
|
|
@@ -85,7 +85,7 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
|
|
|
85
85
|
import("@smithy/types").Identity
|
|
86
86
|
>
|
|
87
87
|
| undefined;
|
|
88
|
-
signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
|
|
88
|
+
signer: import("@aws-sdk/core/httpAuthSchemes").AwsSdkSigV4Signer;
|
|
89
89
|
}
|
|
90
90
|
| {
|
|
91
91
|
schemeId: string;
|
|
@@ -12,7 +12,7 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
|
|
|
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").AwsRestJsonProtocol;
|
|
15
|
+
| typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsRestJsonProtocol;
|
|
16
16
|
protocolSettings: {
|
|
17
17
|
defaultNamespace?: string;
|
|
18
18
|
[setting: string]: unknown;
|
|
@@ -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").AwsSdkSigV4Signer;
|
|
99
|
+
signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
|
|
100
100
|
}
|
|
101
101
|
| {
|
|
102
102
|
schemeId: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
|
1
|
+
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
3
|
import { NoAuthSigner } from "@smithy/core";
|
|
4
4
|
import { IdentityProviderConfig } from "@smithy/types";
|
|
@@ -25,7 +25,6 @@ import {
|
|
|
25
25
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
|
-
import { Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
29
28
|
import {
|
|
30
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
@@ -38,6 +37,7 @@ import {
|
|
|
38
37
|
Provider as __Provider,
|
|
39
38
|
StreamCollector as __StreamCollector,
|
|
40
39
|
UrlParser as __UrlParser,
|
|
40
|
+
UserAgent as __UserAgent,
|
|
41
41
|
} from "@smithy/types";
|
|
42
42
|
import {
|
|
43
43
|
HttpAuthSchemeInputConfig,
|
|
@@ -74,7 +74,7 @@ export interface ClientDefaults
|
|
|
74
74
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
75
75
|
region?: string | __Provider<string>;
|
|
76
76
|
profile?: string;
|
|
77
|
-
defaultUserAgentProvider?:
|
|
77
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
78
78
|
maxAttempts?: number | __Provider<number>;
|
|
79
79
|
retryMode?: string | __Provider<string>;
|
|
80
80
|
logger?: __Logger;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AwsCredentialIdentity,
|
|
3
3
|
AwsCredentialIdentityProvider,
|
|
4
|
+
HttpAuthScheme,
|
|
4
5
|
} from "@smithy/types";
|
|
5
|
-
import { HttpAuthScheme } from "@smithy/types";
|
|
6
6
|
import { SSOHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
@@ -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").AwsRestJsonProtocol;
|
|
28
|
+
| typeof import("@aws-sdk/core/dist-types/submodules/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").AwsSdkSigV4Signer;
|
|
90
|
+
signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
|
|
91
91
|
}
|
|
92
92
|
| {
|
|
93
93
|
schemeId: string;
|
|
@@ -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").AwsRestJsonProtocol;
|
|
28
|
+
| typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsRestJsonProtocol;
|
|
29
29
|
protocolSettings: {
|
|
30
30
|
defaultNamespace?: string;
|
|
31
31
|
[setting: string]: unknown;
|
|
@@ -82,7 +82,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
82
82
|
import("@smithy/types").Identity
|
|
83
83
|
>
|
|
84
84
|
| undefined;
|
|
85
|
-
signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
|
|
85
|
+
signer: import("@aws-sdk/core/httpAuthSchemes").AwsSdkSigV4Signer;
|
|
86
86
|
}
|
|
87
87
|
| {
|
|
88
88
|
schemeId: string;
|
|
@@ -12,7 +12,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
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").AwsRestJsonProtocol;
|
|
15
|
+
| typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsRestJsonProtocol;
|
|
16
16
|
protocolSettings: {
|
|
17
17
|
defaultNamespace?: string;
|
|
18
18
|
[setting: string]: unknown;
|
|
@@ -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").AwsSdkSigV4Signer;
|
|
94
|
+
signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
|
|
95
95
|
}
|
|
96
96
|
| {
|
|
97
97
|
schemeId: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
|
1
|
+
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
3
|
import { NoAuthSigner } from "@smithy/core";
|
|
4
4
|
import { IdentityProviderConfig } from "@smithy/types";
|
|
@@ -25,7 +25,6 @@ import {
|
|
|
25
25
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
|
-
import { Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
29
28
|
import {
|
|
30
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
@@ -38,6 +37,7 @@ import {
|
|
|
38
37
|
Provider as __Provider,
|
|
39
38
|
StreamCollector as __StreamCollector,
|
|
40
39
|
UrlParser as __UrlParser,
|
|
40
|
+
UserAgent as __UserAgent,
|
|
41
41
|
} from "@smithy/types";
|
|
42
42
|
import {
|
|
43
43
|
HttpAuthSchemeInputConfig,
|
|
@@ -74,7 +74,7 @@ export interface ClientDefaults
|
|
|
74
74
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
75
75
|
region?: string | __Provider<string>;
|
|
76
76
|
profile?: string;
|
|
77
|
-
defaultUserAgentProvider?:
|
|
77
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
78
78
|
maxAttempts?: number | __Provider<number>;
|
|
79
79
|
retryMode?: string | __Provider<string>;
|
|
80
80
|
logger?: __Logger;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AwsCredentialIdentity,
|
|
3
3
|
AwsCredentialIdentityProvider,
|
|
4
|
+
HttpAuthScheme,
|
|
4
5
|
} from "@smithy/types";
|
|
5
|
-
import { HttpAuthScheme } from "@smithy/types";
|
|
6
6
|
import { SSOOIDCHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
@@ -25,7 +25,7 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
|
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").AwsRestJsonProtocol;
|
|
28
|
+
| typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsRestJsonProtocol;
|
|
29
29
|
protocolSettings: {
|
|
30
30
|
defaultNamespace?: string;
|
|
31
31
|
[setting: string]: unknown;
|
|
@@ -87,7 +87,7 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
|
87
87
|
import("@smithy/types").Identity
|
|
88
88
|
>
|
|
89
89
|
| undefined;
|
|
90
|
-
signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
|
|
90
|
+
signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
|
|
91
91
|
}
|
|
92
92
|
| {
|
|
93
93
|
schemeId: string;
|
|
@@ -25,7 +25,7 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
|
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").AwsRestJsonProtocol;
|
|
28
|
+
| typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsRestJsonProtocol;
|
|
29
29
|
protocolSettings: {
|
|
30
30
|
defaultNamespace?: string;
|
|
31
31
|
[setting: string]: unknown;
|
|
@@ -82,7 +82,7 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
|
82
82
|
import("@smithy/types").Identity
|
|
83
83
|
>
|
|
84
84
|
| undefined;
|
|
85
|
-
signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
|
|
85
|
+
signer: import("@aws-sdk/core/httpAuthSchemes").AwsSdkSigV4Signer;
|
|
86
86
|
}
|
|
87
87
|
| {
|
|
88
88
|
schemeId: string;
|
|
@@ -12,7 +12,7 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
|
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").AwsRestJsonProtocol;
|
|
15
|
+
| typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsRestJsonProtocol;
|
|
16
16
|
protocolSettings: {
|
|
17
17
|
defaultNamespace?: string;
|
|
18
18
|
[setting: string]: unknown;
|
|
@@ -91,7 +91,7 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
|
91
91
|
import("@smithy/types").Identity
|
|
92
92
|
>
|
|
93
93
|
| undefined;
|
|
94
|
-
signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
|
|
94
|
+
signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
|
|
95
95
|
}
|
|
96
96
|
| {
|
|
97
97
|
schemeId: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
|
1
|
+
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
3
|
import { NoAuthSigner } from "@smithy/core";
|
|
4
4
|
import { IdentityProviderConfig } from "@smithy/types";
|
|
@@ -27,10 +27,6 @@ import {
|
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
29
|
AwsCredentialIdentityProvider,
|
|
30
|
-
Provider,
|
|
31
|
-
UserAgent as __UserAgent,
|
|
32
|
-
} from "@smithy/types";
|
|
33
|
-
import {
|
|
34
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
35
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
36
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -42,6 +38,7 @@ import {
|
|
|
42
38
|
Provider as __Provider,
|
|
43
39
|
StreamCollector as __StreamCollector,
|
|
44
40
|
UrlParser as __UrlParser,
|
|
41
|
+
UserAgent as __UserAgent,
|
|
45
42
|
} from "@smithy/types";
|
|
46
43
|
import {
|
|
47
44
|
HttpAuthSchemeInputConfig,
|
|
@@ -86,7 +83,7 @@ export interface ClientDefaults
|
|
|
86
83
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
87
84
|
region?: string | __Provider<string>;
|
|
88
85
|
profile?: string;
|
|
89
|
-
defaultUserAgentProvider?:
|
|
86
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
90
87
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
91
88
|
maxAttempts?: number | __Provider<number>;
|
|
92
89
|
retryMode?: string | __Provider<string>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AwsCredentialIdentity,
|
|
3
3
|
AwsCredentialIdentityProvider,
|
|
4
|
+
HttpAuthScheme,
|
|
4
5
|
} from "@smithy/types";
|
|
5
|
-
import { HttpAuthScheme } from "@smithy/types";
|
|
6
6
|
import { STSHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
AwsSdkSigV4AuthInputConfig,
|
|
3
3
|
AwsSdkSigV4AuthResolvedConfig,
|
|
4
4
|
AwsSdkSigV4PreviouslyResolved,
|
|
5
|
-
} from "@aws-sdk/core";
|
|
6
|
-
import { Client } from "@smithy/types";
|
|
5
|
+
} from "@aws-sdk/core/httpAuthSchemes";
|
|
7
6
|
import {
|
|
7
|
+
Client,
|
|
8
8
|
HandlerExecutionContext,
|
|
9
9
|
HttpAuthScheme,
|
|
10
10
|
HttpAuthSchemeParameters,
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
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").AwsQueryProtocol;
|
|
33
|
+
| typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsQueryProtocol;
|
|
34
34
|
protocolSettings: {
|
|
35
35
|
defaultNamespace?: string;
|
|
36
36
|
[setting: string]: unknown;
|
|
@@ -92,7 +92,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
92
92
|
import("@smithy/types").Identity
|
|
93
93
|
>
|
|
94
94
|
| undefined;
|
|
95
|
-
signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
|
|
95
|
+
signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
|
|
96
96
|
}
|
|
97
97
|
| {
|
|
98
98
|
schemeId: string;
|
|
@@ -40,7 +40,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
40
40
|
protocol:
|
|
41
41
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
42
42
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
43
|
-
| typeof import("@aws-sdk/core").AwsQueryProtocol;
|
|
43
|
+
| typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsQueryProtocol;
|
|
44
44
|
protocolSettings: {
|
|
45
45
|
defaultNamespace?: string;
|
|
46
46
|
[setting: string]: unknown;
|
|
@@ -12,7 +12,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
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").AwsQueryProtocol;
|
|
15
|
+
| typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsQueryProtocol;
|
|
16
16
|
protocolSettings: {
|
|
17
17
|
defaultNamespace?: string;
|
|
18
18
|
[setting: string]: unknown;
|
|
@@ -96,7 +96,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
96
96
|
import("@smithy/types").Identity
|
|
97
97
|
>
|
|
98
98
|
| undefined;
|
|
99
|
-
signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
|
|
99
|
+
signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
|
|
100
100
|
}
|
|
101
101
|
| {
|
|
102
102
|
schemeId: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
|
1
|
+
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsQueryProtocol } from "@aws-sdk/core/protocols";
|
|
3
3
|
import { NoAuthSigner } from "@smithy/core";
|
|
4
4
|
import { IdentityProviderConfig } from "@smithy/types";
|