@ampless/mcp-server 1.0.0-alpha.11 → 1.0.0-alpha.13
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/README.ja.md +1 -1
- package/README.md +1 -1
- package/dist/{chunk-IW52OUIR.js → chunk-6HZB2ZCT.js} +13 -13
- package/dist/{chunk-6OXXSXKN.js → chunk-7JQMGUAU.js} +9 -9
- package/dist/{chunk-3NCQATCK.js → chunk-ERHOBKHD.js} +7 -501
- package/dist/{chunk-YHHXORQ4.js → chunk-ETWWJEHN.js} +17 -17
- package/dist/{chunk-A4YPJIDF.js → chunk-FLMNALC3.js} +3 -3
- package/dist/{chunk-QBXY5RRO.js → chunk-FM7TW5TD.js} +1 -2
- package/dist/chunk-LD7M476A.js +502 -0
- package/dist/{chunk-ISXSZYT4.js → chunk-OBZN5IWW.js} +32 -32
- package/dist/{chunk-UMEQ5ALV.js → chunk-Q4OVSLY4.js} +2 -2
- package/dist/{chunk-5PA6IP7O.js → chunk-SPCUAJQT.js} +1 -1
- package/dist/{chunk-CVNCRUML.js → chunk-USNYVOYF.js} +114 -47
- package/dist/chunk-YR5GD2D7.js +165 -0
- package/dist/{dist-es-J4X5E4TX.js → dist-es-2B6UPU6D.js} +22 -22
- package/dist/{dist-es-PRQWND46.js → dist-es-4QBVIVDD.js} +3 -3
- package/dist/{dist-es-3P7CNKGV.js → dist-es-DAQMEDLM.js} +8 -8
- package/dist/{dist-es-OI6XP2CN.js → dist-es-DWVRWSTC.js} +6 -6
- package/dist/{dist-es-OKPWYZO7.js → dist-es-H7Y5BZEG.js} +16 -16
- package/dist/{dist-es-T6J3WJJK.js → dist-es-QZOTLLWC.js} +1 -1
- package/dist/{dist-es-OO5RVJZO.js → dist-es-S3US4EVE.js} +6 -6
- package/dist/{event-streams-WFL2DK34.js → event-streams-IEZDQ3X3.js} +2 -1
- package/dist/event-streams-R54SMYED.js +891 -0
- package/dist/index.js +119 -116
- package/dist/{loadSso-C2Y2WOQK.js → loadSso-B4NUZPX5.js} +21 -20
- package/dist/{signin-IY5CLTYR.js → signin-BEDHRSJ2.js} +23 -22
- package/dist/{sso-oidc-KZTDOR7Y.js → sso-oidc-UXLRODTA.js} +23 -22
- package/dist/{sts-2UABQZ6D.js → sts-3BBU2O3O.js} +29 -28
- package/package.json +6 -6
|
@@ -12,13 +12,13 @@ import {
|
|
|
12
12
|
isValidHostLabel,
|
|
13
13
|
loadConfig,
|
|
14
14
|
normalizeProvider
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-FM7TW5TD.js";
|
|
16
16
|
import {
|
|
17
17
|
parseRfc7231DateTime,
|
|
18
18
|
v4
|
|
19
19
|
} from "./chunk-IKXKDSVH.js";
|
|
20
20
|
|
|
21
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
21
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js
|
|
22
22
|
function setCredentialFeature(credentials, feature, value) {
|
|
23
23
|
if (!credentials.$source) {
|
|
24
24
|
credentials.$source = {};
|
|
@@ -591,7 +591,7 @@ function bindGetRetryPlugin(isStreamingPayload2) {
|
|
|
591
591
|
var retryMiddleware = bindRetryMiddleware(isStreamingPayload);
|
|
592
592
|
var getRetryPlugin = bindGetRetryPlugin(isStreamingPayload);
|
|
593
593
|
|
|
594
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
594
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-host-header/hostHeaderMiddleware.js
|
|
595
595
|
function resolveHostHeaderConfig(input) {
|
|
596
596
|
return input;
|
|
597
597
|
}
|
|
@@ -624,7 +624,7 @@ var getHostHeaderPlugin = (options) => ({
|
|
|
624
624
|
}
|
|
625
625
|
});
|
|
626
626
|
|
|
627
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
627
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-logger/loggerMiddleware.js
|
|
628
628
|
var loggerMiddleware = () => (next, context) => async (args) => {
|
|
629
629
|
try {
|
|
630
630
|
const response = await next(args);
|
|
@@ -667,7 +667,7 @@ var getLoggerPlugin = (options) => ({
|
|
|
667
667
|
}
|
|
668
668
|
});
|
|
669
669
|
|
|
670
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
670
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/configuration.js
|
|
671
671
|
var recursionDetectionMiddlewareOptions = {
|
|
672
672
|
step: "build",
|
|
673
673
|
tags: ["RECURSION_DETECTION"],
|
|
@@ -787,7 +787,7 @@ var InvokeStore;
|
|
|
787
787
|
} : void 0;
|
|
788
788
|
})(InvokeStore || (InvokeStore = {}));
|
|
789
789
|
|
|
790
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
790
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.js
|
|
791
791
|
var TRACE_ID_HEADER_NAME = "X-Amzn-Trace-Id";
|
|
792
792
|
var ENV_LAMBDA_FUNCTION_NAME = "AWS_LAMBDA_FUNCTION_NAME";
|
|
793
793
|
var ENV_TRACE_ID = "_X_AMZN_TRACE_ID";
|
|
@@ -815,7 +815,7 @@ var recursionDetectionMiddleware = () => (next) => async (args) => {
|
|
|
815
815
|
});
|
|
816
816
|
};
|
|
817
817
|
|
|
818
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
818
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.js
|
|
819
819
|
var getRecursionDetectionPlugin = (options) => ({
|
|
820
820
|
applyToStack: (clientStack) => {
|
|
821
821
|
clientStack.add(recursionDetectionMiddleware(), recursionDetectionMiddlewareOptions);
|
|
@@ -830,7 +830,7 @@ var normalizeProvider2 = (input) => {
|
|
|
830
830
|
return () => promisified;
|
|
831
831
|
};
|
|
832
832
|
|
|
833
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
833
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-user-agent/configurations.js
|
|
834
834
|
var DEFAULT_UA_APP_ID = void 0;
|
|
835
835
|
function isValidUserAgentAppId(appId) {
|
|
836
836
|
if (appId === void 0) {
|
|
@@ -858,10 +858,10 @@ function resolveUserAgentConfig(input) {
|
|
|
858
858
|
});
|
|
859
859
|
}
|
|
860
860
|
|
|
861
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
861
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partitions.js
|
|
862
862
|
var partitionsInfo = { "partitions": [{ "id": "aws", "outputs": { "dnsSuffix": "amazonaws.com", "dualStackDnsSuffix": "api.aws", "implicitGlobalRegion": "us-east-1", "name": "aws", "supportsDualStack": true, "supportsFIPS": true }, "regionRegex": "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$", "regions": { "af-south-1": { "description": "Africa (Cape Town)" }, "ap-east-1": { "description": "Asia Pacific (Hong Kong)" }, "ap-east-2": { "description": "Asia Pacific (Taipei)" }, "ap-northeast-1": { "description": "Asia Pacific (Tokyo)" }, "ap-northeast-2": { "description": "Asia Pacific (Seoul)" }, "ap-northeast-3": { "description": "Asia Pacific (Osaka)" }, "ap-south-1": { "description": "Asia Pacific (Mumbai)" }, "ap-south-2": { "description": "Asia Pacific (Hyderabad)" }, "ap-southeast-1": { "description": "Asia Pacific (Singapore)" }, "ap-southeast-2": { "description": "Asia Pacific (Sydney)" }, "ap-southeast-3": { "description": "Asia Pacific (Jakarta)" }, "ap-southeast-4": { "description": "Asia Pacific (Melbourne)" }, "ap-southeast-5": { "description": "Asia Pacific (Malaysia)" }, "ap-southeast-6": { "description": "Asia Pacific (New Zealand)" }, "ap-southeast-7": { "description": "Asia Pacific (Thailand)" }, "aws-global": { "description": "aws global region" }, "ca-central-1": { "description": "Canada (Central)" }, "ca-west-1": { "description": "Canada West (Calgary)" }, "eu-central-1": { "description": "Europe (Frankfurt)" }, "eu-central-2": { "description": "Europe (Zurich)" }, "eu-north-1": { "description": "Europe (Stockholm)" }, "eu-south-1": { "description": "Europe (Milan)" }, "eu-south-2": { "description": "Europe (Spain)" }, "eu-west-1": { "description": "Europe (Ireland)" }, "eu-west-2": { "description": "Europe (London)" }, "eu-west-3": { "description": "Europe (Paris)" }, "il-central-1": { "description": "Israel (Tel Aviv)" }, "me-central-1": { "description": "Middle East (UAE)" }, "me-south-1": { "description": "Middle East (Bahrain)" }, "mx-central-1": { "description": "Mexico (Central)" }, "sa-east-1": { "description": "South America (Sao Paulo)" }, "us-east-1": { "description": "US East (N. Virginia)" }, "us-east-2": { "description": "US East (Ohio)" }, "us-west-1": { "description": "US West (N. California)" }, "us-west-2": { "description": "US West (Oregon)" } } }, { "id": "aws-cn", "outputs": { "dnsSuffix": "amazonaws.com.cn", "dualStackDnsSuffix": "api.amazonwebservices.com.cn", "implicitGlobalRegion": "cn-northwest-1", "name": "aws-cn", "supportsDualStack": true, "supportsFIPS": true }, "regionRegex": "^cn\\-\\w+\\-\\d+$", "regions": { "aws-cn-global": { "description": "aws-cn global region" }, "cn-north-1": { "description": "China (Beijing)" }, "cn-northwest-1": { "description": "China (Ningxia)" } } }, { "id": "aws-eusc", "outputs": { "dnsSuffix": "amazonaws.eu", "dualStackDnsSuffix": "api.amazonwebservices.eu", "implicitGlobalRegion": "eusc-de-east-1", "name": "aws-eusc", "supportsDualStack": true, "supportsFIPS": true }, "regionRegex": "^eusc\\-(de)\\-\\w+\\-\\d+$", "regions": { "eusc-de-east-1": { "description": "AWS European Sovereign Cloud (Germany)" } } }, { "id": "aws-iso", "outputs": { "dnsSuffix": "c2s.ic.gov", "dualStackDnsSuffix": "api.aws.ic.gov", "implicitGlobalRegion": "us-iso-east-1", "name": "aws-iso", "supportsDualStack": true, "supportsFIPS": true }, "regionRegex": "^us\\-iso\\-\\w+\\-\\d+$", "regions": { "aws-iso-global": { "description": "aws-iso global region" }, "us-iso-east-1": { "description": "US ISO East" }, "us-iso-west-1": { "description": "US ISO WEST" } } }, { "id": "aws-iso-b", "outputs": { "dnsSuffix": "sc2s.sgov.gov", "dualStackDnsSuffix": "api.aws.scloud", "implicitGlobalRegion": "us-isob-east-1", "name": "aws-iso-b", "supportsDualStack": true, "supportsFIPS": true }, "regionRegex": "^us\\-isob\\-\\w+\\-\\d+$", "regions": { "aws-iso-b-global": { "description": "aws-iso-b global region" }, "us-isob-east-1": { "description": "US ISOB East (Ohio)" }, "us-isob-west-1": { "description": "US ISOB West" } } }, { "id": "aws-iso-e", "outputs": { "dnsSuffix": "cloud.adc-e.uk", "dualStackDnsSuffix": "api.cloud-aws.adc-e.uk", "implicitGlobalRegion": "eu-isoe-west-1", "name": "aws-iso-e", "supportsDualStack": true, "supportsFIPS": true }, "regionRegex": "^eu\\-isoe\\-\\w+\\-\\d+$", "regions": { "aws-iso-e-global": { "description": "aws-iso-e global region" }, "eu-isoe-west-1": { "description": "EU ISOE West" } } }, { "id": "aws-iso-f", "outputs": { "dnsSuffix": "csp.hci.ic.gov", "dualStackDnsSuffix": "api.aws.hci.ic.gov", "implicitGlobalRegion": "us-isof-south-1", "name": "aws-iso-f", "supportsDualStack": true, "supportsFIPS": true }, "regionRegex": "^us\\-isof\\-\\w+\\-\\d+$", "regions": { "aws-iso-f-global": { "description": "aws-iso-f global region" }, "us-isof-east-1": { "description": "US ISOF EAST" }, "us-isof-south-1": { "description": "US ISOF SOUTH" } } }, { "id": "aws-us-gov", "outputs": { "dnsSuffix": "amazonaws.com", "dualStackDnsSuffix": "api.aws", "implicitGlobalRegion": "us-gov-west-1", "name": "aws-us-gov", "supportsDualStack": true, "supportsFIPS": true }, "regionRegex": "^us\\-gov\\-\\w+\\-\\d+$", "regions": { "aws-us-gov-global": { "description": "aws-us-gov global region" }, "us-gov-east-1": { "description": "AWS GovCloud (US-East)" }, "us-gov-west-1": { "description": "AWS GovCloud (US-West)" } } }], "version": "1.1" };
|
|
863
863
|
|
|
864
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
864
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partition.js
|
|
865
865
|
var selectedPartitionsInfo = partitionsInfo;
|
|
866
866
|
var selectedUserAgentPrefix = "";
|
|
867
867
|
var partition = (value) => {
|
|
@@ -895,7 +895,7 @@ var partition = (value) => {
|
|
|
895
895
|
};
|
|
896
896
|
var getUserAgentPrefix = () => selectedUserAgentPrefix;
|
|
897
897
|
|
|
898
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
898
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js
|
|
899
899
|
Retry.v2026 ||= typeof process === "object" && process.env?.AWS_NEW_RETRIES_2026 === "true";
|
|
900
900
|
function setFeature(context, feature, value) {
|
|
901
901
|
if (!context.__aws_sdk_context) {
|
|
@@ -908,7 +908,7 @@ function setFeature(context, feature, value) {
|
|
|
908
908
|
context.__aws_sdk_context.features[feature] = value;
|
|
909
909
|
}
|
|
910
910
|
|
|
911
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
911
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-user-agent/check-features.js
|
|
912
912
|
var ACCOUNT_ID_ENDPOINT_REGEX = /\d{12}\.ddb/;
|
|
913
913
|
async function checkFeatures(context, config, args) {
|
|
914
914
|
const request = args.request;
|
|
@@ -957,7 +957,7 @@ async function checkFeatures(context, config, args) {
|
|
|
957
957
|
}
|
|
958
958
|
}
|
|
959
959
|
|
|
960
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
960
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-user-agent/constants.js
|
|
961
961
|
var USER_AGENT = "user-agent";
|
|
962
962
|
var X_AMZ_USER_AGENT = "x-amz-user-agent";
|
|
963
963
|
var SPACE = " ";
|
|
@@ -966,7 +966,7 @@ var UA_NAME_ESCAPE_REGEX = /[^!$%&'*+\-.^_`|~\w]/g;
|
|
|
966
966
|
var UA_VALUE_ESCAPE_REGEX = /[^!$%&'*+\-.^_`|~\w#]/g;
|
|
967
967
|
var UA_ESCAPE_CHAR = "-";
|
|
968
968
|
|
|
969
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
969
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-user-agent/encode-features.js
|
|
970
970
|
var BYTE_LIMIT = 1024;
|
|
971
971
|
function encodeFeatures(features) {
|
|
972
972
|
let buffer = "";
|
|
@@ -985,7 +985,7 @@ function encodeFeatures(features) {
|
|
|
985
985
|
return buffer;
|
|
986
986
|
}
|
|
987
987
|
|
|
988
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
988
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-user-agent/user-agent-middleware.js
|
|
989
989
|
var userAgentMiddleware = (options) => (next, context) => async (args) => {
|
|
990
990
|
const { request } = args;
|
|
991
991
|
if (!HttpRequest.isInstance(request)) {
|
|
@@ -1054,7 +1054,7 @@ var getUserAgentPlugin = (config) => ({
|
|
|
1054
1054
|
}
|
|
1055
1055
|
});
|
|
1056
1056
|
|
|
1057
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
1057
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js
|
|
1058
1058
|
var state = {
|
|
1059
1059
|
warningEmitted: false
|
|
1060
1060
|
};
|
|
@@ -1080,11 +1080,11 @@ More information can be found at: https://a.co/c895JFp`);
|
|
|
1080
1080
|
}
|
|
1081
1081
|
};
|
|
1082
1082
|
|
|
1083
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
1083
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/defaultUserAgent.js
|
|
1084
1084
|
import { platform, release } from "os";
|
|
1085
1085
|
import { env } from "process";
|
|
1086
1086
|
|
|
1087
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
1087
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getRuntimeUserAgentPair.js
|
|
1088
1088
|
import { versions } from "process";
|
|
1089
1089
|
var getRuntimeUserAgentPair = () => {
|
|
1090
1090
|
const runtimesToCheck = ["deno", "bun", "llrt"];
|
|
@@ -1096,11 +1096,11 @@ var getRuntimeUserAgentPair = () => {
|
|
|
1096
1096
|
return ["md/nodejs", versions.node];
|
|
1097
1097
|
};
|
|
1098
1098
|
|
|
1099
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
1099
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getTypeScriptUserAgentPair.js
|
|
1100
1100
|
import { readFile } from "fs/promises";
|
|
1101
1101
|
import { join } from "path";
|
|
1102
1102
|
|
|
1103
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
1103
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getNodeModulesParentDirs.js
|
|
1104
1104
|
import { normalize, sep } from "path";
|
|
1105
1105
|
var getNodeModulesParentDirs = (dirname) => {
|
|
1106
1106
|
const cwd = process.cwd();
|
|
@@ -1117,7 +1117,7 @@ var getNodeModulesParentDirs = (dirname) => {
|
|
|
1117
1117
|
return [parentDir, cwd];
|
|
1118
1118
|
};
|
|
1119
1119
|
|
|
1120
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
1120
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getSanitizedTypeScriptVersion.js
|
|
1121
1121
|
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-]+)*)?$/;
|
|
1122
1122
|
var getSanitizedTypeScriptVersion = (version = "") => {
|
|
1123
1123
|
const match = version.match(SEMVER_REGEX);
|
|
@@ -1128,7 +1128,7 @@ var getSanitizedTypeScriptVersion = (version = "") => {
|
|
|
1128
1128
|
return prerelease ? `${major}.${minor}.${patch}-${prerelease}` : `${major}.${minor}.${patch}`;
|
|
1129
1129
|
};
|
|
1130
1130
|
|
|
1131
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
1131
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getSanitizedDevTypeScriptVersion.js
|
|
1132
1132
|
var ALLOWED_PREFIXES = ["^", "~", ">=", "<=", ">", "<"];
|
|
1133
1133
|
var ALLOWED_DIST_TAGS = ["latest", "beta", "dev", "rc", "insiders", "next"];
|
|
1134
1134
|
var getSanitizedDevTypeScriptVersion = (version = "") => {
|
|
@@ -1143,7 +1143,7 @@ var getSanitizedDevTypeScriptVersion = (version = "") => {
|
|
|
1143
1143
|
return `${prefix}${sanitizedTypeScriptVersion}`;
|
|
1144
1144
|
};
|
|
1145
1145
|
|
|
1146
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
1146
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getTypeScriptUserAgentPair.js
|
|
1147
1147
|
var tscVersion;
|
|
1148
1148
|
var TS_PACKAGE_JSON = join("node_modules", "typescript", "package.json");
|
|
1149
1149
|
var getTypeScriptUserAgentPair = async () => {
|
|
@@ -1210,12 +1210,12 @@ var getTypeScriptUserAgentPair = async () => {
|
|
|
1210
1210
|
return ["md/tsc", tscVersion];
|
|
1211
1211
|
};
|
|
1212
1212
|
|
|
1213
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
1213
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/crt-availability.js
|
|
1214
1214
|
var crtAvailability = {
|
|
1215
1215
|
isCrtAvailable: false
|
|
1216
1216
|
};
|
|
1217
1217
|
|
|
1218
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
1218
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/is-crt-available.js
|
|
1219
1219
|
var isCrtAvailable = () => {
|
|
1220
1220
|
if (crtAvailability.isCrtAvailable) {
|
|
1221
1221
|
return ["md/crt-avail"];
|
|
@@ -1223,7 +1223,7 @@ var isCrtAvailable = () => {
|
|
|
1223
1223
|
return null;
|
|
1224
1224
|
};
|
|
1225
1225
|
|
|
1226
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
1226
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/defaultUserAgent.js
|
|
1227
1227
|
var createDefaultUserAgentProvider = ({ serviceId, clientVersion }) => {
|
|
1228
1228
|
const runtimeUserAgentPair = getRuntimeUserAgentPair();
|
|
1229
1229
|
return async (config) => {
|
|
@@ -1254,7 +1254,7 @@ var createDefaultUserAgentProvider = ({ serviceId, clientVersion }) => {
|
|
|
1254
1254
|
};
|
|
1255
1255
|
};
|
|
1256
1256
|
|
|
1257
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
1257
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/nodeAppIdConfigOptions.js
|
|
1258
1258
|
var UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID";
|
|
1259
1259
|
var UA_APP_ID_INI_NAME = "sdk_ua_app_id";
|
|
1260
1260
|
var UA_APP_ID_INI_NAME_DEPRECATED = "sdk-ua-app-id";
|
|
@@ -1264,7 +1264,7 @@ var NODE_APP_ID_CONFIG_OPTIONS = {
|
|
|
1264
1264
|
default: DEFAULT_UA_APP_ID
|
|
1265
1265
|
};
|
|
1266
1266
|
|
|
1267
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
1267
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/isVirtualHostableS3Bucket.js
|
|
1268
1268
|
var isVirtualHostableS3Bucket = (value, allowSubDomains = false) => {
|
|
1269
1269
|
if (allowSubDomains) {
|
|
1270
1270
|
for (const label of value.split(".")) {
|
|
@@ -1289,7 +1289,7 @@ var isVirtualHostableS3Bucket = (value, allowSubDomains = false) => {
|
|
|
1289
1289
|
return true;
|
|
1290
1290
|
};
|
|
1291
1291
|
|
|
1292
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
1292
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/parseArn.js
|
|
1293
1293
|
var ARN_DELIMITER = ":";
|
|
1294
1294
|
var RESOURCE_DELIMITER = "/";
|
|
1295
1295
|
var parseArn = (value) => {
|
|
@@ -1309,7 +1309,7 @@ var parseArn = (value) => {
|
|
|
1309
1309
|
};
|
|
1310
1310
|
};
|
|
1311
1311
|
|
|
1312
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
1312
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/aws.js
|
|
1313
1313
|
var awsEndpointFunctions = {
|
|
1314
1314
|
isVirtualHostableS3Bucket,
|
|
1315
1315
|
parseArn,
|
|
@@ -1317,7 +1317,7 @@ var awsEndpointFunctions = {
|
|
|
1317
1317
|
};
|
|
1318
1318
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
1319
1319
|
|
|
1320
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
1320
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/region-config-resolver/stsRegionDefaultResolver.js
|
|
1321
1321
|
function stsRegionDefaultResolver(loaderConfig = {}) {
|
|
1322
1322
|
return loadConfig({
|
|
1323
1323
|
...NODE_REGION_CONFIG_OPTIONS,
|
|
@@ -1333,7 +1333,7 @@ var warning = {
|
|
|
1333
1333
|
silence: false
|
|
1334
1334
|
};
|
|
1335
1335
|
|
|
1336
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
1336
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/client/region-config-resolver/extensions.js
|
|
1337
1337
|
var getAwsRegionExtensionConfiguration = (runtimeConfig) => {
|
|
1338
1338
|
return {
|
|
1339
1339
|
setRegion(region) {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
collectBody
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-FM7TW5TD.js";
|
|
5
5
|
import {
|
|
6
6
|
toUtf8
|
|
7
7
|
} from "./chunk-IKXKDSVH.js";
|
|
8
8
|
|
|
9
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
9
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js
|
|
10
10
|
var collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => (context?.utf8Encoder ?? toUtf8)(body));
|
|
11
11
|
|
|
12
12
|
export {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
HttpResponse,
|
|
4
4
|
buildQueryString
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-FM7TW5TD.js";
|
|
6
6
|
|
|
7
7
|
// ../../node_modules/.pnpm/@smithy+node-http-handler@4.7.3/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js
|
|
8
8
|
import { Agent as hsAgent, request as hsRequest } from "https";
|