cdk-nextjs 0.2.6 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/.jsii +74 -71
  2. package/API.md +23 -13
  3. package/README.md +10 -6
  4. package/assets/lambdas/assets-deployment/assets-deployment.lambda/index.js +1 -1
  5. package/docs/breaking-changes.md +6 -0
  6. package/docs/cdk-nextjs-NextjsGlobalContainers.png +0 -0
  7. package/docs/cdk-nextjs-NextjsGlobalFunctions.png +0 -0
  8. package/docs/cdk-nextjs-NextjsRegionalContainers.png +0 -0
  9. package/docs/cdk-nextjs.drawio +29 -35
  10. package/lib/generated-structs/OptionalNextjsDistributionProps.d.ts +1 -1
  11. package/lib/generated-structs/OptionalNextjsDistributionProps.js +1 -1
  12. package/lib/lambdas/assets-deployment/fs-to-s3.js +6 -2
  13. package/lib/nextjs-assets-deployment.js +1 -1
  14. package/lib/nextjs-build/cache-handler.cjs +743 -767
  15. package/lib/nextjs-build/global-containers.Dockerfile +1 -3
  16. package/lib/nextjs-build/global-functions.Dockerfile +2 -3
  17. package/lib/nextjs-build/nextjs-build.js +5 -11
  18. package/lib/nextjs-build/regional-containers.Dockerfile +1 -3
  19. package/lib/nextjs-compute/nextjs-containers.js +5 -8
  20. package/lib/nextjs-compute/nextjs-functions.js +1 -1
  21. package/lib/nextjs-distribution.d.ts +4 -4
  22. package/lib/nextjs-distribution.js +4 -5
  23. package/lib/nextjs-file-system.js +1 -1
  24. package/lib/nextjs-invalidation.js +1 -1
  25. package/lib/nextjs-revalidation.js +1 -1
  26. package/lib/nextjs-static-assets.js +1 -1
  27. package/lib/nextjs-vpc.d.ts +20 -8
  28. package/lib/nextjs-vpc.js +25 -11
  29. package/lib/root-constructs/nextjs-global-containers.js +1 -1
  30. package/lib/root-constructs/nextjs-global-functions.js +1 -1
  31. package/lib/root-constructs/nextjs-regional-containers.js +1 -1
  32. package/package.json +15 -17
  33. package/lib/nextjs-build/symlink.d.ts +0 -1
  34. package/lib/nextjs-build/symlink.js +0 -47
  35. package/lib/nextjs-build/symlink.mjs +0 -28
@@ -33,9 +33,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
33
33
  ));
34
34
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
35
35
 
