@ampless/mcp-server 1.0.0-alpha.11 → 1.0.0-alpha.13

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 (29) hide show
  1. package/README.ja.md +1 -1
  2. package/README.md +1 -1
  3. package/dist/{chunk-IW52OUIR.js → chunk-6HZB2ZCT.js} +13 -13
  4. package/dist/{chunk-6OXXSXKN.js → chunk-7JQMGUAU.js} +9 -9
  5. package/dist/{chunk-3NCQATCK.js → chunk-ERHOBKHD.js} +7 -501
  6. package/dist/{chunk-YHHXORQ4.js → chunk-ETWWJEHN.js} +17 -17
  7. package/dist/{chunk-A4YPJIDF.js → chunk-FLMNALC3.js} +3 -3
  8. package/dist/{chunk-QBXY5RRO.js → chunk-FM7TW5TD.js} +1 -2
  9. package/dist/chunk-LD7M476A.js +502 -0
  10. package/dist/{chunk-ISXSZYT4.js → chunk-OBZN5IWW.js} +32 -32
  11. package/dist/{chunk-UMEQ5ALV.js → chunk-Q4OVSLY4.js} +2 -2
  12. package/dist/{chunk-5PA6IP7O.js → chunk-SPCUAJQT.js} +1 -1
  13. package/dist/{chunk-CVNCRUML.js → chunk-USNYVOYF.js} +114 -47
  14. package/dist/chunk-YR5GD2D7.js +165 -0
  15. package/dist/{dist-es-J4X5E4TX.js → dist-es-2B6UPU6D.js} +22 -22
  16. package/dist/{dist-es-PRQWND46.js → dist-es-4QBVIVDD.js} +3 -3
  17. package/dist/{dist-es-3P7CNKGV.js → dist-es-DAQMEDLM.js} +8 -8
  18. package/dist/{dist-es-OI6XP2CN.js → dist-es-DWVRWSTC.js} +6 -6
  19. package/dist/{dist-es-OKPWYZO7.js → dist-es-H7Y5BZEG.js} +16 -16
  20. package/dist/{dist-es-T6J3WJJK.js → dist-es-QZOTLLWC.js} +1 -1
  21. package/dist/{dist-es-OO5RVJZO.js → dist-es-S3US4EVE.js} +6 -6
  22. package/dist/{event-streams-WFL2DK34.js → event-streams-IEZDQ3X3.js} +2 -1
  23. package/dist/event-streams-R54SMYED.js +891 -0
  24. package/dist/index.js +119 -116
  25. package/dist/{loadSso-C2Y2WOQK.js → loadSso-B4NUZPX5.js} +21 -20
  26. package/dist/{signin-IY5CLTYR.js → signin-BEDHRSJ2.js} +23 -22
  27. package/dist/{sso-oidc-KZTDOR7Y.js → sso-oidc-UXLRODTA.js} +23 -22
  28. package/dist/{sts-2UABQZ6D.js → sts-3BBU2O3O.js} +29 -28
  29. package/package.json +6 -6
