@junando/worker 0.11.1 → 0.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{checksum-B7SAT8oI.cjs → checksum-AM2soALR.cjs} +276 -241
- package/dist/{checksum-BKPTTLSe.cjs → checksum-DYd9h1Z6.cjs} +242 -232
- package/dist/{event-streams-B7_gEE-_.cjs → event-streams-cGG6y4x_.cjs} +37 -37
- package/dist/{event-streams-DNZOvjgj.cjs → event-streams-x0B21mfk.cjs} +37 -37
- package/dist/handler.cjs +10448 -9356
- package/dist/{node-BzYEGMG1.cjs → node-BYAxz9X-.cjs} +33 -24
- package/dist/{sdk-BD78kZ4E.cjs → sdk-a89HQ1X4.cjs} +2037 -452
- package/package.json +6 -6
|
@@ -9,7 +9,7 @@ let node_fs_promises = require("node:fs/promises");
|
|
|
9
9
|
let node_zlib = require("node:zlib");
|
|
10
10
|
node_zlib = require_rolldown_runtime.__toESM(node_zlib);
|
|
11
11
|
|
|
12
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
12
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/transport/getSmithyContext.js
|
|
13
13
|
var import_dist_cjs$6, getSmithyContext;
|
|
14
14
|
var init_getSmithyContext = require_rolldown_runtime.__esmMin((() => {
|
|
15
15
|
import_dist_cjs$6 = require_dist_cjs$1.require_dist_cjs();
|
|
@@ -17,7 +17,7 @@ var init_getSmithyContext = require_rolldown_runtime.__esmMin((() => {
|
|
|
17
17
|
}));
|
|
18
18
|
|
|
19
19
|
//#endregion
|
|
20
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
20
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/transport/httpRequest.js
|
|
21
21
|
function cloneQuery(query) {
|
|
22
22
|
return Object.keys(query).reduce((carry, paramName) => {
|
|
23
23
|
const param = query[paramName];
|
|
@@ -78,7 +78,7 @@ var init_httpRequest = require_rolldown_runtime.__esmMin((() => {
|
|
|
78
78
|
}));
|
|
79
79
|
|
|
80
80
|
//#endregion
|
|
81
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
81
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/transport/httpResponse.js
|
|
82
82
|
var HttpResponse;
|
|
83
83
|
var init_httpResponse = require_rolldown_runtime.__esmMin((() => {
|
|
84
84
|
HttpResponse = class {
|
|
@@ -101,7 +101,7 @@ var init_httpResponse = require_rolldown_runtime.__esmMin((() => {
|
|
|
101
101
|
}));
|
|
102
102
|
|
|
103
103
|
//#endregion
|
|
104
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
104
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/transport/isValidHostLabel.js
|
|
105
105
|
var VALID_HOST_LABEL_REGEX, isValidHostLabel;
|
|
106
106
|
var init_isValidHostLabel = require_rolldown_runtime.__esmMin((() => {
|
|
107
107
|
VALID_HOST_LABEL_REGEX = new RegExp(`^(?!.*-$)(?!-)[a-zA-Z0-9-]{1,63}$`);
|
|
@@ -120,15 +120,15 @@ var init_isValidHostLabel = require_rolldown_runtime.__esmMin((() => {
|
|
|
120
120
|
}));
|
|
121
121
|
|
|
122
122
|
//#endregion
|
|
123
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
123
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/transport/isValidHostname.js
|
|
124
124
|
function isValidHostname(hostname) {
|
|
125
|
-
const hostPattern = /^[a-z0-9][a-z0-9
|
|
125
|
+
const hostPattern = /^[a-z0-9][a-z0-9.-]*[a-z0-9]$/;
|
|
126
126
|
return hostPattern.test(hostname);
|
|
127
127
|
}
|
|
128
128
|
var init_isValidHostname = require_rolldown_runtime.__esmMin((() => {}));
|
|
129
129
|
|
|
130
130
|
//#endregion
|
|
131
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
131
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/transport/normalizeProvider.js
|
|
132
132
|
var normalizeProvider;
|
|
133
133
|
var init_normalizeProvider = require_rolldown_runtime.__esmMin((() => {
|
|
134
134
|
normalizeProvider = (input) => {
|
|
@@ -139,7 +139,7 @@ var init_normalizeProvider = require_rolldown_runtime.__esmMin((() => {
|
|
|
139
139
|
}));
|
|
140
140
|
|
|
141
141
|
//#endregion
|
|
142
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
142
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/transport/parseQueryString.js
|
|
143
143
|
function parseQueryString(querystring) {
|
|
144
144
|
const query = {};
|
|
145
145
|
querystring = querystring.replace(/^\?/, "");
|
|
@@ -164,7 +164,7 @@ function parseQueryString(querystring) {
|
|
|
164
164
|
var init_parseQueryString = require_rolldown_runtime.__esmMin((() => {}));
|
|
165
165
|
|
|
166
166
|
//#endregion
|
|
167
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
167
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/transport/parseUrl.js
|
|
168
168
|
var parseUrl;
|
|
169
169
|
var init_parseUrl = require_rolldown_runtime.__esmMin((() => {
|
|
170
170
|
init_parseQueryString();
|
|
@@ -188,7 +188,7 @@ var init_parseUrl = require_rolldown_runtime.__esmMin((() => {
|
|
|
188
188
|
}));
|
|
189
189
|
|
|
190
190
|
//#endregion
|
|
191
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
191
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/transport/toEndpointV1.js
|
|
192
192
|
var toEndpointV1;
|
|
193
193
|
var init_toEndpointV1$1 = require_rolldown_runtime.__esmMin((() => {
|
|
194
194
|
init_parseUrl();
|
|
@@ -211,7 +211,7 @@ var init_toEndpointV1$1 = require_rolldown_runtime.__esmMin((() => {
|
|
|
211
211
|
}));
|
|
212
212
|
|
|
213
213
|
//#endregion
|
|
214
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
214
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/transport/index.js
|
|
215
215
|
var init_transport = require_rolldown_runtime.__esmMin((() => {
|
|
216
216
|
init_getSmithyContext();
|
|
217
217
|
init_httpRequest();
|
|
@@ -225,14 +225,14 @@ var init_transport = require_rolldown_runtime.__esmMin((() => {
|
|
|
225
225
|
}));
|
|
226
226
|
|
|
227
227
|
//#endregion
|
|
228
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
228
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/is-array-buffer/is-array-buffer.js
|
|
229
229
|
var isArrayBuffer;
|
|
230
230
|
var init_is_array_buffer = require_rolldown_runtime.__esmMin((() => {
|
|
231
231
|
isArrayBuffer = (arg) => typeof ArrayBuffer === "function" && arg instanceof ArrayBuffer || Object.prototype.toString.call(arg) === "[object ArrayBuffer]";
|
|
232
232
|
}));
|
|
233
233
|
|
|
234
234
|
//#endregion
|
|
235
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
235
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-buffer-from/buffer-from.js
|
|
236
236
|
var fromArrayBuffer, fromString;
|
|
237
237
|
var init_buffer_from = require_rolldown_runtime.__esmMin((() => {
|
|
238
238
|
init_is_array_buffer();
|
|
@@ -251,7 +251,7 @@ var init_buffer_from = require_rolldown_runtime.__esmMin((() => {
|
|
|
251
251
|
}));
|
|
252
252
|
|
|
253
253
|
//#endregion
|
|
254
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
254
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/fromBase64.js
|
|
255
255
|
var BASE64_REGEX, fromBase64;
|
|
256
256
|
var init_fromBase64 = require_rolldown_runtime.__esmMin((() => {
|
|
257
257
|
init_buffer_from();
|
|
@@ -269,7 +269,7 @@ var init_fromBase64 = require_rolldown_runtime.__esmMin((() => {
|
|
|
269
269
|
}));
|
|
270
270
|
|
|
271
271
|
//#endregion
|
|
272
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
272
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/fromUtf8.js
|
|
273
273
|
var fromUtf8$1;
|
|
274
274
|
var init_fromUtf8 = require_rolldown_runtime.__esmMin((() => {
|
|
275
275
|
init_buffer_from();
|
|
@@ -280,7 +280,7 @@ var init_fromUtf8 = require_rolldown_runtime.__esmMin((() => {
|
|
|
280
280
|
}));
|
|
281
281
|
|
|
282
282
|
//#endregion
|
|
283
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
283
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/toBase64.js
|
|
284
284
|
var toBase64$1;
|
|
285
285
|
var init_toBase64 = require_rolldown_runtime.__esmMin((() => {
|
|
286
286
|
init_buffer_from();
|
|
@@ -300,7 +300,7 @@ var init_toBase64 = require_rolldown_runtime.__esmMin((() => {
|
|
|
300
300
|
}));
|
|
301
301
|
|
|
302
302
|
//#endregion
|
|
303
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
303
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.js
|
|
304
304
|
function bindUint8ArrayBlobAdapter(toUtf8, fromUtf8, toBase64, fromBase64) {
|
|
305
305
|
return class Uint8ArrayBlobAdapter extends Uint8Array {
|
|
306
306
|
static fromString(source, encoding = "utf-8") {
|
|
@@ -327,7 +327,7 @@ function bindUint8ArrayBlobAdapter(toUtf8, fromUtf8, toBase64, fromBase64) {
|
|
|
327
327
|
var init_Uint8ArrayBlobAdapter = require_rolldown_runtime.__esmMin((() => {}));
|
|
328
328
|
|
|
329
329
|
//#endregion
|
|
330
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
330
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUtf8.js
|
|
331
331
|
var toUtf8$1;
|
|
332
332
|
var init_toUtf8 = require_rolldown_runtime.__esmMin((() => {
|
|
333
333
|
init_buffer_from();
|
|
@@ -343,7 +343,7 @@ var init_toUtf8 = require_rolldown_runtime.__esmMin((() => {
|
|
|
343
343
|
}));
|
|
344
344
|
|
|
345
345
|
//#endregion
|
|
346
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
346
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/uuid/v4.js
|
|
347
347
|
function bindV4(getRandomValues) {
|
|
348
348
|
if (typeof crypto !== "undefined" && typeof crypto.randomUUID === "function") {
|
|
349
349
|
return () => crypto.randomUUID();
|
|
@@ -362,14 +362,14 @@ var init_v4 = require_rolldown_runtime.__esmMin((() => {
|
|
|
362
362
|
}));
|
|
363
363
|
|
|
364
364
|
//#endregion
|
|
365
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
365
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js
|
|
366
366
|
var copyDocumentWithTransform;
|
|
367
367
|
var init_copyDocumentWithTransform = require_rolldown_runtime.__esmMin((() => {
|
|
368
|
-
copyDocumentWithTransform = (source,
|
|
368
|
+
copyDocumentWithTransform = (source, _schemaRef, _transform = (_) => _) => source;
|
|
369
369
|
}));
|
|
370
370
|
|
|
371
371
|
//#endregion
|
|
372
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
372
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js
|
|
373
373
|
var parseBoolean, expectBoolean, expectNumber, MAX_FLOAT, expectFloat32, expectLong, expectInt, expectInt32, expectShort, expectByte, expectSizedInt, castInt, expectNonNull, expectObject, expectString, expectUnion, strictParseDouble, strictParseFloat, strictParseFloat32, NUMBER_REGEX, parseNumber, limitedParseDouble, handleFloat, limitedParseFloat, limitedParseFloat32, parseFloatString, strictParseLong, strictParseInt, strictParseInt32, strictParseShort, strictParseByte, stackTraceWarning, logger;
|
|
374
374
|
var init_parse_utils = require_rolldown_runtime.__esmMin((() => {
|
|
375
375
|
parseBoolean = (value) => {
|
|
@@ -596,7 +596,7 @@ var init_parse_utils = require_rolldown_runtime.__esmMin((() => {
|
|
|
596
596
|
}));
|
|
597
597
|
|
|
598
598
|
//#endregion
|
|
599
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
599
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/date-utils.js
|
|
600
600
|
function dateToUtcString(date) {
|
|
601
601
|
const year = date.getUTCFullYear();
|
|
602
602
|
const month = date.getUTCMonth();
|
|
@@ -660,7 +660,7 @@ var init_date_utils = require_rolldown_runtime.__esmMin((() => {
|
|
|
660
660
|
fractionalMilliseconds
|
|
661
661
|
});
|
|
662
662
|
};
|
|
663
|
-
RFC3339_WITH_OFFSET$1 = new RegExp(/^(\d{4})-(\d{2})-(\d{2})[tT](\d{2}):(\d{2}):(\d{2})(?:\.(\d+))?(([-+]\d{2}
|
|
663
|
+
RFC3339_WITH_OFFSET$1 = new RegExp(/^(\d{4})-(\d{2})-(\d{2})[tT](\d{2}):(\d{2}):(\d{2})(?:\.(\d+))?(([-+]\d{2}:\d{2})|[zZ])$/);
|
|
664
664
|
parseRfc3339DateTimeWithOffset = (value) => {
|
|
665
665
|
if (value === null || value === undefined) {
|
|
666
666
|
return undefined;
|
|
@@ -841,7 +841,7 @@ var init_date_utils = require_rolldown_runtime.__esmMin((() => {
|
|
|
841
841
|
}));
|
|
842
842
|
|
|
843
843
|
//#endregion
|
|
844
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
844
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/lazy-json.js
|
|
845
845
|
var LazyJsonString;
|
|
846
846
|
var init_lazy_json = require_rolldown_runtime.__esmMin((() => {
|
|
847
847
|
LazyJsonString = function LazyJsonString(val) {
|
|
@@ -870,7 +870,7 @@ var init_lazy_json = require_rolldown_runtime.__esmMin((() => {
|
|
|
870
870
|
}));
|
|
871
871
|
|
|
872
872
|
//#endregion
|
|
873
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
873
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/quote-header.js
|
|
874
874
|
function quoteHeader(part) {
|
|
875
875
|
if (part.includes(",") || part.includes("\"")) {
|
|
876
876
|
part = `"${part.replace(/"/g, "\\\"")}"`;
|
|
@@ -880,7 +880,7 @@ function quoteHeader(part) {
|
|
|
880
880
|
var init_quote_header = require_rolldown_runtime.__esmMin((() => {}));
|
|
881
881
|
|
|
882
882
|
//#endregion
|
|
883
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
883
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js
|
|
884
884
|
function range(v, min, max) {
|
|
885
885
|
const _v = Number(v);
|
|
886
886
|
if (_v < min || _v > max) {
|
|
@@ -1001,7 +1001,7 @@ var init_schema_date_utils = require_rolldown_runtime.__esmMin((() => {
|
|
|
1001
1001
|
}));
|
|
1002
1002
|
|
|
1003
1003
|
//#endregion
|
|
1004
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1004
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/split-every.js
|
|
1005
1005
|
function splitEvery(value, delimiter, numDelimiters) {
|
|
1006
1006
|
if (numDelimiters <= 0 || !Number.isInteger(numDelimiters)) {
|
|
1007
1007
|
throw new Error("Invalid number of delimiters (" + numDelimiters + ") for splitEvery.");
|
|
@@ -1031,7 +1031,7 @@ function splitEvery(value, delimiter, numDelimiters) {
|
|
|
1031
1031
|
var init_split_every = require_rolldown_runtime.__esmMin((() => {}));
|
|
1032
1032
|
|
|
1033
1033
|
//#endregion
|
|
1034
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1034
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/split-header.js
|
|
1035
1035
|
var splitHeader;
|
|
1036
1036
|
var init_split_header = require_rolldown_runtime.__esmMin((() => {
|
|
1037
1037
|
splitHeader = (value) => {
|
|
@@ -1074,7 +1074,7 @@ var init_split_header = require_rolldown_runtime.__esmMin((() => {
|
|
|
1074
1074
|
}));
|
|
1075
1075
|
|
|
1076
1076
|
//#endregion
|
|
1077
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1077
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js
|
|
1078
1078
|
function nv(input) {
|
|
1079
1079
|
return new NumericValue(String(input), "bigDecimal");
|
|
1080
1080
|
}
|
|
@@ -1105,7 +1105,7 @@ var init_NumericValue = require_rolldown_runtime.__esmMin((() => {
|
|
|
1105
1105
|
}));
|
|
1106
1106
|
|
|
1107
1107
|
//#endregion
|
|
1108
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1108
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-hex-encoding/hex-encoding.js
|
|
1109
1109
|
function fromHex(encoded) {
|
|
1110
1110
|
if (encoded.length % 2 !== 0) {
|
|
1111
1111
|
throw new Error("Hex encoded strings must have an even number length");
|
|
@@ -1143,7 +1143,7 @@ var init_hex_encoding = require_rolldown_runtime.__esmMin((() => {
|
|
|
1143
1143
|
}));
|
|
1144
1144
|
|
|
1145
1145
|
//#endregion
|
|
1146
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1146
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-body-length/calculateBodyLength.js
|
|
1147
1147
|
var calculateBodyLength;
|
|
1148
1148
|
var init_calculateBodyLength = require_rolldown_runtime.__esmMin((() => {
|
|
1149
1149
|
calculateBodyLength = (body) => {
|
|
@@ -1170,7 +1170,7 @@ var init_calculateBodyLength = require_rolldown_runtime.__esmMin((() => {
|
|
|
1170
1170
|
}));
|
|
1171
1171
|
|
|
1172
1172
|
//#endregion
|
|
1173
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1173
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.js
|
|
1174
1174
|
var toUint8Array;
|
|
1175
1175
|
var init_toUint8Array = require_rolldown_runtime.__esmMin((() => {
|
|
1176
1176
|
init_fromUtf8();
|
|
@@ -1189,7 +1189,7 @@ var init_toUint8Array = require_rolldown_runtime.__esmMin((() => {
|
|
|
1189
1189
|
}));
|
|
1190
1190
|
|
|
1191
1191
|
//#endregion
|
|
1192
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1192
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/concatBytes.js
|
|
1193
1193
|
function concatBytes(arrays, length) {
|
|
1194
1194
|
if (length === undefined) {
|
|
1195
1195
|
length = 0;
|
|
@@ -1208,7 +1208,7 @@ function concatBytes(arrays, length) {
|
|
|
1208
1208
|
var init_concatBytes = require_rolldown_runtime.__esmMin((() => {}));
|
|
1209
1209
|
|
|
1210
1210
|
//#endregion
|
|
1211
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1211
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/deserializerMiddleware.js
|
|
1212
1212
|
var deserializerMiddleware, findHeader$1;
|
|
1213
1213
|
var init_deserializerMiddleware = require_rolldown_runtime.__esmMin((() => {
|
|
1214
1214
|
init_transport();
|
|
@@ -1231,7 +1231,7 @@ var init_deserializerMiddleware = require_rolldown_runtime.__esmMin((() => {
|
|
|
1231
1231
|
const hint = `Deserialization error: to see the raw response, inspect the hidden field {error}.$response on this object.`;
|
|
1232
1232
|
try {
|
|
1233
1233
|
error.message += "\n " + hint;
|
|
1234
|
-
} catch (
|
|
1234
|
+
} catch (ignored) {
|
|
1235
1235
|
if (!context.logger || context.logger?.constructor?.name === "NoOpLogger") {
|
|
1236
1236
|
console.warn(hint);
|
|
1237
1237
|
} else {
|
|
@@ -1254,7 +1254,7 @@ var init_deserializerMiddleware = require_rolldown_runtime.__esmMin((() => {
|
|
|
1254
1254
|
cfId: findHeader$1(/^x-[\w-]+-cf-id$/, headerEntries)
|
|
1255
1255
|
};
|
|
1256
1256
|
}
|
|
1257
|
-
} catch (
|
|
1257
|
+
} catch (ignored) {}
|
|
1258
1258
|
}
|
|
1259
1259
|
throw error;
|
|
1260
1260
|
}
|
|
@@ -1267,7 +1267,7 @@ var init_deserializerMiddleware = require_rolldown_runtime.__esmMin((() => {
|
|
|
1267
1267
|
}));
|
|
1268
1268
|
|
|
1269
1269
|
//#endregion
|
|
1270
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1270
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/property-provider/ProviderError.js
|
|
1271
1271
|
var ProviderError;
|
|
1272
1272
|
var init_ProviderError = require_rolldown_runtime.__esmMin((() => {
|
|
1273
1273
|
ProviderError = class ProviderError extends Error {
|
|
@@ -1295,7 +1295,7 @@ var init_ProviderError = require_rolldown_runtime.__esmMin((() => {
|
|
|
1295
1295
|
}));
|
|
1296
1296
|
|
|
1297
1297
|
//#endregion
|
|
1298
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1298
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/property-provider/CredentialsProviderError.js
|
|
1299
1299
|
var CredentialsProviderError;
|
|
1300
1300
|
var init_CredentialsProviderError = require_rolldown_runtime.__esmMin((() => {
|
|
1301
1301
|
init_ProviderError();
|
|
@@ -1309,7 +1309,7 @@ var init_CredentialsProviderError = require_rolldown_runtime.__esmMin((() => {
|
|
|
1309
1309
|
}));
|
|
1310
1310
|
|
|
1311
1311
|
//#endregion
|
|
1312
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1312
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/property-provider/TokenProviderError.js
|
|
1313
1313
|
var TokenProviderError;
|
|
1314
1314
|
var init_TokenProviderError = require_rolldown_runtime.__esmMin((() => {
|
|
1315
1315
|
init_ProviderError();
|
|
@@ -1323,7 +1323,7 @@ var init_TokenProviderError = require_rolldown_runtime.__esmMin((() => {
|
|
|
1323
1323
|
}));
|
|
1324
1324
|
|
|
1325
1325
|
//#endregion
|
|
1326
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1326
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/property-provider/chain.js
|
|
1327
1327
|
var chain;
|
|
1328
1328
|
var init_chain = require_rolldown_runtime.__esmMin((() => {
|
|
1329
1329
|
init_ProviderError();
|
|
@@ -1349,14 +1349,14 @@ var init_chain = require_rolldown_runtime.__esmMin((() => {
|
|
|
1349
1349
|
}));
|
|
1350
1350
|
|
|
1351
1351
|
//#endregion
|
|
1352
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1352
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/property-provider/fromValue.js
|
|
1353
1353
|
var fromValue;
|
|
1354
1354
|
var init_fromValue = require_rolldown_runtime.__esmMin((() => {
|
|
1355
1355
|
fromValue = (staticValue) => () => Promise.resolve(staticValue);
|
|
1356
1356
|
}));
|
|
1357
1357
|
|
|
1358
1358
|
//#endregion
|
|
1359
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1359
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/property-provider/memoize.js
|
|
1360
1360
|
var memoize;
|
|
1361
1361
|
var init_memoize = require_rolldown_runtime.__esmMin((() => {
|
|
1362
1362
|
memoize = (provider, isExpired, requiresRefresh) => {
|
|
@@ -1406,7 +1406,7 @@ var init_memoize = require_rolldown_runtime.__esmMin((() => {
|
|
|
1406
1406
|
}));
|
|
1407
1407
|
|
|
1408
1408
|
//#endregion
|
|
1409
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1409
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/util-config-provider/booleanSelector.js
|
|
1410
1410
|
var booleanSelector;
|
|
1411
1411
|
var init_booleanSelector = require_rolldown_runtime.__esmMin((() => {
|
|
1412
1412
|
booleanSelector = (obj, key, type) => {
|
|
@@ -1418,7 +1418,7 @@ var init_booleanSelector = require_rolldown_runtime.__esmMin((() => {
|
|
|
1418
1418
|
}));
|
|
1419
1419
|
|
|
1420
1420
|
//#endregion
|
|
1421
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1421
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/util-config-provider/numberSelector.js
|
|
1422
1422
|
var numberSelector;
|
|
1423
1423
|
var init_numberSelector = require_rolldown_runtime.__esmMin((() => {
|
|
1424
1424
|
numberSelector = (obj, key, type) => {
|
|
@@ -1432,7 +1432,7 @@ var init_numberSelector = require_rolldown_runtime.__esmMin((() => {
|
|
|
1432
1432
|
}));
|
|
1433
1433
|
|
|
1434
1434
|
//#endregion
|
|
1435
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1435
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/util-config-provider/types.js
|
|
1436
1436
|
var SelectorType;
|
|
1437
1437
|
var init_types$1 = require_rolldown_runtime.__esmMin((() => {
|
|
1438
1438
|
;
|
|
@@ -1443,7 +1443,7 @@ var init_types$1 = require_rolldown_runtime.__esmMin((() => {
|
|
|
1443
1443
|
}));
|
|
1444
1444
|
|
|
1445
1445
|
//#endregion
|
|
1446
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1446
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getHomeDir.js
|
|
1447
1447
|
var homeDirCache, getHomeDirCacheKey, getHomeDir;
|
|
1448
1448
|
var init_getHomeDir = require_rolldown_runtime.__esmMin((() => {
|
|
1449
1449
|
homeDirCache = {};
|
|
@@ -1465,7 +1465,7 @@ var init_getHomeDir = require_rolldown_runtime.__esmMin((() => {
|
|
|
1465
1465
|
}));
|
|
1466
1466
|
|
|
1467
1467
|
//#endregion
|
|
1468
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1468
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getProfileName.js
|
|
1469
1469
|
var ENV_PROFILE, DEFAULT_PROFILE, getProfileName;
|
|
1470
1470
|
var init_getProfileName = require_rolldown_runtime.__esmMin((() => {
|
|
1471
1471
|
ENV_PROFILE = "AWS_PROFILE";
|
|
@@ -1474,7 +1474,7 @@ var init_getProfileName = require_rolldown_runtime.__esmMin((() => {
|
|
|
1474
1474
|
}));
|
|
1475
1475
|
|
|
1476
1476
|
//#endregion
|
|
1477
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1477
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getSSOTokenFilepath.js
|
|
1478
1478
|
var getSSOTokenFilepath;
|
|
1479
1479
|
var init_getSSOTokenFilepath = require_rolldown_runtime.__esmMin((() => {
|
|
1480
1480
|
init_getHomeDir();
|
|
@@ -1486,7 +1486,7 @@ var init_getSSOTokenFilepath = require_rolldown_runtime.__esmMin((() => {
|
|
|
1486
1486
|
}));
|
|
1487
1487
|
|
|
1488
1488
|
//#endregion
|
|
1489
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1489
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getSSOTokenFromFile.js
|
|
1490
1490
|
var tokenIntercept, getSSOTokenFromFile;
|
|
1491
1491
|
var init_getSSOTokenFromFile = require_rolldown_runtime.__esmMin((() => {
|
|
1492
1492
|
init_getSSOTokenFilepath();
|
|
@@ -1502,14 +1502,14 @@ var init_getSSOTokenFromFile = require_rolldown_runtime.__esmMin((() => {
|
|
|
1502
1502
|
}));
|
|
1503
1503
|
|
|
1504
1504
|
//#endregion
|
|
1505
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1505
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/constants.js
|
|
1506
1506
|
var CONFIG_PREFIX_SEPARATOR;
|
|
1507
1507
|
var init_constants$2 = require_rolldown_runtime.__esmMin((() => {
|
|
1508
1508
|
CONFIG_PREFIX_SEPARATOR = ".";
|
|
1509
1509
|
}));
|
|
1510
1510
|
|
|
1511
1511
|
//#endregion
|
|
1512
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1512
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getConfigData.js
|
|
1513
1513
|
var import_dist_cjs$5, getConfigData;
|
|
1514
1514
|
var init_getConfigData = require_rolldown_runtime.__esmMin((() => {
|
|
1515
1515
|
import_dist_cjs$5 = require_dist_cjs$1.require_dist_cjs();
|
|
@@ -1529,7 +1529,7 @@ var init_getConfigData = require_rolldown_runtime.__esmMin((() => {
|
|
|
1529
1529
|
}));
|
|
1530
1530
|
|
|
1531
1531
|
//#endregion
|
|
1532
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1532
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getConfigFilepath.js
|
|
1533
1533
|
var ENV_CONFIG_PATH, getConfigFilepath;
|
|
1534
1534
|
var init_getConfigFilepath = require_rolldown_runtime.__esmMin((() => {
|
|
1535
1535
|
init_getHomeDir();
|
|
@@ -1538,7 +1538,7 @@ var init_getConfigFilepath = require_rolldown_runtime.__esmMin((() => {
|
|
|
1538
1538
|
}));
|
|
1539
1539
|
|
|
1540
1540
|
//#endregion
|
|
1541
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1541
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getCredentialsFilepath.js
|
|
1542
1542
|
var ENV_CREDENTIALS_PATH, getCredentialsFilepath;
|
|
1543
1543
|
var init_getCredentialsFilepath = require_rolldown_runtime.__esmMin((() => {
|
|
1544
1544
|
init_getHomeDir();
|
|
@@ -1547,12 +1547,12 @@ var init_getCredentialsFilepath = require_rolldown_runtime.__esmMin((() => {
|
|
|
1547
1547
|
}));
|
|
1548
1548
|
|
|
1549
1549
|
//#endregion
|
|
1550
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1550
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/parseIni.js
|
|
1551
1551
|
var import_dist_cjs$4, prefixKeyRegex, profileNameBlockList, parseIni;
|
|
1552
1552
|
var init_parseIni = require_rolldown_runtime.__esmMin((() => {
|
|
1553
1553
|
import_dist_cjs$4 = require_dist_cjs$1.require_dist_cjs();
|
|
1554
1554
|
init_constants$2();
|
|
1555
|
-
prefixKeyRegex = /^([\w-]+)\s(["'])?([\w
|
|
1555
|
+
prefixKeyRegex = /^([\w-]+)\s(["'])?([\w-@+.%:/]+)\2$/;
|
|
1556
1556
|
profileNameBlockList = ["__proto__", "profile __proto__"];
|
|
1557
1557
|
parseIni = (iniData) => {
|
|
1558
1558
|
const map = {};
|
|
@@ -1599,7 +1599,7 @@ var init_parseIni = require_rolldown_runtime.__esmMin((() => {
|
|
|
1599
1599
|
}));
|
|
1600
1600
|
|
|
1601
1601
|
//#endregion
|
|
1602
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1602
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/readFile.js
|
|
1603
1603
|
var filePromises, fileIntercept, readFile;
|
|
1604
1604
|
var init_readFile = require_rolldown_runtime.__esmMin((() => {
|
|
1605
1605
|
filePromises = {};
|
|
@@ -1616,7 +1616,7 @@ var init_readFile = require_rolldown_runtime.__esmMin((() => {
|
|
|
1616
1616
|
}));
|
|
1617
1617
|
|
|
1618
1618
|
//#endregion
|
|
1619
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1619
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/loadSharedConfigFiles.js
|
|
1620
1620
|
var swallowError$1, loadSharedConfigFiles;
|
|
1621
1621
|
var init_loadSharedConfigFiles = require_rolldown_runtime.__esmMin((() => {
|
|
1622
1622
|
init_getConfigData();
|
|
@@ -1648,7 +1648,7 @@ var init_loadSharedConfigFiles = require_rolldown_runtime.__esmMin((() => {
|
|
|
1648
1648
|
}));
|
|
1649
1649
|
|
|
1650
1650
|
//#endregion
|
|
1651
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1651
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getSsoSessionData.js
|
|
1652
1652
|
var import_dist_cjs$3, getSsoSessionData;
|
|
1653
1653
|
var init_getSsoSessionData = require_rolldown_runtime.__esmMin((() => {
|
|
1654
1654
|
import_dist_cjs$3 = require_dist_cjs$1.require_dist_cjs();
|
|
@@ -1660,7 +1660,7 @@ var init_getSsoSessionData = require_rolldown_runtime.__esmMin((() => {
|
|
|
1660
1660
|
}));
|
|
1661
1661
|
|
|
1662
1662
|
//#endregion
|
|
1663
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1663
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/loadSsoSessionData.js
|
|
1664
1664
|
var swallowError, loadSsoSessionData;
|
|
1665
1665
|
var init_loadSsoSessionData = require_rolldown_runtime.__esmMin((() => {
|
|
1666
1666
|
init_getConfigFilepath();
|
|
@@ -1672,7 +1672,7 @@ var init_loadSsoSessionData = require_rolldown_runtime.__esmMin((() => {
|
|
|
1672
1672
|
}));
|
|
1673
1673
|
|
|
1674
1674
|
//#endregion
|
|
1675
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1675
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/mergeConfigFiles.js
|
|
1676
1676
|
var mergeConfigFiles;
|
|
1677
1677
|
var init_mergeConfigFiles = require_rolldown_runtime.__esmMin((() => {
|
|
1678
1678
|
mergeConfigFiles = (...files) => {
|
|
@@ -1691,7 +1691,7 @@ var init_mergeConfigFiles = require_rolldown_runtime.__esmMin((() => {
|
|
|
1691
1691
|
}));
|
|
1692
1692
|
|
|
1693
1693
|
//#endregion
|
|
1694
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1694
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/parseKnownFiles.js
|
|
1695
1695
|
var parseKnownFiles;
|
|
1696
1696
|
var init_parseKnownFiles = require_rolldown_runtime.__esmMin((() => {
|
|
1697
1697
|
init_loadSharedConfigFiles();
|
|
@@ -1703,7 +1703,7 @@ var init_parseKnownFiles = require_rolldown_runtime.__esmMin((() => {
|
|
|
1703
1703
|
}));
|
|
1704
1704
|
|
|
1705
1705
|
//#endregion
|
|
1706
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1706
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/externalDataInterceptor.js
|
|
1707
1707
|
var externalDataInterceptor;
|
|
1708
1708
|
var init_externalDataInterceptor = require_rolldown_runtime.__esmMin((() => {
|
|
1709
1709
|
init_getSSOTokenFromFile();
|
|
@@ -1725,7 +1725,7 @@ var init_externalDataInterceptor = require_rolldown_runtime.__esmMin((() => {
|
|
|
1725
1725
|
}));
|
|
1726
1726
|
|
|
1727
1727
|
//#endregion
|
|
1728
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1728
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/getSelectorName.js
|
|
1729
1729
|
function getSelectorName(functionString) {
|
|
1730
1730
|
try {
|
|
1731
1731
|
const constants = new Set(Array.from(functionString.match(/([A-Z_]){3,}/g) ?? []));
|
|
@@ -1733,14 +1733,14 @@ function getSelectorName(functionString) {
|
|
|
1733
1733
|
constants.delete("CONFIG_PREFIX_SEPARATOR");
|
|
1734
1734
|
constants.delete("ENV");
|
|
1735
1735
|
return [...constants].join(", ");
|
|
1736
|
-
} catch (
|
|
1736
|
+
} catch (ignored) {
|
|
1737
1737
|
return functionString;
|
|
1738
1738
|
}
|
|
1739
1739
|
}
|
|
1740
1740
|
var init_getSelectorName = require_rolldown_runtime.__esmMin((() => {}));
|
|
1741
1741
|
|
|
1742
1742
|
//#endregion
|
|
1743
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1743
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromEnv.js
|
|
1744
1744
|
var fromEnv;
|
|
1745
1745
|
var init_fromEnv = require_rolldown_runtime.__esmMin((() => {
|
|
1746
1746
|
init_CredentialsProviderError();
|
|
@@ -1759,7 +1759,7 @@ var init_fromEnv = require_rolldown_runtime.__esmMin((() => {
|
|
|
1759
1759
|
}));
|
|
1760
1760
|
|
|
1761
1761
|
//#endregion
|
|
1762
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1762
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromSharedConfigFiles.js
|
|
1763
1763
|
var fromSharedConfigFiles;
|
|
1764
1764
|
var init_fromSharedConfigFiles = require_rolldown_runtime.__esmMin((() => {
|
|
1765
1765
|
init_CredentialsProviderError();
|
|
@@ -1792,7 +1792,7 @@ var init_fromSharedConfigFiles = require_rolldown_runtime.__esmMin((() => {
|
|
|
1792
1792
|
}));
|
|
1793
1793
|
|
|
1794
1794
|
//#endregion
|
|
1795
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1795
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromStatic.js
|
|
1796
1796
|
var isFunction, fromStatic;
|
|
1797
1797
|
var init_fromStatic = require_rolldown_runtime.__esmMin((() => {
|
|
1798
1798
|
init_fromValue();
|
|
@@ -1801,7 +1801,7 @@ var init_fromStatic = require_rolldown_runtime.__esmMin((() => {
|
|
|
1801
1801
|
}));
|
|
1802
1802
|
|
|
1803
1803
|
//#endregion
|
|
1804
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1804
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/configLoader.js
|
|
1805
1805
|
var loadConfig;
|
|
1806
1806
|
var init_configLoader = require_rolldown_runtime.__esmMin((() => {
|
|
1807
1807
|
init_chain();
|
|
@@ -1820,7 +1820,7 @@ var init_configLoader = require_rolldown_runtime.__esmMin((() => {
|
|
|
1820
1820
|
}));
|
|
1821
1821
|
|
|
1822
1822
|
//#endregion
|
|
1823
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1823
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js
|
|
1824
1824
|
var ENV_USE_DUALSTACK_ENDPOINT, CONFIG_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_DUALSTACK_ENDPOINT, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, nodeDualstackConfigSelectors;
|
|
1825
1825
|
var init_NodeUseDualstackEndpointConfigOptions = require_rolldown_runtime.__esmMin((() => {
|
|
1826
1826
|
init_booleanSelector();
|
|
@@ -1841,7 +1841,7 @@ var init_NodeUseDualstackEndpointConfigOptions = require_rolldown_runtime.__esmM
|
|
|
1841
1841
|
}));
|
|
1842
1842
|
|
|
1843
1843
|
//#endregion
|
|
1844
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1844
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/NodeUseFipsEndpointConfigOptions.js
|
|
1845
1845
|
var ENV_USE_FIPS_ENDPOINT, CONFIG_USE_FIPS_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, nodeFipsConfigSelectors;
|
|
1846
1846
|
var init_NodeUseFipsEndpointConfigOptions = require_rolldown_runtime.__esmMin((() => {
|
|
1847
1847
|
init_booleanSelector();
|
|
@@ -1862,7 +1862,7 @@ var init_NodeUseFipsEndpointConfigOptions = require_rolldown_runtime.__esmMin(((
|
|
|
1862
1862
|
}));
|
|
1863
1863
|
|
|
1864
1864
|
//#endregion
|
|
1865
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
1865
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/middleware-stack/MiddlewareStack.js
|
|
1866
1866
|
var getAllAliases, getMiddlewareNameWithAliases, constructStack, stepWeights, priorityWeights;
|
|
1867
1867
|
var init_MiddlewareStack = require_rolldown_runtime.__esmMin((() => {
|
|
1868
1868
|
getAllAliases = (name, aliases) => {
|
|
@@ -2126,7 +2126,7 @@ var init_MiddlewareStack = require_rolldown_runtime.__esmMin((() => {
|
|
|
2126
2126
|
}));
|
|
2127
2127
|
|
|
2128
2128
|
//#endregion
|
|
2129
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2129
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/invalid-dependency/invalidFunction.js
|
|
2130
2130
|
var invalidFunction;
|
|
2131
2131
|
var init_invalidFunction = require_rolldown_runtime.__esmMin((() => {
|
|
2132
2132
|
invalidFunction = (message) => () => {
|
|
@@ -2135,14 +2135,14 @@ var init_invalidFunction = require_rolldown_runtime.__esmMin((() => {
|
|
|
2135
2135
|
}));
|
|
2136
2136
|
|
|
2137
2137
|
//#endregion
|
|
2138
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2138
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/invalid-dependency/invalidProvider.js
|
|
2139
2139
|
var invalidProvider;
|
|
2140
2140
|
var init_invalidProvider = require_rolldown_runtime.__esmMin((() => {
|
|
2141
2141
|
invalidProvider = (message) => () => Promise.reject(message);
|
|
2142
2142
|
}));
|
|
2143
2143
|
|
|
2144
2144
|
//#endregion
|
|
2145
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2145
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/circularReplacer.js
|
|
2146
2146
|
var getCircularReplacer;
|
|
2147
2147
|
var init_circularReplacer = require_rolldown_runtime.__esmMin((() => {
|
|
2148
2148
|
getCircularReplacer = () => {
|
|
@@ -2160,7 +2160,7 @@ var init_circularReplacer = require_rolldown_runtime.__esmMin((() => {
|
|
|
2160
2160
|
}));
|
|
2161
2161
|
|
|
2162
2162
|
//#endregion
|
|
2163
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2163
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/utils/sleep.js
|
|
2164
2164
|
var sleep;
|
|
2165
2165
|
var init_sleep = require_rolldown_runtime.__esmMin((() => {
|
|
2166
2166
|
sleep = (seconds) => {
|
|
@@ -2169,7 +2169,7 @@ var init_sleep = require_rolldown_runtime.__esmMin((() => {
|
|
|
2169
2169
|
}));
|
|
2170
2170
|
|
|
2171
2171
|
//#endregion
|
|
2172
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2172
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/waiter.js
|
|
2173
2173
|
var waiterServiceDefaults, WaiterState, checkExceptions;
|
|
2174
2174
|
var init_waiter = require_rolldown_runtime.__esmMin((() => {
|
|
2175
2175
|
init_circularReplacer();
|
|
@@ -2208,7 +2208,7 @@ var init_waiter = require_rolldown_runtime.__esmMin((() => {
|
|
|
2208
2208
|
}));
|
|
2209
2209
|
|
|
2210
2210
|
//#endregion
|
|
2211
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2211
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/poller.js
|
|
2212
2212
|
var runPolling, checkWarn403, createMessageFromResponse, exponentialBackoffWithJitter, randomInRange;
|
|
2213
2213
|
var init_poller = require_rolldown_runtime.__esmMin((() => {
|
|
2214
2214
|
init_circularReplacer();
|
|
@@ -2310,7 +2310,7 @@ var init_poller = require_rolldown_runtime.__esmMin((() => {
|
|
|
2310
2310
|
}));
|
|
2311
2311
|
|
|
2312
2312
|
//#endregion
|
|
2313
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2313
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/utils/validate.js
|
|
2314
2314
|
var validateWaiterOptions;
|
|
2315
2315
|
var init_validate = require_rolldown_runtime.__esmMin((() => {
|
|
2316
2316
|
validateWaiterOptions = (options) => {
|
|
@@ -2329,7 +2329,7 @@ var init_validate = require_rolldown_runtime.__esmMin((() => {
|
|
|
2329
2329
|
}));
|
|
2330
2330
|
|
|
2331
2331
|
//#endregion
|
|
2332
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2332
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/createWaiter.js
|
|
2333
2333
|
var abortTimeout, createWaiter;
|
|
2334
2334
|
var init_createWaiter = require_rolldown_runtime.__esmMin((() => {
|
|
2335
2335
|
init_poller();
|
|
@@ -2382,7 +2382,7 @@ var init_createWaiter = require_rolldown_runtime.__esmMin((() => {
|
|
|
2382
2382
|
}));
|
|
2383
2383
|
|
|
2384
2384
|
//#endregion
|
|
2385
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2385
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/client.js
|
|
2386
2386
|
var Client;
|
|
2387
2387
|
var init_client$1 = require_rolldown_runtime.__esmMin((() => {
|
|
2388
2388
|
init_MiddlewareStack();
|
|
@@ -2434,7 +2434,7 @@ var init_client$1 = require_rolldown_runtime.__esmMin((() => {
|
|
|
2434
2434
|
}));
|
|
2435
2435
|
|
|
2436
2436
|
//#endregion
|
|
2437
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2437
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/schema/deref.js
|
|
2438
2438
|
var deref;
|
|
2439
2439
|
var init_deref = require_rolldown_runtime.__esmMin((() => {
|
|
2440
2440
|
deref = (schemaRef) => {
|
|
@@ -2446,7 +2446,7 @@ var init_deref = require_rolldown_runtime.__esmMin((() => {
|
|
|
2446
2446
|
}));
|
|
2447
2447
|
|
|
2448
2448
|
//#endregion
|
|
2449
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2449
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js
|
|
2450
2450
|
var operation;
|
|
2451
2451
|
var init_operation = require_rolldown_runtime.__esmMin((() => {
|
|
2452
2452
|
operation = (namespace, name, traits, input, output) => ({
|
|
@@ -2459,7 +2459,7 @@ var init_operation = require_rolldown_runtime.__esmMin((() => {
|
|
|
2459
2459
|
}));
|
|
2460
2460
|
|
|
2461
2461
|
//#endregion
|
|
2462
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2462
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js
|
|
2463
2463
|
var schemaDeserializationMiddleware, findHeader;
|
|
2464
2464
|
var init_schemaDeserializationMiddleware = require_rolldown_runtime.__esmMin((() => {
|
|
2465
2465
|
init_transport();
|
|
@@ -2488,7 +2488,7 @@ var init_schemaDeserializationMiddleware = require_rolldown_runtime.__esmMin((()
|
|
|
2488
2488
|
const hint = `Deserialization error: to see the raw response, inspect the hidden field {error}.$response on this object.`;
|
|
2489
2489
|
try {
|
|
2490
2490
|
error.message += "\n " + hint;
|
|
2491
|
-
} catch (
|
|
2491
|
+
} catch (ignored) {
|
|
2492
2492
|
if (!context.logger || context.logger?.constructor?.name === "NoOpLogger") {
|
|
2493
2493
|
console.warn(hint);
|
|
2494
2494
|
} else {
|
|
@@ -2511,7 +2511,7 @@ var init_schemaDeserializationMiddleware = require_rolldown_runtime.__esmMin((()
|
|
|
2511
2511
|
cfId: findHeader(/^x-[\w-]+-cf-id$/, headerEntries)
|
|
2512
2512
|
};
|
|
2513
2513
|
}
|
|
2514
|
-
} catch (
|
|
2514
|
+
} catch (ignored) {}
|
|
2515
2515
|
}
|
|
2516
2516
|
throw error;
|
|
2517
2517
|
}
|
|
@@ -2524,7 +2524,7 @@ var init_schemaDeserializationMiddleware = require_rolldown_runtime.__esmMin((()
|
|
|
2524
2524
|
}));
|
|
2525
2525
|
|
|
2526
2526
|
//#endregion
|
|
2527
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2527
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js
|
|
2528
2528
|
var schemaSerializationMiddleware;
|
|
2529
2529
|
var init_schemaSerializationMiddleware = require_rolldown_runtime.__esmMin((() => {
|
|
2530
2530
|
init_transport();
|
|
@@ -2546,7 +2546,7 @@ var init_schemaSerializationMiddleware = require_rolldown_runtime.__esmMin((() =
|
|
|
2546
2546
|
}));
|
|
2547
2547
|
|
|
2548
2548
|
//#endregion
|
|
2549
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2549
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js
|
|
2550
2550
|
function getSchemaSerdePlugin(config) {
|
|
2551
2551
|
return { applyToStack: (commandStack) => {
|
|
2552
2552
|
commandStack.add(schemaSerializationMiddleware(config), serializerMiddlewareOption$2);
|
|
@@ -2573,7 +2573,7 @@ var init_getSchemaSerdePlugin = require_rolldown_runtime.__esmMin((() => {
|
|
|
2573
2573
|
}));
|
|
2574
2574
|
|
|
2575
2575
|
//#endregion
|
|
2576
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2576
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js
|
|
2577
2577
|
var Schema;
|
|
2578
2578
|
var init_Schema = require_rolldown_runtime.__esmMin((() => {
|
|
2579
2579
|
Schema = class {
|
|
@@ -2599,7 +2599,7 @@ var init_Schema = require_rolldown_runtime.__esmMin((() => {
|
|
|
2599
2599
|
}));
|
|
2600
2600
|
|
|
2601
2601
|
//#endregion
|
|
2602
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2602
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js
|
|
2603
2603
|
var ListSchema, list;
|
|
2604
2604
|
var init_ListSchema = require_rolldown_runtime.__esmMin((() => {
|
|
2605
2605
|
init_Schema();
|
|
@@ -2619,7 +2619,7 @@ var init_ListSchema = require_rolldown_runtime.__esmMin((() => {
|
|
|
2619
2619
|
}));
|
|
2620
2620
|
|
|
2621
2621
|
//#endregion
|
|
2622
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2622
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js
|
|
2623
2623
|
var MapSchema, map$1;
|
|
2624
2624
|
var init_MapSchema = require_rolldown_runtime.__esmMin((() => {
|
|
2625
2625
|
init_Schema();
|
|
@@ -2641,7 +2641,7 @@ var init_MapSchema = require_rolldown_runtime.__esmMin((() => {
|
|
|
2641
2641
|
}));
|
|
2642
2642
|
|
|
2643
2643
|
//#endregion
|
|
2644
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2644
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js
|
|
2645
2645
|
var OperationSchema, op;
|
|
2646
2646
|
var init_OperationSchema = require_rolldown_runtime.__esmMin((() => {
|
|
2647
2647
|
init_Schema();
|
|
@@ -2663,7 +2663,7 @@ var init_OperationSchema = require_rolldown_runtime.__esmMin((() => {
|
|
|
2663
2663
|
}));
|
|
2664
2664
|
|
|
2665
2665
|
//#endregion
|
|
2666
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2666
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js
|
|
2667
2667
|
var StructureSchema, struct;
|
|
2668
2668
|
var init_StructureSchema = require_rolldown_runtime.__esmMin((() => {
|
|
2669
2669
|
init_Schema();
|
|
@@ -2685,7 +2685,7 @@ var init_StructureSchema = require_rolldown_runtime.__esmMin((() => {
|
|
|
2685
2685
|
}));
|
|
2686
2686
|
|
|
2687
2687
|
//#endregion
|
|
2688
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2688
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js
|
|
2689
2689
|
var ErrorSchema, error;
|
|
2690
2690
|
var init_ErrorSchema = require_rolldown_runtime.__esmMin((() => {
|
|
2691
2691
|
init_Schema();
|
|
@@ -2695,7 +2695,7 @@ var init_ErrorSchema = require_rolldown_runtime.__esmMin((() => {
|
|
|
2695
2695
|
ctor;
|
|
2696
2696
|
symbol = ErrorSchema.symbol;
|
|
2697
2697
|
};
|
|
2698
|
-
error = (namespace, name, traits, memberNames, memberList,
|
|
2698
|
+
error = (namespace, name, traits, memberNames, memberList, _ctor) => Schema.assign(new ErrorSchema(), {
|
|
2699
2699
|
name,
|
|
2700
2700
|
namespace,
|
|
2701
2701
|
traits,
|
|
@@ -2706,7 +2706,7 @@ var init_ErrorSchema = require_rolldown_runtime.__esmMin((() => {
|
|
|
2706
2706
|
}));
|
|
2707
2707
|
|
|
2708
2708
|
//#endregion
|
|
2709
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2709
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js
|
|
2710
2710
|
function translateTraits(indicator) {
|
|
2711
2711
|
if (typeof indicator === "object") {
|
|
2712
2712
|
return indicator;
|
|
@@ -2738,7 +2738,7 @@ var init_translateTraits = require_rolldown_runtime.__esmMin((() => {
|
|
|
2738
2738
|
}));
|
|
2739
2739
|
|
|
2740
2740
|
//#endregion
|
|
2741
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
2741
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js
|
|
2742
2742
|
function member(memberSchema, memberName) {
|
|
2743
2743
|
if (memberSchema instanceof NormalizedSchema) {
|
|
2744
2744
|
return Object.assign(memberSchema, {
|
|
@@ -3029,7 +3029,7 @@ var init_NormalizedSchema = require_rolldown_runtime.__esmMin((() => {
|
|
|
3029
3029
|
}));
|
|
3030
3030
|
|
|
3031
3031
|
//#endregion
|
|
3032
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3032
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js
|
|
3033
3033
|
var SimpleSchema, sim, simAdapter;
|
|
3034
3034
|
var init_SimpleSchema = require_rolldown_runtime.__esmMin((() => {
|
|
3035
3035
|
init_Schema();
|
|
@@ -3055,7 +3055,7 @@ var init_SimpleSchema = require_rolldown_runtime.__esmMin((() => {
|
|
|
3055
3055
|
}));
|
|
3056
3056
|
|
|
3057
3057
|
//#endregion
|
|
3058
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3058
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js
|
|
3059
3059
|
var SCHEMA;
|
|
3060
3060
|
var init_sentinels = require_rolldown_runtime.__esmMin((() => {
|
|
3061
3061
|
SCHEMA = {
|
|
@@ -3077,7 +3077,7 @@ var init_sentinels = require_rolldown_runtime.__esmMin((() => {
|
|
|
3077
3077
|
}));
|
|
3078
3078
|
|
|
3079
3079
|
//#endregion
|
|
3080
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3080
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js
|
|
3081
3081
|
var TypeRegistry;
|
|
3082
3082
|
var init_TypeRegistry = require_rolldown_runtime.__esmMin((() => {
|
|
3083
3083
|
TypeRegistry = class TypeRegistry {
|
|
@@ -3184,7 +3184,7 @@ var init_TypeRegistry = require_rolldown_runtime.__esmMin((() => {
|
|
|
3184
3184
|
}));
|
|
3185
3185
|
|
|
3186
3186
|
//#endregion
|
|
3187
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3187
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/schema/index.js
|
|
3188
3188
|
var schema_exports = /* @__PURE__ */ require_rolldown_runtime.__exportAll({
|
|
3189
3189
|
ErrorSchema: () => ErrorSchema,
|
|
3190
3190
|
ListSchema: () => ListSchema,
|
|
@@ -3232,7 +3232,7 @@ var init_schema = require_rolldown_runtime.__esmMin((() => {
|
|
|
3232
3232
|
}));
|
|
3233
3233
|
|
|
3234
3234
|
//#endregion
|
|
3235
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3235
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/schemaLogFilter.js
|
|
3236
3236
|
function schemaLogFilter(schema, data) {
|
|
3237
3237
|
if (data == null) {
|
|
3238
3238
|
return data;
|
|
@@ -3270,7 +3270,7 @@ var init_schemaLogFilter = require_rolldown_runtime.__esmMin((() => {
|
|
|
3270
3270
|
}));
|
|
3271
3271
|
|
|
3272
3272
|
//#endregion
|
|
3273
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3273
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/command.js
|
|
3274
3274
|
var import_dist_cjs$2, Command, ClassBuilder;
|
|
3275
3275
|
var init_command = require_rolldown_runtime.__esmMin((() => {
|
|
3276
3276
|
import_dist_cjs$2 = require_dist_cjs$1.require_dist_cjs();
|
|
@@ -3407,14 +3407,14 @@ var init_command = require_rolldown_runtime.__esmMin((() => {
|
|
|
3407
3407
|
}));
|
|
3408
3408
|
|
|
3409
3409
|
//#endregion
|
|
3410
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3410
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/constants.js
|
|
3411
3411
|
var SENSITIVE_STRING;
|
|
3412
3412
|
var init_constants$1 = require_rolldown_runtime.__esmMin((() => {
|
|
3413
3413
|
SENSITIVE_STRING = "***SensitiveInformation***";
|
|
3414
3414
|
}));
|
|
3415
3415
|
|
|
3416
3416
|
//#endregion
|
|
3417
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3417
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/create-aggregated-client.js
|
|
3418
3418
|
var createAggregatedClient;
|
|
3419
3419
|
var init_create_aggregated_client = require_rolldown_runtime.__esmMin((() => {
|
|
3420
3420
|
createAggregatedClient = (commands, Client, options) => {
|
|
@@ -3462,7 +3462,7 @@ var init_create_aggregated_client = require_rolldown_runtime.__esmMin((() => {
|
|
|
3462
3462
|
}));
|
|
3463
3463
|
|
|
3464
3464
|
//#endregion
|
|
3465
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3465
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/exceptions.js
|
|
3466
3466
|
var ServiceException, decorateServiceException;
|
|
3467
3467
|
var init_exceptions = require_rolldown_runtime.__esmMin((() => {
|
|
3468
3468
|
ServiceException = class ServiceException extends Error {
|
|
@@ -3511,7 +3511,7 @@ var init_exceptions = require_rolldown_runtime.__esmMin((() => {
|
|
|
3511
3511
|
}));
|
|
3512
3512
|
|
|
3513
3513
|
//#endregion
|
|
3514
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3514
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/default-error-handler.js
|
|
3515
3515
|
var throwDefaultError, withBaseException, deserializeMetadata;
|
|
3516
3516
|
var init_default_error_handler = require_rolldown_runtime.__esmMin((() => {
|
|
3517
3517
|
init_exceptions();
|
|
@@ -3544,7 +3544,7 @@ var init_default_error_handler = require_rolldown_runtime.__esmMin((() => {
|
|
|
3544
3544
|
}));
|
|
3545
3545
|
|
|
3546
3546
|
//#endregion
|
|
3547
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3547
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/defaults-mode.js
|
|
3548
3548
|
var loadConfigsForDefaultMode;
|
|
3549
3549
|
var init_defaults_mode = require_rolldown_runtime.__esmMin((() => {
|
|
3550
3550
|
loadConfigsForDefaultMode = (mode) => {
|
|
@@ -3571,7 +3571,7 @@ var init_defaults_mode = require_rolldown_runtime.__esmMin((() => {
|
|
|
3571
3571
|
}));
|
|
3572
3572
|
|
|
3573
3573
|
//#endregion
|
|
3574
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3574
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/emitWarningIfUnsupportedVersion.js
|
|
3575
3575
|
var warningEmitted, emitWarningIfUnsupportedVersion;
|
|
3576
3576
|
var init_emitWarningIfUnsupportedVersion = require_rolldown_runtime.__esmMin((() => {
|
|
3577
3577
|
warningEmitted = false;
|
|
@@ -3583,7 +3583,7 @@ var init_emitWarningIfUnsupportedVersion = require_rolldown_runtime.__esmMin((()
|
|
|
3583
3583
|
}));
|
|
3584
3584
|
|
|
3585
3585
|
//#endregion
|
|
3586
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3586
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/checksum.js
|
|
3587
3587
|
var import_dist_cjs$1, knownAlgorithms, getChecksumConfiguration, resolveChecksumRuntimeConfig;
|
|
3588
3588
|
var init_checksum$1 = require_rolldown_runtime.__esmMin((() => {
|
|
3589
3589
|
import_dist_cjs$1 = require_dist_cjs$1.require_dist_cjs();
|
|
@@ -3636,7 +3636,7 @@ var init_checksum$1 = require_rolldown_runtime.__esmMin((() => {
|
|
|
3636
3636
|
}));
|
|
3637
3637
|
|
|
3638
3638
|
//#endregion
|
|
3639
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3639
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/retry.js
|
|
3640
3640
|
var getRetryConfiguration, resolveRetryRuntimeConfig;
|
|
3641
3641
|
var init_retry = require_rolldown_runtime.__esmMin((() => {
|
|
3642
3642
|
getRetryConfiguration = (runtimeConfig) => {
|
|
@@ -3657,7 +3657,7 @@ var init_retry = require_rolldown_runtime.__esmMin((() => {
|
|
|
3657
3657
|
}));
|
|
3658
3658
|
|
|
3659
3659
|
//#endregion
|
|
3660
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3660
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.js
|
|
3661
3661
|
var getDefaultExtensionConfiguration, getDefaultClientConfiguration, resolveDefaultRuntimeConfig;
|
|
3662
3662
|
var init_defaultExtensionConfiguration = require_rolldown_runtime.__esmMin((() => {
|
|
3663
3663
|
init_checksum$1();
|
|
@@ -3672,14 +3672,14 @@ var init_defaultExtensionConfiguration = require_rolldown_runtime.__esmMin((() =
|
|
|
3672
3672
|
}));
|
|
3673
3673
|
|
|
3674
3674
|
//#endregion
|
|
3675
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3675
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/get-array-if-single-item.js
|
|
3676
3676
|
var getArrayIfSingleItem;
|
|
3677
3677
|
var init_get_array_if_single_item = require_rolldown_runtime.__esmMin((() => {
|
|
3678
3678
|
getArrayIfSingleItem = (mayBeArray) => Array.isArray(mayBeArray) ? mayBeArray : [mayBeArray];
|
|
3679
3679
|
}));
|
|
3680
3680
|
|
|
3681
3681
|
//#endregion
|
|
3682
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3682
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/get-value-from-text-node.js
|
|
3683
3683
|
var getValueFromTextNode;
|
|
3684
3684
|
var init_get_value_from_text_node = require_rolldown_runtime.__esmMin((() => {
|
|
3685
3685
|
getValueFromTextNode = (obj) => {
|
|
@@ -3696,7 +3696,7 @@ var init_get_value_from_text_node = require_rolldown_runtime.__esmMin((() => {
|
|
|
3696
3696
|
}));
|
|
3697
3697
|
|
|
3698
3698
|
//#endregion
|
|
3699
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3699
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/is-serializable-header-value.js
|
|
3700
3700
|
var isSerializableHeaderValue;
|
|
3701
3701
|
var init_is_serializable_header_value = require_rolldown_runtime.__esmMin((() => {
|
|
3702
3702
|
isSerializableHeaderValue = (value) => {
|
|
@@ -3705,7 +3705,7 @@ var init_is_serializable_header_value = require_rolldown_runtime.__esmMin((() =>
|
|
|
3705
3705
|
}));
|
|
3706
3706
|
|
|
3707
3707
|
//#endregion
|
|
3708
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3708
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/NoOpLogger.js
|
|
3709
3709
|
var NoOpLogger;
|
|
3710
3710
|
var init_NoOpLogger = require_rolldown_runtime.__esmMin((() => {
|
|
3711
3711
|
NoOpLogger = class {
|
|
@@ -3718,7 +3718,7 @@ var init_NoOpLogger = require_rolldown_runtime.__esmMin((() => {
|
|
|
3718
3718
|
}));
|
|
3719
3719
|
|
|
3720
3720
|
//#endregion
|
|
3721
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3721
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/object-mapping.js
|
|
3722
3722
|
function map(arg0, arg1, arg2) {
|
|
3723
3723
|
let target;
|
|
3724
3724
|
let filter;
|
|
@@ -3810,7 +3810,7 @@ var init_object_mapping = require_rolldown_runtime.__esmMin((() => {
|
|
|
3810
3810
|
}));
|
|
3811
3811
|
|
|
3812
3812
|
//#endregion
|
|
3813
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3813
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/ser-utils.js
|
|
3814
3814
|
var serializeFloat, serializeDateTime;
|
|
3815
3815
|
var init_ser_utils = require_rolldown_runtime.__esmMin((() => {
|
|
3816
3816
|
serializeFloat = (value) => {
|
|
@@ -3827,7 +3827,7 @@ var init_ser_utils = require_rolldown_runtime.__esmMin((() => {
|
|
|
3827
3827
|
}));
|
|
3828
3828
|
|
|
3829
3829
|
//#endregion
|
|
3830
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3830
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/serde-json.js
|
|
3831
3831
|
var _json;
|
|
3832
3832
|
var init_serde_json = require_rolldown_runtime.__esmMin((() => {
|
|
3833
3833
|
_json = (obj) => {
|
|
@@ -3852,7 +3852,7 @@ var init_serde_json = require_rolldown_runtime.__esmMin((() => {
|
|
|
3852
3852
|
}));
|
|
3853
3853
|
|
|
3854
3854
|
//#endregion
|
|
3855
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3855
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/client-command-builder.js
|
|
3856
3856
|
function makeBuilder(common, service, name, ep) {
|
|
3857
3857
|
return function makeCommand(added, plugins, op, $, smithyContext = {}) {
|
|
3858
3858
|
const epMerged = Object.assign({}, common, added);
|
|
@@ -3868,7 +3868,7 @@ var init_client_command_builder = require_rolldown_runtime.__esmMin((() => {
|
|
|
3868
3868
|
}));
|
|
3869
3869
|
|
|
3870
3870
|
//#endregion
|
|
3871
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3871
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/client/index.js
|
|
3872
3872
|
var client_exports = /* @__PURE__ */ require_rolldown_runtime.__exportAll({
|
|
3873
3873
|
AlgorithmId: () => import_dist_cjs$1.AlgorithmId,
|
|
3874
3874
|
Client: () => Client,
|
|
@@ -3940,7 +3940,7 @@ var init_client = require_rolldown_runtime.__esmMin((() => {
|
|
|
3940
3940
|
}));
|
|
3941
3941
|
|
|
3942
3942
|
//#endregion
|
|
3943
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3943
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/resolveCustomEndpointsConfig.js
|
|
3944
3944
|
var resolveCustomEndpointsConfig;
|
|
3945
3945
|
var init_resolveCustomEndpointsConfig = require_rolldown_runtime.__esmMin((() => {
|
|
3946
3946
|
init_client();
|
|
@@ -3956,7 +3956,7 @@ var init_resolveCustomEndpointsConfig = require_rolldown_runtime.__esmMin((() =>
|
|
|
3956
3956
|
}));
|
|
3957
3957
|
|
|
3958
3958
|
//#endregion
|
|
3959
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3959
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/utils/getEndpointFromRegion.js
|
|
3960
3960
|
var getEndpointFromRegion;
|
|
3961
3961
|
var init_getEndpointFromRegion = require_rolldown_runtime.__esmMin((() => {
|
|
3962
3962
|
getEndpointFromRegion = async (input) => {
|
|
@@ -3980,7 +3980,7 @@ var init_getEndpointFromRegion = require_rolldown_runtime.__esmMin((() => {
|
|
|
3980
3980
|
}));
|
|
3981
3981
|
|
|
3982
3982
|
//#endregion
|
|
3983
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
3983
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/resolveEndpointsConfig.js
|
|
3984
3984
|
var resolveEndpointsConfig;
|
|
3985
3985
|
var init_resolveEndpointsConfig = require_rolldown_runtime.__esmMin((() => {
|
|
3986
3986
|
init_client();
|
|
@@ -4002,7 +4002,7 @@ var init_resolveEndpointsConfig = require_rolldown_runtime.__esmMin((() => {
|
|
|
4002
4002
|
}));
|
|
4003
4003
|
|
|
4004
4004
|
//#endregion
|
|
4005
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4005
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/constants.js
|
|
4006
4006
|
var AWS_EXECUTION_ENV, AWS_REGION_ENV, AWS_DEFAULT_REGION_ENV, ENV_IMDS_DISABLED, DEFAULTS_MODE_OPTIONS, IMDS_REGION_PATH, IMDS_TOKEN_PATH, X_AWS_EC2_METADATA_TOKEN, X_AWS_EC2_METADATA_TOKEN_TTL;
|
|
4007
4007
|
var init_constants = require_rolldown_runtime.__esmMin((() => {
|
|
4008
4008
|
AWS_EXECUTION_ENV = "AWS_EXECUTION_ENV";
|
|
@@ -4023,7 +4023,7 @@ var init_constants = require_rolldown_runtime.__esmMin((() => {
|
|
|
4023
4023
|
}));
|
|
4024
4024
|
|
|
4025
4025
|
//#endregion
|
|
4026
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4026
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/getInstanceMetadataRegion.js
|
|
4027
4027
|
var TIMEOUT_MS, NEG_CACHE_TTL_MS, negativeCacheUntil, getInstanceMetadataRegion, cacheNegativeAndReturnUndefined, resolveImdsEndpoint, imdsRequest;
|
|
4028
4028
|
var init_getInstanceMetadataRegion = require_rolldown_runtime.__esmMin((() => {
|
|
4029
4029
|
init_constants();
|
|
@@ -4114,7 +4114,7 @@ var init_getInstanceMetadataRegion = require_rolldown_runtime.__esmMin((() => {
|
|
|
4114
4114
|
}));
|
|
4115
4115
|
|
|
4116
4116
|
//#endregion
|
|
4117
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4117
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/config.js
|
|
4118
4118
|
var REGION_ENV_NAME, REGION_INI_NAME, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS;
|
|
4119
4119
|
var init_config$1 = require_rolldown_runtime.__esmMin((() => {
|
|
4120
4120
|
init_getInstanceMetadataRegion();
|
|
@@ -4135,7 +4135,7 @@ var init_config$1 = require_rolldown_runtime.__esmMin((() => {
|
|
|
4135
4135
|
}));
|
|
4136
4136
|
|
|
4137
4137
|
//#endregion
|
|
4138
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4138
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/checkRegion.js
|
|
4139
4139
|
var validRegions, checkRegion;
|
|
4140
4140
|
var init_checkRegion = require_rolldown_runtime.__esmMin((() => {
|
|
4141
4141
|
init_transport();
|
|
@@ -4154,14 +4154,14 @@ var init_checkRegion = require_rolldown_runtime.__esmMin((() => {
|
|
|
4154
4154
|
}));
|
|
4155
4155
|
|
|
4156
4156
|
//#endregion
|
|
4157
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4157
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/isFipsRegion.js
|
|
4158
4158
|
var isFipsRegion;
|
|
4159
4159
|
var init_isFipsRegion = require_rolldown_runtime.__esmMin((() => {
|
|
4160
4160
|
isFipsRegion = (region) => typeof region === "string" && (region.startsWith("fips-") || region.endsWith("-fips"));
|
|
4161
4161
|
}));
|
|
4162
4162
|
|
|
4163
4163
|
//#endregion
|
|
4164
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4164
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/getRealRegion.js
|
|
4165
4165
|
var getRealRegion;
|
|
4166
4166
|
var init_getRealRegion = require_rolldown_runtime.__esmMin((() => {
|
|
4167
4167
|
init_isFipsRegion();
|
|
@@ -4169,7 +4169,7 @@ var init_getRealRegion = require_rolldown_runtime.__esmMin((() => {
|
|
|
4169
4169
|
}));
|
|
4170
4170
|
|
|
4171
4171
|
//#endregion
|
|
4172
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4172
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/resolveRegionConfig.js
|
|
4173
4173
|
var resolveRegionConfig;
|
|
4174
4174
|
var init_resolveRegionConfig = require_rolldown_runtime.__esmMin((() => {
|
|
4175
4175
|
init_checkRegion();
|
|
@@ -4199,28 +4199,28 @@ var init_resolveRegionConfig = require_rolldown_runtime.__esmMin((() => {
|
|
|
4199
4199
|
}));
|
|
4200
4200
|
|
|
4201
4201
|
//#endregion
|
|
4202
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4202
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/getHostnameFromVariants.js
|
|
4203
4203
|
var getHostnameFromVariants;
|
|
4204
4204
|
var init_getHostnameFromVariants = require_rolldown_runtime.__esmMin((() => {
|
|
4205
4205
|
getHostnameFromVariants = (variants = [], { useFipsEndpoint, useDualstackEndpoint }) => variants.find(({ tags }) => useFipsEndpoint === tags.includes("fips") && useDualstackEndpoint === tags.includes("dualstack"))?.hostname;
|
|
4206
4206
|
}));
|
|
4207
4207
|
|
|
4208
4208
|
//#endregion
|
|
4209
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4209
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/getResolvedHostname.js
|
|
4210
4210
|
var getResolvedHostname;
|
|
4211
4211
|
var init_getResolvedHostname = require_rolldown_runtime.__esmMin((() => {
|
|
4212
4212
|
getResolvedHostname = (resolvedRegion, { regionHostname, partitionHostname }) => regionHostname ? regionHostname : partitionHostname ? partitionHostname.replace("{region}", resolvedRegion) : undefined;
|
|
4213
4213
|
}));
|
|
4214
4214
|
|
|
4215
4215
|
//#endregion
|
|
4216
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4216
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/getResolvedPartition.js
|
|
4217
4217
|
var getResolvedPartition;
|
|
4218
4218
|
var init_getResolvedPartition = require_rolldown_runtime.__esmMin((() => {
|
|
4219
4219
|
getResolvedPartition = (region, { partitionHash }) => Object.keys(partitionHash || {}).find((key) => partitionHash[key].regions.includes(region)) ?? "aws";
|
|
4220
4220
|
}));
|
|
4221
4221
|
|
|
4222
4222
|
//#endregion
|
|
4223
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4223
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/getResolvedSigningRegion.js
|
|
4224
4224
|
var getResolvedSigningRegion;
|
|
4225
4225
|
var init_getResolvedSigningRegion = require_rolldown_runtime.__esmMin((() => {
|
|
4226
4226
|
getResolvedSigningRegion = (hostname, { signingRegion, regionRegex, useFipsEndpoint }) => {
|
|
@@ -4237,7 +4237,7 @@ var init_getResolvedSigningRegion = require_rolldown_runtime.__esmMin((() => {
|
|
|
4237
4237
|
}));
|
|
4238
4238
|
|
|
4239
4239
|
//#endregion
|
|
4240
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4240
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/getRegionInfo.js
|
|
4241
4241
|
var getRegionInfo;
|
|
4242
4242
|
var init_getRegionInfo = require_rolldown_runtime.__esmMin((() => {
|
|
4243
4243
|
init_getHostnameFromVariants();
|
|
@@ -4280,7 +4280,7 @@ var init_getRegionInfo = require_rolldown_runtime.__esmMin((() => {
|
|
|
4280
4280
|
}));
|
|
4281
4281
|
|
|
4282
4282
|
//#endregion
|
|
4283
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4283
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/defaultsModeConfig.js
|
|
4284
4284
|
var AWS_DEFAULTS_MODE_ENV, AWS_DEFAULTS_MODE_CONFIG, NODE_DEFAULTS_MODE_CONFIG_OPTIONS;
|
|
4285
4285
|
var init_defaultsModeConfig = require_rolldown_runtime.__esmMin((() => {
|
|
4286
4286
|
AWS_DEFAULTS_MODE_ENV = "AWS_DEFAULTS_MODE";
|
|
@@ -4297,7 +4297,7 @@ var init_defaultsModeConfig = require_rolldown_runtime.__esmMin((() => {
|
|
|
4297
4297
|
}));
|
|
4298
4298
|
|
|
4299
4299
|
//#endregion
|
|
4300
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4300
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.js
|
|
4301
4301
|
var resolveDefaultsModeConfig, resolveNodeDefaultsModeAuto, inferPhysicalRegion;
|
|
4302
4302
|
var init_resolveDefaultsModeConfig = require_rolldown_runtime.__esmMin((() => {
|
|
4303
4303
|
init_config$1();
|
|
@@ -4343,7 +4343,7 @@ var init_resolveDefaultsModeConfig = require_rolldown_runtime.__esmMin((() => {
|
|
|
4343
4343
|
}));
|
|
4344
4344
|
|
|
4345
4345
|
//#endregion
|
|
4346
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4346
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/config/index.js
|
|
4347
4347
|
var config_exports = /* @__PURE__ */ require_rolldown_runtime.__exportAll({
|
|
4348
4348
|
CONFIG_PREFIX_SEPARATOR: () => ".",
|
|
4349
4349
|
CONFIG_USE_DUALSTACK_ENDPOINT: () => CONFIG_USE_DUALSTACK_ENDPOINT,
|
|
@@ -4421,7 +4421,7 @@ var init_config = require_rolldown_runtime.__esmMin((() => {
|
|
|
4421
4421
|
}));
|
|
4422
4422
|
|
|
4423
4423
|
//#endregion
|
|
4424
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4424
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.js
|
|
4425
4425
|
var ENV_ENDPOINT_URL, CONFIG_ENDPOINT_URL, getEndpointUrlConfig;
|
|
4426
4426
|
var init_getEndpointUrlConfig = require_rolldown_runtime.__esmMin((() => {
|
|
4427
4427
|
init_config();
|
|
@@ -4454,7 +4454,7 @@ var init_getEndpointUrlConfig = require_rolldown_runtime.__esmMin((() => {
|
|
|
4454
4454
|
}));
|
|
4455
4455
|
|
|
4456
4456
|
//#endregion
|
|
4457
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4457
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.js
|
|
4458
4458
|
var getEndpointFromConfig;
|
|
4459
4459
|
var init_getEndpointFromConfig = require_rolldown_runtime.__esmMin((() => {
|
|
4460
4460
|
init_config();
|
|
@@ -4463,7 +4463,7 @@ var init_getEndpointFromConfig = require_rolldown_runtime.__esmMin((() => {
|
|
|
4463
4463
|
}));
|
|
4464
4464
|
|
|
4465
4465
|
//#endregion
|
|
4466
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4466
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/service-customizations/s3.js
|
|
4467
4467
|
var resolveParamsForS3, DOMAIN_PATTERN, IP_ADDRESS_PATTERN, DOTS_PATTERN, DOT_PATTERN, S3_HOSTNAME_PATTERN, isDnsCompatibleBucketName, isArnBucketName;
|
|
4468
4468
|
var init_s3 = require_rolldown_runtime.__esmMin((() => {
|
|
4469
4469
|
resolveParamsForS3 = async (endpointParams) => {
|
|
@@ -4484,7 +4484,7 @@ var init_s3 = require_rolldown_runtime.__esmMin((() => {
|
|
|
4484
4484
|
}
|
|
4485
4485
|
return endpointParams;
|
|
4486
4486
|
};
|
|
4487
|
-
DOMAIN_PATTERN = /^[a-z0-9][a-z0-9
|
|
4487
|
+
DOMAIN_PATTERN = /^[a-z0-9][a-z0-9.-]{1,61}[a-z0-9]$/;
|
|
4488
4488
|
IP_ADDRESS_PATTERN = /(\d+\.){3}\d+/;
|
|
4489
4489
|
DOTS_PATTERN = /\.\./;
|
|
4490
4490
|
DOT_PATTERN = /\./;
|
|
@@ -4502,13 +4502,13 @@ var init_s3 = require_rolldown_runtime.__esmMin((() => {
|
|
|
4502
4502
|
}));
|
|
4503
4503
|
|
|
4504
4504
|
//#endregion
|
|
4505
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4505
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/service-customizations/index.js
|
|
4506
4506
|
var init_service_customizations = require_rolldown_runtime.__esmMin((() => {
|
|
4507
4507
|
init_s3();
|
|
4508
4508
|
}));
|
|
4509
4509
|
|
|
4510
4510
|
//#endregion
|
|
4511
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4511
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/createConfigValueProvider.js
|
|
4512
4512
|
var createConfigValueProvider;
|
|
4513
4513
|
var init_createConfigValueProvider = require_rolldown_runtime.__esmMin((() => {
|
|
4514
4514
|
createConfigValueProvider = (configKey, canonicalEndpointParamKey, config, isClientContextParam = false) => {
|
|
@@ -4563,13 +4563,13 @@ var init_createConfigValueProvider = require_rolldown_runtime.__esmMin((() => {
|
|
|
4563
4563
|
}));
|
|
4564
4564
|
|
|
4565
4565
|
//#endregion
|
|
4566
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4566
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.js
|
|
4567
4567
|
var init_toEndpointV1 = require_rolldown_runtime.__esmMin((() => {
|
|
4568
4568
|
init_transport();
|
|
4569
4569
|
}));
|
|
4570
4570
|
|
|
4571
4571
|
//#endregion
|
|
4572
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4572
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.js
|
|
4573
4573
|
function bindGetEndpointFromInstructions(getEndpointFromConfig) {
|
|
4574
4574
|
return async (commandInput, instructionsSupplier, clientConfig, context) => {
|
|
4575
4575
|
if (!clientConfig.isCustomEndpoint) {
|
|
@@ -4638,7 +4638,7 @@ var init_getEndpointFromInstructions = require_rolldown_runtime.__esmMin((() =>
|
|
|
4638
4638
|
}));
|
|
4639
4639
|
|
|
4640
4640
|
//#endregion
|
|
4641
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4641
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/endpointMiddleware.js
|
|
4642
4642
|
function setFeature(context, feature, value) {
|
|
4643
4643
|
if (!context.__smithy_context) {
|
|
4644
4644
|
context.__smithy_context = { features: {} };
|
|
@@ -4685,7 +4685,7 @@ var init_endpointMiddleware = require_rolldown_runtime.__esmMin((() => {
|
|
|
4685
4685
|
}));
|
|
4686
4686
|
|
|
4687
4687
|
//#endregion
|
|
4688
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4688
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/getEndpointPlugin.js
|
|
4689
4689
|
function bindGetEndpointPlugin(getEndpointFromConfig) {
|
|
4690
4690
|
const endpointMiddleware = bindEndpointMiddleware(getEndpointFromConfig);
|
|
4691
4691
|
return (config, instructions) => ({ applyToStack: (clientStack) => {
|
|
@@ -4719,7 +4719,7 @@ var init_getEndpointPlugin = require_rolldown_runtime.__esmMin((() => {
|
|
|
4719
4719
|
}));
|
|
4720
4720
|
|
|
4721
4721
|
//#endregion
|
|
4722
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4722
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.js
|
|
4723
4723
|
function bindResolveEndpointConfig(getEndpointFromConfig) {
|
|
4724
4724
|
return (input) => {
|
|
4725
4725
|
const tls = input.tls ?? true;
|
|
@@ -4749,7 +4749,7 @@ var init_resolveEndpointConfig = require_rolldown_runtime.__esmMin((() => {
|
|
|
4749
4749
|
}));
|
|
4750
4750
|
|
|
4751
4751
|
//#endregion
|
|
4752
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4752
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/bdd/BinaryDecisionDiagram.js
|
|
4753
4753
|
var BinaryDecisionDiagram;
|
|
4754
4754
|
var init_BinaryDecisionDiagram = require_rolldown_runtime.__esmMin((() => {
|
|
4755
4755
|
BinaryDecisionDiagram = class BinaryDecisionDiagram {
|
|
@@ -4770,7 +4770,7 @@ var init_BinaryDecisionDiagram = require_rolldown_runtime.__esmMin((() => {
|
|
|
4770
4770
|
}));
|
|
4771
4771
|
|
|
4772
4772
|
//#endregion
|
|
4773
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4773
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/cache/EndpointCache.js
|
|
4774
4774
|
var EndpointCache;
|
|
4775
4775
|
var init_EndpointCache = require_rolldown_runtime.__esmMin((() => {
|
|
4776
4776
|
EndpointCache = class {
|
|
@@ -4826,7 +4826,7 @@ var init_EndpointCache = require_rolldown_runtime.__esmMin((() => {
|
|
|
4826
4826
|
}));
|
|
4827
4827
|
|
|
4828
4828
|
//#endregion
|
|
4829
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4829
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/types/EndpointError.js
|
|
4830
4830
|
var EndpointError;
|
|
4831
4831
|
var init_EndpointError = require_rolldown_runtime.__esmMin((() => {
|
|
4832
4832
|
EndpointError = class extends Error {
|
|
@@ -4838,20 +4838,20 @@ var init_EndpointError = require_rolldown_runtime.__esmMin((() => {
|
|
|
4838
4838
|
}));
|
|
4839
4839
|
|
|
4840
4840
|
//#endregion
|
|
4841
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4841
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/types/index.js
|
|
4842
4842
|
var init_types = require_rolldown_runtime.__esmMin((() => {
|
|
4843
4843
|
init_EndpointError();
|
|
4844
4844
|
}));
|
|
4845
4845
|
|
|
4846
4846
|
//#endregion
|
|
4847
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4847
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/debug/debugId.js
|
|
4848
4848
|
var debugId;
|
|
4849
4849
|
var init_debugId = require_rolldown_runtime.__esmMin((() => {
|
|
4850
4850
|
debugId = "endpoints";
|
|
4851
4851
|
}));
|
|
4852
4852
|
|
|
4853
4853
|
//#endregion
|
|
4854
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4854
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/debug/toDebugString.js
|
|
4855
4855
|
function toDebugString(input) {
|
|
4856
4856
|
if (typeof input !== "object" || input == null) {
|
|
4857
4857
|
return input;
|
|
@@ -4867,28 +4867,28 @@ function toDebugString(input) {
|
|
|
4867
4867
|
var init_toDebugString = require_rolldown_runtime.__esmMin((() => {}));
|
|
4868
4868
|
|
|
4869
4869
|
//#endregion
|
|
4870
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4870
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/debug/index.js
|
|
4871
4871
|
var init_debug = require_rolldown_runtime.__esmMin((() => {
|
|
4872
4872
|
init_debugId();
|
|
4873
4873
|
init_toDebugString();
|
|
4874
4874
|
}));
|
|
4875
4875
|
|
|
4876
4876
|
//#endregion
|
|
4877
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4877
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/customEndpointFunctions.js
|
|
4878
4878
|
var customEndpointFunctions;
|
|
4879
4879
|
var init_customEndpointFunctions = require_rolldown_runtime.__esmMin((() => {
|
|
4880
4880
|
customEndpointFunctions = {};
|
|
4881
4881
|
}));
|
|
4882
4882
|
|
|
4883
4883
|
//#endregion
|
|
4884
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4884
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/booleanEquals.js
|
|
4885
4885
|
var booleanEquals;
|
|
4886
4886
|
var init_booleanEquals = require_rolldown_runtime.__esmMin((() => {
|
|
4887
4887
|
booleanEquals = (value1, value2) => value1 === value2;
|
|
4888
4888
|
}));
|
|
4889
4889
|
|
|
4890
4890
|
//#endregion
|
|
4891
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4891
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/coalesce.js
|
|
4892
4892
|
function coalesce(...args) {
|
|
4893
4893
|
for (const arg of args) {
|
|
4894
4894
|
if (arg != null) {
|
|
@@ -4900,7 +4900,7 @@ function coalesce(...args) {
|
|
|
4900
4900
|
var init_coalesce = require_rolldown_runtime.__esmMin((() => {}));
|
|
4901
4901
|
|
|
4902
4902
|
//#endregion
|
|
4903
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4903
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/getAttrPathList.js
|
|
4904
4904
|
var getAttrPathList;
|
|
4905
4905
|
var init_getAttrPathList = require_rolldown_runtime.__esmMin((() => {
|
|
4906
4906
|
init_types();
|
|
@@ -4930,7 +4930,7 @@ var init_getAttrPathList = require_rolldown_runtime.__esmMin((() => {
|
|
|
4930
4930
|
}));
|
|
4931
4931
|
|
|
4932
4932
|
//#endregion
|
|
4933
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4933
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/getAttr.js
|
|
4934
4934
|
var getAttr;
|
|
4935
4935
|
var init_getAttr = require_rolldown_runtime.__esmMin((() => {
|
|
4936
4936
|
init_types();
|
|
@@ -4947,28 +4947,28 @@ var init_getAttr = require_rolldown_runtime.__esmMin((() => {
|
|
|
4947
4947
|
}));
|
|
4948
4948
|
|
|
4949
4949
|
//#endregion
|
|
4950
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4950
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/isSet.js
|
|
4951
4951
|
var isSet;
|
|
4952
4952
|
var init_isSet = require_rolldown_runtime.__esmMin((() => {
|
|
4953
4953
|
isSet = (value) => value != null;
|
|
4954
4954
|
}));
|
|
4955
4955
|
|
|
4956
4956
|
//#endregion
|
|
4957
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4957
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/ite.js
|
|
4958
4958
|
function ite(condition, trueValue, falseValue) {
|
|
4959
4959
|
return condition ? trueValue : falseValue;
|
|
4960
4960
|
}
|
|
4961
4961
|
var init_ite = require_rolldown_runtime.__esmMin((() => {}));
|
|
4962
4962
|
|
|
4963
4963
|
//#endregion
|
|
4964
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4964
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/not.js
|
|
4965
4965
|
var not;
|
|
4966
4966
|
var init_not = require_rolldown_runtime.__esmMin((() => {
|
|
4967
4967
|
not = (value) => !value;
|
|
4968
4968
|
}));
|
|
4969
4969
|
|
|
4970
4970
|
//#endregion
|
|
4971
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4971
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/isIpAddress.js
|
|
4972
4972
|
var IP_V4_REGEX, isIpAddress;
|
|
4973
4973
|
var init_isIpAddress = require_rolldown_runtime.__esmMin((() => {
|
|
4974
4974
|
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}$`);
|
|
@@ -4976,7 +4976,7 @@ var init_isIpAddress = require_rolldown_runtime.__esmMin((() => {
|
|
|
4976
4976
|
}));
|
|
4977
4977
|
|
|
4978
4978
|
//#endregion
|
|
4979
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
4979
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/parseURL.js
|
|
4980
4980
|
var import_dist_cjs, DEFAULT_PORTS, parseURL;
|
|
4981
4981
|
var init_parseURL = require_rolldown_runtime.__esmMin((() => {
|
|
4982
4982
|
import_dist_cjs = require_dist_cjs$1.require_dist_cjs();
|
|
@@ -4998,7 +4998,7 @@ var init_parseURL = require_rolldown_runtime.__esmMin((() => {
|
|
|
4998
4998
|
return url;
|
|
4999
4999
|
}
|
|
5000
5000
|
return new URL(value);
|
|
5001
|
-
} catch (
|
|
5001
|
+
} catch (ignored) {
|
|
5002
5002
|
return null;
|
|
5003
5003
|
}
|
|
5004
5004
|
})();
|
|
@@ -5029,7 +5029,7 @@ var init_parseURL = require_rolldown_runtime.__esmMin((() => {
|
|
|
5029
5029
|
}));
|
|
5030
5030
|
|
|
5031
5031
|
//#endregion
|
|
5032
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5032
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/split.js
|
|
5033
5033
|
function split(value, delimiter, limit) {
|
|
5034
5034
|
if (limit === 1) {
|
|
5035
5035
|
return [value];
|
|
@@ -5046,14 +5046,14 @@ function split(value, delimiter, limit) {
|
|
|
5046
5046
|
var init_split = require_rolldown_runtime.__esmMin((() => {}));
|
|
5047
5047
|
|
|
5048
5048
|
//#endregion
|
|
5049
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5049
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/stringEquals.js
|
|
5050
5050
|
var stringEquals;
|
|
5051
5051
|
var init_stringEquals = require_rolldown_runtime.__esmMin((() => {
|
|
5052
5052
|
stringEquals = (value1, value2) => value1 === value2;
|
|
5053
5053
|
}));
|
|
5054
5054
|
|
|
5055
5055
|
//#endregion
|
|
5056
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5056
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/substring.js
|
|
5057
5057
|
var substring;
|
|
5058
5058
|
var init_substring = require_rolldown_runtime.__esmMin((() => {
|
|
5059
5059
|
substring = (input, start, stop, reverse) => {
|
|
@@ -5068,14 +5068,14 @@ var init_substring = require_rolldown_runtime.__esmMin((() => {
|
|
|
5068
5068
|
}));
|
|
5069
5069
|
|
|
5070
5070
|
//#endregion
|
|
5071
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5071
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/uriEncode.js
|
|
5072
5072
|
var uriEncode;
|
|
5073
5073
|
var init_uriEncode = require_rolldown_runtime.__esmMin((() => {
|
|
5074
5074
|
uriEncode = (value) => encodeURIComponent(value).replace(/[!*'()]/g, (c) => `%${c.charCodeAt(0).toString(16).toUpperCase()}`);
|
|
5075
5075
|
}));
|
|
5076
5076
|
|
|
5077
5077
|
//#endregion
|
|
5078
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5078
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/index.js
|
|
5079
5079
|
var init_lib = require_rolldown_runtime.__esmMin((() => {
|
|
5080
5080
|
init_booleanEquals();
|
|
5081
5081
|
init_coalesce();
|
|
@@ -5092,7 +5092,7 @@ var init_lib = require_rolldown_runtime.__esmMin((() => {
|
|
|
5092
5092
|
}));
|
|
5093
5093
|
|
|
5094
5094
|
//#endregion
|
|
5095
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5095
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/endpointFunctions.js
|
|
5096
5096
|
var endpointFunctions;
|
|
5097
5097
|
var init_endpointFunctions = require_rolldown_runtime.__esmMin((() => {
|
|
5098
5098
|
init_lib();
|
|
@@ -5113,7 +5113,7 @@ var init_endpointFunctions = require_rolldown_runtime.__esmMin((() => {
|
|
|
5113
5113
|
}));
|
|
5114
5114
|
|
|
5115
5115
|
//#endregion
|
|
5116
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5116
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateTemplate.js
|
|
5117
5117
|
var evaluateTemplate;
|
|
5118
5118
|
var init_evaluateTemplate = require_rolldown_runtime.__esmMin((() => {
|
|
5119
5119
|
init_lib();
|
|
@@ -5151,7 +5151,7 @@ var init_evaluateTemplate = require_rolldown_runtime.__esmMin((() => {
|
|
|
5151
5151
|
}));
|
|
5152
5152
|
|
|
5153
5153
|
//#endregion
|
|
5154
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5154
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getReferenceValue.js
|
|
5155
5155
|
var getReferenceValue;
|
|
5156
5156
|
var init_getReferenceValue = require_rolldown_runtime.__esmMin((() => {
|
|
5157
5157
|
getReferenceValue = ({ ref }, options) => {
|
|
@@ -5160,7 +5160,7 @@ var init_getReferenceValue = require_rolldown_runtime.__esmMin((() => {
|
|
|
5160
5160
|
}));
|
|
5161
5161
|
|
|
5162
5162
|
//#endregion
|
|
5163
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5163
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateExpression.js
|
|
5164
5164
|
var evaluateExpression, callFunction, group$2;
|
|
5165
5165
|
var init_evaluateExpression = require_rolldown_runtime.__esmMin((() => {
|
|
5166
5166
|
init_types();
|
|
@@ -5209,13 +5209,13 @@ var init_evaluateExpression = require_rolldown_runtime.__esmMin((() => {
|
|
|
5209
5209
|
}));
|
|
5210
5210
|
|
|
5211
5211
|
//#endregion
|
|
5212
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5212
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/callFunction.js
|
|
5213
5213
|
var init_callFunction = require_rolldown_runtime.__esmMin((() => {
|
|
5214
5214
|
init_evaluateExpression();
|
|
5215
5215
|
}));
|
|
5216
5216
|
|
|
5217
5217
|
//#endregion
|
|
5218
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5218
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateCondition.js
|
|
5219
5219
|
var evaluateCondition;
|
|
5220
5220
|
var init_evaluateCondition = require_rolldown_runtime.__esmMin((() => {
|
|
5221
5221
|
init_debug();
|
|
@@ -5243,7 +5243,7 @@ var init_evaluateCondition = require_rolldown_runtime.__esmMin((() => {
|
|
|
5243
5243
|
}));
|
|
5244
5244
|
|
|
5245
5245
|
//#endregion
|
|
5246
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5246
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getEndpointHeaders.js
|
|
5247
5247
|
var getEndpointHeaders;
|
|
5248
5248
|
var init_getEndpointHeaders = require_rolldown_runtime.__esmMin((() => {
|
|
5249
5249
|
init_types();
|
|
@@ -5261,7 +5261,7 @@ var init_getEndpointHeaders = require_rolldown_runtime.__esmMin((() => {
|
|
|
5261
5261
|
}));
|
|
5262
5262
|
|
|
5263
5263
|
//#endregion
|
|
5264
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5264
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getEndpointProperties.js
|
|
5265
5265
|
var getEndpointProperties, getEndpointProperty, group$1;
|
|
5266
5266
|
var init_getEndpointProperties = require_rolldown_runtime.__esmMin((() => {
|
|
5267
5267
|
init_types();
|
|
@@ -5292,7 +5292,7 @@ var init_getEndpointProperties = require_rolldown_runtime.__esmMin((() => {
|
|
|
5292
5292
|
}));
|
|
5293
5293
|
|
|
5294
5294
|
//#endregion
|
|
5295
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5295
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getEndpointUrl.js
|
|
5296
5296
|
var getEndpointUrl;
|
|
5297
5297
|
var init_getEndpointUrl = require_rolldown_runtime.__esmMin((() => {
|
|
5298
5298
|
init_types();
|
|
@@ -5312,7 +5312,7 @@ var init_getEndpointUrl = require_rolldown_runtime.__esmMin((() => {
|
|
|
5312
5312
|
}));
|
|
5313
5313
|
|
|
5314
5314
|
//#endregion
|
|
5315
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5315
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/decideEndpoint.js
|
|
5316
5316
|
var RESULT, decideEndpoint;
|
|
5317
5317
|
var init_decideEndpoint = require_rolldown_runtime.__esmMin((() => {
|
|
5318
5318
|
init_types();
|
|
@@ -5368,7 +5368,7 @@ var init_decideEndpoint = require_rolldown_runtime.__esmMin((() => {
|
|
|
5368
5368
|
}));
|
|
5369
5369
|
|
|
5370
5370
|
//#endregion
|
|
5371
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5371
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateConditions.js
|
|
5372
5372
|
var evaluateConditions;
|
|
5373
5373
|
var init_evaluateConditions = require_rolldown_runtime.__esmMin((() => {
|
|
5374
5374
|
init_debug();
|
|
@@ -5403,7 +5403,7 @@ var init_evaluateConditions = require_rolldown_runtime.__esmMin((() => {
|
|
|
5403
5403
|
}));
|
|
5404
5404
|
|
|
5405
5405
|
//#endregion
|
|
5406
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5406
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateEndpointRule.js
|
|
5407
5407
|
var evaluateEndpointRule;
|
|
5408
5408
|
var init_evaluateEndpointRule = require_rolldown_runtime.__esmMin((() => {
|
|
5409
5409
|
init_debug();
|
|
@@ -5438,7 +5438,7 @@ var init_evaluateEndpointRule = require_rolldown_runtime.__esmMin((() => {
|
|
|
5438
5438
|
}));
|
|
5439
5439
|
|
|
5440
5440
|
//#endregion
|
|
5441
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5441
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateErrorRule.js
|
|
5442
5442
|
var evaluateErrorRule;
|
|
5443
5443
|
var init_evaluateErrorRule = require_rolldown_runtime.__esmMin((() => {
|
|
5444
5444
|
init_types();
|
|
@@ -5462,7 +5462,7 @@ var init_evaluateErrorRule = require_rolldown_runtime.__esmMin((() => {
|
|
|
5462
5462
|
}));
|
|
5463
5463
|
|
|
5464
5464
|
//#endregion
|
|
5465
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5465
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateRules.js
|
|
5466
5466
|
var evaluateRules, evaluateTreeRule, group;
|
|
5467
5467
|
var init_evaluateRules = require_rolldown_runtime.__esmMin((() => {
|
|
5468
5468
|
init_types();
|
|
@@ -5511,14 +5511,14 @@ var init_evaluateRules = require_rolldown_runtime.__esmMin((() => {
|
|
|
5511
5511
|
}));
|
|
5512
5512
|
|
|
5513
5513
|
//#endregion
|
|
5514
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5514
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/index.js
|
|
5515
5515
|
var init_utils = require_rolldown_runtime.__esmMin((() => {
|
|
5516
5516
|
init_customEndpointFunctions();
|
|
5517
5517
|
init_evaluateRules();
|
|
5518
5518
|
}));
|
|
5519
5519
|
|
|
5520
5520
|
//#endregion
|
|
5521
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5521
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/resolveEndpoint.js
|
|
5522
5522
|
var resolveEndpoint;
|
|
5523
5523
|
var init_resolveEndpoint = require_rolldown_runtime.__esmMin((() => {
|
|
5524
5524
|
init_debug();
|
|
@@ -5550,7 +5550,7 @@ var init_resolveEndpoint = require_rolldown_runtime.__esmMin((() => {
|
|
|
5550
5550
|
}));
|
|
5551
5551
|
|
|
5552
5552
|
//#endregion
|
|
5553
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5553
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/resolveEndpointRequiredConfig.js
|
|
5554
5554
|
var resolveEndpointRequiredConfig;
|
|
5555
5555
|
var init_resolveEndpointRequiredConfig = require_rolldown_runtime.__esmMin((() => {
|
|
5556
5556
|
resolveEndpointRequiredConfig = (input) => {
|
|
@@ -5565,7 +5565,7 @@ var init_resolveEndpointRequiredConfig = require_rolldown_runtime.__esmMin((() =
|
|
|
5565
5565
|
}));
|
|
5566
5566
|
|
|
5567
5567
|
//#endregion
|
|
5568
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5568
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js
|
|
5569
5569
|
var endpoints_exports = /* @__PURE__ */ require_rolldown_runtime.__exportAll({
|
|
5570
5570
|
BinaryDecisionDiagram: () => BinaryDecisionDiagram,
|
|
5571
5571
|
EndpointCache: () => EndpointCache,
|
|
@@ -5609,7 +5609,7 @@ var init_endpoints = require_rolldown_runtime.__esmMin((() => {
|
|
|
5609
5609
|
}));
|
|
5610
5610
|
|
|
5611
5611
|
//#endregion
|
|
5612
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5612
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/serializerMiddleware.js
|
|
5613
5613
|
var serializerMiddleware;
|
|
5614
5614
|
var init_serializerMiddleware = require_rolldown_runtime.__esmMin((() => {
|
|
5615
5615
|
init_endpoints();
|
|
@@ -5631,7 +5631,7 @@ var init_serializerMiddleware = require_rolldown_runtime.__esmMin((() => {
|
|
|
5631
5631
|
}));
|
|
5632
5632
|
|
|
5633
5633
|
//#endregion
|
|
5634
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5634
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/serdePlugin.js
|
|
5635
5635
|
function getSerdePlugin(config, serializer, deserializer) {
|
|
5636
5636
|
return { applyToStack: (commandStack) => {
|
|
5637
5637
|
commandStack.add(deserializerMiddleware(config, deserializer), deserializerMiddlewareOption);
|
|
@@ -5657,7 +5657,7 @@ var init_serdePlugin = require_rolldown_runtime.__esmMin((() => {
|
|
|
5657
5657
|
}));
|
|
5658
5658
|
|
|
5659
5659
|
//#endregion
|
|
5660
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5660
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/hash-node/hash-node.js
|
|
5661
5661
|
function castSourceData(toCast, encoding) {
|
|
5662
5662
|
if (Buffer.isBuffer(toCast)) {
|
|
5663
5663
|
return toCast;
|
|
@@ -5696,7 +5696,7 @@ var init_hash_node = require_rolldown_runtime.__esmMin((() => {
|
|
|
5696
5696
|
}));
|
|
5697
5697
|
|
|
5698
5698
|
//#endregion
|
|
5699
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5699
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.js
|
|
5700
5700
|
var ChecksumStream$1;
|
|
5701
5701
|
var init_ChecksumStream = require_rolldown_runtime.__esmMin((() => {
|
|
5702
5702
|
init_toBase64();
|
|
@@ -5719,6 +5719,7 @@ var init_ChecksumStream = require_rolldown_runtime.__esmMin((() => {
|
|
|
5719
5719
|
this.source.on("data", this.onSourceData);
|
|
5720
5720
|
this.source.on("end", this.onSourceEnd);
|
|
5721
5721
|
this.source.on("error", this.onSourceError);
|
|
5722
|
+
this.source.on("close", this.onSourceClose);
|
|
5722
5723
|
this.source.pause();
|
|
5723
5724
|
}
|
|
5724
5725
|
onSourceData = (chunk) => {
|
|
@@ -5755,10 +5756,19 @@ var init_ChecksumStream = require_rolldown_runtime.__esmMin((() => {
|
|
|
5755
5756
|
onSourceError = (error) => {
|
|
5756
5757
|
this.destroy(error);
|
|
5757
5758
|
};
|
|
5758
|
-
|
|
5759
|
+
onSourceClose = () => {
|
|
5760
|
+
if (!this.destroyed && !this.source.readableEnded) {
|
|
5761
|
+
this.destroy(new Error("Connection lost or stream closed before all data was received."));
|
|
5762
|
+
}
|
|
5763
|
+
};
|
|
5764
|
+
_read(_size) {
|
|
5759
5765
|
this.source.resume();
|
|
5760
5766
|
}
|
|
5761
5767
|
_destroy(error, callback) {
|
|
5768
|
+
this.source?.removeListener("data", this.onSourceData);
|
|
5769
|
+
this.source?.removeListener("end", this.onSourceEnd);
|
|
5770
|
+
this.source?.removeListener("error", this.onSourceError);
|
|
5771
|
+
this.source?.removeListener("close", this.onSourceClose);
|
|
5762
5772
|
this.source?.destroy();
|
|
5763
5773
|
callback(error);
|
|
5764
5774
|
}
|
|
@@ -5766,7 +5776,7 @@ var init_ChecksumStream = require_rolldown_runtime.__esmMin((() => {
|
|
|
5766
5776
|
}));
|
|
5767
5777
|
|
|
5768
5778
|
//#endregion
|
|
5769
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5779
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-type-check.js
|
|
5770
5780
|
var isReadableStream, isBlob;
|
|
5771
5781
|
var init_stream_type_check = require_rolldown_runtime.__esmMin((() => {
|
|
5772
5782
|
isReadableStream = (stream) => typeof ReadableStream === "function" && (stream?.constructor?.name === ReadableStream.name || stream instanceof ReadableStream);
|
|
@@ -5776,14 +5786,14 @@ var init_stream_type_check = require_rolldown_runtime.__esmMin((() => {
|
|
|
5776
5786
|
}));
|
|
5777
5787
|
|
|
5778
5788
|
//#endregion
|
|
5779
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5789
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/fromUtf8.browser.js
|
|
5780
5790
|
var fromUtf8;
|
|
5781
5791
|
var init_fromUtf8_browser = require_rolldown_runtime.__esmMin((() => {
|
|
5782
5792
|
fromUtf8 = (input) => new TextEncoder().encode(input);
|
|
5783
5793
|
}));
|
|
5784
5794
|
|
|
5785
5795
|
//#endregion
|
|
5786
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5796
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/constants-for-browser.js
|
|
5787
5797
|
var chars, alphabetByEncoding, alphabetByValue, bitsPerLetter, bitsPerByte, maxLetterValue;
|
|
5788
5798
|
var init_constants_for_browser = require_rolldown_runtime.__esmMin((() => {
|
|
5789
5799
|
chars = `ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/`;
|
|
@@ -5798,7 +5808,7 @@ var init_constants_for_browser = require_rolldown_runtime.__esmMin((() => {
|
|
|
5798
5808
|
}));
|
|
5799
5809
|
|
|
5800
5810
|
//#endregion
|
|
5801
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5811
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/toBase64.browser.js
|
|
5802
5812
|
function toBase64(_input) {
|
|
5803
5813
|
let input;
|
|
5804
5814
|
if (typeof _input === "string") {
|
|
@@ -5835,7 +5845,7 @@ var init_toBase64_browser = require_rolldown_runtime.__esmMin((() => {
|
|
|
5835
5845
|
}));
|
|
5836
5846
|
|
|
5837
5847
|
//#endregion
|
|
5838
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5848
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.browser.js
|
|
5839
5849
|
var ReadableStreamRef, ChecksumStream;
|
|
5840
5850
|
var init_ChecksumStream_browser = require_rolldown_runtime.__esmMin((() => {
|
|
5841
5851
|
ReadableStreamRef = typeof ReadableStream === "function" ? ReadableStream : function() {};
|
|
@@ -5843,7 +5853,7 @@ var init_ChecksumStream_browser = require_rolldown_runtime.__esmMin((() => {
|
|
|
5843
5853
|
}));
|
|
5844
5854
|
|
|
5845
5855
|
//#endregion
|
|
5846
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5856
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/createChecksumStream.browser.js
|
|
5847
5857
|
var createChecksumStream$1;
|
|
5848
5858
|
var init_createChecksumStream_browser = require_rolldown_runtime.__esmMin((() => {
|
|
5849
5859
|
init_toBase64_browser();
|
|
@@ -5882,7 +5892,7 @@ var init_createChecksumStream_browser = require_rolldown_runtime.__esmMin((() =>
|
|
|
5882
5892
|
}));
|
|
5883
5893
|
|
|
5884
5894
|
//#endregion
|
|
5885
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5895
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/createChecksumStream.js
|
|
5886
5896
|
function createChecksumStream(init) {
|
|
5887
5897
|
if (typeof ReadableStream === "function" && isReadableStream(init.source)) {
|
|
5888
5898
|
return createChecksumStream$1(init);
|
|
@@ -5896,7 +5906,7 @@ var init_createChecksumStream = require_rolldown_runtime.__esmMin((() => {
|
|
|
5896
5906
|
}));
|
|
5897
5907
|
|
|
5898
5908
|
//#endregion
|
|
5899
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5909
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/ByteArrayCollector.js
|
|
5900
5910
|
var ByteArrayCollector;
|
|
5901
5911
|
var init_ByteArrayCollector = require_rolldown_runtime.__esmMin((() => {
|
|
5902
5912
|
ByteArrayCollector = class {
|
|
@@ -5934,7 +5944,7 @@ var init_ByteArrayCollector = require_rolldown_runtime.__esmMin((() => {
|
|
|
5934
5944
|
}));
|
|
5935
5945
|
|
|
5936
5946
|
//#endregion
|
|
5937
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
5947
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/createBufferedReadable.browser.js
|
|
5938
5948
|
function createBufferedReadableStream(upstream, size, logger) {
|
|
5939
5949
|
const reader = upstream.getReader();
|
|
5940
5950
|
let streamBufferingLoggedWarning = false;
|
|
@@ -6029,7 +6039,7 @@ var init_createBufferedReadable_browser = require_rolldown_runtime.__esmMin((()
|
|
|
6029
6039
|
}));
|
|
6030
6040
|
|
|
6031
6041
|
//#endregion
|
|
6032
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6042
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/createBufferedReadable.js
|
|
6033
6043
|
function createBufferedReadable(upstream, size, logger) {
|
|
6034
6044
|
if (isReadableStream(upstream)) {
|
|
6035
6045
|
return createBufferedReadableStream(upstream, size, logger);
|
|
@@ -6089,7 +6099,7 @@ var init_createBufferedReadable = require_rolldown_runtime.__esmMin((() => {
|
|
|
6089
6099
|
}));
|
|
6090
6100
|
|
|
6091
6101
|
//#endregion
|
|
6092
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6102
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/getAwsChunkedEncodingStream.browser.js
|
|
6093
6103
|
var getAwsChunkedEncodingStream$1;
|
|
6094
6104
|
var init_getAwsChunkedEncodingStream_browser = require_rolldown_runtime.__esmMin((() => {
|
|
6095
6105
|
getAwsChunkedEncodingStream$1 = (readableStream, options) => {
|
|
@@ -6115,7 +6125,7 @@ var init_getAwsChunkedEncodingStream_browser = require_rolldown_runtime.__esmMin
|
|
|
6115
6125
|
}));
|
|
6116
6126
|
|
|
6117
6127
|
//#endregion
|
|
6118
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6128
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/getAwsChunkedEncodingStream.js
|
|
6119
6129
|
function getAwsChunkedEncodingStream(stream, options) {
|
|
6120
6130
|
const readable = stream;
|
|
6121
6131
|
const readableStream = stream;
|
|
@@ -6152,7 +6162,7 @@ var init_getAwsChunkedEncodingStream = require_rolldown_runtime.__esmMin((() =>
|
|
|
6152
6162
|
}));
|
|
6153
6163
|
|
|
6154
6164
|
//#endregion
|
|
6155
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6165
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/headStream.browser.js
|
|
6156
6166
|
async function headStream$1(stream, bytes) {
|
|
6157
6167
|
let byteLengthCounter = 0;
|
|
6158
6168
|
const chunks = [];
|
|
@@ -6186,7 +6196,7 @@ async function headStream$1(stream, bytes) {
|
|
|
6186
6196
|
var init_headStream_browser = require_rolldown_runtime.__esmMin((() => {}));
|
|
6187
6197
|
|
|
6188
6198
|
//#endregion
|
|
6189
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6199
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/headStream.js
|
|
6190
6200
|
var headStream, Collector$1;
|
|
6191
6201
|
var init_headStream = require_rolldown_runtime.__esmMin((() => {
|
|
6192
6202
|
init_concatBytes();
|
|
@@ -6230,7 +6240,7 @@ var init_headStream = require_rolldown_runtime.__esmMin((() => {
|
|
|
6230
6240
|
}));
|
|
6231
6241
|
|
|
6232
6242
|
//#endregion
|
|
6233
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6243
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUtf8.browser.js
|
|
6234
6244
|
var toUtf8;
|
|
6235
6245
|
var init_toUtf8_browser = require_rolldown_runtime.__esmMin((() => {
|
|
6236
6246
|
toUtf8 = (input) => {
|
|
@@ -6245,7 +6255,7 @@ var init_toUtf8_browser = require_rolldown_runtime.__esmMin((() => {
|
|
|
6245
6255
|
}));
|
|
6246
6256
|
|
|
6247
6257
|
//#endregion
|
|
6248
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6258
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.browser.js
|
|
6249
6259
|
async function collectBlob(blob) {
|
|
6250
6260
|
return blob.arrayBuffer().then((ab) => new Uint8Array(ab));
|
|
6251
6261
|
}
|
|
@@ -6278,7 +6288,7 @@ var init_stream_collector_browser = require_rolldown_runtime.__esmMin((() => {
|
|
|
6278
6288
|
}));
|
|
6279
6289
|
|
|
6280
6290
|
//#endregion
|
|
6281
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6291
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.browser.js
|
|
6282
6292
|
var ERR_MSG_STREAM_HAS_BEEN_TRANSFORMED$1, sdkStreamMixin$1, isBlobInstance;
|
|
6283
6293
|
var init_sdk_stream_mixin_browser = require_rolldown_runtime.__esmMin((() => {
|
|
6284
6294
|
init_toBase64_browser();
|
|
@@ -6341,7 +6351,7 @@ var init_sdk_stream_mixin_browser = require_rolldown_runtime.__esmMin((() => {
|
|
|
6341
6351
|
}));
|
|
6342
6352
|
|
|
6343
6353
|
//#endregion
|
|
6344
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6354
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.js
|
|
6345
6355
|
var streamCollector, Collector;
|
|
6346
6356
|
var init_stream_collector = require_rolldown_runtime.__esmMin((() => {
|
|
6347
6357
|
init_concatBytes();
|
|
@@ -6379,7 +6389,7 @@ var init_stream_collector = require_rolldown_runtime.__esmMin((() => {
|
|
|
6379
6389
|
}));
|
|
6380
6390
|
|
|
6381
6391
|
//#endregion
|
|
6382
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6392
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.js
|
|
6383
6393
|
var ERR_MSG_STREAM_HAS_BEEN_TRANSFORMED, sdkStreamMixin;
|
|
6384
6394
|
var init_sdk_stream_mixin = require_rolldown_runtime.__esmMin((() => {
|
|
6385
6395
|
init_buffer_from();
|
|
@@ -6390,7 +6400,7 @@ var init_sdk_stream_mixin = require_rolldown_runtime.__esmMin((() => {
|
|
|
6390
6400
|
if (!(stream instanceof node_stream.Readable)) {
|
|
6391
6401
|
try {
|
|
6392
6402
|
return sdkStreamMixin$1(stream);
|
|
6393
|
-
} catch (
|
|
6403
|
+
} catch (ignored) {
|
|
6394
6404
|
const name = stream?.__proto__?.constructor?.name || stream;
|
|
6395
6405
|
throw new Error(`Unexpected stream implementation, expect Stream.Readable instance, got ${name}`);
|
|
6396
6406
|
}
|
|
@@ -6432,7 +6442,7 @@ var init_sdk_stream_mixin = require_rolldown_runtime.__esmMin((() => {
|
|
|
6432
6442
|
}));
|
|
6433
6443
|
|
|
6434
6444
|
//#endregion
|
|
6435
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6445
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/splitStream.browser.js
|
|
6436
6446
|
async function splitStream$1(stream) {
|
|
6437
6447
|
if (typeof stream.stream === "function") {
|
|
6438
6448
|
stream = stream.stream();
|
|
@@ -6443,7 +6453,7 @@ async function splitStream$1(stream) {
|
|
|
6443
6453
|
var init_splitStream_browser = require_rolldown_runtime.__esmMin((() => {}));
|
|
6444
6454
|
|
|
6445
6455
|
//#endregion
|
|
6446
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6456
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/splitStream.js
|
|
6447
6457
|
async function splitStream(stream) {
|
|
6448
6458
|
if (isReadableStream(stream) || isBlob(stream)) {
|
|
6449
6459
|
return splitStream$1(stream);
|
|
@@ -6460,7 +6470,7 @@ var init_splitStream = require_rolldown_runtime.__esmMin((() => {
|
|
|
6460
6470
|
}));
|
|
6461
6471
|
|
|
6462
6472
|
//#endregion
|
|
6463
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6473
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/serde/index.js
|
|
6464
6474
|
var serde_exports = /* @__PURE__ */ require_rolldown_runtime.__exportAll({
|
|
6465
6475
|
ChecksumStream: () => ChecksumStream$1,
|
|
6466
6476
|
Hash: () => Hash,
|
|
@@ -6578,7 +6588,7 @@ var init_serde = require_rolldown_runtime.__esmMin((() => {
|
|
|
6578
6588
|
}));
|
|
6579
6589
|
|
|
6580
6590
|
//#endregion
|
|
6581
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6591
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/checksum/chunked-blob-reader/chunked-blob-reader.js
|
|
6582
6592
|
async function blobReader(blob, onChunk, chunkSize = 1024 * 1024) {
|
|
6583
6593
|
const size = blob.size;
|
|
6584
6594
|
let totalBytesRead = 0;
|
|
@@ -6591,7 +6601,7 @@ async function blobReader(blob, onChunk, chunkSize = 1024 * 1024) {
|
|
|
6591
6601
|
var init_chunked_blob_reader = require_rolldown_runtime.__esmMin((() => {}));
|
|
6592
6602
|
|
|
6593
6603
|
//#endregion
|
|
6594
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6604
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/checksum/hash-blob-browser/blobHasher.js
|
|
6595
6605
|
var blobHasher;
|
|
6596
6606
|
var init_blobHasher = require_rolldown_runtime.__esmMin((() => {
|
|
6597
6607
|
init_chunked_blob_reader();
|
|
@@ -6605,7 +6615,7 @@ var init_blobHasher = require_rolldown_runtime.__esmMin((() => {
|
|
|
6605
6615
|
}));
|
|
6606
6616
|
|
|
6607
6617
|
//#endregion
|
|
6608
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6618
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/HashCalculator.js
|
|
6609
6619
|
var HashCalculator;
|
|
6610
6620
|
var init_HashCalculator = require_rolldown_runtime.__esmMin((() => {
|
|
6611
6621
|
init_serde();
|
|
@@ -6627,7 +6637,7 @@ var init_HashCalculator = require_rolldown_runtime.__esmMin((() => {
|
|
|
6627
6637
|
}));
|
|
6628
6638
|
|
|
6629
6639
|
//#endregion
|
|
6630
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6640
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/fileStreamHasher.js
|
|
6631
6641
|
var fileStreamHasher, isReadStream;
|
|
6632
6642
|
var init_fileStreamHasher = require_rolldown_runtime.__esmMin((() => {
|
|
6633
6643
|
init_HashCalculator();
|
|
@@ -6656,7 +6666,7 @@ var init_fileStreamHasher = require_rolldown_runtime.__esmMin((() => {
|
|
|
6656
6666
|
}));
|
|
6657
6667
|
|
|
6658
6668
|
//#endregion
|
|
6659
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6669
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/readableStreamHasher.js
|
|
6660
6670
|
var readableStreamHasher;
|
|
6661
6671
|
var init_readableStreamHasher = require_rolldown_runtime.__esmMin((() => {
|
|
6662
6672
|
init_HashCalculator();
|
|
@@ -6681,7 +6691,7 @@ var init_readableStreamHasher = require_rolldown_runtime.__esmMin((() => {
|
|
|
6681
6691
|
}));
|
|
6682
6692
|
|
|
6683
6693
|
//#endregion
|
|
6684
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6694
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/checksum/md5/Md5Js.js
|
|
6685
6695
|
function compress(state, block) {
|
|
6686
6696
|
let a = state[0], b = state[1], c = state[2], d = state[3];
|
|
6687
6697
|
for (let i = 0; i < 64; ++i) {
|
|
@@ -6781,7 +6791,7 @@ var init_Md5Js = require_rolldown_runtime.__esmMin((() => {
|
|
|
6781
6791
|
}));
|
|
6782
6792
|
|
|
6783
6793
|
//#endregion
|
|
6784
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6794
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/checksum/md5/Md5Node.js
|
|
6785
6795
|
function buildNativeClass$2() {
|
|
6786
6796
|
return class Md5Node {
|
|
6787
6797
|
digestLength = 16;
|
|
@@ -6814,7 +6824,7 @@ var init_Md5Node = require_rolldown_runtime.__esmMin((() => {
|
|
|
6814
6824
|
}));
|
|
6815
6825
|
|
|
6816
6826
|
//#endregion
|
|
6817
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6827
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/checksum/crc32/Crc32Js.js
|
|
6818
6828
|
var CRC32_TABLE, ONES, Crc32Js;
|
|
6819
6829
|
var init_Crc32Js = require_rolldown_runtime.__esmMin((() => {
|
|
6820
6830
|
CRC32_TABLE = new Uint32Array(256);
|
|
@@ -6850,7 +6860,7 @@ var init_Crc32Js = require_rolldown_runtime.__esmMin((() => {
|
|
|
6850
6860
|
}));
|
|
6851
6861
|
|
|
6852
6862
|
//#endregion
|
|
6853
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6863
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/checksum/crc32/Crc32Node.js
|
|
6854
6864
|
function buildNativeClass$1(nativeCrc32) {
|
|
6855
6865
|
return class Crc32Node {
|
|
6856
6866
|
digestLength = 4;
|
|
@@ -6879,7 +6889,7 @@ var init_Crc32Node = require_rolldown_runtime.__esmMin((() => {
|
|
|
6879
6889
|
}));
|
|
6880
6890
|
|
|
6881
6891
|
//#endregion
|
|
6882
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
6892
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256Js.js
|
|
6883
6893
|
var BLOCK, DIGEST_LENGTH, MAX_HASHABLE_LENGTH, Sha256Js, INIT, K;
|
|
6884
6894
|
var init_Sha256Js = require_rolldown_runtime.__esmMin((() => {
|
|
6885
6895
|
init_serde();
|
|
@@ -7116,7 +7126,7 @@ var init_Sha256Js = require_rolldown_runtime.__esmMin((() => {
|
|
|
7116
7126
|
}));
|
|
7117
7127
|
|
|
7118
7128
|
//#endregion
|
|
7119
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
7129
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256Node.js
|
|
7120
7130
|
function buildNativeClass() {
|
|
7121
7131
|
return class Sha256Node {
|
|
7122
7132
|
digestLength = 32;
|
|
@@ -7178,7 +7188,7 @@ var init_Sha256Node = require_rolldown_runtime.__esmMin((() => {
|
|
|
7178
7188
|
}));
|
|
7179
7189
|
|
|
7180
7190
|
//#endregion
|
|
7181
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
7191
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256WebCrypto.js
|
|
7182
7192
|
var digest, sign, importKey, subtle, MAX_PENDING_BYTES, Sha256WebCrypto;
|
|
7183
7193
|
var init_Sha256WebCrypto = require_rolldown_runtime.__esmMin((() => {
|
|
7184
7194
|
init_serde();
|
|
@@ -7256,7 +7266,7 @@ var init_Sha256WebCrypto = require_rolldown_runtime.__esmMin((() => {
|
|
|
7256
7266
|
}));
|
|
7257
7267
|
|
|
7258
7268
|
//#endregion
|
|
7259
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.29.
|
|
7269
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/checksum/index.js
|
|
7260
7270
|
var checksum_exports = /* @__PURE__ */ require_rolldown_runtime.__exportAll({
|
|
7261
7271
|
Crc32: () => Crc32Node,
|
|
7262
7272
|
Crc32Js: () => Crc32Js,
|