replicas-engine 0.1.280 → 0.1.281

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.
Files changed (34) hide show
  1. package/dist/src/bowser-UXBOYYAJ.js +2821 -0
  2. package/dist/src/chunk-3YYBZ6D5.js +576 -0
  3. package/dist/src/chunk-ATF5CAZW.js +2094 -0
  4. package/dist/src/chunk-B5KEKENG.js +436 -0
  5. package/dist/src/chunk-C6IOMGXW.js +1052 -0
  6. package/dist/src/chunk-MHJJJ2VP.js +2865 -0
  7. package/dist/src/chunk-YY2DS5UJ.js +1490 -0
  8. package/dist/src/{dist-es-GGHPJZ3K.js → dist-es-37YNNMWK.js} +47 -51
  9. package/dist/src/{dist-es-F6RG3S4O.js → dist-es-7IBRAXHQ.js} +25 -23
  10. package/dist/src/{dist-es-JIV2SPEM.js → dist-es-AYVDCHRQ.js} +9 -10
  11. package/dist/src/{dist-es-BUG4C6LP.js → dist-es-JSZE2H6Y.js} +21 -31
  12. package/dist/src/{dist-es-Q3YZVSCP.js → dist-es-M4ZCYBRD.js} +10 -11
  13. package/dist/src/{dist-es-YKS4LXBO.js → dist-es-MNGVDEEO.js} +4 -3
  14. package/dist/src/{dist-es-GZBSW2H3.js → dist-es-YA3RZ3J2.js} +27 -32
  15. package/dist/src/event-streams-7ZLUNSFX.js +1376 -0
  16. package/dist/src/index.js +53 -2
  17. package/dist/src/{loadSso-3WFGTQV7.js → loadSso-2A75N7C3.js} +84 -61
  18. package/dist/src/{signin-RSKKVVIS.js → signin-FXO7O6JB.js} +94 -82
  19. package/dist/src/{sso-oidc-LBVW2ORP.js → sso-oidc-4IFMUO6A.js} +102 -63
  20. package/dist/src/{sts-DKGAU6YE.js → sts-IAUEUXEW.js} +4964 -5055
  21. package/package.json +2 -2
  22. package/dist/src/chunk-2Y7PD56W.js +0 -164
  23. package/dist/src/chunk-5VUQ55WW.js +0 -242
  24. package/dist/src/chunk-AAVVX4U5.js +0 -175
  25. package/dist/src/chunk-BUG7ZAQW.js +0 -1033
  26. package/dist/src/chunk-ERL3EC7G.js +0 -44
  27. package/dist/src/chunk-SGITM26Q.js +0 -877
  28. package/dist/src/chunk-ST5JVROM.js +0 -39
  29. package/dist/src/chunk-SWX24AGM.js +0 -62
  30. package/dist/src/chunk-TU2SAX7Z.js +0 -5706
  31. package/dist/src/chunk-WPAL27HA.js +0 -29
  32. package/dist/src/chunk-ZDZBYCXV.js +0 -52
  33. package/dist/src/chunk-ZNARSMJG.js +0 -14
  34. package/dist/src/event-streams-XS4D2DFO.js +0 -252
@@ -1,88 +1,82 @@
1
1
  #!/usr/bin/env node
