@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
package/dist/index.js
CHANGED
|
@@ -4,47 +4,50 @@ import {
|
|
|
4
4
|
XmlNode,
|
|
5
5
|
XmlShapeDeserializer,
|
|
6
6
|
XmlText
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-6HZB2ZCT.js";
|
|
8
|
+
import "./chunk-Q4OVSLY4.js";
|
|
9
|
+
import {
|
|
10
|
+
AwsSdkSigV4ASigner,
|
|
11
|
+
AwsSdkSigV4Signer,
|
|
12
|
+
DefaultIdentityProviderConfig,
|
|
13
|
+
NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
|
|
14
|
+
NODE_SIGV4A_CONFIG_OPTIONS,
|
|
15
|
+
ProtocolLib,
|
|
16
|
+
SerdeContextConfig,
|
|
17
|
+
getHttpAuthSchemeEndpointRuleSetPlugin,
|
|
18
|
+
getHttpSigningPlugin,
|
|
19
|
+
getSchemaSerdePlugin,
|
|
20
|
+
httpSigningMiddlewareOptions,
|
|
21
|
+
resolveAwsSdkSigV4AConfig,
|
|
22
|
+
resolveAwsSdkSigV4Config,
|
|
23
|
+
streamCollector
|
|
24
|
+
} from "./chunk-USNYVOYF.js";
|
|
8
25
|
import {
|
|
9
26
|
tools
|
|
10
27
|
} from "./chunk-K4GTND6P.js";
|
|
28
|
+
import {
|
|
29
|
+
eventStreamSerdeProvider2 as eventStreamSerdeProvider,
|
|
30
|
+
resolveEventStreamSerdeConfig
|
|
31
|
+
} from "./chunk-ERHOBKHD.js";
|
|
32
|
+
import "./chunk-YR5GD2D7.js";
|
|
11
33
|
import {
|
|
12
34
|
AwsCrc32,
|
|
13
35
|
__awaiter,
|
|
14
36
|
__generator,
|
|
15
37
|
__values,
|
|
16
38
|
convertToBuffer,
|
|
17
|
-
eventStreamSerdeProvider2 as eventStreamSerdeProvider,
|
|
18
39
|
isEmptyData,
|
|
19
40
|
numToUint8,
|
|
20
|
-
resolveEventStreamSerdeConfig,
|
|
21
41
|
uint32ArrayFrom
|
|
22
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-LD7M476A.js";
|
|
23
43
|
import {
|
|
24
44
|
ENV_KEY,
|
|
25
45
|
ENV_SECRET,
|
|
26
46
|
fromEnv
|
|
27
|
-
} from "./chunk-
|
|
28
|
-
import "./chunk-UMEQ5ALV.js";
|
|
29
|
-
import {
|
|
30
|
-
AwsSdkSigV4ASigner,
|
|
31
|
-
AwsSdkSigV4Signer,
|
|
32
|
-
DefaultIdentityProviderConfig,
|
|
33
|
-
NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
|
|
34
|
-
NODE_SIGV4A_CONFIG_OPTIONS,
|
|
35
|
-
ProtocolLib,
|
|
36
|
-
SerdeContextConfig,
|
|
37
|
-
getHttpAuthSchemeEndpointRuleSetPlugin,
|
|
38
|
-
getHttpSigningPlugin,
|
|
39
|
-
getSchemaSerdePlugin,
|
|
40
|
-
httpSigningMiddlewareOptions,
|
|
41
|
-
resolveAwsSdkSigV4AConfig,
|
|
42
|
-
resolveAwsSdkSigV4Config,
|
|
43
|
-
streamCollector
|
|
44
|
-
} from "./chunk-CVNCRUML.js";
|
|
47
|
+
} from "./chunk-FLMNALC3.js";
|
|
45
48
|
import {
|
|
46
49
|
NodeHttpHandler
|
|
47
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-SPCUAJQT.js";
|
|
48
51
|
import {
|
|
49
52
|
DEFAULT_RETRY_MODE,
|
|
50
53
|
NODE_APP_ID_CONFIG_OPTIONS,
|
|
@@ -64,7 +67,7 @@ import {
|
|
|
64
67
|
resolveRetryConfig,
|
|
65
68
|
resolveUserAgentConfig,
|
|
66
69
|
setFeature
|
|
67
|
-
} from "./chunk-
|
|
70
|
+
} from "./chunk-OBZN5IWW.js";
|
|
68
71
|
import {
|
|
69
72
|
BinaryDecisionDiagram,
|
|
70
73
|
Client,
|
|
@@ -107,7 +110,7 @@ import {
|
|
|
107
110
|
resolveHttpHandlerRuntimeConfig,
|
|
108
111
|
resolveParams,
|
|
109
112
|
resolveRegionConfig
|
|
110
|
-
} from "./chunk-
|
|
113
|
+
} from "./chunk-FM7TW5TD.js";
|
|
111
114
|
import {
|
|
112
115
|
Hash,
|
|
113
116
|
NumericValue,
|
|
@@ -22260,7 +22263,7 @@ var GraphqlClient = class {
|
|
|
22260
22263
|
}
|
|
22261
22264
|
};
|
|
22262
22265
|
|
|
22263
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-expect-continue@3.972.
|
|
22266
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-expect-continue@3.972.13/node_modules/@aws-sdk/middleware-expect-continue/dist-es/index.js
|
|
22264
22267
|
function addExpectContinueMiddleware(options) {
|
|
22265
22268
|
return (next) => async (args) => {
|
|
22266
22269
|
const { request } = args;
|
|
@@ -22297,7 +22300,7 @@ var getAddExpectContinuePlugin = (options) => ({
|
|
|
22297
22300
|
}
|
|
22298
22301
|
});
|
|
22299
22302
|
|
|
22300
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.
|
|
22303
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.21/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/constants.js
|
|
22301
22304
|
var RequestChecksumCalculation = {
|
|
22302
22305
|
WHEN_SUPPORTED: "WHEN_SUPPORTED",
|
|
22303
22306
|
WHEN_REQUIRED: "WHEN_REQUIRED"
|
|
@@ -22324,7 +22327,7 @@ var ChecksumLocation;
|
|
|
22324
22327
|
})(ChecksumLocation || (ChecksumLocation = {}));
|
|
22325
22328
|
var DEFAULT_CHECKSUM_ALGORITHM = ChecksumAlgorithm.CRC32;
|
|
22326
22329
|
|
|
22327
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.
|
|
22330
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.21/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/stringUnionSelector.js
|
|
22328
22331
|
var SelectorType2;
|
|
22329
22332
|
(function(SelectorType3) {
|
|
22330
22333
|
SelectorType3["ENV"] = "env";
|
|
@@ -22340,7 +22343,7 @@ var stringUnionSelector = (obj, key, union2, type) => {
|
|
|
22340
22343
|
return value;
|
|
22341
22344
|
};
|
|
22342
22345
|
|
|
22343
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.
|
|
22346
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.21/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.js
|
|
22344
22347
|
var ENV_REQUEST_CHECKSUM_CALCULATION = "AWS_REQUEST_CHECKSUM_CALCULATION";
|
|
22345
22348
|
var CONFIG_REQUEST_CHECKSUM_CALCULATION = "request_checksum_calculation";
|
|
22346
22349
|
var NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS = {
|
|
@@ -22349,7 +22352,7 @@ var NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS = {
|
|
|
22349
22352
|
default: DEFAULT_REQUEST_CHECKSUM_CALCULATION
|
|
22350
22353
|
};
|
|
22351
22354
|
|
|
22352
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.
|
|
22355
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.21/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.js
|
|
22353
22356
|
var ENV_RESPONSE_CHECKSUM_VALIDATION = "AWS_RESPONSE_CHECKSUM_VALIDATION";
|
|
22354
22357
|
var CONFIG_RESPONSE_CHECKSUM_VALIDATION = "response_checksum_validation";
|
|
22355
22358
|
var NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS = {
|
|
@@ -22358,7 +22361,7 @@ var NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS = {
|
|
|
22358
22361
|
default: DEFAULT_RESPONSE_CHECKSUM_VALIDATION
|
|
22359
22362
|
};
|
|
22360
22363
|
|
|
22361
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.
|
|
22364
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.21/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmForRequest.js
|
|
22362
22365
|
var getChecksumAlgorithmForRequest = (input, { requestChecksumRequired, requestAlgorithmMember, requestChecksumCalculation }) => {
|
|
22363
22366
|
if (!requestAlgorithmMember) {
|
|
22364
22367
|
return requestChecksumCalculation === RequestChecksumCalculation.WHEN_SUPPORTED || requestChecksumRequired ? DEFAULT_CHECKSUM_ALGORITHM : void 0;
|
|
@@ -22370,10 +22373,10 @@ var getChecksumAlgorithmForRequest = (input, { requestChecksumRequired, requestA
|
|
|
22370
22373
|
return checksumAlgorithm;
|
|
22371
22374
|
};
|
|
22372
22375
|
|
|
22373
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.
|
|
22376
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.21/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumLocationName.js
|
|
22374
22377
|
var getChecksumLocationName = (algorithm) => algorithm === ChecksumAlgorithm.MD5 ? "content-md5" : `x-amz-checksum-${algorithm.toLowerCase()}`;
|
|
22375
22378
|
|
|
22376
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.
|
|
22379
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.21/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/hasHeader.js
|
|
22377
22380
|
var hasHeader = (header, headers) => {
|
|
22378
22381
|
const soughtHeader = header.toLowerCase();
|
|
22379
22382
|
for (const headerName of Object.keys(headers)) {
|
|
@@ -22384,7 +22387,7 @@ var hasHeader = (header, headers) => {
|
|
|
22384
22387
|
return false;
|
|
22385
22388
|
};
|
|
22386
22389
|
|
|
22387
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.
|
|
22390
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.21/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/hasHeaderWithPrefix.js
|
|
22388
22391
|
var hasHeaderWithPrefix = (headerPrefix, headers) => {
|
|
22389
22392
|
const soughtHeaderPrefix = headerPrefix.toLowerCase();
|
|
22390
22393
|
for (const headerName of Object.keys(headers)) {
|
|
@@ -22395,7 +22398,7 @@ var hasHeaderWithPrefix = (headerPrefix, headers) => {
|
|
|
22395
22398
|
return false;
|
|
22396
22399
|
};
|
|
22397
22400
|
|
|
22398
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.
|
|
22401
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.21/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/isStreaming.js
|
|
22399
22402
|
var isStreaming = (body) => body !== void 0 && typeof body !== "string" && !ArrayBuffer.isView(body) && !isArrayBuffer(body);
|
|
22400
22403
|
|
|
22401
22404
|
// ../../node_modules/.pnpm/@aws-crypto+crc32c@5.2.0/node_modules/@aws-crypto/crc32c/build/module/aws_crc32c.js
|
|
@@ -22715,7 +22718,7 @@ var a_lookupTable = [
|
|
|
22715
22718
|
];
|
|
22716
22719
|
var lookupTable = uint32ArrayFrom(a_lookupTable);
|
|
22717
22720
|
|
|
22718
|
-
// ../../node_modules/.pnpm/@aws-sdk+crc64-nvme@3.972.
|
|
22721
|
+
// ../../node_modules/.pnpm/@aws-sdk+crc64-nvme@3.972.9/node_modules/@aws-sdk/crc64-nvme/dist-es/Crc64Nvme.js
|
|
22719
22722
|
var generateCRC64NVMETable = () => {
|
|
22720
22723
|
const sliceLength = 8;
|
|
22721
22724
|
const tables = new Array(sliceLength);
|
|
@@ -22806,12 +22809,12 @@ var Crc64Nvme = class {
|
|
|
22806
22809
|
}
|
|
22807
22810
|
};
|
|
22808
22811
|
|
|
22809
|
-
// ../../node_modules/.pnpm/@aws-sdk+crc64-nvme@3.972.
|
|
22812
|
+
// ../../node_modules/.pnpm/@aws-sdk+crc64-nvme@3.972.9/node_modules/@aws-sdk/crc64-nvme/dist-es/crc64-nvme-crt-container.js
|
|
22810
22813
|
var crc64NvmeCrtContainer = {
|
|
22811
22814
|
CrtCrc64Nvme: null
|
|
22812
22815
|
};
|
|
22813
22816
|
|
|
22814
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.
|
|
22817
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.21/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js
|
|
22815
22818
|
import * as zlib2 from "zlib";
|
|
22816
22819
|
var NodeCrc32 = class {
|
|
22817
22820
|
checksum = 0;
|
|
@@ -22832,7 +22835,7 @@ var getCrc32ChecksumAlgorithmFunction = () => {
|
|
|
22832
22835
|
return NodeCrc32;
|
|
22833
22836
|
};
|
|
22834
22837
|
|
|
22835
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.
|
|
22838
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.21/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/types.js
|
|
22836
22839
|
var CLIENT_SUPPORTED_ALGORITHMS = [
|
|
22837
22840
|
ChecksumAlgorithm.CRC32,
|
|
22838
22841
|
ChecksumAlgorithm.CRC32C,
|
|
@@ -22848,7 +22851,7 @@ var PRIORITY_ORDER_ALGORITHMS = [
|
|
|
22848
22851
|
ChecksumAlgorithm.CRC64NVME
|
|
22849
22852
|
];
|
|
22850
22853
|
|
|
22851
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.
|
|
22854
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.21/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js
|
|
22852
22855
|
var selectChecksumAlgorithmFunction = (checksumAlgorithm, config2) => {
|
|
22853
22856
|
const { checksumAlgorithms = {} } = config2;
|
|
22854
22857
|
switch (checksumAlgorithm) {
|
|
@@ -22875,14 +22878,14 @@ var selectChecksumAlgorithmFunction = (checksumAlgorithm, config2) => {
|
|
|
22875
22878
|
}
|
|
22876
22879
|
};
|
|
22877
22880
|
|
|
22878
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.
|
|
22881
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.21/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/stringHasher.js
|
|
22879
22882
|
var stringHasher = (checksumAlgorithmFn, body) => {
|
|
22880
22883
|
const hash = new checksumAlgorithmFn();
|
|
22881
22884
|
hash.update(toUint8Array(body || ""));
|
|
22882
22885
|
return hash.digest();
|
|
22883
22886
|
};
|
|
22884
22887
|
|
|
22885
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.
|
|
22888
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.21/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js
|
|
22886
22889
|
var flexibleChecksumsMiddlewareOptions = {
|
|
22887
22890
|
name: "flexibleChecksumsMiddleware",
|
|
22888
22891
|
step: "build",
|
|
@@ -22988,7 +22991,7 @@ var flexibleChecksumsMiddleware = (config2, middlewareConfig) => (next, context)
|
|
|
22988
22991
|
}
|
|
22989
22992
|
};
|
|
22990
22993
|
|
|
22991
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.
|
|
22994
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.21/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsInputMiddleware.js
|
|
22992
22995
|
var flexibleChecksumsInputMiddlewareOptions = {
|
|
22993
22996
|
name: "flexibleChecksumsInputMiddleware",
|
|
22994
22997
|
toMiddleware: "serializerMiddleware",
|
|
@@ -23025,7 +23028,7 @@ var flexibleChecksumsInputMiddleware = (config2, middlewareConfig) => (next, con
|
|
|
23025
23028
|
return next(args);
|
|
23026
23029
|
};
|
|
23027
23030
|
|
|
23028
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.
|
|
23031
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.21/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmListForResponse.js
|
|
23029
23032
|
var getChecksumAlgorithmListForResponse = (responseAlgorithms = []) => {
|
|
23030
23033
|
const validChecksumAlgorithms = [];
|
|
23031
23034
|
let i2 = PRIORITY_ORDER_ALGORITHMS.length;
|
|
@@ -23040,7 +23043,7 @@ var getChecksumAlgorithmListForResponse = (responseAlgorithms = []) => {
|
|
|
23040
23043
|
return validChecksumAlgorithms.filter(Boolean);
|
|
23041
23044
|
};
|
|
23042
23045
|
|
|
23043
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.
|
|
23046
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.21/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/isChecksumWithPartNumber.js
|
|
23044
23047
|
var isChecksumWithPartNumber = (checksum) => {
|
|
23045
23048
|
const lastHyphenIndex = checksum.lastIndexOf("-");
|
|
23046
23049
|
if (lastHyphenIndex !== -1) {
|
|
@@ -23055,10 +23058,10 @@ var isChecksumWithPartNumber = (checksum) => {
|
|
|
23055
23058
|
return false;
|
|
23056
23059
|
};
|
|
23057
23060
|
|
|
23058
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.
|
|
23061
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.21/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksum.js
|
|
23059
23062
|
var getChecksum = async (body, { checksumAlgorithmFn, base64Encoder }) => base64Encoder(await stringHasher(checksumAlgorithmFn, body));
|
|
23060
23063
|
|
|
23061
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.
|
|
23064
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.21/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/validateChecksumFromResponse.js
|
|
23062
23065
|
var validateChecksumFromResponse = async (response, { config: config2, responseAlgorithms, logger: logger2 }) => {
|
|
23063
23066
|
const checksumAlgorithms = getChecksumAlgorithmListForResponse(responseAlgorithms);
|
|
23064
23067
|
const { body: responseBody, headers: responseHeaders } = response;
|
|
@@ -23096,7 +23099,7 @@ var validateChecksumFromResponse = async (response, { config: config2, responseA
|
|
|
23096
23099
|
}
|
|
23097
23100
|
};
|
|
23098
23101
|
|
|
23099
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.
|
|
23102
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.21/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsResponseMiddleware.js
|
|
23100
23103
|
var flexibleChecksumsResponseMiddlewareOptions = {
|
|
23101
23104
|
name: "flexibleChecksumsResponseMiddleware",
|
|
23102
23105
|
toMiddleware: "deserializerMiddleware",
|
|
@@ -23139,7 +23142,7 @@ var flexibleChecksumsResponseMiddleware = (config2, middlewareConfig) => (next,
|
|
|
23139
23142
|
return result;
|
|
23140
23143
|
};
|
|
23141
23144
|
|
|
23142
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.
|
|
23145
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.21/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getFlexibleChecksumsPlugin.js
|
|
23143
23146
|
var getFlexibleChecksumsPlugin = (config2, middlewareConfig) => ({
|
|
23144
23147
|
applyToStack: (clientStack) => {
|
|
23145
23148
|
clientStack.add(flexibleChecksumsMiddleware(config2, middlewareConfig), flexibleChecksumsMiddlewareOptions);
|
|
@@ -23148,7 +23151,7 @@ var getFlexibleChecksumsPlugin = (config2, middlewareConfig) => ({
|
|
|
23148
23151
|
}
|
|
23149
23152
|
});
|
|
23150
23153
|
|
|
23151
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.
|
|
23154
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.974.21/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js
|
|
23152
23155
|
var resolveFlexibleChecksumsConfig = (input) => {
|
|
23153
23156
|
const { requestChecksumCalculation, responseChecksumValidation, requestStreamBufferSize } = input;
|
|
23154
23157
|
return Object.assign(input, {
|
|
@@ -23159,7 +23162,7 @@ var resolveFlexibleChecksumsConfig = (input) => {
|
|
|
23159
23162
|
});
|
|
23160
23163
|
};
|
|
23161
23164
|
|
|
23162
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.
|
|
23165
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.42/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/check-content-length-header.js
|
|
23163
23166
|
var CONTENT_LENGTH_HEADER = "content-length";
|
|
23164
23167
|
var DECODED_CONTENT_LENGTH_HEADER = "x-amz-decoded-content-length";
|
|
23165
23168
|
function checkContentLengthHeader() {
|
|
@@ -23190,7 +23193,7 @@ var getCheckContentLengthHeaderPlugin = (unused) => ({
|
|
|
23190
23193
|
}
|
|
23191
23194
|
});
|
|
23192
23195
|
|
|
23193
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.
|
|
23196
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.42/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-endpoint-middleware.js
|
|
23194
23197
|
var regionRedirectEndpointMiddleware = (config2) => {
|
|
23195
23198
|
return (next, context) => async (args) => {
|
|
23196
23199
|
const originalRegion = await config2.region();
|
|
@@ -23233,7 +23236,7 @@ var regionRedirectEndpointMiddlewareOptions = {
|
|
|
23233
23236
|
toMiddleware: "endpointV2Middleware"
|
|
23234
23237
|
};
|
|
23235
23238
|
|
|
23236
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.
|
|
23239
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.42/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-middleware.js
|
|
23237
23240
|
function regionRedirectMiddleware(clientConfig) {
|
|
23238
23241
|
return (next, context) => async (args) => {
|
|
23239
23242
|
try {
|
|
@@ -23273,7 +23276,7 @@ var getRegionRedirectMiddlewarePlugin = (clientConfig) => ({
|
|
|
23273
23276
|
}
|
|
23274
23277
|
});
|
|
23275
23278
|
|
|
23276
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.
|
|
23279
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.42/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCache.js
|
|
23277
23280
|
var S3ExpressIdentityCache = class _S3ExpressIdentityCache {
|
|
23278
23281
|
data;
|
|
23279
23282
|
lastPurgeTime = Date.now();
|
|
@@ -23314,7 +23317,7 @@ var S3ExpressIdentityCache = class _S3ExpressIdentityCache {
|
|
|
23314
23317
|
}
|
|
23315
23318
|
};
|
|
23316
23319
|
|
|
23317
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.
|
|
23320
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.42/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCacheEntry.js
|
|
23318
23321
|
var S3ExpressIdentityCacheEntry = class {
|
|
23319
23322
|
_identity;
|
|
23320
23323
|
isRefreshing;
|
|
@@ -23330,7 +23333,7 @@ var S3ExpressIdentityCacheEntry = class {
|
|
|
23330
23333
|
}
|
|
23331
23334
|
};
|
|
23332
23335
|
|
|
23333
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.
|
|
23336
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.42/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityProviderImpl.js
|
|
23334
23337
|
var S3ExpressIdentityProviderImpl = class _S3ExpressIdentityProviderImpl {
|
|
23335
23338
|
createSessionFn;
|
|
23336
23339
|
cache;
|
|
@@ -23379,7 +23382,7 @@ var S3ExpressIdentityProviderImpl = class _S3ExpressIdentityProviderImpl {
|
|
|
23379
23382
|
}
|
|
23380
23383
|
};
|
|
23381
23384
|
|
|
23382
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.
|
|
23385
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.42/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/constants.js
|
|
23383
23386
|
var S3_EXPRESS_BUCKET_TYPE = "Directory";
|
|
23384
23387
|
var S3_EXPRESS_BACKEND = "S3Express";
|
|
23385
23388
|
var S3_EXPRESS_AUTH_SCHEME = "sigv4-s3express";
|
|
@@ -23393,7 +23396,7 @@ var NODE_DISABLE_S3_EXPRESS_SESSION_AUTH_OPTIONS = {
|
|
|
23393
23396
|
default: false
|
|
23394
23397
|
};
|
|
23395
23398
|
|
|
23396
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.
|
|
23399
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.42/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js
|
|
23397
23400
|
var s3ExpressMiddleware = (options) => {
|
|
23398
23401
|
return (next, context) => async (args) => {
|
|
23399
23402
|
if (context.endpointV2) {
|
|
@@ -23432,7 +23435,7 @@ var getS3ExpressPlugin = (options) => ({
|
|
|
23432
23435
|
}
|
|
23433
23436
|
});
|
|
23434
23437
|
|
|
23435
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.
|
|
23438
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.42/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/signS3Express.js
|
|
23436
23439
|
var signS3Express = async (s3ExpressIdentity, signingOptions, request, sigV4MultiRegionSigner) => {
|
|
23437
23440
|
const signedRequest = await sigV4MultiRegionSigner.signWithCredentials(request, s3ExpressIdentity, {});
|
|
23438
23441
|
if (signedRequest.headers["X-Amz-Security-Token"] || signedRequest.headers["x-amz-security-token"]) {
|
|
@@ -23441,7 +23444,7 @@ var signS3Express = async (s3ExpressIdentity, signingOptions, request, sigV4Mult
|
|
|
23441
23444
|
return signedRequest;
|
|
23442
23445
|
};
|
|
23443
23446
|
|
|
23444
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.
|
|
23447
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.42/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js
|
|
23445
23448
|
var defaultErrorHandler = (signingProperties) => (error2) => {
|
|
23446
23449
|
throw error2;
|
|
23447
23450
|
};
|
|
@@ -23476,7 +23479,7 @@ var getS3ExpressHttpSigningPlugin = (config2) => ({
|
|
|
23476
23479
|
}
|
|
23477
23480
|
});
|
|
23478
23481
|
|
|
23479
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.
|
|
23482
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.42/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js
|
|
23480
23483
|
var resolveS3Config = (input, { session }) => {
|
|
23481
23484
|
const [s3ClientProvider, CreateSessionCommandCtor] = session;
|
|
23482
23485
|
const { forcePathStyle, useAccelerateEndpoint, disableMultiregionAccessPoints, followRegionRedirects, s3ExpressIdentityProvider, bucketEndpoint, expectContinueHeader } = input;
|
|
@@ -23493,13 +23496,13 @@ var resolveS3Config = (input, { session }) => {
|
|
|
23493
23496
|
});
|
|
23494
23497
|
};
|
|
23495
23498
|
|
|
23496
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.
|
|
23499
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.42/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.js
|
|
23497
23500
|
import { Readable as Readable2 } from "stream";
|
|
23498
23501
|
function toStream(bytes) {
|
|
23499
23502
|
return Readable2.from(Buffer.from(bytes));
|
|
23500
23503
|
}
|
|
23501
23504
|
|
|
23502
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.
|
|
23505
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.42/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js
|
|
23503
23506
|
var THROW_IF_EMPTY_BODY = {
|
|
23504
23507
|
CopyObjectCommand: true,
|
|
23505
23508
|
UploadPartCopyCommand: true,
|
|
@@ -23550,10 +23553,10 @@ var getThrow200ExceptionsPlugin = (config2) => ({
|
|
|
23550
23553
|
}
|
|
23551
23554
|
});
|
|
23552
23555
|
|
|
23553
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
23556
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/util/util-arn-parser/arn.js
|
|
23554
23557
|
var validate = (str) => typeof str === "string" && str.indexOf("arn:") === 0 && str.split(":").length >= 6;
|
|
23555
23558
|
|
|
23556
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.
|
|
23559
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.42/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/bucket-endpoint-middleware.js
|
|
23557
23560
|
function bucketEndpointMiddleware(options) {
|
|
23558
23561
|
return (next, context) => async (args) => {
|
|
23559
23562
|
if (options.bucketEndpoint) {
|
|
@@ -23589,7 +23592,7 @@ var bucketEndpointMiddlewareOptions = {
|
|
|
23589
23592
|
toMiddleware: "endpointV2Middleware"
|
|
23590
23593
|
};
|
|
23591
23594
|
|
|
23592
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.
|
|
23595
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.42/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/validate-bucket-name.js
|
|
23593
23596
|
function validateBucketNameMiddleware({ bucketEndpoint }) {
|
|
23594
23597
|
return (next) => async (args) => {
|
|
23595
23598
|
const { input: { Bucket } } = args;
|
|
@@ -23614,7 +23617,7 @@ var getValidateBucketNamePlugin = (options) => ({
|
|
|
23614
23617
|
}
|
|
23615
23618
|
});
|
|
23616
23619
|
|
|
23617
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
23620
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js
|
|
23618
23621
|
var loadRestXmlErrorCode = (output, data) => {
|
|
23619
23622
|
if (data?.Error?.Code !== void 0) {
|
|
23620
23623
|
return data.Error.Code;
|
|
@@ -23627,7 +23630,7 @@ var loadRestXmlErrorCode = (output, data) => {
|
|
|
23627
23630
|
}
|
|
23628
23631
|
};
|
|
23629
23632
|
|
|
23630
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
23633
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js
|
|
23631
23634
|
var XmlShapeSerializer = class extends SerdeContextConfig {
|
|
23632
23635
|
settings;
|
|
23633
23636
|
stringBuffer;
|
|
@@ -23894,7 +23897,7 @@ var XmlShapeSerializer = class extends SerdeContextConfig {
|
|
|
23894
23897
|
}
|
|
23895
23898
|
};
|
|
23896
23899
|
|
|
23897
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
23900
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js
|
|
23898
23901
|
var XmlCodec = class extends SerdeContextConfig {
|
|
23899
23902
|
settings;
|
|
23900
23903
|
constructor(settings) {
|
|
@@ -23913,7 +23916,7 @@ var XmlCodec = class extends SerdeContextConfig {
|
|
|
23913
23916
|
}
|
|
23914
23917
|
};
|
|
23915
23918
|
|
|
23916
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
23919
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js
|
|
23917
23920
|
var AwsRestXmlProtocol = class extends HttpBindingProtocol {
|
|
23918
23921
|
codec;
|
|
23919
23922
|
serializer;
|
|
@@ -24002,7 +24005,7 @@ var AwsRestXmlProtocol = class extends HttpBindingProtocol {
|
|
|
24002
24005
|
}
|
|
24003
24006
|
};
|
|
24004
24007
|
|
|
24005
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.
|
|
24008
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.42/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/protocol/S3RestXmlProtocol.js
|
|
24006
24009
|
var S3RestXmlProtocol = class extends AwsRestXmlProtocol {
|
|
24007
24010
|
async serializeRequest(operationSchema, input, context) {
|
|
24008
24011
|
const request = await super.serializeRequest(operationSchema, input, context);
|
|
@@ -24027,7 +24030,7 @@ var S3RestXmlProtocol = class extends AwsRestXmlProtocol {
|
|
|
24027
24030
|
}
|
|
24028
24031
|
};
|
|
24029
24032
|
|
|
24030
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
24033
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.1053.0/node_modules/@aws-sdk/client-s3/dist-es/endpoint/bdd.js
|
|
24031
24034
|
var aw = "ref";
|
|
24032
24035
|
var ax = "argv";
|
|
24033
24036
|
var ay = "backend";
|
|
@@ -25970,7 +25973,7 @@ var nodes = new Int32Array([
|
|
|
25970
25973
|
]);
|
|
25971
25974
|
var bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
25972
25975
|
|
|
25973
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
25976
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.1053.0/node_modules/@aws-sdk/client-s3/dist-es/endpoint/endpointResolver.js
|
|
25974
25977
|
var cache = new EndpointCache({
|
|
25975
25978
|
size: 50,
|
|
25976
25979
|
params: [
|
|
@@ -25998,7 +26001,7 @@ var defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
25998
26001
|
};
|
|
25999
26002
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
26000
26003
|
|
|
26001
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
26004
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.1053.0/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js
|
|
26002
26005
|
var createEndpointRuleSetHttpAuthSchemeParametersProvider = (defaultHttpAuthSchemeParametersProvider) => async (config2, context, input) => {
|
|
26003
26006
|
if (!input) {
|
|
26004
26007
|
throw new Error("Could not find `input` for `defaultEndpointRuleSetHttpAuthSchemeParametersProvider`");
|
|
@@ -26114,7 +26117,7 @@ var resolveHttpAuthSchemeConfig = (config2) => {
|
|
|
26114
26117
|
});
|
|
26115
26118
|
};
|
|
26116
26119
|
|
|
26117
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
26120
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.1053.0/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js
|
|
26118
26121
|
var resolveClientEndpointParameters = (options) => {
|
|
26119
26122
|
return Object.assign(options, {
|
|
26120
26123
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
@@ -26140,7 +26143,7 @@ var commonParams = {
|
|
|
26140
26143
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
26141
26144
|
};
|
|
26142
26145
|
|
|
26143
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
26146
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.1053.0/node_modules/@aws-sdk/client-s3/dist-es/models/S3ServiceException.js
|
|
26144
26147
|
var S3ServiceException = class _S3ServiceException extends ServiceException {
|
|
26145
26148
|
constructor(options) {
|
|
26146
26149
|
super(options);
|
|
@@ -26148,7 +26151,7 @@ var S3ServiceException = class _S3ServiceException extends ServiceException {
|
|
|
26148
26151
|
}
|
|
26149
26152
|
};
|
|
26150
26153
|
|
|
26151
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
26154
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.1053.0/node_modules/@aws-sdk/client-s3/dist-es/models/errors.js
|
|
26152
26155
|
var NoSuchUpload = class _NoSuchUpload extends S3ServiceException {
|
|
26153
26156
|
name = "NoSuchUpload";
|
|
26154
26157
|
$fault = "client";
|
|
@@ -26334,7 +26337,7 @@ var ObjectAlreadyInActiveTierError = class _ObjectAlreadyInActiveTierError exten
|
|
|
26334
26337
|
}
|
|
26335
26338
|
};
|
|
26336
26339
|
|
|
26337
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
26340
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.1053.0/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js
|
|
26338
26341
|
var _A = "Account";
|
|
26339
26342
|
var _AAO = "AnalyticsAndOperator";
|
|
26340
26343
|
var _AC = "AccelerateConfiguration";
|
|
@@ -31529,7 +31532,7 @@ var WriteGetObjectResponse$ = [
|
|
|
31529
31532
|
() => __Unit
|
|
31530
31533
|
];
|
|
31531
31534
|
|
|
31532
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
31535
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.1053.0/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js
|
|
31533
31536
|
var CreateSessionCommand = class extends Command.classBuilder().ep({
|
|
31534
31537
|
...commonParams,
|
|
31535
31538
|
DisableS3ExpressSessionAuth: { type: "staticContextParams", value: true },
|
|
@@ -31542,11 +31545,11 @@ var CreateSessionCommand = class extends Command.classBuilder().ep({
|
|
|
31542
31545
|
}).s("AmazonS3", "CreateSession", {}).n("S3Client", "CreateSessionCommand").sc(CreateSession$).build() {
|
|
31543
31546
|
};
|
|
31544
31547
|
|
|
31545
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
31548
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.1053.0/node_modules/@aws-sdk/client-s3/package.json
|
|
31546
31549
|
var package_default = {
|
|
31547
31550
|
name: "@aws-sdk/client-s3",
|
|
31548
31551
|
description: "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
|
|
31549
|
-
version: "3.
|
|
31552
|
+
version: "3.1053.0",
|
|
31550
31553
|
scripts: {
|
|
31551
31554
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
31552
31555
|
"build:cjs": "node ../../scripts/compilation/inline client-s3",
|
|
@@ -31575,25 +31578,25 @@ var package_default = {
|
|
|
31575
31578
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
31576
31579
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
31577
31580
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
31578
|
-
"@aws-sdk/core": "^3.974.
|
|
31579
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
31580
|
-
"@aws-sdk/middleware-bucket-endpoint": "^3.972.
|
|
31581
|
-
"@aws-sdk/middleware-expect-continue": "^3.972.
|
|
31582
|
-
"@aws-sdk/middleware-flexible-checksums": "^3.974.
|
|
31583
|
-
"@aws-sdk/middleware-location-constraint": "^3.972.
|
|
31584
|
-
"@aws-sdk/middleware-sdk-s3": "^3.972.
|
|
31585
|
-
"@aws-sdk/middleware-ssec": "^3.972.
|
|
31586
|
-
"@aws-sdk/signature-v4-multi-region": "^3.996.
|
|
31587
|
-
"@aws-sdk/types": "^3.973.
|
|
31588
|
-
"@smithy/core": "^3.24.
|
|
31589
|
-
"@smithy/fetch-http-handler": "^5.4.
|
|
31590
|
-
"@smithy/node-http-handler": "^4.7.
|
|
31591
|
-
"@smithy/types": "^4.14.
|
|
31581
|
+
"@aws-sdk/core": "^3.974.13",
|
|
31582
|
+
"@aws-sdk/credential-provider-node": "^3.972.44",
|
|
31583
|
+
"@aws-sdk/middleware-bucket-endpoint": "^3.972.15",
|
|
31584
|
+
"@aws-sdk/middleware-expect-continue": "^3.972.13",
|
|
31585
|
+
"@aws-sdk/middleware-flexible-checksums": "^3.974.21",
|
|
31586
|
+
"@aws-sdk/middleware-location-constraint": "^3.972.11",
|
|
31587
|
+
"@aws-sdk/middleware-sdk-s3": "^3.972.42",
|
|
31588
|
+
"@aws-sdk/middleware-ssec": "^3.972.11",
|
|
31589
|
+
"@aws-sdk/signature-v4-multi-region": "^3.996.28",
|
|
31590
|
+
"@aws-sdk/types": "^3.973.9",
|
|
31591
|
+
"@smithy/core": "^3.24.3",
|
|
31592
|
+
"@smithy/fetch-http-handler": "^5.4.3",
|
|
31593
|
+
"@smithy/node-http-handler": "^4.7.3",
|
|
31594
|
+
"@smithy/types": "^4.14.2",
|
|
31592
31595
|
tslib: "^2.6.2"
|
|
31593
31596
|
},
|
|
31594
31597
|
devDependencies: {
|
|
31595
|
-
"@aws-sdk/signature-v4-crt": "3.
|
|
31596
|
-
"@smithy/snapshot-testing": "^2.1.
|
|
31598
|
+
"@aws-sdk/signature-v4-crt": "3.1053.0",
|
|
31599
|
+
"@smithy/snapshot-testing": "^2.1.3",
|
|
31597
31600
|
"@tsconfig/node20": "20.1.8",
|
|
31598
31601
|
"@types/node": "^20.14.8",
|
|
31599
31602
|
concurrently: "7.0.0",
|
|
@@ -31634,13 +31637,13 @@ var package_default = {
|
|
|
31634
31637
|
}
|
|
31635
31638
|
};
|
|
31636
31639
|
|
|
31637
|
-
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-node@3.972.
|
|
31640
|
+
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-node@3.972.44/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js
|
|
31638
31641
|
var ENV_IMDS_DISABLED = "AWS_EC2_METADATA_DISABLED";
|
|
31639
31642
|
var remoteProvider = async (init) => {
|
|
31640
|
-
const { ENV_CMDS_FULL_URI, ENV_CMDS_RELATIVE_URI, fromContainerMetadata, fromInstanceMetadata } = await import("./dist-es-
|
|
31643
|
+
const { ENV_CMDS_FULL_URI, ENV_CMDS_RELATIVE_URI, fromContainerMetadata, fromInstanceMetadata } = await import("./dist-es-QZOTLLWC.js");
|
|
31641
31644
|
if (process.env[ENV_CMDS_RELATIVE_URI] || process.env[ENV_CMDS_FULL_URI]) {
|
|
31642
31645
|
init.logger?.debug("@aws-sdk/credential-provider-node - remoteProvider::fromHttp/fromContainerMetadata");
|
|
31643
|
-
const { fromHttp } = await import("./dist-es-
|
|
31646
|
+
const { fromHttp } = await import("./dist-es-DAQMEDLM.js");
|
|
31644
31647
|
return chain(fromHttp(init), fromContainerMetadata(init));
|
|
31645
31648
|
}
|
|
31646
31649
|
if (process.env[ENV_IMDS_DISABLED] && process.env[ENV_IMDS_DISABLED] !== "false") {
|
|
@@ -31652,7 +31655,7 @@ var remoteProvider = async (init) => {
|
|
|
31652
31655
|
return fromInstanceMetadata(init);
|
|
31653
31656
|
};
|
|
31654
31657
|
|
|
31655
|
-
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-node@3.972.
|
|
31658
|
+
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-node@3.972.44/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js
|
|
31656
31659
|
function memoizeChain(providers, treatAsExpired) {
|
|
31657
31660
|
const chain2 = internalCreateChain(providers);
|
|
31658
31661
|
let activeLock;
|
|
@@ -31707,7 +31710,7 @@ var internalCreateChain = (providers) => async (awsIdentityProperties) => {
|
|
|
31707
31710
|
throw lastProviderError;
|
|
31708
31711
|
};
|
|
31709
31712
|
|
|
31710
|
-
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-node@3.972.
|
|
31713
|
+
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-node@3.972.44/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js
|
|
31711
31714
|
var multipleCredentialSourceWarningEmitted = false;
|
|
31712
31715
|
var defaultProvider = (init = {}) => memoizeChain([
|
|
31713
31716
|
async () => {
|
|
@@ -31743,22 +31746,22 @@ var defaultProvider = (init = {}) => memoizeChain([
|
|
|
31743
31746
|
if (!ssoStartUrl && !ssoAccountId && !ssoRegion && !ssoRoleName && !ssoSession) {
|
|
31744
31747
|
throw new CredentialsProviderError("Skipping SSO provider in default chain (inputs do not include SSO fields).", { logger: init.logger });
|
|
31745
31748
|
}
|
|
31746
|
-
const { fromSSO } = await import("./dist-es-
|
|
31749
|
+
const { fromSSO } = await import("./dist-es-H7Y5BZEG.js");
|
|
31747
31750
|
return fromSSO(init)(awsIdentityProperties);
|
|
31748
31751
|
},
|
|
31749
31752
|
async (awsIdentityProperties) => {
|
|
31750
31753
|
init.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromIni");
|
|
31751
|
-
const { fromIni } = await import("./dist-es-
|
|
31754
|
+
const { fromIni } = await import("./dist-es-2B6UPU6D.js");
|
|
31752
31755
|
return fromIni(init)(awsIdentityProperties);
|
|
31753
31756
|
},
|
|
31754
31757
|
async (awsIdentityProperties) => {
|
|
31755
31758
|
init.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromProcess");
|
|
31756
|
-
const { fromProcess } = await import("./dist-es-
|
|
31759
|
+
const { fromProcess } = await import("./dist-es-S3US4EVE.js");
|
|
31757
31760
|
return fromProcess(init)(awsIdentityProperties);
|
|
31758
31761
|
},
|
|
31759
31762
|
async (awsIdentityProperties) => {
|
|
31760
31763
|
init.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromTokenFile");
|
|
31761
|
-
const { fromTokenFile } = await import("./dist-es-
|
|
31764
|
+
const { fromTokenFile } = await import("./dist-es-DWVRWSTC.js");
|
|
31762
31765
|
return fromTokenFile(init)(awsIdentityProperties);
|
|
31763
31766
|
},
|
|
31764
31767
|
async () => {
|
|
@@ -31774,7 +31777,7 @@ var defaultProvider = (init = {}) => memoizeChain([
|
|
|
31774
31777
|
], credentialsTreatedAsExpired);
|
|
31775
31778
|
var credentialsTreatedAsExpired = (credentials) => credentials?.expiration !== void 0 && credentials.expiration.getTime() - Date.now() < 3e5;
|
|
31776
31779
|
|
|
31777
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-bucket-endpoint@3.972.
|
|
31780
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-bucket-endpoint@3.972.15/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/NodeUseArnRegionConfigOptions.js
|
|
31778
31781
|
var NODE_USE_ARN_REGION_ENV_NAME = "AWS_S3_USE_ARN_REGION";
|
|
31779
31782
|
var NODE_USE_ARN_REGION_INI_NAME = "s3_use_arn_region";
|
|
31780
31783
|
var NODE_USE_ARN_REGION_CONFIG_OPTIONS = {
|
|
@@ -31821,7 +31824,7 @@ var readableStreamHasher = (hashCtor, readableStream) => {
|
|
|
31821
31824
|
});
|
|
31822
31825
|
};
|
|
31823
31826
|
|
|
31824
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
31827
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.1053.0/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js
|
|
31825
31828
|
var getRuntimeConfig = (config2) => {
|
|
31826
31829
|
return {
|
|
31827
31830
|
apiVersion: "2006-03-01",
|
|
@@ -31864,7 +31867,7 @@ var getRuntimeConfig = (config2) => {
|
|
|
31864
31867
|
};
|
|
31865
31868
|
};
|
|
31866
31869
|
|
|
31867
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
31870
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.1053.0/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js
|
|
31868
31871
|
var getRuntimeConfig2 = (config2) => {
|
|
31869
31872
|
emitWarningIfUnsupportedVersion2(process.version);
|
|
31870
31873
|
const defaultsMode = resolveDefaultsModeConfig(config2);
|
|
@@ -31908,7 +31911,7 @@ var getRuntimeConfig2 = (config2) => {
|
|
|
31908
31911
|
};
|
|
31909
31912
|
};
|
|
31910
31913
|
|
|
31911
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
31914
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.1053.0/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthExtensionConfiguration.js
|
|
31912
31915
|
var getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
31913
31916
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
31914
31917
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -31947,14 +31950,14 @@ var resolveHttpAuthRuntimeConfig = (config2) => {
|
|
|
31947
31950
|
};
|
|
31948
31951
|
};
|
|
31949
31952
|
|
|
31950
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
31953
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.1053.0/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js
|
|
31951
31954
|
var resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
31952
31955
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
31953
31956
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
31954
31957
|
return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
31955
31958
|
};
|
|
31956
31959
|
|
|
31957
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
31960
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.1053.0/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js
|
|
31958
31961
|
var S3Client = class extends Client {
|
|
31959
31962
|
config;
|
|
31960
31963
|
constructor(...[configuration]) {
|
|
@@ -31999,7 +32002,7 @@ var S3Client = class extends Client {
|
|
|
31999
32002
|
}
|
|
32000
32003
|
};
|
|
32001
32004
|
|
|
32002
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-ssec@3.972.
|
|
32005
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-ssec@3.972.11/node_modules/@aws-sdk/middleware-ssec/dist-es/index.js
|
|
32003
32006
|
function ssecMiddleware(options) {
|
|
32004
32007
|
return (next) => async (args) => {
|
|
32005
32008
|
const input = { ...args.input };
|
|
@@ -32062,7 +32065,7 @@ function isValidBase64EncodedSSECustomerKey(str, options) {
|
|
|
32062
32065
|
}
|
|
32063
32066
|
}
|
|
32064
32067
|
|
|
32065
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
32068
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.1053.0/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js
|
|
32066
32069
|
var DeleteObjectCommand = class extends Command.classBuilder().ep({
|
|
32067
32070
|
...commonParams,
|
|
32068
32071
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
@@ -32075,7 +32078,7 @@ var DeleteObjectCommand = class extends Command.classBuilder().ep({
|
|
|
32075
32078
|
}).s("AmazonS3", "DeleteObject", {}).n("S3Client", "DeleteObjectCommand").sc(DeleteObject$).build() {
|
|
32076
32079
|
};
|
|
32077
32080
|
|
|
32078
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
32081
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.1053.0/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js
|
|
32079
32082
|
var ListObjectsV2Command = class extends Command.classBuilder().ep({
|
|
32080
32083
|
...commonParams,
|
|
32081
32084
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
@@ -32088,7 +32091,7 @@ var ListObjectsV2Command = class extends Command.classBuilder().ep({
|
|
|
32088
32091
|
}).s("AmazonS3", "ListObjectsV2", {}).n("S3Client", "ListObjectsV2Command").sc(ListObjectsV2$).build() {
|
|
32089
32092
|
};
|
|
32090
32093
|
|
|
32091
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
32094
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.1053.0/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js
|
|
32092
32095
|
var PutObjectCommand = class extends Command.classBuilder().ep({
|
|
32093
32096
|
...commonParams,
|
|
32094
32097
|
Bucket: { type: "contextParams", name: "Bucket" },
|