@aws-sdk/token-providers 3.501.0 → 3.502.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.
@@ -1,235 +0,0 @@
1
- declare var SSOOIDCClient: {
2
- new (__0_0: any): {
3
- destroy(): void;
4
- };
5
- };
6
- import { Command as $Command } from "@smithy/smithy-client";
7
- import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
8
- declare var AccessDeniedException: {
9
- new (opts: any): {
10
- readonly $fault: "server" | "client";
11
- $response?: import("@smithy/types").HttpResponse | undefined;
12
- $retryable?: import("@smithy/types").RetryableTrait | undefined;
13
- $metadata: import("@smithy/types").ResponseMetadata;
14
- name: string;
15
- message: string;
16
- stack?: string | undefined;
17
- };
18
- captureStackTrace(
19
- targetObject: object,
20
- constructorOpt?: Function | undefined
21
- ): void;
22
- prepareStackTrace?:
23
- | ((err: Error, stackTraces: NodeJS.CallSite[]) => any)
24
- | undefined;
25
- stackTraceLimit: number;
26
- };
27
- declare var AuthorizationPendingException: {
28
- new (opts: any): {
29
- readonly $fault: "server" | "client";
30
- $response?: import("@smithy/types").HttpResponse | undefined;
31
- $retryable?: import("@smithy/types").RetryableTrait | undefined;
32
- $metadata: import("@smithy/types").ResponseMetadata;
33
- name: string;
34
- message: string;
35
- stack?: string | undefined;
36
- };
37
- captureStackTrace(
38
- targetObject: object,
39
- constructorOpt?: Function | undefined
40
- ): void;
41
- prepareStackTrace?:
42
- | ((err: Error, stackTraces: NodeJS.CallSite[]) => any)
43
- | undefined;
44
- stackTraceLimit: number;
45
- };
46
- declare var ExpiredTokenException: {
47
- new (opts: any): {
48
- readonly $fault: "server" | "client";
49
- $response?: import("@smithy/types").HttpResponse | undefined;
50
- $retryable?: import("@smithy/types").RetryableTrait | undefined;
51
- $metadata: import("@smithy/types").ResponseMetadata;
52
- name: string;
53
- message: string;
54
- stack?: string | undefined;
55
- };
56
- captureStackTrace(
57
- targetObject: object,
58
- constructorOpt?: Function | undefined
59
- ): void;
60
- prepareStackTrace?:
61
- | ((err: Error, stackTraces: NodeJS.CallSite[]) => any)
62
- | undefined;
63
- stackTraceLimit: number;
64
- };
65
- declare var InternalServerException: {
66
- new (opts: any): {
67
- readonly $fault: "server" | "client";
68
- $response?: import("@smithy/types").HttpResponse | undefined;
69
- $retryable?: import("@smithy/types").RetryableTrait | undefined;
70
- $metadata: import("@smithy/types").ResponseMetadata;
71
- name: string;
72
- message: string;
73
- stack?: string | undefined;
74
- };
75
- captureStackTrace(
76
- targetObject: object,
77
- constructorOpt?: Function | undefined
78
- ): void;
79
- prepareStackTrace?:
80
- | ((err: Error, stackTraces: NodeJS.CallSite[]) => any)
81
- | undefined;
82
- stackTraceLimit: number;
83
- };
84
- declare var InvalidClientException: {
85
- new (opts: any): {
86
- readonly $fault: "server" | "client";
87
- $response?: import("@smithy/types").HttpResponse | undefined;
88
- $retryable?: import("@smithy/types").RetryableTrait | undefined;
89
- $metadata: import("@smithy/types").ResponseMetadata;
90
- name: string;
91
- message: string;
92
- stack?: string | undefined;
93
- };
94
- captureStackTrace(
95
- targetObject: object,
96
- constructorOpt?: Function | undefined
97
- ): void;
98
- prepareStackTrace?:
99
- | ((err: Error, stackTraces: NodeJS.CallSite[]) => any)
100
- | undefined;
101
- stackTraceLimit: number;
102
- };
103
- declare var InvalidRequestException: {
104
- new (opts: any): {
105
- readonly $fault: "server" | "client";
106
- $response?: import("@smithy/types").HttpResponse | undefined;
107
- $retryable?: import("@smithy/types").RetryableTrait | undefined;
108
- $metadata: import("@smithy/types").ResponseMetadata;
109
- name: string;
110
- message: string;
111
- stack?: string | undefined;
112
- };
113
- captureStackTrace(
114
- targetObject: object,
115
- constructorOpt?: Function | undefined
116
- ): void;
117
- prepareStackTrace?:
118
- | ((err: Error, stackTraces: NodeJS.CallSite[]) => any)
119
- | undefined;
120
- stackTraceLimit: number;
121
- };
122
- declare var InvalidScopeException: {
123
- new (opts: any): {
124
- readonly $fault: "server" | "client";
125
- $response?: import("@smithy/types").HttpResponse | undefined;
126
- $retryable?: import("@smithy/types").RetryableTrait | undefined;
127
- $metadata: import("@smithy/types").ResponseMetadata;
128
- name: string;
129
- message: string;
130
- stack?: string | undefined;
131
- };
132
- captureStackTrace(
133
- targetObject: object,
134
- constructorOpt?: Function | undefined
135
- ): void;
136
- prepareStackTrace?:
137
- | ((err: Error, stackTraces: NodeJS.CallSite[]) => any)
138
- | undefined;
139
- stackTraceLimit: number;
140
- };
141
- declare var SlowDownException: {
142
- new (opts: any): {
143
- readonly $fault: "server" | "client";
144
- $response?: import("@smithy/types").HttpResponse | undefined;
145
- $retryable?: import("@smithy/types").RetryableTrait | undefined;
146
- $metadata: import("@smithy/types").ResponseMetadata;
147
- name: string;
148
- message: string;
149
- stack?: string | undefined;
150
- };
151
- captureStackTrace(
152
- targetObject: object,
153
- constructorOpt?: Function | undefined
154
- ): void;
155
- prepareStackTrace?:
156
- | ((err: Error, stackTraces: NodeJS.CallSite[]) => any)
157
- | undefined;
158
- stackTraceLimit: number;
159
- };
160
- declare var UnauthorizedClientException: {
161
- new (opts: any): {
162
- readonly $fault: "server" | "client";
163
- $response?: import("@smithy/types").HttpResponse | undefined;
164
- $retryable?: import("@smithy/types").RetryableTrait | undefined;
165
- $metadata: import("@smithy/types").ResponseMetadata;
166
- name: string;
167
- message: string;
168
- stack?: string | undefined;
169
- };
170
- captureStackTrace(
171
- targetObject: object,
172
- constructorOpt?: Function | undefined
173
- ): void;
174
- prepareStackTrace?:
175
- | ((err: Error, stackTraces: NodeJS.CallSite[]) => any)
176
- | undefined;
177
- stackTraceLimit: number;
178
- };
179
- declare var UnsupportedGrantTypeException: {
180
- new (opts: any): {
181
- readonly $fault: "server" | "client";
182
- $response?: import("@smithy/types").HttpResponse | undefined;
183
- $retryable?: import("@smithy/types").RetryableTrait | undefined;
184
- $metadata: import("@smithy/types").ResponseMetadata;
185
- name: string;
186
- message: string;
187
- stack?: string | undefined;
188
- };
189
- captureStackTrace(
190
- targetObject: object,
191
- constructorOpt?: Function | undefined
192
- ): void;
193
- prepareStackTrace?:
194
- | ((err: Error, stackTraces: NodeJS.CallSite[]) => any)
195
- | undefined;
196
- stackTraceLimit: number;
197
- };
198
- declare class CreateTokenCommand extends $Command {
199
- constructor(input: any);
200
- static getEndpointParameterInstructions(): {
201
- UseFIPS: {
202
- type: string;
203
- name: string;
204
- };
205
- Endpoint: {
206
- type: string;
207
- name: string;
208
- };
209
- Region: {
210
- type: string;
211
- name: string;
212
- };
213
- UseDualStack: {
214
- type: string;
215
- name: string;
216
- };
217
- };
218
- resolveMiddleware(clientStack: any, configuration: any, options: any): any;
219
- serialize(input: any, context: any): Promise<__HttpRequest>;
220
- deserialize(output: any, context: any): Promise<any>;
221
- }
222
- export {
223
- AccessDeniedException,
224
- AuthorizationPendingException,
225
- CreateTokenCommand,
226
- ExpiredTokenException,
227
- InternalServerException,
228
- InvalidClientException,
229
- InvalidRequestException,
230
- InvalidScopeException,
231
- SSOOIDCClient,
232
- SlowDownException,
233
- UnauthorizedClientException,
234
- UnsupportedGrantTypeException,
235
- };