replicas-engine 0.1.337 → 0.1.339
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/src/{chunk-MHJJJ2VP.js → chunk-6NGTYZPX.js} +377 -102
- package/dist/src/{chunk-B5KEKENG.js → chunk-A6ZHMNK4.js} +12 -12
- package/dist/src/{chunk-C6IOMGXW.js → chunk-B7L4ZPGB.js} +33 -33
- package/dist/src/{chunk-3YYBZ6D5.js → chunk-EB4AJ2V6.js} +11 -11
- package/dist/src/{chunk-YY2DS5UJ.js → chunk-JWM4YXMZ.js} +55 -54
- package/dist/src/{chunk-ATF5CAZW.js → chunk-QE4MMXQA.js} +80 -72
- package/dist/src/{dist-es-37YNNMWK.js → dist-es-4XW324ME.js} +17 -17
- package/dist/src/{dist-es-M4ZCYBRD.js → dist-es-6PMBQ4JI.js} +7 -7
- package/dist/src/{dist-es-YA3RZ3J2.js → dist-es-GB67RX6P.js} +43 -35
- package/dist/src/{dist-es-7IBRAXHQ.js → dist-es-OTROFLRA.js} +9 -9
- package/dist/src/{dist-es-MNGVDEEO.js → dist-es-VF5HSV72.js} +4 -4
- package/dist/src/{dist-es-JSZE2H6Y.js → dist-es-VJJ2WNNG.js} +22 -19
- package/dist/src/{dist-es-AYVDCHRQ.js → dist-es-XMRJV7XN.js} +7 -7
- package/dist/src/{event-streams-7ZLUNSFX.js → event-streams-3JEJVYQR.js} +17 -17
- package/dist/src/index.js +584 -104
- package/dist/src/{loadSso-2A75N7C3.js → loadSso-QDS4L4DG.js} +19 -19
- package/dist/src/{signin-FXO7O6JB.js → signin-EETD6KX2.js} +155 -77
- package/dist/src/{sso-oidc-4IFMUO6A.js → sso-oidc-25HRWVRW.js} +21 -21
- package/dist/src/{sts-IAUEUXEW.js → sts-2O2TZS6K.js} +434 -45
- package/package.json +5 -1
- package/scripts/opencode +36 -0
|
@@ -14,13 +14,13 @@ import {
|
|
|
14
14
|
loadConfig,
|
|
15
15
|
normalizeProvider,
|
|
16
16
|
toEndpointV1
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-QE4MMXQA.js";
|
|
18
18
|
import {
|
|
19
19
|
parseRfc7231DateTime,
|
|
20
20
|
v4
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-B7L4ZPGB.js";
|
|
22
22
|
|
|
23
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
23
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/client/middleware-stack/MiddlewareStack.js
|
|
24
24
|
var getAllAliases = (name, aliases) => {
|
|
25
25
|
const _aliases = [];
|
|
26
26
|
if (name) {
|
|
@@ -285,7 +285,7 @@ var priorityWeights = {
|
|
|
285
285
|
low: 1
|
|
286
286
|
};
|
|
287
287
|
|
|
288
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
288
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/client.js
|
|
289
289
|
var Client = class {
|
|
290
290
|
config;
|
|
291
291
|
middlewareStack = constructStack();
|
|
@@ -350,7 +350,7 @@ var AlgorithmId;
|
|
|
350
350
|
AlgorithmId2["SHA256"] = "sha256";
|
|
351
351
|
})(AlgorithmId || (AlgorithmId = {}));
|
|
352
352
|
|
|
353
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
353
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/schemaLogFilter.js
|
|
354
354
|
var SENSITIVE_STRING = "***SensitiveInformation***";
|
|
355
355
|
function schemaLogFilter(schema, data) {
|
|
356
356
|
if (data == null) {
|
|
@@ -383,7 +383,7 @@ function schemaLogFilter(schema, data) {
|
|
|
383
383
|
return data;
|
|
384
384
|
}
|
|
385
385
|
|
|
386
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
386
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/command.js
|
|
387
387
|
var Command = class {
|
|
388
388
|
middlewareStack = constructStack();
|
|
389
389
|
schema;
|
|
@@ -514,7 +514,7 @@ var ClassBuilder = class {
|
|
|
514
514
|
}
|
|
515
515
|
};
|
|
516
516
|
|
|
517
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
517
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/create-aggregated-client.js
|
|
518
518
|
var createAggregatedClient = (commands, Client2, options) => {
|
|
519
519
|
for (const [command, CommandCtor] of Object.entries(commands)) {
|
|
520
520
|
const methodImpl = async function(args, optionsOrCb, cb) {
|
|
@@ -561,7 +561,7 @@ var createAggregatedClient = (commands, Client2, options) => {
|
|
|
561
561
|
}
|
|
562
562
|
};
|
|
563
563
|
|
|
564
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
564
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/exceptions.js
|
|
565
565
|
var ServiceException = class _ServiceException extends Error {
|
|
566
566
|
$fault;
|
|
567
567
|
$response;
|
|
@@ -608,7 +608,7 @@ var decorateServiceException = (exception, additions = {}) => {
|
|
|
608
608
|
return exception;
|
|
609
609
|
};
|
|
610
610
|
|
|
611
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
611
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/defaults-mode.js
|
|
612
612
|
var loadConfigsForDefaultMode = (mode) => {
|
|
613
613
|
switch (mode) {
|
|
614
614
|
case "standard":
|
|
@@ -636,7 +636,7 @@ var loadConfigsForDefaultMode = (mode) => {
|
|
|
636
636
|
}
|
|
637
637
|
};
|
|
638
638
|
|
|
639
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
639
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/emitWarningIfUnsupportedVersion.js
|
|
640
640
|
var warningEmitted = false;
|
|
641
641
|
var emitWarningIfUnsupportedVersion = (version) => {
|
|
642
642
|
if (version && !warningEmitted && parseInt(version.substring(1, version.indexOf("."))) < 16) {
|
|
@@ -644,7 +644,7 @@ var emitWarningIfUnsupportedVersion = (version) => {
|
|
|
644
644
|
}
|
|
645
645
|
};
|
|
646
646
|
|
|
647
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
647
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/checksum.js
|
|
648
648
|
var knownAlgorithms = Object.values(AlgorithmId);
|
|
649
649
|
var getChecksumConfiguration = (runtimeConfig) => {
|
|
650
650
|
const checksumAlgorithms = [];
|
|
@@ -692,7 +692,7 @@ var resolveChecksumRuntimeConfig = (clientConfig) => {
|
|
|
692
692
|
return runtimeConfig;
|
|
693
693
|
};
|
|
694
694
|
|
|
695
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
695
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/retry.js
|
|
696
696
|
var getRetryConfiguration = (runtimeConfig) => {
|
|
697
697
|
return {
|
|
698
698
|
setRetryStrategy(retryStrategy) {
|
|
@@ -709,7 +709,7 @@ var resolveRetryRuntimeConfig = (retryStrategyConfiguration) => {
|
|
|
709
709
|
return runtimeConfig;
|
|
710
710
|
};
|
|
711
711
|
|
|
712
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
712
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.js
|
|
713
713
|
var getDefaultExtensionConfiguration = (runtimeConfig) => {
|
|
714
714
|
return Object.assign(getChecksumConfiguration(runtimeConfig), getRetryConfiguration(runtimeConfig));
|
|
715
715
|
};
|
|
@@ -717,7 +717,7 @@ var resolveDefaultRuntimeConfig = (config) => {
|
|
|
717
717
|
return Object.assign(resolveChecksumRuntimeConfig(config), resolveRetryRuntimeConfig(config));
|
|
718
718
|
};
|
|
719
719
|
|
|
720
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
720
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/get-value-from-text-node.js
|
|
721
721
|
var getValueFromTextNode = (obj) => {
|
|
722
722
|
const textNodeName = "#text";
|
|
723
723
|
for (const key in obj) {
|
|
@@ -730,7 +730,7 @@ var getValueFromTextNode = (obj) => {
|
|
|
730
730
|
return obj;
|
|
731
731
|
};
|
|
732
732
|
|
|
733
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
733
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/NoOpLogger.js
|
|
734
734
|
var NoOpLogger = class {
|
|
735
735
|
trace() {
|
|
736
736
|
}
|
|
@@ -744,7 +744,7 @@ var NoOpLogger = class {
|
|
|
744
744
|
}
|
|
745
745
|
};
|
|
746
746
|
|
|
747
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
747
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js
|
|
748
748
|
function setCredentialFeature(credentials, feature, value) {
|
|
749
749
|
if (!credentials.$source) {
|
|
750
750
|
credentials.$source = {};
|
|
@@ -753,7 +753,7 @@ function setCredentialFeature(credentials, feature, value) {
|
|
|
753
753
|
return credentials;
|
|
754
754
|
}
|
|
755
755
|
|
|
756
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
756
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.js
|
|
757
757
|
var ENV_ENDPOINT_URL = "AWS_ENDPOINT_URL";
|
|
758
758
|
var CONFIG_ENDPOINT_URL = "endpoint_url";
|
|
759
759
|
var getEndpointUrlConfig = (serviceId) => ({
|
|
@@ -785,10 +785,10 @@ var getEndpointUrlConfig = (serviceId) => ({
|
|
|
785
785
|
default: void 0
|
|
786
786
|
});
|
|
787
787
|
|
|
788
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
788
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.js
|
|
789
789
|
var getEndpointFromConfig = async (serviceId) => loadConfig(getEndpointUrlConfig(serviceId ?? ""))();
|
|
790
790
|
|
|
791
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
791
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/service-customizations/s3.js
|
|
792
792
|
var resolveParamsForS3 = async (endpointParams) => {
|
|
793
793
|
const bucket = endpointParams?.Bucket || "";
|
|
794
794
|
if (typeof endpointParams.Bucket === "string") {
|
|
@@ -821,7 +821,7 @@ var isArnBucketName = (bucketName) => {
|
|
|
821
821
|
return isValidArn;
|
|
822
822
|
};
|
|
823
823
|
|
|
824
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
824
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/createConfigValueProvider.js
|
|
825
825
|
var createConfigValueProvider = (configKey, canonicalEndpointParamKey, config, isClientContextParam = false) => {
|
|
826
826
|
const configProvider = async () => {
|
|
827
827
|
let configValue;
|
|
@@ -872,7 +872,7 @@ var createConfigValueProvider = (configKey, canonicalEndpointParamKey, config, i
|
|
|
872
872
|
return configProvider;
|
|
873
873
|
};
|
|
874
874
|
|
|
875
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
875
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.js
|
|
876
876
|
function bindGetEndpointFromInstructions(getEndpointFromConfig2) {
|
|
877
877
|
return async (commandInput, instructionsSupplier, clientConfig, context) => {
|
|
878
878
|
if (!clientConfig.isCustomEndpoint) {
|
|
@@ -935,7 +935,7 @@ var resolveParams = async (commandInput, instructionsSupplier, clientConfig) =>
|
|
|
935
935
|
return endpointParams;
|
|
936
936
|
};
|
|
937
937
|
|
|
938
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
938
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/endpointMiddleware.js
|
|
939
939
|
function setFeature(context, feature, value) {
|
|
940
940
|
if (!context.__smithy_context) {
|
|
941
941
|
context.__smithy_context = { features: {} };
|
|
@@ -981,7 +981,7 @@ function bindEndpointMiddleware(getEndpointFromConfig2) {
|
|
|
981
981
|
};
|
|
982
982
|
}
|
|
983
983
|
|
|
984
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
984
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/getEndpointPlugin.js
|
|
985
985
|
var serializerMiddlewareOption = {
|
|
986
986
|
name: "serializerMiddleware",
|
|
987
987
|
step: "serialize",
|
|
@@ -1008,7 +1008,7 @@ function bindGetEndpointPlugin(getEndpointFromConfig2) {
|
|
|
1008
1008
|
});
|
|
1009
1009
|
}
|
|
1010
1010
|
|
|
1011
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1011
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.js
|
|
1012
1012
|
function bindResolveEndpointConfig(getEndpointFromConfig2) {
|
|
1013
1013
|
return (input) => {
|
|
1014
1014
|
const tls = input.tls ?? true;
|
|
@@ -1033,7 +1033,7 @@ function bindResolveEndpointConfig(getEndpointFromConfig2) {
|
|
|
1033
1033
|
};
|
|
1034
1034
|
}
|
|
1035
1035
|
|
|
1036
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1036
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/bdd/BinaryDecisionDiagram.js
|
|
1037
1037
|
var BinaryDecisionDiagram = class _BinaryDecisionDiagram {
|
|
1038
1038
|
nodes;
|
|
1039
1039
|
root;
|
|
@@ -1050,7 +1050,7 @@ var BinaryDecisionDiagram = class _BinaryDecisionDiagram {
|
|
|
1050
1050
|
}
|
|
1051
1051
|
};
|
|
1052
1052
|
|
|
1053
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1053
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/cache/EndpointCache.js
|
|
1054
1054
|
var EndpointCache = class {
|
|
1055
1055
|
capacity;
|
|
1056
1056
|
data = /* @__PURE__ */ new Map();
|
|
@@ -1102,7 +1102,7 @@ var EndpointCache = class {
|
|
|
1102
1102
|
}
|
|
1103
1103
|
};
|
|
1104
1104
|
|
|
1105
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1105
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/types/EndpointError.js
|
|
1106
1106
|
var EndpointError = class extends Error {
|
|
1107
1107
|
constructor(message) {
|
|
1108
1108
|
super(message);
|
|
@@ -1110,10 +1110,10 @@ var EndpointError = class extends Error {
|
|
|
1110
1110
|
}
|
|
1111
1111
|
};
|
|
1112
1112
|
|
|
1113
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1113
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/debug/debugId.js
|
|
1114
1114
|
var debugId = "endpoints";
|
|
1115
1115
|
|
|
1116
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1116
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/debug/toDebugString.js
|
|
1117
1117
|
function toDebugString(input) {
|
|
1118
1118
|
if (typeof input !== "object" || input == null) {
|
|
1119
1119
|
return input;
|
|
@@ -1127,13 +1127,13 @@ function toDebugString(input) {
|
|
|
1127
1127
|
return JSON.stringify(input, null, 2);
|
|
1128
1128
|
}
|
|
1129
1129
|
|
|
1130
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1130
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/customEndpointFunctions.js
|
|
1131
1131
|
var customEndpointFunctions = {};
|
|
1132
1132
|
|
|
1133
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1133
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/booleanEquals.js
|
|
1134
1134
|
var booleanEquals = (value1, value2) => value1 === value2;
|
|
1135
1135
|
|
|
1136
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1136
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/coalesce.js
|
|
1137
1137
|
function coalesce(...args) {
|
|
1138
1138
|
for (const arg of args) {
|
|
1139
1139
|
if (arg != null) {
|
|
@@ -1143,7 +1143,7 @@ function coalesce(...args) {
|
|
|
1143
1143
|
return void 0;
|
|
1144
1144
|
}
|
|
1145
1145
|
|
|
1146
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1146
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/getAttrPathList.js
|
|
1147
1147
|
var getAttrPathList = (path) => {
|
|
1148
1148
|
const parts = path.split(".");
|
|
1149
1149
|
const pathList = [];
|
|
@@ -1168,7 +1168,7 @@ var getAttrPathList = (path) => {
|
|
|
1168
1168
|
return pathList;
|
|
1169
1169
|
};
|
|
1170
1170
|
|
|
1171
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1171
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/getAttr.js
|
|
1172
1172
|
var getAttr = (value, path) => getAttrPathList(path).reduce((acc, index) => {
|
|
1173
1173
|
if (typeof acc !== "object") {
|
|
1174
1174
|
throw new EndpointError(`Index '${index}' in '${path}' not found in '${JSON.stringify(value)}'`);
|
|
@@ -1179,22 +1179,22 @@ var getAttr = (value, path) => getAttrPathList(path).reduce((acc, index) => {
|
|
|
1179
1179
|
return acc[index];
|
|
1180
1180
|
}, value);
|
|
1181
1181
|
|
|
1182
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1182
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/isSet.js
|
|
1183
1183
|
var isSet = (value) => value != null;
|
|
1184
1184
|
|
|
1185
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1185
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/ite.js
|
|
1186
1186
|
function ite(condition, trueValue, falseValue) {
|
|
1187
1187
|
return condition ? trueValue : falseValue;
|
|
1188
1188
|
}
|
|
1189
1189
|
|
|
1190
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1190
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/not.js
|
|
1191
1191
|
var not = (value) => !value;
|
|
1192
1192
|
|
|
1193
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1193
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/isIpAddress.js
|
|
1194
1194
|
var 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}$`);
|
|
1195
1195
|
var isIpAddress = (value) => IP_V4_REGEX.test(value) || value.startsWith("[") && value.endsWith("]");
|
|
1196
1196
|
|
|
1197
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1197
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/parseURL.js
|
|
1198
1198
|
var DEFAULT_PORTS = {
|
|
1199
1199
|
[EndpointURLScheme.HTTP]: 80,
|
|
1200
1200
|
[EndpointURLScheme.HTTPS]: 443
|
|
@@ -1241,7 +1241,7 @@ var parseURL = (value) => {
|
|
|
1241
1241
|
};
|
|
1242
1242
|
};
|
|
1243
1243
|
|
|
1244
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1244
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/split.js
|
|
1245
1245
|
function split(value, delimiter, limit) {
|
|
1246
1246
|
if (limit === 1) {
|
|
1247
1247
|
return [value];
|
|
@@ -1256,10 +1256,10 @@ function split(value, delimiter, limit) {
|
|
|
1256
1256
|
return parts.slice(0, limit - 1).concat(parts.slice(1).join(delimiter));
|
|
1257
1257
|
}
|
|
1258
1258
|
|
|
1259
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1259
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/stringEquals.js
|
|
1260
1260
|
var stringEquals = (value1, value2) => value1 === value2;
|
|
1261
1261
|
|
|
1262
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1262
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/substring.js
|
|
1263
1263
|
var substring = (input, start, stop, reverse) => {
|
|
1264
1264
|
if (input == null || start >= stop || input.length < stop || /[^\u0000-\u007f]/.test(input)) {
|
|
1265
1265
|
return null;
|
|
@@ -1270,10 +1270,10 @@ var substring = (input, start, stop, reverse) => {
|
|
|
1270
1270
|
return input.substring(input.length - stop, input.length - start);
|
|
1271
1271
|
};
|
|
1272
1272
|
|
|
1273
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1273
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/uriEncode.js
|
|
1274
1274
|
var uriEncode = (value) => encodeURIComponent(value).replace(/[!*'()]/g, (c) => `%${c.charCodeAt(0).toString(16).toUpperCase()}`);
|
|
1275
1275
|
|
|
1276
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1276
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/endpointFunctions.js
|
|
1277
1277
|
var endpointFunctions = {
|
|
1278
1278
|
booleanEquals,
|
|
1279
1279
|
coalesce,
|
|
@@ -1289,7 +1289,7 @@ var endpointFunctions = {
|
|
|
1289
1289
|
uriEncode
|
|
1290
1290
|
};
|
|
1291
1291
|
|
|
1292
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1292
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateTemplate.js
|
|
1293
1293
|
var evaluateTemplate = (template, options) => {
|
|
1294
1294
|
const evaluatedTemplateArr = [];
|
|
1295
1295
|
const { referenceRecord, endpointParams } = options;
|
|
@@ -1322,12 +1322,12 @@ var evaluateTemplate = (template, options) => {
|
|
|
1322
1322
|
return evaluatedTemplateArr.join("");
|
|
1323
1323
|
};
|
|
1324
1324
|
|
|
1325
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1325
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getReferenceValue.js
|
|
1326
1326
|
var getReferenceValue = ({ ref }, options) => {
|
|
1327
1327
|
return options.referenceRecord[ref] ?? options.endpointParams[ref];
|
|
1328
1328
|
};
|
|
1329
1329
|
|
|
1330
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1330
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateExpression.js
|
|
1331
1331
|
var evaluateExpression = (obj, keyName, options) => {
|
|
1332
1332
|
if (typeof obj === "string") {
|
|
1333
1333
|
return evaluateTemplate(obj, options);
|
|
@@ -1367,7 +1367,7 @@ var group = {
|
|
|
1367
1367
|
callFunction
|
|
1368
1368
|
};
|
|
1369
1369
|
|
|
1370
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1370
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateCondition.js
|
|
1371
1371
|
var evaluateCondition = (condition, options) => {
|
|
1372
1372
|
const { assign } = condition;
|
|
1373
1373
|
if (assign && assign in options.referenceRecord) {
|
|
@@ -1382,7 +1382,7 @@ var evaluateCondition = (condition, options) => {
|
|
|
1382
1382
|
return { result };
|
|
1383
1383
|
};
|
|
1384
1384
|
|
|
1385
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1385
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getEndpointHeaders.js
|
|
1386
1386
|
var getEndpointHeaders = (headers, options) => Object.entries(headers ?? {}).reduce((acc, [headerKey, headerVal]) => {
|
|
1387
1387
|
acc[headerKey] = headerVal.map((headerValEntry) => {
|
|
1388
1388
|
const processedExpr = evaluateExpression(headerValEntry, "Header value entry", options);
|
|
@@ -1394,7 +1394,7 @@ var getEndpointHeaders = (headers, options) => Object.entries(headers ?? {}).red
|
|
|
1394
1394
|
return acc;
|
|
1395
1395
|
}, {});
|
|
1396
1396
|
|
|
1397
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1397
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getEndpointProperties.js
|
|
1398
1398
|
var getEndpointProperties = (properties, options) => Object.entries(properties).reduce((acc, [propertyKey, propertyVal]) => {
|
|
1399
1399
|
acc[propertyKey] = group2.getEndpointProperty(propertyVal, options);
|
|
1400
1400
|
return acc;
|
|
@@ -1422,7 +1422,7 @@ var group2 = {
|
|
|
1422
1422
|
getEndpointProperties
|
|
1423
1423
|
};
|
|
1424
1424
|
|
|
1425
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1425
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getEndpointUrl.js
|
|
1426
1426
|
var getEndpointUrl = (endpointUrl, options) => {
|
|
1427
1427
|
const expression = evaluateExpression(endpointUrl, "Endpoint URL", options);
|
|
1428
1428
|
if (typeof expression === "string") {
|
|
@@ -1436,7 +1436,7 @@ var getEndpointUrl = (endpointUrl, options) => {
|
|
|
1436
1436
|
throw new EndpointError(`Endpoint URL must be a string, got ${typeof expression}`);
|
|
1437
1437
|
};
|
|
1438
1438
|
|
|
1439
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1439
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/decideEndpoint.js
|
|
1440
1440
|
var RESULT = 1e8;
|
|
1441
1441
|
var decideEndpoint = (bdd, options) => {
|
|
1442
1442
|
const { nodes, root, results, conditions } = bdd;
|
|
@@ -1474,13 +1474,13 @@ var decideEndpoint = (bdd, options) => {
|
|
|
1474
1474
|
throw new EndpointError(`No matching endpoint.`);
|
|
1475
1475
|
};
|
|
1476
1476
|
|
|
1477
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1477
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js
|
|
1478
1478
|
var getEndpointFromInstructions = bindGetEndpointFromInstructions(getEndpointFromConfig);
|
|
1479
1479
|
var resolveEndpointConfig = bindResolveEndpointConfig(getEndpointFromConfig);
|
|
1480
1480
|
var endpointMiddleware = bindEndpointMiddleware(getEndpointFromConfig);
|
|
1481
1481
|
var getEndpointPlugin = bindGetEndpointPlugin(getEndpointFromConfig);
|
|
1482
1482
|
|
|
1483
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1483
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/retry/service-error-classification/constants.js
|
|
1484
1484
|
var THROTTLING_ERROR_CODES = [
|
|
1485
1485
|
"BandwidthLimitExceeded",
|
|
1486
1486
|
"EC2ThrottledException",
|
|
@@ -1502,7 +1502,7 @@ var TRANSIENT_ERROR_STATUS_CODES = [500, 502, 503, 504];
|
|
|
1502
1502
|
var NODEJS_TIMEOUT_ERROR_CODES = ["ECONNRESET", "ECONNREFUSED", "EPIPE", "ETIMEDOUT"];
|
|
1503
1503
|
var NODEJS_NETWORK_ERROR_CODES = ["EHOSTUNREACH", "ENETUNREACH", "ENOTFOUND", "EAI_AGAIN"];
|
|
1504
1504
|
|
|
1505
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1505
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/retry/service-error-classification/service-error-classification.js
|
|
1506
1506
|
var isRetryableByTrait = (error) => error?.$retryable !== void 0;
|
|
1507
1507
|
var isClockSkewCorrectedError = (error) => error.$metadata?.clockSkewCorrected;
|
|
1508
1508
|
var isBrowserNetworkError = (error) => {
|
|
@@ -1535,9 +1535,9 @@ function isNodeJsHttp2TransientError(error) {
|
|
|
1535
1535
|
return error.code === "ERR_HTTP2_STREAM_ERROR" && error.message.includes("NGHTTP2_REFUSED_STREAM");
|
|
1536
1536
|
}
|
|
1537
1537
|
|
|
1538
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1538
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRateLimiter.js
|
|
1539
1539
|
var DefaultRateLimiter = class _DefaultRateLimiter {
|
|
1540
|
-
static setTimeoutFn = setTimeout;
|
|
1540
|
+
static setTimeoutFn = (fn, delay) => setTimeout(fn, delay);
|
|
1541
1541
|
beta;
|
|
1542
1542
|
minCapacity;
|
|
1543
1543
|
minFillRate;
|
|
@@ -1646,14 +1646,14 @@ var DefaultRateLimiter = class _DefaultRateLimiter {
|
|
|
1646
1646
|
}
|
|
1647
1647
|
};
|
|
1648
1648
|
|
|
1649
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1649
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/constants.js
|
|
1650
1650
|
var MAXIMUM_RETRY_DELAY = 20 * 1e3;
|
|
1651
1651
|
var INITIAL_RETRY_TOKENS = 500;
|
|
1652
1652
|
var NO_RETRY_INCREMENT = 1;
|
|
1653
1653
|
var INVOCATION_ID_HEADER = "amz-sdk-invocation-id";
|
|
1654
1654
|
var REQUEST_HEADER = "amz-sdk-request";
|
|
1655
1655
|
|
|
1656
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1656
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/retries-2026-config.js
|
|
1657
1657
|
var Retry = class _Retry {
|
|
1658
1658
|
static v2026 = typeof process !== "undefined" && process.env?.SMITHY_NEW_RETRIES_2026 === "true";
|
|
1659
1659
|
static delay() {
|
|
@@ -1673,7 +1673,7 @@ var Retry = class _Retry {
|
|
|
1673
1673
|
}
|
|
1674
1674
|
};
|
|
1675
1675
|
|
|
1676
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1676
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRetryBackoffStrategy.js
|
|
1677
1677
|
var DefaultRetryBackoffStrategy = class {
|
|
1678
1678
|
x = Retry.delay();
|
|
1679
1679
|
computeNextBackoffDelay(i) {
|
|
@@ -1687,7 +1687,7 @@ var DefaultRetryBackoffStrategy = class {
|
|
|
1687
1687
|
}
|
|
1688
1688
|
};
|
|
1689
1689
|
|
|
1690
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1690
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRetryToken.js
|
|
1691
1691
|
var DefaultRetryToken = class {
|
|
1692
1692
|
delay;
|
|
1693
1693
|
count;
|
|
@@ -1716,7 +1716,7 @@ var DefaultRetryToken = class {
|
|
|
1716
1716
|
}
|
|
1717
1717
|
};
|
|
1718
1718
|
|
|
1719
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1719
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/config.js
|
|
1720
1720
|
var RETRY_MODES;
|
|
1721
1721
|
(function(RETRY_MODES2) {
|
|
1722
1722
|
RETRY_MODES2["STANDARD"] = "standard";
|
|
@@ -1725,7 +1725,7 @@ var RETRY_MODES;
|
|
|
1725
1725
|
var DEFAULT_MAX_ATTEMPTS = 3;
|
|
1726
1726
|
var DEFAULT_RETRY_MODE = RETRY_MODES.STANDARD;
|
|
1727
1727
|
|
|
1728
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1728
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/StandardRetryStrategy.js
|
|
1729
1729
|
var refusal = {
|
|
1730
1730
|
incompatible: 1,
|
|
1731
1731
|
attempts: 2,
|
|
@@ -1815,7 +1815,7 @@ var StandardRetryStrategy = class {
|
|
|
1815
1815
|
}
|
|
1816
1816
|
};
|
|
1817
1817
|
|
|
1818
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1818
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/AdaptiveRetryStrategy.js
|
|
1819
1819
|
var AdaptiveRetryStrategy = class {
|
|
1820
1820
|
mode = RETRY_MODES.ADAPTIVE;
|
|
1821
1821
|
rateLimiter;
|
|
@@ -1848,7 +1848,7 @@ var AdaptiveRetryStrategy = class {
|
|
|
1848
1848
|
}
|
|
1849
1849
|
};
|
|
1850
1850
|
|
|
1851
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1851
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/configurations.js
|
|
1852
1852
|
var ENV_MAX_ATTEMPTS = "AWS_MAX_ATTEMPTS";
|
|
1853
1853
|
var CONFIG_MAX_ATTEMPTS = "max_attempts";
|
|
1854
1854
|
var NODE_MAX_ATTEMPT_CONFIG_OPTIONS = {
|
|
@@ -1906,11 +1906,11 @@ var NODE_RETRY_MODE_CONFIG_OPTIONS = {
|
|
|
1906
1906
|
default: DEFAULT_RETRY_MODE
|
|
1907
1907
|
};
|
|
1908
1908
|
|
|
1909
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1909
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.js
|
|
1910
1910
|
import { Readable } from "stream";
|
|
1911
1911
|
var isStreamingPayload = (request) => request?.body instanceof Readable || typeof ReadableStream !== "undefined" && request?.body instanceof ReadableStream;
|
|
1912
1912
|
|
|
1913
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1913
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/parseRetryAfterHeader.js
|
|
1914
1914
|
function parseRetryAfterHeader(response, logger) {
|
|
1915
1915
|
if (!HttpResponse.isInstance(response)) {
|
|
1916
1916
|
return;
|
|
@@ -1951,7 +1951,7 @@ function parseRetryAfterHeader(response, logger) {
|
|
|
1951
1951
|
}
|
|
1952
1952
|
}
|
|
1953
1953
|
|
|
1954
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1954
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/util.js
|
|
1955
1955
|
var asSdkError = (error) => {
|
|
1956
1956
|
if (error instanceof Error)
|
|
1957
1957
|
return error;
|
|
@@ -1962,7 +1962,7 @@ var asSdkError = (error) => {
|
|
|
1962
1962
|
return new Error(`AWS SDK error wrapper for ${error}`);
|
|
1963
1963
|
};
|
|
1964
1964
|
|
|
1965
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1965
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retryMiddleware.js
|
|
1966
1966
|
function bindRetryMiddleware(isStreamingPayload2) {
|
|
1967
1967
|
return (options) => (next, context) => async (args) => {
|
|
1968
1968
|
let retryStrategy = await options.retryStrategy();
|
|
@@ -2060,11 +2060,11 @@ function bindGetRetryPlugin(isStreamingPayload2) {
|
|
|
2060
2060
|
});
|
|
2061
2061
|
}
|
|
2062
2062
|
|
|
2063
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
2063
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/retry/index.js
|
|
2064
2064
|
var retryMiddleware = bindRetryMiddleware(isStreamingPayload);
|
|
2065
2065
|
var getRetryPlugin = bindGetRetryPlugin(isStreamingPayload);
|
|
2066
2066
|
|
|
2067
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
2067
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-host-header/hostHeaderMiddleware.js
|
|
2068
2068
|
function resolveHostHeaderConfig(input) {
|
|
2069
2069
|
return input;
|
|
2070
2070
|
}
|
|
@@ -2097,7 +2097,7 @@ var getHostHeaderPlugin = (options) => ({
|
|
|
2097
2097
|
}
|
|
2098
2098
|
});
|
|
2099
2099
|
|
|
2100
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
2100
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-logger/loggerMiddleware.js
|
|
2101
2101
|
var loggerMiddleware = () => (next, context) => async (args) => {
|
|
2102
2102
|
try {
|
|
2103
2103
|
const response = await next(args);
|
|
@@ -2140,7 +2140,7 @@ var getLoggerPlugin = (options) => ({
|
|
|
2140
2140
|
}
|
|
2141
2141
|
});
|
|
2142
2142
|
|
|
2143
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
2143
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/configuration.js
|
|
2144
2144
|
var recursionDetectionMiddlewareOptions = {
|
|
2145
2145
|
step: "build",
|
|
2146
2146
|
tags: ["RECURSION_DETECTION"],
|
|
@@ -2260,7 +2260,7 @@ var InvokeStore;
|
|
|
2260
2260
|
} : void 0;
|
|
2261
2261
|
})(InvokeStore || (InvokeStore = {}));
|
|
2262
2262
|
|
|
2263
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
2263
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.js
|
|
2264
2264
|
var TRACE_ID_HEADER_NAME = "X-Amzn-Trace-Id";
|
|
2265
2265
|
var ENV_LAMBDA_FUNCTION_NAME = "AWS_LAMBDA_FUNCTION_NAME";
|
|
2266
2266
|
var ENV_TRACE_ID = "_X_AMZN_TRACE_ID";
|
|
@@ -2288,14 +2288,14 @@ var recursionDetectionMiddleware = () => (next) => async (args) => {
|
|
|
2288
2288
|
});
|
|
2289
2289
|
};
|
|
2290
2290
|
|
|
2291
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
2291
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.js
|
|
2292
2292
|
var getRecursionDetectionPlugin = (options) => ({
|
|
2293
2293
|
applyToStack: (clientStack) => {
|
|
2294
2294
|
clientStack.add(recursionDetectionMiddleware(), recursionDetectionMiddlewareOptions);
|
|
2295
2295
|
}
|
|
2296
2296
|
});
|
|
2297
2297
|
|
|
2298
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
2298
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/normalizeProvider.js
|
|
2299
2299
|
var normalizeProvider2 = (input) => {
|
|
2300
2300
|
if (typeof input === "function")
|
|
2301
2301
|
return input;
|
|
@@ -2303,7 +2303,7 @@ var normalizeProvider2 = (input) => {
|
|
|
2303
2303
|
return () => promisified;
|
|
2304
2304
|
};
|
|
2305
2305
|
|
|
2306
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
2306
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-user-agent/configurations.js
|
|
2307
2307
|
var DEFAULT_UA_APP_ID = void 0;
|
|
2308
2308
|
function isValidUserAgentAppId(appId) {
|
|
2309
2309
|
if (appId === void 0) {
|
|
@@ -2331,10 +2331,285 @@ function resolveUserAgentConfig(input) {
|
|
|
2331
2331
|
});
|
|
2332
2332
|
}
|
|
2333
2333
|
|
|
2334
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
2335
|
-
var partitionsInfo = {
|
|
2334
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partitions.js
|
|
2335
|
+
var partitionsInfo = {
|
|
2336
|
+
"partitions": [
|
|
2337
|
+
{
|
|
2338
|
+
"id": "aws",
|
|
2339
|
+
"outputs": {
|
|
2340
|
+
"dnsSuffix": "amazonaws.com",
|
|
2341
|
+
"dualStackDnsSuffix": "api.aws",
|
|
2342
|
+
"implicitGlobalRegion": "us-east-1",
|
|
2343
|
+
"name": "aws",
|
|
2344
|
+
"supportsDualStack": true,
|
|
2345
|
+
"supportsFIPS": true
|
|
2346
|
+
},
|
|
2347
|
+
"regionRegex": "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
|
|
2348
|
+
"regions": {
|
|
2349
|
+
"af-south-1": {
|
|
2350
|
+
"description": "Africa (Cape Town)"
|
|
2351
|
+
},
|
|
2352
|
+
"ap-east-1": {
|
|
2353
|
+
"description": "Asia Pacific (Hong Kong)"
|
|
2354
|
+
},
|
|
2355
|
+
"ap-east-2": {
|
|
2356
|
+
"description": "Asia Pacific (Taipei)"
|
|
2357
|
+
},
|
|
2358
|
+
"ap-northeast-1": {
|
|
2359
|
+
"description": "Asia Pacific (Tokyo)"
|
|
2360
|
+
},
|
|
2361
|
+
"ap-northeast-2": {
|
|
2362
|
+
"description": "Asia Pacific (Seoul)"
|
|
2363
|
+
},
|
|
2364
|
+
"ap-northeast-3": {
|
|
2365
|
+
"description": "Asia Pacific (Osaka)"
|
|
2366
|
+
},
|
|
2367
|
+
"ap-south-1": {
|
|
2368
|
+
"description": "Asia Pacific (Mumbai)"
|
|
2369
|
+
},
|
|
2370
|
+
"ap-south-2": {
|
|
2371
|
+
"description": "Asia Pacific (Hyderabad)"
|
|
2372
|
+
},
|
|
2373
|
+
"ap-southeast-1": {
|
|
2374
|
+
"description": "Asia Pacific (Singapore)"
|
|
2375
|
+
},
|
|
2376
|
+
"ap-southeast-2": {
|
|
2377
|
+
"description": "Asia Pacific (Sydney)"
|
|
2378
|
+
},
|
|
2379
|
+
"ap-southeast-3": {
|
|
2380
|
+
"description": "Asia Pacific (Jakarta)"
|
|
2381
|
+
},
|
|
2382
|
+
"ap-southeast-4": {
|
|
2383
|
+
"description": "Asia Pacific (Melbourne)"
|
|
2384
|
+
},
|
|
2385
|
+
"ap-southeast-5": {
|
|
2386
|
+
"description": "Asia Pacific (Malaysia)"
|
|
2387
|
+
},
|
|
2388
|
+
"ap-southeast-6": {
|
|
2389
|
+
"description": "Asia Pacific (New Zealand)"
|
|
2390
|
+
},
|
|
2391
|
+
"ap-southeast-7": {
|
|
2392
|
+
"description": "Asia Pacific (Thailand)"
|
|
2393
|
+
},
|
|
2394
|
+
"aws-global": {
|
|
2395
|
+
"description": "aws global region"
|
|
2396
|
+
},
|
|
2397
|
+
"ca-central-1": {
|
|
2398
|
+
"description": "Canada (Central)"
|
|
2399
|
+
},
|
|
2400
|
+
"ca-west-1": {
|
|
2401
|
+
"description": "Canada West (Calgary)"
|
|
2402
|
+
},
|
|
2403
|
+
"eu-central-1": {
|
|
2404
|
+
"description": "Europe (Frankfurt)"
|
|
2405
|
+
},
|
|
2406
|
+
"eu-central-2": {
|
|
2407
|
+
"description": "Europe (Zurich)"
|
|
2408
|
+
},
|
|
2409
|
+
"eu-north-1": {
|
|
2410
|
+
"description": "Europe (Stockholm)"
|
|
2411
|
+
},
|
|
2412
|
+
"eu-south-1": {
|
|
2413
|
+
"description": "Europe (Milan)"
|
|
2414
|
+
},
|
|
2415
|
+
"eu-south-2": {
|
|
2416
|
+
"description": "Europe (Spain)"
|
|
2417
|
+
},
|
|
2418
|
+
"eu-west-1": {
|
|
2419
|
+
"description": "Europe (Ireland)"
|
|
2420
|
+
},
|
|
2421
|
+
"eu-west-2": {
|
|
2422
|
+
"description": "Europe (London)"
|
|
2423
|
+
},
|
|
2424
|
+
"eu-west-3": {
|
|
2425
|
+
"description": "Europe (Paris)"
|
|
2426
|
+
},
|
|
2427
|
+
"il-central-1": {
|
|
2428
|
+
"description": "Israel (Tel Aviv)"
|
|
2429
|
+
},
|
|
2430
|
+
"me-central-1": {
|
|
2431
|
+
"description": "Middle East (UAE)"
|
|
2432
|
+
},
|
|
2433
|
+
"me-south-1": {
|
|
2434
|
+
"description": "Middle East (Bahrain)"
|
|
2435
|
+
},
|
|
2436
|
+
"mx-central-1": {
|
|
2437
|
+
"description": "Mexico (Central)"
|
|
2438
|
+
},
|
|
2439
|
+
"sa-east-1": {
|
|
2440
|
+
"description": "South America (Sao Paulo)"
|
|
2441
|
+
},
|
|
2442
|
+
"us-east-1": {
|
|
2443
|
+
"description": "US East (N. Virginia)"
|
|
2444
|
+
},
|
|
2445
|
+
"us-east-2": {
|
|
2446
|
+
"description": "US East (Ohio)"
|
|
2447
|
+
},
|
|
2448
|
+
"us-west-1": {
|
|
2449
|
+
"description": "US West (N. California)"
|
|
2450
|
+
},
|
|
2451
|
+
"us-west-2": {
|
|
2452
|
+
"description": "US West (Oregon)"
|
|
2453
|
+
}
|
|
2454
|
+
}
|
|
2455
|
+
},
|
|
2456
|
+
{
|
|
2457
|
+
"id": "aws-cn",
|
|
2458
|
+
"outputs": {
|
|
2459
|
+
"dnsSuffix": "amazonaws.com.cn",
|
|
2460
|
+
"dualStackDnsSuffix": "api.amazonwebservices.com.cn",
|
|
2461
|
+
"implicitGlobalRegion": "cn-northwest-1",
|
|
2462
|
+
"name": "aws-cn",
|
|
2463
|
+
"supportsDualStack": true,
|
|
2464
|
+
"supportsFIPS": true
|
|
2465
|
+
},
|
|
2466
|
+
"regionRegex": "^cn\\-\\w+\\-\\d+$",
|
|
2467
|
+
"regions": {
|
|
2468
|
+
"aws-cn-global": {
|
|
2469
|
+
"description": "aws-cn global region"
|
|
2470
|
+
},
|
|
2471
|
+
"cn-north-1": {
|
|
2472
|
+
"description": "China (Beijing)"
|
|
2473
|
+
},
|
|
2474
|
+
"cn-northwest-1": {
|
|
2475
|
+
"description": "China (Ningxia)"
|
|
2476
|
+
}
|
|
2477
|
+
}
|
|
2478
|
+
},
|
|
2479
|
+
{
|
|
2480
|
+
"id": "aws-eusc",
|
|
2481
|
+
"outputs": {
|
|
2482
|
+
"dnsSuffix": "amazonaws.eu",
|
|
2483
|
+
"dualStackDnsSuffix": "api.amazonwebservices.eu",
|
|
2484
|
+
"implicitGlobalRegion": "eusc-de-east-1",
|
|
2485
|
+
"name": "aws-eusc",
|
|
2486
|
+
"supportsDualStack": true,
|
|
2487
|
+
"supportsFIPS": true
|
|
2488
|
+
},
|
|
2489
|
+
"regionRegex": "^eusc\\-(de)\\-\\w+\\-\\d+$",
|
|
2490
|
+
"regions": {
|
|
2491
|
+
"eusc-de-east-1": {
|
|
2492
|
+
"description": "AWS European Sovereign Cloud (Germany)"
|
|
2493
|
+
}
|
|
2494
|
+
}
|
|
2495
|
+
},
|
|
2496
|
+
{
|
|
2497
|
+
"id": "aws-iso",
|
|
2498
|
+
"outputs": {
|
|
2499
|
+
"dnsSuffix": "c2s.ic.gov",
|
|
2500
|
+
"dualStackDnsSuffix": "api.aws.ic.gov",
|
|
2501
|
+
"implicitGlobalRegion": "us-iso-east-1",
|
|
2502
|
+
"name": "aws-iso",
|
|
2503
|
+
"supportsDualStack": true,
|
|
2504
|
+
"supportsFIPS": true
|
|
2505
|
+
},
|
|
2506
|
+
"regionRegex": "^us\\-iso\\-\\w+\\-\\d+$",
|
|
2507
|
+
"regions": {
|
|
2508
|
+
"aws-iso-global": {
|
|
2509
|
+
"description": "aws-iso global region"
|
|
2510
|
+
},
|
|
2511
|
+
"us-iso-east-1": {
|
|
2512
|
+
"description": "US ISO East"
|
|
2513
|
+
},
|
|
2514
|
+
"us-iso-west-1": {
|
|
2515
|
+
"description": "US ISO WEST"
|
|
2516
|
+
}
|
|
2517
|
+
}
|
|
2518
|
+
},
|
|
2519
|
+
{
|
|
2520
|
+
"id": "aws-iso-b",
|
|
2521
|
+
"outputs": {
|
|
2522
|
+
"dnsSuffix": "sc2s.sgov.gov",
|
|
2523
|
+
"dualStackDnsSuffix": "api.aws.scloud",
|
|
2524
|
+
"implicitGlobalRegion": "us-isob-east-1",
|
|
2525
|
+
"name": "aws-iso-b",
|
|
2526
|
+
"supportsDualStack": true,
|
|
2527
|
+
"supportsFIPS": true
|
|
2528
|
+
},
|
|
2529
|
+
"regionRegex": "^us\\-isob\\-\\w+\\-\\d+$",
|
|
2530
|
+
"regions": {
|
|
2531
|
+
"aws-iso-b-global": {
|
|
2532
|
+
"description": "aws-iso-b global region"
|
|
2533
|
+
},
|
|
2534
|
+
"us-isob-east-1": {
|
|
2535
|
+
"description": "US ISOB East (Ohio)"
|
|
2536
|
+
},
|
|
2537
|
+
"us-isob-west-1": {
|
|
2538
|
+
"description": "US ISOB West"
|
|
2539
|
+
}
|
|
2540
|
+
}
|
|
2541
|
+
},
|
|
2542
|
+
{
|
|
2543
|
+
"id": "aws-iso-e",
|
|
2544
|
+
"outputs": {
|
|
2545
|
+
"dnsSuffix": "cloud.adc-e.uk",
|
|
2546
|
+
"dualStackDnsSuffix": "api.cloud-aws.adc-e.uk",
|
|
2547
|
+
"implicitGlobalRegion": "eu-isoe-west-1",
|
|
2548
|
+
"name": "aws-iso-e",
|
|
2549
|
+
"supportsDualStack": true,
|
|
2550
|
+
"supportsFIPS": true
|
|
2551
|
+
},
|
|
2552
|
+
"regionRegex": "^eu\\-isoe\\-\\w+\\-\\d+$",
|
|
2553
|
+
"regions": {
|
|
2554
|
+
"aws-iso-e-global": {
|
|
2555
|
+
"description": "aws-iso-e global region"
|
|
2556
|
+
},
|
|
2557
|
+
"eu-isoe-west-1": {
|
|
2558
|
+
"description": "EU ISOE West"
|
|
2559
|
+
}
|
|
2560
|
+
}
|
|
2561
|
+
},
|
|
2562
|
+
{
|
|
2563
|
+
"id": "aws-iso-f",
|
|
2564
|
+
"outputs": {
|
|
2565
|
+
"dnsSuffix": "csp.hci.ic.gov",
|
|
2566
|
+
"dualStackDnsSuffix": "api.aws.hci.ic.gov",
|
|
2567
|
+
"implicitGlobalRegion": "us-isof-south-1",
|
|
2568
|
+
"name": "aws-iso-f",
|
|
2569
|
+
"supportsDualStack": true,
|
|
2570
|
+
"supportsFIPS": true
|
|
2571
|
+
},
|
|
2572
|
+
"regionRegex": "^us\\-isof\\-\\w+\\-\\d+$",
|
|
2573
|
+
"regions": {
|
|
2574
|
+
"aws-iso-f-global": {
|
|
2575
|
+
"description": "aws-iso-f global region"
|
|
2576
|
+
},
|
|
2577
|
+
"us-isof-east-1": {
|
|
2578
|
+
"description": "US ISOF EAST"
|
|
2579
|
+
},
|
|
2580
|
+
"us-isof-south-1": {
|
|
2581
|
+
"description": "US ISOF SOUTH"
|
|
2582
|
+
}
|
|
2583
|
+
}
|
|
2584
|
+
},
|
|
2585
|
+
{
|
|
2586
|
+
"id": "aws-us-gov",
|
|
2587
|
+
"outputs": {
|
|
2588
|
+
"dnsSuffix": "amazonaws.com",
|
|
2589
|
+
"dualStackDnsSuffix": "api.aws",
|
|
2590
|
+
"implicitGlobalRegion": "us-gov-west-1",
|
|
2591
|
+
"name": "aws-us-gov",
|
|
2592
|
+
"supportsDualStack": true,
|
|
2593
|
+
"supportsFIPS": true
|
|
2594
|
+
},
|
|
2595
|
+
"regionRegex": "^us\\-gov\\-\\w+\\-\\d+$",
|
|
2596
|
+
"regions": {
|
|
2597
|
+
"aws-us-gov-global": {
|
|
2598
|
+
"description": "aws-us-gov global region"
|
|
2599
|
+
},
|
|
2600
|
+
"us-gov-east-1": {
|
|
2601
|
+
"description": "AWS GovCloud (US-East)"
|
|
2602
|
+
},
|
|
2603
|
+
"us-gov-west-1": {
|
|
2604
|
+
"description": "AWS GovCloud (US-West)"
|
|
2605
|
+
}
|
|
2606
|
+
}
|
|
2607
|
+
}
|
|
2608
|
+
],
|
|
2609
|
+
"version": "1.1"
|
|
2610
|
+
};
|
|
2336
2611
|
|
|
2337
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
2612
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partition.js
|
|
2338
2613
|
var selectedPartitionsInfo = partitionsInfo;
|
|
2339
2614
|
var selectedUserAgentPrefix = "";
|
|
2340
2615
|
var partition = (value) => {
|
|
@@ -2368,7 +2643,7 @@ var partition = (value) => {
|
|
|
2368
2643
|
};
|
|
2369
2644
|
var getUserAgentPrefix = () => selectedUserAgentPrefix;
|
|
2370
2645
|
|
|
2371
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
2646
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js
|
|
2372
2647
|
Retry.v2026 ||= typeof process === "object" && process.env?.AWS_NEW_RETRIES_2026 === "true";
|
|
2373
2648
|
function setFeature2(context, feature, value) {
|
|
2374
2649
|
if (!context.__aws_sdk_context) {
|
|
@@ -2381,7 +2656,7 @@ function setFeature2(context, feature, value) {
|
|
|
2381
2656
|
context.__aws_sdk_context.features[feature] = value;
|
|
2382
2657
|
}
|
|
2383
2658
|
|
|
2384
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
2659
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-user-agent/check-features.js
|
|
2385
2660
|
var ACCOUNT_ID_ENDPOINT_REGEX = /\d{12}\.ddb/;
|
|
2386
2661
|
async function checkFeatures(context, config, args) {
|
|
2387
2662
|
const request = args.request;
|
|
@@ -2430,7 +2705,7 @@ async function checkFeatures(context, config, args) {
|
|
|
2430
2705
|
}
|
|
2431
2706
|
}
|
|
2432
2707
|
|
|
2433
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
2708
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-user-agent/constants.js
|
|
2434
2709
|
var USER_AGENT = "user-agent";
|
|
2435
2710
|
var X_AMZ_USER_AGENT = "x-amz-user-agent";
|
|
2436
2711
|
var SPACE = " ";
|
|
@@ -2439,7 +2714,7 @@ var UA_NAME_ESCAPE_REGEX = /[^!$%&'*+\-.^_`|~\w]/g;
|
|
|
2439
2714
|
var UA_VALUE_ESCAPE_REGEX = /[^!$%&'*+\-.^_`|~\w#]/g;
|
|
2440
2715
|
var UA_ESCAPE_CHAR = "-";
|
|
2441
2716
|
|
|
2442
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
2717
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-user-agent/encode-features.js
|
|
2443
2718
|
var BYTE_LIMIT = 1024;
|
|
2444
2719
|
function encodeFeatures(features) {
|
|
2445
2720
|
let buffer = "";
|
|
@@ -2458,7 +2733,7 @@ function encodeFeatures(features) {
|
|
|
2458
2733
|
return buffer;
|
|
2459
2734
|
}
|
|
2460
2735
|
|
|
2461
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
2736
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-user-agent/user-agent-middleware.js
|
|
2462
2737
|
var userAgentMiddleware = (options) => (next, context) => async (args) => {
|
|
2463
2738
|
const { request } = args;
|
|
2464
2739
|
if (!HttpRequest.isInstance(request)) {
|
|
@@ -2527,7 +2802,7 @@ var getUserAgentPlugin = (config) => ({
|
|
|
2527
2802
|
}
|
|
2528
2803
|
});
|
|
2529
2804
|
|
|
2530
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
2805
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js
|
|
2531
2806
|
var state = {
|
|
2532
2807
|
warningEmitted: false
|
|
2533
2808
|
};
|
|
@@ -2553,11 +2828,11 @@ More information can be found at: https://a.co/c895JFp`);
|
|
|
2553
2828
|
}
|
|
2554
2829
|
};
|
|
2555
2830
|
|
|
2556
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
2831
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/defaultUserAgent.js
|
|
2557
2832
|
import { platform, release } from "os";
|
|
2558
2833
|
import { env } from "process";
|
|
2559
2834
|
|
|
2560
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
2835
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getRuntimeUserAgentPair.js
|
|
2561
2836
|
import { versions } from "process";
|
|
2562
2837
|
var getRuntimeUserAgentPair = () => {
|
|
2563
2838
|
const runtimesToCheck = ["deno", "bun", "llrt"];
|
|
@@ -2569,11 +2844,11 @@ var getRuntimeUserAgentPair = () => {
|
|
|
2569
2844
|
return ["md/nodejs", versions.node];
|
|
2570
2845
|
};
|
|
2571
2846
|
|
|
2572
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
2847
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getTypeScriptUserAgentPair.js
|
|
2573
2848
|
import { readFile } from "fs/promises";
|
|
2574
2849
|
import { join } from "path";
|
|
2575
2850
|
|
|
2576
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
2851
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getNodeModulesParentDirs.js
|
|
2577
2852
|
import { normalize, sep } from "path";
|
|
2578
2853
|
var getNodeModulesParentDirs = (dirname) => {
|
|
2579
2854
|
const cwd = process.cwd();
|
|
@@ -2590,7 +2865,7 @@ var getNodeModulesParentDirs = (dirname) => {
|
|
|
2590
2865
|
return [parentDir, cwd];
|
|
2591
2866
|
};
|
|
2592
2867
|
|
|
2593
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
2868
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getSanitizedTypeScriptVersion.js
|
|
2594
2869
|
var SEMVER_REGEX = /^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*)?$/;
|
|
2595
2870
|
var getSanitizedTypeScriptVersion = (version = "") => {
|
|
2596
2871
|
const match = version.match(SEMVER_REGEX);
|
|
@@ -2601,7 +2876,7 @@ var getSanitizedTypeScriptVersion = (version = "") => {
|
|
|
2601
2876
|
return prerelease ? `${major}.${minor}.${patch}-${prerelease}` : `${major}.${minor}.${patch}`;
|
|
2602
2877
|
};
|
|
2603
2878
|
|
|
2604
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
2879
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getSanitizedDevTypeScriptVersion.js
|
|
2605
2880
|
var ALLOWED_PREFIXES = ["^", "~", ">=", "<=", ">", "<"];
|
|
2606
2881
|
var ALLOWED_DIST_TAGS = ["latest", "beta", "dev", "rc", "insiders", "next"];
|
|
2607
2882
|
var getSanitizedDevTypeScriptVersion = (version = "") => {
|
|
@@ -2616,7 +2891,7 @@ var getSanitizedDevTypeScriptVersion = (version = "") => {
|
|
|
2616
2891
|
return `${prefix}${sanitizedTypeScriptVersion}`;
|
|
2617
2892
|
};
|
|
2618
2893
|
|
|
2619
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
2894
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getTypeScriptUserAgentPair.js
|
|
2620
2895
|
var tscVersion;
|
|
2621
2896
|
var TS_PACKAGE_JSON = join("node_modules", "typescript", "package.json");
|
|
2622
2897
|
var getTypeScriptUserAgentPair = async () => {
|
|
@@ -2683,12 +2958,12 @@ var getTypeScriptUserAgentPair = async () => {
|
|
|
2683
2958
|
return ["md/tsc", tscVersion];
|
|
2684
2959
|
};
|
|
2685
2960
|
|
|
2686
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
2961
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/crt-availability.js
|
|
2687
2962
|
var crtAvailability = {
|
|
2688
2963
|
isCrtAvailable: false
|
|
2689
2964
|
};
|
|
2690
2965
|
|
|
2691
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
2966
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/is-crt-available.js
|
|
2692
2967
|
var isCrtAvailable = () => {
|
|
2693
2968
|
if (crtAvailability.isCrtAvailable) {
|
|
2694
2969
|
return ["md/crt-avail"];
|
|
@@ -2696,7 +2971,7 @@ var isCrtAvailable = () => {
|
|
|
2696
2971
|
return null;
|
|
2697
2972
|
};
|
|
2698
2973
|
|
|
2699
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
2974
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/defaultUserAgent.js
|
|
2700
2975
|
var createDefaultUserAgentProvider = ({ serviceId, clientVersion }) => {
|
|
2701
2976
|
const runtimeUserAgentPair = getRuntimeUserAgentPair();
|
|
2702
2977
|
return async (config) => {
|
|
@@ -2727,7 +3002,7 @@ var createDefaultUserAgentProvider = ({ serviceId, clientVersion }) => {
|
|
|
2727
3002
|
};
|
|
2728
3003
|
};
|
|
2729
3004
|
|
|
2730
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
3005
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/nodeAppIdConfigOptions.js
|
|
2731
3006
|
var UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID";
|
|
2732
3007
|
var UA_APP_ID_INI_NAME = "sdk_ua_app_id";
|
|
2733
3008
|
var UA_APP_ID_INI_NAME_DEPRECATED = "sdk-ua-app-id";
|
|
@@ -2737,7 +3012,7 @@ var NODE_APP_ID_CONFIG_OPTIONS = {
|
|
|
2737
3012
|
default: DEFAULT_UA_APP_ID
|
|
2738
3013
|
};
|
|
2739
3014
|
|
|
2740
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
3015
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/isVirtualHostableS3Bucket.js
|
|
2741
3016
|
var isVirtualHostableS3Bucket = (value, allowSubDomains = false) => {
|
|
2742
3017
|
if (allowSubDomains) {
|
|
2743
3018
|
for (const label of value.split(".")) {
|
|
@@ -2762,7 +3037,7 @@ var isVirtualHostableS3Bucket = (value, allowSubDomains = false) => {
|
|
|
2762
3037
|
return true;
|
|
2763
3038
|
};
|
|
2764
3039
|
|
|
2765
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
3040
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/parseArn.js
|
|
2766
3041
|
var ARN_DELIMITER = ":";
|
|
2767
3042
|
var RESOURCE_DELIMITER = "/";
|
|
2768
3043
|
var parseArn = (value) => {
|
|
@@ -2782,7 +3057,7 @@ var parseArn = (value) => {
|
|
|
2782
3057
|
};
|
|
2783
3058
|
};
|
|
2784
3059
|
|
|
2785
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
3060
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/aws.js
|
|
2786
3061
|
var awsEndpointFunctions = {
|
|
2787
3062
|
isVirtualHostableS3Bucket,
|
|
2788
3063
|
parseArn,
|
|
@@ -2790,7 +3065,7 @@ var awsEndpointFunctions = {
|
|
|
2790
3065
|
};
|
|
2791
3066
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
2792
3067
|
|
|
2793
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
3068
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/region-config-resolver/stsRegionDefaultResolver.js
|
|
2794
3069
|
function stsRegionDefaultResolver(loaderConfig = {}) {
|
|
2795
3070
|
return loadConfig({
|
|
2796
3071
|
...NODE_REGION_CONFIG_OPTIONS,
|
|
@@ -2806,7 +3081,7 @@ var warning = {
|
|
|
2806
3081
|
silence: false
|
|
2807
3082
|
};
|
|
2808
3083
|
|
|
2809
|
-
// ../node_modules/.bun/@aws-sdk+core@3.974.
|
|
3084
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/client/region-config-resolver/extensions.js
|
|
2810
3085
|
var getAwsRegionExtensionConfiguration = (runtimeConfig) => {
|
|
2811
3086
|
return {
|
|
2812
3087
|
setRegion(region) {
|