sst 2.45.0 → 2.45.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli/commands/deploy.js +5 -5
- package/cli/commands/remove.js +5 -5
- package/constructs/NextjsSite.js +6 -2
- package/constructs/util/compareSemver.d.ts +1 -0
- package/constructs/util/compareSemver.js +17 -0
- package/package.json +2 -2
- package/support/bootstrap-metadata-function/index.mjs +174 -182
- package/support/bridge/live-lambda.mjs +50 -50
- package/support/custom-resources/index.mjs +207 -194
- package/support/event-bus-retrier/index.mjs +39 -39
- package/support/job-manager/index.mjs +174 -182
|
@@ -40,9 +40,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
40
40
|
));
|
|
41
41
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
42
42
|
|
|
43
|
-
// ../../node_modules/.pnpm/@smithy+types@3.7.
|
|
43
|
+
// ../../node_modules/.pnpm/@smithy+types@3.7.2/node_modules/@smithy/types/dist-cjs/index.js
|
|
44
44
|
var require_dist_cjs = __commonJS({
|
|
45
|
-
"../../node_modules/.pnpm/@smithy+types@3.7.
|
|
45
|
+
"../../node_modules/.pnpm/@smithy+types@3.7.2/node_modules/@smithy/types/dist-cjs/index.js"(exports, module) {
|
|
46
46
|
var __defProp2 = Object.defineProperty;
|
|
47
47
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
48
48
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -160,9 +160,9 @@ var require_dist_cjs = __commonJS({
|
|
|
160
160
|
}
|
|
161
161
|
});
|
|
162
162
|
|
|
163
|
-
// ../../node_modules/.pnpm/@smithy+protocol-http@4.1.
|
|
163
|
+
// ../../node_modules/.pnpm/@smithy+protocol-http@4.1.8/node_modules/@smithy/protocol-http/dist-cjs/index.js
|
|
164
164
|
var require_dist_cjs2 = __commonJS({
|
|
165
|
-
"../../node_modules/.pnpm/@smithy+protocol-http@4.1.
|
|
165
|
+
"../../node_modules/.pnpm/@smithy+protocol-http@4.1.8/node_modules/@smithy/protocol-http/dist-cjs/index.js"(exports, module) {
|
|
166
166
|
var __defProp2 = Object.defineProperty;
|
|
167
167
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
168
168
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -602,18 +602,18 @@ var require_dist_cjs5 = __commonJS({
|
|
|
602
602
|
}
|
|
603
603
|
});
|
|
604
604
|
|
|
605
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
605
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/getSmithyContext.js
|
|
606
606
|
var import_types, getSmithyContext;
|
|
607
607
|
var init_getSmithyContext = __esm({
|
|
608
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
608
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/getSmithyContext.js"() {
|
|
609
609
|
import_types = __toESM(require_dist_cjs());
|
|
610
610
|
getSmithyContext = (context) => context[import_types.SMITHY_CONTEXT_KEY] || (context[import_types.SMITHY_CONTEXT_KEY] = {});
|
|
611
611
|
}
|
|
612
612
|
});
|
|
613
613
|
|
|
614
|
-
// ../../node_modules/.pnpm/@smithy+util-middleware@3.0.
|
|
614
|
+
// ../../node_modules/.pnpm/@smithy+util-middleware@3.0.11/node_modules/@smithy/util-middleware/dist-cjs/index.js
|
|
615
615
|
var require_dist_cjs6 = __commonJS({
|
|
616
|
-
"../../node_modules/.pnpm/@smithy+util-middleware@3.0.
|
|
616
|
+
"../../node_modules/.pnpm/@smithy+util-middleware@3.0.11/node_modules/@smithy/util-middleware/dist-cjs/index.js"(exports, module) {
|
|
617
617
|
var __defProp2 = Object.defineProperty;
|
|
618
618
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
619
619
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -649,7 +649,7 @@ var require_dist_cjs6 = __commonJS({
|
|
|
649
649
|
}
|
|
650
650
|
});
|
|
651
651
|
|
|
652
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
652
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js
|
|
653
653
|
function convertHttpAuthSchemesToMap(httpAuthSchemes) {
|
|
654
654
|
const map = /* @__PURE__ */ new Map();
|
|
655
655
|
for (const scheme of httpAuthSchemes) {
|
|
@@ -659,7 +659,7 @@ function convertHttpAuthSchemesToMap(httpAuthSchemes) {
|
|
|
659
659
|
}
|
|
660
660
|
var import_types2, import_util_middleware, httpAuthSchemeMiddleware;
|
|
661
661
|
var init_httpAuthSchemeMiddleware = __esm({
|
|
662
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
662
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js"() {
|
|
663
663
|
import_types2 = __toESM(require_dist_cjs());
|
|
664
664
|
import_util_middleware = __toESM(require_dist_cjs6());
|
|
665
665
|
httpAuthSchemeMiddleware = (config, mwOptions) => (next, context) => async (args) => {
|
|
@@ -696,10 +696,10 @@ var init_httpAuthSchemeMiddleware = __esm({
|
|
|
696
696
|
}
|
|
697
697
|
});
|
|
698
698
|
|
|
699
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
699
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js
|
|
700
700
|
var httpAuthSchemeEndpointRuleSetMiddlewareOptions, getHttpAuthSchemeEndpointRuleSetPlugin;
|
|
701
701
|
var init_getHttpAuthSchemeEndpointRuleSetPlugin = __esm({
|
|
702
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
702
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js"() {
|
|
703
703
|
init_httpAuthSchemeMiddleware();
|
|
704
704
|
httpAuthSchemeEndpointRuleSetMiddlewareOptions = {
|
|
705
705
|
step: "serialize",
|
|
@@ -720,9 +720,9 @@ var init_getHttpAuthSchemeEndpointRuleSetPlugin = __esm({
|
|
|
720
720
|
}
|
|
721
721
|
});
|
|
722
722
|
|
|
723
|
-
// ../../node_modules/.pnpm/@smithy+middleware-serde@3.0.
|
|
723
|
+
// ../../node_modules/.pnpm/@smithy+middleware-serde@3.0.11/node_modules/@smithy/middleware-serde/dist-cjs/index.js
|
|
724
724
|
var require_dist_cjs7 = __commonJS({
|
|
725
|
-
"../../node_modules/.pnpm/@smithy+middleware-serde@3.0.
|
|
725
|
+
"../../node_modules/.pnpm/@smithy+middleware-serde@3.0.11/node_modules/@smithy/middleware-serde/dist-cjs/index.js"(exports, module) {
|
|
726
726
|
var __defProp2 = Object.defineProperty;
|
|
727
727
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
728
728
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -810,10 +810,10 @@ var require_dist_cjs7 = __commonJS({
|
|
|
810
810
|
}
|
|
811
811
|
});
|
|
812
812
|
|
|
813
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
813
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js
|
|
814
814
|
var import_middleware_serde, httpAuthSchemeMiddlewareOptions, getHttpAuthSchemePlugin;
|
|
815
815
|
var init_getHttpAuthSchemePlugin = __esm({
|
|
816
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
816
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js"() {
|
|
817
817
|
import_middleware_serde = __toESM(require_dist_cjs7());
|
|
818
818
|
init_httpAuthSchemeMiddleware();
|
|
819
819
|
httpAuthSchemeMiddlewareOptions = {
|
|
@@ -835,19 +835,19 @@ var init_getHttpAuthSchemePlugin = __esm({
|
|
|
835
835
|
}
|
|
836
836
|
});
|
|
837
837
|
|
|
838
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
838
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js
|
|
839
839
|
var init_middleware_http_auth_scheme = __esm({
|
|
840
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
840
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js"() {
|
|
841
841
|
init_httpAuthSchemeMiddleware();
|
|
842
842
|
init_getHttpAuthSchemeEndpointRuleSetPlugin();
|
|
843
843
|
init_getHttpAuthSchemePlugin();
|
|
844
844
|
}
|
|
845
845
|
});
|
|
846
846
|
|
|
847
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
847
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js
|
|
848
848
|
var import_protocol_http, import_types3, import_util_middleware2, defaultErrorHandler, defaultSuccessHandler, httpSigningMiddleware;
|
|
849
849
|
var init_httpSigningMiddleware = __esm({
|
|
850
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
850
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js"() {
|
|
851
851
|
import_protocol_http = __toESM(require_dist_cjs2());
|
|
852
852
|
import_types3 = __toESM(require_dist_cjs());
|
|
853
853
|
import_util_middleware2 = __toESM(require_dist_cjs6());
|
|
@@ -876,10 +876,10 @@ var init_httpSigningMiddleware = __esm({
|
|
|
876
876
|
}
|
|
877
877
|
});
|
|
878
878
|
|
|
879
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
879
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js
|
|
880
880
|
var httpSigningMiddlewareOptions, getHttpSigningPlugin;
|
|
881
881
|
var init_getHttpSigningMiddleware = __esm({
|
|
882
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
882
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js"() {
|
|
883
883
|
init_httpSigningMiddleware();
|
|
884
884
|
httpSigningMiddlewareOptions = {
|
|
885
885
|
step: "finalizeRequest",
|
|
@@ -898,18 +898,18 @@ var init_getHttpSigningMiddleware = __esm({
|
|
|
898
898
|
}
|
|
899
899
|
});
|
|
900
900
|
|
|
901
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
901
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js
|
|
902
902
|
var init_middleware_http_signing = __esm({
|
|
903
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
903
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js"() {
|
|
904
904
|
init_httpSigningMiddleware();
|
|
905
905
|
init_getHttpSigningMiddleware();
|
|
906
906
|
}
|
|
907
907
|
});
|
|
908
908
|
|
|
909
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
909
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/normalizeProvider.js
|
|
910
910
|
var normalizeProvider;
|
|
911
911
|
var init_normalizeProvider = __esm({
|
|
912
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
912
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/normalizeProvider.js"() {
|
|
913
913
|
normalizeProvider = (input) => {
|
|
914
914
|
if (typeof input === "function")
|
|
915
915
|
return input;
|
|
@@ -919,7 +919,7 @@ var init_normalizeProvider = __esm({
|
|
|
919
919
|
}
|
|
920
920
|
});
|
|
921
921
|
|
|
922
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
922
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/pagination/createPaginator.js
|
|
923
923
|
function createPaginator(ClientCtor, CommandCtor, inputTokenName, outputTokenName, pageSizeTokenName) {
|
|
924
924
|
return async function* paginateOperation(config, input, ...additionalArguments) {
|
|
925
925
|
let token = config.startingToken || void 0;
|
|
@@ -945,7 +945,7 @@ function createPaginator(ClientCtor, CommandCtor, inputTokenName, outputTokenNam
|
|
|
945
945
|
}
|
|
946
946
|
var makePagedClientRequest, get;
|
|
947
947
|
var init_createPaginator = __esm({
|
|
948
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
948
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/pagination/createPaginator.js"() {
|
|
949
949
|
makePagedClientRequest = async (CommandCtor, client, input, ...args) => {
|
|
950
950
|
return await client.send(new CommandCtor(input), ...args);
|
|
951
951
|
};
|
|
@@ -1161,9 +1161,9 @@ var require_dist_cjs11 = __commonJS({
|
|
|
1161
1161
|
}
|
|
1162
1162
|
});
|
|
1163
1163
|
|
|
1164
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
1164
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js
|
|
1165
1165
|
var require_getAwsChunkedEncodingStream = __commonJS({
|
|
1166
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
1166
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js"(exports) {
|
|
1167
1167
|
"use strict";
|
|
1168
1168
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1169
1169
|
exports.getAwsChunkedEncodingStream = void 0;
|
|
@@ -1235,9 +1235,9 @@ var require_dist_cjs12 = __commonJS({
|
|
|
1235
1235
|
}
|
|
1236
1236
|
});
|
|
1237
1237
|
|
|
1238
|
-
// ../../node_modules/.pnpm/@smithy+querystring-builder@3.0.
|
|
1238
|
+
// ../../node_modules/.pnpm/@smithy+querystring-builder@3.0.11/node_modules/@smithy/querystring-builder/dist-cjs/index.js
|
|
1239
1239
|
var require_dist_cjs13 = __commonJS({
|
|
1240
|
-
"../../node_modules/.pnpm/@smithy+querystring-builder@3.0.
|
|
1240
|
+
"../../node_modules/.pnpm/@smithy+querystring-builder@3.0.11/node_modules/@smithy/querystring-builder/dist-cjs/index.js"(exports, module) {
|
|
1241
1241
|
var __defProp2 = Object.defineProperty;
|
|
1242
1242
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
1243
1243
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -1285,9 +1285,9 @@ var require_dist_cjs13 = __commonJS({
|
|
|
1285
1285
|
}
|
|
1286
1286
|
});
|
|
1287
1287
|
|
|
1288
|
-
// ../../node_modules/.pnpm/@smithy+node-http-handler@3.3.
|
|
1288
|
+
// ../../node_modules/.pnpm/@smithy+node-http-handler@3.3.2/node_modules/@smithy/node-http-handler/dist-cjs/index.js
|
|
1289
1289
|
var require_dist_cjs14 = __commonJS({
|
|
1290
|
-
"../../node_modules/.pnpm/@smithy+node-http-handler@3.3.
|
|
1290
|
+
"../../node_modules/.pnpm/@smithy+node-http-handler@3.3.2/node_modules/@smithy/node-http-handler/dist-cjs/index.js"(exports, module) {
|
|
1291
1291
|
var __create2 = Object.create;
|
|
1292
1292
|
var __defProp2 = Object.defineProperty;
|
|
1293
1293
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -1338,8 +1338,8 @@ var require_dist_cjs14 = __commonJS({
|
|
|
1338
1338
|
return transformedHeaders;
|
|
1339
1339
|
}, "getTransformedHeaders");
|
|
1340
1340
|
var timing = {
|
|
1341
|
-
setTimeout,
|
|
1342
|
-
clearTimeout
|
|
1341
|
+
setTimeout: (cb, ms) => setTimeout(cb, ms),
|
|
1342
|
+
clearTimeout: (timeoutId) => clearTimeout(timeoutId)
|
|
1343
1343
|
};
|
|
1344
1344
|
var DEFER_EVENT_LISTENER_TIME = 1e3;
|
|
1345
1345
|
var setConnectionTimeout = /* @__PURE__ */ __name((request, reject, timeoutInMs = 0) => {
|
|
@@ -1419,26 +1419,29 @@ var require_dist_cjs14 = __commonJS({
|
|
|
1419
1419
|
const headers = request.headers ?? {};
|
|
1420
1420
|
const expect = headers["Expect"] || headers["expect"];
|
|
1421
1421
|
let timeoutId = -1;
|
|
1422
|
-
let
|
|
1422
|
+
let sendBody = true;
|
|
1423
1423
|
if (expect === "100-continue") {
|
|
1424
|
-
await Promise.race([
|
|
1424
|
+
sendBody = await Promise.race([
|
|
1425
1425
|
new Promise((resolve) => {
|
|
1426
1426
|
timeoutId = Number(timing.setTimeout(resolve, Math.max(MIN_WAIT_TIME, maxContinueTimeoutMs)));
|
|
1427
1427
|
}),
|
|
1428
1428
|
new Promise((resolve) => {
|
|
1429
1429
|
httpRequest.on("continue", () => {
|
|
1430
1430
|
timing.clearTimeout(timeoutId);
|
|
1431
|
-
resolve();
|
|
1431
|
+
resolve(true);
|
|
1432
|
+
});
|
|
1433
|
+
httpRequest.on("response", () => {
|
|
1434
|
+
timing.clearTimeout(timeoutId);
|
|
1435
|
+
resolve(false);
|
|
1432
1436
|
});
|
|
1433
1437
|
httpRequest.on("error", () => {
|
|
1434
|
-
hasError = true;
|
|
1435
1438
|
timing.clearTimeout(timeoutId);
|
|
1436
|
-
resolve();
|
|
1439
|
+
resolve(false);
|
|
1437
1440
|
});
|
|
1438
1441
|
})
|
|
1439
1442
|
]);
|
|
1440
1443
|
}
|
|
1441
|
-
if (
|
|
1444
|
+
if (sendBody) {
|
|
1442
1445
|
writeBody(httpRequest, request.body);
|
|
1443
1446
|
}
|
|
1444
1447
|
}
|
|
@@ -2039,9 +2042,9 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
|
|
2039
2042
|
}
|
|
2040
2043
|
});
|
|
2041
2044
|
|
|
2042
|
-
// ../../node_modules/.pnpm/@smithy+fetch-http-handler@4.1.
|
|
2045
|
+
// ../../node_modules/.pnpm/@smithy+fetch-http-handler@4.1.2/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js
|
|
2043
2046
|
var require_dist_cjs15 = __commonJS({
|
|
2044
|
-
"../../node_modules/.pnpm/@smithy+fetch-http-handler@4.1.
|
|
2047
|
+
"../../node_modules/.pnpm/@smithy+fetch-http-handler@4.1.2/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js"(exports, module) {
|
|
2045
2048
|
var __defProp2 = Object.defineProperty;
|
|
2046
2049
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
2047
2050
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -2326,9 +2329,9 @@ var require_dist_cjs16 = __commonJS({
|
|
|
2326
2329
|
}
|
|
2327
2330
|
});
|
|
2328
2331
|
|
|
2329
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2332
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js
|
|
2330
2333
|
var require_stream_type_check = __commonJS({
|
|
2331
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2334
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js"(exports) {
|
|
2332
2335
|
"use strict";
|
|
2333
2336
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2334
2337
|
exports.isBlob = exports.isReadableStream = void 0;
|
|
@@ -2345,9 +2348,9 @@ var require_stream_type_check = __commonJS({
|
|
|
2345
2348
|
}
|
|
2346
2349
|
});
|
|
2347
2350
|
|
|
2348
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2351
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js
|
|
2349
2352
|
var require_sdk_stream_mixin_browser = __commonJS({
|
|
2350
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2353
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js"(exports) {
|
|
2351
2354
|
"use strict";
|
|
2352
2355
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2353
2356
|
exports.sdkStreamMixin = void 0;
|
|
@@ -2413,9 +2416,9 @@ var require_sdk_stream_mixin_browser = __commonJS({
|
|
|
2413
2416
|
}
|
|
2414
2417
|
});
|
|
2415
2418
|
|
|
2416
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2419
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js
|
|
2417
2420
|
var require_sdk_stream_mixin = __commonJS({
|
|
2418
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2421
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js"(exports) {
|
|
2419
2422
|
"use strict";
|
|
2420
2423
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2421
2424
|
exports.sdkStreamMixin = void 0;
|
|
@@ -2472,9 +2475,9 @@ var require_sdk_stream_mixin = __commonJS({
|
|
|
2472
2475
|
}
|
|
2473
2476
|
});
|
|
2474
2477
|
|
|
2475
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2478
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js
|
|
2476
2479
|
var require_splitStream_browser = __commonJS({
|
|
2477
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2480
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js"(exports) {
|
|
2478
2481
|
"use strict";
|
|
2479
2482
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2480
2483
|
exports.splitStream = void 0;
|
|
@@ -2489,9 +2492,9 @@ var require_splitStream_browser = __commonJS({
|
|
|
2489
2492
|
}
|
|
2490
2493
|
});
|
|
2491
2494
|
|
|
2492
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2495
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/splitStream.js
|
|
2493
2496
|
var require_splitStream = __commonJS({
|
|
2494
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2497
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/splitStream.js"(exports) {
|
|
2495
2498
|
"use strict";
|
|
2496
2499
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2497
2500
|
exports.splitStream = void 0;
|
|
@@ -2512,9 +2515,9 @@ var require_splitStream = __commonJS({
|
|
|
2512
2515
|
}
|
|
2513
2516
|
});
|
|
2514
2517
|
|
|
2515
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2518
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js
|
|
2516
2519
|
var require_headStream_browser = __commonJS({
|
|
2517
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2520
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js"(exports) {
|
|
2518
2521
|
"use strict";
|
|
2519
2522
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2520
2523
|
exports.headStream = void 0;
|
|
@@ -2553,9 +2556,9 @@ var require_headStream_browser = __commonJS({
|
|
|
2553
2556
|
}
|
|
2554
2557
|
});
|
|
2555
2558
|
|
|
2556
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2559
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/headStream.js
|
|
2557
2560
|
var require_headStream = __commonJS({
|
|
2558
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2561
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/headStream.js"(exports) {
|
|
2559
2562
|
"use strict";
|
|
2560
2563
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2561
2564
|
exports.headStream = void 0;
|
|
@@ -2605,9 +2608,9 @@ var require_headStream = __commonJS({
|
|
|
2605
2608
|
}
|
|
2606
2609
|
});
|
|
2607
2610
|
|
|
2608
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2611
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js
|
|
2609
2612
|
var require_ChecksumStream = __commonJS({
|
|
2610
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2613
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js"(exports) {
|
|
2611
2614
|
"use strict";
|
|
2612
2615
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2613
2616
|
exports.ChecksumStream = void 0;
|
|
@@ -2657,9 +2660,9 @@ var require_ChecksumStream = __commonJS({
|
|
|
2657
2660
|
}
|
|
2658
2661
|
});
|
|
2659
2662
|
|
|
2660
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2663
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js
|
|
2661
2664
|
var require_ChecksumStream_browser = __commonJS({
|
|
2662
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2665
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js"(exports) {
|
|
2663
2666
|
"use strict";
|
|
2664
2667
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2665
2668
|
exports.ChecksumStream = void 0;
|
|
@@ -2671,9 +2674,9 @@ var require_ChecksumStream_browser = __commonJS({
|
|
|
2671
2674
|
}
|
|
2672
2675
|
});
|
|
2673
2676
|
|
|
2674
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2677
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js
|
|
2675
2678
|
var require_createChecksumStream_browser = __commonJS({
|
|
2676
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2679
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js"(exports) {
|
|
2677
2680
|
"use strict";
|
|
2678
2681
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2679
2682
|
exports.createChecksumStream = void 0;
|
|
@@ -2716,9 +2719,9 @@ var require_createChecksumStream_browser = __commonJS({
|
|
|
2716
2719
|
}
|
|
2717
2720
|
});
|
|
2718
2721
|
|
|
2719
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2722
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js
|
|
2720
2723
|
var require_createChecksumStream = __commonJS({
|
|
2721
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2724
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js"(exports) {
|
|
2722
2725
|
"use strict";
|
|
2723
2726
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2724
2727
|
exports.createChecksumStream = void 0;
|
|
@@ -2735,9 +2738,9 @@ var require_createChecksumStream = __commonJS({
|
|
|
2735
2738
|
}
|
|
2736
2739
|
});
|
|
2737
2740
|
|
|
2738
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2741
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/index.js
|
|
2739
2742
|
var require_dist_cjs17 = __commonJS({
|
|
2740
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2743
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/index.js"(exports, module) {
|
|
2741
2744
|
var __defProp2 = Object.defineProperty;
|
|
2742
2745
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
2743
2746
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -2819,10 +2822,10 @@ var require_dist_cjs17 = __commonJS({
|
|
|
2819
2822
|
}
|
|
2820
2823
|
});
|
|
2821
2824
|
|
|
2822
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2825
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js
|
|
2823
2826
|
var import_util_stream, collectBody2;
|
|
2824
2827
|
var init_collect_stream_body = __esm({
|
|
2825
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2828
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js"() {
|
|
2826
2829
|
import_util_stream = __toESM(require_dist_cjs17());
|
|
2827
2830
|
collectBody2 = async (streamBody = new Uint8Array(), context) => {
|
|
2828
2831
|
if (streamBody instanceof Uint8Array) {
|
|
@@ -2837,21 +2840,21 @@ var init_collect_stream_body = __esm({
|
|
|
2837
2840
|
}
|
|
2838
2841
|
});
|
|
2839
2842
|
|
|
2840
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2843
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js
|
|
2841
2844
|
function extendedEncodeURIComponent2(str) {
|
|
2842
2845
|
return encodeURIComponent(str).replace(/[!'()*]/g, function(c) {
|
|
2843
2846
|
return "%" + c.charCodeAt(0).toString(16).toUpperCase();
|
|
2844
2847
|
});
|
|
2845
2848
|
}
|
|
2846
2849
|
var init_extended_encode_uri_component = __esm({
|
|
2847
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2850
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js"() {
|
|
2848
2851
|
}
|
|
2849
2852
|
});
|
|
2850
2853
|
|
|
2851
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2854
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js
|
|
2852
2855
|
var resolvedPath2;
|
|
2853
2856
|
var init_resolve_path = __esm({
|
|
2854
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2857
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js"() {
|
|
2855
2858
|
init_extended_encode_uri_component();
|
|
2856
2859
|
resolvedPath2 = (resolvedPath3, input, memberName, labelValueProvider, uriLabel, isGreedyLabel) => {
|
|
2857
2860
|
if (input != null && input[memberName] !== void 0) {
|
|
@@ -2868,13 +2871,13 @@ var init_resolve_path = __esm({
|
|
|
2868
2871
|
}
|
|
2869
2872
|
});
|
|
2870
2873
|
|
|
2871
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2874
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js
|
|
2872
2875
|
function requestBuilder(input, context) {
|
|
2873
2876
|
return new RequestBuilder(input, context);
|
|
2874
2877
|
}
|
|
2875
2878
|
var import_protocol_http2, RequestBuilder;
|
|
2876
2879
|
var init_requestBuilder = __esm({
|
|
2877
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2880
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js"() {
|
|
2878
2881
|
import_protocol_http2 = __toESM(require_dist_cjs2());
|
|
2879
2882
|
init_resolve_path();
|
|
2880
2883
|
RequestBuilder = class {
|
|
@@ -2942,7 +2945,7 @@ var init_requestBuilder = __esm({
|
|
|
2942
2945
|
}
|
|
2943
2946
|
});
|
|
2944
2947
|
|
|
2945
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2948
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/index.js
|
|
2946
2949
|
var protocols_exports = {};
|
|
2947
2950
|
__export(protocols_exports, {
|
|
2948
2951
|
RequestBuilder: () => RequestBuilder,
|
|
@@ -2952,7 +2955,7 @@ __export(protocols_exports, {
|
|
|
2952
2955
|
resolvedPath: () => resolvedPath2
|
|
2953
2956
|
});
|
|
2954
2957
|
var init_protocols = __esm({
|
|
2955
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2958
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/index.js"() {
|
|
2956
2959
|
init_collect_stream_body();
|
|
2957
2960
|
init_extended_encode_uri_component();
|
|
2958
2961
|
init_requestBuilder();
|
|
@@ -2960,14 +2963,14 @@ var init_protocols = __esm({
|
|
|
2960
2963
|
}
|
|
2961
2964
|
});
|
|
2962
2965
|
|
|
2963
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2966
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js
|
|
2964
2967
|
var init_requestBuilder2 = __esm({
|
|
2965
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2968
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js"() {
|
|
2966
2969
|
init_protocols();
|
|
2967
2970
|
}
|
|
2968
2971
|
});
|
|
2969
2972
|
|
|
2970
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2973
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/setFeature.js
|
|
2971
2974
|
function setFeature(context, feature, value) {
|
|
2972
2975
|
if (!context.__smithy_context) {
|
|
2973
2976
|
context.__smithy_context = {
|
|
@@ -2979,14 +2982,14 @@ function setFeature(context, feature, value) {
|
|
|
2979
2982
|
context.__smithy_context.features[feature] = value;
|
|
2980
2983
|
}
|
|
2981
2984
|
var init_setFeature = __esm({
|
|
2982
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2985
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/setFeature.js"() {
|
|
2983
2986
|
}
|
|
2984
2987
|
});
|
|
2985
2988
|
|
|
2986
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2989
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js
|
|
2987
2990
|
var DefaultIdentityProviderConfig;
|
|
2988
2991
|
var init_DefaultIdentityProviderConfig = __esm({
|
|
2989
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2992
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js"() {
|
|
2990
2993
|
DefaultIdentityProviderConfig = class {
|
|
2991
2994
|
constructor(config) {
|
|
2992
2995
|
this.authSchemes = /* @__PURE__ */ new Map();
|
|
@@ -3003,10 +3006,10 @@ var init_DefaultIdentityProviderConfig = __esm({
|
|
|
3003
3006
|
}
|
|
3004
3007
|
});
|
|
3005
3008
|
|
|
3006
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3009
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js
|
|
3007
3010
|
var import_protocol_http3, import_types4, HttpApiKeyAuthSigner;
|
|
3008
3011
|
var init_httpApiKeyAuth = __esm({
|
|
3009
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3012
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js"() {
|
|
3010
3013
|
import_protocol_http3 = __toESM(require_dist_cjs2());
|
|
3011
3014
|
import_types4 = __toESM(require_dist_cjs());
|
|
3012
3015
|
HttpApiKeyAuthSigner = class {
|
|
@@ -3037,10 +3040,10 @@ var init_httpApiKeyAuth = __esm({
|
|
|
3037
3040
|
}
|
|
3038
3041
|
});
|
|
3039
3042
|
|
|
3040
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3043
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js
|
|
3041
3044
|
var import_protocol_http4, HttpBearerAuthSigner;
|
|
3042
3045
|
var init_httpBearerAuth = __esm({
|
|
3043
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3046
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js"() {
|
|
3044
3047
|
import_protocol_http4 = __toESM(require_dist_cjs2());
|
|
3045
3048
|
HttpBearerAuthSigner = class {
|
|
3046
3049
|
async sign(httpRequest, identity, signingProperties) {
|
|
@@ -3055,10 +3058,10 @@ var init_httpBearerAuth = __esm({
|
|
|
3055
3058
|
}
|
|
3056
3059
|
});
|
|
3057
3060
|
|
|
3058
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3061
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js
|
|
3059
3062
|
var NoAuthSigner;
|
|
3060
3063
|
var init_noAuth = __esm({
|
|
3061
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3064
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js"() {
|
|
3062
3065
|
NoAuthSigner = class {
|
|
3063
3066
|
async sign(httpRequest, identity, signingProperties) {
|
|
3064
3067
|
return httpRequest;
|
|
@@ -3067,19 +3070,19 @@ var init_noAuth = __esm({
|
|
|
3067
3070
|
}
|
|
3068
3071
|
});
|
|
3069
3072
|
|
|
3070
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3073
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js
|
|
3071
3074
|
var init_httpAuthSchemes = __esm({
|
|
3072
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3075
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js"() {
|
|
3073
3076
|
init_httpApiKeyAuth();
|
|
3074
3077
|
init_httpBearerAuth();
|
|
3075
3078
|
init_noAuth();
|
|
3076
3079
|
}
|
|
3077
3080
|
});
|
|
3078
3081
|
|
|
3079
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3082
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js
|
|
3080
3083
|
var createIsIdentityExpiredFunction, EXPIRATION_MS, isIdentityExpired, doesIdentityRequireRefresh, memoizeIdentityProvider;
|
|
3081
3084
|
var init_memoizeIdentityProvider = __esm({
|
|
3082
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3085
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js"() {
|
|
3083
3086
|
createIsIdentityExpiredFunction = (expirationMs) => (identity) => doesIdentityRequireRefresh(identity) && identity.expiration.getTime() - Date.now() < expirationMs;
|
|
3084
3087
|
EXPIRATION_MS = 3e5;
|
|
3085
3088
|
isIdentityExpired = createIsIdentityExpiredFunction(EXPIRATION_MS);
|
|
@@ -3135,16 +3138,16 @@ var init_memoizeIdentityProvider = __esm({
|
|
|
3135
3138
|
}
|
|
3136
3139
|
});
|
|
3137
3140
|
|
|
3138
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3141
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js
|
|
3139
3142
|
var init_util_identity_and_auth = __esm({
|
|
3140
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3143
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js"() {
|
|
3141
3144
|
init_DefaultIdentityProviderConfig();
|
|
3142
3145
|
init_httpAuthSchemes();
|
|
3143
3146
|
init_memoizeIdentityProvider();
|
|
3144
3147
|
}
|
|
3145
3148
|
});
|
|
3146
3149
|
|
|
3147
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3150
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/index.js
|
|
3148
3151
|
var dist_es_exports = {};
|
|
3149
3152
|
__export(dist_es_exports, {
|
|
3150
3153
|
DefaultIdentityProviderConfig: () => DefaultIdentityProviderConfig,
|
|
@@ -3171,7 +3174,7 @@ __export(dist_es_exports, {
|
|
|
3171
3174
|
setFeature: () => setFeature
|
|
3172
3175
|
});
|
|
3173
3176
|
var init_dist_es = __esm({
|
|
3174
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3177
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/index.js"() {
|
|
3175
3178
|
init_getSmithyContext();
|
|
3176
3179
|
init_middleware_http_auth_scheme();
|
|
3177
3180
|
init_middleware_http_signing();
|
|
@@ -3183,9 +3186,9 @@ var init_dist_es = __esm({
|
|
|
3183
3186
|
}
|
|
3184
3187
|
});
|
|
3185
3188
|
|
|
3186
|
-
// ../../node_modules/.pnpm/@smithy+util-endpoints@2.1.
|
|
3189
|
+
// ../../node_modules/.pnpm/@smithy+util-endpoints@2.1.7/node_modules/@smithy/util-endpoints/dist-cjs/index.js
|
|
3187
3190
|
var require_dist_cjs18 = __commonJS({
|
|
3188
|
-
"../../node_modules/.pnpm/@smithy+util-endpoints@2.1.
|
|
3191
|
+
"../../node_modules/.pnpm/@smithy+util-endpoints@2.1.7/node_modules/@smithy/util-endpoints/dist-cjs/index.js"(exports, module) {
|
|
3189
3192
|
var __defProp2 = Object.defineProperty;
|
|
3190
3193
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
3191
3194
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -4249,9 +4252,9 @@ var init_AwsSdkSigV4ASigner = __esm({
|
|
|
4249
4252
|
}
|
|
4250
4253
|
});
|
|
4251
4254
|
|
|
4252
|
-
// ../../node_modules/.pnpm/@smithy+property-provider@3.1.
|
|
4255
|
+
// ../../node_modules/.pnpm/@smithy+property-provider@3.1.11/node_modules/@smithy/property-provider/dist-cjs/index.js
|
|
4253
4256
|
var require_dist_cjs20 = __commonJS({
|
|
4254
|
-
"../../node_modules/.pnpm/@smithy+property-provider@3.1.
|
|
4257
|
+
"../../node_modules/.pnpm/@smithy+property-provider@3.1.11/node_modules/@smithy/property-provider/dist-cjs/index.js"(exports, module) {
|
|
4255
4258
|
var __defProp2 = Object.defineProperty;
|
|
4256
4259
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
4257
4260
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -4430,9 +4433,9 @@ var init_resolveAwsSdkSigV4AConfig = __esm({
|
|
|
4430
4433
|
}
|
|
4431
4434
|
});
|
|
4432
4435
|
|
|
4433
|
-
// ../../node_modules/.pnpm/@smithy+signature-v4@4.2.
|
|
4436
|
+
// ../../node_modules/.pnpm/@smithy+signature-v4@4.2.4/node_modules/@smithy/signature-v4/dist-cjs/index.js
|
|
4434
4437
|
var require_dist_cjs21 = __commonJS({
|
|
4435
|
-
"../../node_modules/.pnpm/@smithy+signature-v4@4.2.
|
|
4438
|
+
"../../node_modules/.pnpm/@smithy+signature-v4@4.2.4/node_modules/@smithy/signature-v4/dist-cjs/index.js"(exports, module) {
|
|
4436
4439
|
var __defProp2 = Object.defineProperty;
|
|
4437
4440
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
4438
4441
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -5150,9 +5153,9 @@ var init_coercing_serializers = __esm({
|
|
|
5150
5153
|
}
|
|
5151
5154
|
});
|
|
5152
5155
|
|
|
5153
|
-
// ../../node_modules/.pnpm/@smithy+middleware-stack@3.0.
|
|
5156
|
+
// ../../node_modules/.pnpm/@smithy+middleware-stack@3.0.11/node_modules/@smithy/middleware-stack/dist-cjs/index.js
|
|
5154
5157
|
var require_dist_cjs22 = __commonJS({
|
|
5155
|
-
"../../node_modules/.pnpm/@smithy+middleware-stack@3.0.
|
|
5158
|
+
"../../node_modules/.pnpm/@smithy+middleware-stack@3.0.11/node_modules/@smithy/middleware-stack/dist-cjs/index.js"(exports, module) {
|
|
5156
5159
|
var __defProp2 = Object.defineProperty;
|
|
5157
5160
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
5158
5161
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -5467,9 +5470,9 @@ var require_dist_cjs22 = __commonJS({
|
|
|
5467
5470
|
}
|
|
5468
5471
|
});
|
|
5469
5472
|
|
|
5470
|
-
// ../../node_modules/.pnpm/@smithy+smithy-client@3.
|
|
5473
|
+
// ../../node_modules/.pnpm/@smithy+smithy-client@3.5.0/node_modules/@smithy/smithy-client/dist-cjs/index.js
|
|
5471
5474
|
var require_dist_cjs23 = __commonJS({
|
|
5472
|
-
"../../node_modules/.pnpm/@smithy+smithy-client@3.
|
|
5475
|
+
"../../node_modules/.pnpm/@smithy+smithy-client@3.5.0/node_modules/@smithy/smithy-client/dist-cjs/index.js"(exports, module) {
|
|
5473
5476
|
var __defProp2 = Object.defineProperty;
|
|
5474
5477
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
5475
5478
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -5496,7 +5499,6 @@ var require_dist_cjs23 = __commonJS({
|
|
|
5496
5499
|
NoOpLogger: () => NoOpLogger,
|
|
5497
5500
|
SENSITIVE_STRING: () => SENSITIVE_STRING,
|
|
5498
5501
|
ServiceException: () => ServiceException,
|
|
5499
|
-
StringWrapper: () => StringWrapper,
|
|
5500
5502
|
_json: () => _json,
|
|
5501
5503
|
collectBody: () => import_protocols2.collectBody,
|
|
5502
5504
|
convertMap: () => convertMap,
|
|
@@ -6399,40 +6401,30 @@ var require_dist_cjs23 = __commonJS({
|
|
|
6399
6401
|
var isSerializableHeaderValue = /* @__PURE__ */ __name((value) => {
|
|
6400
6402
|
return value != null;
|
|
6401
6403
|
}, "isSerializableHeaderValue");
|
|
6402
|
-
|
|
6403
|
-
const
|
|
6404
|
-
|
|
6405
|
-
|
|
6406
|
-
|
|
6407
|
-
|
|
6408
|
-
|
|
6409
|
-
|
|
6410
|
-
|
|
6411
|
-
|
|
6412
|
-
enumerable: false,
|
|
6413
|
-
writable: true,
|
|
6414
|
-
configurable: true
|
|
6415
|
-
}
|
|
6416
|
-
});
|
|
6417
|
-
Object.setPrototypeOf(StringWrapper, String);
|
|
6418
|
-
var _LazyJsonString = class _LazyJsonString2 extends StringWrapper {
|
|
6419
|
-
deserializeJSON() {
|
|
6420
|
-
return JSON.parse(super.toString());
|
|
6421
|
-
}
|
|
6422
|
-
toJSON() {
|
|
6423
|
-
return super.toString();
|
|
6424
|
-
}
|
|
6425
|
-
static fromObject(object) {
|
|
6426
|
-
if (object instanceof _LazyJsonString2) {
|
|
6427
|
-
return object;
|
|
6428
|
-
} else if (object instanceof String || typeof object === "string") {
|
|
6429
|
-
return new _LazyJsonString2(object);
|
|
6404
|
+
function LazyJsonString(val2) {
|
|
6405
|
+
const str = Object.assign(new String(val2), {
|
|
6406
|
+
deserializeJSON() {
|
|
6407
|
+
return JSON.parse(String(val2));
|
|
6408
|
+
},
|
|
6409
|
+
toString() {
|
|
6410
|
+
return String(val2);
|
|
6411
|
+
},
|
|
6412
|
+
toJSON() {
|
|
6413
|
+
return String(val2);
|
|
6430
6414
|
}
|
|
6431
|
-
|
|
6415
|
+
});
|
|
6416
|
+
return str;
|
|
6417
|
+
}
|
|
6418
|
+
__name(LazyJsonString, "LazyJsonString");
|
|
6419
|
+
LazyJsonString.from = (object) => {
|
|
6420
|
+
if (object && typeof object === "object" && (object instanceof LazyJsonString || "deserializeJSON" in object)) {
|
|
6421
|
+
return object;
|
|
6422
|
+
} else if (typeof object === "string" || Object.getPrototypeOf(object) === String.prototype) {
|
|
6423
|
+
return LazyJsonString(String(object));
|
|
6432
6424
|
}
|
|
6425
|
+
return LazyJsonString(JSON.stringify(object));
|
|
6433
6426
|
};
|
|
6434
|
-
|
|
6435
|
-
var LazyJsonString = _LazyJsonString;
|
|
6427
|
+
LazyJsonString.fromObject = LazyJsonString.from;
|
|
6436
6428
|
var _NoOpLogger = class _NoOpLogger {
|
|
6437
6429
|
trace() {
|
|
6438
6430
|
}
|
|
@@ -8822,9 +8814,9 @@ var require_dist_cjs25 = __commonJS({
|
|
|
8822
8814
|
}
|
|
8823
8815
|
});
|
|
8824
8816
|
|
|
8825
|
-
// ../../node_modules/.pnpm/@smithy+config-resolver@3.0.
|
|
8817
|
+
// ../../node_modules/.pnpm/@smithy+config-resolver@3.0.13/node_modules/@smithy/config-resolver/dist-cjs/index.js
|
|
8826
8818
|
var require_dist_cjs26 = __commonJS({
|
|
8827
|
-
"../../node_modules/.pnpm/@smithy+config-resolver@3.0.
|
|
8819
|
+
"../../node_modules/.pnpm/@smithy+config-resolver@3.0.13/node_modules/@smithy/config-resolver/dist-cjs/index.js"(exports, module) {
|
|
8828
8820
|
var __defProp2 = Object.defineProperty;
|
|
8829
8821
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
8830
8822
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -9008,9 +9000,9 @@ var require_dist_cjs26 = __commonJS({
|
|
|
9008
9000
|
}
|
|
9009
9001
|
});
|
|
9010
9002
|
|
|
9011
|
-
// ../../node_modules/.pnpm/@smithy+middleware-content-length@3.0.
|
|
9003
|
+
// ../../node_modules/.pnpm/@smithy+middleware-content-length@3.0.13/node_modules/@smithy/middleware-content-length/dist-cjs/index.js
|
|
9012
9004
|
var require_dist_cjs27 = __commonJS({
|
|
9013
|
-
"../../node_modules/.pnpm/@smithy+middleware-content-length@3.0.
|
|
9005
|
+
"../../node_modules/.pnpm/@smithy+middleware-content-length@3.0.13/node_modules/@smithy/middleware-content-length/dist-cjs/index.js"(exports, module) {
|
|
9014
9006
|
var __defProp2 = Object.defineProperty;
|
|
9015
9007
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
9016
9008
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -9075,9 +9067,9 @@ var require_dist_cjs27 = __commonJS({
|
|
|
9075
9067
|
}
|
|
9076
9068
|
});
|
|
9077
9069
|
|
|
9078
|
-
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
9070
|
+
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js
|
|
9079
9071
|
var require_getHomeDir = __commonJS({
|
|
9080
|
-
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
9072
|
+
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js"(exports) {
|
|
9081
9073
|
"use strict";
|
|
9082
9074
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9083
9075
|
exports.getHomeDir = void 0;
|
|
@@ -9107,9 +9099,9 @@ var require_getHomeDir = __commonJS({
|
|
|
9107
9099
|
}
|
|
9108
9100
|
});
|
|
9109
9101
|
|
|
9110
|
-
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
9102
|
+
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js
|
|
9111
9103
|
var require_getSSOTokenFilepath = __commonJS({
|
|
9112
|
-
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
9104
|
+
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js"(exports) {
|
|
9113
9105
|
"use strict";
|
|
9114
9106
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9115
9107
|
exports.getSSOTokenFilepath = void 0;
|
|
@@ -9125,9 +9117,9 @@ var require_getSSOTokenFilepath = __commonJS({
|
|
|
9125
9117
|
}
|
|
9126
9118
|
});
|
|
9127
9119
|
|
|
9128
|
-
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
9120
|
+
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js
|
|
9129
9121
|
var require_getSSOTokenFromFile = __commonJS({
|
|
9130
|
-
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
9122
|
+
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js"(exports) {
|
|
9131
9123
|
"use strict";
|
|
9132
9124
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9133
9125
|
exports.getSSOTokenFromFile = void 0;
|
|
@@ -9143,9 +9135,9 @@ var require_getSSOTokenFromFile = __commonJS({
|
|
|
9143
9135
|
}
|
|
9144
9136
|
});
|
|
9145
9137
|
|
|
9146
|
-
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
9138
|
+
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js
|
|
9147
9139
|
var require_slurpFile = __commonJS({
|
|
9148
|
-
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
9140
|
+
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js"(exports) {
|
|
9149
9141
|
"use strict";
|
|
9150
9142
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9151
9143
|
exports.slurpFile = void 0;
|
|
@@ -9162,9 +9154,9 @@ var require_slurpFile = __commonJS({
|
|
|
9162
9154
|
}
|
|
9163
9155
|
});
|
|
9164
9156
|
|
|
9165
|
-
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
9157
|
+
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js
|
|
9166
9158
|
var require_dist_cjs28 = __commonJS({
|
|
9167
|
-
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
9159
|
+
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js"(exports, module) {
|
|
9168
9160
|
var __defProp2 = Object.defineProperty;
|
|
9169
9161
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
9170
9162
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -9327,9 +9319,9 @@ var require_dist_cjs28 = __commonJS({
|
|
|
9327
9319
|
}
|
|
9328
9320
|
});
|
|
9329
9321
|
|
|
9330
|
-
// ../../node_modules/.pnpm/@smithy+node-config-provider@3.1.
|
|
9322
|
+
// ../../node_modules/.pnpm/@smithy+node-config-provider@3.1.12/node_modules/@smithy/node-config-provider/dist-cjs/index.js
|
|
9331
9323
|
var require_dist_cjs29 = __commonJS({
|
|
9332
|
-
"../../node_modules/.pnpm/@smithy+node-config-provider@3.1.
|
|
9324
|
+
"../../node_modules/.pnpm/@smithy+node-config-provider@3.1.12/node_modules/@smithy/node-config-provider/dist-cjs/index.js"(exports, module) {
|
|
9333
9325
|
var __defProp2 = Object.defineProperty;
|
|
9334
9326
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
9335
9327
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -9413,9 +9405,9 @@ var require_dist_cjs29 = __commonJS({
|
|
|
9413
9405
|
}
|
|
9414
9406
|
});
|
|
9415
9407
|
|
|
9416
|
-
// ../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.
|
|
9408
|
+
// ../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.5/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js
|
|
9417
9409
|
var require_getEndpointUrlConfig = __commonJS({
|
|
9418
|
-
"../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.
|
|
9410
|
+
"../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.5/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js"(exports) {
|
|
9419
9411
|
"use strict";
|
|
9420
9412
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9421
9413
|
exports.getEndpointUrlConfig = void 0;
|
|
@@ -9454,9 +9446,9 @@ var require_getEndpointUrlConfig = __commonJS({
|
|
|
9454
9446
|
}
|
|
9455
9447
|
});
|
|
9456
9448
|
|
|
9457
|
-
// ../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.
|
|
9449
|
+
// ../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.5/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js
|
|
9458
9450
|
var require_getEndpointFromConfig = __commonJS({
|
|
9459
|
-
"../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.
|
|
9451
|
+
"../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.5/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js"(exports) {
|
|
9460
9452
|
"use strict";
|
|
9461
9453
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9462
9454
|
exports.getEndpointFromConfig = void 0;
|
|
@@ -9467,9 +9459,9 @@ var require_getEndpointFromConfig = __commonJS({
|
|
|
9467
9459
|
}
|
|
9468
9460
|
});
|
|
9469
9461
|
|
|
9470
|
-
// ../../node_modules/.pnpm/@smithy+querystring-parser@3.0.
|
|
9462
|
+
// ../../node_modules/.pnpm/@smithy+querystring-parser@3.0.11/node_modules/@smithy/querystring-parser/dist-cjs/index.js
|
|
9471
9463
|
var require_dist_cjs30 = __commonJS({
|
|
9472
|
-
"../../node_modules/.pnpm/@smithy+querystring-parser@3.0.
|
|
9464
|
+
"../../node_modules/.pnpm/@smithy+querystring-parser@3.0.11/node_modules/@smithy/querystring-parser/dist-cjs/index.js"(exports, module) {
|
|
9473
9465
|
var __defProp2 = Object.defineProperty;
|
|
9474
9466
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
9475
9467
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -9518,9 +9510,9 @@ var require_dist_cjs30 = __commonJS({
|
|
|
9518
9510
|
}
|
|
9519
9511
|
});
|
|
9520
9512
|
|
|
9521
|
-
// ../../node_modules/.pnpm/@smithy+url-parser@3.0.
|
|
9513
|
+
// ../../node_modules/.pnpm/@smithy+url-parser@3.0.11/node_modules/@smithy/url-parser/dist-cjs/index.js
|
|
9522
9514
|
var require_dist_cjs31 = __commonJS({
|
|
9523
|
-
"../../node_modules/.pnpm/@smithy+url-parser@3.0.
|
|
9515
|
+
"../../node_modules/.pnpm/@smithy+url-parser@3.0.11/node_modules/@smithy/url-parser/dist-cjs/index.js"(exports, module) {
|
|
9524
9516
|
var __defProp2 = Object.defineProperty;
|
|
9525
9517
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
9526
9518
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -9565,9 +9557,9 @@ var require_dist_cjs31 = __commonJS({
|
|
|
9565
9557
|
}
|
|
9566
9558
|
});
|
|
9567
9559
|
|
|
9568
|
-
// ../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.
|
|
9560
|
+
// ../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.5/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js
|
|
9569
9561
|
var require_dist_cjs32 = __commonJS({
|
|
9570
|
-
"../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.
|
|
9562
|
+
"../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.5/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js"(exports, module) {
|
|
9571
9563
|
var __defProp2 = Object.defineProperty;
|
|
9572
9564
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
9573
9565
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -10171,9 +10163,9 @@ var init_esm_node = __esm({
|
|
|
10171
10163
|
}
|
|
10172
10164
|
});
|
|
10173
10165
|
|
|
10174
|
-
// ../../node_modules/.pnpm/@smithy+service-error-classification@3.0.
|
|
10166
|
+
// ../../node_modules/.pnpm/@smithy+service-error-classification@3.0.11/node_modules/@smithy/service-error-classification/dist-cjs/index.js
|
|
10175
10167
|
var require_dist_cjs33 = __commonJS({
|
|
10176
|
-
"../../node_modules/.pnpm/@smithy+service-error-classification@3.0.
|
|
10168
|
+
"../../node_modules/.pnpm/@smithy+service-error-classification@3.0.11/node_modules/@smithy/service-error-classification/dist-cjs/index.js"(exports, module) {
|
|
10177
10169
|
var __defProp2 = Object.defineProperty;
|
|
10178
10170
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
10179
10171
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -10240,9 +10232,9 @@ var require_dist_cjs33 = __commonJS({
|
|
|
10240
10232
|
var _a, _b;
|
|
10241
10233
|
return ((_a = error.$metadata) == null ? void 0 : _a.httpStatusCode) === 429 || THROTTLING_ERROR_CODES.includes(error.name) || ((_b = error.$retryable) == null ? void 0 : _b.throttling) == true;
|
|
10242
10234
|
}, "isThrottlingError");
|
|
10243
|
-
var isTransientError = /* @__PURE__ */ __name((error) => {
|
|
10235
|
+
var isTransientError = /* @__PURE__ */ __name((error, depth = 0) => {
|
|
10244
10236
|
var _a;
|
|
10245
|
-
return isClockSkewCorrectedError(error) || TRANSIENT_ERROR_CODES.includes(error.name) || NODEJS_TIMEOUT_ERROR_CODES.includes((error == null ? void 0 : error.code) || "") || TRANSIENT_ERROR_STATUS_CODES.includes(((_a = error.$metadata) == null ? void 0 : _a.httpStatusCode) || 0);
|
|
10237
|
+
return isClockSkewCorrectedError(error) || TRANSIENT_ERROR_CODES.includes(error.name) || NODEJS_TIMEOUT_ERROR_CODES.includes((error == null ? void 0 : error.code) || "") || TRANSIENT_ERROR_STATUS_CODES.includes(((_a = error.$metadata) == null ? void 0 : _a.httpStatusCode) || 0) || error.cause !== void 0 && depth <= 10 && isTransientError(error.cause, depth + 1);
|
|
10246
10238
|
}, "isTransientError");
|
|
10247
10239
|
var isServerError = /* @__PURE__ */ __name((error) => {
|
|
10248
10240
|
var _a;
|
|
@@ -10258,9 +10250,9 @@ var require_dist_cjs33 = __commonJS({
|
|
|
10258
10250
|
}
|
|
10259
10251
|
});
|
|
10260
10252
|
|
|
10261
|
-
// ../../node_modules/.pnpm/@smithy+util-retry@3.0.
|
|
10253
|
+
// ../../node_modules/.pnpm/@smithy+util-retry@3.0.11/node_modules/@smithy/util-retry/dist-cjs/index.js
|
|
10262
10254
|
var require_dist_cjs34 = __commonJS({
|
|
10263
|
-
"../../node_modules/.pnpm/@smithy+util-retry@3.0.
|
|
10255
|
+
"../../node_modules/.pnpm/@smithy+util-retry@3.0.11/node_modules/@smithy/util-retry/dist-cjs/index.js"(exports, module) {
|
|
10264
10256
|
var __defProp2 = Object.defineProperty;
|
|
10265
10257
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
10266
10258
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -10573,9 +10565,9 @@ var require_dist_cjs34 = __commonJS({
|
|
|
10573
10565
|
}
|
|
10574
10566
|
});
|
|
10575
10567
|
|
|
10576
|
-
// ../../node_modules/.pnpm/@smithy+middleware-retry@3.0.
|
|
10568
|
+
// ../../node_modules/.pnpm/@smithy+middleware-retry@3.0.30/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js
|
|
10577
10569
|
var require_isStreamingPayload = __commonJS({
|
|
10578
|
-
"../../node_modules/.pnpm/@smithy+middleware-retry@3.0.
|
|
10570
|
+
"../../node_modules/.pnpm/@smithy+middleware-retry@3.0.30/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js"(exports) {
|
|
10579
10571
|
"use strict";
|
|
10580
10572
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10581
10573
|
exports.isStreamingPayload = void 0;
|
|
@@ -10585,9 +10577,9 @@ var require_isStreamingPayload = __commonJS({
|
|
|
10585
10577
|
}
|
|
10586
10578
|
});
|
|
10587
10579
|
|
|
10588
|
-
// ../../node_modules/.pnpm/@smithy+middleware-retry@3.0.
|
|
10580
|
+
// ../../node_modules/.pnpm/@smithy+middleware-retry@3.0.30/node_modules/@smithy/middleware-retry/dist-cjs/index.js
|
|
10589
10581
|
var require_dist_cjs35 = __commonJS({
|
|
10590
|
-
"../../node_modules/.pnpm/@smithy+middleware-retry@3.0.
|
|
10582
|
+
"../../node_modules/.pnpm/@smithy+middleware-retry@3.0.30/node_modules/@smithy/middleware-retry/dist-cjs/index.js"(exports, module) {
|
|
10591
10583
|
var __defProp2 = Object.defineProperty;
|
|
10592
10584
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
10593
10585
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -11779,9 +11771,9 @@ var require_dist_cjs36 = __commonJS({
|
|
|
11779
11771
|
}
|
|
11780
11772
|
});
|
|
11781
11773
|
|
|
11782
|
-
// ../../node_modules/.pnpm/@smithy+credential-provider-imds@3.2.
|
|
11774
|
+
// ../../node_modules/.pnpm/@smithy+credential-provider-imds@3.2.8/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js
|
|
11783
11775
|
var require_dist_cjs37 = __commonJS({
|
|
11784
|
-
"../../node_modules/.pnpm/@smithy+credential-provider-imds@3.2.
|
|
11776
|
+
"../../node_modules/.pnpm/@smithy+credential-provider-imds@3.2.8/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js"(exports, module) {
|
|
11785
11777
|
var __defProp2 = Object.defineProperty;
|
|
11786
11778
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
11787
11779
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -12640,9 +12632,9 @@ var require_dist_cjs39 = __commonJS({
|
|
|
12640
12632
|
}
|
|
12641
12633
|
});
|
|
12642
12634
|
|
|
12643
|
-
// ../../node_modules/.pnpm/@smithy+hash-node@3.0.
|
|
12635
|
+
// ../../node_modules/.pnpm/@smithy+hash-node@3.0.11/node_modules/@smithy/hash-node/dist-cjs/index.js
|
|
12644
12636
|
var require_dist_cjs40 = __commonJS({
|
|
12645
|
-
"../../node_modules/.pnpm/@smithy+hash-node@3.0.
|
|
12637
|
+
"../../node_modules/.pnpm/@smithy+hash-node@3.0.11/node_modules/@smithy/hash-node/dist-cjs/index.js"(exports, module) {
|
|
12646
12638
|
var __defProp2 = Object.defineProperty;
|
|
12647
12639
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
12648
12640
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -12858,9 +12850,9 @@ var require_runtimeConfig_shared = __commonJS({
|
|
|
12858
12850
|
}
|
|
12859
12851
|
});
|
|
12860
12852
|
|
|
12861
|
-
// ../../node_modules/.pnpm/@smithy+util-defaults-mode-node@3.0.
|
|
12853
|
+
// ../../node_modules/.pnpm/@smithy+util-defaults-mode-node@3.0.30/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js
|
|
12862
12854
|
var require_dist_cjs42 = __commonJS({
|
|
12863
|
-
"../../node_modules/.pnpm/@smithy+util-defaults-mode-node@3.0.
|
|
12855
|
+
"../../node_modules/.pnpm/@smithy+util-defaults-mode-node@3.0.30/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js"(exports, module) {
|
|
12864
12856
|
var __create2 = Object.create;
|
|
12865
12857
|
var __defProp2 = Object.defineProperty;
|
|
12866
12858
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|