replicas-engine 0.1.144 → 0.1.146
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/src/{chunk-XCFRYWEV.js → chunk-2Y7PD56W.js} +12 -12
- package/dist/src/{chunk-JFXVYYQY.js → chunk-5VUQ55WW.js} +19 -19
- package/dist/src/{chunk-NPXMDMPW.js → chunk-AAVVX4U5.js} +6 -6
- package/dist/src/{chunk-J3WZZOOL.js → chunk-BUG7ZAQW.js} +72 -355
- package/dist/src/{chunk-TY2FR253.js → chunk-SGITM26Q.js} +309 -22
- package/dist/src/{chunk-YDW6RZI2.js → chunk-ST5JVROM.js} +2 -2
- package/dist/src/{chunk-WCAERHFE.js → chunk-SWX24AGM.js} +1 -1
- package/dist/src/{chunk-7RS3TOFT.js → chunk-TU2SAX7Z.js} +1072 -1228
- package/dist/src/{chunk-MCYTXPBZ.js → chunk-WPAL27HA.js} +2 -2
- package/dist/src/{chunk-N2BGF5AZ.js → chunk-ZNARSMJG.js} +1 -1
- package/dist/src/{dist-es-UV765YRF.js → dist-es-BUG4C6LP.js} +18 -18
- package/dist/src/{dist-es-3LYC7DO3.js → dist-es-F6RG3S4O.js} +12 -14
- package/dist/src/{dist-es-KHBICPEM.js → dist-es-GGHPJZ3K.js} +19 -19
- package/dist/src/{dist-es-7DTYZ3KD.js → dist-es-GZBSW2H3.js} +27 -27
- package/dist/src/{dist-es-YWO2URNL.js → dist-es-JIV2SPEM.js} +7 -7
- package/dist/src/{dist-es-BNJQGHZR.js → dist-es-Q3YZVSCP.js} +7 -7
- package/dist/src/{dist-es-EVINFDC2.js → dist-es-YKS4LXBO.js} +3 -3
- package/dist/src/index.js +480 -510
- package/dist/src/{loadSso-ZRFAKENS.js → loadSso-3WFGTQV7.js} +109 -148
- package/dist/src/{signin-PNR24U2H.js → signin-RSKKVVIS.js} +123 -177
- package/dist/src/{sso-oidc-O55BGCVQ.js → sso-oidc-LBVW2ORP.js} +111 -150
- package/dist/src/{sts-MRC7OH6Z.js → sts-DKGAU6YE.js} +2911 -718
- package/package.json +1 -1
- package/dist/src/chunk-5V5ZNFZK.js +0 -178
- package/dist/src/event-streams-IFAW3KBX.js +0 -244
|
@@ -4,9 +4,10 @@ import {
|
|
|
4
4
|
} from "./chunk-ZDZBYCXV.js";
|
|
5
5
|
import {
|
|
6
6
|
AwsRestJsonProtocol
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-BUG7ZAQW.js";
|
|
8
8
|
import {
|
|
9
9
|
AwsSdkSigV4Signer,
|
|
10
|
+
BinaryDecisionDiagram,
|
|
10
11
|
Client,
|
|
11
12
|
Command,
|
|
12
13
|
DEFAULT_RETRY_MODE,
|
|
@@ -29,6 +30,7 @@ import {
|
|
|
29
30
|
calculateBodyLength,
|
|
30
31
|
createDefaultUserAgentProvider,
|
|
31
32
|
customEndpointFunctions,
|
|
33
|
+
decideEndpoint,
|
|
32
34
|
emitWarningIfUnsupportedVersion,
|
|
33
35
|
emitWarningIfUnsupportedVersion2,
|
|
34
36
|
getAwsRegionExtensionConfiguration,
|
|
@@ -52,36 +54,35 @@ import {
|
|
|
52
54
|
resolveAwsSdkSigV4Config,
|
|
53
55
|
resolveDefaultRuntimeConfig,
|
|
54
56
|
resolveDefaultsModeConfig,
|
|
55
|
-
resolveEndpoint,
|
|
56
57
|
resolveEndpointConfig,
|
|
57
58
|
resolveHostHeaderConfig,
|
|
58
59
|
resolveHttpHandlerRuntimeConfig,
|
|
59
60
|
resolveRegionConfig,
|
|
60
61
|
resolveRetryConfig,
|
|
61
62
|
resolveUserAgentConfig
|
|
62
|
-
} from "./chunk-
|
|
63
|
+
} from "./chunk-TU2SAX7Z.js";
|
|
63
64
|
import {
|
|
64
65
|
loadConfig,
|
|
65
66
|
parseUrl
|
|
66
|
-
} from "./chunk-
|
|
67
|
-
import "./chunk-
|
|
68
|
-
import "./chunk-
|
|
69
|
-
import "./chunk-NPXMDMPW.js";
|
|
67
|
+
} from "./chunk-2Y7PD56W.js";
|
|
68
|
+
import "./chunk-WPAL27HA.js";
|
|
69
|
+
import "./chunk-AAVVX4U5.js";
|
|
70
70
|
import {
|
|
71
71
|
NodeHttpHandler,
|
|
72
72
|
fromBase64,
|
|
73
73
|
streamCollector,
|
|
74
74
|
toBase64
|
|
75
|
-
} from "./chunk-
|
|
76
|
-
import "./chunk-
|
|
75
|
+
} from "./chunk-SGITM26Q.js";
|
|
76
|
+
import "./chunk-SWX24AGM.js";
|
|
77
77
|
import {
|
|
78
78
|
fromUtf8,
|
|
79
79
|
toUtf8
|
|
80
80
|
} from "./chunk-ERL3EC7G.js";
|
|
81
|
-
import "./chunk-
|
|
82
|
-
import "./chunk-
|
|
81
|
+
import "./chunk-5VUQ55WW.js";
|
|
82
|
+
import "./chunk-ZNARSMJG.js";
|
|
83
|
+
import "./chunk-ST5JVROM.js";
|
|
83
84
|
|
|
84
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
85
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js
|
|
85
86
|
var defaultSigninHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
86
87
|
return {
|
|
87
88
|
operation: getSmithyContext(context).operation,
|
|
@@ -130,7 +131,7 @@ var resolveHttpAuthSchemeConfig = (config) => {
|
|
|
130
131
|
});
|
|
131
132
|
};
|
|
132
133
|
|
|
133
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
134
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js
|
|
134
135
|
var resolveClientEndpointParameters = (options) => {
|
|
135
136
|
return Object.assign(options, {
|
|
136
137
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
@@ -145,174 +146,119 @@ var commonParams = {
|
|
|
145
146
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
146
147
|
};
|
|
147
148
|
|
|
148
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
149
|
-
var
|
|
150
|
-
var
|
|
151
|
-
var
|
|
152
|
-
var
|
|
153
|
-
var
|
|
154
|
-
var
|
|
155
|
-
var
|
|
156
|
-
var
|
|
157
|
-
var
|
|
158
|
-
var
|
|
159
|
-
var
|
|
160
|
-
var
|
|
161
|
-
var
|
|
162
|
-
var j = { [u]: false, type: "string" };
|
|
163
|
-
var k = { [x]: "Endpoint" };
|
|
164
|
-
var l = { [v]: c, [w]: [{ [x]: "UseFIPS" }, true] };
|
|
165
|
-
var m = { [v]: c, [w]: [{ [x]: "UseDualStack" }, true] };
|
|
166
|
-
var n = {};
|
|
167
|
-
var o = { [v]: "getAttr", [w]: [{ [x]: g }, "name"] };
|
|
168
|
-
var p = { [v]: c, [w]: [{ [x]: "UseFIPS" }, false] };
|
|
169
|
-
var q = { [v]: c, [w]: [{ [x]: "UseDualStack" }, false] };
|
|
170
|
-
var r = { [v]: "getAttr", [w]: [{ [x]: g }, "supportsFIPS"] };
|
|
171
|
-
var s = { [v]: c, [w]: [true, { [v]: "getAttr", [w]: [{ [x]: g }, "supportsDualStack"] }] };
|
|
172
|
-
var t = [{ [x]: "Region" }];
|
|
149
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js
|
|
150
|
+
var m = "ref";
|
|
151
|
+
var a = -1;
|
|
152
|
+
var b = true;
|
|
153
|
+
var c = "isSet";
|
|
154
|
+
var d = "PartitionResult";
|
|
155
|
+
var e = "booleanEquals";
|
|
156
|
+
var f = "getAttr";
|
|
157
|
+
var g = "stringEquals";
|
|
158
|
+
var h = { [m]: "Endpoint" };
|
|
159
|
+
var i = { [m]: d };
|
|
160
|
+
var j = { fn: f, argv: [i, "name"] };
|
|
161
|
+
var k = {};
|
|
162
|
+
var l = [{ [m]: "Region" }];
|
|
173
163
|
var _data = {
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
},
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
rules: [
|
|
203
|
-
{
|
|
204
|
-
conditions: [{ [v]: h, [w]: [o, "aws"] }, p, q],
|
|
205
|
-
endpoint: { url: "https://{Region}.signin.aws.amazon.com", properties: n, headers: n },
|
|
206
|
-
type: e
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
conditions: [{ [v]: h, [w]: [o, "aws-cn"] }, p, q],
|
|
210
|
-
endpoint: { url: "https://{Region}.signin.amazonaws.cn", properties: n, headers: n },
|
|
211
|
-
type: e
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
conditions: [{ [v]: h, [w]: [o, "aws-us-gov"] }, p, q],
|
|
215
|
-
endpoint: { url: "https://{Region}.signin.amazonaws-us-gov.com", properties: n, headers: n },
|
|
216
|
-
type: e
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
conditions: [l, m],
|
|
220
|
-
rules: [
|
|
221
|
-
{
|
|
222
|
-
conditions: [{ [v]: c, [w]: [a, r] }, s],
|
|
223
|
-
rules: [
|
|
224
|
-
{
|
|
225
|
-
endpoint: {
|
|
226
|
-
url: "https://signin-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
227
|
-
properties: n,
|
|
228
|
-
headers: n
|
|
229
|
-
},
|
|
230
|
-
type: e
|
|
231
|
-
}
|
|
232
|
-
],
|
|
233
|
-
type: f
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
error: "FIPS and DualStack are enabled, but this partition does not support one or both",
|
|
237
|
-
type: d
|
|
238
|
-
}
|
|
239
|
-
],
|
|
240
|
-
type: f
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
conditions: [l, q],
|
|
244
|
-
rules: [
|
|
245
|
-
{
|
|
246
|
-
conditions: [{ [v]: c, [w]: [r, a] }],
|
|
247
|
-
rules: [
|
|
248
|
-
{
|
|
249
|
-
endpoint: {
|
|
250
|
-
url: "https://signin-fips.{Region}.{PartitionResult#dnsSuffix}",
|
|
251
|
-
properties: n,
|
|
252
|
-
headers: n
|
|
253
|
-
},
|
|
254
|
-
type: e
|
|
255
|
-
}
|
|
256
|
-
],
|
|
257
|
-
type: f
|
|
258
|
-
},
|
|
259
|
-
{ error: "FIPS is enabled but this partition does not support FIPS", type: d }
|
|
260
|
-
],
|
|
261
|
-
type: f
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
conditions: [p, m],
|
|
265
|
-
rules: [
|
|
266
|
-
{
|
|
267
|
-
conditions: [s],
|
|
268
|
-
rules: [
|
|
269
|
-
{
|
|
270
|
-
endpoint: {
|
|
271
|
-
url: "https://signin.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
272
|
-
properties: n,
|
|
273
|
-
headers: n
|
|
274
|
-
},
|
|
275
|
-
type: e
|
|
276
|
-
}
|
|
277
|
-
],
|
|
278
|
-
type: f
|
|
279
|
-
},
|
|
280
|
-
{ error: "DualStack is enabled but this partition does not support DualStack", type: d }
|
|
281
|
-
],
|
|
282
|
-
type: f
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
endpoint: { url: "https://signin.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n },
|
|
286
|
-
type: e
|
|
287
|
-
}
|
|
288
|
-
],
|
|
289
|
-
type: f
|
|
290
|
-
}
|
|
291
|
-
],
|
|
292
|
-
type: f
|
|
293
|
-
},
|
|
294
|
-
{ error: "Invalid Configuration: Missing Region", type: d }
|
|
295
|
-
],
|
|
296
|
-
type: f
|
|
297
|
-
}
|
|
164
|
+
conditions: [
|
|
165
|
+
[c, [h]],
|
|
166
|
+
[c, l],
|
|
167
|
+
["aws.partition", l, d],
|
|
168
|
+
[e, [{ [m]: "UseFIPS" }, b]],
|
|
169
|
+
[e, [{ [m]: "UseDualStack" }, b]],
|
|
170
|
+
[e, [{ fn: f, argv: [i, "supportsDualStack"] }, b]],
|
|
171
|
+
[e, [{ fn: f, argv: [i, "supportsFIPS"] }, b]],
|
|
172
|
+
[g, [j, "aws"]],
|
|
173
|
+
[g, [j, "aws-cn"]],
|
|
174
|
+
[g, [j, "aws-us-gov"]]
|
|
175
|
+
],
|
|
176
|
+
results: [
|
|
177
|
+
[a],
|
|
178
|
+
[a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
|
|
179
|
+
[a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
|
|
180
|
+
[h, k],
|
|
181
|
+
["https://{Region}.signin.aws.amazon.com", k],
|
|
182
|
+
["https://{Region}.signin.amazonaws.cn", k],
|
|
183
|
+
["https://{Region}.signin.amazonaws-us-gov.com", k],
|
|
184
|
+
["https://signin-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", k],
|
|
185
|
+
[a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
|
|
186
|
+
["https://signin-fips.{Region}.{PartitionResult#dnsSuffix}", k],
|
|
187
|
+
[a, "FIPS is enabled but this partition does not support FIPS"],
|
|
188
|
+
["https://signin.{Region}.{PartitionResult#dualStackDnsSuffix}", k],
|
|
189
|
+
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
190
|
+
["https://signin.{Region}.{PartitionResult#dnsSuffix}", k],
|
|
191
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
298
192
|
]
|
|
299
193
|
};
|
|
300
|
-
var
|
|
194
|
+
var root = 2;
|
|
195
|
+
var r = 1e8;
|
|
196
|
+
var nodes = new Int32Array([
|
|
197
|
+
-1,
|
|
198
|
+
1,
|
|
199
|
+
-1,
|
|
200
|
+
0,
|
|
201
|
+
15,
|
|
202
|
+
3,
|
|
203
|
+
1,
|
|
204
|
+
4,
|
|
205
|
+
r + 14,
|
|
206
|
+
2,
|
|
207
|
+
5,
|
|
208
|
+
r + 14,
|
|
209
|
+
3,
|
|
210
|
+
11,
|
|
211
|
+
6,
|
|
212
|
+
4,
|
|
213
|
+
10,
|
|
214
|
+
7,
|
|
215
|
+
7,
|
|
216
|
+
r + 4,
|
|
217
|
+
8,
|
|
218
|
+
8,
|
|
219
|
+
r + 5,
|
|
220
|
+
9,
|
|
221
|
+
9,
|
|
222
|
+
r + 6,
|
|
223
|
+
r + 13,
|
|
224
|
+
5,
|
|
225
|
+
r + 11,
|
|
226
|
+
r + 12,
|
|
227
|
+
4,
|
|
228
|
+
13,
|
|
229
|
+
12,
|
|
230
|
+
6,
|
|
231
|
+
r + 9,
|
|
232
|
+
r + 10,
|
|
233
|
+
5,
|
|
234
|
+
14,
|
|
235
|
+
r + 8,
|
|
236
|
+
6,
|
|
237
|
+
r + 7,
|
|
238
|
+
r + 8,
|
|
239
|
+
3,
|
|
240
|
+
r + 1,
|
|
241
|
+
16,
|
|
242
|
+
4,
|
|
243
|
+
r + 2,
|
|
244
|
+
r + 3
|
|
245
|
+
]);
|
|
246
|
+
var bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
301
247
|
|
|
302
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
248
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js
|
|
303
249
|
var cache = new EndpointCache({
|
|
304
250
|
size: 50,
|
|
305
251
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"]
|
|
306
252
|
});
|
|
307
253
|
var defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
308
|
-
return cache.get(endpointParams, () =>
|
|
254
|
+
return cache.get(endpointParams, () => decideEndpoint(bdd, {
|
|
309
255
|
endpointParams,
|
|
310
256
|
logger: context.logger
|
|
311
257
|
}));
|
|
312
258
|
};
|
|
313
259
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
314
260
|
|
|
315
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
261
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js
|
|
316
262
|
var SigninServiceException = class _SigninServiceException extends ServiceException {
|
|
317
263
|
constructor(options) {
|
|
318
264
|
super(options);
|
|
@@ -320,7 +266,7 @@ var SigninServiceException = class _SigninServiceException extends ServiceExcept
|
|
|
320
266
|
}
|
|
321
267
|
};
|
|
322
268
|
|
|
323
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
269
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js
|
|
324
270
|
var AccessDeniedException = class _AccessDeniedException extends SigninServiceException {
|
|
325
271
|
name = "AccessDeniedException";
|
|
326
272
|
$fault = "client";
|
|
@@ -378,7 +324,7 @@ var ValidationException = class _ValidationException extends SigninServiceExcept
|
|
|
378
324
|
}
|
|
379
325
|
};
|
|
380
326
|
|
|
381
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
327
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js
|
|
382
328
|
var _ADE = "AccessDeniedException";
|
|
383
329
|
var _AT = "AccessToken";
|
|
384
330
|
var _COAT = "CreateOAuth2Token";
|
|
@@ -499,7 +445,7 @@ var CreateOAuth2Token$ = [
|
|
|
499
445
|
() => CreateOAuth2TokenResponse$
|
|
500
446
|
];
|
|
501
447
|
|
|
502
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
448
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js
|
|
503
449
|
var getRuntimeConfig = (config) => {
|
|
504
450
|
return {
|
|
505
451
|
apiVersion: "2023-01-01",
|
|
@@ -536,7 +482,7 @@ var getRuntimeConfig = (config) => {
|
|
|
536
482
|
};
|
|
537
483
|
};
|
|
538
484
|
|
|
539
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
485
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js
|
|
540
486
|
var getRuntimeConfig2 = (config) => {
|
|
541
487
|
emitWarningIfUnsupportedVersion2(process.version);
|
|
542
488
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
@@ -570,7 +516,7 @@ var getRuntimeConfig2 = (config) => {
|
|
|
570
516
|
};
|
|
571
517
|
};
|
|
572
518
|
|
|
573
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
519
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js
|
|
574
520
|
var getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
575
521
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
576
522
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -609,14 +555,14 @@ var resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
609
555
|
};
|
|
610
556
|
};
|
|
611
557
|
|
|
612
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
558
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js
|
|
613
559
|
var resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
614
560
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
615
561
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
616
562
|
return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
617
563
|
};
|
|
618
564
|
|
|
619
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
565
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js
|
|
620
566
|
var SigninClient = class extends Client {
|
|
621
567
|
config;
|
|
622
568
|
constructor(...[configuration]) {
|
|
@@ -652,13 +598,13 @@ var SigninClient = class extends Client {
|
|
|
652
598
|
}
|
|
653
599
|
};
|
|
654
600
|
|
|
655
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
656
|
-
var CreateOAuth2TokenCommand = class extends Command.classBuilder().ep(commonParams).m(function(Command2, cs, config,
|
|
601
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js
|
|
602
|
+
var CreateOAuth2TokenCommand = class extends Command.classBuilder().ep(commonParams).m(function(Command2, cs, config, o) {
|
|
657
603
|
return [getEndpointPlugin(config, Command2.getEndpointParameterInstructions())];
|
|
658
604
|
}).s("Signin", "CreateOAuth2Token", {}).n("SigninClient", "CreateOAuth2TokenCommand").sc(CreateOAuth2Token$).build() {
|
|
659
605
|
};
|
|
660
606
|
|
|
661
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
607
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js
|
|
662
608
|
var commands = {
|
|
663
609
|
CreateOAuth2TokenCommand
|
|
664
610
|
};
|
|
@@ -666,7 +612,7 @@ var Signin = class extends SigninClient {
|
|
|
666
612
|
};
|
|
667
613
|
createAggregatedClient(commands, Signin);
|
|
668
614
|
|
|
669
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
615
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js
|
|
670
616
|
var OAuth2ErrorCode = {
|
|
671
617
|
AUTHCODE_EXPIRED: "AUTHCODE_EXPIRED",
|
|
672
618
|
INSUFFICIENT_PERMISSIONS: "INSUFFICIENT_PERMISSIONS",
|