cdk-nextjs 0.2.6 → 0.2.7

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.
@@ -534,9 +534,9 @@ var require_dist_cjs4 = __commonJS({
534
534
  }
535
535
  });
536
536
 
537
- // node_modules/.pnpm/@aws-sdk+middleware-recursion-detection@3.734.0/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js
537
+ // node_modules/.pnpm/@aws-sdk+middleware-recursion-detection@3.772.0/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js
538
538
  var require_dist_cjs5 = __commonJS({
539
- "node_modules/.pnpm/@aws-sdk+middleware-recursion-detection@3.734.0/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js"(exports2, module2) {
539
+ "node_modules/.pnpm/@aws-sdk+middleware-recursion-detection@3.772.0/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js"(exports2, module2) {
540
540
  "use strict";
541
541
  var __defProp2 = Object.defineProperty;
542
542
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -556,20 +556,24 @@ var require_dist_cjs5 = __commonJS({
556
556
  return to;
557
557
  };
558
558
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
559
- var src_exports = {};
560
- __export2(src_exports, {
559
+ var index_exports = {};
560
+ __export2(index_exports, {
561
561
  addRecursionDetectionMiddlewareOptions: () => addRecursionDetectionMiddlewareOptions,
562
562
  getRecursionDetectionPlugin: () => getRecursionDetectionPlugin3,
563
563
  recursionDetectionMiddleware: () => recursionDetectionMiddleware
564
564
  });
565
- module2.exports = __toCommonJS2(src_exports);
565
+ module2.exports = __toCommonJS2(index_exports);
566
566
  var import_protocol_http11 = require_dist_cjs2();
567
567
  var TRACE_ID_HEADER_NAME = "X-Amzn-Trace-Id";
568
568
  var ENV_LAMBDA_FUNCTION_NAME = "AWS_LAMBDA_FUNCTION_NAME";
569
569
  var ENV_TRACE_ID = "_X_AMZN_TRACE_ID";
570
570
  var recursionDetectionMiddleware = /* @__PURE__ */ __name((options) => (next) => async (args) => {
571
571
  const { request } = args;
572
- if (!import_protocol_http11.HttpRequest.isInstance(request) || options.runtime !== "node" || request.headers.hasOwnProperty(TRACE_ID_HEADER_NAME)) {
572
+ if (!import_protocol_http11.HttpRequest.isInstance(request) || options.runtime !== "node") {
573
+ return next(args);
574
+ }
575
+ const traceIdHeader = Object.keys(request.headers ?? {}).find((h3) => h3.toLowerCase() === TRACE_ID_HEADER_NAME.toLowerCase()) ?? TRACE_ID_HEADER_NAME;
576
+ if (request.headers.hasOwnProperty(traceIdHeader)) {
573
577
  return next(args);
574
578
  }
575
579
  const functionName = process.env[ENV_LAMBDA_FUNCTION_NAME];
@@ -591,9 +595,9 @@ var require_dist_cjs5 = __commonJS({
591
595
  priority: "low"
592
596
  };
593
597
  var getRecursionDetectionPlugin3 = /* @__PURE__ */ __name((options) => ({
594
- applyToStack: (clientStack) => {
598
+ applyToStack: /* @__PURE__ */ __name((clientStack) => {
595
599
  clientStack.add(recursionDetectionMiddleware(options), addRecursionDetectionMiddlewareOptions);
596
- }
600
+ }, "applyToStack")
597
601
  }), "getRecursionDetectionPlugin");
598
602
  }
599
603
  });
@@ -11361,9 +11365,9 @@ var require_dist_cjs36 = __commonJS({
11361
11365
  }
11362
11366
  });
11363
11367
 
11364
- // node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/dist-cjs/auth/httpAuthSchemeProvider.js
11368
+ // node_modules/.pnpm/@aws-sdk+client-sqs@3.772.0/node_modules/@aws-sdk/client-sqs/dist-cjs/auth/httpAuthSchemeProvider.js
11365
11369
  var require_httpAuthSchemeProvider = __commonJS({
11366
- "node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
11370
+ "node_modules/.pnpm/@aws-sdk+client-sqs@3.772.0/node_modules/@aws-sdk/client-sqs/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
11367
11371
  "use strict";
11368
11372
  Object.defineProperty(exports2, "__esModule", { value: true });
11369
11373
  exports2.resolveHttpAuthSchemeConfig = exports2.defaultSQSHttpAuthSchemeProvider = exports2.defaultSQSHttpAuthSchemeParametersProvider = void 0;
@@ -11938,13 +11942,13 @@ var init_tslib_es6 = __esm({
11938
11942
  }
11939
11943
  });
11940
11944
 
11941
- // node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/package.json
11945
+ // node_modules/.pnpm/@aws-sdk+client-sqs@3.772.0/node_modules/@aws-sdk/client-sqs/package.json
11942
11946
  var require_package = __commonJS({
11943
- "node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/package.json"(exports2, module2) {
11947
+ "node_modules/.pnpm/@aws-sdk+client-sqs@3.772.0/node_modules/@aws-sdk/client-sqs/package.json"(exports2, module2) {
11944
11948
  module2.exports = {
11945
11949
  name: "@aws-sdk/client-sqs",
11946
11950
  description: "AWS SDK for JavaScript Sqs Client for Node.js, Browser and React Native",
11947
- version: "3.758.0",
11951
+ version: "3.772.0",
11948
11952
  scripts: {
11949
11953
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
11950
11954
  "build:cjs": "node ../../scripts/compilation/inline client-sqs",
@@ -11964,10 +11968,10 @@ var require_package = __commonJS({
11964
11968
  "@aws-crypto/sha256-browser": "5.2.0",
11965
11969
  "@aws-crypto/sha256-js": "5.2.0",
11966
11970
  "@aws-sdk/core": "3.758.0",
11967
- "@aws-sdk/credential-provider-node": "3.758.0",
11971
+ "@aws-sdk/credential-provider-node": "3.772.0",
11968
11972
  "@aws-sdk/middleware-host-header": "3.734.0",
11969
11973
  "@aws-sdk/middleware-logger": "3.734.0",
11970
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
11974
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
11971
11975
  "@aws-sdk/middleware-sdk-sqs": "3.758.0",
11972
11976
  "@aws-sdk/middleware-user-agent": "3.758.0",
11973
11977
  "@aws-sdk/region-config-resolver": "3.734.0",
@@ -12709,9 +12713,9 @@ var require_dist_cjs39 = __commonJS({
12709
12713
  }
12710
12714
  });
12711
12715
 
12712
- // node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js
12716
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.772.0/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js
12713
12717
  var require_httpAuthSchemeProvider2 = __commonJS({
12714
- "node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
12718
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.772.0/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
12715
12719
  "use strict";
12716
12720
  Object.defineProperty(exports2, "__esModule", { value: true });
12717
12721
  exports2.resolveHttpAuthSchemeConfig = exports2.defaultSSOHttpAuthSchemeProvider = exports2.defaultSSOHttpAuthSchemeParametersProvider = void 0;
@@ -12782,13 +12786,13 @@ var require_httpAuthSchemeProvider2 = __commonJS({
12782
12786
  }
12783
12787
  });
12784
12788
 
12785
- // node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/package.json
12789
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.772.0/node_modules/@aws-sdk/client-sso/package.json
12786
12790
  var require_package2 = __commonJS({
12787
- "node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/package.json"(exports2, module2) {
12791
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.772.0/node_modules/@aws-sdk/client-sso/package.json"(exports2, module2) {
12788
12792
  module2.exports = {
12789
12793
  name: "@aws-sdk/client-sso",
12790
12794
  description: "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
12791
- version: "3.758.0",
12795
+ version: "3.772.0",
12792
12796
  scripts: {
12793
12797
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
12794
12798
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -12810,7 +12814,7 @@ var require_package2 = __commonJS({
12810
12814
  "@aws-sdk/core": "3.758.0",
12811
12815
  "@aws-sdk/middleware-host-header": "3.734.0",
12812
12816
  "@aws-sdk/middleware-logger": "3.734.0",
12813
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
12817
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
12814
12818
  "@aws-sdk/middleware-user-agent": "3.758.0",
12815
12819
  "@aws-sdk/region-config-resolver": "3.734.0",
12816
12820
  "@aws-sdk/types": "3.734.0",
@@ -13085,9 +13089,9 @@ var require_dist_cjs42 = __commonJS({
13085
13089
  }
13086
13090
  });
13087
13091
 
13088
- // node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js
13092
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.772.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js
13089
13093
  var require_ruleset = __commonJS({
13090
- "node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js"(exports2) {
13094
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.772.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js"(exports2) {
13091
13095
  "use strict";
13092
13096
  Object.defineProperty(exports2, "__esModule", { value: true });
13093
13097
  exports2.ruleSet = void 0;
@@ -13120,9 +13124,9 @@ var require_ruleset = __commonJS({
13120
13124
  }
13121
13125
  });
13122
13126
 
13123
- // node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js
13127
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.772.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js
13124
13128
  var require_endpointResolver = __commonJS({
13125
- "node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js"(exports2) {
13129
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.772.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js"(exports2) {
13126
13130
  "use strict";
13127
13131
  Object.defineProperty(exports2, "__esModule", { value: true });
13128
13132
  exports2.defaultEndpointResolver = void 0;
@@ -13144,9 +13148,9 @@ var require_endpointResolver = __commonJS({
13144
13148
  }
13145
13149
  });
13146
13150
 
13147
- // node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js
13151
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.772.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js
13148
13152
  var require_runtimeConfig_shared = __commonJS({
13149
- "node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js"(exports2) {
13153
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.772.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js"(exports2) {
13150
13154
  "use strict";
13151
13155
  Object.defineProperty(exports2, "__esModule", { value: true });
13152
13156
  exports2.getRuntimeConfig = void 0;
@@ -13299,9 +13303,9 @@ var require_dist_cjs43 = __commonJS({
13299
13303
  }
13300
13304
  });
13301
13305
 
13302
- // node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js
13306
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.772.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js
13303
13307
  var require_runtimeConfig = __commonJS({
13304
- "node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js"(exports2) {
13308
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.772.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js"(exports2) {
13305
13309
  "use strict";
13306
13310
  Object.defineProperty(exports2, "__esModule", { value: true });
13307
13311
  exports2.getRuntimeConfig = void 0;
@@ -13450,9 +13454,9 @@ var require_dist_cjs44 = __commonJS({
13450
13454
  }
13451
13455
  });
13452
13456
 
13453
- // node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/dist-cjs/index.js
13457
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.772.0/node_modules/@aws-sdk/client-sso/dist-cjs/index.js
13454
13458
  var require_dist_cjs45 = __commonJS({
13455
- "node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/dist-cjs/index.js"(exports2, module2) {
13459
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.772.0/node_modules/@aws-sdk/client-sso/dist-cjs/index.js"(exports2, module2) {
13456
13460
  "use strict";
13457
13461
  var __defProp2 = Object.defineProperty;
13458
13462
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -13472,8 +13476,8 @@ var require_dist_cjs45 = __commonJS({
13472
13476
  return to;
13473
13477
  };
13474
13478
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
13475
- var src_exports = {};
13476
- __export2(src_exports, {
13479
+ var index_exports = {};
13480
+ __export2(index_exports, {
13477
13481
  GetRoleCredentialsCommand: () => GetRoleCredentialsCommand,
13478
13482
  GetRoleCredentialsRequestFilterSensitiveLog: () => GetRoleCredentialsRequestFilterSensitiveLog,
13479
13483
  GetRoleCredentialsResponseFilterSensitiveLog: () => GetRoleCredentialsResponseFilterSensitiveLog,
@@ -13495,7 +13499,7 @@ var require_dist_cjs45 = __commonJS({
13495
13499
  paginateListAccountRoles: () => paginateListAccountRoles,
13496
13500
  paginateListAccounts: () => paginateListAccounts
13497
13501
  });
13498
- module2.exports = __toCommonJS2(src_exports);
13502
+ module2.exports = __toCommonJS2(index_exports);
13499
13503
  var import_middleware_host_header3 = require_dist_cjs3();
13500
13504
  var import_middleware_logger3 = require_dist_cjs4();
13501
13505
  var import_middleware_recursion_detection3 = require_dist_cjs5();
@@ -13607,9 +13611,9 @@ var require_dist_cjs45 = __commonJS({
13607
13611
  this.middlewareStack.use(
13608
13612
  (0, import_core17.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
13609
13613
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider5.defaultSSOHttpAuthSchemeParametersProvider,
13610
- identityProviderConfigProvider: async (config) => new import_core17.DefaultIdentityProviderConfig({
13614
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core17.DefaultIdentityProviderConfig({
13611
13615
  "aws.auth#sigv4": config.credentials
13612
- })
13616
+ }), "identityProviderConfigProvider")
13613
13617
  })
13614
13618
  );
13615
13619
  this.middlewareStack.use((0, import_core17.getHttpSigningPlugin)(this.config));
@@ -13995,7 +13999,7 @@ var require_dist_cjs45 = __commonJS({
13995
13999
  }
13996
14000
  });
13997
14001
 
13998
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js
14002
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js
13999
14003
  function createAwsAuthSigv4HttpAuthOption(authParameters) {
14000
14004
  return {
14001
14005
  schemeId: "aws.auth#sigv4",
@@ -14018,7 +14022,7 @@ function createSmithyApiNoAuthHttpAuthOption(authParameters) {
14018
14022
  }
14019
14023
  var import_util_middleware3, defaultSSOOIDCHttpAuthSchemeParametersProvider, defaultSSOOIDCHttpAuthSchemeProvider, resolveHttpAuthSchemeConfig;
14020
14024
  var init_httpAuthSchemeProvider = __esm({
14021
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js"() {
14025
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js"() {
14022
14026
  init_dist_es2();
14023
14027
  import_util_middleware3 = __toESM(require_dist_cjs19());
14024
14028
  defaultSSOOIDCHttpAuthSchemeParametersProvider = async (config, context, input) => {
@@ -14051,10 +14055,10 @@ var init_httpAuthSchemeProvider = __esm({
14051
14055
  }
14052
14056
  });
14053
14057
 
14054
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js
14058
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js
14055
14059
  var resolveClientEndpointParameters, commonParams;
14056
14060
  var init_EndpointParameters = __esm({
14057
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js"() {
14061
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js"() {
14058
14062
  resolveClientEndpointParameters = (options) => {
14059
14063
  return {
14060
14064
  ...options,
@@ -14072,13 +14076,13 @@ var init_EndpointParameters = __esm({
14072
14076
  }
14073
14077
  });
14074
14078
 
14075
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/package.json
14079
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/package.json
14076
14080
  var package_default;
14077
14081
  var init_package = __esm({
14078
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/package.json"() {
14082
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/package.json"() {
14079
14083
  package_default = {
14080
14084
  name: "@aws-sdk/nested-clients",
14081
- version: "3.758.0",
14085
+ version: "3.772.0",
14082
14086
  description: "Nested clients for AWS SDK packages.",
14083
14087
  main: "./dist-cjs/index.js",
14084
14088
  module: "./dist-es/index.js",
@@ -14109,7 +14113,7 @@ var init_package = __esm({
14109
14113
  "@aws-sdk/core": "3.758.0",
14110
14114
  "@aws-sdk/middleware-host-header": "3.734.0",
14111
14115
  "@aws-sdk/middleware-logger": "3.734.0",
14112
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
14116
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
14113
14117
  "@aws-sdk/middleware-user-agent": "3.758.0",
14114
14118
  "@aws-sdk/region-config-resolver": "3.734.0",
14115
14119
  "@aws-sdk/types": "3.734.0",
@@ -14194,10 +14198,10 @@ var init_package = __esm({
14194
14198
  }
14195
14199
  });
14196
14200
 
14197
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js
14201
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js
14198
14202
  var u, v, w, x, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, _data, ruleSet;
14199
14203
  var init_ruleset = __esm({
14200
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js"() {
14204
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js"() {
14201
14205
  u = "required";
14202
14206
  v = "fn";
14203
14207
  w = "argv";
@@ -14227,10 +14231,10 @@ var init_ruleset = __esm({
14227
14231
  }
14228
14232
  });
14229
14233
 
14230
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js
14234
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js
14231
14235
  var import_util_endpoints, import_util_endpoints2, cache, defaultEndpointResolver;
14232
14236
  var init_endpointResolver = __esm({
14233
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js"() {
14237
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js"() {
14234
14238
  import_util_endpoints = __toESM(require_dist_cjs22());
14235
14239
  import_util_endpoints2 = __toESM(require_dist_cjs21());
14236
14240
  init_ruleset();
@@ -14248,10 +14252,10 @@ var init_endpointResolver = __esm({
14248
14252
  }
14249
14253
  });
14250
14254
 
14251
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js
14255
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js
14252
14256
  var import_smithy_client4, import_url_parser, import_util_base64, import_util_utf8, getRuntimeConfig;
14253
14257
  var init_runtimeConfig_shared = __esm({
14254
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js"() {
14258
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js"() {
14255
14259
  init_dist_es2();
14256
14260
  init_dist_es();
14257
14261
  import_smithy_client4 = __toESM(require_dist_cjs17());
@@ -14291,10 +14295,10 @@ var init_runtimeConfig_shared = __esm({
14291
14295
  }
14292
14296
  });
14293
14297
 
14294
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js
14298
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js
14295
14299
  var import_util_user_agent_node, import_config_resolver, import_hash_node, import_middleware_retry, import_node_config_provider, import_node_http_handler, import_util_body_length_node, import_util_retry, import_smithy_client5, import_util_defaults_mode_node, import_smithy_client6, getRuntimeConfig2;
14296
14300
  var init_runtimeConfig = __esm({
14297
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js"() {
14301
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js"() {
14298
14302
  init_package();
14299
14303
  init_dist_es2();
14300
14304
  import_util_user_agent_node = __toESM(require_dist_cjs40());
@@ -14340,10 +14344,10 @@ var init_runtimeConfig = __esm({
14340
14344
  }
14341
14345
  });
14342
14346
 
14343
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js
14347
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js
14344
14348
  var getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig;
14345
14349
  var init_httpAuthExtensionConfiguration = __esm({
14346
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js"() {
14350
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js"() {
14347
14351
  getHttpAuthExtensionConfiguration = (runtimeConfig) => {
14348
14352
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
14349
14353
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -14384,10 +14388,10 @@ var init_httpAuthExtensionConfiguration = __esm({
14384
14388
  }
14385
14389
  });
14386
14390
 
14387
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js
14391
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js
14388
14392
  var import_region_config_resolver, import_protocol_http8, import_smithy_client7, asPartial, resolveRuntimeExtensions;
14389
14393
  var init_runtimeExtensions = __esm({
14390
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js"() {
14394
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js"() {
14391
14395
  import_region_config_resolver = __toESM(require_dist_cjs44());
14392
14396
  import_protocol_http8 = __toESM(require_dist_cjs2());
14393
14397
  import_smithy_client7 = __toESM(require_dist_cjs17());
@@ -14412,10 +14416,10 @@ var init_runtimeExtensions = __esm({
14412
14416
  }
14413
14417
  });
14414
14418
 
14415
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js
14419
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js
14416
14420
  var import_middleware_host_header, import_middleware_logger, import_middleware_recursion_detection, import_middleware_user_agent, import_config_resolver2, import_middleware_content_length, import_middleware_endpoint, import_middleware_retry2, import_smithy_client8, SSOOIDCClient;
14417
14421
  var init_SSOOIDCClient = __esm({
14418
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js"() {
14422
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js"() {
14419
14423
  import_middleware_host_header = __toESM(require_dist_cjs3());
14420
14424
  import_middleware_logger = __toESM(require_dist_cjs4());
14421
14425
  import_middleware_recursion_detection = __toESM(require_dist_cjs5());
@@ -14465,10 +14469,10 @@ var init_SSOOIDCClient = __esm({
14465
14469
  }
14466
14470
  });
14467
14471
 
14468
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js
14472
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js
14469
14473
  var import_smithy_client9, SSOOIDCServiceException;
14470
14474
  var init_SSOOIDCServiceException = __esm({
14471
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js"() {
14475
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js"() {
14472
14476
  import_smithy_client9 = __toESM(require_dist_cjs17());
14473
14477
  SSOOIDCServiceException = class _SSOOIDCServiceException extends import_smithy_client9.ServiceException {
14474
14478
  constructor(options) {
@@ -14479,10 +14483,10 @@ var init_SSOOIDCServiceException = __esm({
14479
14483
  }
14480
14484
  });
14481
14485
 
14482
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js
14486
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js
14483
14487
  var import_smithy_client10, AccessDeniedException, AuthorizationPendingException, CreateTokenRequestFilterSensitiveLog, CreateTokenResponseFilterSensitiveLog, ExpiredTokenException, InternalServerException, InvalidClientException, InvalidGrantException, InvalidRequestException, InvalidScopeException, SlowDownException, UnauthorizedClientException, UnsupportedGrantTypeException;
14484
14488
  var init_models_0 = __esm({
14485
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js"() {
14489
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js"() {
14486
14490
  import_smithy_client10 = __toESM(require_dist_cjs17());
14487
14491
  init_SSOOIDCServiceException();
14488
14492
  AccessDeniedException = class _AccessDeniedException extends SSOOIDCServiceException {
@@ -14676,10 +14680,10 @@ var init_models_0 = __esm({
14676
14680
  }
14677
14681
  });
14678
14682
 
14679
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js
14683
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js
14680
14684
  var import_smithy_client11, se_CreateTokenCommand, de_CreateTokenCommand, de_CommandError, throwDefaultError, de_AccessDeniedExceptionRes, de_AuthorizationPendingExceptionRes, de_ExpiredTokenExceptionRes, de_InternalServerExceptionRes, de_InvalidClientExceptionRes, de_InvalidGrantExceptionRes, de_InvalidRequestExceptionRes, de_InvalidScopeExceptionRes, de_SlowDownExceptionRes, de_UnauthorizedClientExceptionRes, de_UnsupportedGrantTypeExceptionRes, deserializeMetadata;
14681
14685
  var init_Aws_restJson1 = __esm({
14682
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js"() {
14686
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js"() {
14683
14687
  init_dist_es2();
14684
14688
  init_dist_es();
14685
14689
  import_smithy_client11 = __toESM(require_dist_cjs17());
@@ -14937,10 +14941,10 @@ var init_Aws_restJson1 = __esm({
14937
14941
  }
14938
14942
  });
14939
14943
 
14940
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js
14944
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js
14941
14945
  var import_middleware_endpoint2, import_middleware_serde2, import_smithy_client12, CreateTokenCommand;
14942
14946
  var init_CreateTokenCommand = __esm({
14943
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js"() {
14947
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js"() {
14944
14948
  import_middleware_endpoint2 = __toESM(require_dist_cjs33());
14945
14949
  import_middleware_serde2 = __toESM(require_dist_cjs20());
14946
14950
  import_smithy_client12 = __toESM(require_dist_cjs17());
@@ -14957,10 +14961,10 @@ var init_CreateTokenCommand = __esm({
14957
14961
  }
14958
14962
  });
14959
14963
 
14960
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js
14964
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js
14961
14965
  var import_smithy_client13, commands, SSOOIDC;
14962
14966
  var init_SSOOIDC = __esm({
14963
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js"() {
14967
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js"() {
14964
14968
  import_smithy_client13 = __toESM(require_dist_cjs17());
14965
14969
  init_CreateTokenCommand();
14966
14970
  init_SSOOIDCClient();
@@ -14973,21 +14977,21 @@ var init_SSOOIDC = __esm({
14973
14977
  }
14974
14978
  });
14975
14979
 
14976
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js
14980
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js
14977
14981
  var init_commands = __esm({
14978
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js"() {
14982
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js"() {
14979
14983
  init_CreateTokenCommand();
14980
14984
  }
14981
14985
  });
14982
14986
 
14983
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js
14987
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js
14984
14988
  var init_models = __esm({
14985
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js"() {
14989
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js"() {
14986
14990
  init_models_0();
14987
14991
  }
14988
14992
  });
14989
14993
 
14990
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js
14994
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js
14991
14995
  var sso_oidc_exports = {};
14992
14996
  __export(sso_oidc_exports, {
14993
14997
  $Command: () => import_smithy_client12.Command,
@@ -15011,7 +15015,7 @@ __export(sso_oidc_exports, {
15011
15015
  __Client: () => import_smithy_client8.Client
15012
15016
  });
15013
15017
  var init_sso_oidc = __esm({
15014
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js"() {
15018
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js"() {
15015
15019
  init_SSOOIDCClient();
15016
15020
  init_SSOOIDC();
15017
15021
  init_commands();
@@ -15020,9 +15024,9 @@ var init_sso_oidc = __esm({
15020
15024
  }
15021
15025
  });
15022
15026
 
15023
- // node_modules/.pnpm/@aws-sdk+token-providers@3.758.0/node_modules/@aws-sdk/token-providers/dist-cjs/index.js
15027
+ // node_modules/.pnpm/@aws-sdk+token-providers@3.772.0/node_modules/@aws-sdk/token-providers/dist-cjs/index.js
15024
15028
  var require_dist_cjs46 = __commonJS({
15025
- "node_modules/.pnpm/@aws-sdk+token-providers@3.758.0/node_modules/@aws-sdk/token-providers/dist-cjs/index.js"(exports2, module2) {
15029
+ "node_modules/.pnpm/@aws-sdk+token-providers@3.772.0/node_modules/@aws-sdk/token-providers/dist-cjs/index.js"(exports2, module2) {
15026
15030
  "use strict";
15027
15031
  var __create2 = Object.create;
15028
15032
  var __defProp2 = Object.defineProperty;
@@ -15052,13 +15056,13 @@ var require_dist_cjs46 = __commonJS({
15052
15056
  mod
15053
15057
  ));
15054
15058
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
15055
- var src_exports = {};
15056
- __export2(src_exports, {
15059
+ var index_exports = {};
15060
+ __export2(index_exports, {
15057
15061
  fromSso: () => fromSso,
15058
15062
  fromStatic: () => fromStatic,
15059
15063
  nodeProvider: () => nodeProvider
15060
15064
  });
15061
- module2.exports = __toCommonJS2(src_exports);
15065
+ module2.exports = __toCommonJS2(index_exports);
15062
15066
  var EXPIRE_WINDOW_MS = 5 * 60 * 1e3;
15063
15067
  var REFRESH_MESSAGE = `To refresh this SSO session run 'aws sso login' with the corresponding profile.`;
15064
15068
  var getSsoOidcClient = /* @__PURE__ */ __name(async (ssoRegion, init = {}) => {
@@ -15208,9 +15212,9 @@ var require_dist_cjs46 = __commonJS({
15208
15212
  }
15209
15213
  });
15210
15214
 
15211
- // node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.758.0/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js
15215
+ // node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.772.0/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js
15212
15216
  var require_dist_cjs47 = __commonJS({
15213
- "node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.758.0/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js"(exports2, module2) {
15217
+ "node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.772.0/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js"(exports2, module2) {
15214
15218
  "use strict";
15215
15219
  var __defProp2 = Object.defineProperty;
15216
15220
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -15245,13 +15249,13 @@ var require_dist_cjs47 = __commonJS({
15245
15249
  import_client_sso = require_dist_cjs45();
15246
15250
  }
15247
15251
  });
15248
- var src_exports = {};
15249
- __export2(src_exports, {
15252
+ var index_exports = {};
15253
+ __export2(index_exports, {
15250
15254
  fromSSO: () => fromSSO,
15251
15255
  isSsoProfile: () => isSsoProfile,
15252
15256
  validateSsoProfile: () => validateSsoProfile
15253
15257
  });
15254
- module2.exports = __toCommonJS2(src_exports);
15258
+ module2.exports = __toCommonJS2(index_exports);
15255
15259
  var isSsoProfile = /* @__PURE__ */ __name((arg) => arg && (typeof arg.sso_start_url === "string" || typeof arg.sso_account_id === "string" || typeof arg.sso_session === "string" || typeof arg.sso_region === "string" || typeof arg.sso_role_name === "string"), "isSsoProfile");
15256
15260
  var import_client3 = (init_client(), __toCommonJS(client_exports));
15257
15261
  var import_token_providers = require_dist_cjs46();
@@ -15435,7 +15439,7 @@ Reference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.ht
15435
15439
  }
15436
15440
  });
15437
15441
 
15438
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js
15442
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js
15439
15443
  function createAwsAuthSigv4HttpAuthOption2(authParameters) {
15440
15444
  return {
15441
15445
  schemeId: "aws.auth#sigv4",
@@ -15458,7 +15462,7 @@ function createSmithyApiNoAuthHttpAuthOption2(authParameters) {
15458
15462
  }
15459
15463
  var import_util_middleware4, defaultSTSHttpAuthSchemeParametersProvider, defaultSTSHttpAuthSchemeProvider, resolveStsAuthConfig, resolveHttpAuthSchemeConfig2;
15460
15464
  var init_httpAuthSchemeProvider2 = __esm({
15461
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js"() {
15465
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js"() {
15462
15466
  init_dist_es2();
15463
15467
  import_util_middleware4 = __toESM(require_dist_cjs19());
15464
15468
  init_STSClient();
@@ -15497,10 +15501,10 @@ var init_httpAuthSchemeProvider2 = __esm({
15497
15501
  }
15498
15502
  });
15499
15503
 
15500
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js
15504
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js
15501
15505
  var resolveClientEndpointParameters2, commonParams2;
15502
15506
  var init_EndpointParameters2 = __esm({
15503
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js"() {
15507
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js"() {
15504
15508
  resolveClientEndpointParameters2 = (options) => {
15505
15509
  return {
15506
15510
  ...options,
@@ -15520,10 +15524,10 @@ var init_EndpointParameters2 = __esm({
15520
15524
  }
15521
15525
  });
15522
15526
 
15523
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js
15527
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js
15524
15528
  var F, G, H, I, J, a2, b2, c2, d2, e2, f2, g2, h2, i2, j2, k2, l2, m2, n2, o2, p2, q2, r2, s2, t2, u2, v2, w2, x2, y, z, A, B, C, D, E, _data2, ruleSet2;
15525
15529
  var init_ruleset2 = __esm({
15526
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js"() {
15530
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js"() {
15527
15531
  F = "required";
15528
15532
  G = "type";
15529
15533
  H = "fn";
@@ -15565,10 +15569,10 @@ var init_ruleset2 = __esm({
15565
15569
  }
15566
15570
  });
15567
15571
 
15568
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js
15572
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js
15569
15573
  var import_util_endpoints3, import_util_endpoints4, cache2, defaultEndpointResolver2;
15570
15574
  var init_endpointResolver2 = __esm({
15571
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js"() {
15575
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js"() {
15572
15576
  import_util_endpoints3 = __toESM(require_dist_cjs22());
15573
15577
  import_util_endpoints4 = __toESM(require_dist_cjs21());
15574
15578
  init_ruleset2();
@@ -15586,10 +15590,10 @@ var init_endpointResolver2 = __esm({
15586
15590
  }
15587
15591
  });
15588
15592
 
15589
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js
15593
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js
15590
15594
  var import_smithy_client14, import_url_parser2, import_util_base642, import_util_utf82, getRuntimeConfig3;
15591
15595
  var init_runtimeConfig_shared2 = __esm({
15592
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js"() {
15596
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js"() {
15593
15597
  init_dist_es2();
15594
15598
  init_dist_es();
15595
15599
  import_smithy_client14 = __toESM(require_dist_cjs17());
@@ -15629,10 +15633,10 @@ var init_runtimeConfig_shared2 = __esm({
15629
15633
  }
15630
15634
  });
15631
15635
 
15632
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js
15636
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js
15633
15637
  var import_util_user_agent_node2, import_config_resolver3, import_hash_node2, import_middleware_retry3, import_node_config_provider2, import_node_http_handler2, import_util_body_length_node2, import_util_retry2, import_smithy_client15, import_util_defaults_mode_node2, import_smithy_client16, getRuntimeConfig4;
15634
15638
  var init_runtimeConfig2 = __esm({
15635
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js"() {
15639
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js"() {
15636
15640
  init_package();
15637
15641
  init_dist_es2();
15638
15642
  import_util_user_agent_node2 = __toESM(require_dist_cjs40());
@@ -15691,10 +15695,10 @@ var init_runtimeConfig2 = __esm({
15691
15695
  }
15692
15696
  });
15693
15697
 
15694
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js
15698
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js
15695
15699
  var getHttpAuthExtensionConfiguration2, resolveHttpAuthRuntimeConfig2;
15696
15700
  var init_httpAuthExtensionConfiguration2 = __esm({
15697
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js"() {
15701
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js"() {
15698
15702
  getHttpAuthExtensionConfiguration2 = (runtimeConfig) => {
15699
15703
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
15700
15704
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -15735,10 +15739,10 @@ var init_httpAuthExtensionConfiguration2 = __esm({
15735
15739
  }
15736
15740
  });
15737
15741
 
15738
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js
15742
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js
15739
15743
  var import_region_config_resolver2, import_protocol_http9, import_smithy_client17, asPartial2, resolveRuntimeExtensions2;
15740
15744
  var init_runtimeExtensions2 = __esm({
15741
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js"() {
15745
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js"() {
15742
15746
  import_region_config_resolver2 = __toESM(require_dist_cjs44());
15743
15747
  import_protocol_http9 = __toESM(require_dist_cjs2());
15744
15748
  import_smithy_client17 = __toESM(require_dist_cjs17());
@@ -15763,10 +15767,10 @@ var init_runtimeExtensions2 = __esm({
15763
15767
  }
15764
15768
  });
15765
15769
 
15766
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js
15770
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js
15767
15771
  var import_middleware_host_header2, import_middleware_logger2, import_middleware_recursion_detection2, import_middleware_user_agent2, import_config_resolver4, import_middleware_content_length2, import_middleware_endpoint3, import_middleware_retry4, import_smithy_client18, STSClient;
15768
15772
  var init_STSClient = __esm({
15769
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js"() {
15773
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js"() {
15770
15774
  import_middleware_host_header2 = __toESM(require_dist_cjs3());
15771
15775
  import_middleware_logger2 = __toESM(require_dist_cjs4());
15772
15776
  import_middleware_recursion_detection2 = __toESM(require_dist_cjs5());
@@ -15816,10 +15820,10 @@ var init_STSClient = __esm({
15816
15820
  }
15817
15821
  });
15818
15822
 
15819
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js
15823
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js
15820
15824
  var import_smithy_client19, STSServiceException;
15821
15825
  var init_STSServiceException = __esm({
15822
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js"() {
15826
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js"() {
15823
15827
  import_smithy_client19 = __toESM(require_dist_cjs17());
15824
15828
  STSServiceException = class _STSServiceException extends import_smithy_client19.ServiceException {
15825
15829
  constructor(options) {
@@ -15830,10 +15834,10 @@ var init_STSServiceException = __esm({
15830
15834
  }
15831
15835
  });
15832
15836
 
15833
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js
15837
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js
15834
15838
  var import_smithy_client20, CredentialsFilterSensitiveLog, AssumeRoleResponseFilterSensitiveLog, ExpiredTokenException2, MalformedPolicyDocumentException, PackedPolicyTooLargeException, RegionDisabledException, IDPRejectedClaimException, InvalidIdentityTokenException, AssumeRoleWithWebIdentityRequestFilterSensitiveLog, AssumeRoleWithWebIdentityResponseFilterSensitiveLog, IDPCommunicationErrorException;
15835
15839
  var init_models_02 = __esm({
15836
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js"() {
15840
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js"() {
15837
15841
  import_smithy_client20 = __toESM(require_dist_cjs17());
15838
15842
  init_STSServiceException();
15839
15843
  CredentialsFilterSensitiveLog = (obj) => ({
@@ -15939,10 +15943,10 @@ var init_models_02 = __esm({
15939
15943
  }
15940
15944
  });
15941
15945
 
15942
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js
15946
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js
15943
15947
  var import_protocol_http10, import_smithy_client21, se_AssumeRoleCommand, se_AssumeRoleWithWebIdentityCommand, de_AssumeRoleCommand, de_AssumeRoleWithWebIdentityCommand, de_CommandError2, de_ExpiredTokenExceptionRes2, de_IDPCommunicationErrorExceptionRes, de_IDPRejectedClaimExceptionRes, de_InvalidIdentityTokenExceptionRes, de_MalformedPolicyDocumentExceptionRes, de_PackedPolicyTooLargeExceptionRes, de_RegionDisabledExceptionRes, se_AssumeRoleRequest, se_AssumeRoleWithWebIdentityRequest, se_policyDescriptorListType, se_PolicyDescriptorType, se_ProvidedContext, se_ProvidedContextsListType, se_Tag, se_tagKeyListType, se_tagListType, de_AssumedRoleUser, de_AssumeRoleResponse, de_AssumeRoleWithWebIdentityResponse, de_Credentials, de_ExpiredTokenException, de_IDPCommunicationErrorException, de_IDPRejectedClaimException, de_InvalidIdentityTokenException, de_MalformedPolicyDocumentException, de_PackedPolicyTooLargeException, de_RegionDisabledException, deserializeMetadata2, throwDefaultError2, buildHttpRpcRequest, SHARED_HEADERS, _, _A, _AKI, _AR, _ARI, _ARU, _ARWWI, _Ar, _Au, _C, _CA, _DS, _E, _EI, _K, _P, _PA, _PAr, _PC, _PI, _PPS, _Pr, _RA, _RSN, _SAK, _SFWIT, _SI, _SN, _ST, _T, _TC, _TTK, _V, _Va, _WIT, _a, _m, buildFormUrlencodedString, loadQueryErrorCode;
15944
15948
  var init_Aws_query = __esm({
15945
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js"() {
15949
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js"() {
15946
15950
  init_dist_es2();
15947
15951
  import_protocol_http10 = __toESM(require_dist_cjs2());
15948
15952
  import_smithy_client21 = __toESM(require_dist_cjs17());
@@ -16471,10 +16475,10 @@ var init_Aws_query = __esm({
16471
16475
  }
16472
16476
  });
16473
16477
 
16474
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js
16478
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js
16475
16479
  var import_middleware_endpoint4, import_middleware_serde3, import_smithy_client22, AssumeRoleCommand;
16476
16480
  var init_AssumeRoleCommand = __esm({
16477
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js"() {
16481
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js"() {
16478
16482
  import_middleware_endpoint4 = __toESM(require_dist_cjs33());
16479
16483
  import_middleware_serde3 = __toESM(require_dist_cjs20());
16480
16484
  import_smithy_client22 = __toESM(require_dist_cjs17());
@@ -16491,10 +16495,10 @@ var init_AssumeRoleCommand = __esm({
16491
16495
  }
16492
16496
  });
16493
16497
 
16494
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js
16498
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js
16495
16499
  var import_middleware_endpoint5, import_middleware_serde4, import_smithy_client23, AssumeRoleWithWebIdentityCommand;
16496
16500
  var init_AssumeRoleWithWebIdentityCommand = __esm({
16497
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js"() {
16501
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js"() {
16498
16502
  import_middleware_endpoint5 = __toESM(require_dist_cjs33());
16499
16503
  import_middleware_serde4 = __toESM(require_dist_cjs20());
16500
16504
  import_smithy_client23 = __toESM(require_dist_cjs17());
@@ -16511,10 +16515,10 @@ var init_AssumeRoleWithWebIdentityCommand = __esm({
16511
16515
  }
16512
16516
  });
16513
16517
 
16514
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js
16518
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js
16515
16519
  var import_smithy_client24, commands2, STS;
16516
16520
  var init_STS = __esm({
16517
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js"() {
16521
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js"() {
16518
16522
  import_smithy_client24 = __toESM(require_dist_cjs17());
16519
16523
  init_AssumeRoleCommand();
16520
16524
  init_AssumeRoleWithWebIdentityCommand();
@@ -16529,25 +16533,25 @@ var init_STS = __esm({
16529
16533
  }
16530
16534
  });
16531
16535
 
16532
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js
16536
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js
16533
16537
  var init_commands2 = __esm({
16534
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js"() {
16538
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js"() {
16535
16539
  init_AssumeRoleCommand();
16536
16540
  init_AssumeRoleWithWebIdentityCommand();
16537
16541
  }
16538
16542
  });
16539
16543
 
16540
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js
16544
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js
16541
16545
  var init_models2 = __esm({
16542
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js"() {
16546
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js"() {
16543
16547
  init_models_02();
16544
16548
  }
16545
16549
  });
16546
16550
 
16547
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js
16551
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js
16548
16552
  var ASSUME_ROLE_DEFAULT_REGION, getAccountIdFromAssumedRoleUser, resolveRegion, getDefaultRoleAssumer, getDefaultRoleAssumerWithWebIdentity, isH2;
16549
16553
  var init_defaultStsRoleAssumers = __esm({
16550
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js"() {
16554
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js"() {
16551
16555
  init_client();
16552
16556
  init_AssumeRoleCommand();
16553
16557
  init_AssumeRoleWithWebIdentityCommand();
@@ -16641,10 +16645,10 @@ var init_defaultStsRoleAssumers = __esm({
16641
16645
  }
16642
16646
  });
16643
16647
 
16644
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js
16648
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js
16645
16649
  var getCustomizableStsClientCtor, getDefaultRoleAssumer2, getDefaultRoleAssumerWithWebIdentity2, decorateDefaultCredentialProvider;
16646
16650
  var init_defaultRoleAssumers = __esm({
16647
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js"() {
16651
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js"() {
16648
16652
  init_defaultStsRoleAssumers();
16649
16653
  init_STSClient();
16650
16654
  getCustomizableStsClientCtor = (baseCtor, customizations) => {
@@ -16670,7 +16674,7 @@ var init_defaultRoleAssumers = __esm({
16670
16674
  }
16671
16675
  });
16672
16676
 
16673
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js
16677
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js
16674
16678
  var sts_exports = {};
16675
16679
  __export(sts_exports, {
16676
16680
  AssumeRoleCommand: () => AssumeRoleCommand,
@@ -16695,7 +16699,7 @@ __export(sts_exports, {
16695
16699
  getDefaultRoleAssumerWithWebIdentity: () => getDefaultRoleAssumerWithWebIdentity2
16696
16700
  });
16697
16701
  var init_sts = __esm({
16698
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js"() {
16702
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.772.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js"() {
16699
16703
  init_STSClient();
16700
16704
  init_STS();
16701
16705
  init_commands2();
@@ -16807,9 +16811,9 @@ var require_dist_cjs48 = __commonJS({
16807
16811
  }
16808
16812
  });
16809
16813
 
16810
- // node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.758.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js
16814
+ // node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.772.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js
16811
16815
  var require_fromWebToken = __commonJS({
16812
- "node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.758.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js"(exports2) {
16816
+ "node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.772.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js"(exports2) {
16813
16817
  "use strict";
16814
16818
  var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o3, m3, k3, k22) {
16815
16819
  if (k22 === void 0) k22 = k3;
@@ -16869,9 +16873,9 @@ var require_fromWebToken = __commonJS({
16869
16873
  }
16870
16874
  });
16871
16875
 
16872
- // node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.758.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js
16876
+ // node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.772.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js
16873
16877
  var require_fromTokenFile = __commonJS({
16874
- "node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.758.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js"(exports2) {
16878
+ "node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.772.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js"(exports2) {
16875
16879
  "use strict";
16876
16880
  Object.defineProperty(exports2, "__esModule", { value: true });
16877
16881
  exports2.fromTokenFile = void 0;
@@ -16907,9 +16911,9 @@ var require_fromTokenFile = __commonJS({
16907
16911
  }
16908
16912
  });
16909
16913
 
16910
- // node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.758.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js
16914
+ // node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.772.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js
16911
16915
  var require_dist_cjs49 = __commonJS({
16912
- "node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.758.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js"(exports2, module2) {
16916
+ "node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.772.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js"(exports2, module2) {
16913
16917
  "use strict";
16914
16918
  var __defProp2 = Object.defineProperty;
16915
16919
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -16925,16 +16929,16 @@ var require_dist_cjs49 = __commonJS({
16925
16929
  };
16926
16930
  var __reExport = (target, mod, secondTarget) => (__copyProps2(target, mod, "default"), secondTarget && __copyProps2(secondTarget, mod, "default"));
16927
16931
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
16928
- var src_exports = {};
16929
- module2.exports = __toCommonJS2(src_exports);
16930
- __reExport(src_exports, require_fromTokenFile(), module2.exports);
16931
- __reExport(src_exports, require_fromWebToken(), module2.exports);
16932
+ var index_exports = {};
16933
+ module2.exports = __toCommonJS2(index_exports);
16934
+ __reExport(index_exports, require_fromTokenFile(), module2.exports);
16935
+ __reExport(index_exports, require_fromWebToken(), module2.exports);
16932
16936
  }
16933
16937
  });
16934
16938
 
16935
- // node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.758.0/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js
16939
+ // node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.772.0/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js
16936
16940
  var require_dist_cjs50 = __commonJS({
16937
- "node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.758.0/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js"(exports2, module2) {
16941
+ "node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.772.0/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js"(exports2, module2) {
16938
16942
  "use strict";
16939
16943
  var __create2 = Object.create;
16940
16944
  var __defProp2 = Object.defineProperty;
@@ -16964,32 +16968,32 @@ var require_dist_cjs50 = __commonJS({
16964
16968
  mod
16965
16969
  ));
16966
16970
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
16967
- var src_exports = {};
16968
- __export2(src_exports, {
16971
+ var index_exports = {};
16972
+ __export2(index_exports, {
16969
16973
  fromIni: () => fromIni
16970
16974
  });
16971
- module2.exports = __toCommonJS2(src_exports);
16975
+ module2.exports = __toCommonJS2(index_exports);
16972
16976
  var import_shared_ini_file_loader = require_dist_cjs29();
16973
16977
  var import_client3 = (init_client(), __toCommonJS(client_exports));
16974
16978
  var import_property_provider2 = require_dist_cjs23();
16975
16979
  var resolveCredentialSource = /* @__PURE__ */ __name((credentialSource, profileName, logger) => {
16976
16980
  const sourceProvidersMap = {
16977
- EcsContainer: async (options) => {
16981
+ EcsContainer: /* @__PURE__ */ __name(async (options) => {
16978
16982
  const { fromHttp } = await Promise.resolve().then(() => __toESM2(require_dist_cjs39()));
16979
16983
  const { fromContainerMetadata } = await Promise.resolve().then(() => __toESM2(require_dist_cjs38()));
16980
16984
  logger?.debug("@aws-sdk/credential-provider-ini - credential_source is EcsContainer");
16981
16985
  return async () => (0, import_property_provider2.chain)(fromHttp(options ?? {}), fromContainerMetadata(options))().then(setNamedProvider);
16982
- },
16983
- Ec2InstanceMetadata: async (options) => {
16986
+ }, "EcsContainer"),
16987
+ Ec2InstanceMetadata: /* @__PURE__ */ __name(async (options) => {
16984
16988
  logger?.debug("@aws-sdk/credential-provider-ini - credential_source is Ec2InstanceMetadata");
16985
16989
  const { fromInstanceMetadata } = await Promise.resolve().then(() => __toESM2(require_dist_cjs38()));
16986
16990
  return async () => fromInstanceMetadata(options)().then(setNamedProvider);
16987
- },
16988
- Environment: async (options) => {
16991
+ }, "Ec2InstanceMetadata"),
16992
+ Environment: /* @__PURE__ */ __name(async (options) => {
16989
16993
  logger?.debug("@aws-sdk/credential-provider-ini - credential_source is Environment");
16990
16994
  const { fromEnv } = await Promise.resolve().then(() => __toESM2(require_dist_cjs37()));
16991
16995
  return async () => fromEnv(options)().then(setNamedProvider);
16992
- }
16996
+ }, "Environment")
16993
16997
  };
16994
16998
  if (credentialSource in sourceProvidersMap) {
16995
16999
  return sourceProvidersMap[credentialSource];
@@ -17176,9 +17180,9 @@ var require_dist_cjs50 = __commonJS({
17176
17180
  }
17177
17181
  });
17178
17182
 
17179
- // node_modules/.pnpm/@aws-sdk+credential-provider-node@3.758.0/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js
17183
+ // node_modules/.pnpm/@aws-sdk+credential-provider-node@3.772.0/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js
17180
17184
  var require_dist_cjs51 = __commonJS({
17181
- "node_modules/.pnpm/@aws-sdk+credential-provider-node@3.758.0/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js"(exports2, module2) {
17185
+ "node_modules/.pnpm/@aws-sdk+credential-provider-node@3.772.0/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js"(exports2, module2) {
17182
17186
  "use strict";
17183
17187
  var __create2 = Object.create;
17184
17188
  var __defProp2 = Object.defineProperty;
@@ -17208,13 +17212,13 @@ var require_dist_cjs51 = __commonJS({
17208
17212
  mod
17209
17213
  ));
17210
17214
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
17211
- var src_exports = {};
17212
- __export2(src_exports, {
17215
+ var index_exports = {};
17216
+ __export2(index_exports, {
17213
17217
  credentialsTreatedAsExpired: () => credentialsTreatedAsExpired,
17214
17218
  credentialsWillNeedRefresh: () => credentialsWillNeedRefresh,
17215
17219
  defaultProvider: () => defaultProvider
17216
17220
  });
17217
- module2.exports = __toCommonJS2(src_exports);
17221
+ module2.exports = __toCommonJS2(index_exports);
17218
17222
  var import_credential_provider_env = require_dist_cjs37();
17219
17223
  var import_shared_ini_file_loader = require_dist_cjs29();
17220
17224
  var import_property_provider2 = require_dist_cjs23();
@@ -17312,9 +17316,9 @@ var require_dist_cjs51 = __commonJS({
17312
17316
  }
17313
17317
  });
17314
17318
 
17315
- // node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/ruleset.js
17319
+ // node_modules/.pnpm/@aws-sdk+client-sqs@3.772.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/ruleset.js
17316
17320
  var require_ruleset2 = __commonJS({
17317
- "node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/ruleset.js"(exports2) {
17321
+ "node_modules/.pnpm/@aws-sdk+client-sqs@3.772.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/ruleset.js"(exports2) {
17318
17322
  "use strict";
17319
17323
  Object.defineProperty(exports2, "__esModule", { value: true });
17320
17324
  exports2.ruleSet = void 0;
@@ -17347,9 +17351,9 @@ var require_ruleset2 = __commonJS({
17347
17351
  }
17348
17352
  });
17349
17353
 
17350
- // node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/endpointResolver.js
17354
+ // node_modules/.pnpm/@aws-sdk+client-sqs@3.772.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/endpointResolver.js
17351
17355
  var require_endpointResolver2 = __commonJS({
17352
- "node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/endpointResolver.js"(exports2) {
17356
+ "node_modules/.pnpm/@aws-sdk+client-sqs@3.772.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/endpointResolver.js"(exports2) {
17353
17357
  "use strict";
17354
17358
  Object.defineProperty(exports2, "__esModule", { value: true });
17355
17359
  exports2.defaultEndpointResolver = void 0;
@@ -17371,9 +17375,9 @@ var require_endpointResolver2 = __commonJS({
17371
17375
  }
17372
17376
  });
17373
17377
 
17374
- // node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js
17378
+ // node_modules/.pnpm/@aws-sdk+client-sqs@3.772.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js
17375
17379
  var require_runtimeConfig_shared2 = __commonJS({
17376
- "node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js"(exports2) {
17380
+ "node_modules/.pnpm/@aws-sdk+client-sqs@3.772.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js"(exports2) {
17377
17381
  "use strict";
17378
17382
  Object.defineProperty(exports2, "__esModule", { value: true });
17379
17383
  exports2.getRuntimeConfig = void 0;
@@ -17411,9 +17415,9 @@ var require_runtimeConfig_shared2 = __commonJS({
17411
17415
  }
17412
17416
  });
17413
17417
 
17414
- // node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.js
17418
+ // node_modules/.pnpm/@aws-sdk+client-sqs@3.772.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.js
17415
17419
  var require_runtimeConfig2 = __commonJS({
17416
- "node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.js"(exports2) {
17420
+ "node_modules/.pnpm/@aws-sdk+client-sqs@3.772.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.js"(exports2) {
17417
17421
  "use strict";
17418
17422
  Object.defineProperty(exports2, "__esModule", { value: true });
17419
17423
  exports2.getRuntimeConfig = void 0;
@@ -17467,9 +17471,9 @@ var require_runtimeConfig2 = __commonJS({
17467
17471
  }
17468
17472
  });
17469
17473
 
17470
- // node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js
17474
+ // node_modules/.pnpm/@aws-sdk+client-sqs@3.772.0/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js
17471
17475
  var require_dist_cjs52 = __commonJS({
17472
- "node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js"(exports2, module2) {
17476
+ "node_modules/.pnpm/@aws-sdk+client-sqs@3.772.0/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js"(exports2, module2) {
17473
17477
  "use strict";
17474
17478
  var __defProp2 = Object.defineProperty;
17475
17479
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -17489,8 +17493,8 @@ var require_dist_cjs52 = __commonJS({
17489
17493
  return to;
17490
17494
  };
17491
17495
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
17492
- var src_exports = {};
17493
- __export2(src_exports, {
17496
+ var index_exports = {};
17497
+ __export2(index_exports, {
17494
17498
  AddPermissionCommand: () => AddPermissionCommand,
17495
17499
  BatchEntryIdsNotDistinct: () => BatchEntryIdsNotDistinct,
17496
17500
  BatchRequestTooLong: () => BatchRequestTooLong,
@@ -17552,7 +17556,7 @@ var require_dist_cjs52 = __commonJS({
17552
17556
  paginateListDeadLetterSourceQueues: () => paginateListDeadLetterSourceQueues,
17553
17557
  paginateListQueues: () => paginateListQueues
17554
17558
  });
17555
- module2.exports = __toCommonJS2(src_exports);
17559
+ module2.exports = __toCommonJS2(index_exports);
17556
17560
  var import_middleware_host_header3 = require_dist_cjs3();
17557
17561
  var import_middleware_logger3 = require_dist_cjs4();
17558
17562
  var import_middleware_recursion_detection3 = require_dist_cjs5();
@@ -17667,9 +17671,9 @@ var require_dist_cjs52 = __commonJS({
17667
17671
  this.middlewareStack.use(
17668
17672
  (0, import_core17.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
17669
17673
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider5.defaultSQSHttpAuthSchemeParametersProvider,
17670
- identityProviderConfigProvider: async (config) => new import_core17.DefaultIdentityProviderConfig({
17674
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core17.DefaultIdentityProviderConfig({
17671
17675
  "aws.auth#sigv4": config.credentials
17672
- })
17676
+ }), "identityProviderConfigProvider")
17673
17677
  })
17674
17678
  );
17675
17679
  this.middlewareStack.use((0, import_core17.getHttpSigningPlugin)(this.config));
@@ -19010,8 +19014,8 @@ var require_dist_cjs52 = __commonJS({
19010
19014
  }, "se_ActionNameList");
19011
19015
  var se_AddPermissionRequest = /* @__PURE__ */ __name((input, context) => {
19012
19016
  return (0, import_smithy_client25.take)(input, {
19013
- AWSAccountIds: (_2) => se_AWSAccountIdList(_2, context),
19014
- Actions: (_2) => se_ActionNameList(_2, context),
19017
+ AWSAccountIds: /* @__PURE__ */ __name((_2) => se_AWSAccountIdList(_2, context), "AWSAccountIds"),
19018
+ Actions: /* @__PURE__ */ __name((_2) => se_ActionNameList(_2, context), "Actions"),
19015
19019
  Label: import_core22._toStr,
19016
19020
  QueueUrl: import_core22._toStr
19017
19021
  });
@@ -19038,7 +19042,7 @@ var require_dist_cjs52 = __commonJS({
19038
19042
  }, "se_CancelMessageMoveTaskRequest");
19039
19043
  var se_ChangeMessageVisibilityBatchRequest = /* @__PURE__ */ __name((input, context) => {
19040
19044
  return (0, import_smithy_client25.take)(input, {
19041
- Entries: (_2) => se_ChangeMessageVisibilityBatchRequestEntryList(_2, context),
19045
+ Entries: /* @__PURE__ */ __name((_2) => se_ChangeMessageVisibilityBatchRequestEntryList(_2, context), "Entries"),
19042
19046
  QueueUrl: import_core22._toStr
19043
19047
  });
19044
19048
  }, "se_ChangeMessageVisibilityBatchRequest");
@@ -19063,14 +19067,14 @@ var require_dist_cjs52 = __commonJS({
19063
19067
  }, "se_ChangeMessageVisibilityRequest");
19064
19068
  var se_CreateQueueRequest = /* @__PURE__ */ __name((input, context) => {
19065
19069
  return (0, import_smithy_client25.take)(input, {
19066
- Attributes: (_2) => se_QueueAttributeMap(_2, context),
19070
+ Attributes: /* @__PURE__ */ __name((_2) => se_QueueAttributeMap(_2, context), "Attributes"),
19067
19071
  QueueName: import_core22._toStr,
19068
- tags: (_2) => se_TagMap(_2, context)
19072
+ tags: /* @__PURE__ */ __name((_2) => se_TagMap(_2, context), "tags")
19069
19073
  });
19070
19074
  }, "se_CreateQueueRequest");
19071
19075
  var se_DeleteMessageBatchRequest = /* @__PURE__ */ __name((input, context) => {
19072
19076
  return (0, import_smithy_client25.take)(input, {
19073
- Entries: (_2) => se_DeleteMessageBatchRequestEntryList(_2, context),
19077
+ Entries: /* @__PURE__ */ __name((_2) => se_DeleteMessageBatchRequestEntryList(_2, context), "Entries"),
19074
19078
  QueueUrl: import_core22._toStr
19075
19079
  });
19076
19080
  }, "se_DeleteMessageBatchRequest");
@@ -19098,7 +19102,7 @@ var require_dist_cjs52 = __commonJS({
19098
19102
  }, "se_DeleteQueueRequest");
19099
19103
  var se_GetQueueAttributesRequest = /* @__PURE__ */ __name((input, context) => {
19100
19104
  return (0, import_smithy_client25.take)(input, {
19101
- AttributeNames: (_2) => se_AttributeNameList(_2, context),
19105
+ AttributeNames: /* @__PURE__ */ __name((_2) => se_AttributeNameList(_2, context), "AttributeNames"),
19102
19106
  QueueUrl: import_core22._toStr
19103
19107
  });
19104
19108
  }, "se_GetQueueAttributesRequest");
@@ -19140,10 +19144,10 @@ var require_dist_cjs52 = __commonJS({
19140
19144
  }, "se_MessageAttributeNameList");
19141
19145
  var se_MessageAttributeValue = /* @__PURE__ */ __name((input, context) => {
19142
19146
  return (0, import_smithy_client25.take)(input, {
19143
- BinaryListValues: (_2) => se_BinaryList(_2, context),
19147
+ BinaryListValues: /* @__PURE__ */ __name((_2) => se_BinaryList(_2, context), "BinaryListValues"),
19144
19148
  BinaryValue: context.base64Encoder,
19145
19149
  DataType: import_core22._toStr,
19146
- StringListValues: (_2) => se_StringList(_2, context),
19150
+ StringListValues: /* @__PURE__ */ __name((_2) => se_StringList(_2, context), "StringListValues"),
19147
19151
  StringValue: import_core22._toStr
19148
19152
  });
19149
19153
  }, "se_MessageAttributeValue");
@@ -19175,10 +19179,10 @@ var require_dist_cjs52 = __commonJS({
19175
19179
  }, "se_MessageSystemAttributeList");
19176
19180
  var se_MessageSystemAttributeValue = /* @__PURE__ */ __name((input, context) => {
19177
19181
  return (0, import_smithy_client25.take)(input, {
19178
- BinaryListValues: (_2) => se_BinaryList(_2, context),
19182
+ BinaryListValues: /* @__PURE__ */ __name((_2) => se_BinaryList(_2, context), "BinaryListValues"),
19179
19183
  BinaryValue: context.base64Encoder,
19180
19184
  DataType: import_core22._toStr,
19181
- StringListValues: (_2) => se_StringList(_2, context),
19185
+ StringListValues: /* @__PURE__ */ __name((_2) => se_StringList(_2, context), "StringListValues"),
19182
19186
  StringValue: import_core22._toStr
19183
19187
  });
19184
19188
  }, "se_MessageSystemAttributeValue");
@@ -19198,10 +19202,10 @@ var require_dist_cjs52 = __commonJS({
19198
19202
  }, "se_QueueAttributeMap");
19199
19203
  var se_ReceiveMessageRequest = /* @__PURE__ */ __name((input, context) => {
19200
19204
  return (0, import_smithy_client25.take)(input, {
19201
- AttributeNames: (_2) => se_AttributeNameList(_2, context),
19205
+ AttributeNames: /* @__PURE__ */ __name((_2) => se_AttributeNameList(_2, context), "AttributeNames"),
19202
19206
  MaxNumberOfMessages: import_core22._toNum,
19203
- MessageAttributeNames: (_2) => se_MessageAttributeNameList(_2, context),
19204
- MessageSystemAttributeNames: (_2) => se_MessageSystemAttributeList(_2, context),
19207
+ MessageAttributeNames: /* @__PURE__ */ __name((_2) => se_MessageAttributeNameList(_2, context), "MessageAttributeNames"),
19208
+ MessageSystemAttributeNames: /* @__PURE__ */ __name((_2) => se_MessageSystemAttributeList(_2, context), "MessageSystemAttributeNames"),
19205
19209
  QueueUrl: import_core22._toStr,
19206
19210
  ReceiveRequestAttemptId: import_core22._toStr,
19207
19211
  VisibilityTimeout: import_core22._toNum,
@@ -19216,7 +19220,7 @@ var require_dist_cjs52 = __commonJS({
19216
19220
  }, "se_RemovePermissionRequest");
19217
19221
  var se_SendMessageBatchRequest = /* @__PURE__ */ __name((input, context) => {
19218
19222
  return (0, import_smithy_client25.take)(input, {
19219
- Entries: (_2) => se_SendMessageBatchRequestEntryList(_2, context),
19223
+ Entries: /* @__PURE__ */ __name((_2) => se_SendMessageBatchRequestEntryList(_2, context), "Entries"),
19220
19224
  QueueUrl: import_core22._toStr
19221
19225
  });
19222
19226
  }, "se_SendMessageBatchRequest");
@@ -19224,11 +19228,11 @@ var require_dist_cjs52 = __commonJS({
19224
19228
  return (0, import_smithy_client25.take)(input, {
19225
19229
  DelaySeconds: import_core22._toNum,
19226
19230
  Id: import_core22._toStr,
19227
- MessageAttributes: (_2) => se_MessageBodyAttributeMap(_2, context),
19231
+ MessageAttributes: /* @__PURE__ */ __name((_2) => se_MessageBodyAttributeMap(_2, context), "MessageAttributes"),
19228
19232
  MessageBody: import_core22._toStr,
19229
19233
  MessageDeduplicationId: import_core22._toStr,
19230
19234
  MessageGroupId: import_core22._toStr,
19231
- MessageSystemAttributes: (_2) => se_MessageBodySystemAttributeMap(_2, context)
19235
+ MessageSystemAttributes: /* @__PURE__ */ __name((_2) => se_MessageBodySystemAttributeMap(_2, context), "MessageSystemAttributes")
19232
19236
  });
19233
19237
  }, "se_SendMessageBatchRequestEntry");
19234
19238
  var se_SendMessageBatchRequestEntryList = /* @__PURE__ */ __name((input, context) => {
@@ -19239,17 +19243,17 @@ var require_dist_cjs52 = __commonJS({
19239
19243
  var se_SendMessageRequest = /* @__PURE__ */ __name((input, context) => {
19240
19244
  return (0, import_smithy_client25.take)(input, {
19241
19245
  DelaySeconds: import_core22._toNum,
19242
- MessageAttributes: (_2) => se_MessageBodyAttributeMap(_2, context),
19246
+ MessageAttributes: /* @__PURE__ */ __name((_2) => se_MessageBodyAttributeMap(_2, context), "MessageAttributes"),
19243
19247
  MessageBody: import_core22._toStr,
19244
19248
  MessageDeduplicationId: import_core22._toStr,
19245
19249
  MessageGroupId: import_core22._toStr,
19246
- MessageSystemAttributes: (_2) => se_MessageBodySystemAttributeMap(_2, context),
19250
+ MessageSystemAttributes: /* @__PURE__ */ __name((_2) => se_MessageBodySystemAttributeMap(_2, context), "MessageSystemAttributes"),
19247
19251
  QueueUrl: import_core22._toStr
19248
19252
  });
19249
19253
  }, "se_SendMessageRequest");
19250
19254
  var se_SetQueueAttributesRequest = /* @__PURE__ */ __name((input, context) => {
19251
19255
  return (0, import_smithy_client25.take)(input, {
19252
- Attributes: (_2) => se_QueueAttributeMap(_2, context),
19256
+ Attributes: /* @__PURE__ */ __name((_2) => se_QueueAttributeMap(_2, context), "Attributes"),
19253
19257
  QueueUrl: import_core22._toStr
19254
19258
  });
19255
19259
  }, "se_SetQueueAttributesRequest");
@@ -19282,13 +19286,13 @@ var require_dist_cjs52 = __commonJS({
19282
19286
  var se_TagQueueRequest = /* @__PURE__ */ __name((input, context) => {
19283
19287
  return (0, import_smithy_client25.take)(input, {
19284
19288
  QueueUrl: import_core22._toStr,
19285
- Tags: (_2) => se_TagMap(_2, context)
19289
+ Tags: /* @__PURE__ */ __name((_2) => se_TagMap(_2, context), "Tags")
19286
19290
  });
19287
19291
  }, "se_TagQueueRequest");
19288
19292
  var se_UntagQueueRequest = /* @__PURE__ */ __name((input, context) => {
19289
19293
  return (0, import_smithy_client25.take)(input, {
19290
19294
  QueueUrl: import_core22._toStr,
19291
- TagKeys: (_2) => se_TagKeyList(_2, context)
19295
+ TagKeys: /* @__PURE__ */ __name((_2) => se_TagKeyList(_2, context), "TagKeys")
19292
19296
  });
19293
19297
  }, "se_UntagQueueRequest");
19294
19298
  var de_BinaryList = /* @__PURE__ */ __name((output, context) => {
@@ -19303,14 +19307,14 @@ var require_dist_cjs52 = __commonJS({
19303
19307
  Body: import_smithy_client25.expectString,
19304
19308
  MD5OfBody: import_smithy_client25.expectString,
19305
19309
  MD5OfMessageAttributes: import_smithy_client25.expectString,
19306
- MessageAttributes: (_2) => de_MessageBodyAttributeMap(_2, context),
19310
+ MessageAttributes: /* @__PURE__ */ __name((_2) => de_MessageBodyAttributeMap(_2, context), "MessageAttributes"),
19307
19311
  MessageId: import_smithy_client25.expectString,
19308
19312
  ReceiptHandle: import_smithy_client25.expectString
19309
19313
  });
19310
19314
  }, "de_Message");
19311
19315
  var de_MessageAttributeValue = /* @__PURE__ */ __name((output, context) => {
19312
19316
  return (0, import_smithy_client25.take)(output, {
19313
- BinaryListValues: (_2) => de_BinaryList(_2, context),
19317
+ BinaryListValues: /* @__PURE__ */ __name((_2) => de_BinaryList(_2, context), "BinaryListValues"),
19314
19318
  BinaryValue: context.base64Decoder,
19315
19319
  DataType: import_smithy_client25.expectString,
19316
19320
  StringListValues: import_smithy_client25._json,
@@ -19334,7 +19338,7 @@ var require_dist_cjs52 = __commonJS({
19334
19338
  }, "de_MessageList");
19335
19339
  var de_ReceiveMessageResult = /* @__PURE__ */ __name((output, context) => {
19336
19340
  return (0, import_smithy_client25.take)(output, {
19337
- Messages: (_2) => de_MessageList(_2, context)
19341
+ Messages: /* @__PURE__ */ __name((_2) => de_MessageList(_2, context), "Messages")
19338
19342
  });
19339
19343
  }, "de_ReceiveMessageResult");
19340
19344
  var deserializeMetadata3 = /* @__PURE__ */ __name((output) => ({
@@ -19647,9 +19651,9 @@ var require_dist_cjs52 = __commonJS({
19647
19651
  }
19648
19652
  });
19649
19653
 
19650
- // node_modules/.pnpm/next@14.2.24_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/lru-cache/index.js
19654
+ // node_modules/.pnpm/next@14.2.25_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/lru-cache/index.js
19651
19655
  var require_lru_cache = __commonJS({
19652
- "node_modules/.pnpm/next@14.2.24_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/lru-cache/index.js"(exports2, module2) {
19656
+ "node_modules/.pnpm/next@14.2.25_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/lru-cache/index.js"(exports2, module2) {
19653
19657
  (() => {
19654
19658
  "use strict";
19655
19659
  var t3 = { 806: (t4, e4, i4) => {
@@ -20286,9 +20290,9 @@ var require_lru_cache = __commonJS({
20286
20290
  }
20287
20291
  });
20288
20292
 
20289
- // node_modules/.pnpm/next@14.2.24_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/path-browserify/index.js
20293
+ // node_modules/.pnpm/next@14.2.25_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/path-browserify/index.js
20290
20294
  var require_path_browserify = __commonJS({
20291
- "node_modules/.pnpm/next@14.2.24_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/path-browserify/index.js"(exports2, module2) {
20295
+ "node_modules/.pnpm/next@14.2.25_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/path-browserify/index.js"(exports2, module2) {
20292
20296
  (function() {
20293
20297
  "use strict";
20294
20298
  var e3 = { 114: function(e4) {
@@ -20670,9 +20674,9 @@ var require_path_browserify = __commonJS({
20670
20674
  }
20671
20675
  });
20672
20676
 
20673
- // node_modules/.pnpm/next@14.2.24_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/isomorphic/path.js
20677
+ // node_modules/.pnpm/next@14.2.25_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/isomorphic/path.js
20674
20678
  var require_path = __commonJS({
20675
- "node_modules/.pnpm/next@14.2.24_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/isomorphic/path.js"(exports2, module2) {
20679
+ "node_modules/.pnpm/next@14.2.25_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/isomorphic/path.js"(exports2, module2) {
20676
20680
  "use strict";
20677
20681
  var path;
20678
20682
  if (process.env.NEXT_RUNTIME === "edge") {
@@ -20684,9 +20688,9 @@ var require_path = __commonJS({
20684
20688
  }
20685
20689
  });
20686
20690
 
20687
- // node_modules/.pnpm/next@14.2.24_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/constants.js
20691
+ // node_modules/.pnpm/next@14.2.25_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/constants.js
20688
20692
  var require_constants = __commonJS({
20689
- "node_modules/.pnpm/next@14.2.24_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/constants.js"(exports2) {
20693
+ "node_modules/.pnpm/next@14.2.25_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/constants.js"(exports2) {
20690
20694
  "use strict";
20691
20695
  Object.defineProperty(exports2, "__esModule", {
20692
20696
  value: true
@@ -20977,9 +20981,9 @@ var require_constants = __commonJS({
20977
20981
  }
20978
20982
  });
20979
20983
 
20980
- // node_modules/.pnpm/next@14.2.24_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js
20984
+ // node_modules/.pnpm/next@14.2.25_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js
20981
20985
  var require_file_system_cache = __commonJS({
20982
- "node_modules/.pnpm/next@14.2.24_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js"(exports2) {
20986
+ "node_modules/.pnpm/next@14.2.25_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js"(exports2) {
20983
20987
  "use strict";
20984
20988
  Object.defineProperty(exports2, "__esModule", {
20985
20989
  value: true