@junando/core 0.16.2 → 0.16.4
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-Bbvsykod.js → checksum-C8ib25dm.js} +240 -278
- package/dist/checksum-C8ib25dm.js.map +1 -0
- package/dist/dist-cjs-CBX4z-Yb.js +55 -0
- package/dist/dist-cjs-CBX4z-Yb.js.map +1 -0
- package/dist/event-streams-CvsHl0nl.js +876 -0
- package/dist/event-streams-CvsHl0nl.js.map +1 -0
- package/dist/{event-streams-dzCG2G6i.js → event-streams-grixZJhq.js} +15 -15
- package/dist/{event-streams-dzCG2G6i.js.map → event-streams-grixZJhq.js.map} +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2959 -876
- package/dist/index.js.map +1 -1
- package/dist/serde-Cq0wappq.js +2179 -0
- package/dist/serde-Cq0wappq.js.map +1 -0
- package/package.json +7 -7
- package/dist/checksum-Bbvsykod.js.map +0 -1
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { n as __esmMin, r as __exportAll
|
|
1
|
+
import { n as __esmMin, r as __exportAll } from "./rolldown-runtime-BMI-E3GI.js";
|
|
2
|
+
import { t as require_dist_cjs } from "./dist-cjs-CBX4z-Yb.js";
|
|
2
3
|
import { createHash, createHmac, getRandomValues } from "node:crypto";
|
|
3
4
|
import { PassThrough, Readable, Writable } from "node:stream";
|
|
4
5
|
import { ReadStream, createReadStream, fstatSync, lstatSync } from "node:fs";
|
|
@@ -6,7 +7,7 @@ import { homedir } from "node:os";
|
|
|
6
7
|
import { join, sep } from "node:path";
|
|
7
8
|
import { readFile } from "node:fs/promises";
|
|
8
9
|
import * as zlib from "node:zlib";
|
|
9
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
10
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/middleware-stack/MiddlewareStack.js
|
|
10
11
|
var getAllAliases, getMiddlewareNameWithAliases, constructStack, stepWeights, priorityWeights;
|
|
11
12
|
var init_MiddlewareStack = __esmMin((() => {
|
|
12
13
|
getAllAliases = (name, aliases) => {
|
|
@@ -224,71 +225,20 @@ var init_MiddlewareStack = __esmMin((() => {
|
|
|
224
225
|
};
|
|
225
226
|
}));
|
|
226
227
|
//#endregion
|
|
227
|
-
//#region ../../node_modules/.pnpm/@smithy+
|
|
228
|
-
var require_dist_cjs = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
229
|
-
var HttpAuthLocation;
|
|
230
|
-
(function(HttpAuthLocation) {
|
|
231
|
-
HttpAuthLocation["HEADER"] = "header";
|
|
232
|
-
HttpAuthLocation["QUERY"] = "query";
|
|
233
|
-
})(HttpAuthLocation || (HttpAuthLocation = {}));
|
|
234
|
-
var HttpApiKeyAuthLocation;
|
|
235
|
-
(function(HttpApiKeyAuthLocation) {
|
|
236
|
-
HttpApiKeyAuthLocation["HEADER"] = "header";
|
|
237
|
-
HttpApiKeyAuthLocation["QUERY"] = "query";
|
|
238
|
-
})(HttpApiKeyAuthLocation || (HttpApiKeyAuthLocation = {}));
|
|
239
|
-
var EndpointURLScheme;
|
|
240
|
-
(function(EndpointURLScheme) {
|
|
241
|
-
EndpointURLScheme["HTTP"] = "http";
|
|
242
|
-
EndpointURLScheme["HTTPS"] = "https";
|
|
243
|
-
})(EndpointURLScheme || (EndpointURLScheme = {}));
|
|
244
|
-
var AlgorithmId;
|
|
245
|
-
(function(AlgorithmId) {
|
|
246
|
-
AlgorithmId["MD5"] = "md5";
|
|
247
|
-
AlgorithmId["CRC32"] = "crc32";
|
|
248
|
-
AlgorithmId["CRC32C"] = "crc32c";
|
|
249
|
-
AlgorithmId["SHA1"] = "sha1";
|
|
250
|
-
AlgorithmId["SHA256"] = "sha256";
|
|
251
|
-
})(AlgorithmId || (AlgorithmId = {}));
|
|
252
|
-
var FieldPosition;
|
|
253
|
-
(function(FieldPosition) {
|
|
254
|
-
FieldPosition[FieldPosition["HEADER"] = 0] = "HEADER";
|
|
255
|
-
FieldPosition[FieldPosition["TRAILER"] = 1] = "TRAILER";
|
|
256
|
-
})(FieldPosition || (FieldPosition = {}));
|
|
257
|
-
const SMITHY_CONTEXT_KEY = "__smithy_context";
|
|
258
|
-
var IniSectionType;
|
|
259
|
-
(function(IniSectionType) {
|
|
260
|
-
IniSectionType["PROFILE"] = "profile";
|
|
261
|
-
IniSectionType["SSO_SESSION"] = "sso-session";
|
|
262
|
-
IniSectionType["SERVICES"] = "services";
|
|
263
|
-
})(IniSectionType || (IniSectionType = {}));
|
|
264
|
-
var RequestHandlerProtocol;
|
|
265
|
-
(function(RequestHandlerProtocol) {
|
|
266
|
-
RequestHandlerProtocol["HTTP_0_9"] = "http/0.9";
|
|
267
|
-
RequestHandlerProtocol["HTTP_1_0"] = "http/1.0";
|
|
268
|
-
RequestHandlerProtocol["TDS_8_0"] = "tds/8.0";
|
|
269
|
-
})(RequestHandlerProtocol || (RequestHandlerProtocol = {}));
|
|
270
|
-
exports.AlgorithmId = AlgorithmId;
|
|
271
|
-
exports.EndpointURLScheme = EndpointURLScheme;
|
|
272
|
-
exports.FieldPosition = FieldPosition;
|
|
273
|
-
exports.HttpApiKeyAuthLocation = HttpApiKeyAuthLocation;
|
|
274
|
-
exports.IniSectionType = IniSectionType;
|
|
275
|
-
exports.SMITHY_CONTEXT_KEY = SMITHY_CONTEXT_KEY;
|
|
276
|
-
}));
|
|
277
|
-
//#endregion
|
|
278
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.33.3/node_modules/@smithy/core/dist-es/submodules/transport/getSmithyContext.js
|
|
228
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/transport/getSmithyContext.js
|
|
279
229
|
var import_dist_cjs$6, getSmithyContext;
|
|
280
230
|
var init_getSmithyContext = __esmMin((() => {
|
|
281
231
|
import_dist_cjs$6 = require_dist_cjs();
|
|
282
232
|
getSmithyContext = (context) => context[import_dist_cjs$6.SMITHY_CONTEXT_KEY] || (context[import_dist_cjs$6.SMITHY_CONTEXT_KEY] = {});
|
|
283
233
|
}));
|
|
284
234
|
//#endregion
|
|
285
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
235
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/transport/hasOwn.js
|
|
286
236
|
function hasOwn(o, k) {
|
|
287
237
|
return Object.prototype.hasOwnProperty.call(o, k);
|
|
288
238
|
}
|
|
289
239
|
var init_hasOwn = __esmMin((() => {}));
|
|
290
240
|
//#endregion
|
|
291
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
241
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/transport/httpRequest.js
|
|
292
242
|
function cloneQuery(query) {
|
|
293
243
|
return Object.keys(query).reduce((carry, paramName) => {
|
|
294
244
|
const param = query[paramName];
|
|
@@ -344,7 +294,7 @@ var init_httpRequest = __esmMin((() => {
|
|
|
344
294
|
};
|
|
345
295
|
}));
|
|
346
296
|
//#endregion
|
|
347
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
297
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/transport/httpResponse.js
|
|
348
298
|
var HttpResponse;
|
|
349
299
|
var init_httpResponse = __esmMin((() => {
|
|
350
300
|
HttpResponse = class {
|
|
@@ -366,7 +316,7 @@ var init_httpResponse = __esmMin((() => {
|
|
|
366
316
|
};
|
|
367
317
|
}));
|
|
368
318
|
//#endregion
|
|
369
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
319
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/transport/isValidHostLabel.js
|
|
370
320
|
var VALID_HOST_LABEL_REGEX, isValidHostLabel;
|
|
371
321
|
var init_isValidHostLabel = __esmMin((() => {
|
|
372
322
|
VALID_HOST_LABEL_REGEX = new RegExp(`^(?!.*-$)(?!-)[a-zA-Z0-9-]{1,63}$`);
|
|
@@ -378,13 +328,13 @@ var init_isValidHostLabel = __esmMin((() => {
|
|
|
378
328
|
};
|
|
379
329
|
}));
|
|
380
330
|
//#endregion
|
|
381
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
331
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/transport/isValidHostname.js
|
|
382
332
|
function isValidHostname(hostname) {
|
|
383
333
|
return /^[a-z0-9][a-z0-9.-]*[a-z0-9]$/.test(hostname);
|
|
384
334
|
}
|
|
385
335
|
var init_isValidHostname = __esmMin((() => {}));
|
|
386
336
|
//#endregion
|
|
387
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
337
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/transport/normalizeProvider.js
|
|
388
338
|
var normalizeProvider;
|
|
389
339
|
var init_normalizeProvider = __esmMin((() => {
|
|
390
340
|
normalizeProvider = (input) => {
|
|
@@ -394,7 +344,7 @@ var init_normalizeProvider = __esmMin((() => {
|
|
|
394
344
|
};
|
|
395
345
|
}));
|
|
396
346
|
//#endregion
|
|
397
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
347
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/transport/parseQueryString.js
|
|
398
348
|
function parseQueryString(querystring) {
|
|
399
349
|
const query = {};
|
|
400
350
|
querystring = querystring.replace(/^\?/, "");
|
|
@@ -410,7 +360,7 @@ function parseQueryString(querystring) {
|
|
|
410
360
|
}
|
|
411
361
|
var init_parseQueryString = __esmMin((() => {}));
|
|
412
362
|
//#endregion
|
|
413
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
363
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/transport/parseUrl.js
|
|
414
364
|
var parseUrl;
|
|
415
365
|
var init_parseUrl = __esmMin((() => {
|
|
416
366
|
init_parseQueryString();
|
|
@@ -429,7 +379,7 @@ var init_parseUrl = __esmMin((() => {
|
|
|
429
379
|
};
|
|
430
380
|
}));
|
|
431
381
|
//#endregion
|
|
432
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
382
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/transport/toEndpointV1.js
|
|
433
383
|
var toEndpointV1;
|
|
434
384
|
var init_toEndpointV1$1 = __esmMin((() => {
|
|
435
385
|
init_hasOwn();
|
|
@@ -453,7 +403,7 @@ var init_toEndpointV1$1 = __esmMin((() => {
|
|
|
453
403
|
};
|
|
454
404
|
}));
|
|
455
405
|
//#endregion
|
|
456
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
406
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/transport/index.js
|
|
457
407
|
var init_transport = __esmMin((() => {
|
|
458
408
|
init_getSmithyContext();
|
|
459
409
|
init_hasOwn();
|
|
@@ -467,7 +417,7 @@ var init_transport = __esmMin((() => {
|
|
|
467
417
|
init_toEndpointV1$1();
|
|
468
418
|
}));
|
|
469
419
|
//#endregion
|
|
470
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
420
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/invalid-dependency/invalidFunction.js
|
|
471
421
|
var invalidFunction;
|
|
472
422
|
var init_invalidFunction = __esmMin((() => {
|
|
473
423
|
invalidFunction = (message) => () => {
|
|
@@ -475,13 +425,13 @@ var init_invalidFunction = __esmMin((() => {
|
|
|
475
425
|
};
|
|
476
426
|
}));
|
|
477
427
|
//#endregion
|
|
478
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
428
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/invalid-dependency/invalidProvider.js
|
|
479
429
|
var invalidProvider;
|
|
480
430
|
var init_invalidProvider = __esmMin((() => {
|
|
481
431
|
invalidProvider = (message) => () => Promise.reject(message);
|
|
482
432
|
}));
|
|
483
433
|
//#endregion
|
|
484
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
434
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/circularReplacer.js
|
|
485
435
|
var getCircularReplacer;
|
|
486
436
|
var init_circularReplacer = __esmMin((() => {
|
|
487
437
|
getCircularReplacer = () => {
|
|
@@ -496,7 +446,7 @@ var init_circularReplacer = __esmMin((() => {
|
|
|
496
446
|
};
|
|
497
447
|
}));
|
|
498
448
|
//#endregion
|
|
499
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
449
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/utils/sleep.js
|
|
500
450
|
var sleep;
|
|
501
451
|
var init_sleep = __esmMin((() => {
|
|
502
452
|
sleep = (seconds) => {
|
|
@@ -504,7 +454,7 @@ var init_sleep = __esmMin((() => {
|
|
|
504
454
|
};
|
|
505
455
|
}));
|
|
506
456
|
//#endregion
|
|
507
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
457
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/waiter.js
|
|
508
458
|
var waiterServiceDefaults, WaiterState, checkExceptions;
|
|
509
459
|
var init_waiter = __esmMin((() => {
|
|
510
460
|
init_circularReplacer();
|
|
@@ -539,7 +489,7 @@ var init_waiter = __esmMin((() => {
|
|
|
539
489
|
};
|
|
540
490
|
}));
|
|
541
491
|
//#endregion
|
|
542
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
492
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/poller.js
|
|
543
493
|
var runPolling, checkWarn403, createMessageFromResponse, exponentialBackoffWithJitter, randomInRange;
|
|
544
494
|
var init_poller = __esmMin((() => {
|
|
545
495
|
init_circularReplacer();
|
|
@@ -624,7 +574,7 @@ var init_poller = __esmMin((() => {
|
|
|
624
574
|
randomInRange = (min, max) => min + Math.random() * (max - min);
|
|
625
575
|
}));
|
|
626
576
|
//#endregion
|
|
627
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
577
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/utils/validate.js
|
|
628
578
|
var validateWaiterOptions;
|
|
629
579
|
var init_validate = __esmMin((() => {
|
|
630
580
|
validateWaiterOptions = (options) => {
|
|
@@ -636,7 +586,7 @@ var init_validate = __esmMin((() => {
|
|
|
636
586
|
};
|
|
637
587
|
}));
|
|
638
588
|
//#endregion
|
|
639
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
589
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/createWaiter.js
|
|
640
590
|
var abortTimeout, createWaiter;
|
|
641
591
|
var init_createWaiter = __esmMin((() => {
|
|
642
592
|
init_poller();
|
|
@@ -680,7 +630,7 @@ var init_createWaiter = __esmMin((() => {
|
|
|
680
630
|
};
|
|
681
631
|
}));
|
|
682
632
|
//#endregion
|
|
683
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
633
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/client.js
|
|
684
634
|
var Client;
|
|
685
635
|
var init_client$1 = __esmMin((() => {
|
|
686
636
|
init_MiddlewareStack();
|
|
@@ -723,7 +673,7 @@ var init_client$1 = __esmMin((() => {
|
|
|
723
673
|
};
|
|
724
674
|
}));
|
|
725
675
|
//#endregion
|
|
726
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
676
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/schema/deref.js
|
|
727
677
|
var deref;
|
|
728
678
|
var init_deref = __esmMin((() => {
|
|
729
679
|
deref = (schemaRef) => {
|
|
@@ -732,7 +682,7 @@ var init_deref = __esmMin((() => {
|
|
|
732
682
|
};
|
|
733
683
|
}));
|
|
734
684
|
//#endregion
|
|
735
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
685
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js
|
|
736
686
|
var operation;
|
|
737
687
|
var init_operation = __esmMin((() => {
|
|
738
688
|
operation = (namespace, name, traits, input, output) => ({
|
|
@@ -744,7 +694,7 @@ var init_operation = __esmMin((() => {
|
|
|
744
694
|
});
|
|
745
695
|
}));
|
|
746
696
|
//#endregion
|
|
747
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
697
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js
|
|
748
698
|
var schemaDeserializationMiddleware, findHeader$1;
|
|
749
699
|
var init_schemaDeserializationMiddleware = __esmMin((() => {
|
|
750
700
|
init_transport();
|
|
@@ -802,7 +752,7 @@ var init_schemaDeserializationMiddleware = __esmMin((() => {
|
|
|
802
752
|
};
|
|
803
753
|
}));
|
|
804
754
|
//#endregion
|
|
805
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
755
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js
|
|
806
756
|
var schemaSerializationMiddleware;
|
|
807
757
|
var init_schemaSerializationMiddleware = __esmMin((() => {
|
|
808
758
|
init_transport();
|
|
@@ -823,7 +773,7 @@ var init_schemaSerializationMiddleware = __esmMin((() => {
|
|
|
823
773
|
};
|
|
824
774
|
}));
|
|
825
775
|
//#endregion
|
|
826
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
776
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js
|
|
827
777
|
function getSchemaSerdePlugin(config) {
|
|
828
778
|
return { applyToStack: (commandStack) => {
|
|
829
779
|
commandStack.add(schemaSerializationMiddleware(config), serializerMiddlewareOption$2);
|
|
@@ -849,7 +799,7 @@ var init_getSchemaSerdePlugin = __esmMin((() => {
|
|
|
849
799
|
};
|
|
850
800
|
}));
|
|
851
801
|
//#endregion
|
|
852
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
802
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js
|
|
853
803
|
var Schema;
|
|
854
804
|
var init_Schema = __esmMin((() => {
|
|
855
805
|
Schema = class {
|
|
@@ -870,7 +820,7 @@ var init_Schema = __esmMin((() => {
|
|
|
870
820
|
};
|
|
871
821
|
}));
|
|
872
822
|
//#endregion
|
|
873
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
823
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js
|
|
874
824
|
var ListSchema, list;
|
|
875
825
|
var init_ListSchema = __esmMin((() => {
|
|
876
826
|
init_Schema();
|
|
@@ -887,7 +837,7 @@ var init_ListSchema = __esmMin((() => {
|
|
|
887
837
|
});
|
|
888
838
|
}));
|
|
889
839
|
//#endregion
|
|
890
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
840
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js
|
|
891
841
|
var MapSchema, map$1;
|
|
892
842
|
var init_MapSchema = __esmMin((() => {
|
|
893
843
|
init_Schema();
|
|
@@ -906,7 +856,7 @@ var init_MapSchema = __esmMin((() => {
|
|
|
906
856
|
});
|
|
907
857
|
}));
|
|
908
858
|
//#endregion
|
|
909
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
859
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js
|
|
910
860
|
var OperationSchema, op;
|
|
911
861
|
var init_OperationSchema = __esmMin((() => {
|
|
912
862
|
init_Schema();
|
|
@@ -925,7 +875,7 @@ var init_OperationSchema = __esmMin((() => {
|
|
|
925
875
|
});
|
|
926
876
|
}));
|
|
927
877
|
//#endregion
|
|
928
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
878
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js
|
|
929
879
|
var StructureSchema, struct;
|
|
930
880
|
var init_StructureSchema = __esmMin((() => {
|
|
931
881
|
init_Schema();
|
|
@@ -944,7 +894,7 @@ var init_StructureSchema = __esmMin((() => {
|
|
|
944
894
|
});
|
|
945
895
|
}));
|
|
946
896
|
//#endregion
|
|
947
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
897
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js
|
|
948
898
|
var ErrorSchema, error;
|
|
949
899
|
var init_ErrorSchema = __esmMin((() => {
|
|
950
900
|
init_Schema();
|
|
@@ -964,7 +914,7 @@ var init_ErrorSchema = __esmMin((() => {
|
|
|
964
914
|
});
|
|
965
915
|
}));
|
|
966
916
|
//#endregion
|
|
967
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
917
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js
|
|
968
918
|
function translateTraits(indicator) {
|
|
969
919
|
if (typeof indicator === "object") return indicator;
|
|
970
920
|
indicator = indicator | 0;
|
|
@@ -987,7 +937,7 @@ var init_translateTraits = __esmMin((() => {
|
|
|
987
937
|
traitsCache = [];
|
|
988
938
|
}));
|
|
989
939
|
//#endregion
|
|
990
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
940
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js
|
|
991
941
|
function member(memberSchema, memberName) {
|
|
992
942
|
if (memberSchema instanceof NormalizedSchema) return Object.assign(memberSchema, {
|
|
993
943
|
memberName,
|
|
@@ -1229,7 +1179,7 @@ var init_NormalizedSchema = __esmMin((() => {
|
|
|
1229
1179
|
isStaticSchema = (sc) => Array.isArray(sc) && sc.length >= 5;
|
|
1230
1180
|
}));
|
|
1231
1181
|
//#endregion
|
|
1232
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1182
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js
|
|
1233
1183
|
var SimpleSchema, sim, simAdapter;
|
|
1234
1184
|
var init_SimpleSchema = __esmMin((() => {
|
|
1235
1185
|
init_Schema();
|
|
@@ -1252,7 +1202,7 @@ var init_SimpleSchema = __esmMin((() => {
|
|
|
1252
1202
|
});
|
|
1253
1203
|
}));
|
|
1254
1204
|
//#endregion
|
|
1255
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1205
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js
|
|
1256
1206
|
var SCHEMA;
|
|
1257
1207
|
var init_sentinels = __esmMin((() => {
|
|
1258
1208
|
SCHEMA = {
|
|
@@ -1273,7 +1223,7 @@ var init_sentinels = __esmMin((() => {
|
|
|
1273
1223
|
};
|
|
1274
1224
|
}));
|
|
1275
1225
|
//#endregion
|
|
1276
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1226
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js
|
|
1277
1227
|
var TypeRegistry;
|
|
1278
1228
|
var init_TypeRegistry = __esmMin((() => {
|
|
1279
1229
|
TypeRegistry = class TypeRegistry {
|
|
@@ -1346,7 +1296,7 @@ var init_TypeRegistry = __esmMin((() => {
|
|
|
1346
1296
|
};
|
|
1347
1297
|
}));
|
|
1348
1298
|
//#endregion
|
|
1349
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1299
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/schema/index.js
|
|
1350
1300
|
var schema_exports = /* @__PURE__ */ __exportAll({
|
|
1351
1301
|
ErrorSchema: () => ErrorSchema,
|
|
1352
1302
|
ListSchema: () => ListSchema,
|
|
@@ -1393,7 +1343,7 @@ var init_schema = __esmMin((() => {
|
|
|
1393
1343
|
init_TypeRegistry();
|
|
1394
1344
|
}));
|
|
1395
1345
|
//#endregion
|
|
1396
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1346
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/schemaLogFilter.js
|
|
1397
1347
|
function schemaLogFilter(schema, data) {
|
|
1398
1348
|
if (data == null) return data;
|
|
1399
1349
|
const ns = NormalizedSchema.of(schema);
|
|
@@ -1416,7 +1366,7 @@ var init_schemaLogFilter = __esmMin((() => {
|
|
|
1416
1366
|
SENSITIVE_STRING$1 = "***SensitiveInformation***";
|
|
1417
1367
|
}));
|
|
1418
1368
|
//#endregion
|
|
1419
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1369
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/command.js
|
|
1420
1370
|
var import_dist_cjs$5, Command, ClassBuilder;
|
|
1421
1371
|
var init_command = __esmMin((() => {
|
|
1422
1372
|
import_dist_cjs$5 = require_dist_cjs();
|
|
@@ -1548,13 +1498,13 @@ var init_command = __esmMin((() => {
|
|
|
1548
1498
|
};
|
|
1549
1499
|
}));
|
|
1550
1500
|
//#endregion
|
|
1551
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1501
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/constants.js
|
|
1552
1502
|
var SENSITIVE_STRING;
|
|
1553
1503
|
var init_constants$2 = __esmMin((() => {
|
|
1554
1504
|
SENSITIVE_STRING = "***SensitiveInformation***";
|
|
1555
1505
|
}));
|
|
1556
1506
|
//#endregion
|
|
1557
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1507
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/create-aggregated-client.js
|
|
1558
1508
|
var createAggregatedClient;
|
|
1559
1509
|
var init_create_aggregated_client = __esmMin((() => {
|
|
1560
1510
|
createAggregatedClient = (commands, Client, options) => {
|
|
@@ -1588,7 +1538,7 @@ var init_create_aggregated_client = __esmMin((() => {
|
|
|
1588
1538
|
};
|
|
1589
1539
|
}));
|
|
1590
1540
|
//#endregion
|
|
1591
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1541
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/exceptions.js
|
|
1592
1542
|
var ServiceException, decorateServiceException;
|
|
1593
1543
|
var init_exceptions = __esmMin((() => {
|
|
1594
1544
|
ServiceException = class ServiceException extends Error {
|
|
@@ -1629,7 +1579,7 @@ var init_exceptions = __esmMin((() => {
|
|
|
1629
1579
|
};
|
|
1630
1580
|
}));
|
|
1631
1581
|
//#endregion
|
|
1632
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1582
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/default-error-handler.js
|
|
1633
1583
|
var throwDefaultError, withBaseException, deserializeMetadata;
|
|
1634
1584
|
var init_default_error_handler = __esmMin((() => {
|
|
1635
1585
|
init_exceptions();
|
|
@@ -1661,7 +1611,7 @@ var init_default_error_handler = __esmMin((() => {
|
|
|
1661
1611
|
});
|
|
1662
1612
|
}));
|
|
1663
1613
|
//#endregion
|
|
1664
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1614
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/defaults-mode.js
|
|
1665
1615
|
var loadConfigsForDefaultMode;
|
|
1666
1616
|
var init_defaults_mode = __esmMin((() => {
|
|
1667
1617
|
loadConfigsForDefaultMode = (mode) => {
|
|
@@ -1687,7 +1637,7 @@ var init_defaults_mode = __esmMin((() => {
|
|
|
1687
1637
|
};
|
|
1688
1638
|
}));
|
|
1689
1639
|
//#endregion
|
|
1690
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1640
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/emitWarningIfUnsupportedVersion.js
|
|
1691
1641
|
var warningEmitted, emitWarningIfUnsupportedVersion;
|
|
1692
1642
|
var init_emitWarningIfUnsupportedVersion = __esmMin((() => {
|
|
1693
1643
|
warningEmitted = false;
|
|
@@ -1696,7 +1646,7 @@ var init_emitWarningIfUnsupportedVersion = __esmMin((() => {
|
|
|
1696
1646
|
};
|
|
1697
1647
|
}));
|
|
1698
1648
|
//#endregion
|
|
1699
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1649
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/checksum.js
|
|
1700
1650
|
var import_dist_cjs$4, knownAlgorithms, getChecksumConfiguration, resolveChecksumRuntimeConfig;
|
|
1701
1651
|
var init_checksum$1 = __esmMin((() => {
|
|
1702
1652
|
init_transport();
|
|
@@ -1741,7 +1691,7 @@ var init_checksum$1 = __esmMin((() => {
|
|
|
1741
1691
|
};
|
|
1742
1692
|
}));
|
|
1743
1693
|
//#endregion
|
|
1744
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1694
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/retry.js
|
|
1745
1695
|
var getRetryConfiguration, resolveRetryRuntimeConfig;
|
|
1746
1696
|
var init_retry = __esmMin((() => {
|
|
1747
1697
|
getRetryConfiguration = (runtimeConfig) => {
|
|
@@ -1761,7 +1711,7 @@ var init_retry = __esmMin((() => {
|
|
|
1761
1711
|
};
|
|
1762
1712
|
}));
|
|
1763
1713
|
//#endregion
|
|
1764
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1714
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.js
|
|
1765
1715
|
var getDefaultExtensionConfiguration, getDefaultClientConfiguration, resolveDefaultRuntimeConfig;
|
|
1766
1716
|
var init_defaultExtensionConfiguration = __esmMin((() => {
|
|
1767
1717
|
init_checksum$1();
|
|
@@ -1775,13 +1725,13 @@ var init_defaultExtensionConfiguration = __esmMin((() => {
|
|
|
1775
1725
|
};
|
|
1776
1726
|
}));
|
|
1777
1727
|
//#endregion
|
|
1778
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1728
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/get-array-if-single-item.js
|
|
1779
1729
|
var getArrayIfSingleItem;
|
|
1780
1730
|
var init_get_array_if_single_item = __esmMin((() => {
|
|
1781
1731
|
getArrayIfSingleItem = (mayBeArray) => Array.isArray(mayBeArray) ? mayBeArray : [mayBeArray];
|
|
1782
1732
|
}));
|
|
1783
1733
|
//#endregion
|
|
1784
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1734
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/get-value-from-text-node.js
|
|
1785
1735
|
var getValueFromTextNode;
|
|
1786
1736
|
var init_get_value_from_text_node = __esmMin((() => {
|
|
1787
1737
|
init_transport();
|
|
@@ -1796,7 +1746,7 @@ var init_get_value_from_text_node = __esmMin((() => {
|
|
|
1796
1746
|
};
|
|
1797
1747
|
}));
|
|
1798
1748
|
//#endregion
|
|
1799
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1749
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/is-serializable-header-value.js
|
|
1800
1750
|
var isSerializableHeaderValue;
|
|
1801
1751
|
var init_is_serializable_header_value = __esmMin((() => {
|
|
1802
1752
|
isSerializableHeaderValue = (value) => {
|
|
@@ -1804,7 +1754,7 @@ var init_is_serializable_header_value = __esmMin((() => {
|
|
|
1804
1754
|
};
|
|
1805
1755
|
}));
|
|
1806
1756
|
//#endregion
|
|
1807
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1757
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/NoOpLogger.js
|
|
1808
1758
|
var NoOpLogger;
|
|
1809
1759
|
var init_NoOpLogger = __esmMin((() => {
|
|
1810
1760
|
NoOpLogger = class {
|
|
@@ -1816,7 +1766,7 @@ var init_NoOpLogger = __esmMin((() => {
|
|
|
1816
1766
|
};
|
|
1817
1767
|
}));
|
|
1818
1768
|
//#endregion
|
|
1819
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1769
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/object-mapping.js
|
|
1820
1770
|
function map(arg0, arg1, arg2) {
|
|
1821
1771
|
let target;
|
|
1822
1772
|
let filter;
|
|
@@ -1891,7 +1841,7 @@ var init_object_mapping = __esmMin((() => {
|
|
|
1891
1841
|
pass = (_) => _;
|
|
1892
1842
|
}));
|
|
1893
1843
|
//#endregion
|
|
1894
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1844
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/ser-utils.js
|
|
1895
1845
|
var serializeFloat, serializeDateTime;
|
|
1896
1846
|
var init_ser_utils = __esmMin((() => {
|
|
1897
1847
|
serializeFloat = (value) => {
|
|
@@ -1905,7 +1855,7 @@ var init_ser_utils = __esmMin((() => {
|
|
|
1905
1855
|
serializeDateTime = (date) => date.toISOString().replace(".000Z", "Z");
|
|
1906
1856
|
}));
|
|
1907
1857
|
//#endregion
|
|
1908
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1858
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/serde-json.js
|
|
1909
1859
|
var _json;
|
|
1910
1860
|
var init_serde_json = __esmMin((() => {
|
|
1911
1861
|
init_transport();
|
|
@@ -1925,7 +1875,7 @@ var init_serde_json = __esmMin((() => {
|
|
|
1925
1875
|
};
|
|
1926
1876
|
}));
|
|
1927
1877
|
//#endregion
|
|
1928
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1878
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/client-command-builder.js
|
|
1929
1879
|
function makeBuilder(common, service, name, ep) {
|
|
1930
1880
|
return function makeCommand(added, plugins, op, $, smithyContext = {}) {
|
|
1931
1881
|
const epMerged = Object.assign({}, common, added);
|
|
@@ -1940,7 +1890,7 @@ var init_client_command_builder = __esmMin((() => {
|
|
|
1940
1890
|
init_command();
|
|
1941
1891
|
}));
|
|
1942
1892
|
//#endregion
|
|
1943
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1893
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/client/index.js
|
|
1944
1894
|
var client_exports = /* @__PURE__ */ __exportAll({
|
|
1945
1895
|
AlgorithmId: () => import_dist_cjs$4.AlgorithmId,
|
|
1946
1896
|
Client: () => Client,
|
|
@@ -2011,13 +1961,13 @@ var init_client = __esmMin((() => {
|
|
|
2011
1961
|
init_client_command_builder();
|
|
2012
1962
|
}));
|
|
2013
1963
|
//#endregion
|
|
2014
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1964
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/is-array-buffer/is-array-buffer.js
|
|
2015
1965
|
var isArrayBuffer;
|
|
2016
1966
|
var init_is_array_buffer = __esmMin((() => {
|
|
2017
1967
|
isArrayBuffer = (arg) => typeof ArrayBuffer === "function" && arg instanceof ArrayBuffer || Object.prototype.toString.call(arg) === "[object ArrayBuffer]";
|
|
2018
1968
|
}));
|
|
2019
1969
|
//#endregion
|
|
2020
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1970
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-buffer-from/buffer-from.js
|
|
2021
1971
|
var fromArrayBuffer, fromString;
|
|
2022
1972
|
var init_buffer_from = __esmMin((() => {
|
|
2023
1973
|
init_is_array_buffer();
|
|
@@ -2031,7 +1981,7 @@ var init_buffer_from = __esmMin((() => {
|
|
|
2031
1981
|
};
|
|
2032
1982
|
}));
|
|
2033
1983
|
//#endregion
|
|
2034
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1984
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/fromBase64.js
|
|
2035
1985
|
var BASE64_REGEX, fromBase64;
|
|
2036
1986
|
var init_fromBase64 = __esmMin((() => {
|
|
2037
1987
|
init_buffer_from();
|
|
@@ -2044,7 +1994,7 @@ var init_fromBase64 = __esmMin((() => {
|
|
|
2044
1994
|
};
|
|
2045
1995
|
}));
|
|
2046
1996
|
//#endregion
|
|
2047
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
1997
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/fromUtf8.js
|
|
2048
1998
|
var fromUtf8$1;
|
|
2049
1999
|
var init_fromUtf8 = __esmMin((() => {
|
|
2050
2000
|
init_buffer_from();
|
|
@@ -2054,7 +2004,7 @@ var init_fromUtf8 = __esmMin((() => {
|
|
|
2054
2004
|
};
|
|
2055
2005
|
}));
|
|
2056
2006
|
//#endregion
|
|
2057
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2007
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/toBase64.js
|
|
2058
2008
|
var toBase64$1;
|
|
2059
2009
|
var init_toBase64 = __esmMin((() => {
|
|
2060
2010
|
init_buffer_from();
|
|
@@ -2068,7 +2018,7 @@ var init_toBase64 = __esmMin((() => {
|
|
|
2068
2018
|
};
|
|
2069
2019
|
}));
|
|
2070
2020
|
//#endregion
|
|
2071
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2021
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.js
|
|
2072
2022
|
function bindUint8ArrayBlobAdapter(toUtf8, fromUtf8, toBase64, fromBase64) {
|
|
2073
2023
|
return class Uint8ArrayBlobAdapter extends Uint8Array {
|
|
2074
2024
|
static fromString(source, encoding = "utf-8") {
|
|
@@ -2090,7 +2040,7 @@ function bindUint8ArrayBlobAdapter(toUtf8, fromUtf8, toBase64, fromBase64) {
|
|
|
2090
2040
|
}
|
|
2091
2041
|
var init_Uint8ArrayBlobAdapter = __esmMin((() => {}));
|
|
2092
2042
|
//#endregion
|
|
2093
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2043
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUtf8.js
|
|
2094
2044
|
var toUtf8$1;
|
|
2095
2045
|
var init_toUtf8 = __esmMin((() => {
|
|
2096
2046
|
init_buffer_from();
|
|
@@ -2101,7 +2051,7 @@ var init_toUtf8 = __esmMin((() => {
|
|
|
2101
2051
|
};
|
|
2102
2052
|
}));
|
|
2103
2053
|
//#endregion
|
|
2104
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2054
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/uuid/v4.js
|
|
2105
2055
|
function bindV4(getRandomValues) {
|
|
2106
2056
|
if (typeof crypto !== "undefined" && typeof crypto.randomUUID === "function") return () => crypto.randomUUID();
|
|
2107
2057
|
return () => {
|
|
@@ -2117,13 +2067,13 @@ var init_v4 = __esmMin((() => {
|
|
|
2117
2067
|
decimalToHex = Array.from({ length: 256 }, (_, i) => i.toString(16).padStart(2, "0"));
|
|
2118
2068
|
}));
|
|
2119
2069
|
//#endregion
|
|
2120
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2070
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js
|
|
2121
2071
|
var copyDocumentWithTransform;
|
|
2122
2072
|
var init_copyDocumentWithTransform = __esmMin((() => {
|
|
2123
2073
|
copyDocumentWithTransform = (source, _schemaRef, _transform = (_) => _) => source;
|
|
2124
2074
|
}));
|
|
2125
2075
|
//#endregion
|
|
2126
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2076
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js
|
|
2127
2077
|
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;
|
|
2128
2078
|
var init_parse_utils = __esmMin((() => {
|
|
2129
2079
|
init_transport();
|
|
@@ -2284,7 +2234,7 @@ var init_parse_utils = __esmMin((() => {
|
|
|
2284
2234
|
logger = { warn: console.warn };
|
|
2285
2235
|
}));
|
|
2286
2236
|
//#endregion
|
|
2287
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2237
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/date-utils.js
|
|
2288
2238
|
function dateToUtcString(date) {
|
|
2289
2239
|
const year = date.getUTCFullYear();
|
|
2290
2240
|
const month = date.getUTCMonth();
|
|
@@ -2479,7 +2429,7 @@ var init_date_utils = __esmMin((() => {
|
|
|
2479
2429
|
};
|
|
2480
2430
|
}));
|
|
2481
2431
|
//#endregion
|
|
2482
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2432
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/lazy-json.js
|
|
2483
2433
|
var LazyJsonString;
|
|
2484
2434
|
var init_lazy_json = __esmMin((() => {
|
|
2485
2435
|
LazyJsonString = function LazyJsonString(val) {
|
|
@@ -2503,14 +2453,14 @@ var init_lazy_json = __esmMin((() => {
|
|
|
2503
2453
|
LazyJsonString.fromObject = LazyJsonString.from;
|
|
2504
2454
|
}));
|
|
2505
2455
|
//#endregion
|
|
2506
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2456
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/quote-header.js
|
|
2507
2457
|
function quoteHeader(part) {
|
|
2508
2458
|
if (part.includes(",") || part.includes("\"")) part = `"${part.replace(/"/g, "\\\"")}"`;
|
|
2509
2459
|
return part;
|
|
2510
2460
|
}
|
|
2511
2461
|
var init_quote_header = __esmMin((() => {}));
|
|
2512
2462
|
//#endregion
|
|
2513
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2463
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js
|
|
2514
2464
|
function range(v, min, max) {
|
|
2515
2465
|
const _v = Number(v);
|
|
2516
2466
|
if (_v < min || _v > max) throw new Error(`Value ${_v} out of range [${min}, ${max}]`);
|
|
@@ -2606,7 +2556,7 @@ var init_schema_date_utils = __esmMin((() => {
|
|
|
2606
2556
|
};
|
|
2607
2557
|
}));
|
|
2608
2558
|
//#endregion
|
|
2609
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2559
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/split-every.js
|
|
2610
2560
|
function splitEvery(value, delimiter, numDelimiters) {
|
|
2611
2561
|
if (numDelimiters <= 0 || !Number.isInteger(numDelimiters)) throw new Error("Invalid number of delimiters (" + numDelimiters + ") for splitEvery.");
|
|
2612
2562
|
const segments = value.split(delimiter);
|
|
@@ -2626,7 +2576,7 @@ function splitEvery(value, delimiter, numDelimiters) {
|
|
|
2626
2576
|
}
|
|
2627
2577
|
var init_split_every = __esmMin((() => {}));
|
|
2628
2578
|
//#endregion
|
|
2629
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2579
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/split-header.js
|
|
2630
2580
|
var splitHeader;
|
|
2631
2581
|
var init_split_header = __esmMin((() => {
|
|
2632
2582
|
splitHeader = (value) => {
|
|
@@ -2659,7 +2609,7 @@ var init_split_header = __esmMin((() => {
|
|
|
2659
2609
|
};
|
|
2660
2610
|
}));
|
|
2661
2611
|
//#endregion
|
|
2662
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2612
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js
|
|
2663
2613
|
function nv(input) {
|
|
2664
2614
|
return new NumericValue(String(input), "bigDecimal");
|
|
2665
2615
|
}
|
|
@@ -2685,7 +2635,7 @@ var init_NumericValue = __esmMin((() => {
|
|
|
2685
2635
|
};
|
|
2686
2636
|
}));
|
|
2687
2637
|
//#endregion
|
|
2688
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2638
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-hex-encoding/hex-encoding.js
|
|
2689
2639
|
function fromHex(encoded) {
|
|
2690
2640
|
if (encoded.length % 2 !== 0) throw new Error("Hex encoded strings must have an even number length");
|
|
2691
2641
|
const out = new Uint8Array(encoded.length / 2);
|
|
@@ -2713,7 +2663,7 @@ var init_hex_encoding = __esmMin((() => {
|
|
|
2713
2663
|
}
|
|
2714
2664
|
}));
|
|
2715
2665
|
//#endregion
|
|
2716
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2666
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-body-length/calculateBodyLength.js
|
|
2717
2667
|
var calculateBodyLength;
|
|
2718
2668
|
var init_calculateBodyLength = __esmMin((() => {
|
|
2719
2669
|
calculateBodyLength = (body) => {
|
|
@@ -2730,7 +2680,7 @@ var init_calculateBodyLength = __esmMin((() => {
|
|
|
2730
2680
|
};
|
|
2731
2681
|
}));
|
|
2732
2682
|
//#endregion
|
|
2733
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2683
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.js
|
|
2734
2684
|
var toUint8Array;
|
|
2735
2685
|
var init_toUint8Array = __esmMin((() => {
|
|
2736
2686
|
init_fromUtf8();
|
|
@@ -2742,7 +2692,7 @@ var init_toUint8Array = __esmMin((() => {
|
|
|
2742
2692
|
};
|
|
2743
2693
|
}));
|
|
2744
2694
|
//#endregion
|
|
2745
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2695
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/concatBytes.js
|
|
2746
2696
|
function concatBytes(arrays, length) {
|
|
2747
2697
|
if (length === void 0) {
|
|
2748
2698
|
length = 0;
|
|
@@ -2758,7 +2708,7 @@ function concatBytes(arrays, length) {
|
|
|
2758
2708
|
}
|
|
2759
2709
|
var init_concatBytes = __esmMin((() => {}));
|
|
2760
2710
|
//#endregion
|
|
2761
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2711
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/deserializerMiddleware.js
|
|
2762
2712
|
var deserializerMiddleware, findHeader;
|
|
2763
2713
|
var init_deserializerMiddleware = __esmMin((() => {
|
|
2764
2714
|
init_transport();
|
|
@@ -2810,7 +2760,7 @@ var init_deserializerMiddleware = __esmMin((() => {
|
|
|
2810
2760
|
};
|
|
2811
2761
|
}));
|
|
2812
2762
|
//#endregion
|
|
2813
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2763
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/property-provider/ProviderError.js
|
|
2814
2764
|
var ProviderError;
|
|
2815
2765
|
var init_ProviderError = __esmMin((() => {
|
|
2816
2766
|
ProviderError = class ProviderError extends Error {
|
|
@@ -2837,7 +2787,7 @@ var init_ProviderError = __esmMin((() => {
|
|
|
2837
2787
|
};
|
|
2838
2788
|
}));
|
|
2839
2789
|
//#endregion
|
|
2840
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2790
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/property-provider/CredentialsProviderError.js
|
|
2841
2791
|
var CredentialsProviderError;
|
|
2842
2792
|
var init_CredentialsProviderError = __esmMin((() => {
|
|
2843
2793
|
init_ProviderError();
|
|
@@ -2850,7 +2800,7 @@ var init_CredentialsProviderError = __esmMin((() => {
|
|
|
2850
2800
|
};
|
|
2851
2801
|
}));
|
|
2852
2802
|
//#endregion
|
|
2853
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2803
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/property-provider/TokenProviderError.js
|
|
2854
2804
|
var TokenProviderError;
|
|
2855
2805
|
var init_TokenProviderError = __esmMin((() => {
|
|
2856
2806
|
init_ProviderError();
|
|
@@ -2863,7 +2813,7 @@ var init_TokenProviderError = __esmMin((() => {
|
|
|
2863
2813
|
};
|
|
2864
2814
|
}));
|
|
2865
2815
|
//#endregion
|
|
2866
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2816
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/property-provider/chain.js
|
|
2867
2817
|
var chain;
|
|
2868
2818
|
var init_chain = __esmMin((() => {
|
|
2869
2819
|
init_ProviderError();
|
|
@@ -2881,13 +2831,13 @@ var init_chain = __esmMin((() => {
|
|
|
2881
2831
|
};
|
|
2882
2832
|
}));
|
|
2883
2833
|
//#endregion
|
|
2884
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2834
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/property-provider/fromValue.js
|
|
2885
2835
|
var fromValue;
|
|
2886
2836
|
var init_fromValue = __esmMin((() => {
|
|
2887
2837
|
fromValue = (staticValue) => () => Promise.resolve(staticValue);
|
|
2888
2838
|
}));
|
|
2889
2839
|
//#endregion
|
|
2890
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2840
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/property-provider/memoize.js
|
|
2891
2841
|
var memoize;
|
|
2892
2842
|
var init_memoize = __esmMin((() => {
|
|
2893
2843
|
memoize = (provider, isExpired, requiresRefresh) => {
|
|
@@ -2926,7 +2876,7 @@ var init_memoize = __esmMin((() => {
|
|
|
2926
2876
|
};
|
|
2927
2877
|
}));
|
|
2928
2878
|
//#endregion
|
|
2929
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2879
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/util-config-provider/booleanSelector.js
|
|
2930
2880
|
var booleanSelector;
|
|
2931
2881
|
var init_booleanSelector = __esmMin((() => {
|
|
2932
2882
|
booleanSelector = (obj, key, type) => {
|
|
@@ -2937,7 +2887,7 @@ var init_booleanSelector = __esmMin((() => {
|
|
|
2937
2887
|
};
|
|
2938
2888
|
}));
|
|
2939
2889
|
//#endregion
|
|
2940
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2890
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/util-config-provider/numberSelector.js
|
|
2941
2891
|
var numberSelector;
|
|
2942
2892
|
var init_numberSelector = __esmMin((() => {
|
|
2943
2893
|
numberSelector = (obj, key, type) => {
|
|
@@ -2948,7 +2898,7 @@ var init_numberSelector = __esmMin((() => {
|
|
|
2948
2898
|
};
|
|
2949
2899
|
}));
|
|
2950
2900
|
//#endregion
|
|
2951
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2901
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/util-config-provider/types.js
|
|
2952
2902
|
var SelectorType;
|
|
2953
2903
|
var init_types$1 = __esmMin((() => {
|
|
2954
2904
|
(function(SelectorType) {
|
|
@@ -2957,7 +2907,7 @@ var init_types$1 = __esmMin((() => {
|
|
|
2957
2907
|
})(SelectorType || (SelectorType = {}));
|
|
2958
2908
|
}));
|
|
2959
2909
|
//#endregion
|
|
2960
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2910
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getHomeDir.js
|
|
2961
2911
|
var homeDirCache, getHomeDirCacheKey, getHomeDir;
|
|
2962
2912
|
var init_getHomeDir = __esmMin((() => {
|
|
2963
2913
|
homeDirCache = {};
|
|
@@ -2976,7 +2926,7 @@ var init_getHomeDir = __esmMin((() => {
|
|
|
2976
2926
|
};
|
|
2977
2927
|
}));
|
|
2978
2928
|
//#endregion
|
|
2979
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2929
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getProfileName.js
|
|
2980
2930
|
var ENV_PROFILE, DEFAULT_PROFILE, getProfileName;
|
|
2981
2931
|
var init_getProfileName = __esmMin((() => {
|
|
2982
2932
|
ENV_PROFILE = "AWS_PROFILE";
|
|
@@ -2984,7 +2934,7 @@ var init_getProfileName = __esmMin((() => {
|
|
|
2984
2934
|
getProfileName = (init) => init.profile || process.env["AWS_PROFILE"] || "default";
|
|
2985
2935
|
}));
|
|
2986
2936
|
//#endregion
|
|
2987
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2937
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getSSOTokenFilepath.js
|
|
2988
2938
|
var getSSOTokenFilepath;
|
|
2989
2939
|
var init_getSSOTokenFilepath = __esmMin((() => {
|
|
2990
2940
|
init_getHomeDir();
|
|
@@ -2994,7 +2944,7 @@ var init_getSSOTokenFilepath = __esmMin((() => {
|
|
|
2994
2944
|
};
|
|
2995
2945
|
}));
|
|
2996
2946
|
//#endregion
|
|
2997
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2947
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getSSOTokenFromFile.js
|
|
2998
2948
|
var tokenIntercept, getSSOTokenFromFile;
|
|
2999
2949
|
var init_getSSOTokenFromFile = __esmMin((() => {
|
|
3000
2950
|
init_getSSOTokenFilepath();
|
|
@@ -3007,10 +2957,10 @@ var init_getSSOTokenFromFile = __esmMin((() => {
|
|
|
3007
2957
|
};
|
|
3008
2958
|
}));
|
|
3009
2959
|
//#endregion
|
|
3010
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2960
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/constants.js
|
|
3011
2961
|
var init_constants$1 = __esmMin((() => {}));
|
|
3012
2962
|
//#endregion
|
|
3013
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2963
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getConfigData.js
|
|
3014
2964
|
var import_dist_cjs$3, getConfigData;
|
|
3015
2965
|
var init_getConfigData = __esmMin((() => {
|
|
3016
2966
|
import_dist_cjs$3 = require_dist_cjs();
|
|
@@ -3035,7 +2985,7 @@ var init_getCredentialsFilepath = __esmMin((() => {
|
|
|
3035
2985
|
getCredentialsFilepath = () => process.env["AWS_SHARED_CREDENTIALS_FILE"] || join(getHomeDir(), ".aws", "credentials");
|
|
3036
2986
|
}));
|
|
3037
2987
|
//#endregion
|
|
3038
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
2988
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/parseIni.js
|
|
3039
2989
|
var import_dist_cjs$2, prefixKeyRegex, profileNameBlockList, parseIni;
|
|
3040
2990
|
var init_parseIni = __esmMin((() => {
|
|
3041
2991
|
import_dist_cjs$2 = require_dist_cjs();
|
|
@@ -3076,7 +3026,7 @@ var init_parseIni = __esmMin((() => {
|
|
|
3076
3026
|
};
|
|
3077
3027
|
}));
|
|
3078
3028
|
//#endregion
|
|
3079
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3029
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/readFile.js
|
|
3080
3030
|
var filePromises, fileIntercept, readFile$1;
|
|
3081
3031
|
var init_readFile = __esmMin((() => {
|
|
3082
3032
|
filePromises = {};
|
|
@@ -3088,7 +3038,7 @@ var init_readFile = __esmMin((() => {
|
|
|
3088
3038
|
};
|
|
3089
3039
|
}));
|
|
3090
3040
|
//#endregion
|
|
3091
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3041
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/loadSharedConfigFiles.js
|
|
3092
3042
|
var swallowError$1, loadSharedConfigFiles;
|
|
3093
3043
|
var init_loadSharedConfigFiles = __esmMin((() => {
|
|
3094
3044
|
init_getConfigData();
|
|
@@ -3115,7 +3065,7 @@ var init_loadSharedConfigFiles = __esmMin((() => {
|
|
|
3115
3065
|
};
|
|
3116
3066
|
}));
|
|
3117
3067
|
//#endregion
|
|
3118
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3068
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getSsoSessionData.js
|
|
3119
3069
|
var import_dist_cjs$1, getSsoSessionData;
|
|
3120
3070
|
var init_getSsoSessionData = __esmMin((() => {
|
|
3121
3071
|
import_dist_cjs$1 = require_dist_cjs();
|
|
@@ -3126,7 +3076,7 @@ var init_getSsoSessionData = __esmMin((() => {
|
|
|
3126
3076
|
}), {});
|
|
3127
3077
|
}));
|
|
3128
3078
|
//#endregion
|
|
3129
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3079
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/loadSsoSessionData.js
|
|
3130
3080
|
var swallowError, loadSsoSessionData;
|
|
3131
3081
|
var init_loadSsoSessionData = __esmMin((() => {
|
|
3132
3082
|
init_getConfigFilepath();
|
|
@@ -3137,7 +3087,7 @@ var init_loadSsoSessionData = __esmMin((() => {
|
|
|
3137
3087
|
loadSsoSessionData = async (init = {}) => readFile$1(init.configFilepath ?? getConfigFilepath()).then(parseIni).then(getSsoSessionData).catch(swallowError);
|
|
3138
3088
|
}));
|
|
3139
3089
|
//#endregion
|
|
3140
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3090
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/mergeConfigFiles.js
|
|
3141
3091
|
var mergeConfigFiles;
|
|
3142
3092
|
var init_mergeConfigFiles = __esmMin((() => {
|
|
3143
3093
|
mergeConfigFiles = (...files) => {
|
|
@@ -3148,7 +3098,7 @@ var init_mergeConfigFiles = __esmMin((() => {
|
|
|
3148
3098
|
};
|
|
3149
3099
|
}));
|
|
3150
3100
|
//#endregion
|
|
3151
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3101
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/parseKnownFiles.js
|
|
3152
3102
|
var parseKnownFiles;
|
|
3153
3103
|
var init_parseKnownFiles = __esmMin((() => {
|
|
3154
3104
|
init_loadSharedConfigFiles();
|
|
@@ -3159,7 +3109,7 @@ var init_parseKnownFiles = __esmMin((() => {
|
|
|
3159
3109
|
};
|
|
3160
3110
|
}));
|
|
3161
3111
|
//#endregion
|
|
3162
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3112
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/externalDataInterceptor.js
|
|
3163
3113
|
var externalDataInterceptor;
|
|
3164
3114
|
var init_externalDataInterceptor = __esmMin((() => {
|
|
3165
3115
|
init_getSSOTokenFromFile();
|
|
@@ -3180,7 +3130,7 @@ var init_externalDataInterceptor = __esmMin((() => {
|
|
|
3180
3130
|
};
|
|
3181
3131
|
}));
|
|
3182
3132
|
//#endregion
|
|
3183
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3133
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/getSelectorName.js
|
|
3184
3134
|
function getSelectorName(functionString) {
|
|
3185
3135
|
try {
|
|
3186
3136
|
const constants = new Set(Array.from(functionString.match(/([A-Z_]){3,}/g) ?? []));
|
|
@@ -3194,7 +3144,7 @@ function getSelectorName(functionString) {
|
|
|
3194
3144
|
}
|
|
3195
3145
|
var init_getSelectorName = __esmMin((() => {}));
|
|
3196
3146
|
//#endregion
|
|
3197
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3147
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromEnv.js
|
|
3198
3148
|
var fromEnv;
|
|
3199
3149
|
var init_fromEnv = __esmMin((() => {
|
|
3200
3150
|
init_CredentialsProviderError();
|
|
@@ -3210,7 +3160,7 @@ var init_fromEnv = __esmMin((() => {
|
|
|
3210
3160
|
};
|
|
3211
3161
|
}));
|
|
3212
3162
|
//#endregion
|
|
3213
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3163
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromSharedConfigFiles.js
|
|
3214
3164
|
var fromSharedConfigFiles;
|
|
3215
3165
|
var init_fromSharedConfigFiles = __esmMin((() => {
|
|
3216
3166
|
init_CredentialsProviderError();
|
|
@@ -3239,7 +3189,7 @@ var init_fromSharedConfigFiles = __esmMin((() => {
|
|
|
3239
3189
|
};
|
|
3240
3190
|
}));
|
|
3241
3191
|
//#endregion
|
|
3242
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3192
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromStatic.js
|
|
3243
3193
|
var isFunction, fromStatic;
|
|
3244
3194
|
var init_fromStatic = __esmMin((() => {
|
|
3245
3195
|
init_fromValue();
|
|
@@ -3247,7 +3197,7 @@ var init_fromStatic = __esmMin((() => {
|
|
|
3247
3197
|
fromStatic = (defaultValue) => isFunction(defaultValue) ? async () => await defaultValue() : fromValue(defaultValue);
|
|
3248
3198
|
}));
|
|
3249
3199
|
//#endregion
|
|
3250
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3200
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/configLoader.js
|
|
3251
3201
|
var loadConfig;
|
|
3252
3202
|
var init_configLoader = __esmMin((() => {
|
|
3253
3203
|
init_chain();
|
|
@@ -3264,7 +3214,7 @@ var init_configLoader = __esmMin((() => {
|
|
|
3264
3214
|
};
|
|
3265
3215
|
}));
|
|
3266
3216
|
//#endregion
|
|
3267
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3217
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js
|
|
3268
3218
|
var ENV_USE_DUALSTACK_ENDPOINT, CONFIG_USE_DUALSTACK_ENDPOINT, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, nodeDualstackConfigSelectors;
|
|
3269
3219
|
var init_NodeUseDualstackEndpointConfigOptions = __esmMin((() => {
|
|
3270
3220
|
init_booleanSelector();
|
|
@@ -3283,7 +3233,7 @@ var init_NodeUseDualstackEndpointConfigOptions = __esmMin((() => {
|
|
|
3283
3233
|
};
|
|
3284
3234
|
}));
|
|
3285
3235
|
//#endregion
|
|
3286
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3236
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/NodeUseFipsEndpointConfigOptions.js
|
|
3287
3237
|
var ENV_USE_FIPS_ENDPOINT, CONFIG_USE_FIPS_ENDPOINT, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, nodeFipsConfigSelectors;
|
|
3288
3238
|
var init_NodeUseFipsEndpointConfigOptions = __esmMin((() => {
|
|
3289
3239
|
init_booleanSelector();
|
|
@@ -3302,7 +3252,7 @@ var init_NodeUseFipsEndpointConfigOptions = __esmMin((() => {
|
|
|
3302
3252
|
};
|
|
3303
3253
|
}));
|
|
3304
3254
|
//#endregion
|
|
3305
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3255
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/resolveCustomEndpointsConfig.js
|
|
3306
3256
|
var resolveCustomEndpointsConfig;
|
|
3307
3257
|
var init_resolveCustomEndpointsConfig = __esmMin((() => {
|
|
3308
3258
|
init_client();
|
|
@@ -3317,7 +3267,7 @@ var init_resolveCustomEndpointsConfig = __esmMin((() => {
|
|
|
3317
3267
|
};
|
|
3318
3268
|
}));
|
|
3319
3269
|
//#endregion
|
|
3320
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3270
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/utils/getEndpointFromRegion.js
|
|
3321
3271
|
var getEndpointFromRegion;
|
|
3322
3272
|
var init_getEndpointFromRegion = __esmMin((() => {
|
|
3323
3273
|
getEndpointFromRegion = async (input) => {
|
|
@@ -3335,7 +3285,7 @@ var init_getEndpointFromRegion = __esmMin((() => {
|
|
|
3335
3285
|
};
|
|
3336
3286
|
}));
|
|
3337
3287
|
//#endregion
|
|
3338
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3288
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/resolveEndpointsConfig.js
|
|
3339
3289
|
var resolveEndpointsConfig;
|
|
3340
3290
|
var init_resolveEndpointsConfig = __esmMin((() => {
|
|
3341
3291
|
init_client();
|
|
@@ -3367,7 +3317,7 @@ var init_constants = __esmMin((() => {
|
|
|
3367
3317
|
X_AWS_EC2_METADATA_TOKEN_TTL = "x-aws-ec2-metadata-token-ttl-seconds";
|
|
3368
3318
|
}));
|
|
3369
3319
|
//#endregion
|
|
3370
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3320
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/getInstanceMetadataRegion.js
|
|
3371
3321
|
var TIMEOUT_MS, NEG_CACHE_TTL_MS, negativeCacheUntil, getInstanceMetadataRegion, cacheNegativeAndReturnUndefined, resolveImdsEndpoint, imdsRequest;
|
|
3372
3322
|
var init_getInstanceMetadataRegion = __esmMin((() => {
|
|
3373
3323
|
init_constants();
|
|
@@ -3449,7 +3399,7 @@ var init_getInstanceMetadataRegion = __esmMin((() => {
|
|
|
3449
3399
|
};
|
|
3450
3400
|
}));
|
|
3451
3401
|
//#endregion
|
|
3452
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3402
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/config.js
|
|
3453
3403
|
var REGION_ENV_NAME, REGION_INI_NAME, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS;
|
|
3454
3404
|
var init_config$1 = __esmMin((() => {
|
|
3455
3405
|
init_getInstanceMetadataRegion();
|
|
@@ -3467,7 +3417,7 @@ var init_config$1 = __esmMin((() => {
|
|
|
3467
3417
|
NODE_REGION_CONFIG_FILE_OPTIONS = { preferredFile: "credentials" };
|
|
3468
3418
|
}));
|
|
3469
3419
|
//#endregion
|
|
3470
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3420
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/checkRegion.js
|
|
3471
3421
|
var validRegions, checkRegion;
|
|
3472
3422
|
var init_checkRegion = __esmMin((() => {
|
|
3473
3423
|
init_transport();
|
|
@@ -3480,20 +3430,20 @@ var init_checkRegion = __esmMin((() => {
|
|
|
3480
3430
|
};
|
|
3481
3431
|
}));
|
|
3482
3432
|
//#endregion
|
|
3483
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3433
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/isFipsRegion.js
|
|
3484
3434
|
var isFipsRegion;
|
|
3485
3435
|
var init_isFipsRegion = __esmMin((() => {
|
|
3486
3436
|
isFipsRegion = (region) => typeof region === "string" && (region.startsWith("fips-") || region.endsWith("-fips"));
|
|
3487
3437
|
}));
|
|
3488
3438
|
//#endregion
|
|
3489
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3439
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/getRealRegion.js
|
|
3490
3440
|
var getRealRegion;
|
|
3491
3441
|
var init_getRealRegion = __esmMin((() => {
|
|
3492
3442
|
init_isFipsRegion();
|
|
3493
3443
|
getRealRegion = (region) => isFipsRegion(region) ? ["fips-aws-global", "aws-fips"].includes(region) ? "us-east-1" : region.replace(/fips-(dkr-|prod-)?|-fips/, "") : region;
|
|
3494
3444
|
}));
|
|
3495
3445
|
//#endregion
|
|
3496
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3446
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/resolveRegionConfig.js
|
|
3497
3447
|
var resolveRegionConfig;
|
|
3498
3448
|
var init_resolveRegionConfig = __esmMin((() => {
|
|
3499
3449
|
init_checkRegion();
|
|
@@ -3518,25 +3468,25 @@ var init_resolveRegionConfig = __esmMin((() => {
|
|
|
3518
3468
|
};
|
|
3519
3469
|
}));
|
|
3520
3470
|
//#endregion
|
|
3521
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3471
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/getHostnameFromVariants.js
|
|
3522
3472
|
var getHostnameFromVariants;
|
|
3523
3473
|
var init_getHostnameFromVariants = __esmMin((() => {
|
|
3524
3474
|
getHostnameFromVariants = (variants = [], { useFipsEndpoint, useDualstackEndpoint }) => variants.find(({ tags }) => useFipsEndpoint === tags.includes("fips") && useDualstackEndpoint === tags.includes("dualstack"))?.hostname;
|
|
3525
3475
|
}));
|
|
3526
3476
|
//#endregion
|
|
3527
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3477
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/getResolvedHostname.js
|
|
3528
3478
|
var getResolvedHostname;
|
|
3529
3479
|
var init_getResolvedHostname = __esmMin((() => {
|
|
3530
3480
|
getResolvedHostname = (resolvedRegion, { regionHostname, partitionHostname }) => regionHostname ? regionHostname : partitionHostname ? partitionHostname.replace("{region}", resolvedRegion) : void 0;
|
|
3531
3481
|
}));
|
|
3532
3482
|
//#endregion
|
|
3533
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3483
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/getResolvedPartition.js
|
|
3534
3484
|
var getResolvedPartition;
|
|
3535
3485
|
var init_getResolvedPartition = __esmMin((() => {
|
|
3536
3486
|
getResolvedPartition = (region, { partitionHash }) => Object.keys(partitionHash || {}).find((key) => partitionHash[key].regions.includes(region)) ?? "aws";
|
|
3537
3487
|
}));
|
|
3538
3488
|
//#endregion
|
|
3539
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3489
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/getResolvedSigningRegion.js
|
|
3540
3490
|
var getResolvedSigningRegion;
|
|
3541
3491
|
var init_getResolvedSigningRegion = __esmMin((() => {
|
|
3542
3492
|
getResolvedSigningRegion = (hostname, { signingRegion, regionRegex, useFipsEndpoint }) => {
|
|
@@ -3549,7 +3499,7 @@ var init_getResolvedSigningRegion = __esmMin((() => {
|
|
|
3549
3499
|
};
|
|
3550
3500
|
}));
|
|
3551
3501
|
//#endregion
|
|
3552
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3502
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/getRegionInfo.js
|
|
3553
3503
|
var getRegionInfo;
|
|
3554
3504
|
var init_getRegionInfo = __esmMin((() => {
|
|
3555
3505
|
init_getHostnameFromVariants();
|
|
@@ -3585,7 +3535,7 @@ var init_getRegionInfo = __esmMin((() => {
|
|
|
3585
3535
|
};
|
|
3586
3536
|
}));
|
|
3587
3537
|
//#endregion
|
|
3588
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3538
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/defaultsModeConfig.js
|
|
3589
3539
|
var AWS_DEFAULTS_MODE_ENV, AWS_DEFAULTS_MODE_CONFIG, NODE_DEFAULTS_MODE_CONFIG_OPTIONS;
|
|
3590
3540
|
var init_defaultsModeConfig = __esmMin((() => {
|
|
3591
3541
|
AWS_DEFAULTS_MODE_ENV = "AWS_DEFAULTS_MODE";
|
|
@@ -3601,7 +3551,7 @@ var init_defaultsModeConfig = __esmMin((() => {
|
|
|
3601
3551
|
};
|
|
3602
3552
|
}));
|
|
3603
3553
|
//#endregion
|
|
3604
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3554
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.js
|
|
3605
3555
|
var resolveDefaultsModeConfig, resolveNodeDefaultsModeAuto, inferPhysicalRegion;
|
|
3606
3556
|
var init_resolveDefaultsModeConfig = __esmMin((() => {
|
|
3607
3557
|
init_config$1();
|
|
@@ -3639,7 +3589,7 @@ var init_resolveDefaultsModeConfig = __esmMin((() => {
|
|
|
3639
3589
|
};
|
|
3640
3590
|
}));
|
|
3641
3591
|
//#endregion
|
|
3642
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3592
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/config/index.js
|
|
3643
3593
|
var config_exports = /* @__PURE__ */ __exportAll({
|
|
3644
3594
|
CONFIG_PREFIX_SEPARATOR: () => ".",
|
|
3645
3595
|
CONFIG_USE_DUALSTACK_ENDPOINT: () => CONFIG_USE_DUALSTACK_ENDPOINT,
|
|
@@ -3716,7 +3666,7 @@ var init_config = __esmMin((() => {
|
|
|
3716
3666
|
init_resolveDefaultsModeConfig();
|
|
3717
3667
|
}));
|
|
3718
3668
|
//#endregion
|
|
3719
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3669
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.js
|
|
3720
3670
|
var ENV_ENDPOINT_URL, CONFIG_ENDPOINT_URL, getEndpointUrlConfig;
|
|
3721
3671
|
var init_getEndpointUrlConfig = __esmMin((() => {
|
|
3722
3672
|
init_config();
|
|
@@ -3744,7 +3694,7 @@ var init_getEndpointUrlConfig = __esmMin((() => {
|
|
|
3744
3694
|
});
|
|
3745
3695
|
}));
|
|
3746
3696
|
//#endregion
|
|
3747
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3697
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getIgnoreConfiguredEndpointUrls.js
|
|
3748
3698
|
var ENV_IGNORE_CONFIGURED_ENDPOINT_URLS, CONFIG_IGNORE_CONFIGURED_ENDPOINT_URLS, ignoreConfiguredEndpointUrlsConfigSelectors;
|
|
3749
3699
|
var init_getIgnoreConfiguredEndpointUrls = __esmMin((() => {
|
|
3750
3700
|
init_config();
|
|
@@ -3757,7 +3707,7 @@ var init_getIgnoreConfiguredEndpointUrls = __esmMin((() => {
|
|
|
3757
3707
|
};
|
|
3758
3708
|
}));
|
|
3759
3709
|
//#endregion
|
|
3760
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3710
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.js
|
|
3761
3711
|
var getEndpointFromConfig;
|
|
3762
3712
|
var init_getEndpointFromConfig = __esmMin((() => {
|
|
3763
3713
|
init_config();
|
|
@@ -3769,7 +3719,7 @@ var init_getEndpointFromConfig = __esmMin((() => {
|
|
|
3769
3719
|
};
|
|
3770
3720
|
}));
|
|
3771
3721
|
//#endregion
|
|
3772
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3722
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/service-customizations/s3.js
|
|
3773
3723
|
var resolveParamsForS3, DOMAIN_PATTERN, IP_ADDRESS_PATTERN, DOTS_PATTERN, isDnsCompatibleBucketName, isArnBucketName;
|
|
3774
3724
|
var init_s3 = __esmMin((() => {
|
|
3775
3725
|
resolveParamsForS3 = async (endpointParams) => {
|
|
@@ -3797,12 +3747,12 @@ var init_s3 = __esmMin((() => {
|
|
|
3797
3747
|
};
|
|
3798
3748
|
}));
|
|
3799
3749
|
//#endregion
|
|
3800
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3750
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/service-customizations/index.js
|
|
3801
3751
|
var init_service_customizations = __esmMin((() => {
|
|
3802
3752
|
init_s3();
|
|
3803
3753
|
}));
|
|
3804
3754
|
//#endregion
|
|
3805
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3755
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/createConfigValueProvider.js
|
|
3806
3756
|
var createConfigValueProvider;
|
|
3807
3757
|
var init_createConfigValueProvider = __esmMin((() => {
|
|
3808
3758
|
createConfigValueProvider = (configKey, canonicalEndpointParamKey, config, isClientContextParam = false) => {
|
|
@@ -3837,12 +3787,12 @@ var init_createConfigValueProvider = __esmMin((() => {
|
|
|
3837
3787
|
};
|
|
3838
3788
|
}));
|
|
3839
3789
|
//#endregion
|
|
3840
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3790
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.js
|
|
3841
3791
|
var init_toEndpointV1 = __esmMin((() => {
|
|
3842
3792
|
init_transport();
|
|
3843
3793
|
}));
|
|
3844
3794
|
//#endregion
|
|
3845
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3795
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.js
|
|
3846
3796
|
function bindGetEndpointFromInstructions(getEndpointFromConfig) {
|
|
3847
3797
|
return async (commandInput, instructionsSupplier, clientConfig, context) => {
|
|
3848
3798
|
if (!clientConfig.isCustomEndpoint && !clientConfig.ignoreConfiguredEndpointUrls) {
|
|
@@ -3898,7 +3848,7 @@ var init_getEndpointFromInstructions = __esmMin((() => {
|
|
|
3898
3848
|
};
|
|
3899
3849
|
}));
|
|
3900
3850
|
//#endregion
|
|
3901
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3851
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/endpointMiddleware.js
|
|
3902
3852
|
function setFeature(context, feature, value) {
|
|
3903
3853
|
if (!context.__smithy_context) context.__smithy_context = { features: {} };
|
|
3904
3854
|
else if (!context.__smithy_context.features) context.__smithy_context.features = {};
|
|
@@ -3936,7 +3886,7 @@ var init_endpointMiddleware = __esmMin((() => {
|
|
|
3936
3886
|
init_getEndpointFromInstructions();
|
|
3937
3887
|
}));
|
|
3938
3888
|
//#endregion
|
|
3939
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3889
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/getEndpointPlugin.js
|
|
3940
3890
|
function bindGetEndpointPlugin(getEndpointFromConfig) {
|
|
3941
3891
|
const endpointMiddleware = bindEndpointMiddleware(getEndpointFromConfig);
|
|
3942
3892
|
return (config, instructions) => ({ applyToStack: (clientStack) => {
|
|
@@ -3969,7 +3919,7 @@ var init_getEndpointPlugin = __esmMin((() => {
|
|
|
3969
3919
|
};
|
|
3970
3920
|
}));
|
|
3971
3921
|
//#endregion
|
|
3972
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3922
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.js
|
|
3973
3923
|
function bindResolveEndpointConfig(getEndpointFromConfig) {
|
|
3974
3924
|
return (input) => {
|
|
3975
3925
|
const tls = input.tls ?? true;
|
|
@@ -3995,7 +3945,7 @@ var init_resolveEndpointConfig = __esmMin((() => {
|
|
|
3995
3945
|
init_toEndpointV1();
|
|
3996
3946
|
}));
|
|
3997
3947
|
//#endregion
|
|
3998
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3948
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/bdd/BinaryDecisionDiagram.js
|
|
3999
3949
|
var BinaryDecisionDiagram;
|
|
4000
3950
|
var init_BinaryDecisionDiagram = __esmMin((() => {
|
|
4001
3951
|
BinaryDecisionDiagram = class BinaryDecisionDiagram {
|
|
@@ -4015,7 +3965,7 @@ var init_BinaryDecisionDiagram = __esmMin((() => {
|
|
|
4015
3965
|
};
|
|
4016
3966
|
}));
|
|
4017
3967
|
//#endregion
|
|
4018
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
3968
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/cache/EndpointCache.js
|
|
4019
3969
|
var EndpointCache;
|
|
4020
3970
|
var init_EndpointCache = __esmMin((() => {
|
|
4021
3971
|
EndpointCache = class {
|
|
@@ -4060,7 +4010,7 @@ var init_EndpointCache = __esmMin((() => {
|
|
|
4060
4010
|
};
|
|
4061
4011
|
}));
|
|
4062
4012
|
//#endregion
|
|
4063
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4013
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/types/EndpointError.js
|
|
4064
4014
|
var EndpointError;
|
|
4065
4015
|
var init_EndpointError = __esmMin((() => {
|
|
4066
4016
|
EndpointError = class extends Error {
|
|
@@ -4071,18 +4021,18 @@ var init_EndpointError = __esmMin((() => {
|
|
|
4071
4021
|
};
|
|
4072
4022
|
}));
|
|
4073
4023
|
//#endregion
|
|
4074
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4024
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/types/index.js
|
|
4075
4025
|
var init_types = __esmMin((() => {
|
|
4076
4026
|
init_EndpointError();
|
|
4077
4027
|
}));
|
|
4078
4028
|
//#endregion
|
|
4079
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4029
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/debug/debugId.js
|
|
4080
4030
|
var debugId;
|
|
4081
4031
|
var init_debugId = __esmMin((() => {
|
|
4082
4032
|
debugId = "endpoints";
|
|
4083
4033
|
}));
|
|
4084
4034
|
//#endregion
|
|
4085
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4035
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/debug/toDebugString.js
|
|
4086
4036
|
function toDebugString(input) {
|
|
4087
4037
|
if (typeof input !== "object" || input == null) return input;
|
|
4088
4038
|
if ("ref" in input) return `$${toDebugString(input.ref)}`;
|
|
@@ -4091,31 +4041,31 @@ function toDebugString(input) {
|
|
|
4091
4041
|
}
|
|
4092
4042
|
var init_toDebugString = __esmMin((() => {}));
|
|
4093
4043
|
//#endregion
|
|
4094
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4044
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/debug/index.js
|
|
4095
4045
|
var init_debug = __esmMin((() => {
|
|
4096
4046
|
init_debugId();
|
|
4097
4047
|
init_toDebugString();
|
|
4098
4048
|
}));
|
|
4099
4049
|
//#endregion
|
|
4100
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4050
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/customEndpointFunctions.js
|
|
4101
4051
|
var customEndpointFunctions;
|
|
4102
4052
|
var init_customEndpointFunctions = __esmMin((() => {
|
|
4103
4053
|
customEndpointFunctions = {};
|
|
4104
4054
|
}));
|
|
4105
4055
|
//#endregion
|
|
4106
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4056
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/booleanEquals.js
|
|
4107
4057
|
var booleanEquals;
|
|
4108
4058
|
var init_booleanEquals = __esmMin((() => {
|
|
4109
4059
|
booleanEquals = (value1, value2) => value1 === value2;
|
|
4110
4060
|
}));
|
|
4111
4061
|
//#endregion
|
|
4112
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4062
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/coalesce.js
|
|
4113
4063
|
function coalesce(...args) {
|
|
4114
4064
|
for (const arg of args) if (arg != null) return arg;
|
|
4115
4065
|
}
|
|
4116
4066
|
var init_coalesce = __esmMin((() => {}));
|
|
4117
4067
|
//#endregion
|
|
4118
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4068
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/getAttrPathList.js
|
|
4119
4069
|
var getAttrPathList;
|
|
4120
4070
|
var init_getAttrPathList = __esmMin((() => {
|
|
4121
4071
|
init_types();
|
|
@@ -4136,7 +4086,7 @@ var init_getAttrPathList = __esmMin((() => {
|
|
|
4136
4086
|
};
|
|
4137
4087
|
}));
|
|
4138
4088
|
//#endregion
|
|
4139
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4089
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/getAttr.js
|
|
4140
4090
|
var getAttr;
|
|
4141
4091
|
var init_getAttr = __esmMin((() => {
|
|
4142
4092
|
init_types();
|
|
@@ -4151,32 +4101,32 @@ var init_getAttr = __esmMin((() => {
|
|
|
4151
4101
|
}, value);
|
|
4152
4102
|
}));
|
|
4153
4103
|
//#endregion
|
|
4154
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4104
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/isSet.js
|
|
4155
4105
|
var isSet;
|
|
4156
4106
|
var init_isSet = __esmMin((() => {
|
|
4157
4107
|
isSet = (value) => value != null;
|
|
4158
4108
|
}));
|
|
4159
4109
|
//#endregion
|
|
4160
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4110
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/ite.js
|
|
4161
4111
|
function ite(condition, trueValue, falseValue) {
|
|
4162
4112
|
return condition ? trueValue : falseValue;
|
|
4163
4113
|
}
|
|
4164
4114
|
var init_ite = __esmMin((() => {}));
|
|
4165
4115
|
//#endregion
|
|
4166
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4116
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/not.js
|
|
4167
4117
|
var not;
|
|
4168
4118
|
var init_not = __esmMin((() => {
|
|
4169
4119
|
not = (value) => !value;
|
|
4170
4120
|
}));
|
|
4171
4121
|
//#endregion
|
|
4172
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4122
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/isIpAddress.js
|
|
4173
4123
|
var IP_V4_REGEX, isIpAddress;
|
|
4174
4124
|
var init_isIpAddress = __esmMin((() => {
|
|
4175
4125
|
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}$`);
|
|
4176
4126
|
isIpAddress = (value) => IP_V4_REGEX.test(value) || value.startsWith("[") && value.endsWith("]");
|
|
4177
4127
|
}));
|
|
4178
4128
|
//#endregion
|
|
4179
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4129
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/parseURL.js
|
|
4180
4130
|
var import_dist_cjs, DEFAULT_PORTS, parseURL;
|
|
4181
4131
|
var init_parseURL = __esmMin((() => {
|
|
4182
4132
|
import_dist_cjs = require_dist_cjs();
|
|
@@ -4220,7 +4170,7 @@ var init_parseURL = __esmMin((() => {
|
|
|
4220
4170
|
};
|
|
4221
4171
|
}));
|
|
4222
4172
|
//#endregion
|
|
4223
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4173
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/split.js
|
|
4224
4174
|
function split(value, delimiter, limit) {
|
|
4225
4175
|
if (limit === 1) return [value];
|
|
4226
4176
|
if (value === "") return [""];
|
|
@@ -4230,13 +4180,13 @@ function split(value, delimiter, limit) {
|
|
|
4230
4180
|
}
|
|
4231
4181
|
var init_split = __esmMin((() => {}));
|
|
4232
4182
|
//#endregion
|
|
4233
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4183
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/stringEquals.js
|
|
4234
4184
|
var stringEquals;
|
|
4235
4185
|
var init_stringEquals = __esmMin((() => {
|
|
4236
4186
|
stringEquals = (value1, value2) => value1 === value2;
|
|
4237
4187
|
}));
|
|
4238
4188
|
//#endregion
|
|
4239
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4189
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/substring.js
|
|
4240
4190
|
var substring;
|
|
4241
4191
|
var init_substring = __esmMin((() => {
|
|
4242
4192
|
substring = (input, start, stop, reverse) => {
|
|
@@ -4246,13 +4196,13 @@ var init_substring = __esmMin((() => {
|
|
|
4246
4196
|
};
|
|
4247
4197
|
}));
|
|
4248
4198
|
//#endregion
|
|
4249
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4199
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/uriEncode.js
|
|
4250
4200
|
var uriEncode;
|
|
4251
4201
|
var init_uriEncode = __esmMin((() => {
|
|
4252
4202
|
uriEncode = (value) => encodeURIComponent(value).replace(/[!*'()]/g, (c) => `%${c.charCodeAt(0).toString(16).toUpperCase()}`);
|
|
4253
4203
|
}));
|
|
4254
4204
|
//#endregion
|
|
4255
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4205
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/index.js
|
|
4256
4206
|
var init_lib = __esmMin((() => {
|
|
4257
4207
|
init_booleanEquals();
|
|
4258
4208
|
init_coalesce();
|
|
@@ -4268,7 +4218,7 @@ var init_lib = __esmMin((() => {
|
|
|
4268
4218
|
init_uriEncode();
|
|
4269
4219
|
}));
|
|
4270
4220
|
//#endregion
|
|
4271
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4221
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/endpointFunctions.js
|
|
4272
4222
|
var endpointFunctions;
|
|
4273
4223
|
var init_endpointFunctions = __esmMin((() => {
|
|
4274
4224
|
init_lib();
|
|
@@ -4288,7 +4238,7 @@ var init_endpointFunctions = __esmMin((() => {
|
|
|
4288
4238
|
};
|
|
4289
4239
|
}));
|
|
4290
4240
|
//#endregion
|
|
4291
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4241
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateTemplate.js
|
|
4292
4242
|
var evaluateTemplate;
|
|
4293
4243
|
var init_evaluateTemplate = __esmMin((() => {
|
|
4294
4244
|
init_lib();
|
|
@@ -4323,7 +4273,7 @@ var init_evaluateTemplate = __esmMin((() => {
|
|
|
4323
4273
|
};
|
|
4324
4274
|
}));
|
|
4325
4275
|
//#endregion
|
|
4326
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4276
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getReferenceValue.js
|
|
4327
4277
|
var getReferenceValue;
|
|
4328
4278
|
var init_getReferenceValue = __esmMin((() => {
|
|
4329
4279
|
getReferenceValue = ({ ref }, options) => {
|
|
@@ -4331,7 +4281,7 @@ var init_getReferenceValue = __esmMin((() => {
|
|
|
4331
4281
|
};
|
|
4332
4282
|
}));
|
|
4333
4283
|
//#endregion
|
|
4334
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4284
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateExpression.js
|
|
4335
4285
|
var evaluateExpression, callFunction, group$2;
|
|
4336
4286
|
var init_evaluateExpression = __esmMin((() => {
|
|
4337
4287
|
init_types();
|
|
@@ -4367,12 +4317,12 @@ var init_evaluateExpression = __esmMin((() => {
|
|
|
4367
4317
|
};
|
|
4368
4318
|
}));
|
|
4369
4319
|
//#endregion
|
|
4370
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4320
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/callFunction.js
|
|
4371
4321
|
var init_callFunction = __esmMin((() => {
|
|
4372
4322
|
init_evaluateExpression();
|
|
4373
4323
|
}));
|
|
4374
4324
|
//#endregion
|
|
4375
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4325
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateCondition.js
|
|
4376
4326
|
var evaluateCondition;
|
|
4377
4327
|
var init_evaluateCondition = __esmMin((() => {
|
|
4378
4328
|
init_debug();
|
|
@@ -4395,7 +4345,7 @@ var init_evaluateCondition = __esmMin((() => {
|
|
|
4395
4345
|
};
|
|
4396
4346
|
}));
|
|
4397
4347
|
//#endregion
|
|
4398
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4348
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getEndpointHeaders.js
|
|
4399
4349
|
var getEndpointHeaders;
|
|
4400
4350
|
var init_getEndpointHeaders = __esmMin((() => {
|
|
4401
4351
|
init_types();
|
|
@@ -4410,7 +4360,7 @@ var init_getEndpointHeaders = __esmMin((() => {
|
|
|
4410
4360
|
}, {});
|
|
4411
4361
|
}));
|
|
4412
4362
|
//#endregion
|
|
4413
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4363
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getEndpointProperties.js
|
|
4414
4364
|
var getEndpointProperties, getEndpointProperty, group$1;
|
|
4415
4365
|
var init_getEndpointProperties = __esmMin((() => {
|
|
4416
4366
|
init_types();
|
|
@@ -4436,7 +4386,7 @@ var init_getEndpointProperties = __esmMin((() => {
|
|
|
4436
4386
|
};
|
|
4437
4387
|
}));
|
|
4438
4388
|
//#endregion
|
|
4439
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4389
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getEndpointUrl.js
|
|
4440
4390
|
var getEndpointUrl;
|
|
4441
4391
|
var init_getEndpointUrl = __esmMin((() => {
|
|
4442
4392
|
init_types();
|
|
@@ -4453,7 +4403,7 @@ var init_getEndpointUrl = __esmMin((() => {
|
|
|
4453
4403
|
};
|
|
4454
4404
|
}));
|
|
4455
4405
|
//#endregion
|
|
4456
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4406
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/decideEndpoint.js
|
|
4457
4407
|
var RESULT, decideEndpoint;
|
|
4458
4408
|
var init_decideEndpoint = __esmMin((() => {
|
|
4459
4409
|
init_types();
|
|
@@ -4508,7 +4458,7 @@ var init_decideEndpoint = __esmMin((() => {
|
|
|
4508
4458
|
};
|
|
4509
4459
|
}));
|
|
4510
4460
|
//#endregion
|
|
4511
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4461
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateConditions.js
|
|
4512
4462
|
var evaluateConditions;
|
|
4513
4463
|
var init_evaluateConditions = __esmMin((() => {
|
|
4514
4464
|
init_debug();
|
|
@@ -4538,7 +4488,7 @@ var init_evaluateConditions = __esmMin((() => {
|
|
|
4538
4488
|
};
|
|
4539
4489
|
}));
|
|
4540
4490
|
//#endregion
|
|
4541
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4491
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateEndpointRule.js
|
|
4542
4492
|
var evaluateEndpointRule;
|
|
4543
4493
|
var init_evaluateEndpointRule = __esmMin((() => {
|
|
4544
4494
|
init_debug();
|
|
@@ -4566,7 +4516,7 @@ var init_evaluateEndpointRule = __esmMin((() => {
|
|
|
4566
4516
|
};
|
|
4567
4517
|
}));
|
|
4568
4518
|
//#endregion
|
|
4569
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4519
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateErrorRule.js
|
|
4570
4520
|
var evaluateErrorRule;
|
|
4571
4521
|
var init_evaluateErrorRule = __esmMin((() => {
|
|
4572
4522
|
init_types();
|
|
@@ -4587,7 +4537,7 @@ var init_evaluateErrorRule = __esmMin((() => {
|
|
|
4587
4537
|
};
|
|
4588
4538
|
}));
|
|
4589
4539
|
//#endregion
|
|
4590
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4540
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateRules.js
|
|
4591
4541
|
var evaluateRules, evaluateTreeRule, group;
|
|
4592
4542
|
var init_evaluateRules = __esmMin((() => {
|
|
4593
4543
|
init_types();
|
|
@@ -4624,13 +4574,13 @@ var init_evaluateRules = __esmMin((() => {
|
|
|
4624
4574
|
};
|
|
4625
4575
|
}));
|
|
4626
4576
|
//#endregion
|
|
4627
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4577
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/index.js
|
|
4628
4578
|
var init_utils = __esmMin((() => {
|
|
4629
4579
|
init_customEndpointFunctions();
|
|
4630
4580
|
init_evaluateRules();
|
|
4631
4581
|
}));
|
|
4632
4582
|
//#endregion
|
|
4633
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4583
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/resolveEndpoint.js
|
|
4634
4584
|
var resolveEndpoint;
|
|
4635
4585
|
var init_resolveEndpoint = __esmMin((() => {
|
|
4636
4586
|
init_transport();
|
|
@@ -4661,7 +4611,7 @@ var init_resolveEndpoint = __esmMin((() => {
|
|
|
4661
4611
|
};
|
|
4662
4612
|
}));
|
|
4663
4613
|
//#endregion
|
|
4664
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4614
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/resolveEndpointRequiredConfig.js
|
|
4665
4615
|
var resolveEndpointRequiredConfig;
|
|
4666
4616
|
var init_resolveEndpointRequiredConfig = __esmMin((() => {
|
|
4667
4617
|
resolveEndpointRequiredConfig = (input) => {
|
|
@@ -4673,7 +4623,7 @@ var init_resolveEndpointRequiredConfig = __esmMin((() => {
|
|
|
4673
4623
|
};
|
|
4674
4624
|
}));
|
|
4675
4625
|
//#endregion
|
|
4676
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4626
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js
|
|
4677
4627
|
var endpoints_exports = /* @__PURE__ */ __exportAll({
|
|
4678
4628
|
BinaryDecisionDiagram: () => BinaryDecisionDiagram,
|
|
4679
4629
|
EndpointCache: () => EndpointCache,
|
|
@@ -4716,7 +4666,7 @@ var init_endpoints = __esmMin((() => {
|
|
|
4716
4666
|
getEndpointPlugin = bindGetEndpointPlugin(getEndpointFromConfig);
|
|
4717
4667
|
}));
|
|
4718
4668
|
//#endregion
|
|
4719
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4669
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/serializerMiddleware.js
|
|
4720
4670
|
var serializerMiddleware;
|
|
4721
4671
|
var init_serializerMiddleware = __esmMin((() => {
|
|
4722
4672
|
init_endpoints();
|
|
@@ -4735,7 +4685,7 @@ var init_serializerMiddleware = __esmMin((() => {
|
|
|
4735
4685
|
};
|
|
4736
4686
|
}));
|
|
4737
4687
|
//#endregion
|
|
4738
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4688
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/serdePlugin.js
|
|
4739
4689
|
function getSerdePlugin(config, serializer, deserializer) {
|
|
4740
4690
|
return { applyToStack: (commandStack) => {
|
|
4741
4691
|
commandStack.add(deserializerMiddleware(config, deserializer), deserializerMiddlewareOption);
|
|
@@ -4760,7 +4710,7 @@ var init_serdePlugin = __esmMin((() => {
|
|
|
4760
4710
|
};
|
|
4761
4711
|
}));
|
|
4762
4712
|
//#endregion
|
|
4763
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4713
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/hash-node/hash-node.js
|
|
4764
4714
|
function castSourceData(toCast, encoding) {
|
|
4765
4715
|
if (Buffer.isBuffer(toCast)) return toCast;
|
|
4766
4716
|
if (typeof toCast === "string") return fromString(toCast, encoding);
|
|
@@ -4792,7 +4742,7 @@ var init_hash_node = __esmMin((() => {
|
|
|
4792
4742
|
};
|
|
4793
4743
|
}));
|
|
4794
4744
|
//#endregion
|
|
4795
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4745
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.js
|
|
4796
4746
|
var ChecksumStream$1;
|
|
4797
4747
|
var init_ChecksumStream = __esmMin((() => {
|
|
4798
4748
|
init_toBase64();
|
|
@@ -4861,7 +4811,7 @@ var init_ChecksumStream = __esmMin((() => {
|
|
|
4861
4811
|
};
|
|
4862
4812
|
}));
|
|
4863
4813
|
//#endregion
|
|
4864
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4814
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-type-check.js
|
|
4865
4815
|
var isReadableStream, isBlob;
|
|
4866
4816
|
var init_stream_type_check = __esmMin((() => {
|
|
4867
4817
|
isReadableStream = (stream) => typeof ReadableStream === "function" && (stream?.constructor?.name === ReadableStream.name || stream instanceof ReadableStream);
|
|
@@ -4870,7 +4820,7 @@ var init_stream_type_check = __esmMin((() => {
|
|
|
4870
4820
|
};
|
|
4871
4821
|
}));
|
|
4872
4822
|
//#endregion
|
|
4873
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4823
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/fromUtf8.browser.js
|
|
4874
4824
|
var fromUtf8;
|
|
4875
4825
|
var init_fromUtf8_browser = __esmMin((() => {
|
|
4876
4826
|
fromUtf8 = (input) => new TextEncoder().encode(input);
|
|
@@ -4884,7 +4834,7 @@ var init_constants_for_browser = __esmMin((() => {
|
|
|
4884
4834
|
alphabetByValue = chars.split("");
|
|
4885
4835
|
}));
|
|
4886
4836
|
//#endregion
|
|
4887
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4837
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/toBase64.browser.js
|
|
4888
4838
|
function toBase64(_input) {
|
|
4889
4839
|
let input;
|
|
4890
4840
|
if (typeof _input === "string") input = fromUtf8(_input);
|
|
@@ -4915,14 +4865,14 @@ var init_toBase64_browser = __esmMin((() => {
|
|
|
4915
4865
|
init_constants_for_browser();
|
|
4916
4866
|
}));
|
|
4917
4867
|
//#endregion
|
|
4918
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4868
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.browser.js
|
|
4919
4869
|
var ReadableStreamRef, ChecksumStream;
|
|
4920
4870
|
var init_ChecksumStream_browser = __esmMin((() => {
|
|
4921
4871
|
ReadableStreamRef = typeof ReadableStream === "function" ? ReadableStream : function() {};
|
|
4922
4872
|
ChecksumStream = class extends ReadableStreamRef {};
|
|
4923
4873
|
}));
|
|
4924
4874
|
//#endregion
|
|
4925
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4875
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/createChecksumStream.browser.js
|
|
4926
4876
|
var createChecksumStream$1;
|
|
4927
4877
|
var init_createChecksumStream_browser = __esmMin((() => {
|
|
4928
4878
|
init_toBase64_browser();
|
|
@@ -4954,7 +4904,7 @@ var init_createChecksumStream_browser = __esmMin((() => {
|
|
|
4954
4904
|
};
|
|
4955
4905
|
}));
|
|
4956
4906
|
//#endregion
|
|
4957
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4907
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/createChecksumStream.js
|
|
4958
4908
|
function createChecksumStream(init) {
|
|
4959
4909
|
if (typeof ReadableStream === "function" && isReadableStream(init.source)) return createChecksumStream$1(init);
|
|
4960
4910
|
return new ChecksumStream$1(init);
|
|
@@ -4965,7 +4915,7 @@ var init_createChecksumStream = __esmMin((() => {
|
|
|
4965
4915
|
init_createChecksumStream_browser();
|
|
4966
4916
|
}));
|
|
4967
4917
|
//#endregion
|
|
4968
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4918
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/ByteArrayCollector.js
|
|
4969
4919
|
var ByteArrayCollector;
|
|
4970
4920
|
var init_ByteArrayCollector = __esmMin((() => {
|
|
4971
4921
|
ByteArrayCollector = class {
|
|
@@ -5002,7 +4952,7 @@ var init_ByteArrayCollector = __esmMin((() => {
|
|
|
5002
4952
|
};
|
|
5003
4953
|
}));
|
|
5004
4954
|
//#endregion
|
|
5005
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
4955
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/createBufferedReadable.browser.js
|
|
5006
4956
|
function createBufferedReadableStream(upstream, size, logger) {
|
|
5007
4957
|
const reader = upstream.getReader();
|
|
5008
4958
|
let streamBufferingLoggedWarning = false;
|
|
@@ -5080,7 +5030,7 @@ var init_createBufferedReadable_browser = __esmMin((() => {
|
|
|
5080
5030
|
init_ByteArrayCollector();
|
|
5081
5031
|
}));
|
|
5082
5032
|
//#endregion
|
|
5083
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
5033
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/createBufferedReadable.js
|
|
5084
5034
|
function createBufferedReadable(upstream, size, logger) {
|
|
5085
5035
|
if (isReadableStream(upstream)) return createBufferedReadableStream(upstream, size, logger);
|
|
5086
5036
|
const downstream = new Readable({ read() {} });
|
|
@@ -5130,13 +5080,14 @@ var init_createBufferedReadable = __esmMin((() => {
|
|
|
5130
5080
|
init_stream_type_check();
|
|
5131
5081
|
}));
|
|
5132
5082
|
//#endregion
|
|
5133
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
5083
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/getAwsChunkedEncodingStream.browser.js
|
|
5134
5084
|
var getAwsChunkedEncodingStream$1;
|
|
5135
5085
|
var init_getAwsChunkedEncodingStream_browser = __esmMin((() => {
|
|
5136
5086
|
getAwsChunkedEncodingStream$1 = (readableStream, options) => {
|
|
5137
5087
|
const { base64Encoder, bodyLengthChecker, checksumAlgorithmFn, checksumLocationName, streamHasher } = options;
|
|
5138
5088
|
const checksumRequired = base64Encoder !== void 0 && bodyLengthChecker !== void 0 && checksumAlgorithmFn !== void 0 && checksumLocationName !== void 0 && streamHasher !== void 0;
|
|
5139
5089
|
const digest = checksumRequired ? streamHasher(checksumAlgorithmFn, readableStream) : void 0;
|
|
5090
|
+
Promise.resolve(digest).catch(() => {});
|
|
5140
5091
|
const reader = readableStream.getReader();
|
|
5141
5092
|
return new ReadableStream({ async pull(controller) {
|
|
5142
5093
|
const { value, done } = await reader.read();
|
|
@@ -5153,7 +5104,7 @@ var init_getAwsChunkedEncodingStream_browser = __esmMin((() => {
|
|
|
5153
5104
|
};
|
|
5154
5105
|
}));
|
|
5155
5106
|
//#endregion
|
|
5156
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
5107
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/getAwsChunkedEncodingStream.js
|
|
5157
5108
|
function getAwsChunkedEncodingStream(stream, options) {
|
|
5158
5109
|
const readable = stream;
|
|
5159
5110
|
const readableStream = stream;
|
|
@@ -5161,22 +5112,33 @@ function getAwsChunkedEncodingStream(stream, options) {
|
|
|
5161
5112
|
const { base64Encoder, bodyLengthChecker, checksumAlgorithmFn, checksumLocationName, streamHasher } = options;
|
|
5162
5113
|
const checksumRequired = base64Encoder !== void 0 && checksumAlgorithmFn !== void 0 && checksumLocationName !== void 0 && streamHasher !== void 0;
|
|
5163
5114
|
const digest = checksumRequired ? streamHasher(checksumAlgorithmFn, readable) : void 0;
|
|
5164
|
-
|
|
5115
|
+
Promise.resolve(digest).catch(() => {});
|
|
5116
|
+
const awsChunkedEncodingStream = new Readable({ read() {
|
|
5117
|
+
readable.resume();
|
|
5118
|
+
} });
|
|
5165
5119
|
readable.on("data", (data) => {
|
|
5166
5120
|
const length = bodyLengthChecker(data) || 0;
|
|
5167
5121
|
if (length === 0) return;
|
|
5168
5122
|
awsChunkedEncodingStream.push(`${length.toString(16)}\r\n`);
|
|
5169
5123
|
awsChunkedEncodingStream.push(data);
|
|
5170
|
-
awsChunkedEncodingStream.push("\r\n");
|
|
5124
|
+
if (!awsChunkedEncodingStream.push("\r\n")) readable.pause();
|
|
5125
|
+
});
|
|
5126
|
+
readable.on("error", (err) => {
|
|
5127
|
+
awsChunkedEncodingStream.destroy(err);
|
|
5171
5128
|
});
|
|
5129
|
+
readable.pause();
|
|
5172
5130
|
readable.on("end", async () => {
|
|
5173
|
-
|
|
5174
|
-
|
|
5175
|
-
|
|
5176
|
-
|
|
5177
|
-
|
|
5131
|
+
try {
|
|
5132
|
+
awsChunkedEncodingStream.push(`0\r\n`);
|
|
5133
|
+
if (checksumRequired) {
|
|
5134
|
+
const checksum = base64Encoder(await digest);
|
|
5135
|
+
awsChunkedEncodingStream.push(`${checksumLocationName}:${checksum}\r\n`);
|
|
5136
|
+
awsChunkedEncodingStream.push(`\r\n`);
|
|
5137
|
+
}
|
|
5138
|
+
awsChunkedEncodingStream.push(null);
|
|
5139
|
+
} catch (err) {
|
|
5140
|
+
awsChunkedEncodingStream.destroy(err);
|
|
5178
5141
|
}
|
|
5179
|
-
awsChunkedEncodingStream.push(null);
|
|
5180
5142
|
});
|
|
5181
5143
|
return awsChunkedEncodingStream;
|
|
5182
5144
|
}
|
|
@@ -5185,7 +5147,7 @@ var init_getAwsChunkedEncodingStream = __esmMin((() => {
|
|
|
5185
5147
|
init_stream_type_check();
|
|
5186
5148
|
}));
|
|
5187
5149
|
//#endregion
|
|
5188
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
5150
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/headStream.browser.js
|
|
5189
5151
|
async function headStream$1(stream, bytes) {
|
|
5190
5152
|
let byteLengthCounter = 0;
|
|
5191
5153
|
const chunks = [];
|
|
@@ -5214,7 +5176,7 @@ async function headStream$1(stream, bytes) {
|
|
|
5214
5176
|
}
|
|
5215
5177
|
var init_headStream_browser = __esmMin((() => {}));
|
|
5216
5178
|
//#endregion
|
|
5217
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
5179
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/headStream.js
|
|
5218
5180
|
var headStream, Collector$1;
|
|
5219
5181
|
var init_headStream = __esmMin((() => {
|
|
5220
5182
|
init_concatBytes();
|
|
@@ -5254,7 +5216,7 @@ var init_headStream = __esmMin((() => {
|
|
|
5254
5216
|
};
|
|
5255
5217
|
}));
|
|
5256
5218
|
//#endregion
|
|
5257
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
5219
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUtf8.browser.js
|
|
5258
5220
|
var toUtf8;
|
|
5259
5221
|
var init_toUtf8_browser = __esmMin((() => {
|
|
5260
5222
|
toUtf8 = (input) => {
|
|
@@ -5264,7 +5226,7 @@ var init_toUtf8_browser = __esmMin((() => {
|
|
|
5264
5226
|
};
|
|
5265
5227
|
}));
|
|
5266
5228
|
//#endregion
|
|
5267
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
5229
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.browser.js
|
|
5268
5230
|
async function collectBlob(blob) {
|
|
5269
5231
|
return blob.arrayBuffer().then((ab) => new Uint8Array(ab));
|
|
5270
5232
|
}
|
|
@@ -5292,7 +5254,7 @@ var init_stream_collector_browser = __esmMin((() => {
|
|
|
5292
5254
|
};
|
|
5293
5255
|
}));
|
|
5294
5256
|
//#endregion
|
|
5295
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
5257
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.browser.js
|
|
5296
5258
|
var ERR_MSG_STREAM_HAS_BEEN_TRANSFORMED$1, sdkStreamMixin$1, isBlobInstance;
|
|
5297
5259
|
var init_sdk_stream_mixin_browser = __esmMin((() => {
|
|
5298
5260
|
init_toBase64_browser();
|
|
@@ -5338,7 +5300,7 @@ var init_sdk_stream_mixin_browser = __esmMin((() => {
|
|
|
5338
5300
|
isBlobInstance = (stream) => typeof Blob === "function" && stream instanceof Blob;
|
|
5339
5301
|
}));
|
|
5340
5302
|
//#endregion
|
|
5341
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
5303
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.js
|
|
5342
5304
|
var streamCollector, Collector;
|
|
5343
5305
|
var init_stream_collector = __esmMin((() => {
|
|
5344
5306
|
init_concatBytes();
|
|
@@ -5370,7 +5332,7 @@ var init_stream_collector = __esmMin((() => {
|
|
|
5370
5332
|
};
|
|
5371
5333
|
}));
|
|
5372
5334
|
//#endregion
|
|
5373
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
5335
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.js
|
|
5374
5336
|
var ERR_MSG_STREAM_HAS_BEEN_TRANSFORMED, sdkStreamMixin;
|
|
5375
5337
|
var init_sdk_stream_mixin = __esmMin((() => {
|
|
5376
5338
|
init_buffer_from();
|
|
@@ -5408,14 +5370,14 @@ var init_sdk_stream_mixin = __esmMin((() => {
|
|
|
5408
5370
|
};
|
|
5409
5371
|
}));
|
|
5410
5372
|
//#endregion
|
|
5411
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
5373
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/splitStream.browser.js
|
|
5412
5374
|
async function splitStream$1(stream) {
|
|
5413
5375
|
if (typeof stream.stream === "function") stream = stream.stream();
|
|
5414
5376
|
return stream.tee();
|
|
5415
5377
|
}
|
|
5416
5378
|
var init_splitStream_browser = __esmMin((() => {}));
|
|
5417
5379
|
//#endregion
|
|
5418
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
5380
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/splitStream.js
|
|
5419
5381
|
async function splitStream(stream) {
|
|
5420
5382
|
if (isReadableStream(stream) || isBlob(stream)) return splitStream$1(stream);
|
|
5421
5383
|
const stream1 = new PassThrough();
|
|
@@ -5429,7 +5391,7 @@ var init_splitStream = __esmMin((() => {
|
|
|
5429
5391
|
init_stream_type_check();
|
|
5430
5392
|
}));
|
|
5431
5393
|
//#endregion
|
|
5432
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
5394
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/serde/index.js
|
|
5433
5395
|
var serde_exports = /* @__PURE__ */ __exportAll({
|
|
5434
5396
|
ChecksumStream: () => ChecksumStream$1,
|
|
5435
5397
|
Hash: () => Hash,
|
|
@@ -5548,7 +5510,7 @@ var init_serde = __esmMin((() => {
|
|
|
5548
5510
|
generateIdempotencyToken = v4;
|
|
5549
5511
|
}));
|
|
5550
5512
|
//#endregion
|
|
5551
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
5513
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/checksum/chunked-blob-reader/chunked-blob-reader.js
|
|
5552
5514
|
async function blobReader(blob, onChunk, chunkSize = 1048576) {
|
|
5553
5515
|
const size = blob.size;
|
|
5554
5516
|
let totalBytesRead = 0;
|
|
@@ -5560,7 +5522,7 @@ async function blobReader(blob, onChunk, chunkSize = 1048576) {
|
|
|
5560
5522
|
}
|
|
5561
5523
|
var init_chunked_blob_reader = __esmMin((() => {}));
|
|
5562
5524
|
//#endregion
|
|
5563
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
5525
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/checksum/hash-blob-browser/blobHasher.js
|
|
5564
5526
|
var blobHasher;
|
|
5565
5527
|
var init_blobHasher = __esmMin((() => {
|
|
5566
5528
|
init_chunked_blob_reader();
|
|
@@ -5573,7 +5535,7 @@ var init_blobHasher = __esmMin((() => {
|
|
|
5573
5535
|
};
|
|
5574
5536
|
}));
|
|
5575
5537
|
//#endregion
|
|
5576
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
5538
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/HashCalculator.js
|
|
5577
5539
|
var HashCalculator;
|
|
5578
5540
|
var init_HashCalculator = __esmMin((() => {
|
|
5579
5541
|
init_serde();
|
|
@@ -5594,7 +5556,7 @@ var init_HashCalculator = __esmMin((() => {
|
|
|
5594
5556
|
};
|
|
5595
5557
|
}));
|
|
5596
5558
|
//#endregion
|
|
5597
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
5559
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/fileStreamHasher.js
|
|
5598
5560
|
var fileStreamHasher, isReadStream;
|
|
5599
5561
|
var init_fileStreamHasher = __esmMin((() => {
|
|
5600
5562
|
init_HashCalculator();
|
|
@@ -5622,7 +5584,7 @@ var init_fileStreamHasher = __esmMin((() => {
|
|
|
5622
5584
|
isReadStream = (stream) => typeof stream.path === "string";
|
|
5623
5585
|
}));
|
|
5624
5586
|
//#endregion
|
|
5625
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
5587
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/readableStreamHasher.js
|
|
5626
5588
|
var readableStreamHasher;
|
|
5627
5589
|
var init_readableStreamHasher = __esmMin((() => {
|
|
5628
5590
|
init_HashCalculator();
|
|
@@ -5644,7 +5606,7 @@ var init_readableStreamHasher = __esmMin((() => {
|
|
|
5644
5606
|
};
|
|
5645
5607
|
}));
|
|
5646
5608
|
//#endregion
|
|
5647
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
5609
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/checksum/md5/Md5Js.js
|
|
5648
5610
|
function compress(state, block) {
|
|
5649
5611
|
let a = state[0], b = state[1], c = state[2], d = state[3];
|
|
5650
5612
|
for (let i = 0; i < 64; ++i) {
|
|
@@ -5737,7 +5699,7 @@ var init_Md5Js = __esmMin((() => {
|
|
|
5737
5699
|
T = Array.from({ length: 64 }, (_, i) => Math.abs(Math.sin(i + 1)) * 2 ** 32 >>> 0);
|
|
5738
5700
|
}));
|
|
5739
5701
|
//#endregion
|
|
5740
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
5702
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/checksum/md5/Md5Node.js
|
|
5741
5703
|
function buildNativeClass$2() {
|
|
5742
5704
|
return class Md5Node {
|
|
5743
5705
|
digestLength = 16;
|
|
@@ -5769,7 +5731,7 @@ var init_Md5Node = __esmMin((() => {
|
|
|
5769
5731
|
Md5Node = hasNativeCrypto$1 ? buildNativeClass$2() : Md5Js;
|
|
5770
5732
|
}));
|
|
5771
5733
|
//#endregion
|
|
5772
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
5734
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/checksum/crc32/Crc32Js.js
|
|
5773
5735
|
var CRC32_TABLE, ONES, Crc32Js;
|
|
5774
5736
|
var init_Crc32Js = __esmMin((() => {
|
|
5775
5737
|
CRC32_TABLE = /* @__PURE__ */ new Uint32Array(256);
|
|
@@ -5800,7 +5762,7 @@ var init_Crc32Js = __esmMin((() => {
|
|
|
5800
5762
|
};
|
|
5801
5763
|
}));
|
|
5802
5764
|
//#endregion
|
|
5803
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
5765
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/checksum/crc32/Crc32Node.js
|
|
5804
5766
|
function buildNativeClass$1(nativeCrc32) {
|
|
5805
5767
|
return class Crc32Node {
|
|
5806
5768
|
digestLength = 4;
|
|
@@ -5828,7 +5790,7 @@ var init_Crc32Node = __esmMin((() => {
|
|
|
5828
5790
|
Crc32Node = zlibCrc32 ? buildNativeClass$1(zlibCrc32) : Crc32Js;
|
|
5829
5791
|
}));
|
|
5830
5792
|
//#endregion
|
|
5831
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
5793
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256Js.js
|
|
5832
5794
|
var BLOCK, DIGEST_LENGTH, MAX_HASHABLE_LENGTH, Sha256Js, INIT, K;
|
|
5833
5795
|
var init_Sha256Js = __esmMin((() => {
|
|
5834
5796
|
init_serde();
|
|
@@ -6053,7 +6015,7 @@ var init_Sha256Js = __esmMin((() => {
|
|
|
6053
6015
|
]);
|
|
6054
6016
|
}));
|
|
6055
6017
|
//#endregion
|
|
6056
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
6018
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256Node.js
|
|
6057
6019
|
function buildNativeClass() {
|
|
6058
6020
|
return class Sha256Node {
|
|
6059
6021
|
digestLength = 32;
|
|
@@ -6106,7 +6068,7 @@ var init_Sha256Node = __esmMin((() => {
|
|
|
6106
6068
|
Sha256Node = hasNativeCrypto ? buildNativeClass() : Sha256Js;
|
|
6107
6069
|
}));
|
|
6108
6070
|
//#endregion
|
|
6109
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
6071
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256WebCrypto.js
|
|
6110
6072
|
var digest, sign, importKey, subtle, MAX_PENDING_BYTES, Sha256WebCrypto;
|
|
6111
6073
|
var init_Sha256WebCrypto = __esmMin((() => {
|
|
6112
6074
|
init_serde();
|
|
@@ -6171,7 +6133,7 @@ var init_Sha256WebCrypto = __esmMin((() => {
|
|
|
6171
6133
|
};
|
|
6172
6134
|
}));
|
|
6173
6135
|
//#endregion
|
|
6174
|
-
//#region ../../node_modules/.pnpm/@smithy+core@3.
|
|
6136
|
+
//#region ../../node_modules/.pnpm/@smithy+core@3.34.1/node_modules/@smithy/core/dist-es/submodules/checksum/index.js
|
|
6175
6137
|
var checksum_exports = /* @__PURE__ */ __exportAll({
|
|
6176
6138
|
Crc32: () => Crc32Node,
|
|
6177
6139
|
Crc32Js: () => Crc32Js,
|
|
@@ -6202,6 +6164,6 @@ var init_checksum = __esmMin((() => {
|
|
|
6202
6164
|
init_chunked_blob_reader();
|
|
6203
6165
|
}));
|
|
6204
6166
|
//#endregion
|
|
6205
|
-
export { booleanSelector as $, ServiceException as $t, BinaryDecisionDiagram as A, isValidHostLabel as An, init_toUtf8 as At, NODE_REGION_CONFIG_FILE_OPTIONS as B, init_client_command_builder as Bt, isIpAddress as C, init_parseQueryString as Cn, dateToUtcString as Ct, init_EndpointError as D, init_isValidHostname as Dn, parseRfc7231DateTime as Dt, EndpointError as E, normalizeProvider as En, parseRfc3339DateTimeWithOffset as Et, init_config as F, hasOwn as Fn, init_fromUtf8 as Ft, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS as G, init_get_value_from_text_node as Gt, REGION_ENV_NAME as H, NoOpLogger as Ht, init_resolveDefaultsModeConfig as I, init_hasOwn as In, fromBase64 as It, init_NodeUseDualstackEndpointConfigOptions as J, resolveDefaultRuntimeConfig as Jt, init_NodeUseFipsEndpointConfigOptions as K, getDefaultExtensionConfiguration as Kt, resolveDefaultsModeConfig as L, getSmithyContext as Ln, init_fromBase64 as Lt, init_getEndpointFromInstructions as M, init_httpResponse as Mn, init_toBase64 as Mt, resolveParams as N, HttpRequest as Nn, toBase64$1 as Nt, EndpointCache as O, isValidHostname as On, expectUnion as Ot, config_exports as P, init_httpRequest as Pn, fromUtf8$1 as Pt, init_types$1 as Q, loadConfigsForDefaultMode as Qt, init_resolveRegionConfig as R, init_getSmithyContext as Rn, client_exports as Rt, init_isIpAddress as S, parseUrl as Sn, init_lazy_json as St, init_customEndpointFunctions as T, init_normalizeProvider as Tn, parseEpochTimestamp as Tt, REGION_INI_NAME as U, init_NoOpLogger as Ut, NODE_REGION_CONFIG_OPTIONS as V, makeBuilder as Vt, init_config$1 as W, getValueFromTextNode as Wt, loadConfig as X, init_emitWarningIfUnsupportedVersion as Xt, init_configLoader as Y, emitWarningIfUnsupportedVersion as Yt, SelectorType as Z, init_defaults_mode as Zt, resolveEndpointConfig as _, init_deref as _n, _parseRfc7231DateTime as _t, Crc32Node as a, init_command as an, fromHex as at, decideEndpoint as b, init_transport as bn, quoteHeader as bt, generateIdempotencyToken as c, TypeRegistry as cn, NumericValue as ct, v4 as d, init_NormalizedSchema as dn, init_split_header as dt, decorateServiceException as en, init_booleanSelector as et, init_sdk_stream_mixin as f, init_translateTraits as fn, splitHeader as ft, init_endpoints as g, deref as gn, _parseRfc3339DateTimeWithOffset as gt, getEndpointPlugin as h, init_getSchemaSerdePlugin as hn, _parseEpochTimestamp as ht, init_Sha256Node as i, Command as in, init_calculateBodyLength as it, init_BinaryDecisionDiagram as j, HttpResponse as jn, toUtf8$1 as jt, init_EndpointCache as k, init_isValidHostLabel as kn, init_parse_utils as kt, init_serde as l, init_TypeRegistry as ln, init_NumericValue as lt, endpoints_exports as m, getSchemaSerdePlugin as mn, splitEvery as mt, init_checksum as n, createAggregatedClient as nn, init_ProviderError as nt, init_Crc32Node as o, init_schema as on, init_hex_encoding as ot, sdkStreamMixin as p, translateTraits as pn, init_split_every as pt, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS as q, init_defaultExtensionConfiguration as qt, Sha256Node as r, init_create_aggregated_client as rn, calculateBodyLength as rt, Uint8ArrayBlobAdapter as s, schema_exports as sn, toHex as st, checksum_exports as t, init_exceptions as tn, ProviderError as tt, serde_exports as u, NormalizedSchema as un, nv as ut, init_resolveEndpoint as v, Client as vn, init_schema_date_utils as vt, customEndpointFunctions as w, parseQueryString as wn, init_date_utils as wt, init_decideEndpoint as x, init_parseUrl as xn, LazyJsonString as xt, resolveEndpoint as y, init_client$1 as yn, init_quote_header as yt, resolveRegionConfig as z,
|
|
6167
|
+
export { booleanSelector as $, ServiceException as $t, BinaryDecisionDiagram as A, isValidHostLabel as An, init_toUtf8 as At, NODE_REGION_CONFIG_FILE_OPTIONS as B, init_client_command_builder as Bt, isIpAddress as C, init_parseQueryString as Cn, dateToUtcString as Ct, init_EndpointError as D, init_isValidHostname as Dn, parseRfc7231DateTime as Dt, EndpointError as E, normalizeProvider as En, parseRfc3339DateTimeWithOffset as Et, init_config as F, hasOwn as Fn, init_fromUtf8 as Ft, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS as G, init_get_value_from_text_node as Gt, REGION_ENV_NAME as H, NoOpLogger as Ht, init_resolveDefaultsModeConfig as I, init_hasOwn as In, fromBase64 as It, init_NodeUseDualstackEndpointConfigOptions as J, resolveDefaultRuntimeConfig as Jt, init_NodeUseFipsEndpointConfigOptions as K, getDefaultExtensionConfiguration as Kt, resolveDefaultsModeConfig as L, getSmithyContext as Ln, init_fromBase64 as Lt, init_getEndpointFromInstructions as M, init_httpResponse as Mn, init_toBase64 as Mt, resolveParams as N, HttpRequest as Nn, toBase64$1 as Nt, EndpointCache as O, isValidHostname as On, expectUnion as Ot, config_exports as P, init_httpRequest as Pn, fromUtf8$1 as Pt, init_types$1 as Q, loadConfigsForDefaultMode as Qt, init_resolveRegionConfig as R, init_getSmithyContext as Rn, client_exports as Rt, init_isIpAddress as S, parseUrl as Sn, init_lazy_json as St, init_customEndpointFunctions as T, init_normalizeProvider as Tn, parseEpochTimestamp as Tt, REGION_INI_NAME as U, init_NoOpLogger as Ut, NODE_REGION_CONFIG_OPTIONS as V, makeBuilder as Vt, init_config$1 as W, getValueFromTextNode as Wt, loadConfig as X, init_emitWarningIfUnsupportedVersion as Xt, init_configLoader as Y, emitWarningIfUnsupportedVersion as Yt, SelectorType as Z, init_defaults_mode as Zt, resolveEndpointConfig as _, init_deref as _n, _parseRfc7231DateTime as _t, Crc32Node as a, init_command as an, fromHex as at, decideEndpoint as b, init_transport as bn, quoteHeader as bt, generateIdempotencyToken as c, TypeRegistry as cn, NumericValue as ct, v4 as d, init_NormalizedSchema as dn, init_split_header as dt, decorateServiceException as en, init_booleanSelector as et, init_sdk_stream_mixin as f, init_translateTraits as fn, splitHeader as ft, init_endpoints as g, deref as gn, _parseRfc3339DateTimeWithOffset as gt, getEndpointPlugin as h, init_getSchemaSerdePlugin as hn, _parseEpochTimestamp as ht, init_Sha256Node as i, Command as in, init_calculateBodyLength as it, init_BinaryDecisionDiagram as j, HttpResponse as jn, toUtf8$1 as jt, init_EndpointCache as k, init_isValidHostLabel as kn, init_parse_utils as kt, init_serde as l, init_TypeRegistry as ln, init_NumericValue as lt, endpoints_exports as m, getSchemaSerdePlugin as mn, splitEvery as mt, init_checksum as n, createAggregatedClient as nn, init_ProviderError as nt, init_Crc32Node as o, init_schema as on, init_hex_encoding as ot, sdkStreamMixin as p, translateTraits as pn, init_split_every as pt, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS as q, init_defaultExtensionConfiguration as qt, Sha256Node as r, init_create_aggregated_client as rn, calculateBodyLength as rt, Uint8ArrayBlobAdapter as s, schema_exports as sn, toHex as st, checksum_exports as t, init_exceptions as tn, ProviderError as tt, serde_exports as u, NormalizedSchema as un, nv as ut, init_resolveEndpoint as v, Client as vn, init_schema_date_utils as vt, customEndpointFunctions as w, parseQueryString as wn, init_date_utils as wt, init_decideEndpoint as x, init_parseUrl as xn, LazyJsonString as xt, resolveEndpoint as y, init_client$1 as yn, init_quote_header as yt, resolveRegionConfig as z, init_client as zt };
|
|
6206
6168
|
|
|
6207
|
-
//# sourceMappingURL=checksum-
|
|
6169
|
+
//# sourceMappingURL=checksum-C8ib25dm.js.map
|