cdk-nextjs 0.0.16 → 0.0.17

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.
@@ -395,9 +395,9 @@ var require_dist_cjs2 = __commonJS({
395
395
  }
396
396
  });
397
397
 
398
- // node_modules/.pnpm/@aws-sdk+middleware-host-header@3.731.0/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js
398
+ // node_modules/.pnpm/@aws-sdk+middleware-host-header@3.734.0/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js
399
399
  var require_dist_cjs3 = __commonJS({
400
- "node_modules/.pnpm/@aws-sdk+middleware-host-header@3.731.0/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js"(exports2, module2) {
400
+ "node_modules/.pnpm/@aws-sdk+middleware-host-header@3.734.0/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js"(exports2, module2) {
401
401
  "use strict";
402
402
  var __defProp2 = Object.defineProperty;
403
403
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -461,9 +461,9 @@ var require_dist_cjs3 = __commonJS({
461
461
  }
462
462
  });
463
463
 
464
- // node_modules/.pnpm/@aws-sdk+middleware-logger@3.731.0/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js
464
+ // node_modules/.pnpm/@aws-sdk+middleware-logger@3.734.0/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js
465
465
  var require_dist_cjs4 = __commonJS({
466
- "node_modules/.pnpm/@aws-sdk+middleware-logger@3.731.0/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js"(exports2, module2) {
466
+ "node_modules/.pnpm/@aws-sdk+middleware-logger@3.734.0/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js"(exports2, module2) {
467
467
  "use strict";
468
468
  var __defProp2 = Object.defineProperty;
469
469
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -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.731.0/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js
537
+ // node_modules/.pnpm/@aws-sdk+middleware-recursion-detection@3.734.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.731.0/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js"(exports2, module2) {
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) {
540
540
  "use strict";
541
541
  var __defProp2 = Object.defineProperty;
542
542
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -1105,9 +1105,9 @@ var require_dist_cjs10 = __commonJS({
1105
1105
  }
1106
1106
  });
1107
1107
 
1108
- // node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js
1108
+ // node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js
1109
1109
  var require_getAwsChunkedEncodingStream = __commonJS({
1110
- "node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js"(exports2) {
1110
+ "node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js"(exports2) {
1111
1111
  "use strict";
1112
1112
  Object.defineProperty(exports2, "__esModule", { value: true });
1113
1113
  exports2.getAwsChunkedEncodingStream = void 0;
@@ -1229,9 +1229,9 @@ var require_dist_cjs12 = __commonJS({
1229
1229
  }
1230
1230
  });
1231
1231
 
1232
- // node_modules/.pnpm/@smithy+node-http-handler@4.0.1/node_modules/@smithy/node-http-handler/dist-cjs/index.js
1232
+ // node_modules/.pnpm/@smithy+node-http-handler@4.0.2/node_modules/@smithy/node-http-handler/dist-cjs/index.js
1233
1233
  var require_dist_cjs13 = __commonJS({
1234
- "node_modules/.pnpm/@smithy+node-http-handler@4.0.1/node_modules/@smithy/node-http-handler/dist-cjs/index.js"(exports2, module2) {
1234
+ "node_modules/.pnpm/@smithy+node-http-handler@4.0.2/node_modules/@smithy/node-http-handler/dist-cjs/index.js"(exports2, module2) {
1235
1235
  var __create2 = Object.create;
1236
1236
  var __defProp2 = Object.defineProperty;
1237
1237
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -1364,7 +1364,7 @@ var require_dist_cjs13 = __commonJS({
1364
1364
  );
1365
1365
  }, "setSocketTimeout");
1366
1366
  var import_stream = require("stream");
1367
- var MIN_WAIT_TIME = 1e3;
1367
+ var MIN_WAIT_TIME = 6e3;
1368
1368
  async function writeRequestBody(httpRequest, request, maxContinueTimeoutMs = MIN_WAIT_TIME) {
1369
1369
  const headers = request.headers ?? {};
1370
1370
  const expect = headers["Expect"] || headers["expect"];
@@ -1373,7 +1373,7 @@ var require_dist_cjs13 = __commonJS({
1373
1373
  if (expect === "100-continue") {
1374
1374
  sendBody = await Promise.race([
1375
1375
  new Promise((resolve) => {
1376
- timeoutId = Number(timing.setTimeout(resolve, Math.max(MIN_WAIT_TIME, maxContinueTimeoutMs)));
1376
+ timeoutId = Number(timing.setTimeout(() => resolve(true), Math.max(MIN_WAIT_TIME, maxContinueTimeoutMs)));
1377
1377
  }),
1378
1378
  new Promise((resolve) => {
1379
1379
  httpRequest.on("continue", () => {
@@ -2306,9 +2306,9 @@ var require_dist_cjs15 = __commonJS({
2306
2306
  }
2307
2307
  });
2308
2308
 
2309
- // node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js
2309
+ // node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js
2310
2310
  var require_stream_type_check = __commonJS({
2311
- "node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js"(exports2) {
2311
+ "node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js"(exports2) {
2312
2312
  "use strict";
2313
2313
  Object.defineProperty(exports2, "__esModule", { value: true });
2314
2314
  exports2.isBlob = exports2.isReadableStream = void 0;
@@ -2325,9 +2325,9 @@ var require_stream_type_check = __commonJS({
2325
2325
  }
2326
2326
  });
2327
2327
 
2328
- // node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js
2328
+ // node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js
2329
2329
  var require_sdk_stream_mixin_browser = __commonJS({
2330
- "node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js"(exports2) {
2330
+ "node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js"(exports2) {
2331
2331
  "use strict";
2332
2332
  Object.defineProperty(exports2, "__esModule", { value: true });
2333
2333
  exports2.sdkStreamMixin = void 0;
@@ -2393,9 +2393,9 @@ var require_sdk_stream_mixin_browser = __commonJS({
2393
2393
  }
2394
2394
  });
2395
2395
 
2396
- // node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js
2396
+ // node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js
2397
2397
  var require_sdk_stream_mixin = __commonJS({
2398
- "node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js"(exports2) {
2398
+ "node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js"(exports2) {
2399
2399
  "use strict";
2400
2400
  Object.defineProperty(exports2, "__esModule", { value: true });
2401
2401
  exports2.sdkStreamMixin = void 0;
@@ -2452,9 +2452,9 @@ var require_sdk_stream_mixin = __commonJS({
2452
2452
  }
2453
2453
  });
2454
2454
 
2455
- // node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js
2455
+ // node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js
2456
2456
  var require_splitStream_browser = __commonJS({
2457
- "node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js"(exports2) {
2457
+ "node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js"(exports2) {
2458
2458
  "use strict";
2459
2459
  Object.defineProperty(exports2, "__esModule", { value: true });
2460
2460
  exports2.splitStream = void 0;
@@ -2469,9 +2469,9 @@ var require_splitStream_browser = __commonJS({
2469
2469
  }
2470
2470
  });
2471
2471
 
2472
- // node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/splitStream.js
2472
+ // node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/splitStream.js
2473
2473
  var require_splitStream = __commonJS({
2474
- "node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/splitStream.js"(exports2) {
2474
+ "node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/splitStream.js"(exports2) {
2475
2475
  "use strict";
2476
2476
  Object.defineProperty(exports2, "__esModule", { value: true });
2477
2477
  exports2.splitStream = void 0;
@@ -2492,9 +2492,9 @@ var require_splitStream = __commonJS({
2492
2492
  }
2493
2493
  });
2494
2494
 
2495
- // node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js
2495
+ // node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js
2496
2496
  var require_headStream_browser = __commonJS({
2497
- "node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js"(exports2) {
2497
+ "node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js"(exports2) {
2498
2498
  "use strict";
2499
2499
  Object.defineProperty(exports2, "__esModule", { value: true });
2500
2500
  exports2.headStream = void 0;
@@ -2533,9 +2533,9 @@ var require_headStream_browser = __commonJS({
2533
2533
  }
2534
2534
  });
2535
2535
 
2536
- // node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/headStream.js
2536
+ // node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/headStream.js
2537
2537
  var require_headStream = __commonJS({
2538
- "node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/headStream.js"(exports2) {
2538
+ "node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/headStream.js"(exports2) {
2539
2539
  "use strict";
2540
2540
  Object.defineProperty(exports2, "__esModule", { value: true });
2541
2541
  exports2.headStream = void 0;
@@ -2585,9 +2585,9 @@ var require_headStream = __commonJS({
2585
2585
  }
2586
2586
  });
2587
2587
 
2588
- // node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js
2588
+ // node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js
2589
2589
  var require_ChecksumStream = __commonJS({
2590
- "node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js"(exports2) {
2590
+ "node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js"(exports2) {
2591
2591
  "use strict";
2592
2592
  Object.defineProperty(exports2, "__esModule", { value: true });
2593
2593
  exports2.ChecksumStream = void 0;
@@ -2637,9 +2637,9 @@ var require_ChecksumStream = __commonJS({
2637
2637
  }
2638
2638
  });
2639
2639
 
2640
- // node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js
2640
+ // node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js
2641
2641
  var require_ChecksumStream_browser = __commonJS({
2642
- "node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js"(exports2) {
2642
+ "node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js"(exports2) {
2643
2643
  "use strict";
2644
2644
  Object.defineProperty(exports2, "__esModule", { value: true });
2645
2645
  exports2.ChecksumStream = void 0;
@@ -2651,9 +2651,9 @@ var require_ChecksumStream_browser = __commonJS({
2651
2651
  }
2652
2652
  });
2653
2653
 
2654
- // node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js
2654
+ // node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js
2655
2655
  var require_createChecksumStream_browser = __commonJS({
2656
- "node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js"(exports2) {
2656
+ "node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js"(exports2) {
2657
2657
  "use strict";
2658
2658
  Object.defineProperty(exports2, "__esModule", { value: true });
2659
2659
  exports2.createChecksumStream = void 0;
@@ -2696,9 +2696,9 @@ var require_createChecksumStream_browser = __commonJS({
2696
2696
  }
2697
2697
  });
2698
2698
 
2699
- // node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js
2699
+ // node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js
2700
2700
  var require_createChecksumStream = __commonJS({
2701
- "node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js"(exports2) {
2701
+ "node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js"(exports2) {
2702
2702
  "use strict";
2703
2703
  Object.defineProperty(exports2, "__esModule", { value: true });
2704
2704
  exports2.createChecksumStream = void 0;
@@ -2715,9 +2715,9 @@ var require_createChecksumStream = __commonJS({
2715
2715
  }
2716
2716
  });
2717
2717
 
2718
- // node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/index.js
2718
+ // node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/index.js
2719
2719
  var require_dist_cjs16 = __commonJS({
2720
- "node_modules/.pnpm/@smithy+util-stream@4.0.1/node_modules/@smithy/util-stream/dist-cjs/index.js"(exports2, module2) {
2720
+ "node_modules/.pnpm/@smithy+util-stream@4.0.2/node_modules/@smithy/util-stream/dist-cjs/index.js"(exports2, module2) {
2721
2721
  var __defProp2 = Object.defineProperty;
2722
2722
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
2723
2723
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -2800,10 +2800,10 @@ var require_dist_cjs16 = __commonJS({
2800
2800
  }
2801
2801
  });
2802
2802
 
2803
- // node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js
2803
+ // node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js
2804
2804
  var import_util_stream, collectBody2;
2805
2805
  var init_collect_stream_body = __esm({
2806
- "node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js"() {
2806
+ "node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js"() {
2807
2807
  import_util_stream = __toESM(require_dist_cjs16());
2808
2808
  collectBody2 = async (streamBody = new Uint8Array(), context) => {
2809
2809
  if (streamBody instanceof Uint8Array) {
@@ -2818,21 +2818,21 @@ var init_collect_stream_body = __esm({
2818
2818
  }
2819
2819
  });
2820
2820
 
2821
- // node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js
2821
+ // node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js
2822
2822
  function extendedEncodeURIComponent2(str) {
2823
2823
  return encodeURIComponent(str).replace(/[!'()*]/g, function(c3) {
2824
2824
  return "%" + c3.charCodeAt(0).toString(16).toUpperCase();
2825
2825
  });
2826
2826
  }
2827
2827
  var init_extended_encode_uri_component = __esm({
2828
- "node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js"() {
2828
+ "node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js"() {
2829
2829
  }
2830
2830
  });
2831
2831
 
2832
- // node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js
2832
+ // node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js
2833
2833
  var resolvedPath2;
2834
2834
  var init_resolve_path = __esm({
2835
- "node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js"() {
2835
+ "node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js"() {
2836
2836
  init_extended_encode_uri_component();
2837
2837
  resolvedPath2 = (resolvedPath3, input, memberName, labelValueProvider, uriLabel, isGreedyLabel) => {
2838
2838
  if (input != null && input[memberName] !== void 0) {
@@ -2849,13 +2849,13 @@ var init_resolve_path = __esm({
2849
2849
  }
2850
2850
  });
2851
2851
 
2852
- // node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js
2852
+ // node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js
2853
2853
  function requestBuilder(input, context) {
2854
2854
  return new RequestBuilder(input, context);
2855
2855
  }
2856
2856
  var import_protocol_http, RequestBuilder;
2857
2857
  var init_requestBuilder = __esm({
2858
- "node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js"() {
2858
+ "node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js"() {
2859
2859
  import_protocol_http = __toESM(require_dist_cjs2());
2860
2860
  init_resolve_path();
2861
2861
  RequestBuilder = class {
@@ -2923,7 +2923,7 @@ var init_requestBuilder = __esm({
2923
2923
  }
2924
2924
  });
2925
2925
 
2926
- // node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/submodules/protocols/index.js
2926
+ // node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/submodules/protocols/index.js
2927
2927
  var protocols_exports = {};
2928
2928
  __export(protocols_exports, {
2929
2929
  RequestBuilder: () => RequestBuilder,
@@ -2933,7 +2933,7 @@ __export(protocols_exports, {
2933
2933
  resolvedPath: () => resolvedPath2
2934
2934
  });
2935
2935
  var init_protocols = __esm({
2936
- "node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/submodules/protocols/index.js"() {
2936
+ "node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/submodules/protocols/index.js"() {
2937
2937
  init_collect_stream_body();
2938
2938
  init_extended_encode_uri_component();
2939
2939
  init_requestBuilder();
@@ -2941,9 +2941,9 @@ var init_protocols = __esm({
2941
2941
  }
2942
2942
  });
2943
2943
 
2944
- // node_modules/.pnpm/@smithy+smithy-client@4.1.0/node_modules/@smithy/smithy-client/dist-cjs/index.js
2944
+ // node_modules/.pnpm/@smithy+smithy-client@4.1.2/node_modules/@smithy/smithy-client/dist-cjs/index.js
2945
2945
  var require_dist_cjs17 = __commonJS({
2946
- "node_modules/.pnpm/@smithy+smithy-client@4.1.0/node_modules/@smithy/smithy-client/dist-cjs/index.js"(exports2, module2) {
2946
+ "node_modules/.pnpm/@smithy+smithy-client@4.1.2/node_modules/@smithy/smithy-client/dist-cjs/index.js"(exports2, module2) {
2947
2947
  var __defProp2 = Object.defineProperty;
2948
2948
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
2949
2949
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -3746,7 +3746,7 @@ var require_dist_cjs17 = __commonJS({
3746
3746
  if (!value)
3747
3747
  return false;
3748
3748
  const candidate = value;
3749
- return Boolean(candidate.$fault) && Boolean(candidate.$metadata) && (candidate.$fault === "client" || candidate.$fault === "server");
3749
+ return _ServiceException.prototype.isPrototypeOf(candidate) || Boolean(candidate.$fault) && Boolean(candidate.$metadata) && (candidate.$fault === "client" || candidate.$fault === "server");
3750
3750
  }
3751
3751
  /**
3752
3752
  * Custom instanceof check to support the operator for ServiceException base class
@@ -4142,9 +4142,9 @@ var require_dist_cjs17 = __commonJS({
4142
4142
  }
4143
4143
  });
4144
4144
 
4145
- // node_modules/.pnpm/@aws-sdk+middleware-sdk-sqs@3.731.0/node_modules/@aws-sdk/middleware-sdk-sqs/dist-cjs/index.js
4145
+ // node_modules/.pnpm/@aws-sdk+middleware-sdk-sqs@3.734.0/node_modules/@aws-sdk/middleware-sdk-sqs/dist-cjs/index.js
4146
4146
  var require_dist_cjs18 = __commonJS({
4147
- "node_modules/.pnpm/@aws-sdk+middleware-sdk-sqs@3.731.0/node_modules/@aws-sdk/middleware-sdk-sqs/dist-cjs/index.js"(exports2, module2) {
4147
+ "node_modules/.pnpm/@aws-sdk+middleware-sdk-sqs@3.734.0/node_modules/@aws-sdk/middleware-sdk-sqs/dist-cjs/index.js"(exports2, module2) {
4148
4148
  "use strict";
4149
4149
  var __defProp2 = Object.defineProperty;
4150
4150
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -4336,10 +4336,10 @@ Set [endpoint=string] or [useQueueUrlAsEndpoint=false] on the SQSClient.`
4336
4336
  }
4337
4337
  });
4338
4338
 
4339
- // node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/getSmithyContext.js
4339
+ // node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/getSmithyContext.js
4340
4340
  var import_types, getSmithyContext;
4341
4341
  var init_getSmithyContext = __esm({
4342
- "node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/getSmithyContext.js"() {
4342
+ "node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/getSmithyContext.js"() {
4343
4343
  import_types = __toESM(require_dist_cjs());
4344
4344
  getSmithyContext = (context) => context[import_types.SMITHY_CONTEXT_KEY] || (context[import_types.SMITHY_CONTEXT_KEY] = {});
4345
4345
  }
@@ -4383,7 +4383,7 @@ var require_dist_cjs19 = __commonJS({
4383
4383
  }
4384
4384
  });
4385
4385
 
4386
- // node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js
4386
+ // node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js
4387
4387
  function convertHttpAuthSchemesToMap(httpAuthSchemes) {
4388
4388
  const map2 = /* @__PURE__ */ new Map();
4389
4389
  for (const scheme of httpAuthSchemes) {
@@ -4393,7 +4393,7 @@ function convertHttpAuthSchemesToMap(httpAuthSchemes) {
4393
4393
  }
4394
4394
  var import_types2, import_util_middleware, httpAuthSchemeMiddleware;
4395
4395
  var init_httpAuthSchemeMiddleware = __esm({
4396
- "node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js"() {
4396
+ "node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js"() {
4397
4397
  import_types2 = __toESM(require_dist_cjs());
4398
4398
  import_util_middleware = __toESM(require_dist_cjs19());
4399
4399
  httpAuthSchemeMiddleware = (config, mwOptions) => (next, context) => async (args) => {
@@ -4430,10 +4430,10 @@ var init_httpAuthSchemeMiddleware = __esm({
4430
4430
  }
4431
4431
  });
4432
4432
 
4433
- // node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js
4433
+ // node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js
4434
4434
  var httpAuthSchemeEndpointRuleSetMiddlewareOptions, getHttpAuthSchemeEndpointRuleSetPlugin;
4435
4435
  var init_getHttpAuthSchemeEndpointRuleSetPlugin = __esm({
4436
- "node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js"() {
4436
+ "node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js"() {
4437
4437
  init_httpAuthSchemeMiddleware();
4438
4438
  httpAuthSchemeEndpointRuleSetMiddlewareOptions = {
4439
4439
  step: "serialize",
@@ -4543,10 +4543,10 @@ var require_dist_cjs20 = __commonJS({
4543
4543
  }
4544
4544
  });
4545
4545
 
4546
- // node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js
4546
+ // node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js
4547
4547
  var import_middleware_serde, httpAuthSchemeMiddlewareOptions, getHttpAuthSchemePlugin;
4548
4548
  var init_getHttpAuthSchemePlugin = __esm({
4549
- "node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js"() {
4549
+ "node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js"() {
4550
4550
  import_middleware_serde = __toESM(require_dist_cjs20());
4551
4551
  init_httpAuthSchemeMiddleware();
4552
4552
  httpAuthSchemeMiddlewareOptions = {
@@ -4568,19 +4568,19 @@ var init_getHttpAuthSchemePlugin = __esm({
4568
4568
  }
4569
4569
  });
4570
4570
 
4571
- // node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js
4571
+ // node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js
4572
4572
  var init_middleware_http_auth_scheme = __esm({
4573
- "node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js"() {
4573
+ "node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js"() {
4574
4574
  init_httpAuthSchemeMiddleware();
4575
4575
  init_getHttpAuthSchemeEndpointRuleSetPlugin();
4576
4576
  init_getHttpAuthSchemePlugin();
4577
4577
  }
4578
4578
  });
4579
4579
 
4580
- // node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js
4580
+ // node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js
4581
4581
  var import_protocol_http2, import_types3, import_util_middleware2, defaultErrorHandler, defaultSuccessHandler, httpSigningMiddleware;
4582
4582
  var init_httpSigningMiddleware = __esm({
4583
- "node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js"() {
4583
+ "node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js"() {
4584
4584
  import_protocol_http2 = __toESM(require_dist_cjs2());
4585
4585
  import_types3 = __toESM(require_dist_cjs());
4586
4586
  import_util_middleware2 = __toESM(require_dist_cjs19());
@@ -4609,10 +4609,10 @@ var init_httpSigningMiddleware = __esm({
4609
4609
  }
4610
4610
  });
4611
4611
 
4612
- // node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js
4612
+ // node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js
4613
4613
  var httpSigningMiddlewareOptions, getHttpSigningPlugin;
4614
4614
  var init_getHttpSigningMiddleware = __esm({
4615
- "node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js"() {
4615
+ "node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js"() {
4616
4616
  init_httpSigningMiddleware();
4617
4617
  httpSigningMiddlewareOptions = {
4618
4618
  step: "finalizeRequest",
@@ -4631,18 +4631,18 @@ var init_getHttpSigningMiddleware = __esm({
4631
4631
  }
4632
4632
  });
4633
4633
 
4634
- // node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js
4634
+ // node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js
4635
4635
  var init_middleware_http_signing = __esm({
4636
- "node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js"() {
4636
+ "node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js"() {
4637
4637
  init_httpSigningMiddleware();
4638
4638
  init_getHttpSigningMiddleware();
4639
4639
  }
4640
4640
  });
4641
4641
 
4642
- // node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/normalizeProvider.js
4642
+ // node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/normalizeProvider.js
4643
4643
  var normalizeProvider;
4644
4644
  var init_normalizeProvider = __esm({
4645
- "node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/normalizeProvider.js"() {
4645
+ "node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/normalizeProvider.js"() {
4646
4646
  normalizeProvider = (input) => {
4647
4647
  if (typeof input === "function")
4648
4648
  return input;
@@ -4652,7 +4652,7 @@ var init_normalizeProvider = __esm({
4652
4652
  }
4653
4653
  });
4654
4654
 
4655
- // node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/pagination/createPaginator.js
4655
+ // node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/pagination/createPaginator.js
4656
4656
  function createPaginator(ClientCtor, CommandCtor, inputTokenName, outputTokenName, pageSizeTokenName) {
4657
4657
  return async function* paginateOperation(config, input, ...additionalArguments) {
4658
4658
  const _input = input;
@@ -4679,7 +4679,7 @@ function createPaginator(ClientCtor, CommandCtor, inputTokenName, outputTokenNam
4679
4679
  }
4680
4680
  var makePagedClientRequest, get;
4681
4681
  var init_createPaginator = __esm({
4682
- "node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/pagination/createPaginator.js"() {
4682
+ "node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/pagination/createPaginator.js"() {
4683
4683
  makePagedClientRequest = async (CommandCtor, client, input, withCommand = (_2) => _2, ...args) => {
4684
4684
  let command = new CommandCtor(input);
4685
4685
  command = withCommand(command) ?? command;
@@ -4699,14 +4699,14 @@ var init_createPaginator = __esm({
4699
4699
  }
4700
4700
  });
4701
4701
 
4702
- // node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js
4702
+ // node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js
4703
4703
  var init_requestBuilder2 = __esm({
4704
- "node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js"() {
4704
+ "node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js"() {
4705
4705
  init_protocols();
4706
4706
  }
4707
4707
  });
4708
4708
 
4709
- // node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/setFeature.js
4709
+ // node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/setFeature.js
4710
4710
  function setFeature(context, feature, value) {
4711
4711
  if (!context.__smithy_context) {
4712
4712
  context.__smithy_context = {
@@ -4718,14 +4718,14 @@ function setFeature(context, feature, value) {
4718
4718
  context.__smithy_context.features[feature] = value;
4719
4719
  }
4720
4720
  var init_setFeature = __esm({
4721
- "node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/setFeature.js"() {
4721
+ "node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/setFeature.js"() {
4722
4722
  }
4723
4723
  });
4724
4724
 
4725
- // node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js
4725
+ // node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js
4726
4726
  var DefaultIdentityProviderConfig;
4727
4727
  var init_DefaultIdentityProviderConfig = __esm({
4728
- "node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js"() {
4728
+ "node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js"() {
4729
4729
  DefaultIdentityProviderConfig = class {
4730
4730
  constructor(config) {
4731
4731
  this.authSchemes = /* @__PURE__ */ new Map();
@@ -4742,10 +4742,10 @@ var init_DefaultIdentityProviderConfig = __esm({
4742
4742
  }
4743
4743
  });
4744
4744
 
4745
- // node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js
4745
+ // node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js
4746
4746
  var import_protocol_http3, import_types4, HttpApiKeyAuthSigner;
4747
4747
  var init_httpApiKeyAuth = __esm({
4748
- "node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js"() {
4748
+ "node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js"() {
4749
4749
  import_protocol_http3 = __toESM(require_dist_cjs2());
4750
4750
  import_types4 = __toESM(require_dist_cjs());
4751
4751
  HttpApiKeyAuthSigner = class {
@@ -4776,10 +4776,10 @@ var init_httpApiKeyAuth = __esm({
4776
4776
  }
4777
4777
  });
4778
4778
 
4779
- // node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js
4779
+ // node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js
4780
4780
  var import_protocol_http4, HttpBearerAuthSigner;
4781
4781
  var init_httpBearerAuth = __esm({
4782
- "node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js"() {
4782
+ "node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js"() {
4783
4783
  import_protocol_http4 = __toESM(require_dist_cjs2());
4784
4784
  HttpBearerAuthSigner = class {
4785
4785
  async sign(httpRequest, identity, signingProperties) {
@@ -4794,10 +4794,10 @@ var init_httpBearerAuth = __esm({
4794
4794
  }
4795
4795
  });
4796
4796
 
4797
- // node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js
4797
+ // node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js
4798
4798
  var NoAuthSigner;
4799
4799
  var init_noAuth = __esm({
4800
- "node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js"() {
4800
+ "node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js"() {
4801
4801
  NoAuthSigner = class {
4802
4802
  async sign(httpRequest, identity, signingProperties) {
4803
4803
  return httpRequest;
@@ -4806,19 +4806,19 @@ var init_noAuth = __esm({
4806
4806
  }
4807
4807
  });
4808
4808
 
4809
- // node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js
4809
+ // node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js
4810
4810
  var init_httpAuthSchemes = __esm({
4811
- "node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js"() {
4811
+ "node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js"() {
4812
4812
  init_httpApiKeyAuth();
4813
4813
  init_httpBearerAuth();
4814
4814
  init_noAuth();
4815
4815
  }
4816
4816
  });
4817
4817
 
4818
- // node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js
4818
+ // node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js
4819
4819
  var createIsIdentityExpiredFunction, EXPIRATION_MS, isIdentityExpired, doesIdentityRequireRefresh, memoizeIdentityProvider;
4820
4820
  var init_memoizeIdentityProvider = __esm({
4821
- "node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js"() {
4821
+ "node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js"() {
4822
4822
  createIsIdentityExpiredFunction = (expirationMs) => (identity) => doesIdentityRequireRefresh(identity) && identity.expiration.getTime() - Date.now() < expirationMs;
4823
4823
  EXPIRATION_MS = 3e5;
4824
4824
  isIdentityExpired = createIsIdentityExpiredFunction(EXPIRATION_MS);
@@ -4874,16 +4874,16 @@ var init_memoizeIdentityProvider = __esm({
4874
4874
  }
4875
4875
  });
4876
4876
 
4877
- // node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js
4877
+ // node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js
4878
4878
  var init_util_identity_and_auth = __esm({
4879
- "node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js"() {
4879
+ "node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js"() {
4880
4880
  init_DefaultIdentityProviderConfig();
4881
4881
  init_httpAuthSchemes();
4882
4882
  init_memoizeIdentityProvider();
4883
4883
  }
4884
4884
  });
4885
4885
 
4886
- // node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/index.js
4886
+ // node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/index.js
4887
4887
  var dist_es_exports = {};
4888
4888
  __export(dist_es_exports, {
4889
4889
  DefaultIdentityProviderConfig: () => DefaultIdentityProviderConfig,
@@ -4910,7 +4910,7 @@ __export(dist_es_exports, {
4910
4910
  setFeature: () => setFeature
4911
4911
  });
4912
4912
  var init_dist_es = __esm({
4913
- "node_modules/.pnpm/@smithy+core@3.1.0/node_modules/@smithy/core/dist-es/index.js"() {
4913
+ "node_modules/.pnpm/@smithy+core@3.1.1/node_modules/@smithy/core/dist-es/index.js"() {
4914
4914
  init_getSmithyContext();
4915
4915
  init_middleware_http_auth_scheme();
4916
4916
  init_middleware_http_signing();
@@ -5395,9 +5395,9 @@ var require_dist_cjs21 = __commonJS({
5395
5395
  }
5396
5396
  });
5397
5397
 
5398
- // node_modules/.pnpm/@aws-sdk+util-endpoints@3.731.0/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js
5398
+ // node_modules/.pnpm/@aws-sdk+util-endpoints@3.734.0/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js
5399
5399
  var require_dist_cjs22 = __commonJS({
5400
- "node_modules/.pnpm/@aws-sdk+util-endpoints@3.731.0/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js"(exports2, module2) {
5400
+ "node_modules/.pnpm/@aws-sdk+util-endpoints@3.734.0/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js"(exports2, module2) {
5401
5401
  "use strict";
5402
5402
  var __defProp2 = Object.defineProperty;
5403
5403
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -5770,10 +5770,10 @@ var require_dist_cjs22 = __commonJS({
5770
5770
  }
5771
5771
  });
5772
5772
 
5773
- // node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js
5773
+ // node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js
5774
5774
  var state, emitWarningIfUnsupportedVersion;
5775
5775
  var init_emitWarningIfUnsupportedVersion = __esm({
5776
- "node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js"() {
5776
+ "node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js"() {
5777
5777
  state = {
5778
5778
  warningEmitted: false
5779
5779
  };
@@ -5792,7 +5792,7 @@ More information can be found at: https://a.co/74kJMmI`);
5792
5792
  }
5793
5793
  });
5794
5794
 
5795
- // node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js
5795
+ // node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js
5796
5796
  function setCredentialFeature(credentials, feature, value) {
5797
5797
  if (!credentials.$source) {
5798
5798
  credentials.$source = {};
@@ -5801,11 +5801,11 @@ function setCredentialFeature(credentials, feature, value) {
5801
5801
  return credentials;
5802
5802
  }
5803
5803
  var init_setCredentialFeature = __esm({
5804
- "node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js"() {
5804
+ "node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js"() {
5805
5805
  }
5806
5806
  });
5807
5807
 
5808
- // node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js
5808
+ // node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js
5809
5809
  function setFeature2(context, feature, value) {
5810
5810
  if (!context.__aws_sdk_context) {
5811
5811
  context.__aws_sdk_context = {
@@ -5817,11 +5817,11 @@ function setFeature2(context, feature, value) {
5817
5817
  context.__aws_sdk_context.features[feature] = value;
5818
5818
  }
5819
5819
  var init_setFeature2 = __esm({
5820
- "node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js"() {
5820
+ "node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js"() {
5821
5821
  }
5822
5822
  });
5823
5823
 
5824
- // node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js
5824
+ // node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js
5825
5825
  var client_exports = {};
5826
5826
  __export(client_exports, {
5827
5827
  emitWarningIfUnsupportedVersion: () => emitWarningIfUnsupportedVersion,
@@ -5830,43 +5830,43 @@ __export(client_exports, {
5830
5830
  state: () => state
5831
5831
  });
5832
5832
  var init_client = __esm({
5833
- "node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js"() {
5833
+ "node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js"() {
5834
5834
  init_emitWarningIfUnsupportedVersion();
5835
5835
  init_setCredentialFeature();
5836
5836
  init_setFeature2();
5837
5837
  }
5838
5838
  });
5839
5839
 
5840
- // node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js
5840
+ // node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js
5841
5841
  var import_protocol_http5, getDateHeader;
5842
5842
  var init_getDateHeader = __esm({
5843
- "node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js"() {
5843
+ "node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js"() {
5844
5844
  import_protocol_http5 = __toESM(require_dist_cjs2());
5845
5845
  getDateHeader = (response) => import_protocol_http5.HttpResponse.isInstance(response) ? response.headers?.date ?? response.headers?.Date : void 0;
5846
5846
  }
5847
5847
  });
5848
5848
 
5849
- // node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js
5849
+ // node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js
5850
5850
  var getSkewCorrectedDate;
5851
5851
  var init_getSkewCorrectedDate = __esm({
5852
- "node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js"() {
5852
+ "node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js"() {
5853
5853
  getSkewCorrectedDate = (systemClockOffset) => new Date(Date.now() + systemClockOffset);
5854
5854
  }
5855
5855
  });
5856
5856
 
5857
- // node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js
5857
+ // node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js
5858
5858
  var isClockSkewed;
5859
5859
  var init_isClockSkewed = __esm({
5860
- "node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js"() {
5860
+ "node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js"() {
5861
5861
  init_getSkewCorrectedDate();
5862
5862
  isClockSkewed = (clockTime, systemClockOffset) => Math.abs(getSkewCorrectedDate(systemClockOffset).getTime() - clockTime) >= 3e5;
5863
5863
  }
5864
5864
  });
5865
5865
 
5866
- // node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js
5866
+ // node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js
5867
5867
  var getUpdatedSystemClockOffset;
5868
5868
  var init_getUpdatedSystemClockOffset = __esm({
5869
- "node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js"() {
5869
+ "node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js"() {
5870
5870
  init_isClockSkewed();
5871
5871
  getUpdatedSystemClockOffset = (clockTime, currentSystemClockOffset) => {
5872
5872
  const clockTimeInMs = Date.parse(clockTime);
@@ -5878,19 +5878,19 @@ var init_getUpdatedSystemClockOffset = __esm({
5878
5878
  }
5879
5879
  });
5880
5880
 
5881
- // node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js
5881
+ // node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js
5882
5882
  var init_utils = __esm({
5883
- "node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js"() {
5883
+ "node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js"() {
5884
5884
  init_getDateHeader();
5885
5885
  init_getSkewCorrectedDate();
5886
5886
  init_getUpdatedSystemClockOffset();
5887
5887
  }
5888
5888
  });
5889
5889
 
5890
- // node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js
5890
+ // node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js
5891
5891
  var import_protocol_http6, throwSigningPropertyError, validateSigningProperties, AwsSdkSigV4Signer, AWSSDKSigV4Signer;
5892
5892
  var init_AwsSdkSigV4Signer = __esm({
5893
- "node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js"() {
5893
+ "node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js"() {
5894
5894
  import_protocol_http6 = __toESM(require_dist_cjs2());
5895
5895
  init_utils();
5896
5896
  throwSigningPropertyError = (name, property) => {
@@ -5966,10 +5966,10 @@ var init_AwsSdkSigV4Signer = __esm({
5966
5966
  }
5967
5967
  });
5968
5968
 
5969
- // node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js
5969
+ // node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js
5970
5970
  var import_protocol_http7, AwsSdkSigV4ASigner;
5971
5971
  var init_AwsSdkSigV4ASigner = __esm({
5972
- "node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js"() {
5972
+ "node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js"() {
5973
5973
  import_protocol_http7 = __toESM(require_dist_cjs2());
5974
5974
  init_utils();
5975
5975
  init_AwsSdkSigV4Signer();
@@ -6143,10 +6143,10 @@ var require_dist_cjs23 = __commonJS({
6143
6143
  }
6144
6144
  });
6145
6145
 
6146
- // node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js
6146
+ // node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js
6147
6147
  var import_property_provider, resolveAwsSdkSigV4AConfig, NODE_SIGV4A_CONFIG_OPTIONS;
6148
6148
  var init_resolveAwsSdkSigV4AConfig = __esm({
6149
- "node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js"() {
6149
+ "node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js"() {
6150
6150
  init_dist_es();
6151
6151
  import_property_provider = __toESM(require_dist_cjs23());
6152
6152
  resolveAwsSdkSigV4AConfig = (config) => {
@@ -6733,10 +6733,10 @@ ${(0, import_util_hex_encoding.toHex)(hashedRequest)}`;
6733
6733
  }
6734
6734
  });
6735
6735
 
6736
- // node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js
6736
+ // node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js
6737
6737
  var import_signature_v4, resolveAwsSdkSigV4Config, resolveAWSSDKSigV4Config;
6738
6738
  var init_resolveAwsSdkSigV4Config = __esm({
6739
- "node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js"() {
6739
+ "node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js"() {
6740
6740
  init_client();
6741
6741
  init_dist_es();
6742
6742
  import_signature_v4 = __toESM(require_dist_cjs24());
@@ -6821,9 +6821,9 @@ var init_resolveAwsSdkSigV4Config = __esm({
6821
6821
  }
6822
6822
  });
6823
6823
 
6824
- // node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js
6824
+ // node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js
6825
6825
  var init_aws_sdk = __esm({
6826
- "node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js"() {
6826
+ "node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js"() {
6827
6827
  init_AwsSdkSigV4Signer();
6828
6828
  init_AwsSdkSigV4ASigner();
6829
6829
  init_resolveAwsSdkSigV4AConfig();
@@ -6831,17 +6831,17 @@ var init_aws_sdk = __esm({
6831
6831
  }
6832
6832
  });
6833
6833
 
6834
- // node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js
6834
+ // node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js
6835
6835
  var init_httpAuthSchemes2 = __esm({
6836
- "node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js"() {
6836
+ "node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js"() {
6837
6837
  init_aws_sdk();
6838
6838
  }
6839
6839
  });
6840
6840
 
6841
- // node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js
6841
+ // node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js
6842
6842
  var _toStr, _toBool, _toNum;
6843
6843
  var init_coercing_serializers = __esm({
6844
- "node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js"() {
6844
+ "node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js"() {
6845
6845
  _toStr = (val2) => {
6846
6846
  if (val2 == null) {
6847
6847
  return val2;
@@ -6898,10 +6898,10 @@ var init_coercing_serializers = __esm({
6898
6898
  }
6899
6899
  });
6900
6900
 
6901
- // node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js
6901
+ // node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js
6902
6902
  var import_smithy_client, awsExpectUnion;
6903
6903
  var init_awsExpectUnion = __esm({
6904
- "node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js"() {
6904
+ "node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js"() {
6905
6905
  import_smithy_client = __toESM(require_dist_cjs17());
6906
6906
  awsExpectUnion = (value) => {
6907
6907
  if (value == null) {
@@ -6915,19 +6915,19 @@ var init_awsExpectUnion = __esm({
6915
6915
  }
6916
6916
  });
6917
6917
 
6918
- // node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js
6918
+ // node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js
6919
6919
  var import_smithy_client2, collectBodyString;
6920
6920
  var init_common = __esm({
6921
- "node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js"() {
6921
+ "node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js"() {
6922
6922
  import_smithy_client2 = __toESM(require_dist_cjs17());
6923
6923
  collectBodyString = (streamBody, context) => (0, import_smithy_client2.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body));
6924
6924
  }
6925
6925
  });
6926
6926
 
6927
- // node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js
6927
+ // node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js
6928
6928
  var parseJsonBody, parseJsonErrorBody, loadRestJsonErrorCode;
6929
6929
  var init_parseJsonBody = __esm({
6930
- "node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js"() {
6930
+ "node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js"() {
6931
6931
  init_common();
6932
6932
  parseJsonBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
6933
6933
  if (encoded.length) {
@@ -8625,10 +8625,10 @@ var require_fxp = __commonJS({
8625
8625
  }
8626
8626
  });
8627
8627
 
8628
- // node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js
8628
+ // node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js
8629
8629
  var import_smithy_client3, import_fast_xml_parser, parseXmlBody, parseXmlErrorBody, loadRestXmlErrorCode;
8630
8630
  var init_parseXmlBody = __esm({
8631
- "node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js"() {
8631
+ "node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js"() {
8632
8632
  import_smithy_client3 = __toESM(require_dist_cjs17());
8633
8633
  import_fast_xml_parser = __toESM(require_fxp());
8634
8634
  init_common();
@@ -8688,9 +8688,9 @@ var init_parseXmlBody = __esm({
8688
8688
  }
8689
8689
  });
8690
8690
 
8691
- // node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js
8691
+ // node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js
8692
8692
  var init_protocols2 = __esm({
8693
- "node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js"() {
8693
+ "node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js"() {
8694
8694
  init_coercing_serializers();
8695
8695
  init_awsExpectUnion();
8696
8696
  init_parseJsonBody();
@@ -8698,7 +8698,7 @@ var init_protocols2 = __esm({
8698
8698
  }
8699
8699
  });
8700
8700
 
8701
- // node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/index.js
8701
+ // node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/index.js
8702
8702
  var dist_es_exports2 = {};
8703
8703
  __export(dist_es_exports2, {
8704
8704
  AWSSDKSigV4Signer: () => AWSSDKSigV4Signer,
@@ -8725,16 +8725,16 @@ __export(dist_es_exports2, {
8725
8725
  validateSigningProperties: () => validateSigningProperties
8726
8726
  });
8727
8727
  var init_dist_es2 = __esm({
8728
- "node_modules/.pnpm/@aws-sdk+core@3.731.0/node_modules/@aws-sdk/core/dist-es/index.js"() {
8728
+ "node_modules/.pnpm/@aws-sdk+core@3.734.0/node_modules/@aws-sdk/core/dist-es/index.js"() {
8729
8729
  init_client();
8730
8730
  init_httpAuthSchemes2();
8731
8731
  init_protocols2();
8732
8732
  }
8733
8733
  });
8734
8734
 
8735
- // node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.731.0/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js
8735
+ // node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.734.0/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js
8736
8736
  var require_dist_cjs25 = __commonJS({
8737
- "node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.731.0/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js"(exports2, module2) {
8737
+ "node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.734.0/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js"(exports2, module2) {
8738
8738
  "use strict";
8739
8739
  var __defProp2 = Object.defineProperty;
8740
8740
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -9582,9 +9582,9 @@ var require_dist_cjs30 = __commonJS({
9582
9582
  }
9583
9583
  });
9584
9584
 
9585
- // node_modules/.pnpm/@smithy+middleware-endpoint@4.0.1/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js
9585
+ // node_modules/.pnpm/@smithy+middleware-endpoint@4.0.2/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js
9586
9586
  var require_getEndpointUrlConfig = __commonJS({
9587
- "node_modules/.pnpm/@smithy+middleware-endpoint@4.0.1/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js"(exports2) {
9587
+ "node_modules/.pnpm/@smithy+middleware-endpoint@4.0.2/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js"(exports2) {
9588
9588
  "use strict";
9589
9589
  Object.defineProperty(exports2, "__esModule", { value: true });
9590
9590
  exports2.getEndpointUrlConfig = void 0;
@@ -9623,9 +9623,9 @@ var require_getEndpointUrlConfig = __commonJS({
9623
9623
  }
9624
9624
  });
9625
9625
 
9626
- // node_modules/.pnpm/@smithy+middleware-endpoint@4.0.1/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js
9626
+ // node_modules/.pnpm/@smithy+middleware-endpoint@4.0.2/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js
9627
9627
  var require_getEndpointFromConfig = __commonJS({
9628
- "node_modules/.pnpm/@smithy+middleware-endpoint@4.0.1/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js"(exports2) {
9628
+ "node_modules/.pnpm/@smithy+middleware-endpoint@4.0.2/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js"(exports2) {
9629
9629
  "use strict";
9630
9630
  Object.defineProperty(exports2, "__esModule", { value: true });
9631
9631
  exports2.getEndpointFromConfig = void 0;
@@ -9734,9 +9734,9 @@ var require_dist_cjs32 = __commonJS({
9734
9734
  }
9735
9735
  });
9736
9736
 
9737
- // node_modules/.pnpm/@smithy+middleware-endpoint@4.0.1/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js
9737
+ // node_modules/.pnpm/@smithy+middleware-endpoint@4.0.2/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js
9738
9738
  var require_dist_cjs33 = __commonJS({
9739
- "node_modules/.pnpm/@smithy+middleware-endpoint@4.0.1/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js"(exports2, module2) {
9739
+ "node_modules/.pnpm/@smithy+middleware-endpoint@4.0.2/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js"(exports2, module2) {
9740
9740
  var __defProp2 = Object.defineProperty;
9741
9741
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
9742
9742
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -10739,9 +10739,9 @@ var require_dist_cjs35 = __commonJS({
10739
10739
  }
10740
10740
  });
10741
10741
 
10742
- // node_modules/.pnpm/@smithy+middleware-retry@4.0.1/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js
10742
+ // node_modules/.pnpm/@smithy+middleware-retry@4.0.3/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js
10743
10743
  var require_isStreamingPayload = __commonJS({
10744
- "node_modules/.pnpm/@smithy+middleware-retry@4.0.1/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js"(exports2) {
10744
+ "node_modules/.pnpm/@smithy+middleware-retry@4.0.3/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js"(exports2) {
10745
10745
  "use strict";
10746
10746
  Object.defineProperty(exports2, "__esModule", { value: true });
10747
10747
  exports2.isStreamingPayload = void 0;
@@ -10751,9 +10751,9 @@ var require_isStreamingPayload = __commonJS({
10751
10751
  }
10752
10752
  });
10753
10753
 
10754
- // node_modules/.pnpm/@smithy+middleware-retry@4.0.1/node_modules/@smithy/middleware-retry/dist-cjs/index.js
10754
+ // node_modules/.pnpm/@smithy+middleware-retry@4.0.3/node_modules/@smithy/middleware-retry/dist-cjs/index.js
10755
10755
  var require_dist_cjs36 = __commonJS({
10756
- "node_modules/.pnpm/@smithy+middleware-retry@4.0.1/node_modules/@smithy/middleware-retry/dist-cjs/index.js"(exports2, module2) {
10756
+ "node_modules/.pnpm/@smithy+middleware-retry@4.0.3/node_modules/@smithy/middleware-retry/dist-cjs/index.js"(exports2, module2) {
10757
10757
  var __defProp2 = Object.defineProperty;
10758
10758
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
10759
10759
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -11125,9 +11125,9 @@ var require_dist_cjs36 = __commonJS({
11125
11125
  }
11126
11126
  });
11127
11127
 
11128
- // node_modules/.pnpm/@aws-sdk+client-sqs@3.731.1/node_modules/@aws-sdk/client-sqs/dist-cjs/auth/httpAuthSchemeProvider.js
11128
+ // node_modules/.pnpm/@aws-sdk+client-sqs@3.734.0/node_modules/@aws-sdk/client-sqs/dist-cjs/auth/httpAuthSchemeProvider.js
11129
11129
  var require_httpAuthSchemeProvider = __commonJS({
11130
- "node_modules/.pnpm/@aws-sdk+client-sqs@3.731.1/node_modules/@aws-sdk/client-sqs/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
11130
+ "node_modules/.pnpm/@aws-sdk+client-sqs@3.734.0/node_modules/@aws-sdk/client-sqs/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
11131
11131
  "use strict";
11132
11132
  Object.defineProperty(exports2, "__esModule", { value: true });
11133
11133
  exports2.resolveHttpAuthSchemeConfig = exports2.defaultSQSHttpAuthSchemeProvider = exports2.defaultSQSHttpAuthSchemeParametersProvider = void 0;
@@ -11702,13 +11702,13 @@ var init_tslib_es6 = __esm({
11702
11702
  }
11703
11703
  });
11704
11704
 
11705
- // node_modules/.pnpm/@aws-sdk+client-sqs@3.731.1/node_modules/@aws-sdk/client-sqs/package.json
11705
+ // node_modules/.pnpm/@aws-sdk+client-sqs@3.734.0/node_modules/@aws-sdk/client-sqs/package.json
11706
11706
  var require_package = __commonJS({
11707
- "node_modules/.pnpm/@aws-sdk+client-sqs@3.731.1/node_modules/@aws-sdk/client-sqs/package.json"(exports2, module2) {
11707
+ "node_modules/.pnpm/@aws-sdk+client-sqs@3.734.0/node_modules/@aws-sdk/client-sqs/package.json"(exports2, module2) {
11708
11708
  module2.exports = {
11709
11709
  name: "@aws-sdk/client-sqs",
11710
11710
  description: "AWS SDK for JavaScript Sqs Client for Node.js, Browser and React Native",
11711
- version: "3.731.1",
11711
+ version: "3.734.0",
11712
11712
  scripts: {
11713
11713
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
11714
11714
  "build:cjs": "node ../../scripts/compilation/inline client-sqs",
@@ -11727,43 +11727,43 @@ var require_package = __commonJS({
11727
11727
  dependencies: {
11728
11728
  "@aws-crypto/sha256-browser": "5.2.0",
11729
11729
  "@aws-crypto/sha256-js": "5.2.0",
11730
- "@aws-sdk/core": "3.731.0",
11731
- "@aws-sdk/credential-provider-node": "3.731.1",
11732
- "@aws-sdk/middleware-host-header": "3.731.0",
11733
- "@aws-sdk/middleware-logger": "3.731.0",
11734
- "@aws-sdk/middleware-recursion-detection": "3.731.0",
11735
- "@aws-sdk/middleware-sdk-sqs": "3.731.0",
11736
- "@aws-sdk/middleware-user-agent": "3.731.0",
11737
- "@aws-sdk/region-config-resolver": "3.731.0",
11738
- "@aws-sdk/types": "3.731.0",
11739
- "@aws-sdk/util-endpoints": "3.731.0",
11740
- "@aws-sdk/util-user-agent-browser": "3.731.0",
11741
- "@aws-sdk/util-user-agent-node": "3.731.0",
11742
- "@smithy/config-resolver": "^4.0.0",
11743
- "@smithy/core": "^3.0.0",
11744
- "@smithy/fetch-http-handler": "^5.0.0",
11745
- "@smithy/hash-node": "^4.0.0",
11746
- "@smithy/invalid-dependency": "^4.0.0",
11747
- "@smithy/md5-js": "^4.0.0",
11748
- "@smithy/middleware-content-length": "^4.0.0",
11749
- "@smithy/middleware-endpoint": "^4.0.0",
11750
- "@smithy/middleware-retry": "^4.0.0",
11751
- "@smithy/middleware-serde": "^4.0.0",
11752
- "@smithy/middleware-stack": "^4.0.0",
11753
- "@smithy/node-config-provider": "^4.0.0",
11754
- "@smithy/node-http-handler": "^4.0.0",
11755
- "@smithy/protocol-http": "^5.0.0",
11756
- "@smithy/smithy-client": "^4.0.0",
11757
- "@smithy/types": "^4.0.0",
11758
- "@smithy/url-parser": "^4.0.0",
11730
+ "@aws-sdk/core": "3.734.0",
11731
+ "@aws-sdk/credential-provider-node": "3.734.0",
11732
+ "@aws-sdk/middleware-host-header": "3.734.0",
11733
+ "@aws-sdk/middleware-logger": "3.734.0",
11734
+ "@aws-sdk/middleware-recursion-detection": "3.734.0",
11735
+ "@aws-sdk/middleware-sdk-sqs": "3.734.0",
11736
+ "@aws-sdk/middleware-user-agent": "3.734.0",
11737
+ "@aws-sdk/region-config-resolver": "3.734.0",
11738
+ "@aws-sdk/types": "3.734.0",
11739
+ "@aws-sdk/util-endpoints": "3.734.0",
11740
+ "@aws-sdk/util-user-agent-browser": "3.734.0",
11741
+ "@aws-sdk/util-user-agent-node": "3.734.0",
11742
+ "@smithy/config-resolver": "^4.0.1",
11743
+ "@smithy/core": "^3.1.1",
11744
+ "@smithy/fetch-http-handler": "^5.0.1",
11745
+ "@smithy/hash-node": "^4.0.1",
11746
+ "@smithy/invalid-dependency": "^4.0.1",
11747
+ "@smithy/md5-js": "^4.0.1",
11748
+ "@smithy/middleware-content-length": "^4.0.1",
11749
+ "@smithy/middleware-endpoint": "^4.0.2",
11750
+ "@smithy/middleware-retry": "^4.0.3",
11751
+ "@smithy/middleware-serde": "^4.0.1",
11752
+ "@smithy/middleware-stack": "^4.0.1",
11753
+ "@smithy/node-config-provider": "^4.0.1",
11754
+ "@smithy/node-http-handler": "^4.0.2",
11755
+ "@smithy/protocol-http": "^5.0.1",
11756
+ "@smithy/smithy-client": "^4.1.2",
11757
+ "@smithy/types": "^4.1.0",
11758
+ "@smithy/url-parser": "^4.0.1",
11759
11759
  "@smithy/util-base64": "^4.0.0",
11760
11760
  "@smithy/util-body-length-browser": "^4.0.0",
11761
11761
  "@smithy/util-body-length-node": "^4.0.0",
11762
- "@smithy/util-defaults-mode-browser": "^4.0.0",
11763
- "@smithy/util-defaults-mode-node": "^4.0.0",
11764
- "@smithy/util-endpoints": "^3.0.0",
11765
- "@smithy/util-middleware": "^4.0.0",
11766
- "@smithy/util-retry": "^4.0.0",
11762
+ "@smithy/util-defaults-mode-browser": "^4.0.3",
11763
+ "@smithy/util-defaults-mode-node": "^4.0.3",
11764
+ "@smithy/util-endpoints": "^3.0.1",
11765
+ "@smithy/util-middleware": "^4.0.1",
11766
+ "@smithy/util-retry": "^4.0.1",
11767
11767
  "@smithy/util-utf8": "^4.0.0",
11768
11768
  tslib: "^2.6.2"
11769
11769
  },
@@ -11809,9 +11809,9 @@ var require_package = __commonJS({
11809
11809
  }
11810
11810
  });
11811
11811
 
11812
- // node_modules/.pnpm/@aws-sdk+credential-provider-env@3.731.0/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js
11812
+ // node_modules/.pnpm/@aws-sdk+credential-provider-env@3.734.0/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js
11813
11813
  var require_dist_cjs37 = __commonJS({
11814
- "node_modules/.pnpm/@aws-sdk+credential-provider-env@3.731.0/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js"(exports2, module2) {
11814
+ "node_modules/.pnpm/@aws-sdk+credential-provider-env@3.734.0/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js"(exports2, module2) {
11815
11815
  "use strict";
11816
11816
  var __defProp2 = Object.defineProperty;
11817
11817
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -12271,9 +12271,9 @@ For more information, please visit: ` + STATIC_STABILITY_DOC_URL
12271
12271
  }
12272
12272
  });
12273
12273
 
12274
- // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.731.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js
12274
+ // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.734.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js
12275
12275
  var require_checkUrl = __commonJS({
12276
- "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.731.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js"(exports2) {
12276
+ "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.734.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js"(exports2) {
12277
12277
  "use strict";
12278
12278
  Object.defineProperty(exports2, "__esModule", { value: true });
12279
12279
  exports2.checkUrl = void 0;
@@ -12314,9 +12314,9 @@ var require_checkUrl = __commonJS({
12314
12314
  }
12315
12315
  });
12316
12316
 
12317
- // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.731.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js
12317
+ // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.734.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js
12318
12318
  var require_requestHelpers = __commonJS({
12319
- "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.731.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js"(exports2) {
12319
+ "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.734.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js"(exports2) {
12320
12320
  "use strict";
12321
12321
  Object.defineProperty(exports2, "__esModule", { value: true });
12322
12322
  exports2.getCredentials = exports2.createGetRequest = void 0;
@@ -12370,9 +12370,9 @@ var require_requestHelpers = __commonJS({
12370
12370
  }
12371
12371
  });
12372
12372
 
12373
- // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.731.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js
12373
+ // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.734.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js
12374
12374
  var require_retry_wrapper = __commonJS({
12375
- "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.731.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js"(exports2) {
12375
+ "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.734.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js"(exports2) {
12376
12376
  "use strict";
12377
12377
  Object.defineProperty(exports2, "__esModule", { value: true });
12378
12378
  exports2.retryWrapper = void 0;
@@ -12392,9 +12392,9 @@ var require_retry_wrapper = __commonJS({
12392
12392
  }
12393
12393
  });
12394
12394
 
12395
- // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.731.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js
12395
+ // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.734.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js
12396
12396
  var require_fromHttp = __commonJS({
12397
- "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.731.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js"(exports2) {
12397
+ "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.734.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js"(exports2) {
12398
12398
  "use strict";
12399
12399
  Object.defineProperty(exports2, "__esModule", { value: true });
12400
12400
  exports2.fromHttp = void 0;
@@ -12460,9 +12460,9 @@ Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
12460
12460
  }
12461
12461
  });
12462
12462
 
12463
- // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.731.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js
12463
+ // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.734.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js
12464
12464
  var require_dist_cjs39 = __commonJS({
12465
- "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.731.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js"(exports2) {
12465
+ "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.734.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js"(exports2) {
12466
12466
  "use strict";
12467
12467
  Object.defineProperty(exports2, "__esModule", { value: true });
12468
12468
  exports2.fromHttp = void 0;
@@ -12473,9 +12473,9 @@ var require_dist_cjs39 = __commonJS({
12473
12473
  }
12474
12474
  });
12475
12475
 
12476
- // node_modules/.pnpm/@aws-sdk+client-sso@3.731.0/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js
12476
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.734.0/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js
12477
12477
  var require_httpAuthSchemeProvider2 = __commonJS({
12478
- "node_modules/.pnpm/@aws-sdk+client-sso@3.731.0/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
12478
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.734.0/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
12479
12479
  "use strict";
12480
12480
  Object.defineProperty(exports2, "__esModule", { value: true });
12481
12481
  exports2.resolveHttpAuthSchemeConfig = exports2.defaultSSOHttpAuthSchemeProvider = exports2.defaultSSOHttpAuthSchemeParametersProvider = void 0;
@@ -12546,13 +12546,13 @@ var require_httpAuthSchemeProvider2 = __commonJS({
12546
12546
  }
12547
12547
  });
12548
12548
 
12549
- // node_modules/.pnpm/@aws-sdk+client-sso@3.731.0/node_modules/@aws-sdk/client-sso/package.json
12549
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.734.0/node_modules/@aws-sdk/client-sso/package.json
12550
12550
  var require_package2 = __commonJS({
12551
- "node_modules/.pnpm/@aws-sdk+client-sso@3.731.0/node_modules/@aws-sdk/client-sso/package.json"(exports2, module2) {
12551
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.734.0/node_modules/@aws-sdk/client-sso/package.json"(exports2, module2) {
12552
12552
  module2.exports = {
12553
12553
  name: "@aws-sdk/client-sso",
12554
12554
  description: "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
12555
- version: "3.731.0",
12555
+ version: "3.734.0",
12556
12556
  scripts: {
12557
12557
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
12558
12558
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -12571,40 +12571,40 @@ var require_package2 = __commonJS({
12571
12571
  dependencies: {
12572
12572
  "@aws-crypto/sha256-browser": "5.2.0",
12573
12573
  "@aws-crypto/sha256-js": "5.2.0",
12574
- "@aws-sdk/core": "3.731.0",
12575
- "@aws-sdk/middleware-host-header": "3.731.0",
12576
- "@aws-sdk/middleware-logger": "3.731.0",
12577
- "@aws-sdk/middleware-recursion-detection": "3.731.0",
12578
- "@aws-sdk/middleware-user-agent": "3.731.0",
12579
- "@aws-sdk/region-config-resolver": "3.731.0",
12580
- "@aws-sdk/types": "3.731.0",
12581
- "@aws-sdk/util-endpoints": "3.731.0",
12582
- "@aws-sdk/util-user-agent-browser": "3.731.0",
12583
- "@aws-sdk/util-user-agent-node": "3.731.0",
12584
- "@smithy/config-resolver": "^4.0.0",
12585
- "@smithy/core": "^3.0.0",
12586
- "@smithy/fetch-http-handler": "^5.0.0",
12587
- "@smithy/hash-node": "^4.0.0",
12588
- "@smithy/invalid-dependency": "^4.0.0",
12589
- "@smithy/middleware-content-length": "^4.0.0",
12590
- "@smithy/middleware-endpoint": "^4.0.0",
12591
- "@smithy/middleware-retry": "^4.0.0",
12592
- "@smithy/middleware-serde": "^4.0.0",
12593
- "@smithy/middleware-stack": "^4.0.0",
12594
- "@smithy/node-config-provider": "^4.0.0",
12595
- "@smithy/node-http-handler": "^4.0.0",
12596
- "@smithy/protocol-http": "^5.0.0",
12597
- "@smithy/smithy-client": "^4.0.0",
12598
- "@smithy/types": "^4.0.0",
12599
- "@smithy/url-parser": "^4.0.0",
12574
+ "@aws-sdk/core": "3.734.0",
12575
+ "@aws-sdk/middleware-host-header": "3.734.0",
12576
+ "@aws-sdk/middleware-logger": "3.734.0",
12577
+ "@aws-sdk/middleware-recursion-detection": "3.734.0",
12578
+ "@aws-sdk/middleware-user-agent": "3.734.0",
12579
+ "@aws-sdk/region-config-resolver": "3.734.0",
12580
+ "@aws-sdk/types": "3.734.0",
12581
+ "@aws-sdk/util-endpoints": "3.734.0",
12582
+ "@aws-sdk/util-user-agent-browser": "3.734.0",
12583
+ "@aws-sdk/util-user-agent-node": "3.734.0",
12584
+ "@smithy/config-resolver": "^4.0.1",
12585
+ "@smithy/core": "^3.1.1",
12586
+ "@smithy/fetch-http-handler": "^5.0.1",
12587
+ "@smithy/hash-node": "^4.0.1",
12588
+ "@smithy/invalid-dependency": "^4.0.1",
12589
+ "@smithy/middleware-content-length": "^4.0.1",
12590
+ "@smithy/middleware-endpoint": "^4.0.2",
12591
+ "@smithy/middleware-retry": "^4.0.3",
12592
+ "@smithy/middleware-serde": "^4.0.1",
12593
+ "@smithy/middleware-stack": "^4.0.1",
12594
+ "@smithy/node-config-provider": "^4.0.1",
12595
+ "@smithy/node-http-handler": "^4.0.2",
12596
+ "@smithy/protocol-http": "^5.0.1",
12597
+ "@smithy/smithy-client": "^4.1.2",
12598
+ "@smithy/types": "^4.1.0",
12599
+ "@smithy/url-parser": "^4.0.1",
12600
12600
  "@smithy/util-base64": "^4.0.0",
12601
12601
  "@smithy/util-body-length-browser": "^4.0.0",
12602
12602
  "@smithy/util-body-length-node": "^4.0.0",
12603
- "@smithy/util-defaults-mode-browser": "^4.0.0",
12604
- "@smithy/util-defaults-mode-node": "^4.0.0",
12605
- "@smithy/util-endpoints": "^3.0.0",
12606
- "@smithy/util-middleware": "^4.0.0",
12607
- "@smithy/util-retry": "^4.0.0",
12603
+ "@smithy/util-defaults-mode-browser": "^4.0.3",
12604
+ "@smithy/util-defaults-mode-node": "^4.0.3",
12605
+ "@smithy/util-endpoints": "^3.0.1",
12606
+ "@smithy/util-middleware": "^4.0.1",
12607
+ "@smithy/util-retry": "^4.0.1",
12608
12608
  "@smithy/util-utf8": "^4.0.0",
12609
12609
  tslib: "^2.6.2"
12610
12610
  },
@@ -12650,9 +12650,9 @@ var require_package2 = __commonJS({
12650
12650
  }
12651
12651
  });
12652
12652
 
12653
- // node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.731.0/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js
12653
+ // node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.734.0/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js
12654
12654
  var require_dist_cjs40 = __commonJS({
12655
- "node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.731.0/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js"(exports2, module2) {
12655
+ "node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.734.0/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js"(exports2, module2) {
12656
12656
  "use strict";
12657
12657
  var __defProp2 = Object.defineProperty;
12658
12658
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -12849,9 +12849,9 @@ var require_dist_cjs42 = __commonJS({
12849
12849
  }
12850
12850
  });
12851
12851
 
12852
- // node_modules/.pnpm/@aws-sdk+client-sso@3.731.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js
12852
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.734.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js
12853
12853
  var require_ruleset = __commonJS({
12854
- "node_modules/.pnpm/@aws-sdk+client-sso@3.731.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js"(exports2) {
12854
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.734.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js"(exports2) {
12855
12855
  "use strict";
12856
12856
  Object.defineProperty(exports2, "__esModule", { value: true });
12857
12857
  exports2.ruleSet = void 0;
@@ -12884,9 +12884,9 @@ var require_ruleset = __commonJS({
12884
12884
  }
12885
12885
  });
12886
12886
 
12887
- // node_modules/.pnpm/@aws-sdk+client-sso@3.731.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js
12887
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.734.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js
12888
12888
  var require_endpointResolver = __commonJS({
12889
- "node_modules/.pnpm/@aws-sdk+client-sso@3.731.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js"(exports2) {
12889
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.734.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js"(exports2) {
12890
12890
  "use strict";
12891
12891
  Object.defineProperty(exports2, "__esModule", { value: true });
12892
12892
  exports2.defaultEndpointResolver = void 0;
@@ -12908,9 +12908,9 @@ var require_endpointResolver = __commonJS({
12908
12908
  }
12909
12909
  });
12910
12910
 
12911
- // node_modules/.pnpm/@aws-sdk+client-sso@3.731.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js
12911
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.734.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js
12912
12912
  var require_runtimeConfig_shared = __commonJS({
12913
- "node_modules/.pnpm/@aws-sdk+client-sso@3.731.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js"(exports2) {
12913
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.734.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js"(exports2) {
12914
12914
  "use strict";
12915
12915
  Object.defineProperty(exports2, "__esModule", { value: true });
12916
12916
  exports2.getRuntimeConfig = void 0;
@@ -12954,9 +12954,9 @@ var require_runtimeConfig_shared = __commonJS({
12954
12954
  }
12955
12955
  });
12956
12956
 
12957
- // node_modules/.pnpm/@smithy+util-defaults-mode-node@4.0.1/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js
12957
+ // node_modules/.pnpm/@smithy+util-defaults-mode-node@4.0.3/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js
12958
12958
  var require_dist_cjs43 = __commonJS({
12959
- "node_modules/.pnpm/@smithy+util-defaults-mode-node@4.0.1/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js"(exports2, module2) {
12959
+ "node_modules/.pnpm/@smithy+util-defaults-mode-node@4.0.3/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js"(exports2, module2) {
12960
12960
  var __create2 = Object.create;
12961
12961
  var __defProp2 = Object.defineProperty;
12962
12962
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -13063,9 +13063,9 @@ var require_dist_cjs43 = __commonJS({
13063
13063
  }
13064
13064
  });
13065
13065
 
13066
- // node_modules/.pnpm/@aws-sdk+client-sso@3.731.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js
13066
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.734.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js
13067
13067
  var require_runtimeConfig = __commonJS({
13068
- "node_modules/.pnpm/@aws-sdk+client-sso@3.731.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js"(exports2) {
13068
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.734.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js"(exports2) {
13069
13069
  "use strict";
13070
13070
  Object.defineProperty(exports2, "__esModule", { value: true });
13071
13071
  exports2.getRuntimeConfig = void 0;
@@ -13116,9 +13116,9 @@ var require_runtimeConfig = __commonJS({
13116
13116
  }
13117
13117
  });
13118
13118
 
13119
- // node_modules/.pnpm/@aws-sdk+region-config-resolver@3.731.0/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js
13119
+ // node_modules/.pnpm/@aws-sdk+region-config-resolver@3.734.0/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js
13120
13120
  var require_dist_cjs44 = __commonJS({
13121
- "node_modules/.pnpm/@aws-sdk+region-config-resolver@3.731.0/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js"(exports2, module2) {
13121
+ "node_modules/.pnpm/@aws-sdk+region-config-resolver@3.734.0/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js"(exports2, module2) {
13122
13122
  "use strict";
13123
13123
  var __defProp2 = Object.defineProperty;
13124
13124
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -13214,9 +13214,9 @@ var require_dist_cjs44 = __commonJS({
13214
13214
  }
13215
13215
  });
13216
13216
 
13217
- // node_modules/.pnpm/@aws-sdk+client-sso@3.731.0/node_modules/@aws-sdk/client-sso/dist-cjs/index.js
13217
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.734.0/node_modules/@aws-sdk/client-sso/dist-cjs/index.js
13218
13218
  var require_dist_cjs45 = __commonJS({
13219
- "node_modules/.pnpm/@aws-sdk+client-sso@3.731.0/node_modules/@aws-sdk/client-sso/dist-cjs/index.js"(exports2, module2) {
13219
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.734.0/node_modules/@aws-sdk/client-sso/dist-cjs/index.js"(exports2, module2) {
13220
13220
  "use strict";
13221
13221
  var __defProp2 = Object.defineProperty;
13222
13222
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -13759,7 +13759,7 @@ var require_dist_cjs45 = __commonJS({
13759
13759
  }
13760
13760
  });
13761
13761
 
13762
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js
13762
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js
13763
13763
  function createAwsAuthSigv4HttpAuthOption(authParameters) {
13764
13764
  return {
13765
13765
  schemeId: "aws.auth#sigv4",
@@ -13782,7 +13782,7 @@ function createSmithyApiNoAuthHttpAuthOption(authParameters) {
13782
13782
  }
13783
13783
  var import_util_middleware3, defaultSSOOIDCHttpAuthSchemeParametersProvider, defaultSSOOIDCHttpAuthSchemeProvider, resolveHttpAuthSchemeConfig;
13784
13784
  var init_httpAuthSchemeProvider = __esm({
13785
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js"() {
13785
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js"() {
13786
13786
  init_dist_es2();
13787
13787
  import_util_middleware3 = __toESM(require_dist_cjs19());
13788
13788
  defaultSSOOIDCHttpAuthSchemeParametersProvider = async (config, context, input) => {
@@ -13815,10 +13815,10 @@ var init_httpAuthSchemeProvider = __esm({
13815
13815
  }
13816
13816
  });
13817
13817
 
13818
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js
13818
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js
13819
13819
  var resolveClientEndpointParameters, commonParams;
13820
13820
  var init_EndpointParameters = __esm({
13821
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js"() {
13821
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js"() {
13822
13822
  resolveClientEndpointParameters = (options) => {
13823
13823
  return {
13824
13824
  ...options,
@@ -13836,13 +13836,13 @@ var init_EndpointParameters = __esm({
13836
13836
  }
13837
13837
  });
13838
13838
 
13839
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/package.json
13839
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/package.json
13840
13840
  var package_default;
13841
13841
  var init_package = __esm({
13842
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/package.json"() {
13842
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/package.json"() {
13843
13843
  package_default = {
13844
13844
  name: "@aws-sdk/nested-clients",
13845
- version: "3.731.1",
13845
+ version: "3.734.0",
13846
13846
  description: "Nested clients for AWS SDK packages.",
13847
13847
  main: "./dist-cjs/index.js",
13848
13848
  module: "./dist-es/index.js",
@@ -13870,40 +13870,40 @@ var init_package = __esm({
13870
13870
  dependencies: {
13871
13871
  "@aws-crypto/sha256-browser": "5.2.0",
13872
13872
  "@aws-crypto/sha256-js": "5.2.0",
13873
- "@aws-sdk/core": "3.731.0",
13874
- "@aws-sdk/middleware-host-header": "3.731.0",
13875
- "@aws-sdk/middleware-logger": "3.731.0",
13876
- "@aws-sdk/middleware-recursion-detection": "3.731.0",
13877
- "@aws-sdk/middleware-user-agent": "3.731.0",
13878
- "@aws-sdk/region-config-resolver": "3.731.0",
13879
- "@aws-sdk/types": "3.731.0",
13880
- "@aws-sdk/util-endpoints": "3.731.0",
13881
- "@aws-sdk/util-user-agent-browser": "3.731.0",
13882
- "@aws-sdk/util-user-agent-node": "3.731.0",
13883
- "@smithy/config-resolver": "^4.0.0",
13884
- "@smithy/core": "^3.0.0",
13885
- "@smithy/fetch-http-handler": "^5.0.0",
13886
- "@smithy/hash-node": "^4.0.0",
13887
- "@smithy/invalid-dependency": "^4.0.0",
13888
- "@smithy/middleware-content-length": "^4.0.0",
13889
- "@smithy/middleware-endpoint": "^4.0.0",
13890
- "@smithy/middleware-retry": "^4.0.0",
13891
- "@smithy/middleware-serde": "^4.0.0",
13892
- "@smithy/middleware-stack": "^4.0.0",
13893
- "@smithy/node-config-provider": "^4.0.0",
13894
- "@smithy/node-http-handler": "^4.0.0",
13895
- "@smithy/protocol-http": "^5.0.0",
13896
- "@smithy/smithy-client": "^4.0.0",
13897
- "@smithy/types": "^4.0.0",
13898
- "@smithy/url-parser": "^4.0.0",
13873
+ "@aws-sdk/core": "3.734.0",
13874
+ "@aws-sdk/middleware-host-header": "3.734.0",
13875
+ "@aws-sdk/middleware-logger": "3.734.0",
13876
+ "@aws-sdk/middleware-recursion-detection": "3.734.0",
13877
+ "@aws-sdk/middleware-user-agent": "3.734.0",
13878
+ "@aws-sdk/region-config-resolver": "3.734.0",
13879
+ "@aws-sdk/types": "3.734.0",
13880
+ "@aws-sdk/util-endpoints": "3.734.0",
13881
+ "@aws-sdk/util-user-agent-browser": "3.734.0",
13882
+ "@aws-sdk/util-user-agent-node": "3.734.0",
13883
+ "@smithy/config-resolver": "^4.0.1",
13884
+ "@smithy/core": "^3.1.1",
13885
+ "@smithy/fetch-http-handler": "^5.0.1",
13886
+ "@smithy/hash-node": "^4.0.1",
13887
+ "@smithy/invalid-dependency": "^4.0.1",
13888
+ "@smithy/middleware-content-length": "^4.0.1",
13889
+ "@smithy/middleware-endpoint": "^4.0.2",
13890
+ "@smithy/middleware-retry": "^4.0.3",
13891
+ "@smithy/middleware-serde": "^4.0.1",
13892
+ "@smithy/middleware-stack": "^4.0.1",
13893
+ "@smithy/node-config-provider": "^4.0.1",
13894
+ "@smithy/node-http-handler": "^4.0.2",
13895
+ "@smithy/protocol-http": "^5.0.1",
13896
+ "@smithy/smithy-client": "^4.1.2",
13897
+ "@smithy/types": "^4.1.0",
13898
+ "@smithy/url-parser": "^4.0.1",
13899
13899
  "@smithy/util-base64": "^4.0.0",
13900
13900
  "@smithy/util-body-length-browser": "^4.0.0",
13901
13901
  "@smithy/util-body-length-node": "^4.0.0",
13902
- "@smithy/util-defaults-mode-browser": "^4.0.0",
13903
- "@smithy/util-defaults-mode-node": "^4.0.0",
13904
- "@smithy/util-endpoints": "^3.0.0",
13905
- "@smithy/util-middleware": "^4.0.0",
13906
- "@smithy/util-retry": "^4.0.0",
13902
+ "@smithy/util-defaults-mode-browser": "^4.0.3",
13903
+ "@smithy/util-defaults-mode-node": "^4.0.3",
13904
+ "@smithy/util-endpoints": "^3.0.1",
13905
+ "@smithy/util-middleware": "^4.0.1",
13906
+ "@smithy/util-retry": "^4.0.1",
13907
13907
  "@smithy/util-utf8": "^4.0.0",
13908
13908
  tslib: "^2.6.2"
13909
13909
  },
@@ -13958,10 +13958,10 @@ var init_package = __esm({
13958
13958
  }
13959
13959
  });
13960
13960
 
13961
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js
13961
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js
13962
13962
  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;
13963
13963
  var init_ruleset = __esm({
13964
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js"() {
13964
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js"() {
13965
13965
  u = "required";
13966
13966
  v = "fn";
13967
13967
  w = "argv";
@@ -13974,8 +13974,8 @@ var init_ruleset = __esm({
13974
13974
  f = "tree";
13975
13975
  g = "PartitionResult";
13976
13976
  h = "getAttr";
13977
- i = { [u]: false, type: "String" };
13978
- j = { [u]: true, default: false, type: "Boolean" };
13977
+ i = { [u]: false, "type": "String" };
13978
+ j = { [u]: true, "default": false, "type": "Boolean" };
13979
13979
  k = { [x]: "Endpoint" };
13980
13980
  l = { [v]: c, [w]: [{ [x]: "UseFIPS" }, true] };
13981
13981
  m = { [v]: c, [w]: [{ [x]: "UseDualStack" }, true] };
@@ -13986,114 +13986,15 @@ var init_ruleset = __esm({
13986
13986
  r = [l];
13987
13987
  s = [m];
13988
13988
  t = [{ [x]: "Region" }];
13989
- _data = {
13990
- version: "1.0",
13991
- parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i },
13992
- rules: [
13993
- {
13994
- conditions: [{ [v]: b, [w]: [k] }],
13995
- rules: [
13996
- { conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d },
13997
- { conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d },
13998
- { endpoint: { url: k, properties: n, headers: n }, type: e }
13999
- ],
14000
- type: f
14001
- },
14002
- {
14003
- conditions: [{ [v]: b, [w]: t }],
14004
- rules: [
14005
- {
14006
- conditions: [{ [v]: "aws.partition", [w]: t, assign: g }],
14007
- rules: [
14008
- {
14009
- conditions: [l, m],
14010
- rules: [
14011
- {
14012
- conditions: [{ [v]: c, [w]: [a, o] }, q],
14013
- rules: [
14014
- {
14015
- endpoint: {
14016
- url: "https://oidc-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
14017
- properties: n,
14018
- headers: n
14019
- },
14020
- type: e
14021
- }
14022
- ],
14023
- type: f
14024
- },
14025
- { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }
14026
- ],
14027
- type: f
14028
- },
14029
- {
14030
- conditions: r,
14031
- rules: [
14032
- {
14033
- conditions: [{ [v]: c, [w]: [o, a] }],
14034
- rules: [
14035
- {
14036
- conditions: [{ [v]: "stringEquals", [w]: [{ [v]: h, [w]: [p, "name"] }, "aws-us-gov"] }],
14037
- endpoint: { url: "https://oidc.{Region}.amazonaws.com", properties: n, headers: n },
14038
- type: e
14039
- },
14040
- {
14041
- endpoint: {
14042
- url: "https://oidc-fips.{Region}.{PartitionResult#dnsSuffix}",
14043
- properties: n,
14044
- headers: n
14045
- },
14046
- type: e
14047
- }
14048
- ],
14049
- type: f
14050
- },
14051
- { error: "FIPS is enabled but this partition does not support FIPS", type: d }
14052
- ],
14053
- type: f
14054
- },
14055
- {
14056
- conditions: s,
14057
- rules: [
14058
- {
14059
- conditions: [q],
14060
- rules: [
14061
- {
14062
- endpoint: {
14063
- url: "https://oidc.{Region}.{PartitionResult#dualStackDnsSuffix}",
14064
- properties: n,
14065
- headers: n
14066
- },
14067
- type: e
14068
- }
14069
- ],
14070
- type: f
14071
- },
14072
- { error: "DualStack is enabled but this partition does not support DualStack", type: d }
14073
- ],
14074
- type: f
14075
- },
14076
- {
14077
- endpoint: { url: "https://oidc.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n },
14078
- type: e
14079
- }
14080
- ],
14081
- type: f
14082
- }
14083
- ],
14084
- type: f
14085
- },
14086
- { error: "Invalid Configuration: Missing Region", type: d }
14087
- ]
14088
- };
13989
+ _data = { version: "1.0", parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i }, rules: [{ conditions: [{ [v]: b, [w]: [k] }], rules: [{ conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: k, properties: n, headers: n }, type: e }], type: f }, { conditions: [{ [v]: b, [w]: t }], rules: [{ conditions: [{ [v]: "aws.partition", [w]: t, assign: g }], rules: [{ conditions: [l, m], rules: [{ conditions: [{ [v]: c, [w]: [a, o] }, q], rules: [{ endpoint: { url: "https://oidc-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: r, rules: [{ conditions: [{ [v]: c, [w]: [o, a] }], rules: [{ conditions: [{ [v]: "stringEquals", [w]: [{ [v]: h, [w]: [p, "name"] }, "aws-us-gov"] }], endpoint: { url: "https://oidc.{Region}.amazonaws.com", properties: n, headers: n }, type: e }, { endpoint: { url: "https://oidc-fips.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: s, rules: [{ conditions: [q], rules: [{ endpoint: { url: "https://oidc.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://oidc.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
14089
13990
  ruleSet = _data;
14090
13991
  }
14091
13992
  });
14092
13993
 
14093
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js
13994
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js
14094
13995
  var import_util_endpoints, import_util_endpoints2, cache, defaultEndpointResolver;
14095
13996
  var init_endpointResolver = __esm({
14096
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js"() {
13997
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js"() {
14097
13998
  import_util_endpoints = __toESM(require_dist_cjs22());
14098
13999
  import_util_endpoints2 = __toESM(require_dist_cjs21());
14099
14000
  init_ruleset();
@@ -14111,10 +14012,10 @@ var init_endpointResolver = __esm({
14111
14012
  }
14112
14013
  });
14113
14014
 
14114
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js
14015
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js
14115
14016
  var import_smithy_client4, import_url_parser, import_util_base64, import_util_utf8, getRuntimeConfig;
14116
14017
  var init_runtimeConfig_shared = __esm({
14117
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js"() {
14018
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js"() {
14118
14019
  init_dist_es2();
14119
14020
  init_dist_es();
14120
14021
  import_smithy_client4 = __toESM(require_dist_cjs17());
@@ -14154,10 +14055,10 @@ var init_runtimeConfig_shared = __esm({
14154
14055
  }
14155
14056
  });
14156
14057
 
14157
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js
14058
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js
14158
14059
  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;
14159
14060
  var init_runtimeConfig = __esm({
14160
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js"() {
14061
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js"() {
14161
14062
  init_package();
14162
14063
  init_dist_es2();
14163
14064
  import_util_user_agent_node = __toESM(require_dist_cjs40());
@@ -14203,10 +14104,10 @@ var init_runtimeConfig = __esm({
14203
14104
  }
14204
14105
  });
14205
14106
 
14206
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js
14107
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js
14207
14108
  var getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig;
14208
14109
  var init_httpAuthExtensionConfiguration = __esm({
14209
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js"() {
14110
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js"() {
14210
14111
  getHttpAuthExtensionConfiguration = (runtimeConfig) => {
14211
14112
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
14212
14113
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -14247,10 +14148,10 @@ var init_httpAuthExtensionConfiguration = __esm({
14247
14148
  }
14248
14149
  });
14249
14150
 
14250
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js
14151
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js
14251
14152
  var import_region_config_resolver, import_protocol_http8, import_smithy_client7, asPartial, resolveRuntimeExtensions;
14252
14153
  var init_runtimeExtensions = __esm({
14253
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js"() {
14154
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js"() {
14254
14155
  import_region_config_resolver = __toESM(require_dist_cjs44());
14255
14156
  import_protocol_http8 = __toESM(require_dist_cjs2());
14256
14157
  import_smithy_client7 = __toESM(require_dist_cjs17());
@@ -14275,10 +14176,10 @@ var init_runtimeExtensions = __esm({
14275
14176
  }
14276
14177
  });
14277
14178
 
14278
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js
14179
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js
14279
14180
  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;
14280
14181
  var init_SSOOIDCClient = __esm({
14281
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js"() {
14182
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js"() {
14282
14183
  import_middleware_host_header = __toESM(require_dist_cjs3());
14283
14184
  import_middleware_logger = __toESM(require_dist_cjs4());
14284
14185
  import_middleware_recursion_detection = __toESM(require_dist_cjs5());
@@ -14328,10 +14229,10 @@ var init_SSOOIDCClient = __esm({
14328
14229
  }
14329
14230
  });
14330
14231
 
14331
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js
14232
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js
14332
14233
  var import_smithy_client9, SSOOIDCServiceException;
14333
14234
  var init_SSOOIDCServiceException = __esm({
14334
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js"() {
14235
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js"() {
14335
14236
  import_smithy_client9 = __toESM(require_dist_cjs17());
14336
14237
  SSOOIDCServiceException = class _SSOOIDCServiceException extends import_smithy_client9.ServiceException {
14337
14238
  constructor(options) {
@@ -14342,10 +14243,10 @@ var init_SSOOIDCServiceException = __esm({
14342
14243
  }
14343
14244
  });
14344
14245
 
14345
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js
14246
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js
14346
14247
  var import_smithy_client10, AccessDeniedException, AuthorizationPendingException, CreateTokenRequestFilterSensitiveLog, CreateTokenResponseFilterSensitiveLog, ExpiredTokenException, InternalServerException, InvalidClientException, InvalidGrantException, InvalidRequestException, InvalidScopeException, SlowDownException, UnauthorizedClientException, UnsupportedGrantTypeException;
14347
14248
  var init_models_0 = __esm({
14348
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js"() {
14249
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js"() {
14349
14250
  import_smithy_client10 = __toESM(require_dist_cjs17());
14350
14251
  init_SSOOIDCServiceException();
14351
14252
  AccessDeniedException = class _AccessDeniedException extends SSOOIDCServiceException {
@@ -14539,10 +14440,10 @@ var init_models_0 = __esm({
14539
14440
  }
14540
14441
  });
14541
14442
 
14542
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js
14443
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js
14543
14444
  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;
14544
14445
  var init_Aws_restJson1 = __esm({
14545
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js"() {
14446
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js"() {
14546
14447
  init_dist_es2();
14547
14448
  init_dist_es();
14548
14449
  import_smithy_client11 = __toESM(require_dist_cjs17());
@@ -14800,10 +14701,10 @@ var init_Aws_restJson1 = __esm({
14800
14701
  }
14801
14702
  });
14802
14703
 
14803
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js
14704
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js
14804
14705
  var import_middleware_endpoint2, import_middleware_serde2, import_smithy_client12, CreateTokenCommand;
14805
14706
  var init_CreateTokenCommand = __esm({
14806
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js"() {
14707
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js"() {
14807
14708
  import_middleware_endpoint2 = __toESM(require_dist_cjs33());
14808
14709
  import_middleware_serde2 = __toESM(require_dist_cjs20());
14809
14710
  import_smithy_client12 = __toESM(require_dist_cjs17());
@@ -14820,10 +14721,10 @@ var init_CreateTokenCommand = __esm({
14820
14721
  }
14821
14722
  });
14822
14723
 
14823
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js
14724
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js
14824
14725
  var import_smithy_client13, commands, SSOOIDC;
14825
14726
  var init_SSOOIDC = __esm({
14826
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js"() {
14727
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js"() {
14827
14728
  import_smithy_client13 = __toESM(require_dist_cjs17());
14828
14729
  init_CreateTokenCommand();
14829
14730
  init_SSOOIDCClient();
@@ -14836,21 +14737,21 @@ var init_SSOOIDC = __esm({
14836
14737
  }
14837
14738
  });
14838
14739
 
14839
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js
14740
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js
14840
14741
  var init_commands = __esm({
14841
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js"() {
14742
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js"() {
14842
14743
  init_CreateTokenCommand();
14843
14744
  }
14844
14745
  });
14845
14746
 
14846
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js
14747
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js
14847
14748
  var init_models = __esm({
14848
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js"() {
14749
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js"() {
14849
14750
  init_models_0();
14850
14751
  }
14851
14752
  });
14852
14753
 
14853
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js
14754
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js
14854
14755
  var sso_oidc_exports = {};
14855
14756
  __export(sso_oidc_exports, {
14856
14757
  $Command: () => import_smithy_client12.Command,
@@ -14874,7 +14775,7 @@ __export(sso_oidc_exports, {
14874
14775
  __Client: () => import_smithy_client8.Client
14875
14776
  });
14876
14777
  var init_sso_oidc = __esm({
14877
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js"() {
14778
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js"() {
14878
14779
  init_SSOOIDCClient();
14879
14780
  init_SSOOIDC();
14880
14781
  init_commands();
@@ -14883,9 +14784,9 @@ var init_sso_oidc = __esm({
14883
14784
  }
14884
14785
  });
14885
14786
 
14886
- // node_modules/.pnpm/@aws-sdk+token-providers@3.731.1/node_modules/@aws-sdk/token-providers/dist-cjs/index.js
14787
+ // node_modules/.pnpm/@aws-sdk+token-providers@3.734.0/node_modules/@aws-sdk/token-providers/dist-cjs/index.js
14887
14788
  var require_dist_cjs46 = __commonJS({
14888
- "node_modules/.pnpm/@aws-sdk+token-providers@3.731.1/node_modules/@aws-sdk/token-providers/dist-cjs/index.js"(exports2, module2) {
14789
+ "node_modules/.pnpm/@aws-sdk+token-providers@3.734.0/node_modules/@aws-sdk/token-providers/dist-cjs/index.js"(exports2, module2) {
14889
14790
  "use strict";
14890
14791
  var __create2 = Object.create;
14891
14792
  var __defProp2 = Object.defineProperty;
@@ -15071,9 +14972,9 @@ var require_dist_cjs46 = __commonJS({
15071
14972
  }
15072
14973
  });
15073
14974
 
15074
- // node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.731.1/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js
14975
+ // node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.734.0/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js
15075
14976
  var require_dist_cjs47 = __commonJS({
15076
- "node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.731.1/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js"(exports2, module2) {
14977
+ "node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.734.0/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js"(exports2, module2) {
15077
14978
  "use strict";
15078
14979
  var __defProp2 = Object.defineProperty;
15079
14980
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -15298,7 +15199,7 @@ Reference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.ht
15298
15199
  }
15299
15200
  });
15300
15201
 
15301
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js
15202
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js
15302
15203
  function createAwsAuthSigv4HttpAuthOption2(authParameters) {
15303
15204
  return {
15304
15205
  schemeId: "aws.auth#sigv4",
@@ -15321,7 +15222,7 @@ function createSmithyApiNoAuthHttpAuthOption2(authParameters) {
15321
15222
  }
15322
15223
  var import_util_middleware4, defaultSTSHttpAuthSchemeParametersProvider, defaultSTSHttpAuthSchemeProvider, resolveStsAuthConfig, resolveHttpAuthSchemeConfig2;
15323
15224
  var init_httpAuthSchemeProvider2 = __esm({
15324
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js"() {
15225
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js"() {
15325
15226
  init_dist_es2();
15326
15227
  import_util_middleware4 = __toESM(require_dist_cjs19());
15327
15228
  init_STSClient();
@@ -15360,10 +15261,10 @@ var init_httpAuthSchemeProvider2 = __esm({
15360
15261
  }
15361
15262
  });
15362
15263
 
15363
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js
15264
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js
15364
15265
  var resolveClientEndpointParameters2, commonParams2;
15365
15266
  var init_EndpointParameters2 = __esm({
15366
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js"() {
15267
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js"() {
15367
15268
  resolveClientEndpointParameters2 = (options) => {
15368
15269
  return {
15369
15270
  ...options,
@@ -15383,10 +15284,10 @@ var init_EndpointParameters2 = __esm({
15383
15284
  }
15384
15285
  });
15385
15286
 
15386
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js
15287
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js
15387
15288
  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;
15388
15289
  var init_ruleset2 = __esm({
15389
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js"() {
15290
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js"() {
15390
15291
  F = "required";
15391
15292
  G = "type";
15392
15293
  H = "fn";
@@ -15405,20 +15306,16 @@ var init_ruleset2 = __esm({
15405
15306
  k2 = "error";
15406
15307
  l2 = "getAttr";
15407
15308
  m2 = { [F]: false, [G]: "String" };
15408
- n2 = { [F]: true, default: false, [G]: "Boolean" };
15309
+ n2 = { [F]: true, "default": false, [G]: "Boolean" };
15409
15310
  o2 = { [J]: "Endpoint" };
15410
15311
  p2 = { [H]: "isSet", [I]: [{ [J]: "Region" }] };
15411
15312
  q2 = { [J]: "Region" };
15412
- r2 = { [H]: "aws.partition", [I]: [q2], assign: "PartitionResult" };
15313
+ r2 = { [H]: "aws.partition", [I]: [q2], "assign": "PartitionResult" };
15413
15314
  s2 = { [J]: "UseFIPS" };
15414
15315
  t2 = { [J]: "UseDualStack" };
15415
- u2 = {
15416
- url: "https://sts.amazonaws.com",
15417
- properties: { authSchemes: [{ name: e2, signingName: f2, signingRegion: g2 }] },
15418
- headers: {}
15419
- };
15316
+ u2 = { "url": "https://sts.amazonaws.com", "properties": { "authSchemes": [{ "name": e2, "signingName": f2, "signingRegion": g2 }] }, "headers": {} };
15420
15317
  v2 = {};
15421
- w2 = { conditions: [{ [H]: d2, [I]: [q2, "aws-global"] }], [h2]: u2, [G]: h2 };
15318
+ w2 = { "conditions": [{ [H]: d2, [I]: [q2, "aws-global"] }], [h2]: u2, [G]: h2 };
15422
15319
  x2 = { [H]: c2, [I]: [s2, true] };
15423
15320
  y = { [H]: c2, [I]: [t2, true] };
15424
15321
  z = { [H]: l2, [I]: [{ [J]: "PartitionResult" }, "supportsFIPS"] };
@@ -15427,149 +15324,15 @@ var init_ruleset2 = __esm({
15427
15324
  C = [{ [H]: "isSet", [I]: [o2] }];
15428
15325
  D = [x2];
15429
15326
  E = [y];
15430
- _data2 = {
15431
- version: "1.0",
15432
- parameters: { Region: m2, UseDualStack: n2, UseFIPS: n2, Endpoint: m2, UseGlobalEndpoint: n2 },
15433
- rules: [
15434
- {
15435
- conditions: [
15436
- { [H]: c2, [I]: [{ [J]: "UseGlobalEndpoint" }, b2] },
15437
- { [H]: "not", [I]: C },
15438
- p2,
15439
- r2,
15440
- { [H]: c2, [I]: [s2, a2] },
15441
- { [H]: c2, [I]: [t2, a2] }
15442
- ],
15443
- rules: [
15444
- { conditions: [{ [H]: d2, [I]: [q2, "ap-northeast-1"] }], endpoint: u2, [G]: h2 },
15445
- { conditions: [{ [H]: d2, [I]: [q2, "ap-south-1"] }], endpoint: u2, [G]: h2 },
15446
- { conditions: [{ [H]: d2, [I]: [q2, "ap-southeast-1"] }], endpoint: u2, [G]: h2 },
15447
- { conditions: [{ [H]: d2, [I]: [q2, "ap-southeast-2"] }], endpoint: u2, [G]: h2 },
15448
- w2,
15449
- { conditions: [{ [H]: d2, [I]: [q2, "ca-central-1"] }], endpoint: u2, [G]: h2 },
15450
- { conditions: [{ [H]: d2, [I]: [q2, "eu-central-1"] }], endpoint: u2, [G]: h2 },
15451
- { conditions: [{ [H]: d2, [I]: [q2, "eu-north-1"] }], endpoint: u2, [G]: h2 },
15452
- { conditions: [{ [H]: d2, [I]: [q2, "eu-west-1"] }], endpoint: u2, [G]: h2 },
15453
- { conditions: [{ [H]: d2, [I]: [q2, "eu-west-2"] }], endpoint: u2, [G]: h2 },
15454
- { conditions: [{ [H]: d2, [I]: [q2, "eu-west-3"] }], endpoint: u2, [G]: h2 },
15455
- { conditions: [{ [H]: d2, [I]: [q2, "sa-east-1"] }], endpoint: u2, [G]: h2 },
15456
- { conditions: [{ [H]: d2, [I]: [q2, g2] }], endpoint: u2, [G]: h2 },
15457
- { conditions: [{ [H]: d2, [I]: [q2, "us-east-2"] }], endpoint: u2, [G]: h2 },
15458
- { conditions: [{ [H]: d2, [I]: [q2, "us-west-1"] }], endpoint: u2, [G]: h2 },
15459
- { conditions: [{ [H]: d2, [I]: [q2, "us-west-2"] }], endpoint: u2, [G]: h2 },
15460
- {
15461
- endpoint: {
15462
- url: i2,
15463
- properties: { authSchemes: [{ name: e2, signingName: f2, signingRegion: "{Region}" }] },
15464
- headers: v2
15465
- },
15466
- [G]: h2
15467
- }
15468
- ],
15469
- [G]: j2
15470
- },
15471
- {
15472
- conditions: C,
15473
- rules: [
15474
- { conditions: D, error: "Invalid Configuration: FIPS and custom endpoint are not supported", [G]: k2 },
15475
- { conditions: E, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", [G]: k2 },
15476
- { endpoint: { url: o2, properties: v2, headers: v2 }, [G]: h2 }
15477
- ],
15478
- [G]: j2
15479
- },
15480
- {
15481
- conditions: [p2],
15482
- rules: [
15483
- {
15484
- conditions: [r2],
15485
- rules: [
15486
- {
15487
- conditions: [x2, y],
15488
- rules: [
15489
- {
15490
- conditions: [{ [H]: c2, [I]: [b2, z] }, B],
15491
- rules: [
15492
- {
15493
- endpoint: {
15494
- url: "https://sts-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
15495
- properties: v2,
15496
- headers: v2
15497
- },
15498
- [G]: h2
15499
- }
15500
- ],
15501
- [G]: j2
15502
- },
15503
- { error: "FIPS and DualStack are enabled, but this partition does not support one or both", [G]: k2 }
15504
- ],
15505
- [G]: j2
15506
- },
15507
- {
15508
- conditions: D,
15509
- rules: [
15510
- {
15511
- conditions: [{ [H]: c2, [I]: [z, b2] }],
15512
- rules: [
15513
- {
15514
- conditions: [{ [H]: d2, [I]: [{ [H]: l2, [I]: [A, "name"] }, "aws-us-gov"] }],
15515
- endpoint: { url: "https://sts.{Region}.amazonaws.com", properties: v2, headers: v2 },
15516
- [G]: h2
15517
- },
15518
- {
15519
- endpoint: {
15520
- url: "https://sts-fips.{Region}.{PartitionResult#dnsSuffix}",
15521
- properties: v2,
15522
- headers: v2
15523
- },
15524
- [G]: h2
15525
- }
15526
- ],
15527
- [G]: j2
15528
- },
15529
- { error: "FIPS is enabled but this partition does not support FIPS", [G]: k2 }
15530
- ],
15531
- [G]: j2
15532
- },
15533
- {
15534
- conditions: E,
15535
- rules: [
15536
- {
15537
- conditions: [B],
15538
- rules: [
15539
- {
15540
- endpoint: {
15541
- url: "https://sts.{Region}.{PartitionResult#dualStackDnsSuffix}",
15542
- properties: v2,
15543
- headers: v2
15544
- },
15545
- [G]: h2
15546
- }
15547
- ],
15548
- [G]: j2
15549
- },
15550
- { error: "DualStack is enabled but this partition does not support DualStack", [G]: k2 }
15551
- ],
15552
- [G]: j2
15553
- },
15554
- w2,
15555
- { endpoint: { url: i2, properties: v2, headers: v2 }, [G]: h2 }
15556
- ],
15557
- [G]: j2
15558
- }
15559
- ],
15560
- [G]: j2
15561
- },
15562
- { error: "Invalid Configuration: Missing Region", [G]: k2 }
15563
- ]
15564
- };
15327
+ _data2 = { version: "1.0", parameters: { Region: m2, UseDualStack: n2, UseFIPS: n2, Endpoint: m2, UseGlobalEndpoint: n2 }, rules: [{ conditions: [{ [H]: c2, [I]: [{ [J]: "UseGlobalEndpoint" }, b2] }, { [H]: "not", [I]: C }, p2, r2, { [H]: c2, [I]: [s2, a2] }, { [H]: c2, [I]: [t2, a2] }], rules: [{ conditions: [{ [H]: d2, [I]: [q2, "ap-northeast-1"] }], endpoint: u2, [G]: h2 }, { conditions: [{ [H]: d2, [I]: [q2, "ap-south-1"] }], endpoint: u2, [G]: h2 }, { conditions: [{ [H]: d2, [I]: [q2, "ap-southeast-1"] }], endpoint: u2, [G]: h2 }, { conditions: [{ [H]: d2, [I]: [q2, "ap-southeast-2"] }], endpoint: u2, [G]: h2 }, w2, { conditions: [{ [H]: d2, [I]: [q2, "ca-central-1"] }], endpoint: u2, [G]: h2 }, { conditions: [{ [H]: d2, [I]: [q2, "eu-central-1"] }], endpoint: u2, [G]: h2 }, { conditions: [{ [H]: d2, [I]: [q2, "eu-north-1"] }], endpoint: u2, [G]: h2 }, { conditions: [{ [H]: d2, [I]: [q2, "eu-west-1"] }], endpoint: u2, [G]: h2 }, { conditions: [{ [H]: d2, [I]: [q2, "eu-west-2"] }], endpoint: u2, [G]: h2 }, { conditions: [{ [H]: d2, [I]: [q2, "eu-west-3"] }], endpoint: u2, [G]: h2 }, { conditions: [{ [H]: d2, [I]: [q2, "sa-east-1"] }], endpoint: u2, [G]: h2 }, { conditions: [{ [H]: d2, [I]: [q2, g2] }], endpoint: u2, [G]: h2 }, { conditions: [{ [H]: d2, [I]: [q2, "us-east-2"] }], endpoint: u2, [G]: h2 }, { conditions: [{ [H]: d2, [I]: [q2, "us-west-1"] }], endpoint: u2, [G]: h2 }, { conditions: [{ [H]: d2, [I]: [q2, "us-west-2"] }], endpoint: u2, [G]: h2 }, { endpoint: { url: i2, properties: { authSchemes: [{ name: e2, signingName: f2, signingRegion: "{Region}" }] }, headers: v2 }, [G]: h2 }], [G]: j2 }, { conditions: C, rules: [{ conditions: D, error: "Invalid Configuration: FIPS and custom endpoint are not supported", [G]: k2 }, { conditions: E, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", [G]: k2 }, { endpoint: { url: o2, properties: v2, headers: v2 }, [G]: h2 }], [G]: j2 }, { conditions: [p2], rules: [{ conditions: [r2], rules: [{ conditions: [x2, y], rules: [{ conditions: [{ [H]: c2, [I]: [b2, z] }, B], rules: [{ endpoint: { url: "https://sts-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: v2, headers: v2 }, [G]: h2 }], [G]: j2 }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", [G]: k2 }], [G]: j2 }, { conditions: D, rules: [{ conditions: [{ [H]: c2, [I]: [z, b2] }], rules: [{ conditions: [{ [H]: d2, [I]: [{ [H]: l2, [I]: [A, "name"] }, "aws-us-gov"] }], endpoint: { url: "https://sts.{Region}.amazonaws.com", properties: v2, headers: v2 }, [G]: h2 }, { endpoint: { url: "https://sts-fips.{Region}.{PartitionResult#dnsSuffix}", properties: v2, headers: v2 }, [G]: h2 }], [G]: j2 }, { error: "FIPS is enabled but this partition does not support FIPS", [G]: k2 }], [G]: j2 }, { conditions: E, rules: [{ conditions: [B], rules: [{ endpoint: { url: "https://sts.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: v2, headers: v2 }, [G]: h2 }], [G]: j2 }, { error: "DualStack is enabled but this partition does not support DualStack", [G]: k2 }], [G]: j2 }, w2, { endpoint: { url: i2, properties: v2, headers: v2 }, [G]: h2 }], [G]: j2 }], [G]: j2 }, { error: "Invalid Configuration: Missing Region", [G]: k2 }] };
15565
15328
  ruleSet2 = _data2;
15566
15329
  }
15567
15330
  });
15568
15331
 
15569
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js
15332
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js
15570
15333
  var import_util_endpoints3, import_util_endpoints4, cache2, defaultEndpointResolver2;
15571
15334
  var init_endpointResolver2 = __esm({
15572
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js"() {
15335
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js"() {
15573
15336
  import_util_endpoints3 = __toESM(require_dist_cjs22());
15574
15337
  import_util_endpoints4 = __toESM(require_dist_cjs21());
15575
15338
  init_ruleset2();
@@ -15587,10 +15350,10 @@ var init_endpointResolver2 = __esm({
15587
15350
  }
15588
15351
  });
15589
15352
 
15590
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js
15353
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js
15591
15354
  var import_smithy_client14, import_url_parser2, import_util_base642, import_util_utf82, getRuntimeConfig3;
15592
15355
  var init_runtimeConfig_shared2 = __esm({
15593
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js"() {
15356
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js"() {
15594
15357
  init_dist_es2();
15595
15358
  init_dist_es();
15596
15359
  import_smithy_client14 = __toESM(require_dist_cjs17());
@@ -15630,10 +15393,10 @@ var init_runtimeConfig_shared2 = __esm({
15630
15393
  }
15631
15394
  });
15632
15395
 
15633
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js
15396
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js
15634
15397
  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;
15635
15398
  var init_runtimeConfig2 = __esm({
15636
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js"() {
15399
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js"() {
15637
15400
  init_package();
15638
15401
  init_dist_es2();
15639
15402
  import_util_user_agent_node2 = __toESM(require_dist_cjs40());
@@ -15692,10 +15455,10 @@ var init_runtimeConfig2 = __esm({
15692
15455
  }
15693
15456
  });
15694
15457
 
15695
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js
15458
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js
15696
15459
  var getHttpAuthExtensionConfiguration2, resolveHttpAuthRuntimeConfig2;
15697
15460
  var init_httpAuthExtensionConfiguration2 = __esm({
15698
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js"() {
15461
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js"() {
15699
15462
  getHttpAuthExtensionConfiguration2 = (runtimeConfig) => {
15700
15463
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
15701
15464
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -15736,10 +15499,10 @@ var init_httpAuthExtensionConfiguration2 = __esm({
15736
15499
  }
15737
15500
  });
15738
15501
 
15739
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js
15502
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js
15740
15503
  var import_region_config_resolver2, import_protocol_http9, import_smithy_client17, asPartial2, resolveRuntimeExtensions2;
15741
15504
  var init_runtimeExtensions2 = __esm({
15742
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js"() {
15505
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js"() {
15743
15506
  import_region_config_resolver2 = __toESM(require_dist_cjs44());
15744
15507
  import_protocol_http9 = __toESM(require_dist_cjs2());
15745
15508
  import_smithy_client17 = __toESM(require_dist_cjs17());
@@ -15764,10 +15527,10 @@ var init_runtimeExtensions2 = __esm({
15764
15527
  }
15765
15528
  });
15766
15529
 
15767
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js
15530
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js
15768
15531
  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;
15769
15532
  var init_STSClient = __esm({
15770
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js"() {
15533
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js"() {
15771
15534
  import_middleware_host_header2 = __toESM(require_dist_cjs3());
15772
15535
  import_middleware_logger2 = __toESM(require_dist_cjs4());
15773
15536
  import_middleware_recursion_detection2 = __toESM(require_dist_cjs5());
@@ -15817,10 +15580,10 @@ var init_STSClient = __esm({
15817
15580
  }
15818
15581
  });
15819
15582
 
15820
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js
15583
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js
15821
15584
  var import_smithy_client19, STSServiceException;
15822
15585
  var init_STSServiceException = __esm({
15823
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js"() {
15586
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js"() {
15824
15587
  import_smithy_client19 = __toESM(require_dist_cjs17());
15825
15588
  STSServiceException = class _STSServiceException extends import_smithy_client19.ServiceException {
15826
15589
  constructor(options) {
@@ -15831,10 +15594,10 @@ var init_STSServiceException = __esm({
15831
15594
  }
15832
15595
  });
15833
15596
 
15834
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js
15597
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js
15835
15598
  var import_smithy_client20, CredentialsFilterSensitiveLog, AssumeRoleResponseFilterSensitiveLog, ExpiredTokenException2, MalformedPolicyDocumentException, PackedPolicyTooLargeException, RegionDisabledException, IDPRejectedClaimException, InvalidIdentityTokenException, AssumeRoleWithWebIdentityRequestFilterSensitiveLog, AssumeRoleWithWebIdentityResponseFilterSensitiveLog, IDPCommunicationErrorException;
15836
15599
  var init_models_02 = __esm({
15837
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js"() {
15600
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js"() {
15838
15601
  import_smithy_client20 = __toESM(require_dist_cjs17());
15839
15602
  init_STSServiceException();
15840
15603
  CredentialsFilterSensitiveLog = (obj) => ({
@@ -15940,10 +15703,10 @@ var init_models_02 = __esm({
15940
15703
  }
15941
15704
  });
15942
15705
 
15943
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js
15706
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js
15944
15707
  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;
15945
15708
  var init_Aws_query = __esm({
15946
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js"() {
15709
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js"() {
15947
15710
  init_dist_es2();
15948
15711
  import_protocol_http10 = __toESM(require_dist_cjs2());
15949
15712
  import_smithy_client21 = __toESM(require_dist_cjs17());
@@ -16472,10 +16235,10 @@ var init_Aws_query = __esm({
16472
16235
  }
16473
16236
  });
16474
16237
 
16475
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js
16238
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js
16476
16239
  var import_middleware_endpoint4, import_middleware_serde3, import_smithy_client22, AssumeRoleCommand;
16477
16240
  var init_AssumeRoleCommand = __esm({
16478
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js"() {
16241
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js"() {
16479
16242
  import_middleware_endpoint4 = __toESM(require_dist_cjs33());
16480
16243
  import_middleware_serde3 = __toESM(require_dist_cjs20());
16481
16244
  import_smithy_client22 = __toESM(require_dist_cjs17());
@@ -16492,10 +16255,10 @@ var init_AssumeRoleCommand = __esm({
16492
16255
  }
16493
16256
  });
16494
16257
 
16495
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js
16258
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js
16496
16259
  var import_middleware_endpoint5, import_middleware_serde4, import_smithy_client23, AssumeRoleWithWebIdentityCommand;
16497
16260
  var init_AssumeRoleWithWebIdentityCommand = __esm({
16498
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js"() {
16261
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js"() {
16499
16262
  import_middleware_endpoint5 = __toESM(require_dist_cjs33());
16500
16263
  import_middleware_serde4 = __toESM(require_dist_cjs20());
16501
16264
  import_smithy_client23 = __toESM(require_dist_cjs17());
@@ -16512,10 +16275,10 @@ var init_AssumeRoleWithWebIdentityCommand = __esm({
16512
16275
  }
16513
16276
  });
16514
16277
 
16515
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js
16278
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js
16516
16279
  var import_smithy_client24, commands2, STS;
16517
16280
  var init_STS = __esm({
16518
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js"() {
16281
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js"() {
16519
16282
  import_smithy_client24 = __toESM(require_dist_cjs17());
16520
16283
  init_AssumeRoleCommand();
16521
16284
  init_AssumeRoleWithWebIdentityCommand();
@@ -16530,25 +16293,25 @@ var init_STS = __esm({
16530
16293
  }
16531
16294
  });
16532
16295
 
16533
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js
16296
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js
16534
16297
  var init_commands2 = __esm({
16535
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js"() {
16298
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js"() {
16536
16299
  init_AssumeRoleCommand();
16537
16300
  init_AssumeRoleWithWebIdentityCommand();
16538
16301
  }
16539
16302
  });
16540
16303
 
16541
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js
16304
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js
16542
16305
  var init_models2 = __esm({
16543
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js"() {
16306
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js"() {
16544
16307
  init_models_02();
16545
16308
  }
16546
16309
  });
16547
16310
 
16548
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js
16311
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js
16549
16312
  var ASSUME_ROLE_DEFAULT_REGION, getAccountIdFromAssumedRoleUser, resolveRegion, getDefaultRoleAssumer, getDefaultRoleAssumerWithWebIdentity, isH2;
16550
16313
  var init_defaultStsRoleAssumers = __esm({
16551
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js"() {
16314
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js"() {
16552
16315
  init_client();
16553
16316
  init_AssumeRoleCommand();
16554
16317
  init_AssumeRoleWithWebIdentityCommand();
@@ -16568,7 +16331,7 @@ var init_defaultStsRoleAssumers = __esm({
16568
16331
  credentialProviderLogger?.debug?.("@aws-sdk/client-sts::resolveRegion", "accepting first of:", `${region} (provider)`, `${parentRegion} (parent client)`, `${ASSUME_ROLE_DEFAULT_REGION} (STS default)`);
16569
16332
  return region ?? parentRegion ?? ASSUME_ROLE_DEFAULT_REGION;
16570
16333
  };
16571
- getDefaultRoleAssumer = (stsOptions, stsClientCtor) => {
16334
+ getDefaultRoleAssumer = (stsOptions, STSClient2) => {
16572
16335
  let stsClient;
16573
16336
  let closureSourceCreds;
16574
16337
  return async (sourceCreds, params) => {
@@ -16577,7 +16340,8 @@ var init_defaultStsRoleAssumers = __esm({
16577
16340
  const { logger = stsOptions?.parentClientConfig?.logger, region, requestHandler = stsOptions?.parentClientConfig?.requestHandler, credentialProviderLogger } = stsOptions;
16578
16341
  const resolvedRegion = await resolveRegion(region, stsOptions?.parentClientConfig?.region, credentialProviderLogger);
16579
16342
  const isCompatibleRequestHandler = !isH2(requestHandler);
16580
- stsClient = new stsClientCtor({
16343
+ stsClient = new STSClient2({
16344
+ profile: stsOptions?.parentClientConfig?.profile,
16581
16345
  credentialDefaultProvider: () => async () => closureSourceCreds,
16582
16346
  region: resolvedRegion,
16583
16347
  requestHandler: isCompatibleRequestHandler ? requestHandler : void 0,
@@ -16601,14 +16365,15 @@ var init_defaultStsRoleAssumers = __esm({
16601
16365
  return credentials;
16602
16366
  };
16603
16367
  };
16604
- getDefaultRoleAssumerWithWebIdentity = (stsOptions, stsClientCtor) => {
16368
+ getDefaultRoleAssumerWithWebIdentity = (stsOptions, STSClient2) => {
16605
16369
  let stsClient;
16606
16370
  return async (params) => {
16607
16371
  if (!stsClient) {
16608
16372
  const { logger = stsOptions?.parentClientConfig?.logger, region, requestHandler = stsOptions?.parentClientConfig?.requestHandler, credentialProviderLogger } = stsOptions;
16609
16373
  const resolvedRegion = await resolveRegion(region, stsOptions?.parentClientConfig?.region, credentialProviderLogger);
16610
16374
  const isCompatibleRequestHandler = !isH2(requestHandler);
16611
- stsClient = new stsClientCtor({
16375
+ stsClient = new STSClient2({
16376
+ profile: stsOptions?.parentClientConfig?.profile,
16612
16377
  region: resolvedRegion,
16613
16378
  requestHandler: isCompatibleRequestHandler ? requestHandler : void 0,
16614
16379
  logger
@@ -16640,10 +16405,10 @@ var init_defaultStsRoleAssumers = __esm({
16640
16405
  }
16641
16406
  });
16642
16407
 
16643
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js
16408
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js
16644
16409
  var getCustomizableStsClientCtor, getDefaultRoleAssumer2, getDefaultRoleAssumerWithWebIdentity2, decorateDefaultCredentialProvider;
16645
16410
  var init_defaultRoleAssumers = __esm({
16646
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js"() {
16411
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js"() {
16647
16412
  init_defaultStsRoleAssumers();
16648
16413
  init_STSClient();
16649
16414
  getCustomizableStsClientCtor = (baseCtor, customizations) => {
@@ -16669,7 +16434,7 @@ var init_defaultRoleAssumers = __esm({
16669
16434
  }
16670
16435
  });
16671
16436
 
16672
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js
16437
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js
16673
16438
  var sts_exports = {};
16674
16439
  __export(sts_exports, {
16675
16440
  AssumeRoleCommand: () => AssumeRoleCommand,
@@ -16694,7 +16459,7 @@ __export(sts_exports, {
16694
16459
  getDefaultRoleAssumerWithWebIdentity: () => getDefaultRoleAssumerWithWebIdentity2
16695
16460
  });
16696
16461
  var init_sts = __esm({
16697
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.731.1/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js"() {
16462
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.734.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js"() {
16698
16463
  init_STSClient();
16699
16464
  init_STS();
16700
16465
  init_commands2();
@@ -16704,9 +16469,9 @@ var init_sts = __esm({
16704
16469
  }
16705
16470
  });
16706
16471
 
16707
- // node_modules/.pnpm/@aws-sdk+credential-provider-process@3.731.0/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js
16472
+ // node_modules/.pnpm/@aws-sdk+credential-provider-process@3.734.0/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js
16708
16473
  var require_dist_cjs48 = __commonJS({
16709
- "node_modules/.pnpm/@aws-sdk+credential-provider-process@3.731.0/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js"(exports2, module2) {
16474
+ "node_modules/.pnpm/@aws-sdk+credential-provider-process@3.734.0/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js"(exports2, module2) {
16710
16475
  "use strict";
16711
16476
  var __defProp2 = Object.defineProperty;
16712
16477
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -16806,9 +16571,9 @@ var require_dist_cjs48 = __commonJS({
16806
16571
  }
16807
16572
  });
16808
16573
 
16809
- // node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.731.1/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js
16574
+ // node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.734.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js
16810
16575
  var require_fromWebToken = __commonJS({
16811
- "node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.731.1/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js"(exports2) {
16576
+ "node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.734.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js"(exports2) {
16812
16577
  "use strict";
16813
16578
  var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o3, m3, k3, k22) {
16814
16579
  if (k22 === void 0) k22 = k3;
@@ -16868,9 +16633,9 @@ var require_fromWebToken = __commonJS({
16868
16633
  }
16869
16634
  });
16870
16635
 
16871
- // node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.731.1/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js
16636
+ // node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.734.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js
16872
16637
  var require_fromTokenFile = __commonJS({
16873
- "node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.731.1/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js"(exports2) {
16638
+ "node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.734.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js"(exports2) {
16874
16639
  "use strict";
16875
16640
  Object.defineProperty(exports2, "__esModule", { value: true });
16876
16641
  exports2.fromTokenFile = void 0;
@@ -16906,9 +16671,9 @@ var require_fromTokenFile = __commonJS({
16906
16671
  }
16907
16672
  });
16908
16673
 
16909
- // node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.731.1/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js
16674
+ // node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.734.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js
16910
16675
  var require_dist_cjs49 = __commonJS({
16911
- "node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.731.1/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js"(exports2, module2) {
16676
+ "node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.734.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js"(exports2, module2) {
16912
16677
  "use strict";
16913
16678
  var __defProp2 = Object.defineProperty;
16914
16679
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -16931,9 +16696,9 @@ var require_dist_cjs49 = __commonJS({
16931
16696
  }
16932
16697
  });
16933
16698
 
16934
- // node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.731.1/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js
16699
+ // node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.734.0/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js
16935
16700
  var require_dist_cjs50 = __commonJS({
16936
- "node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.731.1/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js"(exports2, module2) {
16701
+ "node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.734.0/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js"(exports2, module2) {
16937
16702
  "use strict";
16938
16703
  var __create2 = Object.create;
16939
16704
  var __defProp2 = Object.defineProperty;
@@ -17175,9 +16940,9 @@ var require_dist_cjs50 = __commonJS({
17175
16940
  }
17176
16941
  });
17177
16942
 
17178
- // node_modules/.pnpm/@aws-sdk+credential-provider-node@3.731.1/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js
16943
+ // node_modules/.pnpm/@aws-sdk+credential-provider-node@3.734.0/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js
17179
16944
  var require_dist_cjs51 = __commonJS({
17180
- "node_modules/.pnpm/@aws-sdk+credential-provider-node@3.731.1/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js"(exports2, module2) {
16945
+ "node_modules/.pnpm/@aws-sdk+credential-provider-node@3.734.0/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js"(exports2, module2) {
17181
16946
  "use strict";
17182
16947
  var __create2 = Object.create;
17183
16948
  var __defProp2 = Object.defineProperty;
@@ -17311,9 +17076,9 @@ var require_dist_cjs51 = __commonJS({
17311
17076
  }
17312
17077
  });
17313
17078
 
17314
- // node_modules/.pnpm/@aws-sdk+client-sqs@3.731.1/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/ruleset.js
17079
+ // node_modules/.pnpm/@aws-sdk+client-sqs@3.734.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/ruleset.js
17315
17080
  var require_ruleset2 = __commonJS({
17316
- "node_modules/.pnpm/@aws-sdk+client-sqs@3.731.1/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/ruleset.js"(exports2) {
17081
+ "node_modules/.pnpm/@aws-sdk+client-sqs@3.734.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/ruleset.js"(exports2) {
17317
17082
  "use strict";
17318
17083
  Object.defineProperty(exports2, "__esModule", { value: true });
17319
17084
  exports2.ruleSet = void 0;
@@ -17346,9 +17111,9 @@ var require_ruleset2 = __commonJS({
17346
17111
  }
17347
17112
  });
17348
17113
 
17349
- // node_modules/.pnpm/@aws-sdk+client-sqs@3.731.1/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/endpointResolver.js
17114
+ // node_modules/.pnpm/@aws-sdk+client-sqs@3.734.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/endpointResolver.js
17350
17115
  var require_endpointResolver2 = __commonJS({
17351
- "node_modules/.pnpm/@aws-sdk+client-sqs@3.731.1/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/endpointResolver.js"(exports2) {
17116
+ "node_modules/.pnpm/@aws-sdk+client-sqs@3.734.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/endpointResolver.js"(exports2) {
17352
17117
  "use strict";
17353
17118
  Object.defineProperty(exports2, "__esModule", { value: true });
17354
17119
  exports2.defaultEndpointResolver = void 0;
@@ -17370,9 +17135,9 @@ var require_endpointResolver2 = __commonJS({
17370
17135
  }
17371
17136
  });
17372
17137
 
17373
- // node_modules/.pnpm/@aws-sdk+client-sqs@3.731.1/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js
17138
+ // node_modules/.pnpm/@aws-sdk+client-sqs@3.734.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js
17374
17139
  var require_runtimeConfig_shared2 = __commonJS({
17375
- "node_modules/.pnpm/@aws-sdk+client-sqs@3.731.1/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js"(exports2) {
17140
+ "node_modules/.pnpm/@aws-sdk+client-sqs@3.734.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js"(exports2) {
17376
17141
  "use strict";
17377
17142
  Object.defineProperty(exports2, "__esModule", { value: true });
17378
17143
  exports2.getRuntimeConfig = void 0;
@@ -17410,9 +17175,9 @@ var require_runtimeConfig_shared2 = __commonJS({
17410
17175
  }
17411
17176
  });
17412
17177
 
17413
- // node_modules/.pnpm/@aws-sdk+client-sqs@3.731.1/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.js
17178
+ // node_modules/.pnpm/@aws-sdk+client-sqs@3.734.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.js
17414
17179
  var require_runtimeConfig2 = __commonJS({
17415
- "node_modules/.pnpm/@aws-sdk+client-sqs@3.731.1/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.js"(exports2) {
17180
+ "node_modules/.pnpm/@aws-sdk+client-sqs@3.734.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.js"(exports2) {
17416
17181
  "use strict";
17417
17182
  Object.defineProperty(exports2, "__esModule", { value: true });
17418
17183
  exports2.getRuntimeConfig = void 0;
@@ -17466,9 +17231,9 @@ var require_runtimeConfig2 = __commonJS({
17466
17231
  }
17467
17232
  });
17468
17233
 
17469
- // node_modules/.pnpm/@aws-sdk+client-sqs@3.731.1/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js
17234
+ // node_modules/.pnpm/@aws-sdk+client-sqs@3.734.0/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js
17470
17235
  var require_dist_cjs52 = __commonJS({
17471
- "node_modules/.pnpm/@aws-sdk+client-sqs@3.731.1/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js"(exports2, module2) {
17236
+ "node_modules/.pnpm/@aws-sdk+client-sqs@3.734.0/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js"(exports2, module2) {
17472
17237
  "use strict";
17473
17238
  var __defProp2 = Object.defineProperty;
17474
17239
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;