@aws-sdk/client-sso-oidc 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/SSOOIDC.d.ts +58 -20
- package/dist-types/ts3.4/SSOOIDCClient.d.ts +138 -73
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +3 -3
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +224 -196
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +41 -11
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +46 -31
- package/dist-types/ts3.4/runtimeConfig.d.ts +46 -31
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +47 -30
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +31 -31
|
@@ -1,196 +1,224 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { SSOOIDCServiceException as __BaseException } from "./SSOOIDCServiceException";
|
|
3
|
-
|
|
4
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
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
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
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
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
export
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { SSOOIDCServiceException as __BaseException } from "./SSOOIDCServiceException";
|
|
3
|
+
|
|
4
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
+
readonly name: "AccessDeniedException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
error?: string;
|
|
8
|
+
error_description?: string;
|
|
9
|
+
|
|
10
|
+
constructor(
|
|
11
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
12
|
+
);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export declare class AuthorizationPendingException extends __BaseException {
|
|
16
|
+
readonly name: "AuthorizationPendingException";
|
|
17
|
+
readonly $fault: "client";
|
|
18
|
+
error?: string;
|
|
19
|
+
error_description?: string;
|
|
20
|
+
|
|
21
|
+
constructor(
|
|
22
|
+
opts: __ExceptionOptionType<AuthorizationPendingException, __BaseException>
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
export interface CreateTokenRequest {
|
|
26
|
+
clientId: string | undefined;
|
|
27
|
+
|
|
28
|
+
clientSecret: string | undefined;
|
|
29
|
+
|
|
30
|
+
grantType: string | undefined;
|
|
31
|
+
|
|
32
|
+
deviceCode?: string;
|
|
33
|
+
|
|
34
|
+
code?: string;
|
|
35
|
+
|
|
36
|
+
refreshToken?: string;
|
|
37
|
+
|
|
38
|
+
scope?: string[];
|
|
39
|
+
|
|
40
|
+
redirectUri?: string;
|
|
41
|
+
}
|
|
42
|
+
export interface CreateTokenResponse {
|
|
43
|
+
accessToken?: string;
|
|
44
|
+
|
|
45
|
+
tokenType?: string;
|
|
46
|
+
|
|
47
|
+
expiresIn?: number;
|
|
48
|
+
|
|
49
|
+
refreshToken?: string;
|
|
50
|
+
|
|
51
|
+
idToken?: string;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export declare class ExpiredTokenException extends __BaseException {
|
|
55
|
+
readonly name: "ExpiredTokenException";
|
|
56
|
+
readonly $fault: "client";
|
|
57
|
+
error?: string;
|
|
58
|
+
error_description?: string;
|
|
59
|
+
|
|
60
|
+
constructor(
|
|
61
|
+
opts: __ExceptionOptionType<ExpiredTokenException, __BaseException>
|
|
62
|
+
);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export declare class InternalServerException extends __BaseException {
|
|
66
|
+
readonly name: "InternalServerException";
|
|
67
|
+
readonly $fault: "server";
|
|
68
|
+
error?: string;
|
|
69
|
+
error_description?: string;
|
|
70
|
+
|
|
71
|
+
constructor(
|
|
72
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
73
|
+
);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
export declare class InvalidClientException extends __BaseException {
|
|
77
|
+
readonly name: "InvalidClientException";
|
|
78
|
+
readonly $fault: "client";
|
|
79
|
+
error?: string;
|
|
80
|
+
error_description?: string;
|
|
81
|
+
|
|
82
|
+
constructor(
|
|
83
|
+
opts: __ExceptionOptionType<InvalidClientException, __BaseException>
|
|
84
|
+
);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export declare class InvalidGrantException extends __BaseException {
|
|
88
|
+
readonly name: "InvalidGrantException";
|
|
89
|
+
readonly $fault: "client";
|
|
90
|
+
error?: string;
|
|
91
|
+
error_description?: string;
|
|
92
|
+
|
|
93
|
+
constructor(
|
|
94
|
+
opts: __ExceptionOptionType<InvalidGrantException, __BaseException>
|
|
95
|
+
);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
99
|
+
readonly name: "InvalidRequestException";
|
|
100
|
+
readonly $fault: "client";
|
|
101
|
+
error?: string;
|
|
102
|
+
error_description?: string;
|
|
103
|
+
|
|
104
|
+
constructor(
|
|
105
|
+
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
106
|
+
);
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
export declare class InvalidScopeException extends __BaseException {
|
|
110
|
+
readonly name: "InvalidScopeException";
|
|
111
|
+
readonly $fault: "client";
|
|
112
|
+
error?: string;
|
|
113
|
+
error_description?: string;
|
|
114
|
+
|
|
115
|
+
constructor(
|
|
116
|
+
opts: __ExceptionOptionType<InvalidScopeException, __BaseException>
|
|
117
|
+
);
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
export declare class SlowDownException extends __BaseException {
|
|
121
|
+
readonly name: "SlowDownException";
|
|
122
|
+
readonly $fault: "client";
|
|
123
|
+
error?: string;
|
|
124
|
+
error_description?: string;
|
|
125
|
+
|
|
126
|
+
constructor(opts: __ExceptionOptionType<SlowDownException, __BaseException>);
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
export declare class UnauthorizedClientException extends __BaseException {
|
|
130
|
+
readonly name: "UnauthorizedClientException";
|
|
131
|
+
readonly $fault: "client";
|
|
132
|
+
error?: string;
|
|
133
|
+
error_description?: string;
|
|
134
|
+
|
|
135
|
+
constructor(
|
|
136
|
+
opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>
|
|
137
|
+
);
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
export declare class UnsupportedGrantTypeException extends __BaseException {
|
|
141
|
+
readonly name: "UnsupportedGrantTypeException";
|
|
142
|
+
readonly $fault: "client";
|
|
143
|
+
error?: string;
|
|
144
|
+
error_description?: string;
|
|
145
|
+
|
|
146
|
+
constructor(
|
|
147
|
+
opts: __ExceptionOptionType<UnsupportedGrantTypeException, __BaseException>
|
|
148
|
+
);
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
export declare class InvalidClientMetadataException extends __BaseException {
|
|
152
|
+
readonly name: "InvalidClientMetadataException";
|
|
153
|
+
readonly $fault: "client";
|
|
154
|
+
error?: string;
|
|
155
|
+
error_description?: string;
|
|
156
|
+
|
|
157
|
+
constructor(
|
|
158
|
+
opts: __ExceptionOptionType<InvalidClientMetadataException, __BaseException>
|
|
159
|
+
);
|
|
160
|
+
}
|
|
161
|
+
export interface RegisterClientRequest {
|
|
162
|
+
clientName: string | undefined;
|
|
163
|
+
|
|
164
|
+
clientType: string | undefined;
|
|
165
|
+
|
|
166
|
+
scopes?: string[];
|
|
167
|
+
}
|
|
168
|
+
export interface RegisterClientResponse {
|
|
169
|
+
clientId?: string;
|
|
170
|
+
|
|
171
|
+
clientSecret?: string;
|
|
172
|
+
|
|
173
|
+
clientIdIssuedAt?: number;
|
|
174
|
+
|
|
175
|
+
clientSecretExpiresAt?: number;
|
|
176
|
+
|
|
177
|
+
authorizationEndpoint?: string;
|
|
178
|
+
|
|
179
|
+
tokenEndpoint?: string;
|
|
180
|
+
}
|
|
181
|
+
export interface StartDeviceAuthorizationRequest {
|
|
182
|
+
clientId: string | undefined;
|
|
183
|
+
|
|
184
|
+
clientSecret: string | undefined;
|
|
185
|
+
|
|
186
|
+
startUrl: string | undefined;
|
|
187
|
+
}
|
|
188
|
+
export interface StartDeviceAuthorizationResponse {
|
|
189
|
+
deviceCode?: string;
|
|
190
|
+
|
|
191
|
+
userCode?: string;
|
|
192
|
+
|
|
193
|
+
verificationUri?: string;
|
|
194
|
+
|
|
195
|
+
verificationUriComplete?: string;
|
|
196
|
+
|
|
197
|
+
expiresIn?: number;
|
|
198
|
+
|
|
199
|
+
interval?: number;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
export declare const CreateTokenRequestFilterSensitiveLog: (
|
|
203
|
+
obj: CreateTokenRequest
|
|
204
|
+
) => any;
|
|
205
|
+
|
|
206
|
+
export declare const CreateTokenResponseFilterSensitiveLog: (
|
|
207
|
+
obj: CreateTokenResponse
|
|
208
|
+
) => any;
|
|
209
|
+
|
|
210
|
+
export declare const RegisterClientRequestFilterSensitiveLog: (
|
|
211
|
+
obj: RegisterClientRequest
|
|
212
|
+
) => any;
|
|
213
|
+
|
|
214
|
+
export declare const RegisterClientResponseFilterSensitiveLog: (
|
|
215
|
+
obj: RegisterClientResponse
|
|
216
|
+
) => any;
|
|
217
|
+
|
|
218
|
+
export declare const StartDeviceAuthorizationRequestFilterSensitiveLog: (
|
|
219
|
+
obj: StartDeviceAuthorizationRequest
|
|
220
|
+
) => any;
|
|
221
|
+
|
|
222
|
+
export declare const StartDeviceAuthorizationResponseFilterSensitiveLog: (
|
|
223
|
+
obj: StartDeviceAuthorizationResponse
|
|
224
|
+
) => any;
|
|
@@ -1,11 +1,41 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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
|
+
CreateTokenCommandInput,
|
|
8
|
+
CreateTokenCommandOutput,
|
|
9
|
+
} from "../commands/CreateTokenCommand";
|
|
10
|
+
import {
|
|
11
|
+
RegisterClientCommandInput,
|
|
12
|
+
RegisterClientCommandOutput,
|
|
13
|
+
} from "../commands/RegisterClientCommand";
|
|
14
|
+
import {
|
|
15
|
+
StartDeviceAuthorizationCommandInput,
|
|
16
|
+
StartDeviceAuthorizationCommandOutput,
|
|
17
|
+
} from "../commands/StartDeviceAuthorizationCommand";
|
|
18
|
+
export declare const serializeAws_restJson1CreateTokenCommand: (
|
|
19
|
+
input: CreateTokenCommandInput,
|
|
20
|
+
context: __SerdeContext
|
|
21
|
+
) => Promise<__HttpRequest>;
|
|
22
|
+
export declare const serializeAws_restJson1RegisterClientCommand: (
|
|
23
|
+
input: RegisterClientCommandInput,
|
|
24
|
+
context: __SerdeContext
|
|
25
|
+
) => Promise<__HttpRequest>;
|
|
26
|
+
export declare const serializeAws_restJson1StartDeviceAuthorizationCommand: (
|
|
27
|
+
input: StartDeviceAuthorizationCommandInput,
|
|
28
|
+
context: __SerdeContext
|
|
29
|
+
) => Promise<__HttpRequest>;
|
|
30
|
+
export declare const deserializeAws_restJson1CreateTokenCommand: (
|
|
31
|
+
output: __HttpResponse,
|
|
32
|
+
context: __SerdeContext
|
|
33
|
+
) => Promise<CreateTokenCommandOutput>;
|
|
34
|
+
export declare const deserializeAws_restJson1RegisterClientCommand: (
|
|
35
|
+
output: __HttpResponse,
|
|
36
|
+
context: __SerdeContext
|
|
37
|
+
) => Promise<RegisterClientCommandOutput>;
|
|
38
|
+
export declare const deserializeAws_restJson1StartDeviceAuthorizationCommand: (
|
|
39
|
+
output: __HttpResponse,
|
|
40
|
+
context: __SerdeContext
|
|
41
|
+
) => Promise<StartDeviceAuthorizationCommandOutput>;
|
|
@@ -1,31 +1,46 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { SSOOIDCClientConfig } from "./SSOOIDCClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
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 { SSOOIDCClientConfig } from "./SSOOIDCClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
7
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
8
|
+
>;
|
|
9
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
13
|
+
import("@aws-sdk/types").UserAgent
|
|
14
|
+
>;
|
|
15
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
16
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
17
|
+
requestHandler:
|
|
18
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
19
|
+
any,
|
|
20
|
+
any,
|
|
21
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
22
|
+
> &
|
|
23
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
24
|
+
| RequestHandler;
|
|
25
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
26
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
27
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
28
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
29
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
30
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
31
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
32
|
+
apiVersion: string;
|
|
33
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
34
|
+
disableHostPrefix: boolean;
|
|
35
|
+
logger: import("@aws-sdk/types").Logger;
|
|
36
|
+
serviceId: string;
|
|
37
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
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,31 +1,46 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { SSOOIDCClientConfig } from "./SSOOIDCClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
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 { SSOOIDCClientConfig } from "./SSOOIDCClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
7
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
8
|
+
>;
|
|
9
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
13
|
+
import("@aws-sdk/types").UserAgent
|
|
14
|
+
>;
|
|
15
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
16
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
+
requestHandler:
|
|
18
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
19
|
+
any,
|
|
20
|
+
any,
|
|
21
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
22
|
+
> &
|
|
23
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
24
|
+
| RequestHandler;
|
|
25
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
26
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
27
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
28
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
29
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
30
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
31
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
32
|
+
apiVersion: string;
|
|
33
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
34
|
+
disableHostPrefix: boolean;
|
|
35
|
+
logger: import("@aws-sdk/types").Logger;
|
|
36
|
+
serviceId: string;
|
|
37
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
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
|
+
};
|