@junando/worker 0.11.1 → 0.12.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.
- package/dist/{checksum-B7SAT8oI.cjs → checksum-AM2soALR.cjs} +276 -241
- package/dist/{checksum-BKPTTLSe.cjs → checksum-DYd9h1Z6.cjs} +242 -232
- package/dist/{event-streams-B7_gEE-_.cjs → event-streams-cGG6y4x_.cjs} +37 -37
- package/dist/{event-streams-DNZOvjgj.cjs → event-streams-x0B21mfk.cjs} +37 -37
- package/dist/handler.cjs +10440 -9351
- package/dist/{node-BzYEGMG1.cjs → node-BYAxz9X-.cjs} +33 -24
- package/dist/{sdk-BD78kZ4E.cjs → sdk-a89HQ1X4.cjs} +2037 -452
- package/package.json +6 -6
|
@@ -9,7 +9,7 @@ let node_fs_promises = require("node:fs/promises");
|
|
|
9
9
|
let node_zlib = require("node:zlib");
|
|
10
10
|
node_zlib = require_rolldown_runtime.__toESM(node_zlib);
|
|
11
11
|
|
|
12
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
12
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/middleware-stack/MiddlewareStack.js
|
|
13
13
|
var getAllAliases, getMiddlewareNameWithAliases, constructStack, stepWeights, priorityWeights;
|
|
14
14
|
var init_MiddlewareStack = require_rolldown_runtime.__esmMin((() => {
|
|
15
15
|
getAllAliases = (name, aliases) => {
|
|
@@ -273,7 +273,7 @@ var init_MiddlewareStack = require_rolldown_runtime.__esmMin((() => {
|
|
|
273
273
|
}));
|
|
274
274
|
|
|
275
275
|
//#endregion
|
|
276
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
276
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/transport/getSmithyContext.js
|
|
277
277
|
var import_dist_cjs$6, getSmithyContext;
|
|
278
278
|
var init_getSmithyContext = require_rolldown_runtime.__esmMin((() => {
|
|
279
279
|
import_dist_cjs$6 = require_dist_cjs$1.require_dist_cjs();
|
|
@@ -281,7 +281,7 @@ var init_getSmithyContext = require_rolldown_runtime.__esmMin((() => {
|
|
|
281
281
|
}));
|
|
282
282
|
|
|
283
283
|
//#endregion
|
|
284
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
284
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/transport/httpRequest.js
|
|
285
285
|
function cloneQuery(query) {
|
|
286
286
|
return Object.keys(query).reduce((carry, paramName) => {
|
|
287
287
|
const param = query[paramName];
|
|
@@ -342,7 +342,7 @@ var init_httpRequest = require_rolldown_runtime.__esmMin((() => {
|
|
|
342
342
|
}));
|
|
343
343
|
|
|
344
344
|
//#endregion
|
|
345
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
345
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/transport/httpResponse.js
|
|
346
346
|
var HttpResponse;
|
|
347
347
|
var init_httpResponse = require_rolldown_runtime.__esmMin((() => {
|
|
348
348
|
HttpResponse = class {
|
|
@@ -365,7 +365,7 @@ var init_httpResponse = require_rolldown_runtime.__esmMin((() => {
|
|
|
365
365
|
}));
|
|
366
366
|
|
|
367
367
|
//#endregion
|
|
368
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
368
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/transport/isValidHostLabel.js
|
|
369
369
|
var VALID_HOST_LABEL_REGEX, isValidHostLabel;
|
|
370
370
|
var init_isValidHostLabel = require_rolldown_runtime.__esmMin((() => {
|
|
371
371
|
VALID_HOST_LABEL_REGEX = new RegExp(`^(?!.*-$)(?!-)[a-zA-Z0-9-]{1,63}$`);
|
|
@@ -384,15 +384,15 @@ var init_isValidHostLabel = require_rolldown_runtime.__esmMin((() => {
|
|
|
384
384
|
}));
|
|
385
385
|
|
|
386
386
|
//#endregion
|
|
387
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
387
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/transport/isValidHostname.js
|
|
388
388
|
function isValidHostname(hostname) {
|
|
389
|
-
const hostPattern = /^[a-z0-9][a-z0-9
|
|
389
|
+
const hostPattern = /^[a-z0-9][a-z0-9.-]*[a-z0-9]$/;
|
|
390
390
|
return hostPattern.test(hostname);
|
|
391
391
|
}
|
|
392
392
|
var init_isValidHostname = require_rolldown_runtime.__esmMin((() => {}));
|
|
393
393
|
|
|
394
394
|
//#endregion
|
|
395
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
395
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/transport/normalizeProvider.js
|
|
396
396
|
var normalizeProvider;
|
|
397
397
|
var init_normalizeProvider = require_rolldown_runtime.__esmMin((() => {
|
|
398
398
|
normalizeProvider = (input) => {
|
|
@@ -403,7 +403,7 @@ var init_normalizeProvider = require_rolldown_runtime.__esmMin((() => {
|
|
|
403
403
|
}));
|
|
404
404
|
|
|
405
405
|
//#endregion
|
|
406
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
406
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/transport/parseQueryString.js
|
|
407
407
|
function parseQueryString(querystring) {
|
|
408
408
|
const query = {};
|
|
409
409
|
querystring = querystring.replace(/^\?/, "");
|
|
@@ -428,7 +428,7 @@ function parseQueryString(querystring) {
|
|
|
428
428
|
var init_parseQueryString = require_rolldown_runtime.__esmMin((() => {}));
|
|
429
429
|
|
|
430
430
|
//#endregion
|
|
431
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
431
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/transport/parseUrl.js
|
|
432
432
|
var parseUrl;
|
|
433
433
|
var init_parseUrl = require_rolldown_runtime.__esmMin((() => {
|
|
434
434
|
init_parseQueryString();
|
|
@@ -452,7 +452,7 @@ var init_parseUrl = require_rolldown_runtime.__esmMin((() => {
|
|
|
452
452
|
}));
|
|
453
453
|
|
|
454
454
|
//#endregion
|
|
455
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
455
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/transport/toEndpointV1.js
|
|
456
456
|
var toEndpointV1;
|
|
457
457
|
var init_toEndpointV1$1 = require_rolldown_runtime.__esmMin((() => {
|
|
458
458
|
init_parseUrl();
|
|
@@ -475,7 +475,7 @@ var init_toEndpointV1$1 = require_rolldown_runtime.__esmMin((() => {
|
|
|
475
475
|
}));
|
|
476
476
|
|
|
477
477
|
//#endregion
|
|
478
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
478
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/transport/index.js
|
|
479
479
|
var init_transport = require_rolldown_runtime.__esmMin((() => {
|
|
480
480
|
init_getSmithyContext();
|
|
481
481
|
init_httpRequest();
|
|
@@ -489,7 +489,7 @@ var init_transport = require_rolldown_runtime.__esmMin((() => {
|
|
|
489
489
|
}));
|
|
490
490
|
|
|
491
491
|
//#endregion
|
|
492
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
492
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/invalid-dependency/invalidFunction.js
|
|
493
493
|
var invalidFunction;
|
|
494
494
|
var init_invalidFunction = require_rolldown_runtime.__esmMin((() => {
|
|
495
495
|
invalidFunction = (message) => () => {
|
|
@@ -498,14 +498,14 @@ var init_invalidFunction = require_rolldown_runtime.__esmMin((() => {
|
|
|
498
498
|
}));
|
|
499
499
|
|
|
500
500
|
//#endregion
|
|
501
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
501
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/invalid-dependency/invalidProvider.js
|
|
502
502
|
var invalidProvider;
|
|
503
503
|
var init_invalidProvider = require_rolldown_runtime.__esmMin((() => {
|
|
504
504
|
invalidProvider = (message) => () => Promise.reject(message);
|
|
505
505
|
}));
|
|
506
506
|
|
|
507
507
|
//#endregion
|
|
508
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
508
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/circularReplacer.js
|
|
509
509
|
var getCircularReplacer;
|
|
510
510
|
var init_circularReplacer = require_rolldown_runtime.__esmMin((() => {
|
|
511
511
|
getCircularReplacer = () => {
|
|
@@ -523,7 +523,7 @@ var init_circularReplacer = require_rolldown_runtime.__esmMin((() => {
|
|
|
523
523
|
}));
|
|
524
524
|
|
|
525
525
|
//#endregion
|
|
526
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
526
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/utils/sleep.js
|
|
527
527
|
var sleep;
|
|
528
528
|
var init_sleep = require_rolldown_runtime.__esmMin((() => {
|
|
529
529
|
sleep = (seconds) => {
|
|
@@ -532,7 +532,7 @@ var init_sleep = require_rolldown_runtime.__esmMin((() => {
|
|
|
532
532
|
}));
|
|
533
533
|
|
|
534
534
|
//#endregion
|
|
535
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
535
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/waiter.js
|
|
536
536
|
var waiterServiceDefaults, WaiterState, checkExceptions;
|
|
537
537
|
var init_waiter = require_rolldown_runtime.__esmMin((() => {
|
|
538
538
|
init_circularReplacer();
|
|
@@ -571,7 +571,7 @@ var init_waiter = require_rolldown_runtime.__esmMin((() => {
|
|
|
571
571
|
}));
|
|
572
572
|
|
|
573
573
|
//#endregion
|
|
574
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
574
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/poller.js
|
|
575
575
|
var runPolling, checkWarn403, createMessageFromResponse, exponentialBackoffWithJitter, randomInRange;
|
|
576
576
|
var init_poller = require_rolldown_runtime.__esmMin((() => {
|
|
577
577
|
init_circularReplacer();
|
|
@@ -673,7 +673,7 @@ var init_poller = require_rolldown_runtime.__esmMin((() => {
|
|
|
673
673
|
}));
|
|
674
674
|
|
|
675
675
|
//#endregion
|
|
676
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
676
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/utils/validate.js
|
|
677
677
|
var validateWaiterOptions;
|
|
678
678
|
var init_validate = require_rolldown_runtime.__esmMin((() => {
|
|
679
679
|
validateWaiterOptions = (options) => {
|
|
@@ -692,7 +692,7 @@ var init_validate = require_rolldown_runtime.__esmMin((() => {
|
|
|
692
692
|
}));
|
|
693
693
|
|
|
694
694
|
//#endregion
|
|
695
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
695
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/createWaiter.js
|
|
696
696
|
var abortTimeout, createWaiter;
|
|
697
697
|
var init_createWaiter = require_rolldown_runtime.__esmMin((() => {
|
|
698
698
|
init_poller();
|
|
@@ -745,7 +745,7 @@ var init_createWaiter = require_rolldown_runtime.__esmMin((() => {
|
|
|
745
745
|
}));
|
|
746
746
|
|
|
747
747
|
//#endregion
|
|
748
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
748
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/client.js
|
|
749
749
|
var Client;
|
|
750
750
|
var init_client$1 = require_rolldown_runtime.__esmMin((() => {
|
|
751
751
|
init_MiddlewareStack();
|
|
@@ -797,7 +797,7 @@ var init_client$1 = require_rolldown_runtime.__esmMin((() => {
|
|
|
797
797
|
}));
|
|
798
798
|
|
|
799
799
|
//#endregion
|
|
800
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
800
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/schema/deref.js
|
|
801
801
|
var deref;
|
|
802
802
|
var init_deref = require_rolldown_runtime.__esmMin((() => {
|
|
803
803
|
deref = (schemaRef) => {
|
|
@@ -809,7 +809,7 @@ var init_deref = require_rolldown_runtime.__esmMin((() => {
|
|
|
809
809
|
}));
|
|
810
810
|
|
|
811
811
|
//#endregion
|
|
812
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
812
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js
|
|
813
813
|
var operation;
|
|
814
814
|
var init_operation = require_rolldown_runtime.__esmMin((() => {
|
|
815
815
|
operation = (namespace, name, traits, input, output) => ({
|
|
@@ -822,7 +822,7 @@ var init_operation = require_rolldown_runtime.__esmMin((() => {
|
|
|
822
822
|
}));
|
|
823
823
|
|
|
824
824
|
//#endregion
|
|
825
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
825
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js
|
|
826
826
|
var schemaDeserializationMiddleware, findHeader$1;
|
|
827
827
|
var init_schemaDeserializationMiddleware = require_rolldown_runtime.__esmMin((() => {
|
|
828
828
|
init_transport();
|
|
@@ -851,7 +851,7 @@ var init_schemaDeserializationMiddleware = require_rolldown_runtime.__esmMin((()
|
|
|
851
851
|
const hint = `Deserialization error: to see the raw response, inspect the hidden field {error}.$response on this object.`;
|
|
852
852
|
try {
|
|
853
853
|
error.message += "\n " + hint;
|
|
854
|
-
} catch (
|
|
854
|
+
} catch (ignored) {
|
|
855
855
|
if (!context.logger || context.logger?.constructor?.name === "NoOpLogger") {
|
|
856
856
|
console.warn(hint);
|
|
857
857
|
} else {
|
|
@@ -874,7 +874,7 @@ var init_schemaDeserializationMiddleware = require_rolldown_runtime.__esmMin((()
|
|
|
874
874
|
cfId: findHeader$1(/^x-[\w-]+-cf-id$/, headerEntries)
|
|
875
875
|
};
|
|
876
876
|
}
|
|
877
|
-
} catch (
|
|
877
|
+
} catch (ignored) {}
|
|
878
878
|
}
|
|
879
879
|
throw error;
|
|
880
880
|
}
|
|
@@ -887,7 +887,7 @@ var init_schemaDeserializationMiddleware = require_rolldown_runtime.__esmMin((()
|
|
|
887
887
|
}));
|
|
888
888
|
|
|
889
889
|
//#endregion
|
|
890
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
890
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js
|
|
891
891
|
var schemaSerializationMiddleware;
|
|
892
892
|
var init_schemaSerializationMiddleware = require_rolldown_runtime.__esmMin((() => {
|
|
893
893
|
init_transport();
|
|
@@ -909,7 +909,7 @@ var init_schemaSerializationMiddleware = require_rolldown_runtime.__esmMin((() =
|
|
|
909
909
|
}));
|
|
910
910
|
|
|
911
911
|
//#endregion
|
|
912
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
912
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js
|
|
913
913
|
function getSchemaSerdePlugin(config) {
|
|
914
914
|
return { applyToStack: (commandStack) => {
|
|
915
915
|
commandStack.add(schemaSerializationMiddleware(config), serializerMiddlewareOption$2);
|
|
@@ -936,7 +936,7 @@ var init_getSchemaSerdePlugin = require_rolldown_runtime.__esmMin((() => {
|
|
|
936
936
|
}));
|
|
937
937
|
|
|
938
938
|
//#endregion
|
|
939
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
939
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js
|
|
940
940
|
var Schema;
|
|
941
941
|
var init_Schema = require_rolldown_runtime.__esmMin((() => {
|
|
942
942
|
Schema = class {
|
|
@@ -962,7 +962,7 @@ var init_Schema = require_rolldown_runtime.__esmMin((() => {
|
|
|
962
962
|
}));
|
|
963
963
|
|
|
964
964
|
//#endregion
|
|
965
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
965
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js
|
|
966
966
|
var ListSchema, list;
|
|
967
967
|
var init_ListSchema = require_rolldown_runtime.__esmMin((() => {
|
|
968
968
|
init_Schema();
|
|
@@ -982,7 +982,7 @@ var init_ListSchema = require_rolldown_runtime.__esmMin((() => {
|
|
|
982
982
|
}));
|
|
983
983
|
|
|
984
984
|
//#endregion
|
|
985
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
985
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js
|
|
986
986
|
var MapSchema, map$1;
|
|
987
987
|
var init_MapSchema = require_rolldown_runtime.__esmMin((() => {
|
|
988
988
|
init_Schema();
|
|
@@ -1004,7 +1004,7 @@ var init_MapSchema = require_rolldown_runtime.__esmMin((() => {
|
|
|
1004
1004
|
}));
|
|
1005
1005
|
|
|
1006
1006
|
//#endregion
|
|
1007
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1007
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js
|
|
1008
1008
|
var OperationSchema, op;
|
|
1009
1009
|
var init_OperationSchema = require_rolldown_runtime.__esmMin((() => {
|
|
1010
1010
|
init_Schema();
|
|
@@ -1026,7 +1026,7 @@ var init_OperationSchema = require_rolldown_runtime.__esmMin((() => {
|
|
|
1026
1026
|
}));
|
|
1027
1027
|
|
|
1028
1028
|
//#endregion
|
|
1029
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1029
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js
|
|
1030
1030
|
var StructureSchema, struct;
|
|
1031
1031
|
var init_StructureSchema = require_rolldown_runtime.__esmMin((() => {
|
|
1032
1032
|
init_Schema();
|
|
@@ -1048,7 +1048,7 @@ var init_StructureSchema = require_rolldown_runtime.__esmMin((() => {
|
|
|
1048
1048
|
}));
|
|
1049
1049
|
|
|
1050
1050
|
//#endregion
|
|
1051
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1051
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js
|
|
1052
1052
|
var ErrorSchema, error;
|
|
1053
1053
|
var init_ErrorSchema = require_rolldown_runtime.__esmMin((() => {
|
|
1054
1054
|
init_Schema();
|
|
@@ -1058,7 +1058,7 @@ var init_ErrorSchema = require_rolldown_runtime.__esmMin((() => {
|
|
|
1058
1058
|
ctor;
|
|
1059
1059
|
symbol = ErrorSchema.symbol;
|
|
1060
1060
|
};
|
|
1061
|
-
error = (namespace, name, traits, memberNames, memberList,
|
|
1061
|
+
error = (namespace, name, traits, memberNames, memberList, _ctor) => Schema.assign(new ErrorSchema(), {
|
|
1062
1062
|
name,
|
|
1063
1063
|
namespace,
|
|
1064
1064
|
traits,
|
|
@@ -1069,7 +1069,7 @@ var init_ErrorSchema = require_rolldown_runtime.__esmMin((() => {
|
|
|
1069
1069
|
}));
|
|
1070
1070
|
|
|
1071
1071
|
//#endregion
|
|
1072
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1072
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js
|
|
1073
1073
|
function translateTraits(indicator) {
|
|
1074
1074
|
if (typeof indicator === "object") {
|
|
1075
1075
|
return indicator;
|
|
@@ -1101,7 +1101,7 @@ var init_translateTraits = require_rolldown_runtime.__esmMin((() => {
|
|
|
1101
1101
|
}));
|
|
1102
1102
|
|
|
1103
1103
|
//#endregion
|
|
1104
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1104
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js
|
|
1105
1105
|
function member(memberSchema, memberName) {
|
|
1106
1106
|
if (memberSchema instanceof NormalizedSchema) {
|
|
1107
1107
|
return Object.assign(memberSchema, {
|
|
@@ -1392,7 +1392,7 @@ var init_NormalizedSchema = require_rolldown_runtime.__esmMin((() => {
|
|
|
1392
1392
|
}));
|
|
1393
1393
|
|
|
1394
1394
|
//#endregion
|
|
1395
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1395
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js
|
|
1396
1396
|
var SimpleSchema, sim, simAdapter;
|
|
1397
1397
|
var init_SimpleSchema = require_rolldown_runtime.__esmMin((() => {
|
|
1398
1398
|
init_Schema();
|
|
@@ -1418,7 +1418,7 @@ var init_SimpleSchema = require_rolldown_runtime.__esmMin((() => {
|
|
|
1418
1418
|
}));
|
|
1419
1419
|
|
|
1420
1420
|
//#endregion
|
|
1421
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1421
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js
|
|
1422
1422
|
var SCHEMA;
|
|
1423
1423
|
var init_sentinels = require_rolldown_runtime.__esmMin((() => {
|
|
1424
1424
|
SCHEMA = {
|
|
@@ -1440,7 +1440,7 @@ var init_sentinels = require_rolldown_runtime.__esmMin((() => {
|
|
|
1440
1440
|
}));
|
|
1441
1441
|
|
|
1442
1442
|
//#endregion
|
|
1443
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1443
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js
|
|
1444
1444
|
var TypeRegistry;
|
|
1445
1445
|
var init_TypeRegistry = require_rolldown_runtime.__esmMin((() => {
|
|
1446
1446
|
TypeRegistry = class TypeRegistry {
|
|
@@ -1547,7 +1547,7 @@ var init_TypeRegistry = require_rolldown_runtime.__esmMin((() => {
|
|
|
1547
1547
|
}));
|
|
1548
1548
|
|
|
1549
1549
|
//#endregion
|
|
1550
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1550
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/schema/index.js
|
|
1551
1551
|
var init_schema = require_rolldown_runtime.__esmMin((() => {
|
|
1552
1552
|
init_deref();
|
|
1553
1553
|
init_getSchemaSerdePlugin();
|
|
@@ -1566,7 +1566,7 @@ var init_schema = require_rolldown_runtime.__esmMin((() => {
|
|
|
1566
1566
|
}));
|
|
1567
1567
|
|
|
1568
1568
|
//#endregion
|
|
1569
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1569
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/schemaLogFilter.js
|
|
1570
1570
|
function schemaLogFilter(schema, data) {
|
|
1571
1571
|
if (data == null) {
|
|
1572
1572
|
return data;
|
|
@@ -1604,7 +1604,7 @@ var init_schemaLogFilter = require_rolldown_runtime.__esmMin((() => {
|
|
|
1604
1604
|
}));
|
|
1605
1605
|
|
|
1606
1606
|
//#endregion
|
|
1607
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1607
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/command.js
|
|
1608
1608
|
var import_dist_cjs$5, Command, ClassBuilder;
|
|
1609
1609
|
var init_command = require_rolldown_runtime.__esmMin((() => {
|
|
1610
1610
|
import_dist_cjs$5 = require_dist_cjs$1.require_dist_cjs();
|
|
@@ -1741,14 +1741,14 @@ var init_command = require_rolldown_runtime.__esmMin((() => {
|
|
|
1741
1741
|
}));
|
|
1742
1742
|
|
|
1743
1743
|
//#endregion
|
|
1744
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1744
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/constants.js
|
|
1745
1745
|
var SENSITIVE_STRING;
|
|
1746
1746
|
var init_constants$2 = require_rolldown_runtime.__esmMin((() => {
|
|
1747
1747
|
SENSITIVE_STRING = "***SensitiveInformation***";
|
|
1748
1748
|
}));
|
|
1749
1749
|
|
|
1750
1750
|
//#endregion
|
|
1751
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1751
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/create-aggregated-client.js
|
|
1752
1752
|
var createAggregatedClient;
|
|
1753
1753
|
var init_create_aggregated_client = require_rolldown_runtime.__esmMin((() => {
|
|
1754
1754
|
createAggregatedClient = (commands, Client, options) => {
|
|
@@ -1796,7 +1796,7 @@ var init_create_aggregated_client = require_rolldown_runtime.__esmMin((() => {
|
|
|
1796
1796
|
}));
|
|
1797
1797
|
|
|
1798
1798
|
//#endregion
|
|
1799
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1799
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/exceptions.js
|
|
1800
1800
|
var ServiceException, decorateServiceException;
|
|
1801
1801
|
var init_exceptions = require_rolldown_runtime.__esmMin((() => {
|
|
1802
1802
|
ServiceException = class ServiceException extends Error {
|
|
@@ -1845,7 +1845,7 @@ var init_exceptions = require_rolldown_runtime.__esmMin((() => {
|
|
|
1845
1845
|
}));
|
|
1846
1846
|
|
|
1847
1847
|
//#endregion
|
|
1848
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1848
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/default-error-handler.js
|
|
1849
1849
|
var throwDefaultError, withBaseException, deserializeMetadata;
|
|
1850
1850
|
var init_default_error_handler = require_rolldown_runtime.__esmMin((() => {
|
|
1851
1851
|
init_exceptions();
|
|
@@ -1878,7 +1878,7 @@ var init_default_error_handler = require_rolldown_runtime.__esmMin((() => {
|
|
|
1878
1878
|
}));
|
|
1879
1879
|
|
|
1880
1880
|
//#endregion
|
|
1881
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1881
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/defaults-mode.js
|
|
1882
1882
|
var loadConfigsForDefaultMode;
|
|
1883
1883
|
var init_defaults_mode = require_rolldown_runtime.__esmMin((() => {
|
|
1884
1884
|
loadConfigsForDefaultMode = (mode) => {
|
|
@@ -1905,7 +1905,7 @@ var init_defaults_mode = require_rolldown_runtime.__esmMin((() => {
|
|
|
1905
1905
|
}));
|
|
1906
1906
|
|
|
1907
1907
|
//#endregion
|
|
1908
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1908
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/emitWarningIfUnsupportedVersion.js
|
|
1909
1909
|
var warningEmitted, emitWarningIfUnsupportedVersion;
|
|
1910
1910
|
var init_emitWarningIfUnsupportedVersion = require_rolldown_runtime.__esmMin((() => {
|
|
1911
1911
|
warningEmitted = false;
|
|
@@ -1917,7 +1917,7 @@ var init_emitWarningIfUnsupportedVersion = require_rolldown_runtime.__esmMin((()
|
|
|
1917
1917
|
}));
|
|
1918
1918
|
|
|
1919
1919
|
//#endregion
|
|
1920
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1920
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/checksum.js
|
|
1921
1921
|
var import_dist_cjs$4, knownAlgorithms, getChecksumConfiguration, resolveChecksumRuntimeConfig;
|
|
1922
1922
|
var init_checksum$1 = require_rolldown_runtime.__esmMin((() => {
|
|
1923
1923
|
import_dist_cjs$4 = require_dist_cjs$1.require_dist_cjs();
|
|
@@ -1970,7 +1970,7 @@ var init_checksum$1 = require_rolldown_runtime.__esmMin((() => {
|
|
|
1970
1970
|
}));
|
|
1971
1971
|
|
|
1972
1972
|
//#endregion
|
|
1973
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1973
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/retry.js
|
|
1974
1974
|
var getRetryConfiguration, resolveRetryRuntimeConfig;
|
|
1975
1975
|
var init_retry = require_rolldown_runtime.__esmMin((() => {
|
|
1976
1976
|
getRetryConfiguration = (runtimeConfig) => {
|
|
@@ -1991,7 +1991,7 @@ var init_retry = require_rolldown_runtime.__esmMin((() => {
|
|
|
1991
1991
|
}));
|
|
1992
1992
|
|
|
1993
1993
|
//#endregion
|
|
1994
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1994
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.js
|
|
1995
1995
|
var getDefaultExtensionConfiguration, getDefaultClientConfiguration, resolveDefaultRuntimeConfig;
|
|
1996
1996
|
var init_defaultExtensionConfiguration = require_rolldown_runtime.__esmMin((() => {
|
|
1997
1997
|
init_checksum$1();
|
|
@@ -2006,14 +2006,14 @@ var init_defaultExtensionConfiguration = require_rolldown_runtime.__esmMin((() =
|
|
|
2006
2006
|
}));
|
|
2007
2007
|
|
|
2008
2008
|
//#endregion
|
|
2009
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2009
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/get-array-if-single-item.js
|
|
2010
2010
|
var getArrayIfSingleItem;
|
|
2011
2011
|
var init_get_array_if_single_item = require_rolldown_runtime.__esmMin((() => {
|
|
2012
2012
|
getArrayIfSingleItem = (mayBeArray) => Array.isArray(mayBeArray) ? mayBeArray : [mayBeArray];
|
|
2013
2013
|
}));
|
|
2014
2014
|
|
|
2015
2015
|
//#endregion
|
|
2016
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2016
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/get-value-from-text-node.js
|
|
2017
2017
|
var getValueFromTextNode;
|
|
2018
2018
|
var init_get_value_from_text_node = require_rolldown_runtime.__esmMin((() => {
|
|
2019
2019
|
getValueFromTextNode = (obj) => {
|
|
@@ -2030,7 +2030,7 @@ var init_get_value_from_text_node = require_rolldown_runtime.__esmMin((() => {
|
|
|
2030
2030
|
}));
|
|
2031
2031
|
|
|
2032
2032
|
//#endregion
|
|
2033
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2033
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/is-serializable-header-value.js
|
|
2034
2034
|
var isSerializableHeaderValue;
|
|
2035
2035
|
var init_is_serializable_header_value = require_rolldown_runtime.__esmMin((() => {
|
|
2036
2036
|
isSerializableHeaderValue = (value) => {
|
|
@@ -2039,7 +2039,7 @@ var init_is_serializable_header_value = require_rolldown_runtime.__esmMin((() =>
|
|
|
2039
2039
|
}));
|
|
2040
2040
|
|
|
2041
2041
|
//#endregion
|
|
2042
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2042
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/NoOpLogger.js
|
|
2043
2043
|
var NoOpLogger;
|
|
2044
2044
|
var init_NoOpLogger = require_rolldown_runtime.__esmMin((() => {
|
|
2045
2045
|
NoOpLogger = class {
|
|
@@ -2052,7 +2052,7 @@ var init_NoOpLogger = require_rolldown_runtime.__esmMin((() => {
|
|
|
2052
2052
|
}));
|
|
2053
2053
|
|
|
2054
2054
|
//#endregion
|
|
2055
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2055
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/object-mapping.js
|
|
2056
2056
|
function map(arg0, arg1, arg2) {
|
|
2057
2057
|
let target;
|
|
2058
2058
|
let filter;
|
|
@@ -2144,7 +2144,7 @@ var init_object_mapping = require_rolldown_runtime.__esmMin((() => {
|
|
|
2144
2144
|
}));
|
|
2145
2145
|
|
|
2146
2146
|
//#endregion
|
|
2147
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2147
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/ser-utils.js
|
|
2148
2148
|
var serializeFloat, serializeDateTime;
|
|
2149
2149
|
var init_ser_utils = require_rolldown_runtime.__esmMin((() => {
|
|
2150
2150
|
serializeFloat = (value) => {
|
|
@@ -2161,7 +2161,7 @@ var init_ser_utils = require_rolldown_runtime.__esmMin((() => {
|
|
|
2161
2161
|
}));
|
|
2162
2162
|
|
|
2163
2163
|
//#endregion
|
|
2164
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2164
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/serde-json.js
|
|
2165
2165
|
var _json;
|
|
2166
2166
|
var init_serde_json = require_rolldown_runtime.__esmMin((() => {
|
|
2167
2167
|
_json = (obj) => {
|
|
@@ -2186,7 +2186,7 @@ var init_serde_json = require_rolldown_runtime.__esmMin((() => {
|
|
|
2186
2186
|
}));
|
|
2187
2187
|
|
|
2188
2188
|
//#endregion
|
|
2189
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2189
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/client-command-builder.js
|
|
2190
2190
|
function makeBuilder(common, service, name, ep) {
|
|
2191
2191
|
return function makeCommand(added, plugins, op, $, smithyContext = {}) {
|
|
2192
2192
|
const epMerged = Object.assign({}, common, added);
|
|
@@ -2202,7 +2202,7 @@ var init_client_command_builder = require_rolldown_runtime.__esmMin((() => {
|
|
|
2202
2202
|
}));
|
|
2203
2203
|
|
|
2204
2204
|
//#endregion
|
|
2205
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2205
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/client/index.js
|
|
2206
2206
|
var client_exports = /* @__PURE__ */ require_rolldown_runtime.__exportAll({
|
|
2207
2207
|
AlgorithmId: () => import_dist_cjs$4.AlgorithmId,
|
|
2208
2208
|
Client: () => Client,
|
|
@@ -2274,14 +2274,14 @@ var init_client = require_rolldown_runtime.__esmMin((() => {
|
|
|
2274
2274
|
}));
|
|
2275
2275
|
|
|
2276
2276
|
//#endregion
|
|
2277
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2277
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/is-array-buffer/is-array-buffer.js
|
|
2278
2278
|
var isArrayBuffer;
|
|
2279
2279
|
var init_is_array_buffer = require_rolldown_runtime.__esmMin((() => {
|
|
2280
2280
|
isArrayBuffer = (arg) => typeof ArrayBuffer === "function" && arg instanceof ArrayBuffer || Object.prototype.toString.call(arg) === "[object ArrayBuffer]";
|
|
2281
2281
|
}));
|
|
2282
2282
|
|
|
2283
2283
|
//#endregion
|
|
2284
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2284
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-buffer-from/buffer-from.js
|
|
2285
2285
|
var fromArrayBuffer, fromString;
|
|
2286
2286
|
var init_buffer_from = require_rolldown_runtime.__esmMin((() => {
|
|
2287
2287
|
init_is_array_buffer();
|
|
@@ -2300,7 +2300,7 @@ var init_buffer_from = require_rolldown_runtime.__esmMin((() => {
|
|
|
2300
2300
|
}));
|
|
2301
2301
|
|
|
2302
2302
|
//#endregion
|
|
2303
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2303
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/fromBase64.js
|
|
2304
2304
|
var BASE64_REGEX, fromBase64;
|
|
2305
2305
|
var init_fromBase64 = require_rolldown_runtime.__esmMin((() => {
|
|
2306
2306
|
init_buffer_from();
|
|
@@ -2318,7 +2318,7 @@ var init_fromBase64 = require_rolldown_runtime.__esmMin((() => {
|
|
|
2318
2318
|
}));
|
|
2319
2319
|
|
|
2320
2320
|
//#endregion
|
|
2321
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2321
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/fromUtf8.js
|
|
2322
2322
|
var fromUtf8$1;
|
|
2323
2323
|
var init_fromUtf8 = require_rolldown_runtime.__esmMin((() => {
|
|
2324
2324
|
init_buffer_from();
|
|
@@ -2329,7 +2329,7 @@ var init_fromUtf8 = require_rolldown_runtime.__esmMin((() => {
|
|
|
2329
2329
|
}));
|
|
2330
2330
|
|
|
2331
2331
|
//#endregion
|
|
2332
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2332
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/toBase64.js
|
|
2333
2333
|
var toBase64$1;
|
|
2334
2334
|
var init_toBase64 = require_rolldown_runtime.__esmMin((() => {
|
|
2335
2335
|
init_buffer_from();
|
|
@@ -2349,7 +2349,7 @@ var init_toBase64 = require_rolldown_runtime.__esmMin((() => {
|
|
|
2349
2349
|
}));
|
|
2350
2350
|
|
|
2351
2351
|
//#endregion
|
|
2352
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2352
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.js
|
|
2353
2353
|
function bindUint8ArrayBlobAdapter(toUtf8, fromUtf8, toBase64, fromBase64) {
|
|
2354
2354
|
return class Uint8ArrayBlobAdapter extends Uint8Array {
|
|
2355
2355
|
static fromString(source, encoding = "utf-8") {
|
|
@@ -2376,7 +2376,7 @@ function bindUint8ArrayBlobAdapter(toUtf8, fromUtf8, toBase64, fromBase64) {
|
|
|
2376
2376
|
var init_Uint8ArrayBlobAdapter = require_rolldown_runtime.__esmMin((() => {}));
|
|
2377
2377
|
|
|
2378
2378
|
//#endregion
|
|
2379
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2379
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUtf8.js
|
|
2380
2380
|
var toUtf8$1;
|
|
2381
2381
|
var init_toUtf8 = require_rolldown_runtime.__esmMin((() => {
|
|
2382
2382
|
init_buffer_from();
|
|
@@ -2392,7 +2392,7 @@ var init_toUtf8 = require_rolldown_runtime.__esmMin((() => {
|
|
|
2392
2392
|
}));
|
|
2393
2393
|
|
|
2394
2394
|
//#endregion
|
|
2395
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2395
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/uuid/v4.js
|
|
2396
2396
|
function bindV4(getRandomValues) {
|
|
2397
2397
|
if (typeof crypto !== "undefined" && typeof crypto.randomUUID === "function") {
|
|
2398
2398
|
return () => crypto.randomUUID();
|
|
@@ -2411,14 +2411,14 @@ var init_v4 = require_rolldown_runtime.__esmMin((() => {
|
|
|
2411
2411
|
}));
|
|
2412
2412
|
|
|
2413
2413
|
//#endregion
|
|
2414
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2414
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js
|
|
2415
2415
|
var copyDocumentWithTransform;
|
|
2416
2416
|
var init_copyDocumentWithTransform = require_rolldown_runtime.__esmMin((() => {
|
|
2417
|
-
copyDocumentWithTransform = (source,
|
|
2417
|
+
copyDocumentWithTransform = (source, _schemaRef, _transform = (_) => _) => source;
|
|
2418
2418
|
}));
|
|
2419
2419
|
|
|
2420
2420
|
//#endregion
|
|
2421
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2421
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js
|
|
2422
2422
|
var parseBoolean, expectBoolean, expectNumber, MAX_FLOAT, expectFloat32, expectLong, expectInt, expectInt32, expectShort, expectByte, expectSizedInt, castInt, expectNonNull, expectObject, expectString, expectUnion, strictParseDouble, strictParseFloat, strictParseFloat32, NUMBER_REGEX, parseNumber, limitedParseDouble, handleFloat, limitedParseFloat, limitedParseFloat32, parseFloatString, strictParseLong, strictParseInt, strictParseInt32, strictParseShort, strictParseByte, stackTraceWarning, logger;
|
|
2423
2423
|
var init_parse_utils = require_rolldown_runtime.__esmMin((() => {
|
|
2424
2424
|
parseBoolean = (value) => {
|
|
@@ -2645,7 +2645,7 @@ var init_parse_utils = require_rolldown_runtime.__esmMin((() => {
|
|
|
2645
2645
|
}));
|
|
2646
2646
|
|
|
2647
2647
|
//#endregion
|
|
2648
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2648
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/date-utils.js
|
|
2649
2649
|
function dateToUtcString(date) {
|
|
2650
2650
|
const year = date.getUTCFullYear();
|
|
2651
2651
|
const month = date.getUTCMonth();
|
|
@@ -2709,7 +2709,7 @@ var init_date_utils = require_rolldown_runtime.__esmMin((() => {
|
|
|
2709
2709
|
fractionalMilliseconds
|
|
2710
2710
|
});
|
|
2711
2711
|
};
|
|
2712
|
-
RFC3339_WITH_OFFSET$1 = new RegExp(/^(\d{4})-(\d{2})-(\d{2})[tT](\d{2}):(\d{2}):(\d{2})(?:\.(\d+))?(([-+]\d{2}
|
|
2712
|
+
RFC3339_WITH_OFFSET$1 = new RegExp(/^(\d{4})-(\d{2})-(\d{2})[tT](\d{2}):(\d{2}):(\d{2})(?:\.(\d+))?(([-+]\d{2}:\d{2})|[zZ])$/);
|
|
2713
2713
|
parseRfc3339DateTimeWithOffset = (value) => {
|
|
2714
2714
|
if (value === null || value === undefined) {
|
|
2715
2715
|
return undefined;
|
|
@@ -2890,7 +2890,7 @@ var init_date_utils = require_rolldown_runtime.__esmMin((() => {
|
|
|
2890
2890
|
}));
|
|
2891
2891
|
|
|
2892
2892
|
//#endregion
|
|
2893
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2893
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/lazy-json.js
|
|
2894
2894
|
var LazyJsonString;
|
|
2895
2895
|
var init_lazy_json = require_rolldown_runtime.__esmMin((() => {
|
|
2896
2896
|
LazyJsonString = function LazyJsonString(val) {
|
|
@@ -2919,7 +2919,7 @@ var init_lazy_json = require_rolldown_runtime.__esmMin((() => {
|
|
|
2919
2919
|
}));
|
|
2920
2920
|
|
|
2921
2921
|
//#endregion
|
|
2922
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2922
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/quote-header.js
|
|
2923
2923
|
function quoteHeader(part) {
|
|
2924
2924
|
if (part.includes(",") || part.includes("\"")) {
|
|
2925
2925
|
part = `"${part.replace(/"/g, "\\\"")}"`;
|
|
@@ -2929,7 +2929,7 @@ function quoteHeader(part) {
|
|
|
2929
2929
|
var init_quote_header = require_rolldown_runtime.__esmMin((() => {}));
|
|
2930
2930
|
|
|
2931
2931
|
//#endregion
|
|
2932
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2932
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js
|
|
2933
2933
|
function range(v, min, max) {
|
|
2934
2934
|
const _v = Number(v);
|
|
2935
2935
|
if (_v < min || _v > max) {
|
|
@@ -3050,7 +3050,7 @@ var init_schema_date_utils = require_rolldown_runtime.__esmMin((() => {
|
|
|
3050
3050
|
}));
|
|
3051
3051
|
|
|
3052
3052
|
//#endregion
|
|
3053
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3053
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/split-every.js
|
|
3054
3054
|
function splitEvery(value, delimiter, numDelimiters) {
|
|
3055
3055
|
if (numDelimiters <= 0 || !Number.isInteger(numDelimiters)) {
|
|
3056
3056
|
throw new Error("Invalid number of delimiters (" + numDelimiters + ") for splitEvery.");
|
|
@@ -3080,7 +3080,7 @@ function splitEvery(value, delimiter, numDelimiters) {
|
|
|
3080
3080
|
var init_split_every = require_rolldown_runtime.__esmMin((() => {}));
|
|
3081
3081
|
|
|
3082
3082
|
//#endregion
|
|
3083
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3083
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/split-header.js
|
|
3084
3084
|
var splitHeader;
|
|
3085
3085
|
var init_split_header = require_rolldown_runtime.__esmMin((() => {
|
|
3086
3086
|
splitHeader = (value) => {
|
|
@@ -3123,7 +3123,7 @@ var init_split_header = require_rolldown_runtime.__esmMin((() => {
|
|
|
3123
3123
|
}));
|
|
3124
3124
|
|
|
3125
3125
|
//#endregion
|
|
3126
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3126
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js
|
|
3127
3127
|
function nv(input) {
|
|
3128
3128
|
return new NumericValue(String(input), "bigDecimal");
|
|
3129
3129
|
}
|
|
@@ -3154,7 +3154,7 @@ var init_NumericValue = require_rolldown_runtime.__esmMin((() => {
|
|
|
3154
3154
|
}));
|
|
3155
3155
|
|
|
3156
3156
|
//#endregion
|
|
3157
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3157
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-hex-encoding/hex-encoding.js
|
|
3158
3158
|
function fromHex(encoded) {
|
|
3159
3159
|
if (encoded.length % 2 !== 0) {
|
|
3160
3160
|
throw new Error("Hex encoded strings must have an even number length");
|
|
@@ -3192,7 +3192,7 @@ var init_hex_encoding = require_rolldown_runtime.__esmMin((() => {
|
|
|
3192
3192
|
}));
|
|
3193
3193
|
|
|
3194
3194
|
//#endregion
|
|
3195
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3195
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-body-length/calculateBodyLength.js
|
|
3196
3196
|
var calculateBodyLength;
|
|
3197
3197
|
var init_calculateBodyLength = require_rolldown_runtime.__esmMin((() => {
|
|
3198
3198
|
calculateBodyLength = (body) => {
|
|
@@ -3219,7 +3219,7 @@ var init_calculateBodyLength = require_rolldown_runtime.__esmMin((() => {
|
|
|
3219
3219
|
}));
|
|
3220
3220
|
|
|
3221
3221
|
//#endregion
|
|
3222
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3222
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.js
|
|
3223
3223
|
var toUint8Array;
|
|
3224
3224
|
var init_toUint8Array = require_rolldown_runtime.__esmMin((() => {
|
|
3225
3225
|
init_fromUtf8();
|
|
@@ -3238,7 +3238,7 @@ var init_toUint8Array = require_rolldown_runtime.__esmMin((() => {
|
|
|
3238
3238
|
}));
|
|
3239
3239
|
|
|
3240
3240
|
//#endregion
|
|
3241
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3241
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/concatBytes.js
|
|
3242
3242
|
function concatBytes(arrays, length) {
|
|
3243
3243
|
if (length === undefined) {
|
|
3244
3244
|
length = 0;
|
|
@@ -3257,7 +3257,7 @@ function concatBytes(arrays, length) {
|
|
|
3257
3257
|
var init_concatBytes = require_rolldown_runtime.__esmMin((() => {}));
|
|
3258
3258
|
|
|
3259
3259
|
//#endregion
|
|
3260
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3260
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/deserializerMiddleware.js
|
|
3261
3261
|
var deserializerMiddleware, findHeader;
|
|
3262
3262
|
var init_deserializerMiddleware = require_rolldown_runtime.__esmMin((() => {
|
|
3263
3263
|
init_transport();
|
|
@@ -3280,7 +3280,7 @@ var init_deserializerMiddleware = require_rolldown_runtime.__esmMin((() => {
|
|
|
3280
3280
|
const hint = `Deserialization error: to see the raw response, inspect the hidden field {error}.$response on this object.`;
|
|
3281
3281
|
try {
|
|
3282
3282
|
error.message += "\n " + hint;
|
|
3283
|
-
} catch (
|
|
3283
|
+
} catch (ignored) {
|
|
3284
3284
|
if (!context.logger || context.logger?.constructor?.name === "NoOpLogger") {
|
|
3285
3285
|
console.warn(hint);
|
|
3286
3286
|
} else {
|
|
@@ -3303,7 +3303,7 @@ var init_deserializerMiddleware = require_rolldown_runtime.__esmMin((() => {
|
|
|
3303
3303
|
cfId: findHeader(/^x-[\w-]+-cf-id$/, headerEntries)
|
|
3304
3304
|
};
|
|
3305
3305
|
}
|
|
3306
|
-
} catch (
|
|
3306
|
+
} catch (ignored) {}
|
|
3307
3307
|
}
|
|
3308
3308
|
throw error;
|
|
3309
3309
|
}
|
|
@@ -3316,7 +3316,7 @@ var init_deserializerMiddleware = require_rolldown_runtime.__esmMin((() => {
|
|
|
3316
3316
|
}));
|
|
3317
3317
|
|
|
3318
3318
|
//#endregion
|
|
3319
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3319
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/property-provider/ProviderError.js
|
|
3320
3320
|
var ProviderError;
|
|
3321
3321
|
var init_ProviderError = require_rolldown_runtime.__esmMin((() => {
|
|
3322
3322
|
ProviderError = class ProviderError extends Error {
|
|
@@ -3344,7 +3344,7 @@ var init_ProviderError = require_rolldown_runtime.__esmMin((() => {
|
|
|
3344
3344
|
}));
|
|
3345
3345
|
|
|
3346
3346
|
//#endregion
|
|
3347
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3347
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/property-provider/CredentialsProviderError.js
|
|
3348
3348
|
var CredentialsProviderError;
|
|
3349
3349
|
var init_CredentialsProviderError = require_rolldown_runtime.__esmMin((() => {
|
|
3350
3350
|
init_ProviderError();
|
|
@@ -3358,7 +3358,7 @@ var init_CredentialsProviderError = require_rolldown_runtime.__esmMin((() => {
|
|
|
3358
3358
|
}));
|
|
3359
3359
|
|
|
3360
3360
|
//#endregion
|
|
3361
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3361
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/property-provider/TokenProviderError.js
|
|
3362
3362
|
var TokenProviderError;
|
|
3363
3363
|
var init_TokenProviderError = require_rolldown_runtime.__esmMin((() => {
|
|
3364
3364
|
init_ProviderError();
|
|
@@ -3372,7 +3372,7 @@ var init_TokenProviderError = require_rolldown_runtime.__esmMin((() => {
|
|
|
3372
3372
|
}));
|
|
3373
3373
|
|
|
3374
3374
|
//#endregion
|
|
3375
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3375
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/property-provider/chain.js
|
|
3376
3376
|
var chain;
|
|
3377
3377
|
var init_chain = require_rolldown_runtime.__esmMin((() => {
|
|
3378
3378
|
init_ProviderError();
|
|
@@ -3398,14 +3398,14 @@ var init_chain = require_rolldown_runtime.__esmMin((() => {
|
|
|
3398
3398
|
}));
|
|
3399
3399
|
|
|
3400
3400
|
//#endregion
|
|
3401
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3401
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/property-provider/fromValue.js
|
|
3402
3402
|
var fromValue;
|
|
3403
3403
|
var init_fromValue = require_rolldown_runtime.__esmMin((() => {
|
|
3404
3404
|
fromValue = (staticValue) => () => Promise.resolve(staticValue);
|
|
3405
3405
|
}));
|
|
3406
3406
|
|
|
3407
3407
|
//#endregion
|
|
3408
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3408
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/property-provider/memoize.js
|
|
3409
3409
|
var memoize;
|
|
3410
3410
|
var init_memoize = require_rolldown_runtime.__esmMin((() => {
|
|
3411
3411
|
memoize = (provider, isExpired, requiresRefresh) => {
|
|
@@ -3455,7 +3455,7 @@ var init_memoize = require_rolldown_runtime.__esmMin((() => {
|
|
|
3455
3455
|
}));
|
|
3456
3456
|
|
|
3457
3457
|
//#endregion
|
|
3458
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3458
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/util-config-provider/booleanSelector.js
|
|
3459
3459
|
var booleanSelector;
|
|
3460
3460
|
var init_booleanSelector = require_rolldown_runtime.__esmMin((() => {
|
|
3461
3461
|
booleanSelector = (obj, key, type) => {
|
|
@@ -3467,7 +3467,7 @@ var init_booleanSelector = require_rolldown_runtime.__esmMin((() => {
|
|
|
3467
3467
|
}));
|
|
3468
3468
|
|
|
3469
3469
|
//#endregion
|
|
3470
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3470
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/util-config-provider/numberSelector.js
|
|
3471
3471
|
var numberSelector;
|
|
3472
3472
|
var init_numberSelector = require_rolldown_runtime.__esmMin((() => {
|
|
3473
3473
|
numberSelector = (obj, key, type) => {
|
|
@@ -3481,7 +3481,7 @@ var init_numberSelector = require_rolldown_runtime.__esmMin((() => {
|
|
|
3481
3481
|
}));
|
|
3482
3482
|
|
|
3483
3483
|
//#endregion
|
|
3484
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3484
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/util-config-provider/types.js
|
|
3485
3485
|
var SelectorType;
|
|
3486
3486
|
var init_types$1 = require_rolldown_runtime.__esmMin((() => {
|
|
3487
3487
|
;
|
|
@@ -3492,7 +3492,7 @@ var init_types$1 = require_rolldown_runtime.__esmMin((() => {
|
|
|
3492
3492
|
}));
|
|
3493
3493
|
|
|
3494
3494
|
//#endregion
|
|
3495
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3495
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getHomeDir.js
|
|
3496
3496
|
var homeDirCache, getHomeDirCacheKey, getHomeDir;
|
|
3497
3497
|
var init_getHomeDir = require_rolldown_runtime.__esmMin((() => {
|
|
3498
3498
|
homeDirCache = {};
|
|
@@ -3514,7 +3514,7 @@ var init_getHomeDir = require_rolldown_runtime.__esmMin((() => {
|
|
|
3514
3514
|
}));
|
|
3515
3515
|
|
|
3516
3516
|
//#endregion
|
|
3517
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3517
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getProfileName.js
|
|
3518
3518
|
var ENV_PROFILE, DEFAULT_PROFILE, getProfileName;
|
|
3519
3519
|
var init_getProfileName = require_rolldown_runtime.__esmMin((() => {
|
|
3520
3520
|
ENV_PROFILE = "AWS_PROFILE";
|
|
@@ -3523,7 +3523,7 @@ var init_getProfileName = require_rolldown_runtime.__esmMin((() => {
|
|
|
3523
3523
|
}));
|
|
3524
3524
|
|
|
3525
3525
|
//#endregion
|
|
3526
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3526
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getSSOTokenFilepath.js
|
|
3527
3527
|
var getSSOTokenFilepath;
|
|
3528
3528
|
var init_getSSOTokenFilepath = require_rolldown_runtime.__esmMin((() => {
|
|
3529
3529
|
init_getHomeDir();
|
|
@@ -3535,7 +3535,7 @@ var init_getSSOTokenFilepath = require_rolldown_runtime.__esmMin((() => {
|
|
|
3535
3535
|
}));
|
|
3536
3536
|
|
|
3537
3537
|
//#endregion
|
|
3538
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3538
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getSSOTokenFromFile.js
|
|
3539
3539
|
var tokenIntercept, getSSOTokenFromFile;
|
|
3540
3540
|
var init_getSSOTokenFromFile = require_rolldown_runtime.__esmMin((() => {
|
|
3541
3541
|
init_getSSOTokenFilepath();
|
|
@@ -3551,14 +3551,14 @@ var init_getSSOTokenFromFile = require_rolldown_runtime.__esmMin((() => {
|
|
|
3551
3551
|
}));
|
|
3552
3552
|
|
|
3553
3553
|
//#endregion
|
|
3554
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3554
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/constants.js
|
|
3555
3555
|
var CONFIG_PREFIX_SEPARATOR;
|
|
3556
3556
|
var init_constants$1 = require_rolldown_runtime.__esmMin((() => {
|
|
3557
3557
|
CONFIG_PREFIX_SEPARATOR = ".";
|
|
3558
3558
|
}));
|
|
3559
3559
|
|
|
3560
3560
|
//#endregion
|
|
3561
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3561
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getConfigData.js
|
|
3562
3562
|
var import_dist_cjs$3, getConfigData;
|
|
3563
3563
|
var init_getConfigData = require_rolldown_runtime.__esmMin((() => {
|
|
3564
3564
|
import_dist_cjs$3 = require_dist_cjs$1.require_dist_cjs();
|
|
@@ -3578,7 +3578,7 @@ var init_getConfigData = require_rolldown_runtime.__esmMin((() => {
|
|
|
3578
3578
|
}));
|
|
3579
3579
|
|
|
3580
3580
|
//#endregion
|
|
3581
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3581
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getConfigFilepath.js
|
|
3582
3582
|
var ENV_CONFIG_PATH, getConfigFilepath;
|
|
3583
3583
|
var init_getConfigFilepath = require_rolldown_runtime.__esmMin((() => {
|
|
3584
3584
|
init_getHomeDir();
|
|
@@ -3587,7 +3587,7 @@ var init_getConfigFilepath = require_rolldown_runtime.__esmMin((() => {
|
|
|
3587
3587
|
}));
|
|
3588
3588
|
|
|
3589
3589
|
//#endregion
|
|
3590
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3590
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getCredentialsFilepath.js
|
|
3591
3591
|
var ENV_CREDENTIALS_PATH, getCredentialsFilepath;
|
|
3592
3592
|
var init_getCredentialsFilepath = require_rolldown_runtime.__esmMin((() => {
|
|
3593
3593
|
init_getHomeDir();
|
|
@@ -3596,12 +3596,12 @@ var init_getCredentialsFilepath = require_rolldown_runtime.__esmMin((() => {
|
|
|
3596
3596
|
}));
|
|
3597
3597
|
|
|
3598
3598
|
//#endregion
|
|
3599
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3599
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/parseIni.js
|
|
3600
3600
|
var import_dist_cjs$2, prefixKeyRegex, profileNameBlockList, parseIni;
|
|
3601
3601
|
var init_parseIni = require_rolldown_runtime.__esmMin((() => {
|
|
3602
3602
|
import_dist_cjs$2 = require_dist_cjs$1.require_dist_cjs();
|
|
3603
3603
|
init_constants$1();
|
|
3604
|
-
prefixKeyRegex = /^([\w-]+)\s(["'])?([\w
|
|
3604
|
+
prefixKeyRegex = /^([\w-]+)\s(["'])?([\w-@+.%:/]+)\2$/;
|
|
3605
3605
|
profileNameBlockList = ["__proto__", "profile __proto__"];
|
|
3606
3606
|
parseIni = (iniData) => {
|
|
3607
3607
|
const map = {};
|
|
@@ -3648,7 +3648,7 @@ var init_parseIni = require_rolldown_runtime.__esmMin((() => {
|
|
|
3648
3648
|
}));
|
|
3649
3649
|
|
|
3650
3650
|
//#endregion
|
|
3651
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3651
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/readFile.js
|
|
3652
3652
|
var filePromises, fileIntercept, readFile;
|
|
3653
3653
|
var init_readFile = require_rolldown_runtime.__esmMin((() => {
|
|
3654
3654
|
filePromises = {};
|
|
@@ -3665,7 +3665,7 @@ var init_readFile = require_rolldown_runtime.__esmMin((() => {
|
|
|
3665
3665
|
}));
|
|
3666
3666
|
|
|
3667
3667
|
//#endregion
|
|
3668
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3668
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/loadSharedConfigFiles.js
|
|
3669
3669
|
var swallowError$1, loadSharedConfigFiles;
|
|
3670
3670
|
var init_loadSharedConfigFiles = require_rolldown_runtime.__esmMin((() => {
|
|
3671
3671
|
init_getConfigData();
|
|
@@ -3697,7 +3697,7 @@ var init_loadSharedConfigFiles = require_rolldown_runtime.__esmMin((() => {
|
|
|
3697
3697
|
}));
|
|
3698
3698
|
|
|
3699
3699
|
//#endregion
|
|
3700
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3700
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getSsoSessionData.js
|
|
3701
3701
|
var import_dist_cjs$1, getSsoSessionData;
|
|
3702
3702
|
var init_getSsoSessionData = require_rolldown_runtime.__esmMin((() => {
|
|
3703
3703
|
import_dist_cjs$1 = require_dist_cjs$1.require_dist_cjs();
|
|
@@ -3709,7 +3709,7 @@ var init_getSsoSessionData = require_rolldown_runtime.__esmMin((() => {
|
|
|
3709
3709
|
}));
|
|
3710
3710
|
|
|
3711
3711
|
//#endregion
|
|
3712
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3712
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/loadSsoSessionData.js
|
|
3713
3713
|
var swallowError, loadSsoSessionData;
|
|
3714
3714
|
var init_loadSsoSessionData = require_rolldown_runtime.__esmMin((() => {
|
|
3715
3715
|
init_getConfigFilepath();
|
|
@@ -3721,7 +3721,7 @@ var init_loadSsoSessionData = require_rolldown_runtime.__esmMin((() => {
|
|
|
3721
3721
|
}));
|
|
3722
3722
|
|
|
3723
3723
|
//#endregion
|
|
3724
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3724
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/mergeConfigFiles.js
|
|
3725
3725
|
var mergeConfigFiles;
|
|
3726
3726
|
var init_mergeConfigFiles = require_rolldown_runtime.__esmMin((() => {
|
|
3727
3727
|
mergeConfigFiles = (...files) => {
|
|
@@ -3740,7 +3740,7 @@ var init_mergeConfigFiles = require_rolldown_runtime.__esmMin((() => {
|
|
|
3740
3740
|
}));
|
|
3741
3741
|
|
|
3742
3742
|
//#endregion
|
|
3743
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3743
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/parseKnownFiles.js
|
|
3744
3744
|
var parseKnownFiles;
|
|
3745
3745
|
var init_parseKnownFiles = require_rolldown_runtime.__esmMin((() => {
|
|
3746
3746
|
init_loadSharedConfigFiles();
|
|
@@ -3752,7 +3752,7 @@ var init_parseKnownFiles = require_rolldown_runtime.__esmMin((() => {
|
|
|
3752
3752
|
}));
|
|
3753
3753
|
|
|
3754
3754
|
//#endregion
|
|
3755
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3755
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/externalDataInterceptor.js
|
|
3756
3756
|
var externalDataInterceptor;
|
|
3757
3757
|
var init_externalDataInterceptor = require_rolldown_runtime.__esmMin((() => {
|
|
3758
3758
|
init_getSSOTokenFromFile();
|
|
@@ -3774,7 +3774,7 @@ var init_externalDataInterceptor = require_rolldown_runtime.__esmMin((() => {
|
|
|
3774
3774
|
}));
|
|
3775
3775
|
|
|
3776
3776
|
//#endregion
|
|
3777
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3777
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/getSelectorName.js
|
|
3778
3778
|
function getSelectorName(functionString) {
|
|
3779
3779
|
try {
|
|
3780
3780
|
const constants = new Set(Array.from(functionString.match(/([A-Z_]){3,}/g) ?? []));
|
|
@@ -3782,14 +3782,14 @@ function getSelectorName(functionString) {
|
|
|
3782
3782
|
constants.delete("CONFIG_PREFIX_SEPARATOR");
|
|
3783
3783
|
constants.delete("ENV");
|
|
3784
3784
|
return [...constants].join(", ");
|
|
3785
|
-
} catch (
|
|
3785
|
+
} catch (ignored) {
|
|
3786
3786
|
return functionString;
|
|
3787
3787
|
}
|
|
3788
3788
|
}
|
|
3789
3789
|
var init_getSelectorName = require_rolldown_runtime.__esmMin((() => {}));
|
|
3790
3790
|
|
|
3791
3791
|
//#endregion
|
|
3792
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3792
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromEnv.js
|
|
3793
3793
|
var fromEnv;
|
|
3794
3794
|
var init_fromEnv = require_rolldown_runtime.__esmMin((() => {
|
|
3795
3795
|
init_CredentialsProviderError();
|
|
@@ -3808,7 +3808,7 @@ var init_fromEnv = require_rolldown_runtime.__esmMin((() => {
|
|
|
3808
3808
|
}));
|
|
3809
3809
|
|
|
3810
3810
|
//#endregion
|
|
3811
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3811
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromSharedConfigFiles.js
|
|
3812
3812
|
var fromSharedConfigFiles;
|
|
3813
3813
|
var init_fromSharedConfigFiles = require_rolldown_runtime.__esmMin((() => {
|
|
3814
3814
|
init_CredentialsProviderError();
|
|
@@ -3841,7 +3841,7 @@ var init_fromSharedConfigFiles = require_rolldown_runtime.__esmMin((() => {
|
|
|
3841
3841
|
}));
|
|
3842
3842
|
|
|
3843
3843
|
//#endregion
|
|
3844
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3844
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromStatic.js
|
|
3845
3845
|
var isFunction, fromStatic;
|
|
3846
3846
|
var init_fromStatic = require_rolldown_runtime.__esmMin((() => {
|
|
3847
3847
|
init_fromValue();
|
|
@@ -3850,7 +3850,7 @@ var init_fromStatic = require_rolldown_runtime.__esmMin((() => {
|
|
|
3850
3850
|
}));
|
|
3851
3851
|
|
|
3852
3852
|
//#endregion
|
|
3853
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3853
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/configLoader.js
|
|
3854
3854
|
var loadConfig;
|
|
3855
3855
|
var init_configLoader = require_rolldown_runtime.__esmMin((() => {
|
|
3856
3856
|
init_chain();
|
|
@@ -3869,7 +3869,7 @@ var init_configLoader = require_rolldown_runtime.__esmMin((() => {
|
|
|
3869
3869
|
}));
|
|
3870
3870
|
|
|
3871
3871
|
//#endregion
|
|
3872
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3872
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js
|
|
3873
3873
|
var ENV_USE_DUALSTACK_ENDPOINT, CONFIG_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_DUALSTACK_ENDPOINT, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, nodeDualstackConfigSelectors;
|
|
3874
3874
|
var init_NodeUseDualstackEndpointConfigOptions = require_rolldown_runtime.__esmMin((() => {
|
|
3875
3875
|
init_booleanSelector();
|
|
@@ -3890,7 +3890,7 @@ var init_NodeUseDualstackEndpointConfigOptions = require_rolldown_runtime.__esmM
|
|
|
3890
3890
|
}));
|
|
3891
3891
|
|
|
3892
3892
|
//#endregion
|
|
3893
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3893
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/NodeUseFipsEndpointConfigOptions.js
|
|
3894
3894
|
var ENV_USE_FIPS_ENDPOINT, CONFIG_USE_FIPS_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, nodeFipsConfigSelectors;
|
|
3895
3895
|
var init_NodeUseFipsEndpointConfigOptions = require_rolldown_runtime.__esmMin((() => {
|
|
3896
3896
|
init_booleanSelector();
|
|
@@ -3911,7 +3911,7 @@ var init_NodeUseFipsEndpointConfigOptions = require_rolldown_runtime.__esmMin(((
|
|
|
3911
3911
|
}));
|
|
3912
3912
|
|
|
3913
3913
|
//#endregion
|
|
3914
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3914
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/resolveCustomEndpointsConfig.js
|
|
3915
3915
|
var resolveCustomEndpointsConfig;
|
|
3916
3916
|
var init_resolveCustomEndpointsConfig = require_rolldown_runtime.__esmMin((() => {
|
|
3917
3917
|
init_client();
|
|
@@ -3927,7 +3927,7 @@ var init_resolveCustomEndpointsConfig = require_rolldown_runtime.__esmMin((() =>
|
|
|
3927
3927
|
}));
|
|
3928
3928
|
|
|
3929
3929
|
//#endregion
|
|
3930
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3930
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/utils/getEndpointFromRegion.js
|
|
3931
3931
|
var getEndpointFromRegion;
|
|
3932
3932
|
var init_getEndpointFromRegion = require_rolldown_runtime.__esmMin((() => {
|
|
3933
3933
|
getEndpointFromRegion = async (input) => {
|
|
@@ -3951,7 +3951,7 @@ var init_getEndpointFromRegion = require_rolldown_runtime.__esmMin((() => {
|
|
|
3951
3951
|
}));
|
|
3952
3952
|
|
|
3953
3953
|
//#endregion
|
|
3954
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3954
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/resolveEndpointsConfig.js
|
|
3955
3955
|
var resolveEndpointsConfig;
|
|
3956
3956
|
var init_resolveEndpointsConfig = require_rolldown_runtime.__esmMin((() => {
|
|
3957
3957
|
init_client();
|
|
@@ -3973,7 +3973,7 @@ var init_resolveEndpointsConfig = require_rolldown_runtime.__esmMin((() => {
|
|
|
3973
3973
|
}));
|
|
3974
3974
|
|
|
3975
3975
|
//#endregion
|
|
3976
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3976
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/constants.js
|
|
3977
3977
|
var AWS_EXECUTION_ENV, AWS_REGION_ENV, AWS_DEFAULT_REGION_ENV, ENV_IMDS_DISABLED, DEFAULTS_MODE_OPTIONS, IMDS_REGION_PATH, IMDS_TOKEN_PATH, X_AWS_EC2_METADATA_TOKEN, X_AWS_EC2_METADATA_TOKEN_TTL;
|
|
3978
3978
|
var init_constants = require_rolldown_runtime.__esmMin((() => {
|
|
3979
3979
|
AWS_EXECUTION_ENV = "AWS_EXECUTION_ENV";
|
|
@@ -3994,7 +3994,7 @@ var init_constants = require_rolldown_runtime.__esmMin((() => {
|
|
|
3994
3994
|
}));
|
|
3995
3995
|
|
|
3996
3996
|
//#endregion
|
|
3997
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3997
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/getInstanceMetadataRegion.js
|
|
3998
3998
|
var TIMEOUT_MS, NEG_CACHE_TTL_MS, negativeCacheUntil, getInstanceMetadataRegion, cacheNegativeAndReturnUndefined, resolveImdsEndpoint, imdsRequest;
|
|
3999
3999
|
var init_getInstanceMetadataRegion = require_rolldown_runtime.__esmMin((() => {
|
|
4000
4000
|
init_constants();
|
|
@@ -4085,7 +4085,7 @@ var init_getInstanceMetadataRegion = require_rolldown_runtime.__esmMin((() => {
|
|
|
4085
4085
|
}));
|
|
4086
4086
|
|
|
4087
4087
|
//#endregion
|
|
4088
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4088
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/config.js
|
|
4089
4089
|
var REGION_ENV_NAME, REGION_INI_NAME, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS;
|
|
4090
4090
|
var init_config$1 = require_rolldown_runtime.__esmMin((() => {
|
|
4091
4091
|
init_getInstanceMetadataRegion();
|
|
@@ -4106,7 +4106,7 @@ var init_config$1 = require_rolldown_runtime.__esmMin((() => {
|
|
|
4106
4106
|
}));
|
|
4107
4107
|
|
|
4108
4108
|
//#endregion
|
|
4109
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4109
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/checkRegion.js
|
|
4110
4110
|
var validRegions, checkRegion;
|
|
4111
4111
|
var init_checkRegion = require_rolldown_runtime.__esmMin((() => {
|
|
4112
4112
|
init_transport();
|
|
@@ -4125,14 +4125,14 @@ var init_checkRegion = require_rolldown_runtime.__esmMin((() => {
|
|
|
4125
4125
|
}));
|
|
4126
4126
|
|
|
4127
4127
|
//#endregion
|
|
4128
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4128
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/isFipsRegion.js
|
|
4129
4129
|
var isFipsRegion;
|
|
4130
4130
|
var init_isFipsRegion = require_rolldown_runtime.__esmMin((() => {
|
|
4131
4131
|
isFipsRegion = (region) => typeof region === "string" && (region.startsWith("fips-") || region.endsWith("-fips"));
|
|
4132
4132
|
}));
|
|
4133
4133
|
|
|
4134
4134
|
//#endregion
|
|
4135
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4135
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/getRealRegion.js
|
|
4136
4136
|
var getRealRegion;
|
|
4137
4137
|
var init_getRealRegion = require_rolldown_runtime.__esmMin((() => {
|
|
4138
4138
|
init_isFipsRegion();
|
|
@@ -4140,7 +4140,7 @@ var init_getRealRegion = require_rolldown_runtime.__esmMin((() => {
|
|
|
4140
4140
|
}));
|
|
4141
4141
|
|
|
4142
4142
|
//#endregion
|
|
4143
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4143
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/resolveRegionConfig.js
|
|
4144
4144
|
var resolveRegionConfig;
|
|
4145
4145
|
var init_resolveRegionConfig = require_rolldown_runtime.__esmMin((() => {
|
|
4146
4146
|
init_checkRegion();
|
|
@@ -4170,28 +4170,28 @@ var init_resolveRegionConfig = require_rolldown_runtime.__esmMin((() => {
|
|
|
4170
4170
|
}));
|
|
4171
4171
|
|
|
4172
4172
|
//#endregion
|
|
4173
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4173
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/getHostnameFromVariants.js
|
|
4174
4174
|
var getHostnameFromVariants;
|
|
4175
4175
|
var init_getHostnameFromVariants = require_rolldown_runtime.__esmMin((() => {
|
|
4176
4176
|
getHostnameFromVariants = (variants = [], { useFipsEndpoint, useDualstackEndpoint }) => variants.find(({ tags }) => useFipsEndpoint === tags.includes("fips") && useDualstackEndpoint === tags.includes("dualstack"))?.hostname;
|
|
4177
4177
|
}));
|
|
4178
4178
|
|
|
4179
4179
|
//#endregion
|
|
4180
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4180
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/getResolvedHostname.js
|
|
4181
4181
|
var getResolvedHostname;
|
|
4182
4182
|
var init_getResolvedHostname = require_rolldown_runtime.__esmMin((() => {
|
|
4183
4183
|
getResolvedHostname = (resolvedRegion, { regionHostname, partitionHostname }) => regionHostname ? regionHostname : partitionHostname ? partitionHostname.replace("{region}", resolvedRegion) : undefined;
|
|
4184
4184
|
}));
|
|
4185
4185
|
|
|
4186
4186
|
//#endregion
|
|
4187
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4187
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/getResolvedPartition.js
|
|
4188
4188
|
var getResolvedPartition;
|
|
4189
4189
|
var init_getResolvedPartition = require_rolldown_runtime.__esmMin((() => {
|
|
4190
4190
|
getResolvedPartition = (region, { partitionHash }) => Object.keys(partitionHash || {}).find((key) => partitionHash[key].regions.includes(region)) ?? "aws";
|
|
4191
4191
|
}));
|
|
4192
4192
|
|
|
4193
4193
|
//#endregion
|
|
4194
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4194
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/getResolvedSigningRegion.js
|
|
4195
4195
|
var getResolvedSigningRegion;
|
|
4196
4196
|
var init_getResolvedSigningRegion = require_rolldown_runtime.__esmMin((() => {
|
|
4197
4197
|
getResolvedSigningRegion = (hostname, { signingRegion, regionRegex, useFipsEndpoint }) => {
|
|
@@ -4208,7 +4208,7 @@ var init_getResolvedSigningRegion = require_rolldown_runtime.__esmMin((() => {
|
|
|
4208
4208
|
}));
|
|
4209
4209
|
|
|
4210
4210
|
//#endregion
|
|
4211
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4211
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/getRegionInfo.js
|
|
4212
4212
|
var getRegionInfo;
|
|
4213
4213
|
var init_getRegionInfo = require_rolldown_runtime.__esmMin((() => {
|
|
4214
4214
|
init_getHostnameFromVariants();
|
|
@@ -4251,7 +4251,7 @@ var init_getRegionInfo = require_rolldown_runtime.__esmMin((() => {
|
|
|
4251
4251
|
}));
|
|
4252
4252
|
|
|
4253
4253
|
//#endregion
|
|
4254
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4254
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/defaultsModeConfig.js
|
|
4255
4255
|
var AWS_DEFAULTS_MODE_ENV, AWS_DEFAULTS_MODE_CONFIG, NODE_DEFAULTS_MODE_CONFIG_OPTIONS;
|
|
4256
4256
|
var init_defaultsModeConfig = require_rolldown_runtime.__esmMin((() => {
|
|
4257
4257
|
AWS_DEFAULTS_MODE_ENV = "AWS_DEFAULTS_MODE";
|
|
@@ -4268,7 +4268,7 @@ var init_defaultsModeConfig = require_rolldown_runtime.__esmMin((() => {
|
|
|
4268
4268
|
}));
|
|
4269
4269
|
|
|
4270
4270
|
//#endregion
|
|
4271
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4271
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.js
|
|
4272
4272
|
var resolveDefaultsModeConfig, resolveNodeDefaultsModeAuto, inferPhysicalRegion;
|
|
4273
4273
|
var init_resolveDefaultsModeConfig = require_rolldown_runtime.__esmMin((() => {
|
|
4274
4274
|
init_config$1();
|
|
@@ -4314,7 +4314,7 @@ var init_resolveDefaultsModeConfig = require_rolldown_runtime.__esmMin((() => {
|
|
|
4314
4314
|
}));
|
|
4315
4315
|
|
|
4316
4316
|
//#endregion
|
|
4317
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4317
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/config/index.js
|
|
4318
4318
|
var config_exports = /* @__PURE__ */ require_rolldown_runtime.__exportAll({
|
|
4319
4319
|
CONFIG_PREFIX_SEPARATOR: () => ".",
|
|
4320
4320
|
CONFIG_USE_DUALSTACK_ENDPOINT: () => CONFIG_USE_DUALSTACK_ENDPOINT,
|
|
@@ -4392,7 +4392,7 @@ var init_config = require_rolldown_runtime.__esmMin((() => {
|
|
|
4392
4392
|
}));
|
|
4393
4393
|
|
|
4394
4394
|
//#endregion
|
|
4395
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4395
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.js
|
|
4396
4396
|
var ENV_ENDPOINT_URL, CONFIG_ENDPOINT_URL, getEndpointUrlConfig;
|
|
4397
4397
|
var init_getEndpointUrlConfig = require_rolldown_runtime.__esmMin((() => {
|
|
4398
4398
|
init_config();
|
|
@@ -4408,13 +4408,15 @@ var init_getEndpointUrlConfig = require_rolldown_runtime.__esmMin((() => {
|
|
|
4408
4408
|
return undefined;
|
|
4409
4409
|
},
|
|
4410
4410
|
configFileSelector: (profile, config) => {
|
|
4411
|
-
if (
|
|
4412
|
-
const
|
|
4413
|
-
if (
|
|
4414
|
-
|
|
4415
|
-
const endpointUrl = servicesSection[[servicePrefixParts.join("_"), CONFIG_ENDPOINT_URL].join(".")];
|
|
4416
|
-
if (endpointUrl) return endpointUrl;
|
|
4411
|
+
if (profile.services) {
|
|
4412
|
+
const servicesSectionKey = ["services", profile.services].join(".");
|
|
4413
|
+
if (!config || !config[servicesSectionKey]) {
|
|
4414
|
+
throw new Error(`The services section "${profile.services}" specified in the profile is not present in the shared configuration file.`);
|
|
4417
4415
|
}
|
|
4416
|
+
const servicesSection = config[servicesSectionKey];
|
|
4417
|
+
const servicePrefixParts = serviceId.split(" ").map((w) => w.toLowerCase());
|
|
4418
|
+
const endpointUrl = servicesSection[[servicePrefixParts.join("_"), CONFIG_ENDPOINT_URL].join(".")];
|
|
4419
|
+
if (endpointUrl) return endpointUrl;
|
|
4418
4420
|
}
|
|
4419
4421
|
const endpointUrl = profile[CONFIG_ENDPOINT_URL];
|
|
4420
4422
|
if (endpointUrl) return endpointUrl;
|
|
@@ -4425,16 +4427,37 @@ var init_getEndpointUrlConfig = require_rolldown_runtime.__esmMin((() => {
|
|
|
4425
4427
|
}));
|
|
4426
4428
|
|
|
4427
4429
|
//#endregion
|
|
4428
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4430
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getIgnoreConfiguredEndpointUrls.js
|
|
4431
|
+
var ENV_IGNORE_CONFIGURED_ENDPOINT_URLS, CONFIG_IGNORE_CONFIGURED_ENDPOINT_URLS, ignoreConfiguredEndpointUrlsConfigSelectors;
|
|
4432
|
+
var init_getIgnoreConfiguredEndpointUrls = require_rolldown_runtime.__esmMin((() => {
|
|
4433
|
+
init_config();
|
|
4434
|
+
ENV_IGNORE_CONFIGURED_ENDPOINT_URLS = "AWS_IGNORE_CONFIGURED_ENDPOINT_URLS";
|
|
4435
|
+
CONFIG_IGNORE_CONFIGURED_ENDPOINT_URLS = "ignore_configured_endpoint_urls";
|
|
4436
|
+
ignoreConfiguredEndpointUrlsConfigSelectors = {
|
|
4437
|
+
environmentVariableSelector: (env) => booleanSelector(env, ENV_IGNORE_CONFIGURED_ENDPOINT_URLS, SelectorType.ENV),
|
|
4438
|
+
configFileSelector: (profile) => booleanSelector(profile, CONFIG_IGNORE_CONFIGURED_ENDPOINT_URLS, SelectorType.CONFIG),
|
|
4439
|
+
default: false
|
|
4440
|
+
};
|
|
4441
|
+
}));
|
|
4442
|
+
|
|
4443
|
+
//#endregion
|
|
4444
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.js
|
|
4429
4445
|
var getEndpointFromConfig;
|
|
4430
4446
|
var init_getEndpointFromConfig = require_rolldown_runtime.__esmMin((() => {
|
|
4431
4447
|
init_config();
|
|
4432
4448
|
init_getEndpointUrlConfig();
|
|
4433
|
-
|
|
4449
|
+
init_getIgnoreConfiguredEndpointUrls();
|
|
4450
|
+
getEndpointFromConfig = async (serviceId) => {
|
|
4451
|
+
const ignore = await loadConfig(ignoreConfiguredEndpointUrlsConfigSelectors)();
|
|
4452
|
+
if (ignore) {
|
|
4453
|
+
return undefined;
|
|
4454
|
+
}
|
|
4455
|
+
return loadConfig(getEndpointUrlConfig(serviceId ?? ""))();
|
|
4456
|
+
};
|
|
4434
4457
|
}));
|
|
4435
4458
|
|
|
4436
4459
|
//#endregion
|
|
4437
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4460
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/service-customizations/s3.js
|
|
4438
4461
|
var resolveParamsForS3, DOMAIN_PATTERN, IP_ADDRESS_PATTERN, DOTS_PATTERN, DOT_PATTERN, S3_HOSTNAME_PATTERN, isDnsCompatibleBucketName, isArnBucketName;
|
|
4439
4462
|
var init_s3 = require_rolldown_runtime.__esmMin((() => {
|
|
4440
4463
|
resolveParamsForS3 = async (endpointParams) => {
|
|
@@ -4455,7 +4478,7 @@ var init_s3 = require_rolldown_runtime.__esmMin((() => {
|
|
|
4455
4478
|
}
|
|
4456
4479
|
return endpointParams;
|
|
4457
4480
|
};
|
|
4458
|
-
DOMAIN_PATTERN = /^[a-z0-9][a-z0-9
|
|
4481
|
+
DOMAIN_PATTERN = /^[a-z0-9][a-z0-9.-]{1,61}[a-z0-9]$/;
|
|
4459
4482
|
IP_ADDRESS_PATTERN = /(\d+\.){3}\d+/;
|
|
4460
4483
|
DOTS_PATTERN = /\.\./;
|
|
4461
4484
|
DOT_PATTERN = /\./;
|
|
@@ -4473,13 +4496,13 @@ var init_s3 = require_rolldown_runtime.__esmMin((() => {
|
|
|
4473
4496
|
}));
|
|
4474
4497
|
|
|
4475
4498
|
//#endregion
|
|
4476
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4499
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/service-customizations/index.js
|
|
4477
4500
|
var init_service_customizations = require_rolldown_runtime.__esmMin((() => {
|
|
4478
4501
|
init_s3();
|
|
4479
4502
|
}));
|
|
4480
4503
|
|
|
4481
4504
|
//#endregion
|
|
4482
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4505
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/createConfigValueProvider.js
|
|
4483
4506
|
var createConfigValueProvider;
|
|
4484
4507
|
var init_createConfigValueProvider = require_rolldown_runtime.__esmMin((() => {
|
|
4485
4508
|
createConfigValueProvider = (configKey, canonicalEndpointParamKey, config, isClientContextParam = false) => {
|
|
@@ -4534,16 +4557,16 @@ var init_createConfigValueProvider = require_rolldown_runtime.__esmMin((() => {
|
|
|
4534
4557
|
}));
|
|
4535
4558
|
|
|
4536
4559
|
//#endregion
|
|
4537
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4560
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.js
|
|
4538
4561
|
var init_toEndpointV1 = require_rolldown_runtime.__esmMin((() => {
|
|
4539
4562
|
init_transport();
|
|
4540
4563
|
}));
|
|
4541
4564
|
|
|
4542
4565
|
//#endregion
|
|
4543
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4566
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.js
|
|
4544
4567
|
function bindGetEndpointFromInstructions(getEndpointFromConfig) {
|
|
4545
4568
|
return async (commandInput, instructionsSupplier, clientConfig, context) => {
|
|
4546
|
-
if (!clientConfig.isCustomEndpoint) {
|
|
4569
|
+
if (!clientConfig.isCustomEndpoint && !clientConfig.ignoreConfiguredEndpointUrls) {
|
|
4547
4570
|
let endpointFromConfig;
|
|
4548
4571
|
if (clientConfig.serviceConfiguredEndpoint) {
|
|
4549
4572
|
endpointFromConfig = await clientConfig.serviceConfiguredEndpoint();
|
|
@@ -4553,6 +4576,7 @@ function bindGetEndpointFromInstructions(getEndpointFromConfig) {
|
|
|
4553
4576
|
if (endpointFromConfig) {
|
|
4554
4577
|
clientConfig.endpoint = () => Promise.resolve(toEndpointV1(endpointFromConfig));
|
|
4555
4578
|
clientConfig.isCustomEndpoint = true;
|
|
4579
|
+
context?.logger?.debug?.(`@smithy/core/endpoints - resolved endpoint from config: ${endpointFromConfig}`);
|
|
4556
4580
|
}
|
|
4557
4581
|
}
|
|
4558
4582
|
const endpointParams = await resolveParams(commandInput, instructionsSupplier, clientConfig);
|
|
@@ -4609,7 +4633,7 @@ var init_getEndpointFromInstructions = require_rolldown_runtime.__esmMin((() =>
|
|
|
4609
4633
|
}));
|
|
4610
4634
|
|
|
4611
4635
|
//#endregion
|
|
4612
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4636
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/endpointMiddleware.js
|
|
4613
4637
|
function setFeature(context, feature, value) {
|
|
4614
4638
|
if (!context.__smithy_context) {
|
|
4615
4639
|
context.__smithy_context = { features: {} };
|
|
@@ -4656,7 +4680,7 @@ var init_endpointMiddleware = require_rolldown_runtime.__esmMin((() => {
|
|
|
4656
4680
|
}));
|
|
4657
4681
|
|
|
4658
4682
|
//#endregion
|
|
4659
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4683
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/getEndpointPlugin.js
|
|
4660
4684
|
function bindGetEndpointPlugin(getEndpointFromConfig) {
|
|
4661
4685
|
const endpointMiddleware = bindEndpointMiddleware(getEndpointFromConfig);
|
|
4662
4686
|
return (config, instructions) => ({ applyToStack: (clientStack) => {
|
|
@@ -4690,7 +4714,7 @@ var init_getEndpointPlugin = require_rolldown_runtime.__esmMin((() => {
|
|
|
4690
4714
|
}));
|
|
4691
4715
|
|
|
4692
4716
|
//#endregion
|
|
4693
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4717
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.js
|
|
4694
4718
|
function bindResolveEndpointConfig(getEndpointFromConfig) {
|
|
4695
4719
|
return (input) => {
|
|
4696
4720
|
const tls = input.tls ?? true;
|
|
@@ -4702,7 +4726,8 @@ function bindResolveEndpointConfig(getEndpointFromConfig) {
|
|
|
4702
4726
|
tls,
|
|
4703
4727
|
isCustomEndpoint,
|
|
4704
4728
|
useDualstackEndpoint: normalizeProvider(useDualstackEndpoint ?? false),
|
|
4705
|
-
useFipsEndpoint: normalizeProvider(useFipsEndpoint ?? false)
|
|
4729
|
+
useFipsEndpoint: normalizeProvider(useFipsEndpoint ?? false),
|
|
4730
|
+
ignoreConfiguredEndpointUrls: !!input.ignoreConfiguredEndpointUrls
|
|
4706
4731
|
});
|
|
4707
4732
|
let configuredEndpointPromise = undefined;
|
|
4708
4733
|
resolvedConfig.serviceConfiguredEndpoint = async () => {
|
|
@@ -4720,7 +4745,7 @@ var init_resolveEndpointConfig = require_rolldown_runtime.__esmMin((() => {
|
|
|
4720
4745
|
}));
|
|
4721
4746
|
|
|
4722
4747
|
//#endregion
|
|
4723
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4748
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/bdd/BinaryDecisionDiagram.js
|
|
4724
4749
|
var BinaryDecisionDiagram;
|
|
4725
4750
|
var init_BinaryDecisionDiagram = require_rolldown_runtime.__esmMin((() => {
|
|
4726
4751
|
BinaryDecisionDiagram = class BinaryDecisionDiagram {
|
|
@@ -4741,7 +4766,7 @@ var init_BinaryDecisionDiagram = require_rolldown_runtime.__esmMin((() => {
|
|
|
4741
4766
|
}));
|
|
4742
4767
|
|
|
4743
4768
|
//#endregion
|
|
4744
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4769
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/cache/EndpointCache.js
|
|
4745
4770
|
var EndpointCache;
|
|
4746
4771
|
var init_EndpointCache = require_rolldown_runtime.__esmMin((() => {
|
|
4747
4772
|
EndpointCache = class {
|
|
@@ -4797,7 +4822,7 @@ var init_EndpointCache = require_rolldown_runtime.__esmMin((() => {
|
|
|
4797
4822
|
}));
|
|
4798
4823
|
|
|
4799
4824
|
//#endregion
|
|
4800
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4825
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/types/EndpointError.js
|
|
4801
4826
|
var EndpointError;
|
|
4802
4827
|
var init_EndpointError = require_rolldown_runtime.__esmMin((() => {
|
|
4803
4828
|
EndpointError = class extends Error {
|
|
@@ -4809,20 +4834,20 @@ var init_EndpointError = require_rolldown_runtime.__esmMin((() => {
|
|
|
4809
4834
|
}));
|
|
4810
4835
|
|
|
4811
4836
|
//#endregion
|
|
4812
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4837
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/types/index.js
|
|
4813
4838
|
var init_types = require_rolldown_runtime.__esmMin((() => {
|
|
4814
4839
|
init_EndpointError();
|
|
4815
4840
|
}));
|
|
4816
4841
|
|
|
4817
4842
|
//#endregion
|
|
4818
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4843
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/debug/debugId.js
|
|
4819
4844
|
var debugId;
|
|
4820
4845
|
var init_debugId = require_rolldown_runtime.__esmMin((() => {
|
|
4821
4846
|
debugId = "endpoints";
|
|
4822
4847
|
}));
|
|
4823
4848
|
|
|
4824
4849
|
//#endregion
|
|
4825
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4850
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/debug/toDebugString.js
|
|
4826
4851
|
function toDebugString(input) {
|
|
4827
4852
|
if (typeof input !== "object" || input == null) {
|
|
4828
4853
|
return input;
|
|
@@ -4838,28 +4863,28 @@ function toDebugString(input) {
|
|
|
4838
4863
|
var init_toDebugString = require_rolldown_runtime.__esmMin((() => {}));
|
|
4839
4864
|
|
|
4840
4865
|
//#endregion
|
|
4841
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4866
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/debug/index.js
|
|
4842
4867
|
var init_debug = require_rolldown_runtime.__esmMin((() => {
|
|
4843
4868
|
init_debugId();
|
|
4844
4869
|
init_toDebugString();
|
|
4845
4870
|
}));
|
|
4846
4871
|
|
|
4847
4872
|
//#endregion
|
|
4848
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4873
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/customEndpointFunctions.js
|
|
4849
4874
|
var customEndpointFunctions;
|
|
4850
4875
|
var init_customEndpointFunctions = require_rolldown_runtime.__esmMin((() => {
|
|
4851
4876
|
customEndpointFunctions = {};
|
|
4852
4877
|
}));
|
|
4853
4878
|
|
|
4854
4879
|
//#endregion
|
|
4855
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4880
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/booleanEquals.js
|
|
4856
4881
|
var booleanEquals;
|
|
4857
4882
|
var init_booleanEquals = require_rolldown_runtime.__esmMin((() => {
|
|
4858
4883
|
booleanEquals = (value1, value2) => value1 === value2;
|
|
4859
4884
|
}));
|
|
4860
4885
|
|
|
4861
4886
|
//#endregion
|
|
4862
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4887
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/coalesce.js
|
|
4863
4888
|
function coalesce(...args) {
|
|
4864
4889
|
for (const arg of args) {
|
|
4865
4890
|
if (arg != null) {
|
|
@@ -4871,7 +4896,7 @@ function coalesce(...args) {
|
|
|
4871
4896
|
var init_coalesce = require_rolldown_runtime.__esmMin((() => {}));
|
|
4872
4897
|
|
|
4873
4898
|
//#endregion
|
|
4874
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4899
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/getAttrPathList.js
|
|
4875
4900
|
var getAttrPathList;
|
|
4876
4901
|
var init_getAttrPathList = require_rolldown_runtime.__esmMin((() => {
|
|
4877
4902
|
init_types();
|
|
@@ -4901,7 +4926,7 @@ var init_getAttrPathList = require_rolldown_runtime.__esmMin((() => {
|
|
|
4901
4926
|
}));
|
|
4902
4927
|
|
|
4903
4928
|
//#endregion
|
|
4904
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4929
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/getAttr.js
|
|
4905
4930
|
var getAttr;
|
|
4906
4931
|
var init_getAttr = require_rolldown_runtime.__esmMin((() => {
|
|
4907
4932
|
init_types();
|
|
@@ -4918,28 +4943,28 @@ var init_getAttr = require_rolldown_runtime.__esmMin((() => {
|
|
|
4918
4943
|
}));
|
|
4919
4944
|
|
|
4920
4945
|
//#endregion
|
|
4921
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4946
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/isSet.js
|
|
4922
4947
|
var isSet;
|
|
4923
4948
|
var init_isSet = require_rolldown_runtime.__esmMin((() => {
|
|
4924
4949
|
isSet = (value) => value != null;
|
|
4925
4950
|
}));
|
|
4926
4951
|
|
|
4927
4952
|
//#endregion
|
|
4928
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4953
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/ite.js
|
|
4929
4954
|
function ite(condition, trueValue, falseValue) {
|
|
4930
4955
|
return condition ? trueValue : falseValue;
|
|
4931
4956
|
}
|
|
4932
4957
|
var init_ite = require_rolldown_runtime.__esmMin((() => {}));
|
|
4933
4958
|
|
|
4934
4959
|
//#endregion
|
|
4935
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4960
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/not.js
|
|
4936
4961
|
var not;
|
|
4937
4962
|
var init_not = require_rolldown_runtime.__esmMin((() => {
|
|
4938
4963
|
not = (value) => !value;
|
|
4939
4964
|
}));
|
|
4940
4965
|
|
|
4941
4966
|
//#endregion
|
|
4942
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4967
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/isIpAddress.js
|
|
4943
4968
|
var IP_V4_REGEX, isIpAddress;
|
|
4944
4969
|
var init_isIpAddress = require_rolldown_runtime.__esmMin((() => {
|
|
4945
4970
|
IP_V4_REGEX = new RegExp(`^(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}$`);
|
|
@@ -4947,7 +4972,7 @@ var init_isIpAddress = require_rolldown_runtime.__esmMin((() => {
|
|
|
4947
4972
|
}));
|
|
4948
4973
|
|
|
4949
4974
|
//#endregion
|
|
4950
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4975
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/parseURL.js
|
|
4951
4976
|
var import_dist_cjs, DEFAULT_PORTS, parseURL;
|
|
4952
4977
|
var init_parseURL = require_rolldown_runtime.__esmMin((() => {
|
|
4953
4978
|
import_dist_cjs = require_dist_cjs$1.require_dist_cjs();
|
|
@@ -4969,7 +4994,7 @@ var init_parseURL = require_rolldown_runtime.__esmMin((() => {
|
|
|
4969
4994
|
return url;
|
|
4970
4995
|
}
|
|
4971
4996
|
return new URL(value);
|
|
4972
|
-
} catch (
|
|
4997
|
+
} catch (ignored) {
|
|
4973
4998
|
return null;
|
|
4974
4999
|
}
|
|
4975
5000
|
})();
|
|
@@ -5000,7 +5025,7 @@ var init_parseURL = require_rolldown_runtime.__esmMin((() => {
|
|
|
5000
5025
|
}));
|
|
5001
5026
|
|
|
5002
5027
|
//#endregion
|
|
5003
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5028
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/split.js
|
|
5004
5029
|
function split(value, delimiter, limit) {
|
|
5005
5030
|
if (limit === 1) {
|
|
5006
5031
|
return [value];
|
|
@@ -5017,14 +5042,14 @@ function split(value, delimiter, limit) {
|
|
|
5017
5042
|
var init_split = require_rolldown_runtime.__esmMin((() => {}));
|
|
5018
5043
|
|
|
5019
5044
|
//#endregion
|
|
5020
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5045
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/stringEquals.js
|
|
5021
5046
|
var stringEquals;
|
|
5022
5047
|
var init_stringEquals = require_rolldown_runtime.__esmMin((() => {
|
|
5023
5048
|
stringEquals = (value1, value2) => value1 === value2;
|
|
5024
5049
|
}));
|
|
5025
5050
|
|
|
5026
5051
|
//#endregion
|
|
5027
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5052
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/substring.js
|
|
5028
5053
|
var substring;
|
|
5029
5054
|
var init_substring = require_rolldown_runtime.__esmMin((() => {
|
|
5030
5055
|
substring = (input, start, stop, reverse) => {
|
|
@@ -5039,14 +5064,14 @@ var init_substring = require_rolldown_runtime.__esmMin((() => {
|
|
|
5039
5064
|
}));
|
|
5040
5065
|
|
|
5041
5066
|
//#endregion
|
|
5042
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5067
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/uriEncode.js
|
|
5043
5068
|
var uriEncode;
|
|
5044
5069
|
var init_uriEncode = require_rolldown_runtime.__esmMin((() => {
|
|
5045
5070
|
uriEncode = (value) => encodeURIComponent(value).replace(/[!*'()]/g, (c) => `%${c.charCodeAt(0).toString(16).toUpperCase()}`);
|
|
5046
5071
|
}));
|
|
5047
5072
|
|
|
5048
5073
|
//#endregion
|
|
5049
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5074
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/index.js
|
|
5050
5075
|
var init_lib = require_rolldown_runtime.__esmMin((() => {
|
|
5051
5076
|
init_booleanEquals();
|
|
5052
5077
|
init_coalesce();
|
|
@@ -5063,7 +5088,7 @@ var init_lib = require_rolldown_runtime.__esmMin((() => {
|
|
|
5063
5088
|
}));
|
|
5064
5089
|
|
|
5065
5090
|
//#endregion
|
|
5066
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5091
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/endpointFunctions.js
|
|
5067
5092
|
var endpointFunctions;
|
|
5068
5093
|
var init_endpointFunctions = require_rolldown_runtime.__esmMin((() => {
|
|
5069
5094
|
init_lib();
|
|
@@ -5084,7 +5109,7 @@ var init_endpointFunctions = require_rolldown_runtime.__esmMin((() => {
|
|
|
5084
5109
|
}));
|
|
5085
5110
|
|
|
5086
5111
|
//#endregion
|
|
5087
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5112
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateTemplate.js
|
|
5088
5113
|
var evaluateTemplate;
|
|
5089
5114
|
var init_evaluateTemplate = require_rolldown_runtime.__esmMin((() => {
|
|
5090
5115
|
init_lib();
|
|
@@ -5122,7 +5147,7 @@ var init_evaluateTemplate = require_rolldown_runtime.__esmMin((() => {
|
|
|
5122
5147
|
}));
|
|
5123
5148
|
|
|
5124
5149
|
//#endregion
|
|
5125
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5150
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getReferenceValue.js
|
|
5126
5151
|
var getReferenceValue;
|
|
5127
5152
|
var init_getReferenceValue = require_rolldown_runtime.__esmMin((() => {
|
|
5128
5153
|
getReferenceValue = ({ ref }, options) => {
|
|
@@ -5131,7 +5156,7 @@ var init_getReferenceValue = require_rolldown_runtime.__esmMin((() => {
|
|
|
5131
5156
|
}));
|
|
5132
5157
|
|
|
5133
5158
|
//#endregion
|
|
5134
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5159
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateExpression.js
|
|
5135
5160
|
var evaluateExpression, callFunction, group$2;
|
|
5136
5161
|
var init_evaluateExpression = require_rolldown_runtime.__esmMin((() => {
|
|
5137
5162
|
init_types();
|
|
@@ -5180,13 +5205,13 @@ var init_evaluateExpression = require_rolldown_runtime.__esmMin((() => {
|
|
|
5180
5205
|
}));
|
|
5181
5206
|
|
|
5182
5207
|
//#endregion
|
|
5183
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5208
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/callFunction.js
|
|
5184
5209
|
var init_callFunction = require_rolldown_runtime.__esmMin((() => {
|
|
5185
5210
|
init_evaluateExpression();
|
|
5186
5211
|
}));
|
|
5187
5212
|
|
|
5188
5213
|
//#endregion
|
|
5189
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5214
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateCondition.js
|
|
5190
5215
|
var evaluateCondition;
|
|
5191
5216
|
var init_evaluateCondition = require_rolldown_runtime.__esmMin((() => {
|
|
5192
5217
|
init_debug();
|
|
@@ -5214,7 +5239,7 @@ var init_evaluateCondition = require_rolldown_runtime.__esmMin((() => {
|
|
|
5214
5239
|
}));
|
|
5215
5240
|
|
|
5216
5241
|
//#endregion
|
|
5217
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5242
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getEndpointHeaders.js
|
|
5218
5243
|
var getEndpointHeaders;
|
|
5219
5244
|
var init_getEndpointHeaders = require_rolldown_runtime.__esmMin((() => {
|
|
5220
5245
|
init_types();
|
|
@@ -5232,7 +5257,7 @@ var init_getEndpointHeaders = require_rolldown_runtime.__esmMin((() => {
|
|
|
5232
5257
|
}));
|
|
5233
5258
|
|
|
5234
5259
|
//#endregion
|
|
5235
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5260
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getEndpointProperties.js
|
|
5236
5261
|
var getEndpointProperties, getEndpointProperty, group$1;
|
|
5237
5262
|
var init_getEndpointProperties = require_rolldown_runtime.__esmMin((() => {
|
|
5238
5263
|
init_types();
|
|
@@ -5263,7 +5288,7 @@ var init_getEndpointProperties = require_rolldown_runtime.__esmMin((() => {
|
|
|
5263
5288
|
}));
|
|
5264
5289
|
|
|
5265
5290
|
//#endregion
|
|
5266
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5291
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getEndpointUrl.js
|
|
5267
5292
|
var getEndpointUrl;
|
|
5268
5293
|
var init_getEndpointUrl = require_rolldown_runtime.__esmMin((() => {
|
|
5269
5294
|
init_types();
|
|
@@ -5283,7 +5308,7 @@ var init_getEndpointUrl = require_rolldown_runtime.__esmMin((() => {
|
|
|
5283
5308
|
}));
|
|
5284
5309
|
|
|
5285
5310
|
//#endregion
|
|
5286
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5311
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/decideEndpoint.js
|
|
5287
5312
|
var RESULT, decideEndpoint;
|
|
5288
5313
|
var init_decideEndpoint = require_rolldown_runtime.__esmMin((() => {
|
|
5289
5314
|
init_types();
|
|
@@ -5339,7 +5364,7 @@ var init_decideEndpoint = require_rolldown_runtime.__esmMin((() => {
|
|
|
5339
5364
|
}));
|
|
5340
5365
|
|
|
5341
5366
|
//#endregion
|
|
5342
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5367
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateConditions.js
|
|
5343
5368
|
var evaluateConditions;
|
|
5344
5369
|
var init_evaluateConditions = require_rolldown_runtime.__esmMin((() => {
|
|
5345
5370
|
init_debug();
|
|
@@ -5374,7 +5399,7 @@ var init_evaluateConditions = require_rolldown_runtime.__esmMin((() => {
|
|
|
5374
5399
|
}));
|
|
5375
5400
|
|
|
5376
5401
|
//#endregion
|
|
5377
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5402
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateEndpointRule.js
|
|
5378
5403
|
var evaluateEndpointRule;
|
|
5379
5404
|
var init_evaluateEndpointRule = require_rolldown_runtime.__esmMin((() => {
|
|
5380
5405
|
init_debug();
|
|
@@ -5409,7 +5434,7 @@ var init_evaluateEndpointRule = require_rolldown_runtime.__esmMin((() => {
|
|
|
5409
5434
|
}));
|
|
5410
5435
|
|
|
5411
5436
|
//#endregion
|
|
5412
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5437
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateErrorRule.js
|
|
5413
5438
|
var evaluateErrorRule;
|
|
5414
5439
|
var init_evaluateErrorRule = require_rolldown_runtime.__esmMin((() => {
|
|
5415
5440
|
init_types();
|
|
@@ -5433,7 +5458,7 @@ var init_evaluateErrorRule = require_rolldown_runtime.__esmMin((() => {
|
|
|
5433
5458
|
}));
|
|
5434
5459
|
|
|
5435
5460
|
//#endregion
|
|
5436
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5461
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateRules.js
|
|
5437
5462
|
var evaluateRules, evaluateTreeRule, group;
|
|
5438
5463
|
var init_evaluateRules = require_rolldown_runtime.__esmMin((() => {
|
|
5439
5464
|
init_types();
|
|
@@ -5482,14 +5507,14 @@ var init_evaluateRules = require_rolldown_runtime.__esmMin((() => {
|
|
|
5482
5507
|
}));
|
|
5483
5508
|
|
|
5484
5509
|
//#endregion
|
|
5485
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5510
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/index.js
|
|
5486
5511
|
var init_utils = require_rolldown_runtime.__esmMin((() => {
|
|
5487
5512
|
init_customEndpointFunctions();
|
|
5488
5513
|
init_evaluateRules();
|
|
5489
5514
|
}));
|
|
5490
5515
|
|
|
5491
5516
|
//#endregion
|
|
5492
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5517
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/resolveEndpoint.js
|
|
5493
5518
|
var resolveEndpoint;
|
|
5494
5519
|
var init_resolveEndpoint = require_rolldown_runtime.__esmMin((() => {
|
|
5495
5520
|
init_debug();
|
|
@@ -5521,7 +5546,7 @@ var init_resolveEndpoint = require_rolldown_runtime.__esmMin((() => {
|
|
|
5521
5546
|
}));
|
|
5522
5547
|
|
|
5523
5548
|
//#endregion
|
|
5524
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5549
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/resolveEndpointRequiredConfig.js
|
|
5525
5550
|
var resolveEndpointRequiredConfig;
|
|
5526
5551
|
var init_resolveEndpointRequiredConfig = require_rolldown_runtime.__esmMin((() => {
|
|
5527
5552
|
resolveEndpointRequiredConfig = (input) => {
|
|
@@ -5536,7 +5561,7 @@ var init_resolveEndpointRequiredConfig = require_rolldown_runtime.__esmMin((() =
|
|
|
5536
5561
|
}));
|
|
5537
5562
|
|
|
5538
5563
|
//#endregion
|
|
5539
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5564
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js
|
|
5540
5565
|
var getEndpointFromInstructions, resolveEndpointConfig, endpointMiddleware, getEndpointPlugin;
|
|
5541
5566
|
var init_endpoints = require_rolldown_runtime.__esmMin((() => {
|
|
5542
5567
|
init_getEndpointFromConfig();
|
|
@@ -5561,7 +5586,7 @@ var init_endpoints = require_rolldown_runtime.__esmMin((() => {
|
|
|
5561
5586
|
}));
|
|
5562
5587
|
|
|
5563
5588
|
//#endregion
|
|
5564
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5589
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/serializerMiddleware.js
|
|
5565
5590
|
var serializerMiddleware;
|
|
5566
5591
|
var init_serializerMiddleware = require_rolldown_runtime.__esmMin((() => {
|
|
5567
5592
|
init_endpoints();
|
|
@@ -5583,7 +5608,7 @@ var init_serializerMiddleware = require_rolldown_runtime.__esmMin((() => {
|
|
|
5583
5608
|
}));
|
|
5584
5609
|
|
|
5585
5610
|
//#endregion
|
|
5586
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5611
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/serdePlugin.js
|
|
5587
5612
|
function getSerdePlugin(config, serializer, deserializer) {
|
|
5588
5613
|
return { applyToStack: (commandStack) => {
|
|
5589
5614
|
commandStack.add(deserializerMiddleware(config, deserializer), deserializerMiddlewareOption);
|
|
@@ -5609,7 +5634,7 @@ var init_serdePlugin = require_rolldown_runtime.__esmMin((() => {
|
|
|
5609
5634
|
}));
|
|
5610
5635
|
|
|
5611
5636
|
//#endregion
|
|
5612
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5637
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/hash-node/hash-node.js
|
|
5613
5638
|
function castSourceData(toCast, encoding) {
|
|
5614
5639
|
if (Buffer.isBuffer(toCast)) {
|
|
5615
5640
|
return toCast;
|
|
@@ -5648,7 +5673,7 @@ var init_hash_node = require_rolldown_runtime.__esmMin((() => {
|
|
|
5648
5673
|
}));
|
|
5649
5674
|
|
|
5650
5675
|
//#endregion
|
|
5651
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5676
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.js
|
|
5652
5677
|
var ChecksumStream$1;
|
|
5653
5678
|
var init_ChecksumStream = require_rolldown_runtime.__esmMin((() => {
|
|
5654
5679
|
init_toBase64();
|
|
@@ -5671,6 +5696,7 @@ var init_ChecksumStream = require_rolldown_runtime.__esmMin((() => {
|
|
|
5671
5696
|
this.source.on("data", this.onSourceData);
|
|
5672
5697
|
this.source.on("end", this.onSourceEnd);
|
|
5673
5698
|
this.source.on("error", this.onSourceError);
|
|
5699
|
+
this.source.on("close", this.onSourceClose);
|
|
5674
5700
|
this.source.pause();
|
|
5675
5701
|
}
|
|
5676
5702
|
onSourceData = (chunk) => {
|
|
@@ -5707,10 +5733,19 @@ var init_ChecksumStream = require_rolldown_runtime.__esmMin((() => {
|
|
|
5707
5733
|
onSourceError = (error) => {
|
|
5708
5734
|
this.destroy(error);
|
|
5709
5735
|
};
|
|
5710
|
-
|
|
5736
|
+
onSourceClose = () => {
|
|
5737
|
+
if (!this.destroyed && !this.source.readableEnded) {
|
|
5738
|
+
this.destroy(new Error("Connection lost or stream closed before all data was received."));
|
|
5739
|
+
}
|
|
5740
|
+
};
|
|
5741
|
+
_read(_size) {
|
|
5711
5742
|
this.source.resume();
|
|
5712
5743
|
}
|
|
5713
5744
|
_destroy(error, callback) {
|
|
5745
|
+
this.source?.removeListener("data", this.onSourceData);
|
|
5746
|
+
this.source?.removeListener("end", this.onSourceEnd);
|
|
5747
|
+
this.source?.removeListener("error", this.onSourceError);
|
|
5748
|
+
this.source?.removeListener("close", this.onSourceClose);
|
|
5714
5749
|
this.source?.destroy();
|
|
5715
5750
|
callback(error);
|
|
5716
5751
|
}
|
|
@@ -5718,7 +5753,7 @@ var init_ChecksumStream = require_rolldown_runtime.__esmMin((() => {
|
|
|
5718
5753
|
}));
|
|
5719
5754
|
|
|
5720
5755
|
//#endregion
|
|
5721
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5756
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-type-check.js
|
|
5722
5757
|
var isReadableStream, isBlob;
|
|
5723
5758
|
var init_stream_type_check = require_rolldown_runtime.__esmMin((() => {
|
|
5724
5759
|
isReadableStream = (stream) => typeof ReadableStream === "function" && (stream?.constructor?.name === ReadableStream.name || stream instanceof ReadableStream);
|
|
@@ -5728,14 +5763,14 @@ var init_stream_type_check = require_rolldown_runtime.__esmMin((() => {
|
|
|
5728
5763
|
}));
|
|
5729
5764
|
|
|
5730
5765
|
//#endregion
|
|
5731
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5766
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/fromUtf8.browser.js
|
|
5732
5767
|
var fromUtf8;
|
|
5733
5768
|
var init_fromUtf8_browser = require_rolldown_runtime.__esmMin((() => {
|
|
5734
5769
|
fromUtf8 = (input) => new TextEncoder().encode(input);
|
|
5735
5770
|
}));
|
|
5736
5771
|
|
|
5737
5772
|
//#endregion
|
|
5738
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5773
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/constants-for-browser.js
|
|
5739
5774
|
var chars, alphabetByEncoding, alphabetByValue, bitsPerLetter, bitsPerByte, maxLetterValue;
|
|
5740
5775
|
var init_constants_for_browser = require_rolldown_runtime.__esmMin((() => {
|
|
5741
5776
|
chars = `ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/`;
|
|
@@ -5750,7 +5785,7 @@ var init_constants_for_browser = require_rolldown_runtime.__esmMin((() => {
|
|
|
5750
5785
|
}));
|
|
5751
5786
|
|
|
5752
5787
|
//#endregion
|
|
5753
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5788
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/toBase64.browser.js
|
|
5754
5789
|
function toBase64(_input) {
|
|
5755
5790
|
let input;
|
|
5756
5791
|
if (typeof _input === "string") {
|
|
@@ -5787,7 +5822,7 @@ var init_toBase64_browser = require_rolldown_runtime.__esmMin((() => {
|
|
|
5787
5822
|
}));
|
|
5788
5823
|
|
|
5789
5824
|
//#endregion
|
|
5790
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5825
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.browser.js
|
|
5791
5826
|
var ReadableStreamRef, ChecksumStream;
|
|
5792
5827
|
var init_ChecksumStream_browser = require_rolldown_runtime.__esmMin((() => {
|
|
5793
5828
|
ReadableStreamRef = typeof ReadableStream === "function" ? ReadableStream : function() {};
|
|
@@ -5795,7 +5830,7 @@ var init_ChecksumStream_browser = require_rolldown_runtime.__esmMin((() => {
|
|
|
5795
5830
|
}));
|
|
5796
5831
|
|
|
5797
5832
|
//#endregion
|
|
5798
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5833
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/createChecksumStream.browser.js
|
|
5799
5834
|
var createChecksumStream$1;
|
|
5800
5835
|
var init_createChecksumStream_browser = require_rolldown_runtime.__esmMin((() => {
|
|
5801
5836
|
init_toBase64_browser();
|
|
@@ -5834,7 +5869,7 @@ var init_createChecksumStream_browser = require_rolldown_runtime.__esmMin((() =>
|
|
|
5834
5869
|
}));
|
|
5835
5870
|
|
|
5836
5871
|
//#endregion
|
|
5837
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5872
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/createChecksumStream.js
|
|
5838
5873
|
function createChecksumStream(init) {
|
|
5839
5874
|
if (typeof ReadableStream === "function" && isReadableStream(init.source)) {
|
|
5840
5875
|
return createChecksumStream$1(init);
|
|
@@ -5848,7 +5883,7 @@ var init_createChecksumStream = require_rolldown_runtime.__esmMin((() => {
|
|
|
5848
5883
|
}));
|
|
5849
5884
|
|
|
5850
5885
|
//#endregion
|
|
5851
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5886
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/ByteArrayCollector.js
|
|
5852
5887
|
var ByteArrayCollector;
|
|
5853
5888
|
var init_ByteArrayCollector = require_rolldown_runtime.__esmMin((() => {
|
|
5854
5889
|
ByteArrayCollector = class {
|
|
@@ -5886,7 +5921,7 @@ var init_ByteArrayCollector = require_rolldown_runtime.__esmMin((() => {
|
|
|
5886
5921
|
}));
|
|
5887
5922
|
|
|
5888
5923
|
//#endregion
|
|
5889
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5924
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/createBufferedReadable.browser.js
|
|
5890
5925
|
function createBufferedReadableStream(upstream, size, logger) {
|
|
5891
5926
|
const reader = upstream.getReader();
|
|
5892
5927
|
let streamBufferingLoggedWarning = false;
|
|
@@ -5981,7 +6016,7 @@ var init_createBufferedReadable_browser = require_rolldown_runtime.__esmMin((()
|
|
|
5981
6016
|
}));
|
|
5982
6017
|
|
|
5983
6018
|
//#endregion
|
|
5984
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6019
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/createBufferedReadable.js
|
|
5985
6020
|
function createBufferedReadable(upstream, size, logger) {
|
|
5986
6021
|
if (isReadableStream(upstream)) {
|
|
5987
6022
|
return createBufferedReadableStream(upstream, size, logger);
|
|
@@ -6041,7 +6076,7 @@ var init_createBufferedReadable = require_rolldown_runtime.__esmMin((() => {
|
|
|
6041
6076
|
}));
|
|
6042
6077
|
|
|
6043
6078
|
//#endregion
|
|
6044
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6079
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/getAwsChunkedEncodingStream.browser.js
|
|
6045
6080
|
var getAwsChunkedEncodingStream$1;
|
|
6046
6081
|
var init_getAwsChunkedEncodingStream_browser = require_rolldown_runtime.__esmMin((() => {
|
|
6047
6082
|
getAwsChunkedEncodingStream$1 = (readableStream, options) => {
|
|
@@ -6067,7 +6102,7 @@ var init_getAwsChunkedEncodingStream_browser = require_rolldown_runtime.__esmMin
|
|
|
6067
6102
|
}));
|
|
6068
6103
|
|
|
6069
6104
|
//#endregion
|
|
6070
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6105
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/getAwsChunkedEncodingStream.js
|
|
6071
6106
|
function getAwsChunkedEncodingStream(stream, options) {
|
|
6072
6107
|
const readable = stream;
|
|
6073
6108
|
const readableStream = stream;
|
|
@@ -6104,7 +6139,7 @@ var init_getAwsChunkedEncodingStream = require_rolldown_runtime.__esmMin((() =>
|
|
|
6104
6139
|
}));
|
|
6105
6140
|
|
|
6106
6141
|
//#endregion
|
|
6107
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6142
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/headStream.browser.js
|
|
6108
6143
|
async function headStream$1(stream, bytes) {
|
|
6109
6144
|
let byteLengthCounter = 0;
|
|
6110
6145
|
const chunks = [];
|
|
@@ -6138,7 +6173,7 @@ async function headStream$1(stream, bytes) {
|
|
|
6138
6173
|
var init_headStream_browser = require_rolldown_runtime.__esmMin((() => {}));
|
|
6139
6174
|
|
|
6140
6175
|
//#endregion
|
|
6141
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6176
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/headStream.js
|
|
6142
6177
|
var headStream, Collector$1;
|
|
6143
6178
|
var init_headStream = require_rolldown_runtime.__esmMin((() => {
|
|
6144
6179
|
init_concatBytes();
|
|
@@ -6182,7 +6217,7 @@ var init_headStream = require_rolldown_runtime.__esmMin((() => {
|
|
|
6182
6217
|
}));
|
|
6183
6218
|
|
|
6184
6219
|
//#endregion
|
|
6185
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6220
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUtf8.browser.js
|
|
6186
6221
|
var toUtf8;
|
|
6187
6222
|
var init_toUtf8_browser = require_rolldown_runtime.__esmMin((() => {
|
|
6188
6223
|
toUtf8 = (input) => {
|
|
@@ -6197,7 +6232,7 @@ var init_toUtf8_browser = require_rolldown_runtime.__esmMin((() => {
|
|
|
6197
6232
|
}));
|
|
6198
6233
|
|
|
6199
6234
|
//#endregion
|
|
6200
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6235
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.browser.js
|
|
6201
6236
|
async function collectBlob(blob) {
|
|
6202
6237
|
return blob.arrayBuffer().then((ab) => new Uint8Array(ab));
|
|
6203
6238
|
}
|
|
@@ -6230,7 +6265,7 @@ var init_stream_collector_browser = require_rolldown_runtime.__esmMin((() => {
|
|
|
6230
6265
|
}));
|
|
6231
6266
|
|
|
6232
6267
|
//#endregion
|
|
6233
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6268
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.browser.js
|
|
6234
6269
|
var ERR_MSG_STREAM_HAS_BEEN_TRANSFORMED$1, sdkStreamMixin$1, isBlobInstance;
|
|
6235
6270
|
var init_sdk_stream_mixin_browser = require_rolldown_runtime.__esmMin((() => {
|
|
6236
6271
|
init_toBase64_browser();
|
|
@@ -6293,7 +6328,7 @@ var init_sdk_stream_mixin_browser = require_rolldown_runtime.__esmMin((() => {
|
|
|
6293
6328
|
}));
|
|
6294
6329
|
|
|
6295
6330
|
//#endregion
|
|
6296
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6331
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.js
|
|
6297
6332
|
var streamCollector, Collector;
|
|
6298
6333
|
var init_stream_collector = require_rolldown_runtime.__esmMin((() => {
|
|
6299
6334
|
init_concatBytes();
|
|
@@ -6331,7 +6366,7 @@ var init_stream_collector = require_rolldown_runtime.__esmMin((() => {
|
|
|
6331
6366
|
}));
|
|
6332
6367
|
|
|
6333
6368
|
//#endregion
|
|
6334
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6369
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.js
|
|
6335
6370
|
var ERR_MSG_STREAM_HAS_BEEN_TRANSFORMED, sdkStreamMixin;
|
|
6336
6371
|
var init_sdk_stream_mixin = require_rolldown_runtime.__esmMin((() => {
|
|
6337
6372
|
init_buffer_from();
|
|
@@ -6342,7 +6377,7 @@ var init_sdk_stream_mixin = require_rolldown_runtime.__esmMin((() => {
|
|
|
6342
6377
|
if (!(stream instanceof node_stream.Readable)) {
|
|
6343
6378
|
try {
|
|
6344
6379
|
return sdkStreamMixin$1(stream);
|
|
6345
|
-
} catch (
|
|
6380
|
+
} catch (ignored) {
|
|
6346
6381
|
const name = stream?.__proto__?.constructor?.name || stream;
|
|
6347
6382
|
throw new Error(`Unexpected stream implementation, expect Stream.Readable instance, got ${name}`);
|
|
6348
6383
|
}
|
|
@@ -6384,7 +6419,7 @@ var init_sdk_stream_mixin = require_rolldown_runtime.__esmMin((() => {
|
|
|
6384
6419
|
}));
|
|
6385
6420
|
|
|
6386
6421
|
//#endregion
|
|
6387
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6422
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/splitStream.browser.js
|
|
6388
6423
|
async function splitStream$1(stream) {
|
|
6389
6424
|
if (typeof stream.stream === "function") {
|
|
6390
6425
|
stream = stream.stream();
|
|
@@ -6395,7 +6430,7 @@ async function splitStream$1(stream) {
|
|
|
6395
6430
|
var init_splitStream_browser = require_rolldown_runtime.__esmMin((() => {}));
|
|
6396
6431
|
|
|
6397
6432
|
//#endregion
|
|
6398
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6433
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/splitStream.js
|
|
6399
6434
|
async function splitStream(stream) {
|
|
6400
6435
|
if (isReadableStream(stream) || isBlob(stream)) {
|
|
6401
6436
|
return splitStream$1(stream);
|
|
@@ -6412,7 +6447,7 @@ var init_splitStream = require_rolldown_runtime.__esmMin((() => {
|
|
|
6412
6447
|
}));
|
|
6413
6448
|
|
|
6414
6449
|
//#endregion
|
|
6415
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6450
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/serde/index.js
|
|
6416
6451
|
var serde_exports = /* @__PURE__ */ require_rolldown_runtime.__exportAll({
|
|
6417
6452
|
ChecksumStream: () => ChecksumStream$1,
|
|
6418
6453
|
Hash: () => Hash,
|
|
@@ -6530,7 +6565,7 @@ var init_serde = require_rolldown_runtime.__esmMin((() => {
|
|
|
6530
6565
|
}));
|
|
6531
6566
|
|
|
6532
6567
|
//#endregion
|
|
6533
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6568
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/checksum/chunked-blob-reader/chunked-blob-reader.js
|
|
6534
6569
|
async function blobReader(blob, onChunk, chunkSize = 1024 * 1024) {
|
|
6535
6570
|
const size = blob.size;
|
|
6536
6571
|
let totalBytesRead = 0;
|
|
@@ -6543,7 +6578,7 @@ async function blobReader(blob, onChunk, chunkSize = 1024 * 1024) {
|
|
|
6543
6578
|
var init_chunked_blob_reader = require_rolldown_runtime.__esmMin((() => {}));
|
|
6544
6579
|
|
|
6545
6580
|
//#endregion
|
|
6546
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6581
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/checksum/hash-blob-browser/blobHasher.js
|
|
6547
6582
|
var blobHasher;
|
|
6548
6583
|
var init_blobHasher = require_rolldown_runtime.__esmMin((() => {
|
|
6549
6584
|
init_chunked_blob_reader();
|
|
@@ -6557,7 +6592,7 @@ var init_blobHasher = require_rolldown_runtime.__esmMin((() => {
|
|
|
6557
6592
|
}));
|
|
6558
6593
|
|
|
6559
6594
|
//#endregion
|
|
6560
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6595
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/HashCalculator.js
|
|
6561
6596
|
var HashCalculator;
|
|
6562
6597
|
var init_HashCalculator = require_rolldown_runtime.__esmMin((() => {
|
|
6563
6598
|
init_serde();
|
|
@@ -6579,7 +6614,7 @@ var init_HashCalculator = require_rolldown_runtime.__esmMin((() => {
|
|
|
6579
6614
|
}));
|
|
6580
6615
|
|
|
6581
6616
|
//#endregion
|
|
6582
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6617
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/fileStreamHasher.js
|
|
6583
6618
|
var fileStreamHasher, isReadStream;
|
|
6584
6619
|
var init_fileStreamHasher = require_rolldown_runtime.__esmMin((() => {
|
|
6585
6620
|
init_HashCalculator();
|
|
@@ -6608,7 +6643,7 @@ var init_fileStreamHasher = require_rolldown_runtime.__esmMin((() => {
|
|
|
6608
6643
|
}));
|
|
6609
6644
|
|
|
6610
6645
|
//#endregion
|
|
6611
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6646
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/readableStreamHasher.js
|
|
6612
6647
|
var readableStreamHasher;
|
|
6613
6648
|
var init_readableStreamHasher = require_rolldown_runtime.__esmMin((() => {
|
|
6614
6649
|
init_HashCalculator();
|
|
@@ -6633,7 +6668,7 @@ var init_readableStreamHasher = require_rolldown_runtime.__esmMin((() => {
|
|
|
6633
6668
|
}));
|
|
6634
6669
|
|
|
6635
6670
|
//#endregion
|
|
6636
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6671
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/checksum/md5/Md5Js.js
|
|
6637
6672
|
function compress(state, block) {
|
|
6638
6673
|
let a = state[0], b = state[1], c = state[2], d = state[3];
|
|
6639
6674
|
for (let i = 0; i < 64; ++i) {
|
|
@@ -6733,7 +6768,7 @@ var init_Md5Js = require_rolldown_runtime.__esmMin((() => {
|
|
|
6733
6768
|
}));
|
|
6734
6769
|
|
|
6735
6770
|
//#endregion
|
|
6736
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6771
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/checksum/md5/Md5Node.js
|
|
6737
6772
|
function buildNativeClass$2() {
|
|
6738
6773
|
return class Md5Node {
|
|
6739
6774
|
digestLength = 16;
|
|
@@ -6766,7 +6801,7 @@ var init_Md5Node = require_rolldown_runtime.__esmMin((() => {
|
|
|
6766
6801
|
}));
|
|
6767
6802
|
|
|
6768
6803
|
//#endregion
|
|
6769
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6804
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/checksum/crc32/Crc32Js.js
|
|
6770
6805
|
var CRC32_TABLE, ONES, Crc32Js;
|
|
6771
6806
|
var init_Crc32Js = require_rolldown_runtime.__esmMin((() => {
|
|
6772
6807
|
CRC32_TABLE = new Uint32Array(256);
|
|
@@ -6802,7 +6837,7 @@ var init_Crc32Js = require_rolldown_runtime.__esmMin((() => {
|
|
|
6802
6837
|
}));
|
|
6803
6838
|
|
|
6804
6839
|
//#endregion
|
|
6805
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6840
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/checksum/crc32/Crc32Node.js
|
|
6806
6841
|
function buildNativeClass$1(nativeCrc32) {
|
|
6807
6842
|
return class Crc32Node {
|
|
6808
6843
|
digestLength = 4;
|
|
@@ -6831,7 +6866,7 @@ var init_Crc32Node = require_rolldown_runtime.__esmMin((() => {
|
|
|
6831
6866
|
}));
|
|
6832
6867
|
|
|
6833
6868
|
//#endregion
|
|
6834
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6869
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256Js.js
|
|
6835
6870
|
var BLOCK, DIGEST_LENGTH, MAX_HASHABLE_LENGTH, Sha256Js, INIT, K;
|
|
6836
6871
|
var init_Sha256Js = require_rolldown_runtime.__esmMin((() => {
|
|
6837
6872
|
init_serde();
|
|
@@ -7068,7 +7103,7 @@ var init_Sha256Js = require_rolldown_runtime.__esmMin((() => {
|
|
|
7068
7103
|
}));
|
|
7069
7104
|
|
|
7070
7105
|
//#endregion
|
|
7071
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
7106
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256Node.js
|
|
7072
7107
|
function buildNativeClass() {
|
|
7073
7108
|
return class Sha256Node {
|
|
7074
7109
|
digestLength = 32;
|
|
@@ -7130,7 +7165,7 @@ var init_Sha256Node = require_rolldown_runtime.__esmMin((() => {
|
|
|
7130
7165
|
}));
|
|
7131
7166
|
|
|
7132
7167
|
//#endregion
|
|
7133
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
7168
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256WebCrypto.js
|
|
7134
7169
|
var digest, sign, importKey, subtle, MAX_PENDING_BYTES, Sha256WebCrypto;
|
|
7135
7170
|
var init_Sha256WebCrypto = require_rolldown_runtime.__esmMin((() => {
|
|
7136
7171
|
init_serde();
|
|
@@ -7208,7 +7243,7 @@ var init_Sha256WebCrypto = require_rolldown_runtime.__esmMin((() => {
|
|
|
7208
7243
|
}));
|
|
7209
7244
|
|
|
7210
7245
|
//#endregion
|
|
7211
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
7246
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.6/node_modules/@smithy/core/dist-es/submodules/checksum/index.js
|
|
7212
7247
|
var init_checksum = require_rolldown_runtime.__esmMin((() => {
|
|
7213
7248
|
init_blobHasher();
|
|
7214
7249
|
init_fileStreamHasher();
|