@aws-sdk/client-sso 3.362.0 → 3.369.0
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/SSO.js +1 -1
- package/dist-cjs/SSOClient.js +5 -5
- package/dist-cjs/commands/GetRoleCredentialsCommand.js +3 -3
- package/dist-cjs/commands/ListAccountRolesCommand.js +3 -3
- package/dist-cjs/commands/ListAccountsCommand.js +3 -3
- package/dist-cjs/commands/LogoutCommand.js +3 -3
- package/dist-cjs/models/SSOServiceException.js +1 -1
- package/dist-cjs/models/models_0.js +1 -1
- package/dist-cjs/protocols/Aws_restJson1.js +1 -1
- package/dist-cjs/runtimeConfig.browser.js +7 -7
- package/dist-cjs/runtimeConfig.js +10 -10
- package/dist-cjs/runtimeConfig.shared.js +4 -4
- package/dist-es/SSO.js +1 -1
- package/dist-es/SSOClient.js +5 -5
- package/dist-es/commands/GetRoleCredentialsCommand.js +3 -3
- package/dist-es/commands/ListAccountRolesCommand.js +3 -3
- package/dist-es/commands/ListAccountsCommand.js +3 -3
- package/dist-es/commands/LogoutCommand.js +3 -3
- package/dist-es/models/SSOServiceException.js +1 -1
- package/dist-es/models/models_0.js +1 -1
- package/dist-es/protocols/Aws_restJson1.js +1 -1
- package/dist-es/runtimeConfig.browser.js +7 -7
- package/dist-es/runtimeConfig.js +10 -10
- package/dist-es/runtimeConfig.shared.js +4 -4
- package/dist-types/SSO.d.ts +1 -1
- package/dist-types/SSOClient.d.ts +7 -8
- package/dist-types/commands/GetRoleCredentialsCommand.d.ts +3 -3
- package/dist-types/commands/ListAccountRolesCommand.d.ts +3 -3
- package/dist-types/commands/ListAccountsCommand.d.ts +3 -3
- package/dist-types/commands/LogoutCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
- package/dist-types/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/endpoint/ruleset.d.ts +1 -1
- package/dist-types/models/SSOServiceException.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListAccountRolesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAccountsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +17 -17
- package/dist-types/runtimeConfig.d.ts +17 -17
- package/dist-types/runtimeConfig.native.d.ts +16 -16
- package/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/SSO.d.ts +1 -1
- package/dist-types/ts3.4/SSOClient.d.ts +17 -19
- package/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/LogoutCommand.d.ts +3 -3
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
- package/dist-types/ts3.4/models/SSOServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +26 -31
- package/dist-types/ts3.4/runtimeConfig.d.ts +26 -28
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +24 -29
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/package.json +31 -30
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
2
2
|
import { SSOClientConfig } from "./SSOClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@
|
|
9
|
-
bodyLengthChecker: import("@
|
|
10
|
-
defaultUserAgentProvider: import("@
|
|
11
|
-
maxAttempts: number | import("@
|
|
12
|
-
region: string | import("@
|
|
13
|
-
requestHandler: (import("@
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
11
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
12
|
+
region: string | import("@smithy/types").Provider<string>;
|
|
13
|
+
requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
|
|
14
14
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
sha256: import("@
|
|
15
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
17
|
-
useDualstackEndpoint: boolean | import("@
|
|
18
|
-
useFipsEndpoint: boolean | import("@
|
|
17
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
19
19
|
apiVersion: string;
|
|
20
|
-
urlParser: import("@
|
|
20
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
21
21
|
base64Decoder: import("@smithy/types").Decoder;
|
|
22
22
|
base64Encoder: import("@smithy/types").Encoder;
|
|
23
23
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
24
24
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
25
25
|
disableHostPrefix: boolean;
|
|
26
26
|
serviceId: string;
|
|
27
|
-
logger: import("@
|
|
28
|
-
endpoint?: ((string | import("@
|
|
27
|
+
logger: import("@smithy/types").Logger;
|
|
28
|
+
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;
|
|
29
29
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
30
|
-
logger?: import("@
|
|
31
|
-
}) => import("@
|
|
30
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
31
|
+
}) => import("@smithy/types").EndpointV2;
|
|
32
32
|
tls?: boolean | undefined;
|
|
33
|
-
retryStrategy?: import("@
|
|
34
|
-
customUserAgent?: string | import("@
|
|
33
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
34
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
35
35
|
};
|
|
@@ -4,11 +4,11 @@ import { SSOClientConfig } from "./SSOClient";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
sha256: import("@
|
|
8
|
-
requestHandler: (import("@
|
|
7
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
+
requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
apiVersion: string;
|
|
10
|
-
urlParser: import("@
|
|
11
|
-
bodyLengthChecker: import("@
|
|
10
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
11
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@smithy/types").Decoder;
|
|
14
14
|
base64Encoder: import("@smithy/types").Encoder;
|
|
@@ -16,19 +16,19 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
16
16
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
17
17
|
disableHostPrefix: boolean;
|
|
18
18
|
serviceId: string;
|
|
19
|
-
useDualstackEndpoint:
|
|
20
|
-
useFipsEndpoint:
|
|
21
|
-
region: string | import("@
|
|
22
|
-
defaultUserAgentProvider: import("@
|
|
23
|
-
maxAttempts:
|
|
19
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
24
24
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
25
|
-
logger: import("@
|
|
26
|
-
defaultsMode: import("@
|
|
27
|
-
endpoint?: string | import("@
|
|
25
|
+
logger: import("@smithy/types").Logger;
|
|
26
|
+
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
27
|
+
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;
|
|
28
28
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
29
|
-
logger?: import("@
|
|
30
|
-
}) => import("@
|
|
29
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
30
|
+
}) => import("@smithy/types").EndpointV2;
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
|
-
retryStrategy?: import("@
|
|
33
|
-
customUserAgent?: string | import("@
|
|
32
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
33
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
34
34
|
};
|
|
@@ -8,11 +8,11 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
8
8
|
base64Encoder: import("@smithy/types").Encoder;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
|
-
logger?: import("@
|
|
12
|
-
}) => import("@
|
|
13
|
-
logger: import("@
|
|
11
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
12
|
+
}) => import("@smithy/types").EndpointV2;
|
|
13
|
+
logger: import("@smithy/types").Logger;
|
|
14
14
|
serviceId: string;
|
|
15
|
-
urlParser: import("@
|
|
15
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
16
16
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
17
17
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
18
18
|
};
|
|
@@ -1,45 +1,43 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HostHeaderInputConfig,
|
|
3
|
+
HostHeaderResolvedConfig,
|
|
4
|
+
} from "@aws-sdk/middleware-host-header";
|
|
5
|
+
import {
|
|
6
|
+
UserAgentInputConfig,
|
|
7
|
+
UserAgentResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
1
9
|
import {
|
|
2
10
|
RegionInputConfig,
|
|
3
11
|
RegionResolvedConfig,
|
|
4
|
-
} from "@
|
|
12
|
+
} from "@smithy/config-resolver";
|
|
5
13
|
import {
|
|
6
14
|
EndpointInputConfig,
|
|
7
15
|
EndpointResolvedConfig,
|
|
8
|
-
} from "@
|
|
9
|
-
import {
|
|
10
|
-
HostHeaderInputConfig,
|
|
11
|
-
HostHeaderResolvedConfig,
|
|
12
|
-
} from "@aws-sdk/middleware-host-header";
|
|
16
|
+
} from "@smithy/middleware-endpoint";
|
|
13
17
|
import {
|
|
14
18
|
RetryInputConfig,
|
|
15
19
|
RetryResolvedConfig,
|
|
16
|
-
} from "@
|
|
17
|
-
import {
|
|
18
|
-
UserAgentInputConfig,
|
|
19
|
-
UserAgentResolvedConfig,
|
|
20
|
-
} from "@aws-sdk/middleware-user-agent";
|
|
20
|
+
} from "@smithy/middleware-retry";
|
|
21
|
+
import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
|
|
21
22
|
import {
|
|
22
23
|
Client as __Client,
|
|
23
24
|
DefaultsMode as __DefaultsMode,
|
|
24
25
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
26
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
|
-
} from "@
|
|
27
|
+
} from "@smithy/smithy-client";
|
|
27
28
|
import {
|
|
28
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
29
30
|
ChecksumConstructor as __ChecksumConstructor,
|
|
31
|
+
Decoder as __Decoder,
|
|
32
|
+
Encoder as __Encoder,
|
|
30
33
|
HashConstructor as __HashConstructor,
|
|
31
34
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
32
35
|
Logger as __Logger,
|
|
36
|
+
Provider as __Provider,
|
|
33
37
|
Provider,
|
|
38
|
+
StreamCollector as __StreamCollector,
|
|
34
39
|
UrlParser as __UrlParser,
|
|
35
40
|
UserAgent as __UserAgent,
|
|
36
|
-
} from "@aws-sdk/types";
|
|
37
|
-
import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
|
|
38
|
-
import {
|
|
39
|
-
Decoder as __Decoder,
|
|
40
|
-
Encoder as __Encoder,
|
|
41
|
-
Provider as __Provider,
|
|
42
|
-
StreamCollector as __StreamCollector,
|
|
43
41
|
} from "@smithy/types";
|
|
44
42
|
import {
|
|
45
43
|
GetRoleCredentialsCommandInput,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import {
|
|
10
10
|
GetRoleCredentialsRequest,
|
|
11
11
|
GetRoleCredentialsResponse,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import {
|
|
10
10
|
ListAccountRolesRequest,
|
|
11
11
|
ListAccountRolesResponse,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import { ListAccountsRequest, ListAccountsResponse } from "../models/models_0";
|
|
10
10
|
import {
|
|
11
11
|
ServiceInputTypes,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import { LogoutRequest } from "../models/models_0";
|
|
10
10
|
import {
|
|
11
11
|
ServiceInputTypes,
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
|
+
Endpoint,
|
|
2
3
|
EndpointParameters as __EndpointParameters,
|
|
3
4
|
EndpointV2,
|
|
4
|
-
|
|
5
|
-
|
|
5
|
+
Provider,
|
|
6
|
+
} from "@smithy/types";
|
|
6
7
|
export interface ClientInputEndpointParameters {
|
|
7
8
|
region?: string | Provider<string>;
|
|
8
9
|
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RuleSetObject } from "@
|
|
1
|
+
import { RuleSetObject } from "@smithy/types";
|
|
2
2
|
export declare const ruleSet: RuleSetObject;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
-
} from "@
|
|
4
|
+
} from "@smithy/smithy-client";
|
|
5
5
|
export { __ServiceException, __ServiceExceptionOptions };
|
|
6
6
|
export declare class SSOServiceException extends __ServiceException {
|
|
7
7
|
constructor(options: __ServiceExceptionOptions);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { SSOServiceException as __BaseException } from "./SSOServiceException";
|
|
3
3
|
export interface AccountInfo {
|
|
4
4
|
accountId?: string;
|
|
@@ -1,70 +1,65 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
|
|
2
2
|
import { SSOClientConfig } from "./SSOClient";
|
|
3
3
|
export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
|
-
defaultsMode: import("@
|
|
6
|
-
import("@
|
|
5
|
+
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
+
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
|
-
bodyLengthChecker: import("@
|
|
9
|
-
defaultUserAgentProvider: import("@
|
|
10
|
-
import("@
|
|
8
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
10
|
+
import("@smithy/types").UserAgent
|
|
11
11
|
>;
|
|
12
|
-
maxAttempts:
|
|
13
|
-
|
|
14
|
-
region: string | import("@aws-sdk/types").Provider<any>;
|
|
12
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
15
14
|
requestHandler:
|
|
16
|
-
| (import("@
|
|
15
|
+
| (import("@smithy/types").RequestHandler<
|
|
17
16
|
any,
|
|
18
17
|
any,
|
|
19
|
-
import("@
|
|
18
|
+
import("@smithy/types").HttpHandlerOptions
|
|
20
19
|
> &
|
|
21
20
|
import("@smithy/protocol-http").HttpHandler)
|
|
22
21
|
| RequestHandler;
|
|
23
22
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
|
-
sha256: import("@
|
|
23
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
25
24
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
26
|
-
useDualstackEndpoint:
|
|
27
|
-
|
|
28
|
-
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
29
|
-
(boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
25
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
26
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
30
27
|
apiVersion: string;
|
|
31
|
-
urlParser: import("@
|
|
28
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
32
29
|
base64Decoder: import("@smithy/types").Decoder;
|
|
33
30
|
base64Encoder: import("@smithy/types").Encoder;
|
|
34
31
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
35
32
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
36
33
|
disableHostPrefix: boolean;
|
|
37
34
|
serviceId: string;
|
|
38
|
-
logger: import("@
|
|
35
|
+
logger: import("@smithy/types").Logger;
|
|
39
36
|
endpoint?:
|
|
40
37
|
| ((
|
|
41
38
|
| string
|
|
42
|
-
| import("@
|
|
43
|
-
| import("@
|
|
44
|
-
| import("@
|
|
45
|
-
| import("@
|
|
39
|
+
| import("@smithy/types").Endpoint
|
|
40
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
41
|
+
| import("@smithy/types").EndpointV2
|
|
42
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
46
43
|
) &
|
|
47
44
|
(
|
|
48
45
|
| string
|
|
49
46
|
| import("@smithy/types").Provider<string>
|
|
50
47
|
| import("@smithy/types").Endpoint
|
|
51
48
|
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
52
|
-
| import("@
|
|
53
|
-
| import("@smithy/types").Provider<
|
|
54
|
-
import("@aws-sdk/types").EndpointV2
|
|
55
|
-
>
|
|
49
|
+
| import("@smithy/types").EndpointV2
|
|
50
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
56
51
|
))
|
|
57
52
|
| undefined;
|
|
58
53
|
endpointProvider: (
|
|
59
54
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
60
55
|
context?: {
|
|
61
|
-
logger?: import("@
|
|
56
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
62
57
|
}
|
|
63
|
-
) => import("@
|
|
58
|
+
) => import("@smithy/types").EndpointV2;
|
|
64
59
|
tls?: boolean | undefined;
|
|
65
60
|
retryStrategy?:
|
|
66
|
-
| import("@
|
|
67
|
-
| import("@
|
|
61
|
+
| import("@smithy/types").RetryStrategy
|
|
62
|
+
| import("@smithy/types").RetryStrategyV2
|
|
68
63
|
| undefined;
|
|
69
|
-
customUserAgent?: string | import("@
|
|
64
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
70
65
|
};
|
|
@@ -1,67 +1,65 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
2
2
|
import { SSOClientConfig } from "./SSOClient";
|
|
3
3
|
export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
|
-
defaultsMode: import("@
|
|
6
|
-
import("@
|
|
5
|
+
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
+
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
|
-
bodyLengthChecker: import("@
|
|
9
|
-
defaultUserAgentProvider: import("@
|
|
10
|
-
import("@
|
|
8
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
10
|
+
import("@smithy/types").UserAgent
|
|
11
11
|
>;
|
|
12
|
-
maxAttempts: number | import("@
|
|
13
|
-
region: string | import("@
|
|
12
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
|
+
region: string | import("@smithy/types").Provider<string>;
|
|
14
14
|
requestHandler:
|
|
15
|
-
| (import("@
|
|
15
|
+
| (import("@smithy/types").RequestHandler<
|
|
16
16
|
any,
|
|
17
17
|
any,
|
|
18
|
-
import("@
|
|
18
|
+
import("@smithy/types").HttpHandlerOptions
|
|
19
19
|
> &
|
|
20
20
|
import("@smithy/protocol-http").HttpHandler)
|
|
21
21
|
| RequestHandler;
|
|
22
22
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
|
-
sha256: import("@
|
|
23
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
24
24
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
25
|
-
useDualstackEndpoint: boolean | import("@
|
|
26
|
-
useFipsEndpoint: boolean | import("@
|
|
25
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
26
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
27
27
|
apiVersion: string;
|
|
28
|
-
urlParser: import("@
|
|
28
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
29
29
|
base64Decoder: import("@smithy/types").Decoder;
|
|
30
30
|
base64Encoder: import("@smithy/types").Encoder;
|
|
31
31
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
32
32
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
33
33
|
disableHostPrefix: boolean;
|
|
34
34
|
serviceId: string;
|
|
35
|
-
logger: import("@
|
|
35
|
+
logger: import("@smithy/types").Logger;
|
|
36
36
|
endpoint?:
|
|
37
37
|
| ((
|
|
38
38
|
| string
|
|
39
|
-
| import("@
|
|
40
|
-
| import("@
|
|
41
|
-
| import("@
|
|
42
|
-
| import("@
|
|
39
|
+
| import("@smithy/types").Endpoint
|
|
40
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
41
|
+
| import("@smithy/types").EndpointV2
|
|
42
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
43
43
|
) &
|
|
44
44
|
(
|
|
45
45
|
| string
|
|
46
46
|
| import("@smithy/types").Provider<string>
|
|
47
47
|
| import("@smithy/types").Endpoint
|
|
48
48
|
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
49
|
-
| import("@
|
|
50
|
-
| import("@smithy/types").Provider<
|
|
51
|
-
import("@aws-sdk/types").EndpointV2
|
|
52
|
-
>
|
|
49
|
+
| import("@smithy/types").EndpointV2
|
|
50
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
53
51
|
))
|
|
54
52
|
| undefined;
|
|
55
53
|
endpointProvider: (
|
|
56
54
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
57
55
|
context?: {
|
|
58
|
-
logger?: import("@
|
|
56
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
59
57
|
}
|
|
60
|
-
) => import("@
|
|
58
|
+
) => import("@smithy/types").EndpointV2;
|
|
61
59
|
tls?: boolean | undefined;
|
|
62
60
|
retryStrategy?:
|
|
63
|
-
| import("@
|
|
64
|
-
| import("@
|
|
61
|
+
| import("@smithy/types").RetryStrategy
|
|
62
|
+
| import("@smithy/types").RetryStrategyV2
|
|
65
63
|
| undefined;
|
|
66
|
-
customUserAgent?: string | import("@
|
|
64
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
67
65
|
};
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { SSOClientConfig } from "./SSOClient";
|
|
2
2
|
export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
3
3
|
runtime: string;
|
|
4
|
-
sha256: import("@
|
|
4
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
5
5
|
requestHandler:
|
|
6
|
-
| (import("@
|
|
6
|
+
| (import("@smithy/types").RequestHandler<
|
|
7
7
|
any,
|
|
8
8
|
any,
|
|
9
|
-
import("@
|
|
9
|
+
import("@smithy/types").HttpHandlerOptions
|
|
10
10
|
> &
|
|
11
11
|
import("@smithy/protocol-http").HttpHandler)
|
|
12
|
-
| import("@
|
|
12
|
+
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
13
13
|
apiVersion: string;
|
|
14
|
-
urlParser: import("@
|
|
15
|
-
bodyLengthChecker: import("@
|
|
14
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
15
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
16
16
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
17
17
|
base64Decoder: import("@smithy/types").Decoder;
|
|
18
18
|
base64Encoder: import("@smithy/types").Encoder;
|
|
@@ -20,42 +20,37 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
20
20
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
21
21
|
disableHostPrefix: boolean;
|
|
22
22
|
serviceId: string;
|
|
23
|
-
useDualstackEndpoint:
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
29
|
-
import("@aws-sdk/types").UserAgent
|
|
23
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
24
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
25
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
26
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
27
|
+
import("@smithy/types").UserAgent
|
|
30
28
|
>;
|
|
31
|
-
maxAttempts:
|
|
32
|
-
(number | import("@aws-sdk/types").Provider<number>);
|
|
29
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
33
30
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
34
|
-
logger: import("@
|
|
31
|
+
logger: import("@smithy/types").Logger;
|
|
35
32
|
defaultsMode:
|
|
36
|
-
| import("@
|
|
33
|
+
| import("@smithy/smithy-client").DefaultsMode
|
|
37
34
|
| import("@smithy/types").Provider<
|
|
38
|
-
import("@
|
|
35
|
+
import("@smithy/smithy-client").DefaultsMode
|
|
39
36
|
>;
|
|
40
37
|
endpoint?:
|
|
41
38
|
| string
|
|
42
|
-
| import("@
|
|
43
|
-
|
|
|
44
|
-
|
|
45
|
-
|
|
|
46
|
-
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
|
|
47
|
-
import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)
|
|
39
|
+
| import("@smithy/types").Endpoint
|
|
40
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
41
|
+
| import("@smithy/types").EndpointV2
|
|
42
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
48
43
|
| undefined;
|
|
49
44
|
endpointProvider: (
|
|
50
45
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
51
46
|
context?: {
|
|
52
|
-
logger?: import("@
|
|
47
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
53
48
|
}
|
|
54
|
-
) => import("@
|
|
49
|
+
) => import("@smithy/types").EndpointV2;
|
|
55
50
|
tls?: boolean | undefined;
|
|
56
51
|
retryStrategy?:
|
|
57
|
-
| import("@
|
|
58
|
-
| import("@
|
|
52
|
+
| import("@smithy/types").RetryStrategy
|
|
53
|
+
| import("@smithy/types").RetryStrategyV2
|
|
59
54
|
| undefined;
|
|
60
|
-
customUserAgent?: string | import("@
|
|
55
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
61
56
|
};
|
|
@@ -7,12 +7,12 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
7
7
|
endpointProvider: (
|
|
8
8
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
9
9
|
context?: {
|
|
10
|
-
logger?: import("@
|
|
10
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
11
11
|
}
|
|
12
|
-
) => import("@
|
|
13
|
-
logger: import("@
|
|
12
|
+
) => import("@smithy/types").EndpointV2;
|
|
13
|
+
logger: import("@smithy/types").Logger;
|
|
14
14
|
serviceId: string;
|
|
15
|
-
urlParser: import("@
|
|
15
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
16
16
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
17
17
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
18
18
|
};
|