@aws-sdk/client-sso 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/SSO.d.ts +72 -25
- package/dist-types/ts3.4/SSOClient.d.ts +119 -74
- package/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/LogoutCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/index.d.ts +4 -4
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SSOServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +101 -123
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -14
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +45 -31
- package/dist-types/ts3.4/runtimeConfig.d.ts +45 -31
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +46 -30
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +31 -31
|
@@ -1,123 +1,101 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { SSOServiceException as __BaseException } from "./SSOServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
export declare class
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
export declare class
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
export
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
export
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
export
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
accessToken: string | undefined;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
export declare const AccountInfoFilterSensitiveLog: (obj: AccountInfo) => any;
|
|
106
|
-
|
|
107
|
-
export declare const GetRoleCredentialsRequestFilterSensitiveLog: (obj: GetRoleCredentialsRequest) => any;
|
|
108
|
-
|
|
109
|
-
export declare const RoleCredentialsFilterSensitiveLog: (obj: RoleCredentials) => any;
|
|
110
|
-
|
|
111
|
-
export declare const GetRoleCredentialsResponseFilterSensitiveLog: (obj: GetRoleCredentialsResponse) => any;
|
|
112
|
-
|
|
113
|
-
export declare const ListAccountRolesRequestFilterSensitiveLog: (obj: ListAccountRolesRequest) => any;
|
|
114
|
-
|
|
115
|
-
export declare const RoleInfoFilterSensitiveLog: (obj: RoleInfo) => any;
|
|
116
|
-
|
|
117
|
-
export declare const ListAccountRolesResponseFilterSensitiveLog: (obj: ListAccountRolesResponse) => any;
|
|
118
|
-
|
|
119
|
-
export declare const ListAccountsRequestFilterSensitiveLog: (obj: ListAccountsRequest) => any;
|
|
120
|
-
|
|
121
|
-
export declare const ListAccountsResponseFilterSensitiveLog: (obj: ListAccountsResponse) => any;
|
|
122
|
-
|
|
123
|
-
export declare const LogoutRequestFilterSensitiveLog: (obj: LogoutRequest) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { SSOServiceException as __BaseException } from "./SSOServiceException";
|
|
3
|
+
export interface AccountInfo {
|
|
4
|
+
accountId?: string;
|
|
5
|
+
accountName?: string;
|
|
6
|
+
emailAddress?: string;
|
|
7
|
+
}
|
|
8
|
+
export interface GetRoleCredentialsRequest {
|
|
9
|
+
roleName: string | undefined;
|
|
10
|
+
accountId: string | undefined;
|
|
11
|
+
accessToken: string | undefined;
|
|
12
|
+
}
|
|
13
|
+
export interface RoleCredentials {
|
|
14
|
+
accessKeyId?: string;
|
|
15
|
+
secretAccessKey?: string;
|
|
16
|
+
sessionToken?: string;
|
|
17
|
+
expiration?: number;
|
|
18
|
+
}
|
|
19
|
+
export interface GetRoleCredentialsResponse {
|
|
20
|
+
roleCredentials?: RoleCredentials;
|
|
21
|
+
}
|
|
22
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
23
|
+
readonly name: "InvalidRequestException";
|
|
24
|
+
readonly $fault: "client";
|
|
25
|
+
constructor(
|
|
26
|
+
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
30
|
+
readonly name: "ResourceNotFoundException";
|
|
31
|
+
readonly $fault: "client";
|
|
32
|
+
constructor(
|
|
33
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
37
|
+
readonly name: "TooManyRequestsException";
|
|
38
|
+
readonly $fault: "client";
|
|
39
|
+
constructor(
|
|
40
|
+
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
41
|
+
);
|
|
42
|
+
}
|
|
43
|
+
export declare class UnauthorizedException extends __BaseException {
|
|
44
|
+
readonly name: "UnauthorizedException";
|
|
45
|
+
readonly $fault: "client";
|
|
46
|
+
constructor(
|
|
47
|
+
opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
|
|
48
|
+
);
|
|
49
|
+
}
|
|
50
|
+
export interface ListAccountRolesRequest {
|
|
51
|
+
nextToken?: string;
|
|
52
|
+
maxResults?: number;
|
|
53
|
+
accessToken: string | undefined;
|
|
54
|
+
accountId: string | undefined;
|
|
55
|
+
}
|
|
56
|
+
export interface RoleInfo {
|
|
57
|
+
roleName?: string;
|
|
58
|
+
accountId?: string;
|
|
59
|
+
}
|
|
60
|
+
export interface ListAccountRolesResponse {
|
|
61
|
+
nextToken?: string;
|
|
62
|
+
roleList?: RoleInfo[];
|
|
63
|
+
}
|
|
64
|
+
export interface ListAccountsRequest {
|
|
65
|
+
nextToken?: string;
|
|
66
|
+
maxResults?: number;
|
|
67
|
+
accessToken: string | undefined;
|
|
68
|
+
}
|
|
69
|
+
export interface ListAccountsResponse {
|
|
70
|
+
nextToken?: string;
|
|
71
|
+
accountList?: AccountInfo[];
|
|
72
|
+
}
|
|
73
|
+
export interface LogoutRequest {
|
|
74
|
+
accessToken: string | undefined;
|
|
75
|
+
}
|
|
76
|
+
export declare const AccountInfoFilterSensitiveLog: (obj: AccountInfo) => any;
|
|
77
|
+
export declare const GetRoleCredentialsRequestFilterSensitiveLog: (
|
|
78
|
+
obj: GetRoleCredentialsRequest
|
|
79
|
+
) => any;
|
|
80
|
+
export declare const RoleCredentialsFilterSensitiveLog: (
|
|
81
|
+
obj: RoleCredentials
|
|
82
|
+
) => any;
|
|
83
|
+
export declare const GetRoleCredentialsResponseFilterSensitiveLog: (
|
|
84
|
+
obj: GetRoleCredentialsResponse
|
|
85
|
+
) => any;
|
|
86
|
+
export declare const ListAccountRolesRequestFilterSensitiveLog: (
|
|
87
|
+
obj: ListAccountRolesRequest
|
|
88
|
+
) => any;
|
|
89
|
+
export declare const RoleInfoFilterSensitiveLog: (obj: RoleInfo) => any;
|
|
90
|
+
export declare const ListAccountRolesResponseFilterSensitiveLog: (
|
|
91
|
+
obj: ListAccountRolesResponse
|
|
92
|
+
) => any;
|
|
93
|
+
export declare const ListAccountsRequestFilterSensitiveLog: (
|
|
94
|
+
obj: ListAccountsRequest
|
|
95
|
+
) => any;
|
|
96
|
+
export declare const ListAccountsResponseFilterSensitiveLog: (
|
|
97
|
+
obj: ListAccountsResponse
|
|
98
|
+
) => any;
|
|
99
|
+
export declare const LogoutRequestFilterSensitiveLog: (
|
|
100
|
+
obj: LogoutRequest
|
|
101
|
+
) => any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { SSO } from "../SSO";
|
|
3
|
-
import { SSOClient } from "../SSOClient";
|
|
4
|
-
export interface SSOPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
|
|
6
|
-
}
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { SSO } from "../SSO";
|
|
3
|
+
import { SSOClient } from "../SSOClient";
|
|
4
|
+
export interface SSOPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: SSO | SSOClient;
|
|
6
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAccountRolesCommandInput,
|
|
4
|
+
ListAccountRolesCommandOutput,
|
|
5
|
+
} from "../commands/ListAccountRolesCommand";
|
|
6
|
+
import { SSOPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAccountRoles(
|
|
8
|
+
config: SSOPaginationConfiguration,
|
|
9
|
+
input: ListAccountRolesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAccountRolesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAccountsCommandInput,
|
|
4
|
+
ListAccountsCommandOutput,
|
|
5
|
+
} from "../commands/ListAccountsCommand";
|
|
6
|
+
import { SSOPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAccounts(
|
|
8
|
+
config: SSOPaginationConfiguration,
|
|
9
|
+
input: ListAccountsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAccountsCommandOutput>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./Interfaces";
|
|
2
|
-
export * from "./ListAccountRolesPaginator";
|
|
3
|
-
export * from "./ListAccountsPaginator";
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListAccountRolesPaginator";
|
|
3
|
+
export * from "./ListAccountsPaginator";
|
|
@@ -1,14 +1,53 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
GetRoleCredentialsCommandInput,
|
|
8
|
+
GetRoleCredentialsCommandOutput,
|
|
9
|
+
} from "../commands/GetRoleCredentialsCommand";
|
|
10
|
+
import {
|
|
11
|
+
ListAccountRolesCommandInput,
|
|
12
|
+
ListAccountRolesCommandOutput,
|
|
13
|
+
} from "../commands/ListAccountRolesCommand";
|
|
14
|
+
import {
|
|
15
|
+
ListAccountsCommandInput,
|
|
16
|
+
ListAccountsCommandOutput,
|
|
17
|
+
} from "../commands/ListAccountsCommand";
|
|
18
|
+
import {
|
|
19
|
+
LogoutCommandInput,
|
|
20
|
+
LogoutCommandOutput,
|
|
21
|
+
} from "../commands/LogoutCommand";
|
|
22
|
+
export declare const serializeAws_restJson1GetRoleCredentialsCommand: (
|
|
23
|
+
input: GetRoleCredentialsCommandInput,
|
|
24
|
+
context: __SerdeContext
|
|
25
|
+
) => Promise<__HttpRequest>;
|
|
26
|
+
export declare const serializeAws_restJson1ListAccountRolesCommand: (
|
|
27
|
+
input: ListAccountRolesCommandInput,
|
|
28
|
+
context: __SerdeContext
|
|
29
|
+
) => Promise<__HttpRequest>;
|
|
30
|
+
export declare const serializeAws_restJson1ListAccountsCommand: (
|
|
31
|
+
input: ListAccountsCommandInput,
|
|
32
|
+
context: __SerdeContext
|
|
33
|
+
) => Promise<__HttpRequest>;
|
|
34
|
+
export declare const serializeAws_restJson1LogoutCommand: (
|
|
35
|
+
input: LogoutCommandInput,
|
|
36
|
+
context: __SerdeContext
|
|
37
|
+
) => Promise<__HttpRequest>;
|
|
38
|
+
export declare const deserializeAws_restJson1GetRoleCredentialsCommand: (
|
|
39
|
+
output: __HttpResponse,
|
|
40
|
+
context: __SerdeContext
|
|
41
|
+
) => Promise<GetRoleCredentialsCommandOutput>;
|
|
42
|
+
export declare const deserializeAws_restJson1ListAccountRolesCommand: (
|
|
43
|
+
output: __HttpResponse,
|
|
44
|
+
context: __SerdeContext
|
|
45
|
+
) => Promise<ListAccountRolesCommandOutput>;
|
|
46
|
+
export declare const deserializeAws_restJson1ListAccountsCommand: (
|
|
47
|
+
output: __HttpResponse,
|
|
48
|
+
context: __SerdeContext
|
|
49
|
+
) => Promise<ListAccountsCommandOutput>;
|
|
50
|
+
export declare const deserializeAws_restJson1LogoutCommand: (
|
|
51
|
+
output: __HttpResponse,
|
|
52
|
+
context: __SerdeContext
|
|
53
|
+
) => Promise<LogoutCommandOutput>;
|
|
@@ -1,31 +1,45 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { SSOClientConfig } from "./SSOClient";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { SSOClientConfig } from "./SSOClient";
|
|
3
|
+
export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
6
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
7
|
+
>;
|
|
8
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
11
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
12
|
+
import("@aws-sdk/types").UserAgent
|
|
13
|
+
>;
|
|
14
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
15
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
16
|
+
requestHandler:
|
|
17
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
18
|
+
any,
|
|
19
|
+
any,
|
|
20
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
21
|
+
> &
|
|
22
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
23
|
+
| RequestHandler;
|
|
24
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
25
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
26
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
27
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
28
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
29
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
30
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
31
|
+
apiVersion: string;
|
|
32
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
33
|
+
disableHostPrefix: boolean;
|
|
34
|
+
logger: import("@aws-sdk/types").Logger;
|
|
35
|
+
serviceId: string;
|
|
36
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
37
|
+
endpoint?:
|
|
38
|
+
| string
|
|
39
|
+
| import("@aws-sdk/types").Endpoint
|
|
40
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
41
|
+
| undefined;
|
|
42
|
+
tls?: boolean | undefined;
|
|
43
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
44
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
45
|
+
};
|
|
@@ -1,31 +1,45 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { SSOClientConfig } from "./SSOClient";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { SSOClientConfig } from "./SSOClient";
|
|
3
|
+
export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
6
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
7
|
+
>;
|
|
8
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
11
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
12
|
+
import("@aws-sdk/types").UserAgent
|
|
13
|
+
>;
|
|
14
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
15
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
+
requestHandler:
|
|
17
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
18
|
+
any,
|
|
19
|
+
any,
|
|
20
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
21
|
+
> &
|
|
22
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
23
|
+
| RequestHandler;
|
|
24
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
25
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
26
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
27
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
28
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
29
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
30
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
31
|
+
apiVersion: string;
|
|
32
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
33
|
+
disableHostPrefix: boolean;
|
|
34
|
+
logger: import("@aws-sdk/types").Logger;
|
|
35
|
+
serviceId: string;
|
|
36
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
37
|
+
endpoint?:
|
|
38
|
+
| string
|
|
39
|
+
| import("@aws-sdk/types").Endpoint
|
|
40
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
41
|
+
| undefined;
|
|
42
|
+
tls?: boolean | undefined;
|
|
43
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
44
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
45
|
+
};
|
|
@@ -1,30 +1,46 @@
|
|
|
1
|
-
import { SSOClientConfig } from "./SSOClient";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
1
|
+
import { SSOClientConfig } from "./SSOClient";
|
|
2
|
+
export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
3
|
+
runtime: string;
|
|
4
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
5
|
+
requestHandler:
|
|
6
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
7
|
+
any,
|
|
8
|
+
any,
|
|
9
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
10
|
+
> &
|
|
11
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
12
|
+
| import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
13
|
+
apiVersion: string;
|
|
14
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
15
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
16
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
18
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
19
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
+
disableHostPrefix: boolean;
|
|
22
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
23
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
24
|
+
logger: import("@aws-sdk/types").Logger;
|
|
25
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
26
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
27
|
+
serviceId: string;
|
|
28
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
29
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
30
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
31
|
+
import("@aws-sdk/types").UserAgent
|
|
32
|
+
>;
|
|
33
|
+
defaultsMode:
|
|
34
|
+
| import("@aws-sdk/smithy-client").DefaultsMode
|
|
35
|
+
| import("@aws-sdk/types").Provider<
|
|
36
|
+
import("@aws-sdk/smithy-client").DefaultsMode
|
|
37
|
+
>;
|
|
38
|
+
endpoint?:
|
|
39
|
+
| string
|
|
40
|
+
| import("@aws-sdk/types").Endpoint
|
|
41
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
42
|
+
| undefined;
|
|
43
|
+
tls?: boolean | undefined;
|
|
44
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
45
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
46
|
+
};
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
-
import { SSOClientConfig } from "./SSOClient";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
};
|
|
1
|
+
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
+
import { SSOClientConfig } from "./SSOClient";
|
|
3
|
+
export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
4
|
+
apiVersion: string;
|
|
5
|
+
disableHostPrefix: boolean;
|
|
6
|
+
logger: __Logger;
|
|
7
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
8
|
+
serviceId: string;
|
|
9
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
10
|
+
};
|