2
- import {
3
- createAggregatedClient
4
- } from "./chunk-ZDZBYCXV.js";
5
2
  import {
6
3
  AwsRestJsonProtocol
7
- } from "./chunk-BUG7ZAQW.js";
4
+ } from "./chunk-3YYBZ6D5.js";
8
5
  import {
9
6
  AwsSdkSigV4Signer,
7
+ DefaultIdentityProviderConfig,
8
+ NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
9
+ NoAuthSigner,
10
+ getHttpAuthSchemeEndpointRuleSetPlugin,
11
+ getHttpSigningPlugin,
12
+ getSchemaSerdePlugin,
13
+ package_default,
14
+ resolveAwsSdkSigV4Config,
15
+ streamCollector
16
+ } from "./chunk-YY2DS5UJ.js";
17
+ import {
18
+ NodeHttpHandler
19
+ } from "./chunk-B5KEKENG.js";
20
+ import {
10
21
  BinaryDecisionDiagram,
11
22
  Client,
12
23
  Command,
13
24
  DEFAULT_RETRY_MODE,
14
- DefaultIdentityProviderConfig,
15
25
  EndpointCache,
16
- Hash,
17
26
  NODE_APP_ID_CONFIG_OPTIONS,
18
- NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
19
27
  NODE_MAX_ATTEMPT_CONFIG_OPTIONS,
20
- NODE_REGION_CONFIG_FILE_OPTIONS,
21
- NODE_REGION_CONFIG_OPTIONS,
22
28
  NODE_RETRY_MODE_CONFIG_OPTIONS,
23
- NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,
24
- NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,
25
- NoAuthSigner,
26
29
  NoOpLogger,
27
30
  ServiceException,
28
- TypeRegistry,
29
31
  awsEndpointFunctions,
30
- calculateBodyLength,
32
+ createAggregatedClient,
31
33
  createDefaultUserAgentProvider,
32
34
  customEndpointFunctions,
33
35
  decideEndpoint,
34
36
  emitWarningIfUnsupportedVersion,
35
37
  emitWarningIfUnsupportedVersion2,
36
38
  getAwsRegionExtensionConfiguration,
37
- getContentLengthPlugin,
38
39
  getDefaultExtensionConfiguration,
39
40
  getEndpointPlugin,
40
41
  getHostHeaderPlugin,
41
- getHttpAuthSchemeEndpointRuleSetPlugin,
42
- getHttpHandlerExtensionConfiguration,
43
- getHttpSigningPlugin,
44
42
  getLoggerPlugin,
45
43
  getRecursionDetectionPlugin,
46
44
  getRetryPlugin,
47
- getSchemaSerdePlugin,
48
- getSmithyContext,
49
45
  getUserAgentPlugin,
50
46
  loadConfigsForDefaultMode,
51
- normalizeProvider,
52
- package_default,
53
47
  resolveAwsRegionExtensionConfiguration,
54
- resolveAwsSdkSigV4Config,
55
48
  resolveDefaultRuntimeConfig,
56
- resolveDefaultsModeConfig,
57
49
  resolveEndpointConfig,
58
50
  resolveHostHeaderConfig,
59
- resolveHttpHandlerRuntimeConfig,
60
- resolveRegionConfig,
61
51
  resolveRetryConfig,
62
52
  resolveUserAgentConfig
63
- } from "./chunk-TU2SAX7Z.js";
53
+ } from "./chunk-MHJJJ2VP.js";
64
54
  import {
55
+ NODE_REGION_CONFIG_FILE_OPTIONS,
56
+ NODE_REGION_CONFIG_OPTIONS,
57
+ NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,
58
+ NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,
59
+ TypeRegistry,
60
+ getContentLengthPlugin,
61
+ getHttpHandlerExtensionConfiguration,
62
+ getSmithyContext,
65
63
  loadConfig,
66
- parseUrl
67
- } from "./chunk-2Y7PD56W.js";
68
- import "./chunk-WPAL27HA.js";
69
- import "./chunk-AAVVX4U5.js";
64
+ normalizeProvider,
65
+ parseUrl,
66
+ resolveDefaultsModeConfig,
67
+ resolveHttpHandlerRuntimeConfig,
68
+ resolveRegionConfig
69
+ } from "./chunk-ATF5CAZW.js";
70
70
  import {
71
- NodeHttpHandler,
71
+ Hash,
72
+ calculateBodyLength,
72
73
  fromBase64,
73
- streamCollector,
74
- toBase64
75
- } from "./chunk-SGITM26Q.js";
76
- import "./chunk-SWX24AGM.js";
77
- import {
78
74
  fromUtf8,
75
+ toBase64,
79
76
  toUtf8
80
- } from "./chunk-ERL3EC7G.js";
81
- import "./chunk-5VUQ55WW.js";
82
- import "./chunk-ZNARSMJG.js";
83
- import "./chunk-ST5JVROM.js";
77
+ } from "./chunk-C6IOMGXW.js";
84
78
 