@@ -1,12 +1,12 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  AwsRestJsonProtocol
4
- } from "./chunk-YHHXORQ4.js";
4
+ } from "./chunk-ETWWJEHN.js";
5
5
  import {
6
6
  NoAuthSigner,
7
7
  package_default
8
- } from "./chunk-6OXXSXKN.js";
9
- import "./chunk-UMEQ5ALV.js";
8
+ } from "./chunk-7JQMGUAU.js";
9
+ import "./chunk-Q4OVSLY4.js";
10
10
  import {
11
11
  AwsSdkSigV4Signer,
12
12
  DefaultIdentityProviderConfig,
@@ -16,10 +16,11 @@ import {
16
16
  getSchemaSerdePlugin,
17
17
  resolveAwsSdkSigV4Config,
18
18
  streamCollector
19
- } from "./chunk-CVNCRUML.js";
19
+ } from "./chunk-USNYVOYF.js";
20
+ import "./chunk-YR5GD2D7.js";
20
21
  import {
21
22
  NodeHttpHandler
22
- } from "./chunk-5PA6IP7O.js";
23
+ } from "./chunk-SPCUAJQT.js";
23
24
  import {
24
25
  DEFAULT_RETRY_MODE,
25
26
  NODE_APP_ID_CONFIG_OPTIONS,
@@ -38,7 +39,7 @@ import {
38
39
  resolveHostHeaderConfig,
39
40
  resolveRetryConfig,
40
41
  resolveUserAgentConfig
41
- } from "./chunk-ISXSZYT4.js";
42
+ } from "./chunk-OBZN5IWW.js";
42
43
  import {
43
44
  BinaryDecisionDiagram,
44
45
  Client,
@@ -68,7 +69,7 @@ import {
68
69
  resolveEndpointConfig,
69
70
  resolveHttpHandlerRuntimeConfig,
70
71
  resolveRegionConfig
71
- } from "./chunk-QBXY5RRO.js";
72
+ } from "./chunk-FM7TW5TD.js";
72
73
  import {
73
74
  Hash,
74
75
  calculateBodyLength,
@@ -79,7 +80,7 @@ import {
79
80
  } from "./chunk-IKXKDSVH.js";
80
81
  import "./chunk-LMMQX4CK.js";
81
82
 
82
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js
83
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js
83
84
  var defaultSSOHttpAuthSchemeParametersProvider = async (config, context, input) => {
84
85
  return {
85
86
  operation: getSmithyContext(context).operation,
@@ -128,7 +129,7 @@ var resolveHttpAuthSchemeConfig = (config) => {
128
129
  });
129
130
  };
130
131
 
131
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/EndpointParameters.js
132
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/EndpointParameters.js
132
133
  var resolveClientEndpointParameters = (options) => {
133
134
  return Object.assign(options, {
134
135
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
@@ -143,7 +144,7 @@ var commonParams = {
143
144
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
144
145
  };
145
146
 
146
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js
147
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js
147
148
  var k = "ref";
148
149
  var a = -1;
149
150
  var b = true;
@@ -230,7 +231,7 @@ var nodes = new Int32Array([
230
231
  ]);
231
232
  var bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
232
233
 
233
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js
234
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js
234
235
  var cache = new EndpointCache({
235
236
  size: 50,
236
237
  params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"]
@@ -243,7 +244,7 @@ var defaultEndpointResolver = (endpointParams, context = {}) => {
243
244
  };
244
245
  customEndpointFunctions.aws = awsEndpointFunctions;
245
246
 
246
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/SSOServiceException.js
247
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/SSOServiceException.js
247
248
  var SSOServiceException = class _SSOServiceException extends ServiceException {
248
249
  constructor(options) {
249
250
  super(options);
@@ -251,7 +252,7 @@ var SSOServiceException = class _SSOServiceException extends ServiceException {
251
252
  }
252
253
  };
253
254
 
254
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/errors.js
255
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/errors.js
255
256
  var InvalidRequestException = class _InvalidRequestException extends SSOServiceException {
256
257
  name = "InvalidRequestException";
257
258
  $fault = "client";
@@ -301,7 +302,7 @@ var UnauthorizedException = class _UnauthorizedException extends SSOServiceExcep
301
302
  }
302
303
  };
303
304
 
304
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js
305
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js
305
306
  var _ATT = "AccessTokenType";
306
307
  var _GRC = "GetRoleCredentials";
307
308
  var _GRCR = "GetRoleCredentialsRequest";
@@ -387,7 +388,7 @@ var GetRoleCredentials$ = [
387
388
  () => GetRoleCredentialsResponse$
388
389
  ];
389
390
 
390
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js
391
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js
391
392
  var getRuntimeConfig = (config) => {
392
393
  return {
393
394
  apiVersion: "2019-06-10",
@@ -424,7 +425,7 @@ var getRuntimeConfig = (config) => {
424
425
  };
425
426
  };
426
427
 
427
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js
428
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js
428
429
  var getRuntimeConfig2 = (config) => {
429
430
  emitWarningIfUnsupportedVersion2(process.version);
430
431
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -458,7 +459,7 @@ var getRuntimeConfig2 = (config) => {
458
459
  };
459
460
  };
460
461
 
461
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js
462
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js
462
463
  var getHttpAuthExtensionConfiguration = (runtimeConfig) => {
463
464
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
464
465
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -497,14 +498,14 @@ var resolveHttpAuthRuntimeConfig = (config) => {
497
498
  };
498
499
  };
499
500
 
500
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js
501
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js
501
502
  var resolveRuntimeExtensions = (runtimeConfig, extensions) => {
502
503
  const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
503
504
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
504
505
  return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
505
506
  };
506
507
 
507
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js
508
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js
508
509
  var SSOClient = class extends Client {
509
510
  config;
510
511
  constructor(...[configuration]) {
@@ -540,7 +541,7 @@ var SSOClient = class extends Client {
540
541
  }
541
542
  };
542
543
 
543
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js
544
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js
544
545
  var GetRoleCredentialsCommand = class extends Command.classBuilder().ep(commonParams).m(function(Command2, cs, config, o) {
545
546
  return [getEndpointPlugin(config, Command2.getEndpointParameterInstructions())];
546
547
  }).s("SWBPortalService", "GetRoleCredentials", {}).n("SSOClient", "GetRoleCredentialsCommand").sc(GetRoleCredentials$).build() {
@@ -1,12 +1,12 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  AwsRestJsonProtocol
4
- } from "./chunk-YHHXORQ4.js";
4
+ } from "./chunk-ETWWJEHN.js";
5
5
  import {
6
6
  NoAuthSigner,
7
7
  package_default
8
- } from "./chunk-6OXXSXKN.js";
9
- import "./chunk-UMEQ5ALV.js";
8
+ } from "./chunk-7JQMGUAU.js";
9
+ import "./chunk-Q4OVSLY4.js";
10
10
  import {
11
11
  AwsSdkSigV4Signer,
12
12
  DefaultIdentityProviderConfig,
@@ -16,10 +16,11 @@ import {
16
16
  getSchemaSerdePlugin,
17
17
  resolveAwsSdkSigV4Config,
18
18
  streamCollector
19
- } from "./chunk-CVNCRUML.js";
19
+ } from "./chunk-USNYVOYF.js";
20
+ import "./chunk-YR5GD2D7.js";
20
21
  import {
21
22
  NodeHttpHandler
22
- } from "./chunk-5PA6IP7O.js";
23
+ } from "./chunk-SPCUAJQT.js";
23
24
  import {
24
25
  DEFAULT_RETRY_MODE,
25
26
  NODE_APP_ID_CONFIG_OPTIONS,
@@ -38,7 +39,7 @@ import {
38
39
  resolveHostHeaderConfig,
39
40
  resolveRetryConfig,
40
41
  resolveUserAgentConfig
41
- } from "./chunk-ISXSZYT4.js";
42
+ } from "./chunk-OBZN5IWW.js";
42
43
  import {
43
44
  BinaryDecisionDiagram,
44
45
  Client,
@@ -69,7 +70,7 @@ import {
69
70
  resolveEndpointConfig,
70
71
  resolveHttpHandlerRuntimeConfig,
71
72
  resolveRegionConfig
72
- } from "./chunk-QBXY5RRO.js";
73
+ } from "./chunk-FM7TW5TD.js";
73
74
  import {
74
75
  Hash,
75
76
  calculateBodyLength,
@@ -80,7 +81,7 @@ import {
80
81
  } from "./chunk-IKXKDSVH.js";
81
82
  import "./chunk-LMMQX4CK.js";
82
83
 
83
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js
84
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js
84
85
  var defaultSigninHttpAuthSchemeParametersProvider = async (config, context, input) => {
85
86
  return {
86
87
  operation: getSmithyContext(context).operation,
@@ -129,7 +130,7 @@ var resolveHttpAuthSchemeConfig = (config) => {
129
130
  });
130
131
  };
131
132
 
132
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js
133
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js
133
134
  var resolveClientEndpointParameters = (options) => {
134
135
  return Object.assign(options, {
135
136
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
@@ -144,7 +145,7 @@ var commonParams = {
144
145
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
145
146
  };
146
147
 
147
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js
148
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js
148
149
  var m = "ref";
149
150
  var a = -1;
150
151
  var b = true;
@@ -243,7 +244,7 @@ var nodes = new Int32Array([
243
244
  ]);
244
245
  var bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
245
246
 
246
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js
247
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js
247
248
  var cache = new EndpointCache({
248
249
  size: 50,
249
250
  params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"]
@@ -256,7 +257,7 @@ var defaultEndpointResolver = (endpointParams, context = {}) => {
256
257
  };
257
258
  customEndpointFunctions.aws = awsEndpointFunctions;
258
259
 
259
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js
260
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js
260
261
  var SigninServiceException = class _SigninServiceException extends ServiceException {
261
262
  constructor(options) {
262
263
  super(options);
@@ -264,7 +265,7 @@ var SigninServiceException = class _SigninServiceException extends ServiceExcept
264
265
  }
265
266
  };
266
267
 
267
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js
268
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js
268
269
  var AccessDeniedException = class _AccessDeniedException extends SigninServiceException {
269
270
  name = "AccessDeniedException";
270
271
  $fault = "client";
@@ -322,7 +323,7 @@ var ValidationException = class _ValidationException extends SigninServiceExcept
322
323
  }
323
324
  };
324
325
 
325
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js
326
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js
326
327
  var _ADE = "AccessDeniedException";
327
328
  var _AT = "AccessToken";
328
329
  var _COAT = "CreateOAuth2Token";
@@ -443,7 +444,7 @@ var CreateOAuth2Token$ = [
443
444
  () => CreateOAuth2TokenResponse$
444
445
  ];
445
446
 
446
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js
447
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js
447
448
  var getRuntimeConfig = (config) => {
448
449
  return {
449
450
  apiVersion: "2023-01-01",
@@ -480,7 +481,7 @@ var getRuntimeConfig = (config) => {
480
481
  };
481
482
  };
482
483
 
483
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js
484
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js
484
485
  var getRuntimeConfig2 = (config) => {
485
486
  emitWarningIfUnsupportedVersion2(process.version);
486
487
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -514,7 +515,7 @@ var getRuntimeConfig2 = (config) => {
514
515
  };
515
516
  };
516
517
 
517
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js
518
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js
518
519
  var getHttpAuthExtensionConfiguration = (runtimeConfig) => {
519
520
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
520
521
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -553,14 +554,14 @@ var resolveHttpAuthRuntimeConfig = (config) => {
553
554
  };
554
555
  };
555
556
 
556
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js
557
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js
557
558
  var resolveRuntimeExtensions = (runtimeConfig, extensions) => {
558
559
  const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
559
560
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
560
561
  return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
561
562
  };
562
563
 
563
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js
564
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js
564
565
  var SigninClient = class extends Client {
565
566
  config;
566
567
  constructor(...[configuration]) {
@@ -596,13 +597,13 @@ var SigninClient = class extends Client {
596
597
  }
597
598
  };
598
599
 
599
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js
600
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js
600
601
  var CreateOAuth2TokenCommand = class extends Command.classBuilder().ep(commonParams).m(function(Command2, cs, config, o) {
601
602
  return [getEndpointPlugin(config, Command2.getEndpointParameterInstructions())];
602
603
  }).s("Signin", "CreateOAuth2Token", {}).n("SigninClient", "CreateOAuth2TokenCommand").sc(CreateOAuth2Token$).build() {
603
604
  };
604
605
 
605
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js
606
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js
606
607
  var commands = {
607
608
  CreateOAuth2TokenCommand
608
609
  };
@@ -610,7 +611,7 @@ var Signin = class extends SigninClient {
610
611
  };
611
612
  createAggregatedClient(commands, Signin);
612
613
 
613
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js
614
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js
614
615
  var OAuth2ErrorCode = {
615
616
  AUTHCODE_EXPIRED: "AUTHCODE_EXPIRED",
616
617
  INSUFFICIENT_PERMISSIONS: "INSUFFICIENT_PERMISSIONS",
@@ -1,12 +1,12 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  AwsRestJsonProtocol
4
- } from "./chunk-YHHXORQ4.js";
4
+ } from "./chunk-ETWWJEHN.js";
5
5
  import {
6
6
  NoAuthSigner,
7
7
  package_default
8
- } from "./chunk-6OXXSXKN.js";
9
- import "./chunk-UMEQ5ALV.js";
8
+ } from "./chunk-7JQMGUAU.js";
9
+ import "./chunk-Q4OVSLY4.js";
10
10
  import {
11
11
  AwsSdkSigV4Signer,
12
12
  DefaultIdentityProviderConfig,
@@ -16,10 +16,11 @@ import {
16
16
  getSchemaSerdePlugin,
17
17
  resolveAwsSdkSigV4Config,
18
18
  streamCollector
19
- } from "./chunk-CVNCRUML.js";
19
+ } from "./chunk-USNYVOYF.js";
20
+ import "./chunk-YR5GD2D7.js";
20
21
  import {
21
22
  NodeHttpHandler
22
- } from "./chunk-5PA6IP7O.js";
23
+ } from "./chunk-SPCUAJQT.js";
23
24
  import {
24
25
  DEFAULT_RETRY_MODE,
25
26
  NODE_APP_ID_CONFIG_OPTIONS,
@@ -38,7 +39,7 @@ import {
38
39
  resolveHostHeaderConfig,
39
40
  resolveRetryConfig,
40
41
  resolveUserAgentConfig
41
- } from "./chunk-ISXSZYT4.js";
42
+ } from "./chunk-OBZN5IWW.js";
42
43
  import {
43
44
  BinaryDecisionDiagram,
44
45
  Client,
@@ -69,7 +70,7 @@ import {
69
70
  resolveEndpointConfig,
70
71
  resolveHttpHandlerRuntimeConfig,
71
72
  resolveRegionConfig
72
- } from "./chunk-QBXY5RRO.js";
73
+ } from "./chunk-FM7TW5TD.js";
73
74
  import {
74
75
  Hash,
75
76
  calculateBodyLength,
@@ -80,7 +81,7 @@ import {
80
81
  } from "./chunk-IKXKDSVH.js";
81
82
  import "./chunk-LMMQX4CK.js";
82
83
 
83
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js
84
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js
84
85
  var defaultSSOOIDCHttpAuthSchemeParametersProvider = async (config, context, input) => {
85
86
  return {
86
87
  operation: getSmithyContext(context).operation,
@@ -129,7 +130,7 @@ var resolveHttpAuthSchemeConfig = (config) => {
129
130
  });
130
131
  };
131
132
 
132
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js
133
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js
133
134
  var resolveClientEndpointParameters = (options) => {
134
135
  return Object.assign(options, {
135
136
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
@@ -144,7 +145,7 @@ var commonParams = {
144
145
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
145
146
  };
146
147
 
147
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js
148
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js
148
149
  var k = "ref";
149
150
  var a = -1;
150
151
  var b = true;
@@ -231,7 +232,7 @@ var nodes = new Int32Array([
231
232
  ]);
232
233
  var bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
233
234
 
234
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js
235
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js
235
236
  var cache = new EndpointCache({
236
237
  size: 50,
237
238
  params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"]
@@ -244,7 +245,7 @@ var defaultEndpointResolver = (endpointParams, context = {}) => {
244
245
  };
245
246
  customEndpointFunctions.aws = awsEndpointFunctions;
246
247
 
247
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js
248
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js
248
249
  var SSOOIDCServiceException = class _SSOOIDCServiceException extends ServiceException {
249
250
  constructor(options) {
250
251
  super(options);
@@ -252,7 +253,7 @@ var SSOOIDCServiceException = class _SSOOIDCServiceException extends ServiceExce
252
253
  }
253
254
  };
254
255
 
255
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js
256
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js
256
257
  var AccessDeniedException = class _AccessDeniedException extends SSOOIDCServiceException {
257
258
  name = "AccessDeniedException";
258
259
  $fault = "client";
@@ -434,7 +435,7 @@ var UnsupportedGrantTypeException = class _UnsupportedGrantTypeException extends
434
435
  }
435
436
  };
436
437
 
437
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js
438
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js
438
439
  var _ADE = "AccessDeniedException";
439
440
  var _APE = "AuthorizationPendingException";
440
441
  var _AT = "AccessToken";
@@ -570,7 +571,7 @@ var CreateToken$ = [
570
571
  () => CreateTokenResponse$
571
572
  ];
572
573
 
573
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js
574
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js
574
575
  var getRuntimeConfig = (config) => {
575
576
  return {
576
577
  apiVersion: "2019-06-10",
@@ -607,7 +608,7 @@ var getRuntimeConfig = (config) => {
607
608
  };
608
609
  };
609
610
 
610
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js
611
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js
611
612
  var getRuntimeConfig2 = (config) => {
612
613
  emitWarningIfUnsupportedVersion2(process.version);
613
614
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -641,7 +642,7 @@ var getRuntimeConfig2 = (config) => {
641
642
  };
642
643
  };
643
644
 
644
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js
645
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js
645
646
  var getHttpAuthExtensionConfiguration = (runtimeConfig) => {
646
647
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
647
648
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -680,14 +681,14 @@ var resolveHttpAuthRuntimeConfig = (config) => {
680
681
  };
681
682
  };
682
683
 
683
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js
684
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js
684
685
  var resolveRuntimeExtensions = (runtimeConfig, extensions) => {
685
686
  const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
686
687
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
687
688
  return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
688
689
  };
689
690
 
690
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js
691
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js
691
692
  var SSOOIDCClient = class extends Client {
692
693
  config;
693
694
  constructor(...[configuration]) {
@@ -723,13 +724,13 @@ var SSOOIDCClient = class extends Client {
723
724
  }
724
725
  };
725
726
 
726
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js
727
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js
727
728
  var CreateTokenCommand = class extends Command.classBuilder().ep(commonParams).m(function(Command2, cs, config, o) {
728
729
  return [getEndpointPlugin(config, Command2.getEndpointParameterInstructions())];
729
730
  }).s("AWSSSOOIDCService", "CreateToken", {}).n("SSOOIDCClient", "CreateTokenCommand").sc(CreateToken$).build() {
730
731
  };
731
732
 
732
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js
733
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js
733
734
  var commands = {
734
735
  CreateTokenCommand
735
736
  };
@@ -737,7 +738,7 @@ var SSOOIDC = class extends SSOOIDCClient {
737
738
  };
738
739
  createAggregatedClient(commands, SSOOIDC);
739
740
 
740
- // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js
741
+ // ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js
741
742
  var AccessDeniedExceptionReason = {
742
743
  KMS_ACCESS_DENIED: "KMS_AccessDeniedException"
743
744
  };