36
- // node_modules/.pnpm/@smithy+types@4.1.0/node_modules/@smithy/types/dist-cjs/index.js
36
+ // node_modules/.pnpm/@smithy+types@4.2.0/node_modules/@smithy/types/dist-cjs/index.js
37
37
  var require_dist_cjs = __commonJS({
38
- "node_modules/.pnpm/@smithy+types@4.1.0/node_modules/@smithy/types/dist-cjs/index.js"(exports2, module2) {
38
+ "node_modules/.pnpm/@smithy+types@4.2.0/node_modules/@smithy/types/dist-cjs/index.js"(exports2, module2) {
39
39
  var __defProp2 = Object.defineProperty;
40
40
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
41
41
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -106,12 +106,11 @@ var require_dist_cjs = __commonJS({
106
106
  });
107
107
  }
108
108
  return {
109
- _checksumAlgorithms: checksumAlgorithms,
110
109
  addChecksumAlgorithm(algo) {
111
- this._checksumAlgorithms.push(algo);
110
+ checksumAlgorithms.push(algo);
112
111
  },
113
112
  checksumAlgorithms() {
114
- return this._checksumAlgorithms;
113
+ return checksumAlgorithms;
115
114
  }
116
115
  };
117
116
  }, "getChecksumConfiguration");
@@ -123,14 +122,10 @@ var require_dist_cjs = __commonJS({
123
122
  return runtimeConfig;
124
123
  }, "resolveChecksumRuntimeConfig");
125
124
  var getDefaultClientConfiguration = /* @__PURE__ */ __name((runtimeConfig) => {
126
- return {
127
- ...getChecksumConfiguration(runtimeConfig)
128
- };
125
+ return getChecksumConfiguration(runtimeConfig);
129
126
  }, "getDefaultClientConfiguration");
130
127
  var resolveDefaultRuntimeConfig3 = /* @__PURE__ */ __name((config) => {
131
- return {
132
- ...resolveChecksumRuntimeConfig(config)
133
- };
128
+ return resolveChecksumRuntimeConfig(config);
134
129
  }, "resolveDefaultRuntimeConfig");
135
130
  var FieldPosition = /* @__PURE__ */ ((FieldPosition2) => {
136
131
  FieldPosition2[FieldPosition2["HEADER"] = 0] = "HEADER";
@@ -153,9 +148,9 @@ var require_dist_cjs = __commonJS({
153
148
  }
154
149
  });
155
150
 
156
- // node_modules/.pnpm/@smithy+protocol-http@5.0.1/node_modules/@smithy/protocol-http/dist-cjs/index.js
151
+ // node_modules/.pnpm/@smithy+protocol-http@5.1.0/node_modules/@smithy/protocol-http/dist-cjs/index.js
157
152
  var require_dist_cjs2 = __commonJS({
158
- "node_modules/.pnpm/@smithy+protocol-http@5.0.1/node_modules/@smithy/protocol-http/dist-cjs/index.js"(exports2, module2) {
153
+ "node_modules/.pnpm/@smithy+protocol-http@5.1.0/node_modules/@smithy/protocol-http/dist-cjs/index.js"(exports2, module2) {
159
154
  var __defProp2 = Object.defineProperty;
160
155
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
161
156
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -187,19 +182,18 @@ var require_dist_cjs2 = __commonJS({
187
182
  });
188
183
  module2.exports = __toCommonJS2(src_exports);
189
184
  var getHttpHandlerExtensionConfiguration3 = /* @__PURE__ */ __name((runtimeConfig) => {
190
- let httpHandler = runtimeConfig.httpHandler;
191
185
  return {
192
186
  setHttpHandler(handler) {
193
- httpHandler = handler;
187
+ runtimeConfig.httpHandler = handler;
194
188
  },
195
189
  httpHandler() {
196
- return httpHandler;
190
+ return runtimeConfig.httpHandler;
197
191
  },
198
192
  updateHttpClientConfig(key, value) {
199
- httpHandler.updateHttpClientConfig(key, value);
193
+ runtimeConfig.httpHandler?.updateHttpClientConfig(key, value);
200
194
  },
201
195
  httpHandlerConfigs() {
202
- return httpHandler.httpHandlerConfigs();
196
+ return runtimeConfig.httpHandler.httpHandlerConfigs();
203
197
  }
204
198
  };
205
199
  }, "getHttpHandlerExtensionConfiguration");
@@ -395,9 +389,9 @@ var require_dist_cjs2 = __commonJS({
395
389
  }
396
390
  });
397
391
 
398
- // node_modules/.pnpm/@aws-sdk+middleware-host-header@3.734.0/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js
392
+ // node_modules/.pnpm/@aws-sdk+middleware-host-header@3.775.0/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js
399
393
  var require_dist_cjs3 = __commonJS({
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) {
394
+ "node_modules/.pnpm/@aws-sdk+middleware-host-header@3.775.0/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js"(exports2, module2) {
401
395
  "use strict";
402
396
  var __defProp2 = Object.defineProperty;
403
397
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -417,22 +411,21 @@ var require_dist_cjs3 = __commonJS({
417
411
  return to;
418
412
  };
419
413
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
420
- var src_exports = {};
421
- __export2(src_exports, {
414
+ var index_exports = {};
415
+ __export2(index_exports, {
422
416
  getHostHeaderPlugin: () => getHostHeaderPlugin3,
423
417
  hostHeaderMiddleware: () => hostHeaderMiddleware,
424
418
  hostHeaderMiddlewareOptions: () => hostHeaderMiddlewareOptions,
425
419
  resolveHostHeaderConfig: () => resolveHostHeaderConfig3
426
420
  });
427
- module2.exports = __toCommonJS2(src_exports);
421
+ module2.exports = __toCommonJS2(index_exports);
428
422
  var import_protocol_http11 = require_dist_cjs2();
429
423
  function resolveHostHeaderConfig3(input) {
430
424
  return input;
431
425
  }
432
426
  __name(resolveHostHeaderConfig3, "resolveHostHeaderConfig");
433
427
  var hostHeaderMiddleware = /* @__PURE__ */ __name((options) => (next) => async (args) => {
434
- if (!import_protocol_http11.HttpRequest.isInstance(args.request))
435
- return next(args);
428
+ if (!import_protocol_http11.HttpRequest.isInstance(args.request)) return next(args);
436
429
  const { request } = args;
437
430
  const { handlerProtocol = "" } = options.requestHandler.metadata || {};
438
431
  if (handlerProtocol.indexOf("h2") >= 0 && !request.headers[":authority"]) {
@@ -440,8 +433,7 @@ var require_dist_cjs3 = __commonJS({
440
433
  request.headers[":authority"] = request.hostname + (request.port ? ":" + request.port : "");
441
434
  } else if (!request.headers["host"]) {
442
435
  let host = request.hostname;
443
- if (request.port != null)
444
- host += `:${request.port}`;
436
+ if (request.port != null) host += `:${request.port}`;
445
437
  request.headers["host"] = host;
446
438
  }
447
439
  return next(args);
@@ -454,16 +446,16 @@ var require_dist_cjs3 = __commonJS({
454
446
  override: true
455
447
  };
456
448
  var getHostHeaderPlugin3 = /* @__PURE__ */ __name((options) => ({
457
- applyToStack: (clientStack) => {
449
+ applyToStack: /* @__PURE__ */ __name((clientStack) => {
458
450
  clientStack.add(hostHeaderMiddleware(options), hostHeaderMiddlewareOptions);
459
- }
451
+ }, "applyToStack")
460
452
  }), "getHostHeaderPlugin");
461
453
  }
462
454
  });
463
455
 
464
- // node_modules/.pnpm/@aws-sdk+middleware-logger@3.734.0/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js
456
+ // node_modules/.pnpm/@aws-sdk+middleware-logger@3.775.0/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js
465
457
  var require_dist_cjs4 = __commonJS({
466
- "node_modules/.pnpm/@aws-sdk+middleware-logger@3.734.0/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js"(exports2, module2) {
458
+ "node_modules/.pnpm/@aws-sdk+middleware-logger@3.775.0/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js"(exports2, module2) {
467
459
  "use strict";
468
460
  var __defProp2 = Object.defineProperty;
469
461
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -483,13 +475,13 @@ var require_dist_cjs4 = __commonJS({
483
475
  return to;
484
476
  };
485
477
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
486
- var src_exports = {};
487
- __export2(src_exports, {
478
+ var index_exports = {};
479
+ __export2(index_exports, {
488
480
  getLoggerPlugin: () => getLoggerPlugin3,
489
481
  loggerMiddleware: () => loggerMiddleware,
490
482
  loggerMiddlewareOptions: () => loggerMiddlewareOptions
491
483
  });
492
- module2.exports = __toCommonJS2(src_exports);
484
+ module2.exports = __toCommonJS2(index_exports);
493
485
  var loggerMiddleware = /* @__PURE__ */ __name(() => (next, context) => async (args) => {
494
486
  try {
495
487
  const response = await next(args);
@@ -527,16 +519,16 @@ var require_dist_cjs4 = __commonJS({
527
519
  override: true
528
520
  };
529
521
  var getLoggerPlugin3 = /* @__PURE__ */ __name((options) => ({
530
- applyToStack: (clientStack) => {
522
+ applyToStack: /* @__PURE__ */ __name((clientStack) => {
531
523
  clientStack.add(loggerMiddleware(), loggerMiddlewareOptions);
532
- }
524
+ }, "applyToStack")
533
525
  }), "getLoggerPlugin");
534
526
  }
535
527
  });
536
528
 
537
- // node_modules/.pnpm/@aws-sdk+middleware-recursion-detection@3.734.0/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js
529
+ // node_modules/.pnpm/@aws-sdk+middleware-recursion-detection@3.775.0/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js
538
530
  var require_dist_cjs5 = __commonJS({
539
- "node_modules/.pnpm/@aws-sdk+middleware-recursion-detection@3.734.0/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js"(exports2, module2) {
531
+ "node_modules/.pnpm/@aws-sdk+middleware-recursion-detection@3.775.0/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js"(exports2, module2) {
540
532
  "use strict";
541
533
  var __defProp2 = Object.defineProperty;
542
534
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -556,20 +548,24 @@ var require_dist_cjs5 = __commonJS({
556
548
  return to;
557
549
  };
558
550
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
559
- var src_exports = {};
560
- __export2(src_exports, {
551
+ var index_exports = {};
552
+ __export2(index_exports, {
561
553
  addRecursionDetectionMiddlewareOptions: () => addRecursionDetectionMiddlewareOptions,
562
554
  getRecursionDetectionPlugin: () => getRecursionDetectionPlugin3,
563
555
  recursionDetectionMiddleware: () => recursionDetectionMiddleware
564
556
  });
565
- module2.exports = __toCommonJS2(src_exports);
557
+ module2.exports = __toCommonJS2(index_exports);
566
558
  var import_protocol_http11 = require_dist_cjs2();
567
559
  var TRACE_ID_HEADER_NAME = "X-Amzn-Trace-Id";
568
560
  var ENV_LAMBDA_FUNCTION_NAME = "AWS_LAMBDA_FUNCTION_NAME";
569
561
  var ENV_TRACE_ID = "_X_AMZN_TRACE_ID";
570
562
  var recursionDetectionMiddleware = /* @__PURE__ */ __name((options) => (next) => async (args) => {
571
563
  const { request } = args;
572
- if (!import_protocol_http11.HttpRequest.isInstance(request) || options.runtime !== "node" || request.headers.hasOwnProperty(TRACE_ID_HEADER_NAME)) {
564
+ if (!import_protocol_http11.HttpRequest.isInstance(request) || options.runtime !== "node") {
565
+ return next(args);
566
+ }
567
+ const traceIdHeader = Object.keys(request.headers ?? {}).find((h3) => h3.toLowerCase() === TRACE_ID_HEADER_NAME.toLowerCase()) ?? TRACE_ID_HEADER_NAME;
568
+ if (request.headers.hasOwnProperty(traceIdHeader)) {
573
569
  return next(args);
574
570
  }
575
571
  const functionName = process.env[ENV_LAMBDA_FUNCTION_NAME];
@@ -591,16 +587,16 @@ var require_dist_cjs5 = __commonJS({
591
587
  priority: "low"
592
588
  };
593
589
  var getRecursionDetectionPlugin3 = /* @__PURE__ */ __name((options) => ({
594
- applyToStack: (clientStack) => {
590
+ applyToStack: /* @__PURE__ */ __name((clientStack) => {
595
591
  clientStack.add(recursionDetectionMiddleware(options), addRecursionDetectionMiddlewareOptions);
596
- }
592
+ }, "applyToStack")
597
593
  }), "getRecursionDetectionPlugin");
598
594
  }
599
595
  });
600
596
 
601
- // node_modules/.pnpm/@smithy+middleware-stack@4.0.1/node_modules/@smithy/middleware-stack/dist-cjs/index.js
597
+ // node_modules/.pnpm/@smithy+middleware-stack@4.0.2/node_modules/@smithy/middleware-stack/dist-cjs/index.js
602
598
  var require_dist_cjs6 = __commonJS({
603
- "node_modules/.pnpm/@smithy+middleware-stack@4.0.1/node_modules/@smithy/middleware-stack/dist-cjs/index.js"(exports2, module2) {
599
+ "node_modules/.pnpm/@smithy+middleware-stack@4.0.2/node_modules/@smithy/middleware-stack/dist-cjs/index.js"(exports2, module2) {
604
600
  var __defProp2 = Object.defineProperty;
605
601
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
606
602
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -1105,9 +1101,9 @@ var require_dist_cjs10 = __commonJS({
1105
1101
  }
1106
1102
  });
1107
1103
 
1108
- // node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js
1104
+ // node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js
1109
1105
  var require_ChecksumStream = __commonJS({
1110
- "node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js"(exports2) {
1106
+ "node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js"(exports2) {
1111
1107
  "use strict";
1112
1108
  Object.defineProperty(exports2, "__esModule", { value: true });
1113
1109
  exports2.ChecksumStream = void 0;
@@ -1157,9 +1153,9 @@ var require_ChecksumStream = __commonJS({
1157
1153
  }
1158
1154
  });
1159
1155
 
1160
- // node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js
1156
+ // node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js
1161
1157
  var require_stream_type_check = __commonJS({
1162
- "node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js"(exports2) {
1158
+ "node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js"(exports2) {
1163
1159
  "use strict";
1164
1160
  Object.defineProperty(exports2, "__esModule", { value: true });
1165
1161
  exports2.isBlob = exports2.isReadableStream = void 0;
@@ -1176,9 +1172,9 @@ var require_stream_type_check = __commonJS({
1176
1172
  }
1177
1173
  });
1178
1174
 
1179
- // node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js
1175
+ // node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js
1180
1176
  var require_ChecksumStream_browser = __commonJS({
1181
- "node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js"(exports2) {
1177
+ "node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js"(exports2) {
1182
1178
  "use strict";
1183
1179
  Object.defineProperty(exports2, "__esModule", { value: true });
1184
1180
  exports2.ChecksumStream = void 0;
@@ -1190,9 +1186,9 @@ var require_ChecksumStream_browser = __commonJS({
1190
1186
  }
1191
1187
  });
1192
1188
 
1193
- // node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js
1189
+ // node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js
1194
1190
  var require_createChecksumStream_browser = __commonJS({
1195
- "node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js"(exports2) {
1191
+ "node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js"(exports2) {
1196
1192
  "use strict";
1197
1193
  Object.defineProperty(exports2, "__esModule", { value: true });
1198
1194
  exports2.createChecksumStream = void 0;
@@ -1235,9 +1231,9 @@ var require_createChecksumStream_browser = __commonJS({
1235
1231
  }
1236
1232
  });
1237
1233
 
1238
- // node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js
1234
+ // node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js
1239
1235
  var require_createChecksumStream = __commonJS({
1240
- "node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js"(exports2) {
1236
+ "node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js"(exports2) {
1241
1237
  "use strict";
1242
1238
  Object.defineProperty(exports2, "__esModule", { value: true });
1243
1239
  exports2.createChecksumStream = void 0;
@@ -1254,9 +1250,9 @@ var require_createChecksumStream = __commonJS({
1254
1250
  }
1255
1251
  });
1256
1252
 
1257
- // node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js
1253
+ // node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js
1258
1254
  var require_ByteArrayCollector = __commonJS({
1259
- "node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js"(exports2) {
1255
+ "node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js"(exports2) {
1260
1256
  "use strict";
1261
1257
  Object.defineProperty(exports2, "__esModule", { value: true });
1262
1258
  exports2.ByteArrayCollector = void 0;
@@ -1295,9 +1291,9 @@ var require_ByteArrayCollector = __commonJS({
1295
1291
  }
1296
1292
  });
1297
1293
 
1298
- // node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js
1294
+ // node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js
1299
1295
  var require_createBufferedReadableStream = __commonJS({
1300
- "node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js"(exports2) {
1296
+ "node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js"(exports2) {
1301
1297
  "use strict";
1302
1298
  Object.defineProperty(exports2, "__esModule", { value: true });
1303
1299
  exports2.modeOf = exports2.sizeOf = exports2.flush = exports2.merge = exports2.createBufferedReadable = exports2.createBufferedReadableStream = void 0;
@@ -1320,7 +1316,7 @@ var require_createBufferedReadableStream = __commonJS({
1320
1316
  }
1321
1317
  controller.close();
1322
1318
  } else {
1323
- const chunkMode = modeOf(chunk);
1319
+ const chunkMode = modeOf(chunk, false);
1324
1320
  if (mode !== chunkMode) {
1325
1321
  if (mode >= 0) {
1326
1322
  controller.enqueue(flush(buffers, mode));
@@ -1386,8 +1382,8 @@ var require_createBufferedReadableStream = __commonJS({
1386
1382
  return (_b = (_a2 = chunk === null || chunk === void 0 ? void 0 : chunk.byteLength) !== null && _a2 !== void 0 ? _a2 : chunk === null || chunk === void 0 ? void 0 : chunk.length) !== null && _b !== void 0 ? _b : 0;
1387
1383
  }
1388
1384
  exports2.sizeOf = sizeOf;
1389
- function modeOf(chunk) {
1390
- if (typeof Buffer !== "undefined" && chunk instanceof Buffer) {
1385
+ function modeOf(chunk, allowBuffer = true) {
1386
+ if (allowBuffer && typeof Buffer !== "undefined" && chunk instanceof Buffer) {
1391
1387
  return 2;
1392
1388
  }
1393
1389
  if (chunk instanceof Uint8Array) {
@@ -1402,9 +1398,9 @@ var require_createBufferedReadableStream = __commonJS({
1402
1398
  }
1403
1399
  });
1404
1400
 
1405
- // node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js
1401
+ // node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js
1406
1402
  var require_createBufferedReadable = __commonJS({
1407
- "node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js"(exports2) {
1403
+ "node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js"(exports2) {
1408
1404
  "use strict";
1409
1405
  Object.defineProperty(exports2, "__esModule", { value: true });
1410
1406
  exports2.createBufferedReadable = void 0;
@@ -1427,7 +1423,7 @@ var require_createBufferedReadable = __commonJS({
1427
1423
  ];
1428
1424
  let mode = -1;
1429
1425
  upstream.on("data", (chunk) => {
1430
- const chunkMode = (0, createBufferedReadableStream_1.modeOf)(chunk);
1426
+ const chunkMode = (0, createBufferedReadableStream_1.modeOf)(chunk, true);
1431
1427
  if (mode !== chunkMode) {
1432
1428
  if (mode >= 0) {
1433
1429
  downstream.push((0, createBufferedReadableStream_1.flush)(buffers, mode));
@@ -1469,9 +1465,9 @@ var require_createBufferedReadable = __commonJS({
1469
1465
  }
1470
1466
  });
1471
1467
 
1472
- // node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js
1468
+ // node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js
1473
1469
  var require_getAwsChunkedEncodingStream = __commonJS({
1474
- "node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js"(exports2) {
1470
+ "node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js"(exports2) {
1475
1471
  "use strict";
1476
1472
  Object.defineProperty(exports2, "__esModule", { value: true });
1477
1473
  exports2.getAwsChunkedEncodingStream = void 0;
@@ -1507,9 +1503,9 @@ var require_getAwsChunkedEncodingStream = __commonJS({
1507
1503
  }
1508
1504
  });
1509
1505
 
1510
- // node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js
1506
+ // node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js
1511
1507
  var require_headStream_browser = __commonJS({
1512
- "node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js"(exports2) {
1508
+ "node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js"(exports2) {
1513
1509
  "use strict";
1514
1510
  Object.defineProperty(exports2, "__esModule", { value: true });
1515
1511
  exports2.headStream = void 0;
@@ -1548,9 +1544,9 @@ var require_headStream_browser = __commonJS({
1548
1544
  }
1549
1545
  });
1550
1546
 
1551
- // node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/headStream.js
1547
+ // node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/headStream.js
1552
1548
  var require_headStream = __commonJS({
1553
- "node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/headStream.js"(exports2) {
1549
+ "node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/headStream.js"(exports2) {
1554
1550
  "use strict";
1555
1551
  Object.defineProperty(exports2, "__esModule", { value: true });
1556
1552
  exports2.headStream = void 0;
@@ -1636,9 +1632,9 @@ var require_dist_cjs11 = __commonJS({
1636
1632
  }
1637
1633
  });
1638
1634
 
1639
- // node_modules/.pnpm/@smithy+querystring-builder@4.0.1/node_modules/@smithy/querystring-builder/dist-cjs/index.js
1635
+ // node_modules/.pnpm/@smithy+querystring-builder@4.0.2/node_modules/@smithy/querystring-builder/dist-cjs/index.js
1640
1636
  var require_dist_cjs12 = __commonJS({
1641
- "node_modules/.pnpm/@smithy+querystring-builder@4.0.1/node_modules/@smithy/querystring-builder/dist-cjs/index.js"(exports2, module2) {
1637
+ "node_modules/.pnpm/@smithy+querystring-builder@4.0.2/node_modules/@smithy/querystring-builder/dist-cjs/index.js"(exports2, module2) {
1642
1638
  var __defProp2 = Object.defineProperty;
1643
1639
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
1644
1640
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -1686,9 +1682,9 @@ var require_dist_cjs12 = __commonJS({
1686
1682
  }
1687
1683
  });
1688
1684
 
1689
- // node_modules/.pnpm/@smithy+node-http-handler@4.0.3/node_modules/@smithy/node-http-handler/dist-cjs/index.js
1685
+ // node_modules/.pnpm/@smithy+node-http-handler@4.0.4/node_modules/@smithy/node-http-handler/dist-cjs/index.js
1690
1686
  var require_dist_cjs13 = __commonJS({
1691
- "node_modules/.pnpm/@smithy+node-http-handler@4.0.3/node_modules/@smithy/node-http-handler/dist-cjs/index.js"(exports2, module2) {
1687
+ "node_modules/.pnpm/@smithy+node-http-handler@4.0.4/node_modules/@smithy/node-http-handler/dist-cjs/index.js"(exports2, module2) {
1692
1688
  var __create2 = Object.create;
1693
1689
  var __defProp2 = Object.defineProperty;
1694
1690
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -2451,9 +2447,9 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
2451
2447
  }
2452
2448
  });
2453
2449
 
2454
- // node_modules/.pnpm/@smithy+fetch-http-handler@5.0.1/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js
2450
+ // node_modules/.pnpm/@smithy+fetch-http-handler@5.0.2/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js
2455
2451
  var require_dist_cjs14 = __commonJS({
2456
- "node_modules/.pnpm/@smithy+fetch-http-handler@5.0.1/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js"(exports2, module2) {
2452
+ "node_modules/.pnpm/@smithy+fetch-http-handler@5.0.2/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js"(exports2, module2) {
2457
2453
  var __defProp2 = Object.defineProperty;
2458
2454
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
2459
2455
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -2765,9 +2761,9 @@ var require_dist_cjs15 = __commonJS({
2765
2761
  }
2766
2762
  });
2767
2763
 
2768
- // node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js
2764
+ // node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js
2769
2765
  var require_sdk_stream_mixin_browser = __commonJS({
2770
- "node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js"(exports2) {
2766
+ "node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js"(exports2) {
2771
2767
  "use strict";
2772
2768
  Object.defineProperty(exports2, "__esModule", { value: true });
2773
2769
  exports2.sdkStreamMixin = void 0;
@@ -2833,9 +2829,9 @@ var require_sdk_stream_mixin_browser = __commonJS({
2833
2829
  }
2834
2830
  });
2835
2831
 
2836
- // node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js
2832
+ // node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js
2837
2833
  var require_sdk_stream_mixin = __commonJS({
2838
- "node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js"(exports2) {
2834
+ "node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js"(exports2) {
2839
2835
  "use strict";
2840
2836
  Object.defineProperty(exports2, "__esModule", { value: true });
2841
2837
  exports2.sdkStreamMixin = void 0;
@@ -2892,9 +2888,9 @@ var require_sdk_stream_mixin = __commonJS({
2892
2888
  }
2893
2889
  });
2894
2890
 
2895
- // node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js
2891
+ // node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js
2896
2892
  var require_splitStream_browser = __commonJS({
2897
- "node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js"(exports2) {
2893
+ "node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js"(exports2) {
2898
2894
  "use strict";
2899
2895
  Object.defineProperty(exports2, "__esModule", { value: true });
2900
2896
  exports2.splitStream = void 0;
@@ -2909,9 +2905,9 @@ var require_splitStream_browser = __commonJS({
2909
2905
  }
2910
2906
  });
2911
2907
 
2912
- // node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/splitStream.js
2908
+ // node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/splitStream.js
2913
2909
  var require_splitStream = __commonJS({
2914
- "node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/splitStream.js"(exports2) {
2910
+ "node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/splitStream.js"(exports2) {
2915
2911
  "use strict";
2916
2912
  Object.defineProperty(exports2, "__esModule", { value: true });
2917
2913
  exports2.splitStream = void 0;
@@ -2932,9 +2928,9 @@ var require_splitStream = __commonJS({
2932
2928
  }
2933
2929
  });
2934
2930
 
2935
- // node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/index.js
2931
+ // node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/index.js
2936
2932
  var require_dist_cjs16 = __commonJS({
2937
- "node_modules/.pnpm/@smithy+util-stream@4.1.2/node_modules/@smithy/util-stream/dist-cjs/index.js"(exports2, module2) {
2933
+ "node_modules/.pnpm/@smithy+util-stream@4.2.0/node_modules/@smithy/util-stream/dist-cjs/index.js"(exports2, module2) {
2938
2934
  var __defProp2 = Object.defineProperty;
2939
2935
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
2940
2936
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -3018,10 +3014,10 @@ var require_dist_cjs16 = __commonJS({
3018
3014
  }
3019
3015
  });
3020
3016
 
3021
- // node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js
3017
+ // node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js
3022
3018
  var import_util_stream, collectBody2;
3023
3019
  var init_collect_stream_body = __esm({
3024
- "node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js"() {
3020
+ "node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js"() {
3025
3021
  import_util_stream = __toESM(require_dist_cjs16());
3026
3022
  collectBody2 = async (streamBody = new Uint8Array(), context) => {
3027
3023
  if (streamBody instanceof Uint8Array) {
@@ -3036,21 +3032,21 @@ var init_collect_stream_body = __esm({
3036
3032
  }
3037
3033
  });
3038
3034
 
3039
- // node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js
3035
+ // node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js
3040
3036
  function extendedEncodeURIComponent2(str) {
3041
3037
  return encodeURIComponent(str).replace(/[!'()*]/g, function(c3) {
3042
3038
  return "%" + c3.charCodeAt(0).toString(16).toUpperCase();
3043
3039
  });
3044
3040
  }
3045
3041
  var init_extended_encode_uri_component = __esm({
3046
- "node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js"() {
3042
+ "node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js"() {
3047
3043
  }
3048
3044
  });
3049
3045
 
3050
- // node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js
3046
+ // node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js
3051
3047
  var resolvedPath2;
3052
3048
  var init_resolve_path = __esm({
3053
- "node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js"() {
3049
+ "node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js"() {
3054
3050
  init_extended_encode_uri_component();
3055
3051
  resolvedPath2 = (resolvedPath3, input, memberName, labelValueProvider, uriLabel, isGreedyLabel) => {
3056
3052
  if (input != null && input[memberName] !== void 0) {
@@ -3067,13 +3063,13 @@ var init_resolve_path = __esm({
3067
3063
  }
3068
3064
  });
3069
3065
 
3070
- // node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js
3066
+ // node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js
3071
3067
  function requestBuilder(input, context) {
3072
3068
  return new RequestBuilder(input, context);
3073
3069
  }
3074
3070
  var import_protocol_http, RequestBuilder;
3075
3071
  var init_requestBuilder = __esm({
3076
- "node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js"() {
3072
+ "node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js"() {
3077
3073
  import_protocol_http = __toESM(require_dist_cjs2());
3078
3074
  init_resolve_path();
3079
3075
  RequestBuilder = class {
@@ -3141,7 +3137,7 @@ var init_requestBuilder = __esm({
3141
3137
  }
3142
3138
  });
3143
3139
 
3144
- // node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/submodules/protocols/index.js
3140
+ // node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/submodules/protocols/index.js
3145
3141
  var protocols_exports = {};
3146
3142
  __export(protocols_exports, {
3147
3143
  RequestBuilder: () => RequestBuilder,
@@ -3151,7 +3147,7 @@ __export(protocols_exports, {
3151
3147
  resolvedPath: () => resolvedPath2
3152
3148
  });
3153
3149
  var init_protocols = __esm({
3154
- "node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/submodules/protocols/index.js"() {
3150
+ "node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/submodules/protocols/index.js"() {
3155
3151
  init_collect_stream_body();
3156
3152
  init_extended_encode_uri_component();
3157
3153
  init_requestBuilder();
@@ -3159,9 +3155,9 @@ var init_protocols = __esm({
3159
3155
  }
3160
3156
  });
3161
3157
 
3162
- // node_modules/.pnpm/@smithy+smithy-client@4.1.6/node_modules/@smithy/smithy-client/dist-cjs/index.js
3158
+ // node_modules/.pnpm/@smithy+smithy-client@4.2.0/node_modules/@smithy/smithy-client/dist-cjs/index.js
3163
3159
  var require_dist_cjs17 = __commonJS({
3164
- "node_modules/.pnpm/@smithy+smithy-client@4.1.6/node_modules/@smithy/smithy-client/dist-cjs/index.js"(exports2, module2) {
3160
+ "node_modules/.pnpm/@smithy+smithy-client@4.2.0/node_modules/@smithy/smithy-client/dist-cjs/index.js"(exports2, module2) {
3165
3161
  var __defProp2 = Object.defineProperty;
3166
3162
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
3167
3163
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -4062,12 +4058,11 @@ var require_dist_cjs17 = __commonJS({
4062
4058
  });
4063
4059
  }
4064
4060
  return {
4065
- _checksumAlgorithms: checksumAlgorithms,
4066
4061
  addChecksumAlgorithm(algo) {
4067
- this._checksumAlgorithms.push(algo);
4062
+ checksumAlgorithms.push(algo);
4068
4063
  },
4069
4064
  checksumAlgorithms() {
4070
- return this._checksumAlgorithms;
4065
+ return checksumAlgorithms;
4071
4066
  }
4072
4067
  };
4073
4068
  }, "getChecksumConfiguration");
@@ -4079,13 +4074,12 @@ var require_dist_cjs17 = __commonJS({
4079
4074
  return runtimeConfig;
4080
4075
  }, "resolveChecksumRuntimeConfig");
4081
4076
  var getRetryConfiguration = /* @__PURE__ */ __name((runtimeConfig) => {
4082
- let _retryStrategy = runtimeConfig.retryStrategy;
4083
4077
  return {
4084
4078
  setRetryStrategy(retryStrategy) {
4085
- _retryStrategy = retryStrategy;
4079
+ runtimeConfig.retryStrategy = retryStrategy;
4086
4080
  },
4087
4081
  retryStrategy() {
4088
- return _retryStrategy;
4082
+ return runtimeConfig.retryStrategy;
4089
4083
  }
4090
4084
  };
4091
4085
  }, "getRetryConfiguration");
@@ -4095,17 +4089,11 @@ var require_dist_cjs17 = __commonJS({
4095
4089
  return runtimeConfig;
4096
4090
  }, "resolveRetryRuntimeConfig");
4097
4091
  var getDefaultExtensionConfiguration3 = /* @__PURE__ */ __name((runtimeConfig) => {
4098
- return {
4099
- ...getChecksumConfiguration(runtimeConfig),
4100
- ...getRetryConfiguration(runtimeConfig)
4101
- };
4092
+ return Object.assign(getChecksumConfiguration(runtimeConfig), getRetryConfiguration(runtimeConfig));
4102
4093
  }, "getDefaultExtensionConfiguration");
4103
4094
  var getDefaultClientConfiguration = getDefaultExtensionConfiguration3;
4104
4095
  var resolveDefaultRuntimeConfig3 = /* @__PURE__ */ __name((config) => {
4105
- return {
4106
- ...resolveChecksumRuntimeConfig(config),
4107
- ...resolveRetryRuntimeConfig(config)
4108
- };
4096
+ return Object.assign(resolveChecksumRuntimeConfig(config), resolveRetryRuntimeConfig(config));
4109
4097
  }, "resolveDefaultRuntimeConfig");
4110
4098
  var getArrayIfSingleItem = /* @__PURE__ */ __name((mayBeArray) => Array.isArray(mayBeArray) ? mayBeArray : [mayBeArray], "getArrayIfSingleItem");
4111
4099
  var getValueFromTextNode2 = /* @__PURE__ */ __name((obj) => {
@@ -4360,9 +4348,9 @@ var require_dist_cjs17 = __commonJS({
4360
4348
  }
4361
4349
  });
4362
4350
 
4363
- // node_modules/.pnpm/@aws-sdk+middleware-sdk-sqs@3.758.0/node_modules/@aws-sdk/middleware-sdk-sqs/dist-cjs/index.js
4351
+ // node_modules/.pnpm/@aws-sdk+middleware-sdk-sqs@3.775.0/node_modules/@aws-sdk/middleware-sdk-sqs/dist-cjs/index.js
4364
4352
  var require_dist_cjs18 = __commonJS({
4365
- "node_modules/.pnpm/@aws-sdk+middleware-sdk-sqs@3.758.0/node_modules/@aws-sdk/middleware-sdk-sqs/dist-cjs/index.js"(exports2, module2) {
4353
+ "node_modules/.pnpm/@aws-sdk+middleware-sdk-sqs@3.775.0/node_modules/@aws-sdk/middleware-sdk-sqs/dist-cjs/index.js"(exports2, module2) {
4366
4354
  "use strict";
4367
4355
  var __defProp2 = Object.defineProperty;
4368
4356
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -4382,8 +4370,8 @@ var require_dist_cjs18 = __commonJS({
4382
4370
  return to;
4383
4371
  };
4384
4372
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
4385
- var src_exports = {};
4386
- __export2(src_exports, {
4373
+ var index_exports = {};
4374
+ __export2(index_exports, {
4387
4375
  getQueueUrlPlugin: () => getQueueUrlPlugin,
4388
4376
  getReceiveMessagePlugin: () => getReceiveMessagePlugin,
4389
4377
  getSendMessageBatchPlugin: () => getSendMessageBatchPlugin,
@@ -4398,13 +4386,12 @@ var require_dist_cjs18 = __commonJS({
4398
4386
  sendMessageMiddleware: () => sendMessageMiddleware,
4399
4387
  sendMessageMiddlewareOptions: () => sendMessageMiddlewareOptions
4400
4388
  });
4401
- module2.exports = __toCommonJS2(src_exports);
4389
+ module2.exports = __toCommonJS2(index_exports);
4402
4390
  var import_smithy_client25 = require_dist_cjs17();
4403
4391
  var resolveQueueUrlConfig = /* @__PURE__ */ __name((config) => {
4404
- return {
4405
- ...config,
4392
+ return Object.assign(config, {
4406
4393
  useQueueUrlAsEndpoint: config.useQueueUrlAsEndpoint ?? true
4407
- };
4394
+ });
4408
4395
  }, "resolveQueueUrlConfig");
4409
4396
  function queueUrlMiddleware({ useQueueUrlAsEndpoint, endpoint }) {
4410
4397
  return (next, context) => {
@@ -4442,9 +4429,9 @@ Set [endpoint=string] or [useQueueUrlAsEndpoint=false] on the SQSClient.`
4442
4429
  override: true
4443
4430
  };
4444
4431
  var getQueueUrlPlugin = /* @__PURE__ */ __name((config) => ({
4445
- applyToStack: (clientStack) => {
4432
+ applyToStack: /* @__PURE__ */ __name((clientStack) => {
4446
4433
  clientStack.addRelativeTo(queueUrlMiddleware(config), queueUrlMiddlewareOptions);
4447
- }
4434
+ }, "applyToStack")
4448
4435
  }), "getQueueUrlPlugin");
4449
4436
  var import_util_hex_encoding = require_dist_cjs15();
4450
4437
  var import_util_utf83 = require_dist_cjs9();
@@ -4480,9 +4467,9 @@ Set [endpoint=string] or [useQueueUrlAsEndpoint=false] on the SQSClient.`
4480
4467
  override: true
4481
4468
  };
4482
4469
  var getReceiveMessagePlugin = /* @__PURE__ */ __name((config) => ({
4483
- applyToStack: (clientStack) => {
4470
+ applyToStack: /* @__PURE__ */ __name((clientStack) => {
4484
4471
  clientStack.add(receiveMessageMiddleware(config), receiveMessageMiddlewareOptions);
4485
- }
4472
+ }, "applyToStack")
4486
4473
  }), "getReceiveMessagePlugin");
4487
4474
  var import_util_utf822 = require_dist_cjs9();
4488
4475
  var sendMessageMiddleware = /* @__PURE__ */ __name((options) => (next) => async (args) => {
@@ -4505,9 +4492,9 @@ Set [endpoint=string] or [useQueueUrlAsEndpoint=false] on the SQSClient.`
4505
4492
  override: true
4506
4493
  };
4507
4494
  var getSendMessagePlugin = /* @__PURE__ */ __name((config) => ({
4508
- applyToStack: (clientStack) => {
4495
+ applyToStack: /* @__PURE__ */ __name((clientStack) => {
4509
4496
  clientStack.add(sendMessageMiddleware(config), sendMessageMiddlewareOptions);
4510
- }
4497
+ }, "applyToStack")
4511
4498
  }), "getSendMessagePlugin");
4512
4499
  var import_util_utf832 = require_dist_cjs9();
4513
4500
  var sendMessageBatchMiddleware = /* @__PURE__ */ __name((options) => (next) => async (args) => {
@@ -4547,25 +4534,25 @@ Set [endpoint=string] or [useQueueUrlAsEndpoint=false] on the SQSClient.`
4547
4534
  override: true
4548
4535
  };
4549
4536
  var getSendMessageBatchPlugin = /* @__PURE__ */ __name((config) => ({
4550
- applyToStack: (clientStack) => {
4537
+ applyToStack: /* @__PURE__ */ __name((clientStack) => {
4551
4538
  clientStack.add(sendMessageBatchMiddleware(config), sendMessageBatchMiddlewareOptions);
4552
- }
4539
+ }, "applyToStack")
4553
4540
  }), "getSendMessageBatchPlugin");
4554
4541
  }
4555
4542
  });
4556
4543
 
4557
- // node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/getSmithyContext.js
4544
+ // node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/getSmithyContext.js
4558
4545
  var import_types, getSmithyContext;
4559
4546
  var init_getSmithyContext = __esm({
4560
- "node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/getSmithyContext.js"() {
4547
+ "node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/getSmithyContext.js"() {
4561
4548
  import_types = __toESM(require_dist_cjs());
4562
4549
  getSmithyContext = (context) => context[import_types.SMITHY_CONTEXT_KEY] || (context[import_types.SMITHY_CONTEXT_KEY] = {});
4563
4550
  }
4564
4551
  });
4565
4552
 
4566
- // node_modules/.pnpm/@smithy+util-middleware@4.0.1/node_modules/@smithy/util-middleware/dist-cjs/index.js
4553
+ // node_modules/.pnpm/@smithy+util-middleware@4.0.2/node_modules/@smithy/util-middleware/dist-cjs/index.js
4567
4554
  var require_dist_cjs19 = __commonJS({
4568
- "node_modules/.pnpm/@smithy+util-middleware@4.0.1/node_modules/@smithy/util-middleware/dist-cjs/index.js"(exports2, module2) {
4555
+ "node_modules/.pnpm/@smithy+util-middleware@4.0.2/node_modules/@smithy/util-middleware/dist-cjs/index.js"(exports2, module2) {
4569
4556
  var __defProp2 = Object.defineProperty;
4570
4557
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
4571
4558
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -4601,7 +4588,7 @@ var require_dist_cjs19 = __commonJS({
4601
4588
  }
4602
4589
  });
4603
4590
 
4604
- // node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js
4591
+ // node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js
4605
4592
  function convertHttpAuthSchemesToMap(httpAuthSchemes) {
4606
4593
  const map2 = /* @__PURE__ */ new Map();
4607
4594
  for (const scheme of httpAuthSchemes) {
@@ -4611,7 +4598,7 @@ function convertHttpAuthSchemesToMap(httpAuthSchemes) {
4611
4598
  }
4612
4599
  var import_types2, import_util_middleware, httpAuthSchemeMiddleware;
4613
4600
  var init_httpAuthSchemeMiddleware = __esm({
4614
- "node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js"() {
4601
+ "node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js"() {
4615
4602
  import_types2 = __toESM(require_dist_cjs());
4616
4603
  import_util_middleware = __toESM(require_dist_cjs19());
4617
4604
  httpAuthSchemeMiddleware = (config, mwOptions) => (next, context) => async (args) => {
@@ -4648,10 +4635,10 @@ var init_httpAuthSchemeMiddleware = __esm({
4648
4635
  }
4649
4636
  });
4650
4637
 
4651
- // node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js
4638
+ // node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js
4652
4639
  var httpAuthSchemeEndpointRuleSetMiddlewareOptions, getHttpAuthSchemeEndpointRuleSetPlugin;
4653
4640
  var init_getHttpAuthSchemeEndpointRuleSetPlugin = __esm({
4654
- "node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js"() {
4641
+ "node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js"() {
4655
4642
  init_httpAuthSchemeMiddleware();
4656
4643
  httpAuthSchemeEndpointRuleSetMiddlewareOptions = {
4657
4644
  step: "serialize",
@@ -4672,9 +4659,9 @@ var init_getHttpAuthSchemeEndpointRuleSetPlugin = __esm({
4672
4659
  }
4673
4660
  });
4674
4661
 
4675
- // node_modules/.pnpm/@smithy+middleware-serde@4.0.2/node_modules/@smithy/middleware-serde/dist-cjs/index.js
4662
+ // node_modules/.pnpm/@smithy+middleware-serde@4.0.3/node_modules/@smithy/middleware-serde/dist-cjs/index.js
4676
4663
  var require_dist_cjs20 = __commonJS({
4677
- "node_modules/.pnpm/@smithy+middleware-serde@4.0.2/node_modules/@smithy/middleware-serde/dist-cjs/index.js"(exports2, module2) {
4664
+ "node_modules/.pnpm/@smithy+middleware-serde@4.0.3/node_modules/@smithy/middleware-serde/dist-cjs/index.js"(exports2, module2) {
4678
4665
  var __defProp2 = Object.defineProperty;
4679
4666
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
4680
4667
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -4769,10 +4756,10 @@ var require_dist_cjs20 = __commonJS({
4769
4756
  }
4770
4757
  });
4771
4758
 
4772
- // node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js
4759
+ // node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js
4773
4760
  var import_middleware_serde, httpAuthSchemeMiddlewareOptions, getHttpAuthSchemePlugin;
4774
4761
  var init_getHttpAuthSchemePlugin = __esm({
4775
- "node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js"() {
4762
+ "node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js"() {
4776
4763
  import_middleware_serde = __toESM(require_dist_cjs20());
4777
4764
  init_httpAuthSchemeMiddleware();
4778
4765
  httpAuthSchemeMiddlewareOptions = {
@@ -4794,19 +4781,19 @@ var init_getHttpAuthSchemePlugin = __esm({
4794
4781
  }
4795
4782
  });
4796
4783
 
4797
- // node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js
4784
+ // node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js
4798
4785
  var init_middleware_http_auth_scheme = __esm({
4799
- "node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js"() {
4786
+ "node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js"() {
4800
4787
  init_httpAuthSchemeMiddleware();
4801
4788
  init_getHttpAuthSchemeEndpointRuleSetPlugin();
4802
4789
  init_getHttpAuthSchemePlugin();
4803
4790
  }
4804
4791
  });
4805
4792
 
4806
- // node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js
4793
+ // node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js
4807
4794
  var import_protocol_http2, import_types3, import_util_middleware2, defaultErrorHandler, defaultSuccessHandler, httpSigningMiddleware;
4808
4795
  var init_httpSigningMiddleware = __esm({
4809
- "node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js"() {
4796
+ "node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js"() {
4810
4797
  import_protocol_http2 = __toESM(require_dist_cjs2());
4811
4798
  import_types3 = __toESM(require_dist_cjs());
4812
4799
  import_util_middleware2 = __toESM(require_dist_cjs19());
@@ -4835,10 +4822,10 @@ var init_httpSigningMiddleware = __esm({
4835
4822
  }
4836
4823
  });
4837
4824
 
4838
- // node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js
4825
+ // node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js
4839
4826
  var httpSigningMiddlewareOptions, getHttpSigningPlugin;
4840
4827
  var init_getHttpSigningMiddleware = __esm({
4841
- "node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js"() {
4828
+ "node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js"() {
4842
4829
  init_httpSigningMiddleware();
4843
4830
  httpSigningMiddlewareOptions = {
4844
4831
  step: "finalizeRequest",
@@ -4857,18 +4844,18 @@ var init_getHttpSigningMiddleware = __esm({
4857
4844
  }
4858
4845
  });
4859
4846
 
4860
- // node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js
4847
+ // node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js
4861
4848
  var init_middleware_http_signing = __esm({
4862
- "node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js"() {
4849
+ "node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js"() {
4863
4850
  init_httpSigningMiddleware();
4864
4851
  init_getHttpSigningMiddleware();
4865
4852
  }
4866
4853
  });
4867
4854
 
4868
- // node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/normalizeProvider.js
4855
+ // node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/normalizeProvider.js
4869
4856
  var normalizeProvider;
4870
4857
  var init_normalizeProvider = __esm({
4871
- "node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/normalizeProvider.js"() {
4858
+ "node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/normalizeProvider.js"() {
4872
4859
  normalizeProvider = (input) => {
4873
4860
  if (typeof input === "function")
4874
4861
  return input;
@@ -4878,7 +4865,7 @@ var init_normalizeProvider = __esm({
4878
4865
  }
4879
4866
  });
4880
4867
 
4881
- // node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/pagination/createPaginator.js
4868
+ // node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/pagination/createPaginator.js
4882
4869
  function createPaginator(ClientCtor, CommandCtor, inputTokenName, outputTokenName, pageSizeTokenName) {
4883
4870
  return async function* paginateOperation(config, input, ...additionalArguments) {
4884
4871
  const _input = input;
@@ -4905,7 +4892,7 @@ function createPaginator(ClientCtor, CommandCtor, inputTokenName, outputTokenNam
4905
4892
  }
4906
4893
  var makePagedClientRequest, get;
4907
4894
  var init_createPaginator = __esm({
4908
- "node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/pagination/createPaginator.js"() {
4895
+ "node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/pagination/createPaginator.js"() {
4909
4896
  makePagedClientRequest = async (CommandCtor, client, input, withCommand = (_2) => _2, ...args) => {
4910
4897
  let command = new CommandCtor(input);
4911
4898
  command = withCommand(command) ?? command;
@@ -4925,14 +4912,14 @@ var init_createPaginator = __esm({
4925
4912
  }
4926
4913
  });
4927
4914
 
4928
- // node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js
4915
+ // node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js
4929
4916
  var init_requestBuilder2 = __esm({
4930
- "node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js"() {
4917
+ "node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js"() {
4931
4918
  init_protocols();
4932
4919
  }
4933
4920
  });
4934
4921
 
4935
- // node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/setFeature.js
4922
+ // node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/setFeature.js
4936
4923
  function setFeature(context, feature, value) {
4937
4924
  if (!context.__smithy_context) {
4938
4925
  context.__smithy_context = {
@@ -4944,14 +4931,14 @@ function setFeature(context, feature, value) {
4944
4931
  context.__smithy_context.features[feature] = value;
4945
4932
  }
4946
4933
  var init_setFeature = __esm({
4947
- "node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/setFeature.js"() {
4934
+ "node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/setFeature.js"() {
4948
4935
  }
4949
4936
  });
4950
4937
 
4951
- // node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js
4938
+ // node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js
4952
4939
  var DefaultIdentityProviderConfig;
4953
4940
  var init_DefaultIdentityProviderConfig = __esm({
4954
- "node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js"() {
4941
+ "node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js"() {
4955
4942
  DefaultIdentityProviderConfig = class {
4956
4943
  constructor(config) {
4957
4944
  this.authSchemes = /* @__PURE__ */ new Map();
@@ -4968,10 +4955,10 @@ var init_DefaultIdentityProviderConfig = __esm({
4968
4955
  }
4969
4956
  });
4970
4957
 
4971
- // node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js
4958
+ // node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js
4972
4959
  var import_protocol_http3, import_types4, HttpApiKeyAuthSigner;
4973
4960
  var init_httpApiKeyAuth = __esm({
4974
- "node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js"() {
4961
+ "node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js"() {
4975
4962
  import_protocol_http3 = __toESM(require_dist_cjs2());
4976
4963
  import_types4 = __toESM(require_dist_cjs());
4977
4964
  HttpApiKeyAuthSigner = class {
@@ -5002,10 +4989,10 @@ var init_httpApiKeyAuth = __esm({
5002
4989
  }
5003
4990
  });
5004
4991
 
5005
- // node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js
4992
+ // node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js
5006
4993
  var import_protocol_http4, HttpBearerAuthSigner;
5007
4994
  var init_httpBearerAuth = __esm({
5008
- "node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js"() {
4995
+ "node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js"() {
5009
4996
  import_protocol_http4 = __toESM(require_dist_cjs2());
5010
4997
  HttpBearerAuthSigner = class {
5011
4998
  async sign(httpRequest, identity, signingProperties) {
@@ -5020,10 +5007,10 @@ var init_httpBearerAuth = __esm({
5020
5007
  }
5021
5008
  });
5022
5009
 
5023
- // node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js
5010
+ // node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js
5024
5011
  var NoAuthSigner;
5025
5012
  var init_noAuth = __esm({
5026
- "node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js"() {
5013
+ "node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js"() {
5027
5014
  NoAuthSigner = class {
5028
5015
  async sign(httpRequest, identity, signingProperties) {
5029
5016
  return httpRequest;
@@ -5032,19 +5019,19 @@ var init_noAuth = __esm({
5032
5019
  }
5033
5020
  });
5034
5021
 
5035
- // node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js
5022
+ // node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js
5036
5023
  var init_httpAuthSchemes = __esm({
5037
- "node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js"() {
5024
+ "node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js"() {
5038
5025
  init_httpApiKeyAuth();
5039
5026
  init_httpBearerAuth();
5040
5027
  init_noAuth();
5041
5028
  }
5042
5029
  });
5043
5030
 
5044
- // node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js
5031
+ // node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js
5045
5032
  var createIsIdentityExpiredFunction, EXPIRATION_MS, isIdentityExpired, doesIdentityRequireRefresh, memoizeIdentityProvider;
5046
5033
  var init_memoizeIdentityProvider = __esm({
5047
- "node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js"() {
5034
+ "node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js"() {
5048
5035
  createIsIdentityExpiredFunction = (expirationMs) => (identity) => doesIdentityRequireRefresh(identity) && identity.expiration.getTime() - Date.now() < expirationMs;
5049
5036
  EXPIRATION_MS = 3e5;
5050
5037
  isIdentityExpired = createIsIdentityExpiredFunction(EXPIRATION_MS);
@@ -5100,16 +5087,16 @@ var init_memoizeIdentityProvider = __esm({
5100
5087
  }
5101
5088
  });
5102
5089
 
5103
- // node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js
5090
+ // node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js
5104
5091
  var init_util_identity_and_auth = __esm({
5105
- "node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js"() {
5092
+ "node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js"() {
5106
5093
  init_DefaultIdentityProviderConfig();
5107
5094
  init_httpAuthSchemes();
5108
5095
  init_memoizeIdentityProvider();
5109
5096
  }
5110
5097
  });
5111
5098
 
5112
- // node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/index.js
5099
+ // node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/index.js
5113
5100
  var dist_es_exports = {};
5114
5101
  __export(dist_es_exports, {
5115
5102
  DefaultIdentityProviderConfig: () => DefaultIdentityProviderConfig,
@@ -5136,7 +5123,7 @@ __export(dist_es_exports, {
5136
5123
  setFeature: () => setFeature
5137
5124
  });
5138
5125
  var init_dist_es = __esm({
5139
- "node_modules/.pnpm/@smithy+core@3.1.5/node_modules/@smithy/core/dist-es/index.js"() {
5126
+ "node_modules/.pnpm/@smithy+core@3.2.0/node_modules/@smithy/core/dist-es/index.js"() {
5140
5127
  init_getSmithyContext();
5141
5128
  init_middleware_http_auth_scheme();
5142
5129
  init_middleware_http_signing();
@@ -5148,9 +5135,9 @@ var init_dist_es = __esm({
5148
5135
  }
5149
5136
  });
5150
5137
 
5151
- // node_modules/.pnpm/@smithy+util-endpoints@3.0.1/node_modules/@smithy/util-endpoints/dist-cjs/index.js
5138
+ // node_modules/.pnpm/@smithy+util-endpoints@3.0.2/node_modules/@smithy/util-endpoints/dist-cjs/index.js
5152
5139
  var require_dist_cjs21 = __commonJS({
5153
- "node_modules/.pnpm/@smithy+util-endpoints@3.0.1/node_modules/@smithy/util-endpoints/dist-cjs/index.js"(exports2, module2) {
5140
+ "node_modules/.pnpm/@smithy+util-endpoints@3.0.2/node_modules/@smithy/util-endpoints/dist-cjs/index.js"(exports2, module2) {
5154
5141
  var __defProp2 = Object.defineProperty;
5155
5142
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
5156
5143
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -5621,9 +5608,9 @@ var require_dist_cjs21 = __commonJS({
5621
5608
  }
5622
5609
  });
5623
5610
 
5624
- // node_modules/.pnpm/@aws-sdk+util-endpoints@3.743.0/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js
5611
+ // node_modules/.pnpm/@aws-sdk+util-endpoints@3.775.0/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js
5625
5612
  var require_dist_cjs22 = __commonJS({
5626
- "node_modules/.pnpm/@aws-sdk+util-endpoints@3.743.0/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js"(exports2, module2) {
5613
+ "node_modules/.pnpm/@aws-sdk+util-endpoints@3.775.0/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js"(exports2, module2) {
5627
5614
  "use strict";
5628
5615
  var __defProp2 = Object.defineProperty;
5629
5616
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -5643,8 +5630,8 @@ var require_dist_cjs22 = __commonJS({
5643
5630
  return to;
5644
5631
  };
5645
5632
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
5646
- var src_exports = {};
5647
- __export2(src_exports, {
5633
+ var index_exports = {};
5634
+ __export2(index_exports, {
5648
5635
  ConditionObject: () => import_util_endpoints5.ConditionObject,
5649
5636
  DeprecatedObject: () => import_util_endpoints5.DeprecatedObject,
5650
5637
  EndpointError: () => import_util_endpoints5.EndpointError,
@@ -5674,7 +5661,7 @@ var require_dist_cjs22 = __commonJS({
5674
5661
  setPartitionInfo: () => setPartitionInfo,
5675
5662
  useDefaultPartitionInfo: () => useDefaultPartitionInfo
5676
5663
  });
5677
- module2.exports = __toCommonJS2(src_exports);
5664
+ module2.exports = __toCommonJS2(index_exports);
5678
5665
  var import_util_endpoints5 = require_dist_cjs21();
5679
5666
  var isVirtualHostableS3Bucket = /* @__PURE__ */ __name((value, allowSubDomains = false) => {
5680
5667
  if (allowSubDomains) {
@@ -5703,11 +5690,9 @@ var require_dist_cjs22 = __commonJS({
5703
5690
  var RESOURCE_DELIMITER = "/";
5704
5691
  var parseArn = /* @__PURE__ */ __name((value) => {
5705
5692
  const segments = value.split(ARN_DELIMITER);
5706
- if (segments.length < 6)
5707
- return null;
5693
+ if (segments.length < 6) return null;
5708
5694
  const [arn, partition2, service, region, accountId, ...resourcePath] = segments;
5709
- if (arn !== "arn" || partition2 === "" || service === "" || resourcePath.join(ARN_DELIMITER) === "")
5710
- return null;
5695
+ if (arn !== "arn" || partition2 === "" || service === "" || resourcePath.join(ARN_DELIMITER) === "") return null;
5711
5696
  const resourceId = resourcePath.map((resource) => resource.split(RESOURCE_DELIMITER)).flat();
5712
5697
  return {
5713
5698
  partition: partition2,
@@ -6006,10 +5991,10 @@ var require_dist_cjs22 = __commonJS({
6006
5991
  }
6007
5992
  });
6008
5993
 
6009
- // node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js
5994
+ // node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js
6010
5995
  var state, emitWarningIfUnsupportedVersion;
6011
5996
  var init_emitWarningIfUnsupportedVersion = __esm({
6012
- "node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js"() {
5997
+ "node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js"() {
6013
5998
  state = {
6014
5999
  warningEmitted: false
6015
6000
  };
@@ -6028,7 +6013,7 @@ More information can be found at: https://a.co/74kJMmI`);
6028
6013
  }
6029
6014
  });
6030
6015
 
6031
- // node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js
6016
+ // node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js
6032
6017
  function setCredentialFeature(credentials, feature, value) {
6033
6018
  if (!credentials.$source) {
6034
6019
  credentials.$source = {};
@@ -6037,11 +6022,11 @@ function setCredentialFeature(credentials, feature, value) {
6037
6022
  return credentials;
6038
6023
  }
6039
6024
  var init_setCredentialFeature = __esm({
6040
- "node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js"() {
6025
+ "node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js"() {
6041
6026
  }
6042
6027
  });
6043
6028
 
6044
- // node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js
6029
+ // node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js
6045
6030
  function setFeature2(context, feature, value) {
6046
6031
  if (!context.__aws_sdk_context) {
6047
6032
  context.__aws_sdk_context = {
@@ -6053,11 +6038,11 @@ function setFeature2(context, feature, value) {
6053
6038
  context.__aws_sdk_context.features[feature] = value;
6054
6039
  }
6055
6040
  var init_setFeature2 = __esm({
6056
- "node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js"() {
6041
+ "node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js"() {
6057
6042
  }
6058
6043
  });
6059
6044
 
6060
- // node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js
6045
+ // node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js
6061
6046
  var client_exports = {};
6062
6047
  __export(client_exports, {
6063
6048
  emitWarningIfUnsupportedVersion: () => emitWarningIfUnsupportedVersion,
@@ -6066,43 +6051,43 @@ __export(client_exports, {
6066
6051
  state: () => state
6067
6052
  });
6068
6053
  var init_client = __esm({
6069
- "node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js"() {
6054
+ "node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js"() {
6070
6055
  init_emitWarningIfUnsupportedVersion();
6071
6056
  init_setCredentialFeature();
6072
6057
  init_setFeature2();
6073
6058
  }
6074
6059
  });
6075
6060
 
6076
- // node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js
6061
+ // node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js
6077
6062
  var import_protocol_http5, getDateHeader;
6078
6063
  var init_getDateHeader = __esm({
6079
- "node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js"() {
6064
+ "node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js"() {
6080
6065
  import_protocol_http5 = __toESM(require_dist_cjs2());
6081
6066
  getDateHeader = (response) => import_protocol_http5.HttpResponse.isInstance(response) ? response.headers?.date ?? response.headers?.Date : void 0;
6082
6067
  }
6083
6068
  });
6084
6069
 
6085
- // node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js
6070
+ // node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js
6086
6071
  var getSkewCorrectedDate;
6087
6072
  var init_getSkewCorrectedDate = __esm({
6088
- "node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js"() {
6073
+ "node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js"() {
6089
6074
  getSkewCorrectedDate = (systemClockOffset) => new Date(Date.now() + systemClockOffset);
6090
6075
  }
6091
6076
  });
6092
6077
 
6093
- // node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js
6078
+ // node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js
6094
6079
  var isClockSkewed;
6095
6080
  var init_isClockSkewed = __esm({
6096
- "node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js"() {
6081
+ "node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js"() {
6097
6082
  init_getSkewCorrectedDate();
6098
6083
  isClockSkewed = (clockTime, systemClockOffset) => Math.abs(getSkewCorrectedDate(systemClockOffset).getTime() - clockTime) >= 3e5;
6099
6084
  }
6100
6085
  });
6101
6086
 
6102
- // node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js
6087
+ // node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js
6103
6088
  var getUpdatedSystemClockOffset;
6104
6089
  var init_getUpdatedSystemClockOffset = __esm({
6105
- "node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js"() {
6090
+ "node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js"() {
6106
6091
  init_isClockSkewed();
6107
6092
  getUpdatedSystemClockOffset = (clockTime, currentSystemClockOffset) => {
6108
6093
  const clockTimeInMs = Date.parse(clockTime);
@@ -6114,19 +6099,19 @@ var init_getUpdatedSystemClockOffset = __esm({
6114
6099
  }
6115
6100
  });
6116
6101
 
6117
- // node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js
6102
+ // node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js
6118
6103
  var init_utils = __esm({
6119
- "node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js"() {
6104
+ "node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js"() {
6120
6105
  init_getDateHeader();
6121
6106
  init_getSkewCorrectedDate();
6122
6107
  init_getUpdatedSystemClockOffset();
6123
6108
  }
6124
6109
  });
6125
6110
 
6126
- // node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js
6111
+ // node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js
6127
6112
  var import_protocol_http6, throwSigningPropertyError, validateSigningProperties, AwsSdkSigV4Signer, AWSSDKSigV4Signer;
6128
6113
  var init_AwsSdkSigV4Signer = __esm({
6129
- "node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js"() {
6114
+ "node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js"() {
6130
6115
  import_protocol_http6 = __toESM(require_dist_cjs2());
6131
6116
  init_utils();
6132
6117
  throwSigningPropertyError = (name, property) => {
@@ -6202,10 +6187,10 @@ var init_AwsSdkSigV4Signer = __esm({
6202
6187
  }
6203
6188
  });
6204
6189
 
6205
- // node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js
6190
+ // node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js
6206
6191
  var import_protocol_http7, AwsSdkSigV4ASigner;
6207
6192
  var init_AwsSdkSigV4ASigner = __esm({
6208
- "node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js"() {
6193
+ "node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js"() {
6209
6194
  import_protocol_http7 = __toESM(require_dist_cjs2());
6210
6195
  init_utils();
6211
6196
  init_AwsSdkSigV4Signer();
@@ -6228,9 +6213,9 @@ var init_AwsSdkSigV4ASigner = __esm({
6228
6213
  }
6229
6214
  });
6230
6215
 
6231
- // node_modules/.pnpm/@smithy+property-provider@4.0.1/node_modules/@smithy/property-provider/dist-cjs/index.js
6216
+ // node_modules/.pnpm/@smithy+property-provider@4.0.2/node_modules/@smithy/property-provider/dist-cjs/index.js
6232
6217
  var require_dist_cjs23 = __commonJS({
6233
- "node_modules/.pnpm/@smithy+property-provider@4.0.1/node_modules/@smithy/property-provider/dist-cjs/index.js"(exports2, module2) {
6218
+ "node_modules/.pnpm/@smithy+property-provider@4.0.2/node_modules/@smithy/property-provider/dist-cjs/index.js"(exports2, module2) {
6234
6219
  var __defProp2 = Object.defineProperty;
6235
6220
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
6236
6221
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -6379,10 +6364,10 @@ var require_dist_cjs23 = __commonJS({
6379
6364
  }
6380
6365
  });
6381
6366
 
6382
- // node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js
6367
+ // node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js
6383
6368
  var import_property_provider, resolveAwsSdkSigV4AConfig, NODE_SIGV4A_CONFIG_OPTIONS;
6384
6369
  var init_resolveAwsSdkSigV4AConfig = __esm({
6385
- "node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js"() {
6370
+ "node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js"() {
6386
6371
  init_dist_es();
6387
6372
  import_property_provider = __toESM(require_dist_cjs23());
6388
6373
  resolveAwsSdkSigV4AConfig = (config) => {
@@ -6411,9 +6396,9 @@ var init_resolveAwsSdkSigV4AConfig = __esm({
6411
6396
  }
6412
6397
  });
6413
6398
 
6414
- // node_modules/.pnpm/@smithy+signature-v4@5.0.1/node_modules/@smithy/signature-v4/dist-cjs/index.js
6399
+ // node_modules/.pnpm/@smithy+signature-v4@5.0.2/node_modules/@smithy/signature-v4/dist-cjs/index.js
6415
6400
  var require_dist_cjs24 = __commonJS({
6416
- "node_modules/.pnpm/@smithy+signature-v4@5.0.1/node_modules/@smithy/signature-v4/dist-cjs/index.js"(exports2, module2) {
6401
+ "node_modules/.pnpm/@smithy+signature-v4@5.0.2/node_modules/@smithy/signature-v4/dist-cjs/index.js"(exports2, module2) {
6417
6402
  var __defProp2 = Object.defineProperty;
6418
6403
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
6419
6404
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -6969,32 +6954,75 @@ ${(0, import_util_hex_encoding.toHex)(hashedRequest)}`;
6969
6954
  }
6970
6955
  });
6971
6956
 
6972
- // node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js
6957
+ // node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js
6958
+ function normalizeCredentialProvider(config, { credentials, credentialDefaultProvider }) {
6959
+ let credentialsProvider;
6960
+ if (credentials) {
6961
+ if (!credentials?.memoized) {
6962
+ credentialsProvider = memoizeIdentityProvider(credentials, isIdentityExpired, doesIdentityRequireRefresh);
6963
+ } else {
6964
+ credentialsProvider = credentials;
6965
+ }
6966
+ } else {
6967
+ if (credentialDefaultProvider) {
6968
+ credentialsProvider = normalizeProvider(credentialDefaultProvider(Object.assign({}, config, {
6969
+ parentClientConfig: config
6970
+ })));
6971
+ } else {
6972
+ credentialsProvider = async () => {
6973
+ throw new Error("@aws-sdk/core::resolveAwsSdkSigV4Config - `credentials` not provided and no credentialDefaultProvider was configured.");
6974
+ };
6975
+ }
6976
+ }
6977
+ credentialsProvider.memoized = true;
6978
+ return credentialsProvider;
6979
+ }
6980
+ function bindCallerConfig(config, credentialsProvider) {
6981
+ if (credentialsProvider.configBound) {
6982
+ return credentialsProvider;
6983
+ }
6984
+ const fn = async (options) => credentialsProvider({ ...options, callerClientConfig: config });
6985
+ fn.memoized = credentialsProvider.memoized;
6986
+ fn.configBound = true;
6987
+ return fn;
6988
+ }
6973
6989
  var import_signature_v4, resolveAwsSdkSigV4Config, resolveAWSSDKSigV4Config;
6974
6990
  var init_resolveAwsSdkSigV4Config = __esm({
6975
- "node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js"() {
6991
+ "node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js"() {
6976
6992
  init_client();
6977
6993
  init_dist_es();
6978
6994
  import_signature_v4 = __toESM(require_dist_cjs24());
6979
6995
  resolveAwsSdkSigV4Config = (config) => {
6980
- let isUserSupplied = false;
6981
- let credentialsProvider;
6982
- if (config.credentials) {
6983
- isUserSupplied = true;
6984
- credentialsProvider = memoizeIdentityProvider(config.credentials, isIdentityExpired, doesIdentityRequireRefresh);
6985
- }
6986
- if (!credentialsProvider) {
6987
- if (config.credentialDefaultProvider) {
6988
- credentialsProvider = normalizeProvider(config.credentialDefaultProvider(Object.assign({}, config, {
6989
- parentClientConfig: config
6990
- })));
6991
- } else {
6992
- credentialsProvider = async () => {
6993
- throw new Error("`credentials` is missing");
6994
- };
6995
- }
6996
- }
6997
- const boundCredentialsProvider = async () => credentialsProvider({ callerClientConfig: config });
6996
+ let inputCredentials = config.credentials;
6997
+ let isUserSupplied = !!config.credentials;
6998
+ let resolvedCredentials = void 0;
6999
+ Object.defineProperty(config, "credentials", {
7000
+ set(credentials) {
7001
+ if (credentials && credentials !== inputCredentials && credentials !== resolvedCredentials) {
7002
+ isUserSupplied = true;
7003
+ }
7004
+ inputCredentials = credentials;
7005
+ const memoizedProvider = normalizeCredentialProvider(config, {
7006
+ credentials: inputCredentials,
7007
+ credentialDefaultProvider: config.credentialDefaultProvider
7008
+ });
7009
+ const boundProvider = bindCallerConfig(config, memoizedProvider);
7010
+ if (isUserSupplied && !boundProvider.attributed) {
7011
+ resolvedCredentials = async (options) => boundProvider(options).then((creds) => setCredentialFeature(creds, "CREDENTIALS_CODE", "e"));
7012
+ resolvedCredentials.memoized = boundProvider.memoized;
7013
+ resolvedCredentials.configBound = boundProvider.configBound;
7014
+ resolvedCredentials.attributed = true;
7015
+ } else {
7016
+ resolvedCredentials = boundProvider;
7017
+ }
7018
+ },
7019
+ get() {
7020
+ return resolvedCredentials;
7021
+ },
7022
+ enumerable: true,
7023
+ configurable: true
7024
+ });
7025
+ config.credentials = inputCredentials;
6998
7026
  const { signingEscapePath = true, systemClockOffset = config.systemClockOffset || 0, sha256 } = config;
6999
7027
  let signer;
7000
7028
  if (config.signer) {
@@ -7012,7 +7040,7 @@ var init_resolveAwsSdkSigV4Config = __esm({
7012
7040
  config.signingName = config.signingName || signingService || config.serviceId;
7013
7041
  const params = {
7014
7042
  ...config,
7015
- credentials: boundCredentialsProvider,
7043
+ credentials: config.credentials,
7016
7044
  region: config.signingRegion,
7017
7045
  service: config.signingName,
7018
7046
  sha256,
@@ -7035,7 +7063,7 @@ var init_resolveAwsSdkSigV4Config = __esm({
7035
7063
  config.signingName = config.signingName || signingService || config.serviceId;
7036
7064
  const params = {
7037
7065
  ...config,
7038
- credentials: boundCredentialsProvider,
7066
+ credentials: config.credentials,
7039
7067
  region: config.signingRegion,
7040
7068
  service: config.signingName,
7041
7069
  sha256,
@@ -7045,21 +7073,20 @@ var init_resolveAwsSdkSigV4Config = __esm({
7045
7073
  return new SignerCtor(params);
7046
7074
  };
7047
7075
  }
7048
- return {
7049
- ...config,
7076
+ const resolvedConfig = Object.assign(config, {
7050
7077
  systemClockOffset,
7051
7078
  signingEscapePath,
7052
- credentials: isUserSupplied ? async () => boundCredentialsProvider().then((creds) => setCredentialFeature(creds, "CREDENTIALS_CODE", "e")) : boundCredentialsProvider,
7053
7079
  signer
7054
- };
7080
+ });
7081
+ return resolvedConfig;
7055
7082
  };
7056
7083
  resolveAWSSDKSigV4Config = resolveAwsSdkSigV4Config;
7057
7084
  }
7058
7085
  });
7059
7086
 
7060
- // node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js
7087
+ // node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js
7061
7088
  var init_aws_sdk = __esm({
7062
- "node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js"() {
7089
+ "node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js"() {
7063
7090
  init_AwsSdkSigV4Signer();
7064
7091
  init_AwsSdkSigV4ASigner();
7065
7092
  init_resolveAwsSdkSigV4AConfig();
@@ -7067,17 +7094,17 @@ var init_aws_sdk = __esm({
7067
7094
  }
7068
7095
  });
7069
7096
 
7070
- // node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js
7097
+ // node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js
7071
7098
  var init_httpAuthSchemes2 = __esm({
7072
- "node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js"() {
7099
+ "node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js"() {
7073
7100
  init_aws_sdk();
7074
7101
  }
7075
7102
  });
7076
7103
 
7077
- // node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js
7104
+ // node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js
7078
7105
  var _toStr, _toBool, _toNum;
7079
7106
  var init_coercing_serializers = __esm({
7080
- "node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js"() {
7107
+ "node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js"() {
7081
7108
  _toStr = (val2) => {
7082
7109
  if (val2 == null) {
7083
7110
  return val2;
@@ -7134,10 +7161,10 @@ var init_coercing_serializers = __esm({
7134
7161
  }
7135
7162
  });
7136
7163
 
7137
- // node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js
7164
+ // node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js
7138
7165
  var import_smithy_client, awsExpectUnion;
7139
7166
  var init_awsExpectUnion = __esm({
7140
- "node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js"() {
7167
+ "node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js"() {
7141
7168
  import_smithy_client = __toESM(require_dist_cjs17());
7142
7169
  awsExpectUnion = (value) => {
7143
7170
  if (value == null) {
@@ -7151,19 +7178,19 @@ var init_awsExpectUnion = __esm({
7151
7178
  }
7152
7179
  });
7153
7180
 
7154
- // node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js
7181
+ // node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js
7155
7182
  var import_smithy_client2, collectBodyString;
7156
7183
  var init_common = __esm({
7157
- "node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js"() {
7184
+ "node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js"() {
7158
7185
  import_smithy_client2 = __toESM(require_dist_cjs17());
7159
7186
  collectBodyString = (streamBody, context) => (0, import_smithy_client2.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body));
7160
7187
  }
7161
7188
  });
7162
7189
 
7163
- // node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js
7190
+ // node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js
7164
7191
  var parseJsonBody, parseJsonErrorBody, loadRestJsonErrorCode;
7165
7192
  var init_parseJsonBody = __esm({
7166
- "node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js"() {
7193
+ "node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js"() {
7167
7194
  init_common();
7168
7195
  parseJsonBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
7169
7196
  if (encoded.length) {
@@ -8861,10 +8888,10 @@ var require_fxp = __commonJS({
8861
8888
  }
8862
8889
  });
8863
8890
 
8864
- // node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js
8891
+ // node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js
8865
8892
  var import_smithy_client3, import_fast_xml_parser, parseXmlBody, parseXmlErrorBody, loadRestXmlErrorCode;
8866
8893
  var init_parseXmlBody = __esm({
8867
- "node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js"() {
8894
+ "node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js"() {
8868
8895
  import_smithy_client3 = __toESM(require_dist_cjs17());
8869
8896
  import_fast_xml_parser = __toESM(require_fxp());
8870
8897
  init_common();
@@ -8924,9 +8951,9 @@ var init_parseXmlBody = __esm({
8924
8951
  }
8925
8952
  });
8926
8953
 
8927
- // node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js
8954
+ // node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js
8928
8955
  var init_protocols2 = __esm({
8929
- "node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js"() {
8956
+ "node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js"() {
8930
8957
  init_coercing_serializers();
8931
8958
  init_awsExpectUnion();
8932
8959
  init_parseJsonBody();
@@ -8934,7 +8961,7 @@ var init_protocols2 = __esm({
8934
8961
  }
8935
8962
  });
8936
8963
 
8937
- // node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/index.js
8964
+ // node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/index.js
8938
8965
  var dist_es_exports2 = {};
8939
8966
  __export(dist_es_exports2, {
8940
8967
  AWSSDKSigV4Signer: () => AWSSDKSigV4Signer,
@@ -8961,16 +8988,16 @@ __export(dist_es_exports2, {
8961
8988
  validateSigningProperties: () => validateSigningProperties
8962
8989
  });
8963
8990
  var init_dist_es2 = __esm({
8964
- "node_modules/.pnpm/@aws-sdk+core@3.758.0/node_modules/@aws-sdk/core/dist-es/index.js"() {
8991
+ "node_modules/.pnpm/@aws-sdk+core@3.775.0/node_modules/@aws-sdk/core/dist-es/index.js"() {
8965
8992
  init_client();
8966
8993
  init_httpAuthSchemes2();
8967
8994
  init_protocols2();
8968
8995
  }
8969
8996
  });
8970
8997
 
8971
- // node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.758.0/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js
8998
+ // node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.775.0/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js
8972
8999
  var require_dist_cjs25 = __commonJS({
8973
- "node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.758.0/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js"(exports2, module2) {
9000
+ "node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.775.0/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js"(exports2, module2) {
8974
9001
  "use strict";
8975
9002
  var __defProp2 = Object.defineProperty;
8976
9003
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -8990,15 +9017,15 @@ var require_dist_cjs25 = __commonJS({
8990
9017
  return to;
8991
9018
  };
8992
9019
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
8993
- var src_exports = {};
8994
- __export2(src_exports, {
9020
+ var index_exports = {};
9021
+ __export2(index_exports, {
8995
9022
  DEFAULT_UA_APP_ID: () => DEFAULT_UA_APP_ID,
8996
9023
  getUserAgentMiddlewareOptions: () => getUserAgentMiddlewareOptions,
8997
9024
  getUserAgentPlugin: () => getUserAgentPlugin3,
8998
9025
  resolveUserAgentConfig: () => resolveUserAgentConfig3,
8999
9026
  userAgentMiddleware: () => userAgentMiddleware
9000
9027
  });
9001
- module2.exports = __toCommonJS2(src_exports);
9028
+ module2.exports = __toCommonJS2(index_exports);
9002
9029
  var import_core17 = (init_dist_es(), __toCommonJS(dist_es_exports));
9003
9030
  var DEFAULT_UA_APP_ID = void 0;
9004
9031
  function isValidUserAgentAppId(appId) {
@@ -9010,10 +9037,10 @@ var require_dist_cjs25 = __commonJS({
9010
9037
  __name(isValidUserAgentAppId, "isValidUserAgentAppId");
9011
9038
  function resolveUserAgentConfig3(input) {
9012
9039
  const normalizedAppIdProvider = (0, import_core17.normalizeProvider)(input.userAgentAppId ?? DEFAULT_UA_APP_ID);
9013
- return {
9014
- ...input,
9015
- customUserAgent: typeof input.customUserAgent === "string" ? [[input.customUserAgent]] : input.customUserAgent,
9016
- userAgentAppId: async () => {
9040
+ const { customUserAgent } = input;
9041
+ return Object.assign(input, {
9042
+ customUserAgent: typeof customUserAgent === "string" ? [[customUserAgent]] : customUserAgent,
9043
+ userAgentAppId: /* @__PURE__ */ __name(async () => {
9017
9044
  const appId = await normalizedAppIdProvider();
9018
9045
  if (!isValidUserAgentAppId(appId)) {
9019
9046
  const logger = input.logger?.constructor?.name === "NoOpLogger" || !input.logger ? console : input.logger;
@@ -9024,8 +9051,8 @@ var require_dist_cjs25 = __commonJS({
9024
9051
  }
9025
9052
  }
9026
9053
  return appId;
9027
- }
9028
- };
9054
+ }, "userAgentAppId")
9055
+ });
9029
9056
  }
9030
9057
  __name(resolveUserAgentConfig3, "resolveUserAgentConfig");
9031
9058
  var import_util_endpoints5 = require_dist_cjs22();
@@ -9170,9 +9197,9 @@ var require_dist_cjs25 = __commonJS({
9170
9197
  override: true
9171
9198
  };
9172
9199
  var getUserAgentPlugin3 = /* @__PURE__ */ __name((config) => ({
9173
- applyToStack: (clientStack) => {
9200
+ applyToStack: /* @__PURE__ */ __name((clientStack) => {
9174
9201
  clientStack.add(userAgentMiddleware(config), getUserAgentMiddlewareOptions);
9175
- }
9202
+ }, "applyToStack")
9176
9203
  }), "getUserAgentPlugin");
9177
9204
  }
9178
9205
  });
@@ -9231,9 +9258,9 @@ var require_dist_cjs26 = __commonJS({
9231
9258
  }
9232
9259
  });
9233
9260
 
9234
- // node_modules/.pnpm/@smithy+config-resolver@4.0.1/node_modules/@smithy/config-resolver/dist-cjs/index.js
9261
+ // node_modules/.pnpm/@smithy+config-resolver@4.1.0/node_modules/@smithy/config-resolver/dist-cjs/index.js
9235
9262
  var require_dist_cjs27 = __commonJS({
9236
- "node_modules/.pnpm/@smithy+config-resolver@4.0.1/node_modules/@smithy/config-resolver/dist-cjs/index.js"(exports2, module2) {
9263
+ "node_modules/.pnpm/@smithy+config-resolver@4.1.0/node_modules/@smithy/config-resolver/dist-cjs/index.js"(exports2, module2) {
9237
9264
  var __defProp2 = Object.defineProperty;
9238
9265
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
9239
9266
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -9291,14 +9318,13 @@ var require_dist_cjs27 = __commonJS({
9291
9318
  };
9292
9319
  var import_util_middleware5 = require_dist_cjs19();
9293
9320
  var resolveCustomEndpointsConfig = /* @__PURE__ */ __name((input) => {
9294
- const { endpoint, urlParser } = input;
9295
- return {
9296
- ...input,
9297
- tls: input.tls ?? true,
9321
+ const { tls, endpoint, urlParser, useDualstackEndpoint } = input;
9322
+ return Object.assign(input, {
9323
+ tls: tls ?? true,
9298
9324
  endpoint: (0, import_util_middleware5.normalizeProvider)(typeof endpoint === "string" ? urlParser(endpoint) : endpoint),
9299
9325
  isCustomEndpoint: true,
9300
- useDualstackEndpoint: (0, import_util_middleware5.normalizeProvider)(input.useDualstackEndpoint ?? false)
9301
- };
9326
+ useDualstackEndpoint: (0, import_util_middleware5.normalizeProvider)(useDualstackEndpoint ?? false)
9327
+ });
9302
9328
  }, "resolveCustomEndpointsConfig");
9303
9329
  var getEndpointFromRegion = /* @__PURE__ */ __name(async (input) => {
9304
9330
  const { tls = true } = input;
@@ -9317,14 +9343,13 @@ var require_dist_cjs27 = __commonJS({
9317
9343
  }, "getEndpointFromRegion");
9318
9344
  var resolveEndpointsConfig = /* @__PURE__ */ __name((input) => {
9319
9345
  const useDualstackEndpoint = (0, import_util_middleware5.normalizeProvider)(input.useDualstackEndpoint ?? false);
9320
- const { endpoint, useFipsEndpoint, urlParser } = input;
9321
- return {
9322
- ...input,
9323
- tls: input.tls ?? true,
9346
+ const { endpoint, useFipsEndpoint, urlParser, tls } = input;
9347
+ return Object.assign(input, {
9348
+ tls: tls ?? true,
9324
9349
  endpoint: endpoint ? (0, import_util_middleware5.normalizeProvider)(typeof endpoint === "string" ? urlParser(endpoint) : endpoint) : () => getEndpointFromRegion({ ...input, useDualstackEndpoint, useFipsEndpoint }),
9325
9350
  isCustomEndpoint: !!endpoint,
9326
9351
  useDualstackEndpoint
9327
- };
9352
+ });
9328
9353
  }, "resolveEndpointsConfig");
9329
9354
  var REGION_ENV_NAME = "AWS_REGION";
9330
9355
  var REGION_INI_NAME = "region";
@@ -9345,8 +9370,7 @@ var require_dist_cjs27 = __commonJS({
9345
9370
  if (!region) {
9346
9371
  throw new Error("Region is missing");
9347
9372
  }
9348
- return {
9349
- ...input,
9373
+ return Object.assign(input, {
9350
9374
  region: async () => {
9351
9375
  if (typeof region === "string") {
9352
9376
  return getRealRegion(region);
@@ -9361,7 +9385,7 @@ var require_dist_cjs27 = __commonJS({
9361
9385
  }
9362
9386
  return typeof useFipsEndpoint !== "function" ? Promise.resolve(!!useFipsEndpoint) : useFipsEndpoint();
9363
9387
  }
9364
- };
9388
+ });
9365
9389
  }, "resolveRegionConfig");
9366
9390
  var getHostnameFromVariants = /* @__PURE__ */ __name((variants = [], { useFipsEndpoint, useDualstackEndpoint }) => variants.find(
9367
9391
  ({ tags }) => useFipsEndpoint === tags.includes("fips") && useDualstackEndpoint === tags.includes("dualstack")
@@ -9413,9 +9437,9 @@ var require_dist_cjs27 = __commonJS({
9413
9437
  }
9414
9438
  });
9415
9439
 
9416
- // node_modules/.pnpm/@smithy+middleware-content-length@4.0.1/node_modules/@smithy/middleware-content-length/dist-cjs/index.js
9440
+ // node_modules/.pnpm/@smithy+middleware-content-length@4.0.2/node_modules/@smithy/middleware-content-length/dist-cjs/index.js
9417
9441
  var require_dist_cjs28 = __commonJS({
9418
- "node_modules/.pnpm/@smithy+middleware-content-length@4.0.1/node_modules/@smithy/middleware-content-length/dist-cjs/index.js"(exports2, module2) {
9442
+ "node_modules/.pnpm/@smithy+middleware-content-length@4.0.2/node_modules/@smithy/middleware-content-length/dist-cjs/index.js"(exports2, module2) {
9419
9443
  var __defProp2 = Object.defineProperty;
9420
9444
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
9421
9445
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -9480,9 +9504,9 @@ var require_dist_cjs28 = __commonJS({
9480
9504
  }
9481
9505
  });
9482
9506
 
9483
- // node_modules/.pnpm/@smithy+shared-ini-file-loader@4.0.1/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js
9507
+ // node_modules/.pnpm/@smithy+shared-ini-file-loader@4.0.2/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js
9484
9508
  var require_getHomeDir = __commonJS({
9485
- "node_modules/.pnpm/@smithy+shared-ini-file-loader@4.0.1/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js"(exports2) {
9509
+ "node_modules/.pnpm/@smithy+shared-ini-file-loader@4.0.2/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js"(exports2) {
9486
9510
  "use strict";
9487
9511
  Object.defineProperty(exports2, "__esModule", { value: true });
9488
9512
  exports2.getHomeDir = void 0;
@@ -9512,9 +9536,9 @@ var require_getHomeDir = __commonJS({
9512
9536
  }
9513
9537
  });
9514
9538
 
9515
- // node_modules/.pnpm/@smithy+shared-ini-file-loader@4.0.1/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js
9539
+ // node_modules/.pnpm/@smithy+shared-ini-file-loader@4.0.2/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js
9516
9540
  var require_getSSOTokenFilepath = __commonJS({
9517
- "node_modules/.pnpm/@smithy+shared-ini-file-loader@4.0.1/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js"(exports2) {
9541
+ "node_modules/.pnpm/@smithy+shared-ini-file-loader@4.0.2/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js"(exports2) {
9518
9542
  "use strict";
9519
9543
  Object.defineProperty(exports2, "__esModule", { value: true });
9520
9544
  exports2.getSSOTokenFilepath = void 0;
@@ -9530,9 +9554,9 @@ var require_getSSOTokenFilepath = __commonJS({
9530
9554
  }
9531
9555
  });
9532
9556
 
9533
- // node_modules/.pnpm/@smithy+shared-ini-file-loader@4.0.1/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js
9557
+ // node_modules/.pnpm/@smithy+shared-ini-file-loader@4.0.2/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js
9534
9558
  var require_getSSOTokenFromFile = __commonJS({
9535
- "node_modules/.pnpm/@smithy+shared-ini-file-loader@4.0.1/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js"(exports2) {
9559
+ "node_modules/.pnpm/@smithy+shared-ini-file-loader@4.0.2/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js"(exports2) {
9536
9560
  "use strict";
9537
9561
  Object.defineProperty(exports2, "__esModule", { value: true });
9538
9562
  exports2.getSSOTokenFromFile = void 0;
@@ -9548,9 +9572,9 @@ var require_getSSOTokenFromFile = __commonJS({
9548
9572
  }
9549
9573
  });
9550
9574
 
9551
- // node_modules/.pnpm/@smithy+shared-ini-file-loader@4.0.1/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js
9575
+ // node_modules/.pnpm/@smithy+shared-ini-file-loader@4.0.2/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js
9552
9576
  var require_slurpFile = __commonJS({
9553
- "node_modules/.pnpm/@smithy+shared-ini-file-loader@4.0.1/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js"(exports2) {
9577
+ "node_modules/.pnpm/@smithy+shared-ini-file-loader@4.0.2/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js"(exports2) {
9554
9578
  "use strict";
9555
9579
  Object.defineProperty(exports2, "__esModule", { value: true });
9556
9580
  exports2.slurpFile = void 0;
@@ -9567,9 +9591,9 @@ var require_slurpFile = __commonJS({
9567
9591
  }
9568
9592
  });
9569
9593
 
9570
- // node_modules/.pnpm/@smithy+shared-ini-file-loader@4.0.1/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js
9594
+ // node_modules/.pnpm/@smithy+shared-ini-file-loader@4.0.2/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js
9571
9595
  var require_dist_cjs29 = __commonJS({
9572
- "node_modules/.pnpm/@smithy+shared-ini-file-loader@4.0.1/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js"(exports2, module2) {
9596
+ "node_modules/.pnpm/@smithy+shared-ini-file-loader@4.0.2/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js"(exports2, module2) {
9573
9597
  var __defProp2 = Object.defineProperty;
9574
9598
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
9575
9599
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -9732,9 +9756,9 @@ var require_dist_cjs29 = __commonJS({
9732
9756
  }
9733
9757
  });
9734
9758
 
9735
- // node_modules/.pnpm/@smithy+node-config-provider@4.0.1/node_modules/@smithy/node-config-provider/dist-cjs/index.js
9759
+ // node_modules/.pnpm/@smithy+node-config-provider@4.0.2/node_modules/@smithy/node-config-provider/dist-cjs/index.js
9736
9760
  var require_dist_cjs30 = __commonJS({
9737
- "node_modules/.pnpm/@smithy+node-config-provider@4.0.1/node_modules/@smithy/node-config-provider/dist-cjs/index.js"(exports2, module2) {
9761
+ "node_modules/.pnpm/@smithy+node-config-provider@4.0.2/node_modules/@smithy/node-config-provider/dist-cjs/index.js"(exports2, module2) {
9738
9762
  var __defProp2 = Object.defineProperty;
9739
9763
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
9740
9764
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -9818,9 +9842,9 @@ var require_dist_cjs30 = __commonJS({
9818
9842
  }
9819
9843
  });
9820
9844
 
9821
- // node_modules/.pnpm/@smithy+middleware-endpoint@4.0.6/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js
9845
+ // node_modules/.pnpm/@smithy+middleware-endpoint@4.1.0/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js
9822
9846
  var require_getEndpointUrlConfig = __commonJS({
9823
- "node_modules/.pnpm/@smithy+middleware-endpoint@4.0.6/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js"(exports2) {
9847
+ "node_modules/.pnpm/@smithy+middleware-endpoint@4.1.0/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js"(exports2) {
9824
9848
  "use strict";
9825
9849
  Object.defineProperty(exports2, "__esModule", { value: true });
9826
9850
  exports2.getEndpointUrlConfig = void 0;
@@ -9859,9 +9883,9 @@ var require_getEndpointUrlConfig = __commonJS({
9859
9883
  }
9860
9884
  });
9861
9885
 
9862
- // node_modules/.pnpm/@smithy+middleware-endpoint@4.0.6/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js
9886
+ // node_modules/.pnpm/@smithy+middleware-endpoint@4.1.0/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js
9863
9887
  var require_getEndpointFromConfig = __commonJS({
9864
- "node_modules/.pnpm/@smithy+middleware-endpoint@4.0.6/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js"(exports2) {
9888
+ "node_modules/.pnpm/@smithy+middleware-endpoint@4.1.0/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js"(exports2) {
9865
9889
  "use strict";
9866
9890
  Object.defineProperty(exports2, "__esModule", { value: true });
9867
9891
  exports2.getEndpointFromConfig = void 0;
@@ -9872,9 +9896,9 @@ var require_getEndpointFromConfig = __commonJS({
9872
9896
  }
9873
9897
  });
9874
9898
 
9875
- // node_modules/.pnpm/@smithy+querystring-parser@4.0.1/node_modules/@smithy/querystring-parser/dist-cjs/index.js
9899
+ // node_modules/.pnpm/@smithy+querystring-parser@4.0.2/node_modules/@smithy/querystring-parser/dist-cjs/index.js
9876
9900
  var require_dist_cjs31 = __commonJS({
9877
- "node_modules/.pnpm/@smithy+querystring-parser@4.0.1/node_modules/@smithy/querystring-parser/dist-cjs/index.js"(exports2, module2) {
9901
+ "node_modules/.pnpm/@smithy+querystring-parser@4.0.2/node_modules/@smithy/querystring-parser/dist-cjs/index.js"(exports2, module2) {
9878
9902
  var __defProp2 = Object.defineProperty;
9879
9903
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
9880
9904
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -9923,9 +9947,9 @@ var require_dist_cjs31 = __commonJS({
9923
9947
  }
9924
9948
  });
9925
9949
 
9926
- // node_modules/.pnpm/@smithy+url-parser@4.0.1/node_modules/@smithy/url-parser/dist-cjs/index.js
9950
+ // node_modules/.pnpm/@smithy+url-parser@4.0.2/node_modules/@smithy/url-parser/dist-cjs/index.js
9927
9951
  var require_dist_cjs32 = __commonJS({
9928
- "node_modules/.pnpm/@smithy+url-parser@4.0.1/node_modules/@smithy/url-parser/dist-cjs/index.js"(exports2, module2) {
9952
+ "node_modules/.pnpm/@smithy+url-parser@4.0.2/node_modules/@smithy/url-parser/dist-cjs/index.js"(exports2, module2) {
9929
9953
  var __defProp2 = Object.defineProperty;
9930
9954
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
9931
9955
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -9970,9 +9994,9 @@ var require_dist_cjs32 = __commonJS({
9970
9994
  }
9971
9995
  });
9972
9996
 
9973
- // node_modules/.pnpm/@smithy+middleware-endpoint@4.0.6/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js
9997
+ // node_modules/.pnpm/@smithy+middleware-endpoint@4.1.0/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js
9974
9998
  var require_dist_cjs33 = __commonJS({
9975
- "node_modules/.pnpm/@smithy+middleware-endpoint@4.0.6/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js"(exports2, module2) {
9999
+ "node_modules/.pnpm/@smithy+middleware-endpoint@4.1.0/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js"(exports2, module2) {
9976
10000
  var __defProp2 = Object.defineProperty;
9977
10001
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
9978
10002
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -10202,17 +10226,16 @@ var require_dist_cjs33 = __commonJS({
10202
10226
  var import_getEndpointFromConfig2 = require_getEndpointFromConfig();
10203
10227
  var resolveEndpointConfig3 = /* @__PURE__ */ __name((input) => {
10204
10228
  const tls = input.tls ?? true;
10205
- const { endpoint } = input;
10229
+ const { endpoint, useDualstackEndpoint, useFipsEndpoint } = input;
10206
10230
  const customEndpointProvider = endpoint != null ? async () => toEndpointV1(await (0, import_util_middleware5.normalizeProvider)(endpoint)()) : void 0;
10207
10231
  const isCustomEndpoint = !!endpoint;
10208
- const resolvedConfig = {
10209
- ...input,
10232
+ const resolvedConfig = Object.assign(input, {
10210
10233
  endpoint: customEndpointProvider,
10211
10234
  tls,
10212
10235
  isCustomEndpoint,
10213
- useDualstackEndpoint: (0, import_util_middleware5.normalizeProvider)(input.useDualstackEndpoint ?? false),
10214
- useFipsEndpoint: (0, import_util_middleware5.normalizeProvider)(input.useFipsEndpoint ?? false)
10215
- };
10236
+ useDualstackEndpoint: (0, import_util_middleware5.normalizeProvider)(useDualstackEndpoint ?? false),
10237
+ useFipsEndpoint: (0, import_util_middleware5.normalizeProvider)(useFipsEndpoint ?? false)
10238
+ });
10216
10239
  let configuredEndpointPromise = void 0;
10217
10240
  resolvedConfig.serviceConfiguredEndpoint = async () => {
10218
10241
  if (input.serviceId && !configuredEndpointPromise) {
@@ -10577,9 +10600,9 @@ var init_esm_node = __esm({
10577
10600
  }
10578
10601
  });
10579
10602
 
10580
- // node_modules/.pnpm/@smithy+service-error-classification@4.0.1/node_modules/@smithy/service-error-classification/dist-cjs/index.js
10603
+ // node_modules/.pnpm/@smithy+service-error-classification@4.0.2/node_modules/@smithy/service-error-classification/dist-cjs/index.js
10581
10604
  var require_dist_cjs34 = __commonJS({
10582
- "node_modules/.pnpm/@smithy+service-error-classification@4.0.1/node_modules/@smithy/service-error-classification/dist-cjs/index.js"(exports2, module2) {
10605
+ "node_modules/.pnpm/@smithy+service-error-classification@4.0.2/node_modules/@smithy/service-error-classification/dist-cjs/index.js"(exports2, module2) {
10583
10606
  var __defProp2 = Object.defineProperty;
10584
10607
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
10585
10608
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -10654,9 +10677,9 @@ var require_dist_cjs34 = __commonJS({
10654
10677
  }
10655
10678
  });
10656
10679
 
10657
- // node_modules/.pnpm/@smithy+util-retry@4.0.1/node_modules/@smithy/util-retry/dist-cjs/index.js
10680
+ // node_modules/.pnpm/@smithy+util-retry@4.0.2/node_modules/@smithy/util-retry/dist-cjs/index.js
10658
10681
  var require_dist_cjs35 = __commonJS({
10659
- "node_modules/.pnpm/@smithy+util-retry@4.0.1/node_modules/@smithy/util-retry/dist-cjs/index.js"(exports2, module2) {
10682
+ "node_modules/.pnpm/@smithy+util-retry@4.0.2/node_modules/@smithy/util-retry/dist-cjs/index.js"(exports2, module2) {
10660
10683
  var __defProp2 = Object.defineProperty;
10661
10684
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
10662
10685
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -10975,9 +10998,9 @@ var require_dist_cjs35 = __commonJS({
10975
10998
  }
10976
10999
  });
10977
11000
 
10978
- // node_modules/.pnpm/@smithy+middleware-retry@4.0.7/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js
11001
+ // node_modules/.pnpm/@smithy+middleware-retry@4.1.0/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js
10979
11002
  var require_isStreamingPayload = __commonJS({
10980
- "node_modules/.pnpm/@smithy+middleware-retry@4.0.7/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js"(exports2) {
11003
+ "node_modules/.pnpm/@smithy+middleware-retry@4.1.0/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js"(exports2) {
10981
11004
  "use strict";
10982
11005
  Object.defineProperty(exports2, "__esModule", { value: true });
10983
11006
  exports2.isStreamingPayload = void 0;
@@ -10987,9 +11010,9 @@ var require_isStreamingPayload = __commonJS({
10987
11010
  }
10988
11011
  });
10989
11012
 
10990
- // node_modules/.pnpm/@smithy+middleware-retry@4.0.7/node_modules/@smithy/middleware-retry/dist-cjs/index.js
11013
+ // node_modules/.pnpm/@smithy+middleware-retry@4.1.0/node_modules/@smithy/middleware-retry/dist-cjs/index.js
10991
11014
  var require_dist_cjs36 = __commonJS({
10992
- "node_modules/.pnpm/@smithy+middleware-retry@4.0.7/node_modules/@smithy/middleware-retry/dist-cjs/index.js"(exports2, module2) {
11015
+ "node_modules/.pnpm/@smithy+middleware-retry@4.1.0/node_modules/@smithy/middleware-retry/dist-cjs/index.js"(exports2, module2) {
10993
11016
  var __defProp2 = Object.defineProperty;
10994
11017
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
10995
11018
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -11210,22 +11233,21 @@ var require_dist_cjs36 = __commonJS({
11210
11233
  default: import_util_retry3.DEFAULT_MAX_ATTEMPTS
11211
11234
  };
11212
11235
  var resolveRetryConfig3 = /* @__PURE__ */ __name((input) => {
11213
- const { retryStrategy } = input;
11214
- const maxAttempts = (0, import_util_middleware5.normalizeProvider)(input.maxAttempts ?? import_util_retry3.DEFAULT_MAX_ATTEMPTS);
11215
- return {
11216
- ...input,
11236
+ const { retryStrategy, retryMode: _retryMode, maxAttempts: _maxAttempts } = input;
11237
+ const maxAttempts = (0, import_util_middleware5.normalizeProvider)(_maxAttempts ?? import_util_retry3.DEFAULT_MAX_ATTEMPTS);
11238
+ return Object.assign(input, {
11217
11239
  maxAttempts,
11218
11240
  retryStrategy: async () => {
11219
11241
  if (retryStrategy) {
11220
11242
  return retryStrategy;
11221
11243
  }
11222
- const retryMode = await (0, import_util_middleware5.normalizeProvider)(input.retryMode)();
11244
+ const retryMode = await (0, import_util_middleware5.normalizeProvider)(_retryMode)();
11223
11245
  if (retryMode === import_util_retry3.RETRY_MODES.ADAPTIVE) {
11224
11246
  return new import_util_retry3.AdaptiveRetryStrategy(maxAttempts);
11225
11247
  }
11226
11248
  return new import_util_retry3.StandardRetryStrategy(maxAttempts);
11227
11249
  }
11228
- };
11250
+ });
11229
11251
  }, "resolveRetryConfig");
11230
11252
  var ENV_RETRY_MODE = "AWS_RETRY_MODE";
11231
11253
  var CONFIG_RETRY_MODE = "retry_mode";
@@ -11361,9 +11383,9 @@ var require_dist_cjs36 = __commonJS({
11361
11383
  }
11362
11384
  });
11363
11385
 
11364
- // node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/dist-cjs/auth/httpAuthSchemeProvider.js
11386
+ // node_modules/.pnpm/@aws-sdk+client-sqs@3.775.0/node_modules/@aws-sdk/client-sqs/dist-cjs/auth/httpAuthSchemeProvider.js
11365
11387
  var require_httpAuthSchemeProvider = __commonJS({
11366
- "node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
11388
+ "node_modules/.pnpm/@aws-sdk+client-sqs@3.775.0/node_modules/@aws-sdk/client-sqs/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
11367
11389
  "use strict";
11368
11390
  Object.defineProperty(exports2, "__esModule", { value: true });
11369
11391
  exports2.resolveHttpAuthSchemeConfig = exports2.defaultSQSHttpAuthSchemeProvider = exports2.defaultSQSHttpAuthSchemeParametersProvider = void 0;
@@ -11405,9 +11427,7 @@ var require_httpAuthSchemeProvider = __commonJS({
11405
11427
  exports2.defaultSQSHttpAuthSchemeProvider = defaultSQSHttpAuthSchemeProvider;
11406
11428
  var resolveHttpAuthSchemeConfig3 = (config) => {
11407
11429
  const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
11408
- return {
11409
- ...config_0
11410
- };
11430
+ return Object.assign(config_0, {});
11411
11431
  };
11412
11432
  exports2.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig3;
11413
11433
  }
@@ -11938,13 +11958,13 @@ var init_tslib_es6 = __esm({
11938
11958
  }
11939
11959
  });
11940
11960
 
11941
- // node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/package.json
11961
+ // node_modules/.pnpm/@aws-sdk+client-sqs@3.775.0/node_modules/@aws-sdk/client-sqs/package.json
11942
11962
  var require_package = __commonJS({
11943
- "node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/package.json"(exports2, module2) {
11963
+ "node_modules/.pnpm/@aws-sdk+client-sqs@3.775.0/node_modules/@aws-sdk/client-sqs/package.json"(exports2, module2) {
11944
11964
  module2.exports = {
11945
11965
  name: "@aws-sdk/client-sqs",
11946
11966
  description: "AWS SDK for JavaScript Sqs Client for Node.js, Browser and React Native",
11947
- version: "3.758.0",
11967
+ version: "3.775.0",
11948
11968
  scripts: {
11949
11969
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
11950
11970
  "build:cjs": "node ../../scripts/compilation/inline client-sqs",
@@ -11963,43 +11983,43 @@ var require_package = __commonJS({
11963
11983
  dependencies: {
11964
11984
  "@aws-crypto/sha256-browser": "5.2.0",
11965
11985
  "@aws-crypto/sha256-js": "5.2.0",
11966
- "@aws-sdk/core": "3.758.0",
11967
- "@aws-sdk/credential-provider-node": "3.758.0",
11968
- "@aws-sdk/middleware-host-header": "3.734.0",
11969
- "@aws-sdk/middleware-logger": "3.734.0",
11970
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
11971
- "@aws-sdk/middleware-sdk-sqs": "3.758.0",
11972
- "@aws-sdk/middleware-user-agent": "3.758.0",
11973
- "@aws-sdk/region-config-resolver": "3.734.0",
11974
- "@aws-sdk/types": "3.734.0",
11975
- "@aws-sdk/util-endpoints": "3.743.0",
11976
- "@aws-sdk/util-user-agent-browser": "3.734.0",
11977
- "@aws-sdk/util-user-agent-node": "3.758.0",
11978
- "@smithy/config-resolver": "^4.0.1",
11979
- "@smithy/core": "^3.1.5",
11980
- "@smithy/fetch-http-handler": "^5.0.1",
11981
- "@smithy/hash-node": "^4.0.1",
11982
- "@smithy/invalid-dependency": "^4.0.1",
11983
- "@smithy/md5-js": "^4.0.1",
11984
- "@smithy/middleware-content-length": "^4.0.1",
11985
- "@smithy/middleware-endpoint": "^4.0.6",
11986
- "@smithy/middleware-retry": "^4.0.7",
11987
- "@smithy/middleware-serde": "^4.0.2",
11988
- "@smithy/middleware-stack": "^4.0.1",
11989
- "@smithy/node-config-provider": "^4.0.1",
11990
- "@smithy/node-http-handler": "^4.0.3",
11991
- "@smithy/protocol-http": "^5.0.1",
11992
- "@smithy/smithy-client": "^4.1.6",
11993
- "@smithy/types": "^4.1.0",
11994
- "@smithy/url-parser": "^4.0.1",
11986
+ "@aws-sdk/core": "3.775.0",
11987
+ "@aws-sdk/credential-provider-node": "3.775.0",
11988
+ "@aws-sdk/middleware-host-header": "3.775.0",
11989
+ "@aws-sdk/middleware-logger": "3.775.0",
11990
+ "@aws-sdk/middleware-recursion-detection": "3.775.0",
11991
+ "@aws-sdk/middleware-sdk-sqs": "3.775.0",
11992
+ "@aws-sdk/middleware-user-agent": "3.775.0",
11993
+ "@aws-sdk/region-config-resolver": "3.775.0",
11994
+ "@aws-sdk/types": "3.775.0",
11995
+ "@aws-sdk/util-endpoints": "3.775.0",
11996
+ "@aws-sdk/util-user-agent-browser": "3.775.0",
11997
+ "@aws-sdk/util-user-agent-node": "3.775.0",
11998
+ "@smithy/config-resolver": "^4.1.0",
11999
+ "@smithy/core": "^3.2.0",
12000
+ "@smithy/fetch-http-handler": "^5.0.2",
12001
+ "@smithy/hash-node": "^4.0.2",
12002
+ "@smithy/invalid-dependency": "^4.0.2",
12003
+ "@smithy/md5-js": "^4.0.2",
12004
+ "@smithy/middleware-content-length": "^4.0.2",
12005
+ "@smithy/middleware-endpoint": "^4.1.0",
12006
+ "@smithy/middleware-retry": "^4.1.0",
12007
+ "@smithy/middleware-serde": "^4.0.3",
12008
+ "@smithy/middleware-stack": "^4.0.2",
12009
+ "@smithy/node-config-provider": "^4.0.2",
12010
+ "@smithy/node-http-handler": "^4.0.4",
12011
+ "@smithy/protocol-http": "^5.1.0",
12012
+ "@smithy/smithy-client": "^4.2.0",
12013
+ "@smithy/types": "^4.2.0",
12014
+ "@smithy/url-parser": "^4.0.2",
11995
12015
  "@smithy/util-base64": "^4.0.0",
11996
12016
  "@smithy/util-body-length-browser": "^4.0.0",
11997
12017
  "@smithy/util-body-length-node": "^4.0.0",
11998
- "@smithy/util-defaults-mode-browser": "^4.0.7",
11999
- "@smithy/util-defaults-mode-node": "^4.0.7",
12000
- "@smithy/util-endpoints": "^3.0.1",
12001
- "@smithy/util-middleware": "^4.0.1",
12002
- "@smithy/util-retry": "^4.0.1",
12018
+ "@smithy/util-defaults-mode-browser": "^4.0.8",
12019
+ "@smithy/util-defaults-mode-node": "^4.0.8",
12020
+ "@smithy/util-endpoints": "^3.0.2",
12021
+ "@smithy/util-middleware": "^4.0.2",
12022
+ "@smithy/util-retry": "^4.0.2",
12003
12023
  "@smithy/util-utf8": "^4.0.0",
12004
12024
  tslib: "^2.6.2"
12005
12025
  },
@@ -12045,9 +12065,9 @@ var require_package = __commonJS({
12045
12065
  }
12046
12066
  });
12047
12067
 
12048
- // node_modules/.pnpm/@aws-sdk+credential-provider-env@3.758.0/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js
12068
+ // node_modules/.pnpm/@aws-sdk+credential-provider-env@3.775.0/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js
12049
12069
  var require_dist_cjs37 = __commonJS({
12050
- "node_modules/.pnpm/@aws-sdk+credential-provider-env@3.758.0/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js"(exports2, module2) {
12070
+ "node_modules/.pnpm/@aws-sdk+credential-provider-env@3.775.0/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js"(exports2, module2) {
12051
12071
  "use strict";
12052
12072
  var __defProp2 = Object.defineProperty;
12053
12073
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -12067,8 +12087,8 @@ var require_dist_cjs37 = __commonJS({
12067
12087
  return to;
12068
12088
  };
12069
12089
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
12070
- var src_exports = {};
12071
- __export2(src_exports, {
12090
+ var index_exports = {};
12091
+ __export2(index_exports, {
12072
12092
  ENV_ACCOUNT_ID: () => ENV_ACCOUNT_ID,
12073
12093
  ENV_CREDENTIAL_SCOPE: () => ENV_CREDENTIAL_SCOPE,
12074
12094
  ENV_EXPIRATION: () => ENV_EXPIRATION,
@@ -12077,7 +12097,7 @@ var require_dist_cjs37 = __commonJS({
12077
12097
  ENV_SESSION: () => ENV_SESSION,
12078
12098
  fromEnv: () => fromEnv
12079
12099
  });
12080
- module2.exports = __toCommonJS2(src_exports);
12100
+ module2.exports = __toCommonJS2(index_exports);
12081
12101
  var import_client3 = (init_client(), __toCommonJS(client_exports));
12082
12102
  var import_property_provider2 = require_dist_cjs23();
12083
12103
  var ENV_KEY = "AWS_ACCESS_KEY_ID";
@@ -12111,9 +12131,9 @@ var require_dist_cjs37 = __commonJS({
12111
12131
  }
12112
12132
  });
12113
12133
 
12114
- // node_modules/.pnpm/@smithy+credential-provider-imds@4.0.1/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js
12134
+ // node_modules/.pnpm/@smithy+credential-provider-imds@4.0.2/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js
12115
12135
  var require_dist_cjs38 = __commonJS({
12116
- "node_modules/.pnpm/@smithy+credential-provider-imds@4.0.1/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js"(exports2, module2) {
12136
+ "node_modules/.pnpm/@smithy+credential-provider-imds@4.0.2/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js"(exports2, module2) {
12117
12137
  var __defProp2 = Object.defineProperty;
12118
12138
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
12119
12139
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -12507,9 +12527,9 @@ For more information, please visit: ` + STATIC_STABILITY_DOC_URL
12507
12527
  }
12508
12528
  });
12509
12529
 
12510
- // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.758.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js
12530
+ // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.775.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js
12511
12531
  var require_checkUrl = __commonJS({
12512
- "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.758.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js"(exports2) {
12532
+ "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.775.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js"(exports2) {
12513
12533
  "use strict";
12514
12534
  Object.defineProperty(exports2, "__esModule", { value: true });
12515
12535
  exports2.checkUrl = void 0;
@@ -12550,9 +12570,9 @@ var require_checkUrl = __commonJS({
12550
12570
  }
12551
12571
  });
12552
12572
 
12553
- // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.758.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js
12573
+ // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.775.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js
12554
12574
  var require_requestHelpers = __commonJS({
12555
- "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.758.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js"(exports2) {
12575
+ "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.775.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js"(exports2) {
12556
12576
  "use strict";
12557
12577
  Object.defineProperty(exports2, "__esModule", { value: true });
12558
12578
  exports2.getCredentials = exports2.createGetRequest = void 0;
@@ -12606,9 +12626,9 @@ var require_requestHelpers = __commonJS({
12606
12626
  }
12607
12627
  });
12608
12628
 
12609
- // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.758.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js
12629
+ // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.775.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js
12610
12630
  var require_retry_wrapper = __commonJS({
12611
- "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.758.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js"(exports2) {
12631
+ "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.775.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js"(exports2) {
12612
12632
  "use strict";
12613
12633
  Object.defineProperty(exports2, "__esModule", { value: true });
12614
12634
  exports2.retryWrapper = void 0;
@@ -12628,9 +12648,9 @@ var require_retry_wrapper = __commonJS({
12628
12648
  }
12629
12649
  });
12630
12650
 
12631
- // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.758.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js
12651
+ // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.775.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js
12632
12652
  var require_fromHttp = __commonJS({
12633
- "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.758.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js"(exports2) {
12653
+ "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.775.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js"(exports2) {
12634
12654
  "use strict";
12635
12655
  Object.defineProperty(exports2, "__esModule", { value: true });
12636
12656
  exports2.fromHttp = void 0;
@@ -12696,9 +12716,9 @@ Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
12696
12716
  }
12697
12717
  });
12698
12718
 
12699
- // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.758.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js
12719
+ // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.775.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js
12700
12720
  var require_dist_cjs39 = __commonJS({
12701
- "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.758.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js"(exports2) {
12721
+ "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.775.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js"(exports2) {
12702
12722
  "use strict";
12703
12723
  Object.defineProperty(exports2, "__esModule", { value: true });
12704
12724
  exports2.fromHttp = void 0;
@@ -12709,9 +12729,9 @@ var require_dist_cjs39 = __commonJS({
12709
12729
  }
12710
12730
  });
12711
12731
 
12712
- // node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js
12732
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.775.0/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js
12713
12733
  var require_httpAuthSchemeProvider2 = __commonJS({
12714
- "node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
12734
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.775.0/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
12715
12735
  "use strict";
12716
12736
  Object.defineProperty(exports2, "__esModule", { value: true });
12717
12737
  exports2.resolveHttpAuthSchemeConfig = exports2.defaultSSOHttpAuthSchemeProvider = exports2.defaultSSOHttpAuthSchemeParametersProvider = void 0;
@@ -12774,21 +12794,19 @@ var require_httpAuthSchemeProvider2 = __commonJS({
12774
12794
  exports2.defaultSSOHttpAuthSchemeProvider = defaultSSOHttpAuthSchemeProvider;
12775
12795
  var resolveHttpAuthSchemeConfig3 = (config) => {
12776
12796
  const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
12777
- return {
12778
- ...config_0
12779
- };
12797
+ return Object.assign(config_0, {});
12780
12798
  };
12781
12799
  exports2.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig3;
12782
12800
  }
12783
12801
  });
12784
12802
 
12785
- // node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/package.json
12803
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.775.0/node_modules/@aws-sdk/client-sso/package.json
12786
12804
  var require_package2 = __commonJS({
12787
- "node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/package.json"(exports2, module2) {
12805
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.775.0/node_modules/@aws-sdk/client-sso/package.json"(exports2, module2) {
12788
12806
  module2.exports = {
12789
12807
  name: "@aws-sdk/client-sso",
12790
12808
  description: "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
12791
- version: "3.758.0",
12809
+ version: "3.775.0",
12792
12810
  scripts: {
12793
12811
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
12794
12812
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -12807,40 +12825,40 @@ var require_package2 = __commonJS({
12807
12825
  dependencies: {
12808
12826
  "@aws-crypto/sha256-browser": "5.2.0",
12809
12827
  "@aws-crypto/sha256-js": "5.2.0",
12810
- "@aws-sdk/core": "3.758.0",
12811
- "@aws-sdk/middleware-host-header": "3.734.0",
12812
- "@aws-sdk/middleware-logger": "3.734.0",
12813
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
12814
- "@aws-sdk/middleware-user-agent": "3.758.0",
12815
- "@aws-sdk/region-config-resolver": "3.734.0",
12816
- "@aws-sdk/types": "3.734.0",
12817
- "@aws-sdk/util-endpoints": "3.743.0",
12818
- "@aws-sdk/util-user-agent-browser": "3.734.0",
12819
- "@aws-sdk/util-user-agent-node": "3.758.0",
12820
- "@smithy/config-resolver": "^4.0.1",
12821
- "@smithy/core": "^3.1.5",
12822
- "@smithy/fetch-http-handler": "^5.0.1",
12823
- "@smithy/hash-node": "^4.0.1",
12824
- "@smithy/invalid-dependency": "^4.0.1",
12825
- "@smithy/middleware-content-length": "^4.0.1",
12826
- "@smithy/middleware-endpoint": "^4.0.6",
12827
- "@smithy/middleware-retry": "^4.0.7",
12828
- "@smithy/middleware-serde": "^4.0.2",
12829
- "@smithy/middleware-stack": "^4.0.1",
12830
- "@smithy/node-config-provider": "^4.0.1",
12831
- "@smithy/node-http-handler": "^4.0.3",
12832
- "@smithy/protocol-http": "^5.0.1",
12833
- "@smithy/smithy-client": "^4.1.6",
12834
- "@smithy/types": "^4.1.0",
12835
- "@smithy/url-parser": "^4.0.1",
12828
+ "@aws-sdk/core": "3.775.0",
12829
+ "@aws-sdk/middleware-host-header": "3.775.0",
12830
+ "@aws-sdk/middleware-logger": "3.775.0",
12831
+ "@aws-sdk/middleware-recursion-detection": "3.775.0",
12832
+ "@aws-sdk/middleware-user-agent": "3.775.0",
12833
+ "@aws-sdk/region-config-resolver": "3.775.0",
12834
+ "@aws-sdk/types": "3.775.0",
12835
+ "@aws-sdk/util-endpoints": "3.775.0",
12836
+ "@aws-sdk/util-user-agent-browser": "3.775.0",
12837
+ "@aws-sdk/util-user-agent-node": "3.775.0",
12838
+ "@smithy/config-resolver": "^4.1.0",
12839
+ "@smithy/core": "^3.2.0",
12840
+ "@smithy/fetch-http-handler": "^5.0.2",
12841
+ "@smithy/hash-node": "^4.0.2",
12842
+ "@smithy/invalid-dependency": "^4.0.2",
12843
+ "@smithy/middleware-content-length": "^4.0.2",
12844
+ "@smithy/middleware-endpoint": "^4.1.0",
12845
+ "@smithy/middleware-retry": "^4.1.0",
12846
+ "@smithy/middleware-serde": "^4.0.3",
12847
+ "@smithy/middleware-stack": "^4.0.2",
12848
+ "@smithy/node-config-provider": "^4.0.2",
12849
+ "@smithy/node-http-handler": "^4.0.4",
12850
+ "@smithy/protocol-http": "^5.1.0",
12851
+ "@smithy/smithy-client": "^4.2.0",
12852
+ "@smithy/types": "^4.2.0",
12853
+ "@smithy/url-parser": "^4.0.2",
12836
12854
  "@smithy/util-base64": "^4.0.0",
12837
12855
  "@smithy/util-body-length-browser": "^4.0.0",
12838
12856
  "@smithy/util-body-length-node": "^4.0.0",
12839
- "@smithy/util-defaults-mode-browser": "^4.0.7",
12840
- "@smithy/util-defaults-mode-node": "^4.0.7",
12841
- "@smithy/util-endpoints": "^3.0.1",
12842
- "@smithy/util-middleware": "^4.0.1",
12843
- "@smithy/util-retry": "^4.0.1",
12857
+ "@smithy/util-defaults-mode-browser": "^4.0.8",
12858
+ "@smithy/util-defaults-mode-node": "^4.0.8",
12859
+ "@smithy/util-endpoints": "^3.0.2",
12860
+ "@smithy/util-middleware": "^4.0.2",
12861
+ "@smithy/util-retry": "^4.0.2",
12844
12862
  "@smithy/util-utf8": "^4.0.0",
12845
12863
  tslib: "^2.6.2"
12846
12864
  },
@@ -12886,9 +12904,9 @@ var require_package2 = __commonJS({
12886
12904
  }
12887
12905
  });
12888
12906
 
12889
- // node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.758.0/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js
12907
+ // node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.775.0/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js
12890
12908
  var require_dist_cjs40 = __commonJS({
12891
- "node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.758.0/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js"(exports2, module2) {
12909
+ "node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.775.0/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js"(exports2, module2) {
12892
12910
  "use strict";
12893
12911
  var __defProp2 = Object.defineProperty;
12894
12912
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -12908,8 +12926,8 @@ var require_dist_cjs40 = __commonJS({
12908
12926
  return to;
12909
12927
  };
12910
12928
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
12911
- var src_exports = {};
12912
- __export2(src_exports, {
12929
+ var index_exports = {};
12930
+ __export2(index_exports, {
12913
12931
  NODE_APP_ID_CONFIG_OPTIONS: () => NODE_APP_ID_CONFIG_OPTIONS3,
12914
12932
  UA_APP_ID_ENV_NAME: () => UA_APP_ID_ENV_NAME,
12915
12933
  UA_APP_ID_INI_NAME: () => UA_APP_ID_INI_NAME,
@@ -12917,7 +12935,7 @@ var require_dist_cjs40 = __commonJS({
12917
12935
  crtAvailability: () => crtAvailability,
12918
12936
  defaultUserAgent: () => defaultUserAgent
12919
12937
  });
12920
- module2.exports = __toCommonJS2(src_exports);
12938
+ module2.exports = __toCommonJS2(index_exports);
12921
12939
  var import_os = require("os");
12922
12940
  var import_process = require("process");
12923
12941
  var crtAvailability = {
@@ -12964,16 +12982,16 @@ var require_dist_cjs40 = __commonJS({
12964
12982
  var UA_APP_ID_INI_NAME = "sdk_ua_app_id";
12965
12983
  var UA_APP_ID_INI_NAME_DEPRECATED = "sdk-ua-app-id";
12966
12984
  var NODE_APP_ID_CONFIG_OPTIONS3 = {
12967
- environmentVariableSelector: (env2) => env2[UA_APP_ID_ENV_NAME],
12968
- configFileSelector: (profile) => profile[UA_APP_ID_INI_NAME] ?? profile[UA_APP_ID_INI_NAME_DEPRECATED],
12985
+ environmentVariableSelector: /* @__PURE__ */ __name((env2) => env2[UA_APP_ID_ENV_NAME], "environmentVariableSelector"),
12986
+ configFileSelector: /* @__PURE__ */ __name((profile) => profile[UA_APP_ID_INI_NAME] ?? profile[UA_APP_ID_INI_NAME_DEPRECATED], "configFileSelector"),
12969
12987
  default: import_middleware_user_agent3.DEFAULT_UA_APP_ID
12970
12988
  };
12971
12989
  }
12972
12990
  });
12973
12991
 
12974
- // node_modules/.pnpm/@smithy+hash-node@4.0.1/node_modules/@smithy/hash-node/dist-cjs/index.js
12992
+ // node_modules/.pnpm/@smithy+hash-node@4.0.2/node_modules/@smithy/hash-node/dist-cjs/index.js
12975
12993
  var require_dist_cjs41 = __commonJS({
12976
- "node_modules/.pnpm/@smithy+hash-node@4.0.1/node_modules/@smithy/hash-node/dist-cjs/index.js"(exports2, module2) {
12994
+ "node_modules/.pnpm/@smithy+hash-node@4.0.2/node_modules/@smithy/hash-node/dist-cjs/index.js"(exports2, module2) {
12977
12995
  var __defProp2 = Object.defineProperty;
12978
12996
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
12979
12997
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -13085,9 +13103,9 @@ var require_dist_cjs42 = __commonJS({
13085
13103
  }
13086
13104
  });
13087
13105
 
13088
- // node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js
13106
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.775.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js
13089
13107
  var require_ruleset = __commonJS({
13090
- "node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js"(exports2) {
13108
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.775.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js"(exports2) {
13091
13109
  "use strict";
13092
13110
  Object.defineProperty(exports2, "__esModule", { value: true });
13093
13111
  exports2.ruleSet = void 0;
@@ -13120,9 +13138,9 @@ var require_ruleset = __commonJS({
13120
13138
  }
13121
13139
  });
13122
13140
 
13123
- // node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js
13141
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.775.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js
13124
13142
  var require_endpointResolver = __commonJS({
13125
- "node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js"(exports2) {
13143
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.775.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js"(exports2) {
13126
13144
  "use strict";
13127
13145
  Object.defineProperty(exports2, "__esModule", { value: true });
13128
13146
  exports2.defaultEndpointResolver = void 0;
@@ -13144,9 +13162,9 @@ var require_endpointResolver = __commonJS({
13144
13162
  }
13145
13163
  });
13146
13164
 
13147
- // node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js
13165
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.775.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js
13148
13166
  var require_runtimeConfig_shared = __commonJS({
13149
- "node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js"(exports2) {
13167
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.775.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js"(exports2) {
13150
13168
  "use strict";
13151
13169
  Object.defineProperty(exports2, "__esModule", { value: true });
13152
13170
  exports2.getRuntimeConfig = void 0;
@@ -13190,9 +13208,9 @@ var require_runtimeConfig_shared = __commonJS({
13190
13208
  }
13191
13209
  });
13192
13210
 
13193
- // node_modules/.pnpm/@smithy+util-defaults-mode-node@4.0.7/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js
13211
+ // node_modules/.pnpm/@smithy+util-defaults-mode-node@4.0.8/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js
13194
13212
  var require_dist_cjs43 = __commonJS({
13195
- "node_modules/.pnpm/@smithy+util-defaults-mode-node@4.0.7/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js"(exports2, module2) {
13213
+ "node_modules/.pnpm/@smithy+util-defaults-mode-node@4.0.8/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js"(exports2, module2) {
13196
13214
  var __create2 = Object.create;
13197
13215
  var __defProp2 = Object.defineProperty;
13198
13216
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -13299,9 +13317,9 @@ var require_dist_cjs43 = __commonJS({
13299
13317
  }
13300
13318
  });
13301
13319
 
13302
- // node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js
13320
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.775.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js
13303
13321
  var require_runtimeConfig = __commonJS({
13304
- "node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js"(exports2) {
13322
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.775.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js"(exports2) {
13305
13323
  "use strict";
13306
13324
  Object.defineProperty(exports2, "__esModule", { value: true });
13307
13325
  exports2.getRuntimeConfig = void 0;
@@ -13352,9 +13370,9 @@ var require_runtimeConfig = __commonJS({
13352
13370
  }
13353
13371
  });
13354
13372
 
13355
- // node_modules/.pnpm/@aws-sdk+region-config-resolver@3.734.0/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js
13373
+ // node_modules/.pnpm/@aws-sdk+region-config-resolver@3.775.0/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js
13356
13374
  var require_dist_cjs44 = __commonJS({
13357
- "node_modules/.pnpm/@aws-sdk+region-config-resolver@3.734.0/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js"(exports2, module2) {
13375
+ "node_modules/.pnpm/@aws-sdk+region-config-resolver@3.775.0/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js"(exports2, module2) {
13358
13376
  "use strict";
13359
13377
  var __defProp2 = Object.defineProperty;
13360
13378
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -13374,8 +13392,8 @@ var require_dist_cjs44 = __commonJS({
13374
13392
  return to;
13375
13393
  };
13376
13394
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
13377
- var src_exports = {};
13378
- __export2(src_exports, {
13395
+ var index_exports = {};
13396
+ __export2(index_exports, {
13379
13397
  NODE_REGION_CONFIG_FILE_OPTIONS: () => NODE_REGION_CONFIG_FILE_OPTIONS3,
13380
13398
  NODE_REGION_CONFIG_OPTIONS: () => NODE_REGION_CONFIG_OPTIONS3,
13381
13399
  REGION_ENV_NAME: () => REGION_ENV_NAME,
@@ -13384,24 +13402,14 @@ var require_dist_cjs44 = __commonJS({
13384
13402
  resolveAwsRegionExtensionConfiguration: () => resolveAwsRegionExtensionConfiguration3,
13385
13403
  resolveRegionConfig: () => resolveRegionConfig3
13386
13404
  });
13387
- module2.exports = __toCommonJS2(src_exports);
13405
+ module2.exports = __toCommonJS2(index_exports);
13388
13406
  var getAwsRegionExtensionConfiguration3 = /* @__PURE__ */ __name((runtimeConfig) => {
13389
- let runtimeConfigRegion = /* @__PURE__ */ __name(async () => {
13390
- if (runtimeConfig.region === void 0) {
13391
- throw new Error("Region is missing from runtimeConfig");
13392
- }
13393
- const region = runtimeConfig.region;
13394
- if (typeof region === "string") {
13395
- return region;
13396
- }
13397
- return region();
13398
- }, "runtimeConfigRegion");
13399
13407
  return {
13400
13408
  setRegion(region) {
13401
- runtimeConfigRegion = region;
13409
+ runtimeConfig.region = region;
13402
13410
  },
13403
13411
  region() {
13404
- return runtimeConfigRegion;
13412
+ return runtimeConfig.region;
13405
13413
  }
13406
13414
  };
13407
13415
  }, "getAwsRegionExtensionConfiguration");
@@ -13413,11 +13421,11 @@ var require_dist_cjs44 = __commonJS({
13413
13421
  var REGION_ENV_NAME = "AWS_REGION";
13414
13422
  var REGION_INI_NAME = "region";
13415
13423
  var NODE_REGION_CONFIG_OPTIONS3 = {
13416
- environmentVariableSelector: (env) => env[REGION_ENV_NAME],
13417
- configFileSelector: (profile) => profile[REGION_INI_NAME],
13418
- default: () => {
13424
+ environmentVariableSelector: /* @__PURE__ */ __name((env) => env[REGION_ENV_NAME], "environmentVariableSelector"),
13425
+ configFileSelector: /* @__PURE__ */ __name((profile) => profile[REGION_INI_NAME], "configFileSelector"),
13426
+ default: /* @__PURE__ */ __name(() => {
13419
13427
  throw new Error("Region is missing");
13420
- }
13428
+ }, "default")
13421
13429
  };
13422
13430
  var NODE_REGION_CONFIG_FILE_OPTIONS3 = {
13423
13431
  preferredFile: "credentials"
@@ -13429,30 +13437,29 @@ var require_dist_cjs44 = __commonJS({
13429
13437
  if (!region) {
13430
13438
  throw new Error("Region is missing");
13431
13439
  }
13432
- return {
13433
- ...input,
13434
- region: async () => {
13440
+ return Object.assign(input, {
13441
+ region: /* @__PURE__ */ __name(async () => {
13435
13442
  if (typeof region === "string") {
13436
13443
  return getRealRegion(region);
13437
13444
  }
13438
13445
  const providedRegion = await region();
13439
13446
  return getRealRegion(providedRegion);
13440
- },
13441
- useFipsEndpoint: async () => {
13447
+ }, "region"),
13448
+ useFipsEndpoint: /* @__PURE__ */ __name(async () => {
13442
13449
  const providedRegion = typeof region === "string" ? region : await region();
13443
13450
  if (isFipsRegion(providedRegion)) {
13444
13451
  return true;
13445
13452
  }
13446
13453
  return typeof useFipsEndpoint !== "function" ? Promise.resolve(!!useFipsEndpoint) : useFipsEndpoint();
13447
- }
13448
- };
13454
+ }, "useFipsEndpoint")
13455
+ });
13449
13456
  }, "resolveRegionConfig");
13450
13457
  }
13451
13458
  });
13452
13459
 
13453
- // node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/dist-cjs/index.js
13460
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.775.0/node_modules/@aws-sdk/client-sso/dist-cjs/index.js
13454
13461
  var require_dist_cjs45 = __commonJS({
13455
- "node_modules/.pnpm/@aws-sdk+client-sso@3.758.0/node_modules/@aws-sdk/client-sso/dist-cjs/index.js"(exports2, module2) {
13462
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.775.0/node_modules/@aws-sdk/client-sso/dist-cjs/index.js"(exports2, module2) {
13456
13463
  "use strict";
13457
13464
  var __defProp2 = Object.defineProperty;
13458
13465
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -13472,8 +13479,8 @@ var require_dist_cjs45 = __commonJS({
13472
13479
  return to;
13473
13480
  };
13474
13481
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
13475
- var src_exports = {};
13476
- __export2(src_exports, {
13482
+ var index_exports = {};
13483
+ __export2(index_exports, {
13477
13484
  GetRoleCredentialsCommand: () => GetRoleCredentialsCommand,
13478
13485
  GetRoleCredentialsRequestFilterSensitiveLog: () => GetRoleCredentialsRequestFilterSensitiveLog,
13479
13486
  GetRoleCredentialsResponseFilterSensitiveLog: () => GetRoleCredentialsResponseFilterSensitiveLog,
@@ -13495,7 +13502,7 @@ var require_dist_cjs45 = __commonJS({
13495
13502
  paginateListAccountRoles: () => paginateListAccountRoles,
13496
13503
  paginateListAccounts: () => paginateListAccounts
13497
13504
  });
13498
- module2.exports = __toCommonJS2(src_exports);
13505
+ module2.exports = __toCommonJS2(index_exports);
13499
13506
  var import_middleware_host_header3 = require_dist_cjs3();
13500
13507
  var import_middleware_logger3 = require_dist_cjs4();
13501
13508
  var import_middleware_recursion_detection3 = require_dist_cjs5();
@@ -13507,12 +13514,11 @@ var require_dist_cjs45 = __commonJS({
13507
13514
  var import_middleware_retry5 = require_dist_cjs36();
13508
13515
  var import_httpAuthSchemeProvider5 = require_httpAuthSchemeProvider2();
13509
13516
  var resolveClientEndpointParameters3 = /* @__PURE__ */ __name((options) => {
13510
- return {
13511
- ...options,
13517
+ return Object.assign(options, {
13512
13518
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
13513
13519
  useFipsEndpoint: options.useFipsEndpoint ?? false,
13514
13520
  defaultSigningName: "awsssoportal"
13515
- };
13521
+ });
13516
13522
  }, "resolveClientEndpointParameters");
13517
13523
  var commonParams3 = {
13518
13524
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -13561,22 +13567,21 @@ var require_dist_cjs45 = __commonJS({
13561
13567
  credentials: config.credentials()
13562
13568
  };
13563
13569
  }, "resolveHttpAuthRuntimeConfig");
13564
- var asPartial3 = /* @__PURE__ */ __name((t3) => t3, "asPartial");
13565
13570
  var resolveRuntimeExtensions3 = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
13566
- const extensionConfiguration = {
13567
- ...asPartial3((0, import_region_config_resolver3.getAwsRegionExtensionConfiguration)(runtimeConfig)),
13568
- ...asPartial3((0, import_smithy_client25.getDefaultExtensionConfiguration)(runtimeConfig)),
13569
- ...asPartial3((0, import_protocol_http11.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
13570
- ...asPartial3(getHttpAuthExtensionConfiguration3(runtimeConfig))
13571
- };
13571
+ const extensionConfiguration = Object.assign(
13572
+ (0, import_region_config_resolver3.getAwsRegionExtensionConfiguration)(runtimeConfig),
13573
+ (0, import_smithy_client25.getDefaultExtensionConfiguration)(runtimeConfig),
13574
+ (0, import_protocol_http11.getHttpHandlerExtensionConfiguration)(runtimeConfig),
13575
+ getHttpAuthExtensionConfiguration3(runtimeConfig)
13576
+ );
13572
13577
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
13573
- return {
13574
- ...runtimeConfig,
13575
- ...(0, import_region_config_resolver3.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
13576
- ...(0, import_smithy_client25.resolveDefaultRuntimeConfig)(extensionConfiguration),
13577
- ...(0, import_protocol_http11.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
13578
- ...resolveHttpAuthRuntimeConfig3(extensionConfiguration)
13579
- };
13578
+ return Object.assign(
13579
+ runtimeConfig,
13580
+ (0, import_region_config_resolver3.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
13581
+ (0, import_smithy_client25.resolveDefaultRuntimeConfig)(extensionConfiguration),
13582
+ (0, import_protocol_http11.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
13583
+ resolveHttpAuthRuntimeConfig3(extensionConfiguration)
13584
+ );
13580
13585
  }, "resolveRuntimeExtensions");
13581
13586
  var SSOClient = class extends import_smithy_client25.Client {
13582
13587
  static {
@@ -13588,6 +13593,8 @@ var require_dist_cjs45 = __commonJS({
13588
13593
  config;
13589
13594
  constructor(...[configuration]) {
13590
13595
  const _config_0 = (0, import_runtimeConfig5.getRuntimeConfig)(configuration || {});
13596
+ super(_config_0);
13597
+ this.initConfig = _config_0;
13591
13598
  const _config_1 = resolveClientEndpointParameters3(_config_0);
13592
13599
  const _config_2 = (0, import_middleware_user_agent3.resolveUserAgentConfig)(_config_1);
13593
13600
  const _config_3 = (0, import_middleware_retry5.resolveRetryConfig)(_config_2);
@@ -13596,7 +13603,6 @@ var require_dist_cjs45 = __commonJS({
13596
13603
  const _config_6 = (0, import_middleware_endpoint6.resolveEndpointConfig)(_config_5);
13597
13604
  const _config_7 = (0, import_httpAuthSchemeProvider5.resolveHttpAuthSchemeConfig)(_config_6);
13598
13605
  const _config_8 = resolveRuntimeExtensions3(_config_7, configuration?.extensions || []);
13599
- super(_config_8);
13600
13606
  this.config = _config_8;
13601
13607
  this.middlewareStack.use((0, import_middleware_user_agent3.getUserAgentPlugin)(this.config));
13602
13608
  this.middlewareStack.use((0, import_middleware_retry5.getRetryPlugin)(this.config));
@@ -13607,9 +13613,9 @@ var require_dist_cjs45 = __commonJS({
13607
13613
  this.middlewareStack.use(
13608
13614
  (0, import_core17.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
13609
13615
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider5.defaultSSOHttpAuthSchemeParametersProvider,
13610
- identityProviderConfigProvider: async (config) => new import_core17.DefaultIdentityProviderConfig({
13616
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core17.DefaultIdentityProviderConfig({
13611
13617
  "aws.auth#sigv4": config.credentials
13612
- })
13618
+ }), "identityProviderConfigProvider")
13613
13619
  })
13614
13620
  );
13615
13621
  this.middlewareStack.use((0, import_core17.getHttpSigningPlugin)(this.config));
@@ -13995,7 +14001,7 @@ var require_dist_cjs45 = __commonJS({
13995
14001
  }
13996
14002
  });
13997
14003
 
13998
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js
14004
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js
13999
14005
  function createAwsAuthSigv4HttpAuthOption(authParameters) {
14000
14006
  return {
14001
14007
  schemeId: "aws.auth#sigv4",
@@ -14018,7 +14024,7 @@ function createSmithyApiNoAuthHttpAuthOption(authParameters) {
14018
14024
  }
14019
14025
  var import_util_middleware3, defaultSSOOIDCHttpAuthSchemeParametersProvider, defaultSSOOIDCHttpAuthSchemeProvider, resolveHttpAuthSchemeConfig;
14020
14026
  var init_httpAuthSchemeProvider = __esm({
14021
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js"() {
14027
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js"() {
14022
14028
  init_dist_es2();
14023
14029
  import_util_middleware3 = __toESM(require_dist_cjs19());
14024
14030
  defaultSSOOIDCHttpAuthSchemeParametersProvider = async (config, context, input) => {
@@ -14044,24 +14050,21 @@ var init_httpAuthSchemeProvider = __esm({
14044
14050
  };
14045
14051
  resolveHttpAuthSchemeConfig = (config) => {
14046
14052
  const config_0 = resolveAwsSdkSigV4Config(config);
14047
- return {
14048
- ...config_0
14049
- };
14053
+ return Object.assign(config_0, {});
14050
14054
  };
14051
14055
  }
14052
14056
  });
14053
14057
 
14054
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js
14058
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js
14055
14059
  var resolveClientEndpointParameters, commonParams;
14056
14060
  var init_EndpointParameters = __esm({
14057
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js"() {
14061
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js"() {
14058
14062
  resolveClientEndpointParameters = (options) => {
14059
- return {
14060
- ...options,
14063
+ return Object.assign(options, {
14061
14064
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
14062
14065
  useFipsEndpoint: options.useFipsEndpoint ?? false,
14063
14066
  defaultSigningName: "sso-oauth"
14064
- };
14067
+ });
14065
14068
  };
14066
14069
  commonParams = {
14067
14070
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -14072,13 +14075,13 @@ var init_EndpointParameters = __esm({
14072
14075
  }
14073
14076
  });
14074
14077
 
14075
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/package.json
14078
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/package.json
14076
14079
  var package_default;
14077
14080
  var init_package = __esm({
14078
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/package.json"() {
14081
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/package.json"() {
14079
14082
  package_default = {
14080
14083
  name: "@aws-sdk/nested-clients",
14081
- version: "3.758.0",
14084
+ version: "3.775.0",
14082
14085
  description: "Nested clients for AWS SDK packages.",
14083
14086
  main: "./dist-cjs/index.js",
14084
14087
  module: "./dist-es/index.js",
@@ -14106,40 +14109,40 @@ var init_package = __esm({
14106
14109
  dependencies: {
14107
14110
  "@aws-crypto/sha256-browser": "5.2.0",
14108
14111
  "@aws-crypto/sha256-js": "5.2.0",
14109
- "@aws-sdk/core": "3.758.0",
14110
- "@aws-sdk/middleware-host-header": "3.734.0",
14111
- "@aws-sdk/middleware-logger": "3.734.0",
14112
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
14113
- "@aws-sdk/middleware-user-agent": "3.758.0",
14114
- "@aws-sdk/region-config-resolver": "3.734.0",
14115
- "@aws-sdk/types": "3.734.0",
14116
- "@aws-sdk/util-endpoints": "3.743.0",
14117
- "@aws-sdk/util-user-agent-browser": "3.734.0",
14118
- "@aws-sdk/util-user-agent-node": "3.758.0",
14119
- "@smithy/config-resolver": "^4.0.1",
14120
- "@smithy/core": "^3.1.5",
14121
- "@smithy/fetch-http-handler": "^5.0.1",
14122
- "@smithy/hash-node": "^4.0.1",
14123
- "@smithy/invalid-dependency": "^4.0.1",
14124
- "@smithy/middleware-content-length": "^4.0.1",
14125
- "@smithy/middleware-endpoint": "^4.0.6",
14126
- "@smithy/middleware-retry": "^4.0.7",
14127
- "@smithy/middleware-serde": "^4.0.2",
14128
- "@smithy/middleware-stack": "^4.0.1",
14129
- "@smithy/node-config-provider": "^4.0.1",
14130
- "@smithy/node-http-handler": "^4.0.3",
14131
- "@smithy/protocol-http": "^5.0.1",
14132
- "@smithy/smithy-client": "^4.1.6",
14133
- "@smithy/types": "^4.1.0",
14134
- "@smithy/url-parser": "^4.0.1",
14112
+ "@aws-sdk/core": "3.775.0",
14113
+ "@aws-sdk/middleware-host-header": "3.775.0",
14114
+ "@aws-sdk/middleware-logger": "3.775.0",
14115
+ "@aws-sdk/middleware-recursion-detection": "3.775.0",
14116
+ "@aws-sdk/middleware-user-agent": "3.775.0",
14117
+ "@aws-sdk/region-config-resolver": "3.775.0",
14118
+ "@aws-sdk/types": "3.775.0",
14119
+ "@aws-sdk/util-endpoints": "3.775.0",
14120
+ "@aws-sdk/util-user-agent-browser": "3.775.0",
14121
+ "@aws-sdk/util-user-agent-node": "3.775.0",
14122
+ "@smithy/config-resolver": "^4.1.0",
14123
+ "@smithy/core": "^3.2.0",
14124
+ "@smithy/fetch-http-handler": "^5.0.2",
14125
+ "@smithy/hash-node": "^4.0.2",
14126
+ "@smithy/invalid-dependency": "^4.0.2",
14127
+ "@smithy/middleware-content-length": "^4.0.2",
14128
+ "@smithy/middleware-endpoint": "^4.1.0",
14129
+ "@smithy/middleware-retry": "^4.1.0",
14130
+ "@smithy/middleware-serde": "^4.0.3",
14131
+ "@smithy/middleware-stack": "^4.0.2",
14132
+ "@smithy/node-config-provider": "^4.0.2",
14133
+ "@smithy/node-http-handler": "^4.0.4",
14134
+ "@smithy/protocol-http": "^5.1.0",
14135
+ "@smithy/smithy-client": "^4.2.0",
14136
+ "@smithy/types": "^4.2.0",
14137
+ "@smithy/url-parser": "^4.0.2",
14135
14138
  "@smithy/util-base64": "^4.0.0",
14136
14139
  "@smithy/util-body-length-browser": "^4.0.0",
14137
14140
  "@smithy/util-body-length-node": "^4.0.0",
14138
- "@smithy/util-defaults-mode-browser": "^4.0.7",
14139
- "@smithy/util-defaults-mode-node": "^4.0.7",
14140
- "@smithy/util-endpoints": "^3.0.1",
14141
- "@smithy/util-middleware": "^4.0.1",
14142
- "@smithy/util-retry": "^4.0.1",
14141
+ "@smithy/util-defaults-mode-browser": "^4.0.8",
14142
+ "@smithy/util-defaults-mode-node": "^4.0.8",
14143
+ "@smithy/util-endpoints": "^3.0.2",
14144
+ "@smithy/util-middleware": "^4.0.2",
14145
+ "@smithy/util-retry": "^4.0.2",
14143
14146
  "@smithy/util-utf8": "^4.0.0",
14144
14147
  tslib: "^2.6.2"
14145
14148
  },
@@ -14176,28 +14179,28 @@ var init_package = __esm({
14176
14179
  },
14177
14180
  exports: {
14178
14181
  "./sso-oidc": {
14182
+ types: "./dist-types/submodules/sso-oidc/index.d.ts",
14179
14183
  module: "./dist-es/submodules/sso-oidc/index.js",
14180
14184
  node: "./dist-cjs/submodules/sso-oidc/index.js",
14181
14185
  import: "./dist-es/submodules/sso-oidc/index.js",
14182
- require: "./dist-cjs/submodules/sso-oidc/index.js",
14183
- types: "./dist-types/submodules/sso-oidc/index.d.ts"
14186
+ require: "./dist-cjs/submodules/sso-oidc/index.js"
14184
14187
  },
14185
14188
  "./sts": {
14189
+ types: "./dist-types/submodules/sts/index.d.ts",
14186
14190
  module: "./dist-es/submodules/sts/index.js",
14187
14191
  node: "./dist-cjs/submodules/sts/index.js",
14188
14192
  import: "./dist-es/submodules/sts/index.js",
14189
- require: "./dist-cjs/submodules/sts/index.js",
14190
- types: "./dist-types/submodules/sts/index.d.ts"
14193
+ require: "./dist-cjs/submodules/sts/index.js"
14191
14194
  }
14192
14195
  }
14193
14196
  };
14194
14197
  }
14195
14198
  });
14196
14199
 
14197
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js
14200
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js
14198
14201
  var u, v, w, x, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, _data, ruleSet;
14199
14202
  var init_ruleset = __esm({
14200
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js"() {
14203
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js"() {
14201
14204
  u = "required";
14202
14205
  v = "fn";
14203
14206
  w = "argv";
@@ -14227,10 +14230,10 @@ var init_ruleset = __esm({
14227
14230
  }
14228
14231
  });
14229
14232
 
14230
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js
14233
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js
14231
14234
  var import_util_endpoints, import_util_endpoints2, cache, defaultEndpointResolver;
14232
14235
  var init_endpointResolver = __esm({
14233
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js"() {
14236
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js"() {
14234
14237
  import_util_endpoints = __toESM(require_dist_cjs22());
14235
14238
  import_util_endpoints2 = __toESM(require_dist_cjs21());
14236
14239
  init_ruleset();
@@ -14248,10 +14251,10 @@ var init_endpointResolver = __esm({
14248
14251
  }
14249
14252
  });
14250
14253
 
14251
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js
14254
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js
14252
14255
  var import_smithy_client4, import_url_parser, import_util_base64, import_util_utf8, getRuntimeConfig;
14253
14256
  var init_runtimeConfig_shared = __esm({
14254
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js"() {
14257
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js"() {
14255
14258
  init_dist_es2();
14256
14259
  init_dist_es();
14257
14260
  import_smithy_client4 = __toESM(require_dist_cjs17());
@@ -14291,10 +14294,10 @@ var init_runtimeConfig_shared = __esm({
14291
14294
  }
14292
14295
  });
14293
14296
 
14294
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js
14297
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js
14295
14298
  var import_util_user_agent_node, import_config_resolver, import_hash_node, import_middleware_retry, import_node_config_provider, import_node_http_handler, import_util_body_length_node, import_util_retry, import_smithy_client5, import_util_defaults_mode_node, import_smithy_client6, getRuntimeConfig2;
14296
14299
  var init_runtimeConfig = __esm({
14297
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js"() {
14300
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js"() {
14298
14301
  init_package();
14299
14302
  init_dist_es2();
14300
14303
  import_util_user_agent_node = __toESM(require_dist_cjs40());
@@ -14340,10 +14343,10 @@ var init_runtimeConfig = __esm({
14340
14343
  }
14341
14344
  });
14342
14345
 
14343
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js
14346
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js
14344
14347
  var getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig;
14345
14348
  var init_httpAuthExtensionConfiguration = __esm({
14346
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js"() {
14349
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js"() {
14347
14350
  getHttpAuthExtensionConfiguration = (runtimeConfig) => {
14348
14351
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
14349
14352
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -14384,38 +14387,26 @@ var init_httpAuthExtensionConfiguration = __esm({
14384
14387
  }
14385
14388
  });
14386
14389
 
14387
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js
14388
- var import_region_config_resolver, import_protocol_http8, import_smithy_client7, asPartial, resolveRuntimeExtensions;
14390
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js
14391
+ var import_region_config_resolver, import_protocol_http8, import_smithy_client7, resolveRuntimeExtensions;
14389
14392
  var init_runtimeExtensions = __esm({
14390
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js"() {
14393
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js"() {
14391
14394
  import_region_config_resolver = __toESM(require_dist_cjs44());
14392
14395
  import_protocol_http8 = __toESM(require_dist_cjs2());
14393
14396
  import_smithy_client7 = __toESM(require_dist_cjs17());
14394
14397
  init_httpAuthExtensionConfiguration();
14395
- asPartial = (t3) => t3;
14396
14398
  resolveRuntimeExtensions = (runtimeConfig, extensions) => {
14397
- const extensionConfiguration = {
14398
- ...asPartial((0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig)),
14399
- ...asPartial((0, import_smithy_client7.getDefaultExtensionConfiguration)(runtimeConfig)),
14400
- ...asPartial((0, import_protocol_http8.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
14401
- ...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig))
14402
- };
14399
+ const extensionConfiguration = Object.assign((0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig), (0, import_smithy_client7.getDefaultExtensionConfiguration)(runtimeConfig), (0, import_protocol_http8.getHttpHandlerExtensionConfiguration)(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
14403
14400
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
14404
- return {
14405
- ...runtimeConfig,
14406
- ...(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
14407
- ...(0, import_smithy_client7.resolveDefaultRuntimeConfig)(extensionConfiguration),
14408
- ...(0, import_protocol_http8.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
14409
- ...resolveHttpAuthRuntimeConfig(extensionConfiguration)
14410
- };
14401
+ return Object.assign(runtimeConfig, (0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration), (0, import_smithy_client7.resolveDefaultRuntimeConfig)(extensionConfiguration), (0, import_protocol_http8.resolveHttpHandlerRuntimeConfig)(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
14411
14402
  };
14412
14403
  }
14413
14404
  });
14414
14405
 
14415
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js
14406
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js
14416
14407
  var import_middleware_host_header, import_middleware_logger, import_middleware_recursion_detection, import_middleware_user_agent, import_config_resolver2, import_middleware_content_length, import_middleware_endpoint, import_middleware_retry2, import_smithy_client8, SSOOIDCClient;
14417
14408
  var init_SSOOIDCClient = __esm({
14418
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js"() {
14409
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js"() {
14419
14410
  import_middleware_host_header = __toESM(require_dist_cjs3());
14420
14411
  import_middleware_logger = __toESM(require_dist_cjs4());
14421
14412
  import_middleware_recursion_detection = __toESM(require_dist_cjs5());
@@ -14434,6 +14425,8 @@ var init_SSOOIDCClient = __esm({
14434
14425
  config;
14435
14426
  constructor(...[configuration]) {
14436
14427
  const _config_0 = getRuntimeConfig2(configuration || {});
14428
+ super(_config_0);
14429
+ this.initConfig = _config_0;
14437
14430
  const _config_1 = resolveClientEndpointParameters(_config_0);
14438
14431
  const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
14439
14432
  const _config_3 = (0, import_middleware_retry2.resolveRetryConfig)(_config_2);
@@ -14442,7 +14435,6 @@ var init_SSOOIDCClient = __esm({
14442
14435
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
14443
14436
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
14444
14437
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
14445
- super(_config_8);
14446
14438
  this.config = _config_8;
14447
14439
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
14448
14440
  this.middlewareStack.use((0, import_middleware_retry2.getRetryPlugin)(this.config));
@@ -14465,10 +14457,10 @@ var init_SSOOIDCClient = __esm({
14465
14457
  }
14466
14458
  });
14467
14459
 
14468
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js
14460
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js
14469
14461
  var import_smithy_client9, SSOOIDCServiceException;
14470
14462
  var init_SSOOIDCServiceException = __esm({
14471
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js"() {
14463
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js"() {
14472
14464
  import_smithy_client9 = __toESM(require_dist_cjs17());
14473
14465
  SSOOIDCServiceException = class _SSOOIDCServiceException extends import_smithy_client9.ServiceException {
14474
14466
  constructor(options) {
@@ -14479,10 +14471,10 @@ var init_SSOOIDCServiceException = __esm({
14479
14471
  }
14480
14472
  });
14481
14473
 
14482
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js
14474
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js
14483
14475
  var import_smithy_client10, AccessDeniedException, AuthorizationPendingException, CreateTokenRequestFilterSensitiveLog, CreateTokenResponseFilterSensitiveLog, ExpiredTokenException, InternalServerException, InvalidClientException, InvalidGrantException, InvalidRequestException, InvalidScopeException, SlowDownException, UnauthorizedClientException, UnsupportedGrantTypeException;
14484
14476
  var init_models_0 = __esm({
14485
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js"() {
14477
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js"() {
14486
14478
  import_smithy_client10 = __toESM(require_dist_cjs17());
14487
14479
  init_SSOOIDCServiceException();
14488
14480
  AccessDeniedException = class _AccessDeniedException extends SSOOIDCServiceException {
@@ -14676,10 +14668,10 @@ var init_models_0 = __esm({
14676
14668
  }
14677
14669
  });
14678
14670
 
14679
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js
14671
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js
14680
14672
  var import_smithy_client11, se_CreateTokenCommand, de_CreateTokenCommand, de_CommandError, throwDefaultError, de_AccessDeniedExceptionRes, de_AuthorizationPendingExceptionRes, de_ExpiredTokenExceptionRes, de_InternalServerExceptionRes, de_InvalidClientExceptionRes, de_InvalidGrantExceptionRes, de_InvalidRequestExceptionRes, de_InvalidScopeExceptionRes, de_SlowDownExceptionRes, de_UnauthorizedClientExceptionRes, de_UnsupportedGrantTypeExceptionRes, deserializeMetadata;
14681
14673
  var init_Aws_restJson1 = __esm({
14682
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js"() {
14674
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js"() {
14683
14675
  init_dist_es2();
14684
14676
  init_dist_es();
14685
14677
  import_smithy_client11 = __toESM(require_dist_cjs17());
@@ -14937,10 +14929,10 @@ var init_Aws_restJson1 = __esm({
14937
14929
  }
14938
14930
  });
14939
14931
 
14940
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js
14932
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js
14941
14933
  var import_middleware_endpoint2, import_middleware_serde2, import_smithy_client12, CreateTokenCommand;
14942
14934
  var init_CreateTokenCommand = __esm({
14943
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js"() {
14935
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js"() {
14944
14936
  import_middleware_endpoint2 = __toESM(require_dist_cjs33());
14945
14937
  import_middleware_serde2 = __toESM(require_dist_cjs20());
14946
14938
  import_smithy_client12 = __toESM(require_dist_cjs17());
@@ -14957,10 +14949,10 @@ var init_CreateTokenCommand = __esm({
14957
14949
  }
14958
14950
  });
14959
14951
 
14960
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js
14952
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js
14961
14953
  var import_smithy_client13, commands, SSOOIDC;
14962
14954
  var init_SSOOIDC = __esm({
14963
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js"() {
14955
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js"() {
14964
14956
  import_smithy_client13 = __toESM(require_dist_cjs17());
14965
14957
  init_CreateTokenCommand();
14966
14958
  init_SSOOIDCClient();
@@ -14973,21 +14965,21 @@ var init_SSOOIDC = __esm({
14973
14965
  }
14974
14966
  });
14975
14967
 
14976
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js
14968
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js
14977
14969
  var init_commands = __esm({
14978
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js"() {
14970
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js"() {
14979
14971
  init_CreateTokenCommand();
14980
14972
  }
14981
14973
  });
14982
14974
 
14983
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js
14975
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js
14984
14976
  var init_models = __esm({
14985
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js"() {
14977
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js"() {
14986
14978
  init_models_0();
14987
14979
  }
14988
14980
  });
14989
14981
 
14990
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js
14982
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js
14991
14983
  var sso_oidc_exports = {};
14992
14984
  __export(sso_oidc_exports, {
14993
14985
  $Command: () => import_smithy_client12.Command,
@@ -15011,7 +15003,7 @@ __export(sso_oidc_exports, {
15011
15003
  __Client: () => import_smithy_client8.Client
15012
15004
  });
15013
15005
  var init_sso_oidc = __esm({
15014
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js"() {
15006
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js"() {
15015
15007
  init_SSOOIDCClient();
15016
15008
  init_SSOOIDC();
15017
15009
  init_commands();
@@ -15020,9 +15012,9 @@ var init_sso_oidc = __esm({
15020
15012
  }
15021
15013
  });
15022
15014
 
15023
- // node_modules/.pnpm/@aws-sdk+token-providers@3.758.0/node_modules/@aws-sdk/token-providers/dist-cjs/index.js
15015
+ // node_modules/.pnpm/@aws-sdk+token-providers@3.775.0/node_modules/@aws-sdk/token-providers/dist-cjs/index.js
15024
15016
  var require_dist_cjs46 = __commonJS({
15025
- "node_modules/.pnpm/@aws-sdk+token-providers@3.758.0/node_modules/@aws-sdk/token-providers/dist-cjs/index.js"(exports2, module2) {
15017
+ "node_modules/.pnpm/@aws-sdk+token-providers@3.775.0/node_modules/@aws-sdk/token-providers/dist-cjs/index.js"(exports2, module2) {
15026
15018
  "use strict";
15027
15019
  var __create2 = Object.create;
15028
15020
  var __defProp2 = Object.defineProperty;
@@ -15052,13 +15044,13 @@ var require_dist_cjs46 = __commonJS({
15052
15044
  mod
15053
15045
  ));
15054
15046
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
15055
- var src_exports = {};
15056
- __export2(src_exports, {
15047
+ var index_exports = {};
15048
+ __export2(index_exports, {
15057
15049
  fromSso: () => fromSso,
15058
15050
  fromStatic: () => fromStatic,
15059
15051
  nodeProvider: () => nodeProvider
15060
15052
  });
15061
- module2.exports = __toCommonJS2(src_exports);
15053
+ module2.exports = __toCommonJS2(index_exports);
15062
15054
  var EXPIRE_WINDOW_MS = 5 * 60 * 1e3;
15063
15055
  var REFRESH_MESSAGE = `To refresh this SSO session run 'aws sso login' with the corresponding profile.`;
15064
15056
  var getSsoOidcClient = /* @__PURE__ */ __name(async (ssoRegion, init = {}) => {
@@ -15208,9 +15200,9 @@ var require_dist_cjs46 = __commonJS({
15208
15200
  }
15209
15201
  });
15210
15202
 
15211
- // node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.758.0/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js
15203
+ // node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.775.0/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js
15212
15204
  var require_dist_cjs47 = __commonJS({
15213
- "node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.758.0/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js"(exports2, module2) {
15205
+ "node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.775.0/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js"(exports2, module2) {
15214
15206
  "use strict";
15215
15207
  var __defProp2 = Object.defineProperty;
15216
15208
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -15245,13 +15237,13 @@ var require_dist_cjs47 = __commonJS({
15245
15237
  import_client_sso = require_dist_cjs45();
15246
15238
  }
15247
15239
  });
15248
- var src_exports = {};
15249
- __export2(src_exports, {
15240
+ var index_exports = {};
15241
+ __export2(index_exports, {
15250
15242
  fromSSO: () => fromSSO,
15251
15243
  isSsoProfile: () => isSsoProfile,
15252
15244
  validateSsoProfile: () => validateSsoProfile
15253
15245
  });
15254
- module2.exports = __toCommonJS2(src_exports);
15246
+ module2.exports = __toCommonJS2(index_exports);
15255
15247
  var isSsoProfile = /* @__PURE__ */ __name((arg) => arg && (typeof arg.sso_start_url === "string" || typeof arg.sso_account_id === "string" || typeof arg.sso_session === "string" || typeof arg.sso_region === "string" || typeof arg.sso_role_name === "string"), "isSsoProfile");
15256
15248
  var import_client3 = (init_client(), __toCommonJS(client_exports));
15257
15249
  var import_token_providers = require_dist_cjs46();
@@ -15435,7 +15427,7 @@ Reference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.ht
15435
15427
  }
15436
15428
  });
15437
15429
 
15438
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js
15430
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js
15439
15431
  function createAwsAuthSigv4HttpAuthOption2(authParameters) {
15440
15432
  return {
15441
15433
  schemeId: "aws.auth#sigv4",
@@ -15458,7 +15450,7 @@ function createSmithyApiNoAuthHttpAuthOption2(authParameters) {
15458
15450
  }
15459
15451
  var import_util_middleware4, defaultSTSHttpAuthSchemeParametersProvider, defaultSTSHttpAuthSchemeProvider, resolveStsAuthConfig, resolveHttpAuthSchemeConfig2;
15460
15452
  var init_httpAuthSchemeProvider2 = __esm({
15461
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js"() {
15453
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js"() {
15462
15454
  init_dist_es2();
15463
15455
  import_util_middleware4 = __toESM(require_dist_cjs19());
15464
15456
  init_STSClient();
@@ -15483,32 +15475,28 @@ var init_httpAuthSchemeProvider2 = __esm({
15483
15475
  }
15484
15476
  return options;
15485
15477
  };
15486
- resolveStsAuthConfig = (input) => ({
15487
- ...input,
15478
+ resolveStsAuthConfig = (input) => Object.assign(input, {
15488
15479
  stsClientCtor: STSClient
15489
15480
  });
15490
15481
  resolveHttpAuthSchemeConfig2 = (config) => {
15491
15482
  const config_0 = resolveStsAuthConfig(config);
15492
15483
  const config_1 = resolveAwsSdkSigV4Config(config_0);
15493
- return {
15494
- ...config_1
15495
- };
15484
+ return Object.assign(config_1, {});
15496
15485
  };
15497
15486
  }
15498
15487
  });
15499
15488
 
15500
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js
15489
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js
15501
15490
  var resolveClientEndpointParameters2, commonParams2;
15502
15491
  var init_EndpointParameters2 = __esm({
15503
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js"() {
15492
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js"() {
15504
15493
  resolveClientEndpointParameters2 = (options) => {
15505
- return {
15506
- ...options,
15494
+ return Object.assign(options, {
15507
15495
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
15508
15496
  useFipsEndpoint: options.useFipsEndpoint ?? false,
15509
15497
  useGlobalEndpoint: options.useGlobalEndpoint ?? false,
15510
15498
  defaultSigningName: "sts"
15511
- };
15499
+ });
15512
15500
  };
15513
15501
  commonParams2 = {
15514
15502
  UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
@@ -15520,10 +15508,10 @@ var init_EndpointParameters2 = __esm({
15520
15508
  }
15521
15509
  });
15522
15510
 
15523
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js
15511
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js
15524
15512
  var F, G, H, I, J, a2, b2, c2, d2, e2, f2, g2, h2, i2, j2, k2, l2, m2, n2, o2, p2, q2, r2, s2, t2, u2, v2, w2, x2, y, z, A, B, C, D, E, _data2, ruleSet2;
15525
15513
  var init_ruleset2 = __esm({
15526
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js"() {
15514
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js"() {
15527
15515
  F = "required";
15528
15516
  G = "type";
15529
15517
  H = "fn";
@@ -15565,10 +15553,10 @@ var init_ruleset2 = __esm({
15565
15553
  }
15566
15554
  });
15567
15555
 
15568
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js
15556
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js
15569
15557
  var import_util_endpoints3, import_util_endpoints4, cache2, defaultEndpointResolver2;
15570
15558
  var init_endpointResolver2 = __esm({
15571
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js"() {
15559
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js"() {
15572
15560
  import_util_endpoints3 = __toESM(require_dist_cjs22());
15573
15561
  import_util_endpoints4 = __toESM(require_dist_cjs21());
15574
15562
  init_ruleset2();
@@ -15586,10 +15574,10 @@ var init_endpointResolver2 = __esm({
15586
15574
  }
15587
15575
  });
15588
15576
 
15589
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js
15577
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js
15590
15578
  var import_smithy_client14, import_url_parser2, import_util_base642, import_util_utf82, getRuntimeConfig3;
15591
15579
  var init_runtimeConfig_shared2 = __esm({
15592
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js"() {
15580
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js"() {
15593
15581
  init_dist_es2();
15594
15582
  init_dist_es();
15595
15583
  import_smithy_client14 = __toESM(require_dist_cjs17());
@@ -15629,10 +15617,10 @@ var init_runtimeConfig_shared2 = __esm({
15629
15617
  }
15630
15618
  });
15631
15619
 
15632
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js
15620
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js
15633
15621
  var import_util_user_agent_node2, import_config_resolver3, import_hash_node2, import_middleware_retry3, import_node_config_provider2, import_node_http_handler2, import_util_body_length_node2, import_util_retry2, import_smithy_client15, import_util_defaults_mode_node2, import_smithy_client16, getRuntimeConfig4;
15634
15622
  var init_runtimeConfig2 = __esm({
15635
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js"() {
15623
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js"() {
15636
15624
  init_package();
15637
15625
  init_dist_es2();
15638
15626
  import_util_user_agent_node2 = __toESM(require_dist_cjs40());
@@ -15691,10 +15679,10 @@ var init_runtimeConfig2 = __esm({
15691
15679
  }
15692
15680
  });
15693
15681
 
15694
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js
15682
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js
15695
15683
  var getHttpAuthExtensionConfiguration2, resolveHttpAuthRuntimeConfig2;
15696
15684
  var init_httpAuthExtensionConfiguration2 = __esm({
15697
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js"() {
15685
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js"() {
15698
15686
  getHttpAuthExtensionConfiguration2 = (runtimeConfig) => {
15699
15687
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
15700
15688
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -15735,38 +15723,26 @@ var init_httpAuthExtensionConfiguration2 = __esm({
15735
15723
  }
15736
15724
  });
15737
15725
 
15738
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js
15739
- var import_region_config_resolver2, import_protocol_http9, import_smithy_client17, asPartial2, resolveRuntimeExtensions2;
15726
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js
15727
+ var import_region_config_resolver2, import_protocol_http9, import_smithy_client17, resolveRuntimeExtensions2;
15740
15728
  var init_runtimeExtensions2 = __esm({
15741
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js"() {
15729
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js"() {
15742
15730
  import_region_config_resolver2 = __toESM(require_dist_cjs44());
15743
15731
  import_protocol_http9 = __toESM(require_dist_cjs2());
15744
15732
  import_smithy_client17 = __toESM(require_dist_cjs17());
15745
15733
  init_httpAuthExtensionConfiguration2();
15746
- asPartial2 = (t3) => t3;
15747
15734
  resolveRuntimeExtensions2 = (runtimeConfig, extensions) => {
15748
- const extensionConfiguration = {
15749
- ...asPartial2((0, import_region_config_resolver2.getAwsRegionExtensionConfiguration)(runtimeConfig)),
15750
- ...asPartial2((0, import_smithy_client17.getDefaultExtensionConfiguration)(runtimeConfig)),
15751
- ...asPartial2((0, import_protocol_http9.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
15752
- ...asPartial2(getHttpAuthExtensionConfiguration2(runtimeConfig))
15753
- };
15735
+ const extensionConfiguration = Object.assign((0, import_region_config_resolver2.getAwsRegionExtensionConfiguration)(runtimeConfig), (0, import_smithy_client17.getDefaultExtensionConfiguration)(runtimeConfig), (0, import_protocol_http9.getHttpHandlerExtensionConfiguration)(runtimeConfig), getHttpAuthExtensionConfiguration2(runtimeConfig));
15754
15736
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
15755
- return {
15756
- ...runtimeConfig,
15757
- ...(0, import_region_config_resolver2.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
15758
- ...(0, import_smithy_client17.resolveDefaultRuntimeConfig)(extensionConfiguration),
15759
- ...(0, import_protocol_http9.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
15760
- ...resolveHttpAuthRuntimeConfig2(extensionConfiguration)
15761
- };
15737
+ return Object.assign(runtimeConfig, (0, import_region_config_resolver2.resolveAwsRegionExtensionConfiguration)(extensionConfiguration), (0, import_smithy_client17.resolveDefaultRuntimeConfig)(extensionConfiguration), (0, import_protocol_http9.resolveHttpHandlerRuntimeConfig)(extensionConfiguration), resolveHttpAuthRuntimeConfig2(extensionConfiguration));
15762
15738
  };
15763
15739
  }
15764
15740
  });
15765
15741
 
15766
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js
15742
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js
15767
15743
  var import_middleware_host_header2, import_middleware_logger2, import_middleware_recursion_detection2, import_middleware_user_agent2, import_config_resolver4, import_middleware_content_length2, import_middleware_endpoint3, import_middleware_retry4, import_smithy_client18, STSClient;
15768
15744
  var init_STSClient = __esm({
15769
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js"() {
15745
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js"() {
15770
15746
  import_middleware_host_header2 = __toESM(require_dist_cjs3());
15771
15747
  import_middleware_logger2 = __toESM(require_dist_cjs4());
15772
15748
  import_middleware_recursion_detection2 = __toESM(require_dist_cjs5());
@@ -15785,6 +15761,8 @@ var init_STSClient = __esm({
15785
15761
  config;
15786
15762
  constructor(...[configuration]) {
15787
15763
  const _config_0 = getRuntimeConfig4(configuration || {});
15764
+ super(_config_0);
15765
+ this.initConfig = _config_0;
15788
15766
  const _config_1 = resolveClientEndpointParameters2(_config_0);
15789
15767
  const _config_2 = (0, import_middleware_user_agent2.resolveUserAgentConfig)(_config_1);
15790
15768
  const _config_3 = (0, import_middleware_retry4.resolveRetryConfig)(_config_2);
@@ -15793,7 +15771,6 @@ var init_STSClient = __esm({
15793
15771
  const _config_6 = (0, import_middleware_endpoint3.resolveEndpointConfig)(_config_5);
15794
15772
  const _config_7 = resolveHttpAuthSchemeConfig2(_config_6);
15795
15773
  const _config_8 = resolveRuntimeExtensions2(_config_7, configuration?.extensions || []);
15796
- super(_config_8);
15797
15774
  this.config = _config_8;
15798
15775
  this.middlewareStack.use((0, import_middleware_user_agent2.getUserAgentPlugin)(this.config));
15799
15776
  this.middlewareStack.use((0, import_middleware_retry4.getRetryPlugin)(this.config));
@@ -15816,10 +15793,10 @@ var init_STSClient = __esm({
15816
15793
  }
15817
15794
  });
15818
15795
 
15819
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js
15796
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js
15820
15797
  var import_smithy_client19, STSServiceException;
15821
15798
  var init_STSServiceException = __esm({
15822
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js"() {
15799
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js"() {
15823
15800
  import_smithy_client19 = __toESM(require_dist_cjs17());
15824
15801
  STSServiceException = class _STSServiceException extends import_smithy_client19.ServiceException {
15825
15802
  constructor(options) {
@@ -15830,10 +15807,10 @@ var init_STSServiceException = __esm({
15830
15807
  }
15831
15808
  });
15832
15809
 
15833
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js
15810
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js
15834
15811
  var import_smithy_client20, CredentialsFilterSensitiveLog, AssumeRoleResponseFilterSensitiveLog, ExpiredTokenException2, MalformedPolicyDocumentException, PackedPolicyTooLargeException, RegionDisabledException, IDPRejectedClaimException, InvalidIdentityTokenException, AssumeRoleWithWebIdentityRequestFilterSensitiveLog, AssumeRoleWithWebIdentityResponseFilterSensitiveLog, IDPCommunicationErrorException;
15835
15812
  var init_models_02 = __esm({
15836
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js"() {
15813
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js"() {
15837
15814
  import_smithy_client20 = __toESM(require_dist_cjs17());
15838
15815
  init_STSServiceException();
15839
15816
  CredentialsFilterSensitiveLog = (obj) => ({
@@ -15939,10 +15916,10 @@ var init_models_02 = __esm({
15939
15916
  }
15940
15917
  });
15941
15918
 
15942
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js
15919
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js
15943
15920
  var import_protocol_http10, import_smithy_client21, se_AssumeRoleCommand, se_AssumeRoleWithWebIdentityCommand, de_AssumeRoleCommand, de_AssumeRoleWithWebIdentityCommand, de_CommandError2, de_ExpiredTokenExceptionRes2, de_IDPCommunicationErrorExceptionRes, de_IDPRejectedClaimExceptionRes, de_InvalidIdentityTokenExceptionRes, de_MalformedPolicyDocumentExceptionRes, de_PackedPolicyTooLargeExceptionRes, de_RegionDisabledExceptionRes, se_AssumeRoleRequest, se_AssumeRoleWithWebIdentityRequest, se_policyDescriptorListType, se_PolicyDescriptorType, se_ProvidedContext, se_ProvidedContextsListType, se_Tag, se_tagKeyListType, se_tagListType, de_AssumedRoleUser, de_AssumeRoleResponse, de_AssumeRoleWithWebIdentityResponse, de_Credentials, de_ExpiredTokenException, de_IDPCommunicationErrorException, de_IDPRejectedClaimException, de_InvalidIdentityTokenException, de_MalformedPolicyDocumentException, de_PackedPolicyTooLargeException, de_RegionDisabledException, deserializeMetadata2, throwDefaultError2, buildHttpRpcRequest, SHARED_HEADERS, _, _A, _AKI, _AR, _ARI, _ARU, _ARWWI, _Ar, _Au, _C, _CA, _DS, _E, _EI, _K, _P, _PA, _PAr, _PC, _PI, _PPS, _Pr, _RA, _RSN, _SAK, _SFWIT, _SI, _SN, _ST, _T, _TC, _TTK, _V, _Va, _WIT, _a, _m, buildFormUrlencodedString, loadQueryErrorCode;
15944
15921
  var init_Aws_query = __esm({
15945
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js"() {
15922
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js"() {
15946
15923
  init_dist_es2();
15947
15924
  import_protocol_http10 = __toESM(require_dist_cjs2());
15948
15925
  import_smithy_client21 = __toESM(require_dist_cjs17());
@@ -16471,10 +16448,10 @@ var init_Aws_query = __esm({
16471
16448
  }
16472
16449
  });
16473
16450
 
16474
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js
16451
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js
16475
16452
  var import_middleware_endpoint4, import_middleware_serde3, import_smithy_client22, AssumeRoleCommand;
16476
16453
  var init_AssumeRoleCommand = __esm({
16477
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js"() {
16454
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js"() {
16478
16455
  import_middleware_endpoint4 = __toESM(require_dist_cjs33());
16479
16456
  import_middleware_serde3 = __toESM(require_dist_cjs20());
16480
16457
  import_smithy_client22 = __toESM(require_dist_cjs17());
@@ -16491,10 +16468,10 @@ var init_AssumeRoleCommand = __esm({
16491
16468
  }
16492
16469
  });
16493
16470
 
16494
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js
16471
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js
16495
16472
  var import_middleware_endpoint5, import_middleware_serde4, import_smithy_client23, AssumeRoleWithWebIdentityCommand;
16496
16473
  var init_AssumeRoleWithWebIdentityCommand = __esm({
16497
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js"() {
16474
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js"() {
16498
16475
  import_middleware_endpoint5 = __toESM(require_dist_cjs33());
16499
16476
  import_middleware_serde4 = __toESM(require_dist_cjs20());
16500
16477
  import_smithy_client23 = __toESM(require_dist_cjs17());
@@ -16511,10 +16488,10 @@ var init_AssumeRoleWithWebIdentityCommand = __esm({
16511
16488
  }
16512
16489
  });
16513
16490
 
16514
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js
16491
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js
16515
16492
  var import_smithy_client24, commands2, STS;
16516
16493
  var init_STS = __esm({
16517
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js"() {
16494
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js"() {
16518
16495
  import_smithy_client24 = __toESM(require_dist_cjs17());
16519
16496
  init_AssumeRoleCommand();
16520
16497
  init_AssumeRoleWithWebIdentityCommand();
@@ -16529,25 +16506,25 @@ var init_STS = __esm({
16529
16506
  }
16530
16507
  });
16531
16508
 
16532
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js
16509
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js
16533
16510
  var init_commands2 = __esm({
16534
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js"() {
16511
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js"() {
16535
16512
  init_AssumeRoleCommand();
16536
16513
  init_AssumeRoleWithWebIdentityCommand();
16537
16514
  }
16538
16515
  });
16539
16516
 
16540
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js
16517
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js
16541
16518
  var init_models2 = __esm({
16542
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js"() {
16519
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js"() {
16543
16520
  init_models_02();
16544
16521
  }
16545
16522
  });
16546
16523
 
16547
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js
16524
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js
16548
16525
  var ASSUME_ROLE_DEFAULT_REGION, getAccountIdFromAssumedRoleUser, resolveRegion, getDefaultRoleAssumer, getDefaultRoleAssumerWithWebIdentity, isH2;
16549
16526
  var init_defaultStsRoleAssumers = __esm({
16550
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js"() {
16527
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js"() {
16551
16528
  init_client();
16552
16529
  init_AssumeRoleCommand();
16553
16530
  init_AssumeRoleWithWebIdentityCommand();
@@ -16641,10 +16618,10 @@ var init_defaultStsRoleAssumers = __esm({
16641
16618
  }
16642
16619
  });
16643
16620
 
16644
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js
16621
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js
16645
16622
  var getCustomizableStsClientCtor, getDefaultRoleAssumer2, getDefaultRoleAssumerWithWebIdentity2, decorateDefaultCredentialProvider;
16646
16623
  var init_defaultRoleAssumers = __esm({
16647
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js"() {
16624
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js"() {
16648
16625
  init_defaultStsRoleAssumers();
16649
16626
  init_STSClient();
16650
16627
  getCustomizableStsClientCtor = (baseCtor, customizations) => {
@@ -16670,7 +16647,7 @@ var init_defaultRoleAssumers = __esm({
16670
16647
  }
16671
16648
  });
16672
16649
 
16673
- // node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js
16650
+ // node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js
16674
16651
  var sts_exports = {};
16675
16652
  __export(sts_exports, {
16676
16653
  AssumeRoleCommand: () => AssumeRoleCommand,
@@ -16695,7 +16672,7 @@ __export(sts_exports, {
16695
16672
  getDefaultRoleAssumerWithWebIdentity: () => getDefaultRoleAssumerWithWebIdentity2
16696
16673
  });
16697
16674
  var init_sts = __esm({
16698
- "node_modules/.pnpm/@aws-sdk+nested-clients@3.758.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js"() {
16675
+ "node_modules/.pnpm/@aws-sdk+nested-clients@3.775.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js"() {
16699
16676
  init_STSClient();
16700
16677
  init_STS();
16701
16678
  init_commands2();
@@ -16705,9 +16682,9 @@ var init_sts = __esm({
16705
16682
  }
16706
16683
  });
16707
16684
 
16708
- // node_modules/.pnpm/@aws-sdk+credential-provider-process@3.758.0/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js
16685
+ // node_modules/.pnpm/@aws-sdk+credential-provider-process@3.775.0/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js
16709
16686
  var require_dist_cjs48 = __commonJS({
16710
- "node_modules/.pnpm/@aws-sdk+credential-provider-process@3.758.0/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js"(exports2, module2) {
16687
+ "node_modules/.pnpm/@aws-sdk+credential-provider-process@3.775.0/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js"(exports2, module2) {
16711
16688
  "use strict";
16712
16689
  var __defProp2 = Object.defineProperty;
16713
16690
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -16727,11 +16704,11 @@ var require_dist_cjs48 = __commonJS({
16727
16704
  return to;
16728
16705
  };
16729
16706
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
16730
- var src_exports = {};
16731
- __export2(src_exports, {
16707
+ var index_exports = {};
16708
+ __export2(index_exports, {
16732
16709
  fromProcess: () => fromProcess
16733
16710
  });
16734
- module2.exports = __toCommonJS2(src_exports);
16711
+ module2.exports = __toCommonJS2(index_exports);
16735
16712
  var import_shared_ini_file_loader = require_dist_cjs29();
16736
16713
  var import_property_provider2 = require_dist_cjs23();
16737
16714
  var import_child_process = require("child_process");
@@ -16807,9 +16784,9 @@ var require_dist_cjs48 = __commonJS({
16807
16784
  }
16808
16785
  });
16809
16786
 
16810
- // node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.758.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js
16787
+ // node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.775.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js
16811
16788
  var require_fromWebToken = __commonJS({
16812
- "node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.758.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js"(exports2) {
16789
+ "node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.775.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js"(exports2) {
16813
16790
  "use strict";
16814
16791
  var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o3, m3, k3, k22) {
16815
16792
  if (k22 === void 0) k22 = k3;
@@ -16869,9 +16846,9 @@ var require_fromWebToken = __commonJS({
16869
16846
  }
16870
16847
  });
16871
16848
 
16872
- // node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.758.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js
16849
+ // node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.775.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js
16873
16850
  var require_fromTokenFile = __commonJS({
16874
- "node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.758.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js"(exports2) {
16851
+ "node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.775.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js"(exports2) {
16875
16852
  "use strict";
16876
16853
  Object.defineProperty(exports2, "__esModule", { value: true });
16877
16854
  exports2.fromTokenFile = void 0;
@@ -16907,9 +16884,9 @@ var require_fromTokenFile = __commonJS({
16907
16884
  }
16908
16885
  });
16909
16886
 
16910
- // node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.758.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js
16887
+ // node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.775.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js
16911
16888
  var require_dist_cjs49 = __commonJS({
16912
- "node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.758.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js"(exports2, module2) {
16889
+ "node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.775.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js"(exports2, module2) {
16913
16890
  "use strict";
16914
16891
  var __defProp2 = Object.defineProperty;
16915
16892
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -16925,16 +16902,16 @@ var require_dist_cjs49 = __commonJS({
16925
16902
  };
16926
16903
  var __reExport = (target, mod, secondTarget) => (__copyProps2(target, mod, "default"), secondTarget && __copyProps2(secondTarget, mod, "default"));
16927
16904
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
16928
- var src_exports = {};
16929
- module2.exports = __toCommonJS2(src_exports);
16930
- __reExport(src_exports, require_fromTokenFile(), module2.exports);
16931
- __reExport(src_exports, require_fromWebToken(), module2.exports);
16905
+ var index_exports = {};
16906
+ module2.exports = __toCommonJS2(index_exports);
16907
+ __reExport(index_exports, require_fromTokenFile(), module2.exports);
16908
+ __reExport(index_exports, require_fromWebToken(), module2.exports);
16932
16909
  }
16933
16910
  });
16934
16911
 
16935
- // node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.758.0/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js
16912
+ // node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.775.0/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js
16936
16913
  var require_dist_cjs50 = __commonJS({
16937
- "node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.758.0/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js"(exports2, module2) {
16914
+ "node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.775.0/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js"(exports2, module2) {
16938
16915
  "use strict";
16939
16916
  var __create2 = Object.create;
16940
16917
  var __defProp2 = Object.defineProperty;
@@ -16964,32 +16941,32 @@ var require_dist_cjs50 = __commonJS({
16964
16941
  mod
16965
16942
  ));
16966
16943
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
16967
- var src_exports = {};
16968
- __export2(src_exports, {
16944
+ var index_exports = {};
16945
+ __export2(index_exports, {
16969
16946
  fromIni: () => fromIni
16970
16947
  });
16971
- module2.exports = __toCommonJS2(src_exports);
16948
+ module2.exports = __toCommonJS2(index_exports);
16972
16949
  var import_shared_ini_file_loader = require_dist_cjs29();
16973
16950
  var import_client3 = (init_client(), __toCommonJS(client_exports));
16974
16951
  var import_property_provider2 = require_dist_cjs23();
16975
16952
  var resolveCredentialSource = /* @__PURE__ */ __name((credentialSource, profileName, logger) => {
16976
16953
  const sourceProvidersMap = {
16977
- EcsContainer: async (options) => {
16954
+ EcsContainer: /* @__PURE__ */ __name(async (options) => {
16978
16955
  const { fromHttp } = await Promise.resolve().then(() => __toESM2(require_dist_cjs39()));
16979
16956
  const { fromContainerMetadata } = await Promise.resolve().then(() => __toESM2(require_dist_cjs38()));
16980
16957
  logger?.debug("@aws-sdk/credential-provider-ini - credential_source is EcsContainer");
16981
16958
  return async () => (0, import_property_provider2.chain)(fromHttp(options ?? {}), fromContainerMetadata(options))().then(setNamedProvider);
16982
- },
16983
- Ec2InstanceMetadata: async (options) => {
16959
+ }, "EcsContainer"),
16960
+ Ec2InstanceMetadata: /* @__PURE__ */ __name(async (options) => {
16984
16961
  logger?.debug("@aws-sdk/credential-provider-ini - credential_source is Ec2InstanceMetadata");
16985
16962
  const { fromInstanceMetadata } = await Promise.resolve().then(() => __toESM2(require_dist_cjs38()));
16986
16963
  return async () => fromInstanceMetadata(options)().then(setNamedProvider);
16987
- },
16988
- Environment: async (options) => {
16964
+ }, "Ec2InstanceMetadata"),
16965
+ Environment: /* @__PURE__ */ __name(async (options) => {
16989
16966
  logger?.debug("@aws-sdk/credential-provider-ini - credential_source is Environment");
16990
16967
  const { fromEnv } = await Promise.resolve().then(() => __toESM2(require_dist_cjs37()));
16991
16968
  return async () => fromEnv(options)().then(setNamedProvider);
16992
- }
16969
+ }, "Environment")
16993
16970
  };
16994
16971
  if (credentialSource in sourceProvidersMap) {
16995
16972
  return sourceProvidersMap[credentialSource];
@@ -17176,9 +17153,9 @@ var require_dist_cjs50 = __commonJS({
17176
17153
  }
17177
17154
  });
17178
17155
 
17179
- // node_modules/.pnpm/@aws-sdk+credential-provider-node@3.758.0/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js
17156
+ // node_modules/.pnpm/@aws-sdk+credential-provider-node@3.775.0/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js
17180
17157
  var require_dist_cjs51 = __commonJS({
17181
- "node_modules/.pnpm/@aws-sdk+credential-provider-node@3.758.0/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js"(exports2, module2) {
17158
+ "node_modules/.pnpm/@aws-sdk+credential-provider-node@3.775.0/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js"(exports2, module2) {
17182
17159
  "use strict";
17183
17160
  var __create2 = Object.create;
17184
17161
  var __defProp2 = Object.defineProperty;
@@ -17208,13 +17185,13 @@ var require_dist_cjs51 = __commonJS({
17208
17185
  mod
17209
17186
  ));
17210
17187
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
17211
- var src_exports = {};
17212
- __export2(src_exports, {
17188
+ var index_exports = {};
17189
+ __export2(index_exports, {
17213
17190
  credentialsTreatedAsExpired: () => credentialsTreatedAsExpired,
17214
17191
  credentialsWillNeedRefresh: () => credentialsWillNeedRefresh,
17215
17192
  defaultProvider: () => defaultProvider
17216
17193
  });
17217
- module2.exports = __toCommonJS2(src_exports);
17194
+ module2.exports = __toCommonJS2(index_exports);
17218
17195
  var import_credential_provider_env = require_dist_cjs37();
17219
17196
  var import_shared_ini_file_loader = require_dist_cjs29();
17220
17197
  var import_property_provider2 = require_dist_cjs23();
@@ -17312,9 +17289,9 @@ var require_dist_cjs51 = __commonJS({
17312
17289
  }
17313
17290
  });
17314
17291
 
17315
- // node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/ruleset.js
17292
+ // node_modules/.pnpm/@aws-sdk+client-sqs@3.775.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/ruleset.js
17316
17293
  var require_ruleset2 = __commonJS({
17317
- "node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/ruleset.js"(exports2) {
17294
+ "node_modules/.pnpm/@aws-sdk+client-sqs@3.775.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/ruleset.js"(exports2) {
17318
17295
  "use strict";
17319
17296
  Object.defineProperty(exports2, "__esModule", { value: true });
17320
17297
  exports2.ruleSet = void 0;
@@ -17347,9 +17324,9 @@ var require_ruleset2 = __commonJS({
17347
17324
  }
17348
17325
  });
17349
17326
 
17350
- // node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/endpointResolver.js
17327
+ // node_modules/.pnpm/@aws-sdk+client-sqs@3.775.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/endpointResolver.js
17351
17328
  var require_endpointResolver2 = __commonJS({
17352
- "node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/endpointResolver.js"(exports2) {
17329
+ "node_modules/.pnpm/@aws-sdk+client-sqs@3.775.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/endpointResolver.js"(exports2) {
17353
17330
  "use strict";
17354
17331
  Object.defineProperty(exports2, "__esModule", { value: true });
17355
17332
  exports2.defaultEndpointResolver = void 0;
@@ -17371,9 +17348,9 @@ var require_endpointResolver2 = __commonJS({
17371
17348
  }
17372
17349
  });
17373
17350
 
17374
- // node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js
17351
+ // node_modules/.pnpm/@aws-sdk+client-sqs@3.775.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js
17375
17352
  var require_runtimeConfig_shared2 = __commonJS({
17376
- "node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js"(exports2) {
17353
+ "node_modules/.pnpm/@aws-sdk+client-sqs@3.775.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js"(exports2) {
17377
17354
  "use strict";
17378
17355
  Object.defineProperty(exports2, "__esModule", { value: true });
17379
17356
  exports2.getRuntimeConfig = void 0;
@@ -17411,9 +17388,9 @@ var require_runtimeConfig_shared2 = __commonJS({
17411
17388
  }
17412
17389
  });
17413
17390
 
17414
- // node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.js
17391
+ // node_modules/.pnpm/@aws-sdk+client-sqs@3.775.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.js
17415
17392
  var require_runtimeConfig2 = __commonJS({
17416
- "node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.js"(exports2) {
17393
+ "node_modules/.pnpm/@aws-sdk+client-sqs@3.775.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.js"(exports2) {
17417
17394
  "use strict";
17418
17395
  Object.defineProperty(exports2, "__esModule", { value: true });
17419
17396
  exports2.getRuntimeConfig = void 0;
@@ -17467,9 +17444,9 @@ var require_runtimeConfig2 = __commonJS({
17467
17444
  }
17468
17445
  });
17469
17446
 
17470
- // node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js
17447
+ // node_modules/.pnpm/@aws-sdk+client-sqs@3.775.0/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js
17471
17448
  var require_dist_cjs52 = __commonJS({
17472
- "node_modules/.pnpm/@aws-sdk+client-sqs@3.758.0/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js"(exports2, module2) {
17449
+ "node_modules/.pnpm/@aws-sdk+client-sqs@3.775.0/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js"(exports2, module2) {
17473
17450
  "use strict";
17474
17451
  var __defProp2 = Object.defineProperty;
17475
17452
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -17489,8 +17466,8 @@ var require_dist_cjs52 = __commonJS({
17489
17466
  return to;
17490
17467
  };
17491
17468
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
17492
- var src_exports = {};
17493
- __export2(src_exports, {
17469
+ var index_exports = {};
17470
+ __export2(index_exports, {
17494
17471
  AddPermissionCommand: () => AddPermissionCommand,
17495
17472
  BatchEntryIdsNotDistinct: () => BatchEntryIdsNotDistinct,
17496
17473
  BatchRequestTooLong: () => BatchRequestTooLong,
@@ -17552,7 +17529,7 @@ var require_dist_cjs52 = __commonJS({
17552
17529
  paginateListDeadLetterSourceQueues: () => paginateListDeadLetterSourceQueues,
17553
17530
  paginateListQueues: () => paginateListQueues
17554
17531
  });
17555
- module2.exports = __toCommonJS2(src_exports);
17532
+ module2.exports = __toCommonJS2(index_exports);
17556
17533
  var import_middleware_host_header3 = require_dist_cjs3();
17557
17534
  var import_middleware_logger3 = require_dist_cjs4();
17558
17535
  var import_middleware_recursion_detection3 = require_dist_cjs5();
@@ -17565,12 +17542,11 @@ var require_dist_cjs52 = __commonJS({
17565
17542
  var import_middleware_retry5 = require_dist_cjs36();
17566
17543
  var import_httpAuthSchemeProvider5 = require_httpAuthSchemeProvider();
17567
17544
  var resolveClientEndpointParameters3 = /* @__PURE__ */ __name((options) => {
17568
- return {
17569
- ...options,
17545
+ return Object.assign(options, {
17570
17546
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
17571
17547
  useFipsEndpoint: options.useFipsEndpoint ?? false,
17572
17548
  defaultSigningName: "sqs"
17573
- };
17549
+ });
17574
17550
  }, "resolveClientEndpointParameters");
17575
17551
  var commonParams3 = {
17576
17552
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -17619,22 +17595,21 @@ var require_dist_cjs52 = __commonJS({
17619
17595
  credentials: config.credentials()
17620
17596
  };
17621
17597
  }, "resolveHttpAuthRuntimeConfig");
17622
- var asPartial3 = /* @__PURE__ */ __name((t3) => t3, "asPartial");
17623
17598
  var resolveRuntimeExtensions3 = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
17624
- const extensionConfiguration = {
17625
- ...asPartial3((0, import_region_config_resolver3.getAwsRegionExtensionConfiguration)(runtimeConfig)),
17626
- ...asPartial3((0, import_smithy_client25.getDefaultExtensionConfiguration)(runtimeConfig)),
17627
- ...asPartial3((0, import_protocol_http11.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
17628
- ...asPartial3(getHttpAuthExtensionConfiguration3(runtimeConfig))
17629
- };
17599
+ const extensionConfiguration = Object.assign(
17600
+ (0, import_region_config_resolver3.getAwsRegionExtensionConfiguration)(runtimeConfig),
17601
+ (0, import_smithy_client25.getDefaultExtensionConfiguration)(runtimeConfig),
17602
+ (0, import_protocol_http11.getHttpHandlerExtensionConfiguration)(runtimeConfig),
17603
+ getHttpAuthExtensionConfiguration3(runtimeConfig)
17604
+ );
17630
17605
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
17631
- return {
17632
- ...runtimeConfig,
17633
- ...(0, import_region_config_resolver3.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
17634
- ...(0, import_smithy_client25.resolveDefaultRuntimeConfig)(extensionConfiguration),
17635
- ...(0, import_protocol_http11.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
17636
- ...resolveHttpAuthRuntimeConfig3(extensionConfiguration)
17637
- };
17606
+ return Object.assign(
17607
+ runtimeConfig,
17608
+ (0, import_region_config_resolver3.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
17609
+ (0, import_smithy_client25.resolveDefaultRuntimeConfig)(extensionConfiguration),
17610
+ (0, import_protocol_http11.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
17611
+ resolveHttpAuthRuntimeConfig3(extensionConfiguration)
17612
+ );
17638
17613
  }, "resolveRuntimeExtensions");
17639
17614
  var SQSClient2 = class extends import_smithy_client25.Client {
17640
17615
  static {
@@ -17646,6 +17621,8 @@ var require_dist_cjs52 = __commonJS({
17646
17621
  config;
17647
17622
  constructor(...[configuration]) {
17648
17623
  const _config_0 = (0, import_runtimeConfig5.getRuntimeConfig)(configuration || {});
17624
+ super(_config_0);
17625
+ this.initConfig = _config_0;
17649
17626
  const _config_1 = resolveClientEndpointParameters3(_config_0);
17650
17627
  const _config_2 = (0, import_middleware_user_agent3.resolveUserAgentConfig)(_config_1);
17651
17628
  const _config_3 = (0, import_middleware_retry5.resolveRetryConfig)(_config_2);
@@ -17655,7 +17632,6 @@ var require_dist_cjs52 = __commonJS({
17655
17632
  const _config_7 = (0, import_middleware_sdk_sqs.resolveQueueUrlConfig)(_config_6);
17656
17633
  const _config_8 = (0, import_httpAuthSchemeProvider5.resolveHttpAuthSchemeConfig)(_config_7);
17657
17634
  const _config_9 = resolveRuntimeExtensions3(_config_8, configuration?.extensions || []);
17658
- super(_config_9);
17659
17635
  this.config = _config_9;
17660
17636
  this.middlewareStack.use((0, import_middleware_user_agent3.getUserAgentPlugin)(this.config));
17661
17637
  this.middlewareStack.use((0, import_middleware_retry5.getRetryPlugin)(this.config));
@@ -17667,9 +17643,9 @@ var require_dist_cjs52 = __commonJS({
17667
17643
  this.middlewareStack.use(
17668
17644
  (0, import_core17.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
17669
17645
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider5.defaultSQSHttpAuthSchemeParametersProvider,
17670
- identityProviderConfigProvider: async (config) => new import_core17.DefaultIdentityProviderConfig({
17646
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core17.DefaultIdentityProviderConfig({
17671
17647
  "aws.auth#sigv4": config.credentials
17672
- })
17648
+ }), "identityProviderConfigProvider")
17673
17649
  })
17674
17650
  );
17675
17651
  this.middlewareStack.use((0, import_core17.getHttpSigningPlugin)(this.config));
@@ -19010,8 +18986,8 @@ var require_dist_cjs52 = __commonJS({
19010
18986
  }, "se_ActionNameList");
19011
18987
  var se_AddPermissionRequest = /* @__PURE__ */ __name((input, context) => {
19012
18988
  return (0, import_smithy_client25.take)(input, {
19013
- AWSAccountIds: (_2) => se_AWSAccountIdList(_2, context),
19014
- Actions: (_2) => se_ActionNameList(_2, context),
18989
+ AWSAccountIds: /* @__PURE__ */ __name((_2) => se_AWSAccountIdList(_2, context), "AWSAccountIds"),
18990
+ Actions: /* @__PURE__ */ __name((_2) => se_ActionNameList(_2, context), "Actions"),
19015
18991
  Label: import_core22._toStr,
19016
18992
  QueueUrl: import_core22._toStr
19017
18993
  });
@@ -19038,7 +19014,7 @@ var require_dist_cjs52 = __commonJS({
19038
19014
  }, "se_CancelMessageMoveTaskRequest");
19039
19015
  var se_ChangeMessageVisibilityBatchRequest = /* @__PURE__ */ __name((input, context) => {
19040
19016
  return (0, import_smithy_client25.take)(input, {
19041
- Entries: (_2) => se_ChangeMessageVisibilityBatchRequestEntryList(_2, context),
19017
+ Entries: /* @__PURE__ */ __name((_2) => se_ChangeMessageVisibilityBatchRequestEntryList(_2, context), "Entries"),
19042
19018
  QueueUrl: import_core22._toStr
19043
19019
  });
19044
19020
  }, "se_ChangeMessageVisibilityBatchRequest");
@@ -19063,14 +19039,14 @@ var require_dist_cjs52 = __commonJS({
19063
19039
  }, "se_ChangeMessageVisibilityRequest");
19064
19040
  var se_CreateQueueRequest = /* @__PURE__ */ __name((input, context) => {
19065
19041
  return (0, import_smithy_client25.take)(input, {
19066
- Attributes: (_2) => se_QueueAttributeMap(_2, context),
19042
+ Attributes: /* @__PURE__ */ __name((_2) => se_QueueAttributeMap(_2, context), "Attributes"),
19067
19043
  QueueName: import_core22._toStr,
19068
- tags: (_2) => se_TagMap(_2, context)
19044
+ tags: /* @__PURE__ */ __name((_2) => se_TagMap(_2, context), "tags")
19069
19045
  });
19070
19046
  }, "se_CreateQueueRequest");
19071
19047
  var se_DeleteMessageBatchRequest = /* @__PURE__ */ __name((input, context) => {
19072
19048
  return (0, import_smithy_client25.take)(input, {
19073
- Entries: (_2) => se_DeleteMessageBatchRequestEntryList(_2, context),
19049
+ Entries: /* @__PURE__ */ __name((_2) => se_DeleteMessageBatchRequestEntryList(_2, context), "Entries"),
19074
19050
  QueueUrl: import_core22._toStr
19075
19051
  });
19076
19052
  }, "se_DeleteMessageBatchRequest");
@@ -19098,7 +19074,7 @@ var require_dist_cjs52 = __commonJS({
19098
19074
  }, "se_DeleteQueueRequest");
19099
19075
  var se_GetQueueAttributesRequest = /* @__PURE__ */ __name((input, context) => {
19100
19076
  return (0, import_smithy_client25.take)(input, {
19101
- AttributeNames: (_2) => se_AttributeNameList(_2, context),
19077
+ AttributeNames: /* @__PURE__ */ __name((_2) => se_AttributeNameList(_2, context), "AttributeNames"),
19102
19078
  QueueUrl: import_core22._toStr
19103
19079
  });
19104
19080
  }, "se_GetQueueAttributesRequest");
@@ -19140,10 +19116,10 @@ var require_dist_cjs52 = __commonJS({
19140
19116
  }, "se_MessageAttributeNameList");
19141
19117
  var se_MessageAttributeValue = /* @__PURE__ */ __name((input, context) => {
19142
19118
  return (0, import_smithy_client25.take)(input, {
19143
- BinaryListValues: (_2) => se_BinaryList(_2, context),
19119
+ BinaryListValues: /* @__PURE__ */ __name((_2) => se_BinaryList(_2, context), "BinaryListValues"),
19144
19120
  BinaryValue: context.base64Encoder,
19145
19121
  DataType: import_core22._toStr,
19146
- StringListValues: (_2) => se_StringList(_2, context),
19122
+ StringListValues: /* @__PURE__ */ __name((_2) => se_StringList(_2, context), "StringListValues"),
19147
19123
  StringValue: import_core22._toStr
19148
19124
  });
19149
19125
  }, "se_MessageAttributeValue");
@@ -19175,10 +19151,10 @@ var require_dist_cjs52 = __commonJS({
19175
19151
  }, "se_MessageSystemAttributeList");
19176
19152
  var se_MessageSystemAttributeValue = /* @__PURE__ */ __name((input, context) => {
19177
19153
  return (0, import_smithy_client25.take)(input, {
19178
- BinaryListValues: (_2) => se_BinaryList(_2, context),
19154
+ BinaryListValues: /* @__PURE__ */ __name((_2) => se_BinaryList(_2, context), "BinaryListValues"),
19179
19155
  BinaryValue: context.base64Encoder,
19180
19156
  DataType: import_core22._toStr,
19181
- StringListValues: (_2) => se_StringList(_2, context),
19157
+ StringListValues: /* @__PURE__ */ __name((_2) => se_StringList(_2, context), "StringListValues"),
19182
19158
  StringValue: import_core22._toStr
19183
19159
  });
19184
19160
  }, "se_MessageSystemAttributeValue");
@@ -19198,10 +19174,10 @@ var require_dist_cjs52 = __commonJS({
19198
19174
  }, "se_QueueAttributeMap");
19199
19175
  var se_ReceiveMessageRequest = /* @__PURE__ */ __name((input, context) => {
19200
19176
  return (0, import_smithy_client25.take)(input, {
19201
- AttributeNames: (_2) => se_AttributeNameList(_2, context),
19177
+ AttributeNames: /* @__PURE__ */ __name((_2) => se_AttributeNameList(_2, context), "AttributeNames"),
19202
19178
  MaxNumberOfMessages: import_core22._toNum,
19203
- MessageAttributeNames: (_2) => se_MessageAttributeNameList(_2, context),
19204
- MessageSystemAttributeNames: (_2) => se_MessageSystemAttributeList(_2, context),
19179
+ MessageAttributeNames: /* @__PURE__ */ __name((_2) => se_MessageAttributeNameList(_2, context), "MessageAttributeNames"),
19180
+ MessageSystemAttributeNames: /* @__PURE__ */ __name((_2) => se_MessageSystemAttributeList(_2, context), "MessageSystemAttributeNames"),
19205
19181
  QueueUrl: import_core22._toStr,
19206
19182
  ReceiveRequestAttemptId: import_core22._toStr,
19207
19183
  VisibilityTimeout: import_core22._toNum,
@@ -19216,7 +19192,7 @@ var require_dist_cjs52 = __commonJS({
19216
19192
  }, "se_RemovePermissionRequest");
19217
19193
  var se_SendMessageBatchRequest = /* @__PURE__ */ __name((input, context) => {
19218
19194
  return (0, import_smithy_client25.take)(input, {
19219
- Entries: (_2) => se_SendMessageBatchRequestEntryList(_2, context),
19195
+ Entries: /* @__PURE__ */ __name((_2) => se_SendMessageBatchRequestEntryList(_2, context), "Entries"),
19220
19196
  QueueUrl: import_core22._toStr
19221
19197
  });
19222
19198
  }, "se_SendMessageBatchRequest");
@@ -19224,11 +19200,11 @@ var require_dist_cjs52 = __commonJS({
19224
19200
  return (0, import_smithy_client25.take)(input, {
19225
19201
  DelaySeconds: import_core22._toNum,
19226
19202
  Id: import_core22._toStr,
19227
- MessageAttributes: (_2) => se_MessageBodyAttributeMap(_2, context),
19203
+ MessageAttributes: /* @__PURE__ */ __name((_2) => se_MessageBodyAttributeMap(_2, context), "MessageAttributes"),
19228
19204
  MessageBody: import_core22._toStr,
19229
19205
  MessageDeduplicationId: import_core22._toStr,
19230
19206
  MessageGroupId: import_core22._toStr,
19231
- MessageSystemAttributes: (_2) => se_MessageBodySystemAttributeMap(_2, context)
19207
+ MessageSystemAttributes: /* @__PURE__ */ __name((_2) => se_MessageBodySystemAttributeMap(_2, context), "MessageSystemAttributes")
19232
19208
  });
19233
19209
  }, "se_SendMessageBatchRequestEntry");
19234
19210
  var se_SendMessageBatchRequestEntryList = /* @__PURE__ */ __name((input, context) => {
@@ -19239,17 +19215,17 @@ var require_dist_cjs52 = __commonJS({
19239
19215
  var se_SendMessageRequest = /* @__PURE__ */ __name((input, context) => {
19240
19216
  return (0, import_smithy_client25.take)(input, {
19241
19217
  DelaySeconds: import_core22._toNum,
19242
- MessageAttributes: (_2) => se_MessageBodyAttributeMap(_2, context),
19218
+ MessageAttributes: /* @__PURE__ */ __name((_2) => se_MessageBodyAttributeMap(_2, context), "MessageAttributes"),
19243
19219
  MessageBody: import_core22._toStr,
19244
19220
  MessageDeduplicationId: import_core22._toStr,
19245
19221
  MessageGroupId: import_core22._toStr,
19246
- MessageSystemAttributes: (_2) => se_MessageBodySystemAttributeMap(_2, context),
19222
+ MessageSystemAttributes: /* @__PURE__ */ __name((_2) => se_MessageBodySystemAttributeMap(_2, context), "MessageSystemAttributes"),
19247
19223
  QueueUrl: import_core22._toStr
19248
19224
  });
19249
19225
  }, "se_SendMessageRequest");
19250
19226
  var se_SetQueueAttributesRequest = /* @__PURE__ */ __name((input, context) => {
19251
19227
  return (0, import_smithy_client25.take)(input, {
19252
- Attributes: (_2) => se_QueueAttributeMap(_2, context),
19228
+ Attributes: /* @__PURE__ */ __name((_2) => se_QueueAttributeMap(_2, context), "Attributes"),
19253
19229
  QueueUrl: import_core22._toStr
19254
19230
  });
19255
19231
  }, "se_SetQueueAttributesRequest");
@@ -19282,13 +19258,13 @@ var require_dist_cjs52 = __commonJS({
19282
19258
  var se_TagQueueRequest = /* @__PURE__ */ __name((input, context) => {
19283
19259
  return (0, import_smithy_client25.take)(input, {
19284
19260
  QueueUrl: import_core22._toStr,
19285
- Tags: (_2) => se_TagMap(_2, context)
19261
+ Tags: /* @__PURE__ */ __name((_2) => se_TagMap(_2, context), "Tags")
19286
19262
  });
19287
19263
  }, "se_TagQueueRequest");
19288
19264
  var se_UntagQueueRequest = /* @__PURE__ */ __name((input, context) => {
19289
19265
  return (0, import_smithy_client25.take)(input, {
19290
19266
  QueueUrl: import_core22._toStr,
19291
- TagKeys: (_2) => se_TagKeyList(_2, context)
19267
+ TagKeys: /* @__PURE__ */ __name((_2) => se_TagKeyList(_2, context), "TagKeys")
19292
19268
  });
19293
19269
  }, "se_UntagQueueRequest");
19294
19270
  var de_BinaryList = /* @__PURE__ */ __name((output, context) => {
@@ -19303,14 +19279,14 @@ var require_dist_cjs52 = __commonJS({
19303
19279
  Body: import_smithy_client25.expectString,
19304
19280
  MD5OfBody: import_smithy_client25.expectString,
19305
19281
  MD5OfMessageAttributes: import_smithy_client25.expectString,
19306
- MessageAttributes: (_2) => de_MessageBodyAttributeMap(_2, context),
19282
+ MessageAttributes: /* @__PURE__ */ __name((_2) => de_MessageBodyAttributeMap(_2, context), "MessageAttributes"),
19307
19283
  MessageId: import_smithy_client25.expectString,
19308
19284
  ReceiptHandle: import_smithy_client25.expectString
19309
19285
  });
19310
19286
  }, "de_Message");
19311
19287
  var de_MessageAttributeValue = /* @__PURE__ */ __name((output, context) => {
19312
19288
  return (0, import_smithy_client25.take)(output, {
19313
- BinaryListValues: (_2) => de_BinaryList(_2, context),
19289
+ BinaryListValues: /* @__PURE__ */ __name((_2) => de_BinaryList(_2, context), "BinaryListValues"),
19314
19290
  BinaryValue: context.base64Decoder,
19315
19291
  DataType: import_smithy_client25.expectString,
19316
19292
  StringListValues: import_smithy_client25._json,
@@ -19334,7 +19310,7 @@ var require_dist_cjs52 = __commonJS({
19334
19310
  }, "de_MessageList");
19335
19311
  var de_ReceiveMessageResult = /* @__PURE__ */ __name((output, context) => {
19336
19312
  return (0, import_smithy_client25.take)(output, {
19337
- Messages: (_2) => de_MessageList(_2, context)
19313
+ Messages: /* @__PURE__ */ __name((_2) => de_MessageList(_2, context), "Messages")
19338
19314
  });
19339
19315
  }, "de_ReceiveMessageResult");
19340
19316
  var deserializeMetadata3 = /* @__PURE__ */ __name((output) => ({
@@ -19647,9 +19623,9 @@ var require_dist_cjs52 = __commonJS({
19647
19623
  }
19648
19624
  });
19649
19625
 
19650
- // node_modules/.pnpm/next@14.2.24_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/lru-cache/index.js
19626
+ // node_modules/.pnpm/next@14.2.26_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/lru-cache/index.js
19651
19627
  var require_lru_cache = __commonJS({
19652
- "node_modules/.pnpm/next@14.2.24_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/lru-cache/index.js"(exports2, module2) {
19628
+ "node_modules/.pnpm/next@14.2.26_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/lru-cache/index.js"(exports2, module2) {
19653
19629
  (() => {
19654
19630
  "use strict";
19655
19631
  var t3 = { 806: (t4, e4, i4) => {
@@ -20286,9 +20262,9 @@ var require_lru_cache = __commonJS({
20286
20262
  }
20287
20263
  });
20288
20264
 
20289
- // node_modules/.pnpm/next@14.2.24_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/path-browserify/index.js
20265
+ // node_modules/.pnpm/next@14.2.26_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/path-browserify/index.js
20290
20266
  var require_path_browserify = __commonJS({
20291
- "node_modules/.pnpm/next@14.2.24_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/path-browserify/index.js"(exports2, module2) {
20267
+ "node_modules/.pnpm/next@14.2.26_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/path-browserify/index.js"(exports2, module2) {
20292
20268
  (function() {
20293
20269
  "use strict";
20294
20270
  var e3 = { 114: function(e4) {
@@ -20670,9 +20646,9 @@ var require_path_browserify = __commonJS({
20670
20646
  }
20671
20647
  });
20672
20648
 
20673
- // node_modules/.pnpm/next@14.2.24_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/isomorphic/path.js
20649
+ // node_modules/.pnpm/next@14.2.26_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/isomorphic/path.js
20674
20650
  var require_path = __commonJS({
20675
- "node_modules/.pnpm/next@14.2.24_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/isomorphic/path.js"(exports2, module2) {
20651
+ "node_modules/.pnpm/next@14.2.26_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/isomorphic/path.js"(exports2, module2) {
20676
20652
  "use strict";
20677
20653
  var path;
20678
20654
  if (process.env.NEXT_RUNTIME === "edge") {
@@ -20684,9 +20660,9 @@ var require_path = __commonJS({
20684
20660
  }
20685
20661
  });
20686
20662
 
20687
- // node_modules/.pnpm/next@14.2.24_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/constants.js
20663
+ // node_modules/.pnpm/next@14.2.26_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/constants.js
20688
20664
  var require_constants = __commonJS({
20689
- "node_modules/.pnpm/next@14.2.24_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/constants.js"(exports2) {
20665
+ "node_modules/.pnpm/next@14.2.26_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/constants.js"(exports2) {
20690
20666
  "use strict";
20691
20667
  Object.defineProperty(exports2, "__esModule", {
20692
20668
  value: true
@@ -20977,9 +20953,9 @@ var require_constants = __commonJS({
20977
20953
  }
20978
20954
  });
20979
20955
 
20980
- // node_modules/.pnpm/next@14.2.24_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js
20956
+ // node_modules/.pnpm/next@14.2.26_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js
20981
20957
  var require_file_system_cache = __commonJS({
20982
- "node_modules/.pnpm/next@14.2.24_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js"(exports2) {
20958
+ "node_modules/.pnpm/next@14.2.26_@babel+core@7.26.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js"(exports2) {
20983
20959
  "use strict";
20984
20960
  Object.defineProperty(exports2, "__esModule", {
20985
20961
  value: true