85
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js
79
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js
86
80
  var defaultSigninHttpAuthSchemeParametersProvider = async (config, context, input) => {
87
81
  return {
88
82
  operation: getSmithyContext(context).operation,
@@ -131,7 +125,7 @@ var resolveHttpAuthSchemeConfig = (config) => {
131
125
  });
132
126
  };
133
127
 
134
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js
128
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js
135
129
  var resolveClientEndpointParameters = (options) => {
136
130
  return Object.assign(options, {
137
131
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
@@ -146,7 +140,7 @@ var commonParams = {
146
140
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
147
141
  };
148
142
 
149
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js
143
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js
150
144
  var m = "ref";
151
145
  var a = -1;
152
146
  var b = true;
@@ -157,7 +151,7 @@ var f = "getAttr";
157
151
  var g = "stringEquals";
158
152
  var h = { [m]: "Endpoint" };
159
153
  var i = { [m]: d };
160
- var j = { fn: f, argv: [i, "name"] };
154
+ var j = { "fn": f, "argv": [i, "name"] };
161
155
  var k = {};
162
156
  var l = [{ [m]: "Region" }];
163
157
  var _data = {
@@ -245,7 +239,7 @@ var nodes = new Int32Array([
245
239
  ]);
246
240
  var bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
247
241
 
248
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js
242
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js
249
243
  var cache = new EndpointCache({
250
244
  size: 50,
251
245
  params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"]
@@ -258,7 +252,7 @@ var defaultEndpointResolver = (endpointParams, context = {}) => {
258
252
  };
259
253
  customEndpointFunctions.aws = awsEndpointFunctions;
260
254
 
261
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js
255
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js
262
256
  var SigninServiceException = class _SigninServiceException extends ServiceException {
263
257
  constructor(options) {
264
258
  super(options);
@@ -266,7 +260,7 @@ var SigninServiceException = class _SigninServiceException extends ServiceExcept
266
260
  }
267
261
  };
268
262
 
269
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js
263
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js
270
264
  var AccessDeniedException = class _AccessDeniedException extends SigninServiceException {
271
265
  name = "AccessDeniedException";
272
266
  $fault = "client";
@@ -324,7 +318,7 @@ var ValidationException = class _ValidationException extends SigninServiceExcept
324
318
  }
325
319
  };
326
320
 
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
321
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js
328
322
  var _ADE = "AccessDeniedException";
329
323
  var _AT = "AccessToken";
330
324
  var _COAT = "CreateOAuth2Token";
@@ -364,15 +358,50 @@ var _s_registry = TypeRegistry.for(_s);
364
358
  var SigninServiceException$ = [-3, _s, "SigninServiceException", 0, [], []];
365
359
  _s_registry.registerError(SigninServiceException$, SigninServiceException);
366
360
  var n0_registry = TypeRegistry.for(n0);
367
- var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c }, [_e, _m], [0, 0], 2];
361
+ var AccessDeniedException$ = [
362
+ -3,
363
+ n0,
364
+ _ADE,
365
+ { [_e]: _c },
366
+ [_e, _m],
367
+ [0, 0],
368
+ 2
369
+ ];
368
370
  n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
369
- var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_e, _m], [0, 0], 2];
371
+ var InternalServerException$ = [
372
+ -3,
373
+ n0,
374
+ _ISE,
375
+ { [_e]: _se, [_hE]: 500 },
376
+ [_e, _m],
377
+ [0, 0],
378
+ 2
379
+ ];
370
380
  n0_registry.registerError(InternalServerException$, InternalServerException);
371
- var TooManyRequestsError$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_e, _m], [0, 0], 2];
381
+ var TooManyRequestsError$ = [
382
+ -3,
383
+ n0,
384
+ _TMRE,
385
+ { [_e]: _c, [_hE]: 429 },
386
+ [_e, _m],
387
+ [0, 0],
388
+ 2
389
+ ];
372
390
  n0_registry.registerError(TooManyRequestsError$, TooManyRequestsError);
373
- var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_e, _m], [0, 0], 2];
391
+ var ValidationException$ = [
392
+ -3,
393
+ n0,
394
+ _VE,
395
+ { [_e]: _c, [_hE]: 400 },
396
+ [_e, _m],
397
+ [0, 0],
398
+ 2
399
+ ];
374
400
  n0_registry.registerError(ValidationException$, ValidationException);
375
- var errorTypeRegistries = [_s_registry, n0_registry];
401
+ var errorTypeRegistries = [
402
+ _s_registry,
403
+ n0_registry
404
+ ];
376
405
  var RefreshToken = [0, n0, _RT, 8, 0];
377
406
  var AccessToken$ = [
378
407
  3,
@@ -380,11 +409,7 @@ var AccessToken$ = [
380
409
  _AT,
381
410
  8,
382
411
  [_aKI, _sAK, _sT],
383
- [
384
- [0, { [_jN]: _aKI }],
385
- [0, { [_jN]: _sAK }],
386
- [0, { [_jN]: _sT }]
387
- ],
412
+ [[0, { [_jN]: _aKI }], [0, { [_jN]: _sAK }], [0, { [_jN]: _sT }]],
388
413
  3
389
414
  ];
390
415
  var CreateOAuth2TokenRequest$ = [
@@ -402,14 +427,7 @@ var CreateOAuth2TokenRequestBody$ = [
402
427
  _COATRB,
403
428
  0,
404
429
  [_cI, _gT, _co, _rU, _cV, _rT],
405
- [
406
- [0, { [_jN]: _cI }],
407
- [0, { [_jN]: _gT }],
408
- 0,
409
- [0, { [_jN]: _rU }],
410
- [0, { [_jN]: _cV }],
411
- [() => RefreshToken, { [_jN]: _rT }]
412
- ],
430
+ [[0, { [_jN]: _cI }], [0, { [_jN]: _gT }], 0, [0, { [_jN]: _rU }], [0, { [_jN]: _cV }], [() => RefreshToken, { [_jN]: _rT }]],
413
431
  2
414
432
  ];
415
433
  var CreateOAuth2TokenResponse$ = [
@@ -427,13 +445,7 @@ var CreateOAuth2TokenResponseBody$ = [
427
445
  _COATRBr,
428
446
  0,
429
447
  [_aT, _tT, _eI, _rT, _iT],
430
- [
431
- [() => AccessToken$, { [_jN]: _aT }],
432
- [0, { [_jN]: _tT }],
433
- [1, { [_jN]: _eI }],
434
- [() => RefreshToken, { [_jN]: _rT }],
435
- [0, { [_jN]: _iT }]
436
- ],
448
+ [[() => AccessToken$, { [_jN]: _aT }], [0, { [_jN]: _tT }], [1, { [_jN]: _eI }], [() => RefreshToken, { [_jN]: _rT }], [0, { [_jN]: _iT }]],
437
449
  4
438
450
  ];
439
451
  var CreateOAuth2Token$ = [
@@ -445,7 +457,7 @@ var CreateOAuth2Token$ = [
445
457
  () => CreateOAuth2TokenResponse$
446
458
  ];
447
459
 
448
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js
460
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js
449
461
  var getRuntimeConfig = (config) => {
450
462
  return {
451
463
  apiVersion: "2023-01-01",
@@ -482,7 +494,7 @@ var getRuntimeConfig = (config) => {
482
494
  };
483
495
  };
484
496
 
485
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js
497
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js
486
498
  var getRuntimeConfig2 = (config) => {
487
499
  emitWarningIfUnsupportedVersion2(process.version);
488
500
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -516,7 +528,7 @@ var getRuntimeConfig2 = (config) => {
516
528
  };
517
529
  };
518
530
 
519
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js
531
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js
520
532
  var getHttpAuthExtensionConfiguration = (runtimeConfig) => {
521
533
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
522
534
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -555,14 +567,14 @@ var resolveHttpAuthRuntimeConfig = (config) => {
555
567
  };
556
568
  };
557
569
 
558
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js
570
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js
559
571
  var resolveRuntimeExtensions = (runtimeConfig, extensions) => {
560
572
  const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
561
573
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
562
574
  return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
563
575
  };
564
576
 
565
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js
577
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js
566
578
  var SigninClient = class extends Client {
567
579
  config;
568
580
  constructor(...[configuration]) {
@@ -598,13 +610,13 @@ var SigninClient = class extends Client {
598
610
  }
599
611
  };
600
612
 
601
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js
613
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js
602
614
  var CreateOAuth2TokenCommand = class extends Command.classBuilder().ep(commonParams).m(function(Command2, cs, config, o) {
603
615
  return [getEndpointPlugin(config, Command2.getEndpointParameterInstructions())];
604
616
  }).s("Signin", "CreateOAuth2Token", {}).n("SigninClient", "CreateOAuth2TokenCommand").sc(CreateOAuth2Token$).build() {
605
617
  };
606
618
 
607
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js
619
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js
608
620
  var commands = {
609
621
  CreateOAuth2TokenCommand
610
622
  };
@@ -612,7 +624,7 @@ var Signin = class extends SigninClient {
612
624
  };
613
625
  createAggregatedClient(commands, Signin);
614
626
 
615
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js
627
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js
616
628
  var OAuth2ErrorCode = {
617
629
  AUTHCODE_EXPIRED: "AUTHCODE_EXPIRED",
618
630
  INSUFFICIENT_PERMISSIONS: "INSUFFICIENT_PERMISSIONS",
@@ -1,88 +1,82 @@
1
1
  #!/usr/bin/env node
2
- import {
3
- createAggregatedClient
4
- } from "./chunk-ZDZBYCXV.js";
5
2
  import {
6
3
  AwsRestJsonProtocol
7
- } from "./chunk-BUG7ZAQW.js";
4
+ } from "./chunk-3YYBZ6D5.js";
8
5
  import {
9
6
  AwsSdkSigV4Signer,
7
+ DefaultIdentityProviderConfig,
8
+ NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
9
+ NoAuthSigner,
10
+ getHttpAuthSchemeEndpointRuleSetPlugin,
11
+ getHttpSigningPlugin,
12
+ getSchemaSerdePlugin,
13
+ package_default,
14
+ resolveAwsSdkSigV4Config,
15
+ streamCollector
16
+ } from "./chunk-YY2DS5UJ.js";
17
+ import {
18
+ NodeHttpHandler
19
+ } from "./chunk-B5KEKENG.js";
20
+ import {
10
21
  BinaryDecisionDiagram,
11
22
  Client,
12
23
  Command,
13
24
  DEFAULT_RETRY_MODE,
14
- DefaultIdentityProviderConfig,
15
25
  EndpointCache,
16
- Hash,
17
26
  NODE_APP_ID_CONFIG_OPTIONS,
18
- NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
19
27
  NODE_MAX_ATTEMPT_CONFIG_OPTIONS,
20
- NODE_REGION_CONFIG_FILE_OPTIONS,
21
- NODE_REGION_CONFIG_OPTIONS,
22
28
  NODE_RETRY_MODE_CONFIG_OPTIONS,
23
- NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,
24
- NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,
25
- NoAuthSigner,
26
29
  NoOpLogger,
27
30
  ServiceException,
28
- TypeRegistry,
29
31
  awsEndpointFunctions,
30
- calculateBodyLength,
32
+ createAggregatedClient,
31
33
  createDefaultUserAgentProvider,
32
34
  customEndpointFunctions,
33
35
  decideEndpoint,
34
36
  emitWarningIfUnsupportedVersion,
35
37
  emitWarningIfUnsupportedVersion2,
36
38
  getAwsRegionExtensionConfiguration,
37
- getContentLengthPlugin,
38
39
  getDefaultExtensionConfiguration,
39
40
  getEndpointPlugin,
40
41
  getHostHeaderPlugin,
41
- getHttpAuthSchemeEndpointRuleSetPlugin,
42
- getHttpHandlerExtensionConfiguration,
43
- getHttpSigningPlugin,
44
42
  getLoggerPlugin,
45
43
  getRecursionDetectionPlugin,
46
44
  getRetryPlugin,
47
- getSchemaSerdePlugin,
48
- getSmithyContext,
49
45
  getUserAgentPlugin,
50
46
  loadConfigsForDefaultMode,
51
- normalizeProvider,
52
- package_default,
53
47
  resolveAwsRegionExtensionConfiguration,
54
- resolveAwsSdkSigV4Config,
55
48
  resolveDefaultRuntimeConfig,
56
- resolveDefaultsModeConfig,
57
49
  resolveEndpointConfig,
58
50
  resolveHostHeaderConfig,
59
- resolveHttpHandlerRuntimeConfig,
60
- resolveRegionConfig,
61
51
  resolveRetryConfig,
62
52
  resolveUserAgentConfig
63
- } from "./chunk-TU2SAX7Z.js";
53
+ } from "./chunk-MHJJJ2VP.js";
64
54
  import {
55
+ NODE_REGION_CONFIG_FILE_OPTIONS,
56
+ NODE_REGION_CONFIG_OPTIONS,
57
+ NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,
58
+ NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,
59
+ TypeRegistry,
60
+ getContentLengthPlugin,
61
+ getHttpHandlerExtensionConfiguration,
62
+ getSmithyContext,
65
63
  loadConfig,
66
- parseUrl
67
- } from "./chunk-2Y7PD56W.js";
68
- import "./chunk-WPAL27HA.js";
69
- import "./chunk-AAVVX4U5.js";
64
+ normalizeProvider,
65
+ parseUrl,
66
+ resolveDefaultsModeConfig,
67
+ resolveHttpHandlerRuntimeConfig,
68
+ resolveRegionConfig
69
+ } from "./chunk-ATF5CAZW.js";
70
70
  import {
71
- NodeHttpHandler,
71
+ Hash,
72
+ calculateBodyLength,
72
73
  fromBase64,
73
- streamCollector,
74
- toBase64
75
- } from "./chunk-SGITM26Q.js";
76
- import "./chunk-SWX24AGM.js";
77
- import {
78
74
  fromUtf8,
75
+ toBase64,
79
76
  toUtf8
80
- } from "./chunk-ERL3EC7G.js";
81
- import "./chunk-5VUQ55WW.js";
82
- import "./chunk-ZNARSMJG.js";
83
- import "./chunk-ST5JVROM.js";
77
+ } from "./chunk-C6IOMGXW.js";
84
78
 
85
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js
79
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js
86
80
  var defaultSSOOIDCHttpAuthSchemeParametersProvider = async (config, context, input) => {
87
81
  return {
88
82
  operation: getSmithyContext(context).operation,
@@ -131,7 +125,7 @@ var resolveHttpAuthSchemeConfig = (config) => {
131
125
  });
132
126
  };
133
127
 
134
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js
128
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js
135
129
  var resolveClientEndpointParameters = (options) => {
136
130
  return Object.assign(options, {
137
131
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
@@ -146,7 +140,7 @@ var commonParams = {
146
140
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
147
141
  };
148
142
 
149
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js
143
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js
150
144
  var k = "ref";
151
145
  var a = -1;
152
146
  var b = true;
@@ -233,7 +227,7 @@ var nodes = new Int32Array([
233
227
  ]);
234
228
  var bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
235
229
 
236
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js
230
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js
237
231
  var cache = new EndpointCache({
238
232
  size: 50,
239
233
  params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"]
@@ -246,7 +240,7 @@ var defaultEndpointResolver = (endpointParams, context = {}) => {
246
240
  };
247
241
  customEndpointFunctions.aws = awsEndpointFunctions;
248
242
 
249
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js
243
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js
250
244
  var SSOOIDCServiceException = class _SSOOIDCServiceException extends ServiceException {
251
245
  constructor(options) {
252
246
  super(options);
@@ -254,7 +248,7 @@ var SSOOIDCServiceException = class _SSOOIDCServiceException extends ServiceExce
254
248
  }
255
249
  };
256
250
 
257
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js
251
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js
258
252
  var AccessDeniedException = class _AccessDeniedException extends SSOOIDCServiceException {
259
253
  name = "AccessDeniedException";
260
254
  $fault = "client";
@@ -436,7 +430,7 @@ var UnsupportedGrantTypeException = class _UnsupportedGrantTypeException extends
436
430
  }
437
431
  };
438
432
 
439
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js
433
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js
440
434
  var _ADE = "AccessDeniedException";
441
435
  var _APE = "AuthorizationPendingException";
442
436
  var _AT = "AccessToken";
@@ -500,13 +494,41 @@ var AuthorizationPendingException$ = [
500
494
  [0, 0]
501
495
  ];
502
496
  n0_registry.registerError(AuthorizationPendingException$, AuthorizationPendingException);
503
- var ExpiredTokenException$ = [-3, n0, _ETE, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]];
497
+ var ExpiredTokenException$ = [
498
+ -3,
499
+ n0,
500
+ _ETE,
501
+ { [_e]: _c, [_hE]: 400 },
502
+ [_e, _ed],
503
+ [0, 0]
504
+ ];
504
505
  n0_registry.registerError(ExpiredTokenException$, ExpiredTokenException);
505
- var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_e, _ed], [0, 0]];
506
+ var InternalServerException$ = [
507
+ -3,
508
+ n0,
509
+ _ISE,
510
+ { [_e]: _se, [_hE]: 500 },
511
+ [_e, _ed],
512
+ [0, 0]
513
+ ];
506
514
  n0_registry.registerError(InternalServerException$, InternalServerException);
507
- var InvalidClientException$ = [-3, n0, _ICE, { [_e]: _c, [_hE]: 401 }, [_e, _ed], [0, 0]];
515
+ var InvalidClientException$ = [
516
+ -3,
517
+ n0,
518
+ _ICE,
519
+ { [_e]: _c, [_hE]: 401 },
520
+ [_e, _ed],
521
+ [0, 0]
522
+ ];
508
523
  n0_registry.registerError(InvalidClientException$, InvalidClientException);
509
- var InvalidGrantException$ = [-3, n0, _IGE, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]];
524
+ var InvalidGrantException$ = [
525
+ -3,
526
+ n0,
527
+ _IGE,
528
+ { [_e]: _c, [_hE]: 400 },
529
+ [_e, _ed],
530
+ [0, 0]
531
+ ];
510
532
  n0_registry.registerError(InvalidGrantException$, InvalidGrantException);
511
533
  var InvalidRequestException$ = [
512
534
  -3,
@@ -517,9 +539,23 @@ var InvalidRequestException$ = [
517
539
  [0, 0, 0]
518
540
  ];
519
541
  n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
520
- var InvalidScopeException$ = [-3, n0, _ISEn, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]];
542
+ var InvalidScopeException$ = [
543
+ -3,
544
+ n0,
545
+ _ISEn,
546
+ { [_e]: _c, [_hE]: 400 },
547
+ [_e, _ed],
548
+ [0, 0]
549
+ ];
521
550
  n0_registry.registerError(InvalidScopeException$, InvalidScopeException);
522
- var SlowDownException$ = [-3, n0, _SDE, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]];
551
+ var SlowDownException$ = [
552
+ -3,
553
+ n0,
554
+ _SDE,
555
+ { [_e]: _c, [_hE]: 400 },
556
+ [_e, _ed],
557
+ [0, 0]
558
+ ];
523
559
  n0_registry.registerError(SlowDownException$, SlowDownException);
524
560
  var UnauthorizedClientException$ = [
525
561
  -3,
@@ -539,7 +575,10 @@ var UnsupportedGrantTypeException$ = [
539
575
  [0, 0]
540
576
  ];
541
577
  n0_registry.registerError(UnsupportedGrantTypeException$, UnsupportedGrantTypeException);
542
- var errorTypeRegistries = [_s_registry, n0_registry];
578
+ var errorTypeRegistries = [
579
+ _s_registry,
580
+ n0_registry
581
+ ];
543
582
  var AccessToken = [0, n0, _AT, 8, 0];
544
583
  var ClientSecret = [0, n0, _CS, 8, 0];
545
584
  var CodeVerifier = [0, n0, _CV, 8, 0];
@@ -572,7 +611,7 @@ var CreateToken$ = [
572
611
  () => CreateTokenResponse$
573
612
  ];
574
613
 
575
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js
614
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js
576
615
  var getRuntimeConfig = (config) => {
577
616
  return {
578
617
  apiVersion: "2019-06-10",
@@ -609,7 +648,7 @@ var getRuntimeConfig = (config) => {
609
648
  };
610
649
  };
611
650
 
612
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js
651
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js
613
652
  var getRuntimeConfig2 = (config) => {
614
653
  emitWarningIfUnsupportedVersion2(process.version);
615
654
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -643,7 +682,7 @@ var getRuntimeConfig2 = (config) => {
643
682
  };
644
683
  };
645
684
 
646
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js
685
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js
647
686
  var getHttpAuthExtensionConfiguration = (runtimeConfig) => {
648
687
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
649
688
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -682,14 +721,14 @@ var resolveHttpAuthRuntimeConfig = (config) => {
682
721
  };
683
722
  };
684
723
 
685
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js
724
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js
686
725
  var resolveRuntimeExtensions = (runtimeConfig, extensions) => {
687
726
  const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
688
727
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
689
728
  return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
690
729
  };
691
730
 
692
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js
731
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js
693
732
  var SSOOIDCClient = class extends Client {
694
733
  config;
695
734
  constructor(...[configuration]) {
@@ -725,13 +764,13 @@ var SSOOIDCClient = class extends Client {
725
764
  }
726
765
  };
727
766
 
728
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js
767
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js
729
768
  var CreateTokenCommand = class extends Command.classBuilder().ep(commonParams).m(function(Command2, cs, config, o) {
730
769
  return [getEndpointPlugin(config, Command2.getEndpointParameterInstructions())];
731
770
  }).s("AWSSSOOIDCService", "CreateToken", {}).n("SSOOIDCClient", "CreateTokenCommand").sc(CreateToken$).build() {
732
771
  };
733
772
 
734
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js
773
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js
735
774
  var commands = {
736
775
  CreateTokenCommand
737
776
  };
@@ -739,7 +778,7 @@ var SSOOIDC = class extends SSOOIDCClient {
739
778
  };
740
779
  createAggregatedClient(commands, SSOOIDC);
741
780
 
742
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js
781
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js
743
782
  var AccessDeniedExceptionReason = {
744
783
  KMS_ACCESS_DENIED: "KMS_AccessDeniedException"
745
784
  };