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
|
@@ -65269,9 +65269,9 @@ var require_dist_cjs77 = __commonJS({
|
|
|
65269
65269
|
}
|
|
65270
65270
|
});
|
|
65271
65271
|
|
|
65272
|
-
// ../../node_modules/.pnpm/@smithy+types@3.7.
|
|
65272
|
+
// ../../node_modules/.pnpm/@smithy+types@3.7.2/node_modules/@smithy/types/dist-cjs/index.js
|
|
65273
65273
|
var require_dist_cjs78 = __commonJS({
|
|
65274
|
-
"../../node_modules/.pnpm/@smithy+types@3.7.
|
|
65274
|
+
"../../node_modules/.pnpm/@smithy+types@3.7.2/node_modules/@smithy/types/dist-cjs/index.js"(exports, module) {
|
|
65275
65275
|
var __defProp2 = Object.defineProperty;
|
|
65276
65276
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
65277
65277
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -65389,9 +65389,9 @@ var require_dist_cjs78 = __commonJS({
|
|
|
65389
65389
|
}
|
|
65390
65390
|
});
|
|
65391
65391
|
|
|
65392
|
-
// ../../node_modules/.pnpm/@smithy+protocol-http@4.1.
|
|
65392
|
+
// ../../node_modules/.pnpm/@smithy+protocol-http@4.1.8/node_modules/@smithy/protocol-http/dist-cjs/index.js
|
|
65393
65393
|
var require_dist_cjs79 = __commonJS({
|
|
65394
|
-
"../../node_modules/.pnpm/@smithy+protocol-http@4.1.
|
|
65394
|
+
"../../node_modules/.pnpm/@smithy+protocol-http@4.1.8/node_modules/@smithy/protocol-http/dist-cjs/index.js"(exports, module) {
|
|
65395
65395
|
var __defProp2 = Object.defineProperty;
|
|
65396
65396
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
65397
65397
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -65831,18 +65831,18 @@ var require_dist_cjs82 = __commonJS({
|
|
|
65831
65831
|
}
|
|
65832
65832
|
});
|
|
65833
65833
|
|
|
65834
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
65834
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/getSmithyContext.js
|
|
65835
65835
|
var import_types, getSmithyContext;
|
|
65836
65836
|
var init_getSmithyContext = __esm({
|
|
65837
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
65837
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/getSmithyContext.js"() {
|
|
65838
65838
|
import_types = __toESM(require_dist_cjs78());
|
|
65839
65839
|
getSmithyContext = (context) => context[import_types.SMITHY_CONTEXT_KEY] || (context[import_types.SMITHY_CONTEXT_KEY] = {});
|
|
65840
65840
|
}
|
|
65841
65841
|
});
|
|
65842
65842
|
|
|
65843
|
-
// ../../node_modules/.pnpm/@smithy+util-middleware@3.0.
|
|
65843
|
+
// ../../node_modules/.pnpm/@smithy+util-middleware@3.0.11/node_modules/@smithy/util-middleware/dist-cjs/index.js
|
|
65844
65844
|
var require_dist_cjs83 = __commonJS({
|
|
65845
|
-
"../../node_modules/.pnpm/@smithy+util-middleware@3.0.
|
|
65845
|
+
"../../node_modules/.pnpm/@smithy+util-middleware@3.0.11/node_modules/@smithy/util-middleware/dist-cjs/index.js"(exports, module) {
|
|
65846
65846
|
var __defProp2 = Object.defineProperty;
|
|
65847
65847
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
65848
65848
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -65878,7 +65878,7 @@ var require_dist_cjs83 = __commonJS({
|
|
|
65878
65878
|
}
|
|
65879
65879
|
});
|
|
65880
65880
|
|
|
65881
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
65881
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js
|
|
65882
65882
|
function convertHttpAuthSchemesToMap(httpAuthSchemes) {
|
|
65883
65883
|
const map = /* @__PURE__ */ new Map();
|
|
65884
65884
|
for (const scheme of httpAuthSchemes) {
|
|
@@ -65888,7 +65888,7 @@ function convertHttpAuthSchemesToMap(httpAuthSchemes) {
|
|
|
65888
65888
|
}
|
|
65889
65889
|
var import_types2, import_util_middleware, httpAuthSchemeMiddleware;
|
|
65890
65890
|
var init_httpAuthSchemeMiddleware = __esm({
|
|
65891
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
65891
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js"() {
|
|
65892
65892
|
import_types2 = __toESM(require_dist_cjs78());
|
|
65893
65893
|
import_util_middleware = __toESM(require_dist_cjs83());
|
|
65894
65894
|
httpAuthSchemeMiddleware = (config, mwOptions) => (next, context) => async (args) => {
|
|
@@ -65925,10 +65925,10 @@ var init_httpAuthSchemeMiddleware = __esm({
|
|
|
65925
65925
|
}
|
|
65926
65926
|
});
|
|
65927
65927
|
|
|
65928
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
65928
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js
|
|
65929
65929
|
var httpAuthSchemeEndpointRuleSetMiddlewareOptions, getHttpAuthSchemeEndpointRuleSetPlugin;
|
|
65930
65930
|
var init_getHttpAuthSchemeEndpointRuleSetPlugin = __esm({
|
|
65931
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
65931
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js"() {
|
|
65932
65932
|
init_httpAuthSchemeMiddleware();
|
|
65933
65933
|
httpAuthSchemeEndpointRuleSetMiddlewareOptions = {
|
|
65934
65934
|
step: "serialize",
|
|
@@ -65949,9 +65949,9 @@ var init_getHttpAuthSchemeEndpointRuleSetPlugin = __esm({
|
|
|
65949
65949
|
}
|
|
65950
65950
|
});
|
|
65951
65951
|
|
|
65952
|
-
// ../../node_modules/.pnpm/@smithy+middleware-serde@3.0.
|
|
65952
|
+
// ../../node_modules/.pnpm/@smithy+middleware-serde@3.0.11/node_modules/@smithy/middleware-serde/dist-cjs/index.js
|
|
65953
65953
|
var require_dist_cjs84 = __commonJS({
|
|
65954
|
-
"../../node_modules/.pnpm/@smithy+middleware-serde@3.0.
|
|
65954
|
+
"../../node_modules/.pnpm/@smithy+middleware-serde@3.0.11/node_modules/@smithy/middleware-serde/dist-cjs/index.js"(exports, module) {
|
|
65955
65955
|
var __defProp2 = Object.defineProperty;
|
|
65956
65956
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
65957
65957
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -66039,10 +66039,10 @@ var require_dist_cjs84 = __commonJS({
|
|
|
66039
66039
|
}
|
|
66040
66040
|
});
|
|
66041
66041
|
|
|
66042
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
66042
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js
|
|
66043
66043
|
var import_middleware_serde, httpAuthSchemeMiddlewareOptions, getHttpAuthSchemePlugin;
|
|
66044
66044
|
var init_getHttpAuthSchemePlugin = __esm({
|
|
66045
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
66045
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js"() {
|
|
66046
66046
|
import_middleware_serde = __toESM(require_dist_cjs84());
|
|
66047
66047
|
init_httpAuthSchemeMiddleware();
|
|
66048
66048
|
httpAuthSchemeMiddlewareOptions = {
|
|
@@ -66064,19 +66064,19 @@ var init_getHttpAuthSchemePlugin = __esm({
|
|
|
66064
66064
|
}
|
|
66065
66065
|
});
|
|
66066
66066
|
|
|
66067
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
66067
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js
|
|
66068
66068
|
var init_middleware_http_auth_scheme = __esm({
|
|
66069
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
66069
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js"() {
|
|
66070
66070
|
init_httpAuthSchemeMiddleware();
|
|
66071
66071
|
init_getHttpAuthSchemeEndpointRuleSetPlugin();
|
|
66072
66072
|
init_getHttpAuthSchemePlugin();
|
|
66073
66073
|
}
|
|
66074
66074
|
});
|
|
66075
66075
|
|
|
66076
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
66076
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js
|
|
66077
66077
|
var import_protocol_http, import_types3, import_util_middleware2, defaultErrorHandler, defaultSuccessHandler, httpSigningMiddleware;
|
|
66078
66078
|
var init_httpSigningMiddleware = __esm({
|
|
66079
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
66079
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js"() {
|
|
66080
66080
|
import_protocol_http = __toESM(require_dist_cjs79());
|
|
66081
66081
|
import_types3 = __toESM(require_dist_cjs78());
|
|
66082
66082
|
import_util_middleware2 = __toESM(require_dist_cjs83());
|
|
@@ -66105,10 +66105,10 @@ var init_httpSigningMiddleware = __esm({
|
|
|
66105
66105
|
}
|
|
66106
66106
|
});
|
|
66107
66107
|
|
|
66108
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
66108
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js
|
|
66109
66109
|
var httpSigningMiddlewareOptions, getHttpSigningPlugin;
|
|
66110
66110
|
var init_getHttpSigningMiddleware = __esm({
|
|
66111
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
66111
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js"() {
|
|
66112
66112
|
init_httpSigningMiddleware();
|
|
66113
66113
|
httpSigningMiddlewareOptions = {
|
|
66114
66114
|
step: "finalizeRequest",
|
|
@@ -66127,18 +66127,18 @@ var init_getHttpSigningMiddleware = __esm({
|
|
|
66127
66127
|
}
|
|
66128
66128
|
});
|
|
66129
66129
|
|
|
66130
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
66130
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js
|
|
66131
66131
|
var init_middleware_http_signing = __esm({
|
|
66132
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
66132
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js"() {
|
|
66133
66133
|
init_httpSigningMiddleware();
|
|
66134
66134
|
init_getHttpSigningMiddleware();
|
|
66135
66135
|
}
|
|
66136
66136
|
});
|
|
66137
66137
|
|
|
66138
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
66138
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/normalizeProvider.js
|
|
66139
66139
|
var normalizeProvider;
|
|
66140
66140
|
var init_normalizeProvider = __esm({
|
|
66141
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
66141
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/normalizeProvider.js"() {
|
|
66142
66142
|
normalizeProvider = (input) => {
|
|
66143
66143
|
if (typeof input === "function")
|
|
66144
66144
|
return input;
|
|
@@ -66148,7 +66148,7 @@ var init_normalizeProvider = __esm({
|
|
|
66148
66148
|
}
|
|
66149
66149
|
});
|
|
66150
66150
|
|
|
66151
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
66151
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/pagination/createPaginator.js
|
|
66152
66152
|
function createPaginator(ClientCtor, CommandCtor, inputTokenName, outputTokenName, pageSizeTokenName) {
|
|
66153
66153
|
return async function* paginateOperation(config, input, ...additionalArguments) {
|
|
66154
66154
|
let token = config.startingToken || void 0;
|
|
@@ -66174,7 +66174,7 @@ function createPaginator(ClientCtor, CommandCtor, inputTokenName, outputTokenNam
|
|
|
66174
66174
|
}
|
|
66175
66175
|
var makePagedClientRequest, get;
|
|
66176
66176
|
var init_createPaginator = __esm({
|
|
66177
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
66177
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/pagination/createPaginator.js"() {
|
|
66178
66178
|
makePagedClientRequest = async (CommandCtor, client, input, ...args) => {
|
|
66179
66179
|
return await client.send(new CommandCtor(input), ...args);
|
|
66180
66180
|
};
|
|
@@ -66390,9 +66390,9 @@ var require_dist_cjs88 = __commonJS({
|
|
|
66390
66390
|
}
|
|
66391
66391
|
});
|
|
66392
66392
|
|
|
66393
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
66393
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js
|
|
66394
66394
|
var require_getAwsChunkedEncodingStream2 = __commonJS({
|
|
66395
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
66395
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js"(exports) {
|
|
66396
66396
|
"use strict";
|
|
66397
66397
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
66398
66398
|
exports.getAwsChunkedEncodingStream = void 0;
|
|
@@ -66464,9 +66464,9 @@ var require_dist_cjs89 = __commonJS({
|
|
|
66464
66464
|
}
|
|
66465
66465
|
});
|
|
66466
66466
|
|
|
66467
|
-
// ../../node_modules/.pnpm/@smithy+querystring-builder@3.0.
|
|
66467
|
+
// ../../node_modules/.pnpm/@smithy+querystring-builder@3.0.11/node_modules/@smithy/querystring-builder/dist-cjs/index.js
|
|
66468
66468
|
var require_dist_cjs90 = __commonJS({
|
|
66469
|
-
"../../node_modules/.pnpm/@smithy+querystring-builder@3.0.
|
|
66469
|
+
"../../node_modules/.pnpm/@smithy+querystring-builder@3.0.11/node_modules/@smithy/querystring-builder/dist-cjs/index.js"(exports, module) {
|
|
66470
66470
|
var __defProp2 = Object.defineProperty;
|
|
66471
66471
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
66472
66472
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -66514,9 +66514,9 @@ var require_dist_cjs90 = __commonJS({
|
|
|
66514
66514
|
}
|
|
66515
66515
|
});
|
|
66516
66516
|
|
|
66517
|
-
// ../../node_modules/.pnpm/@smithy+node-http-handler@3.3.
|
|
66517
|
+
// ../../node_modules/.pnpm/@smithy+node-http-handler@3.3.2/node_modules/@smithy/node-http-handler/dist-cjs/index.js
|
|
66518
66518
|
var require_dist_cjs91 = __commonJS({
|
|
66519
|
-
"../../node_modules/.pnpm/@smithy+node-http-handler@3.3.
|
|
66519
|
+
"../../node_modules/.pnpm/@smithy+node-http-handler@3.3.2/node_modules/@smithy/node-http-handler/dist-cjs/index.js"(exports, module) {
|
|
66520
66520
|
var __create2 = Object.create;
|
|
66521
66521
|
var __defProp2 = Object.defineProperty;
|
|
66522
66522
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -66567,8 +66567,8 @@ var require_dist_cjs91 = __commonJS({
|
|
|
66567
66567
|
return transformedHeaders;
|
|
66568
66568
|
}, "getTransformedHeaders");
|
|
66569
66569
|
var timing = {
|
|
66570
|
-
setTimeout,
|
|
66571
|
-
clearTimeout
|
|
66570
|
+
setTimeout: (cb, ms) => setTimeout(cb, ms),
|
|
66571
|
+
clearTimeout: (timeoutId) => clearTimeout(timeoutId)
|
|
66572
66572
|
};
|
|
66573
66573
|
var DEFER_EVENT_LISTENER_TIME = 1e3;
|
|
66574
66574
|
var setConnectionTimeout = /* @__PURE__ */ __name((request, reject, timeoutInMs = 0) => {
|
|
@@ -66648,26 +66648,29 @@ var require_dist_cjs91 = __commonJS({
|
|
|
66648
66648
|
const headers = request.headers ?? {};
|
|
66649
66649
|
const expect = headers["Expect"] || headers["expect"];
|
|
66650
66650
|
let timeoutId = -1;
|
|
66651
|
-
let
|
|
66651
|
+
let sendBody = true;
|
|
66652
66652
|
if (expect === "100-continue") {
|
|
66653
|
-
await Promise.race([
|
|
66653
|
+
sendBody = await Promise.race([
|
|
66654
66654
|
new Promise((resolve) => {
|
|
66655
66655
|
timeoutId = Number(timing.setTimeout(resolve, Math.max(MIN_WAIT_TIME, maxContinueTimeoutMs)));
|
|
66656
66656
|
}),
|
|
66657
66657
|
new Promise((resolve) => {
|
|
66658
66658
|
httpRequest2.on("continue", () => {
|
|
66659
66659
|
timing.clearTimeout(timeoutId);
|
|
66660
|
-
resolve();
|
|
66660
|
+
resolve(true);
|
|
66661
|
+
});
|
|
66662
|
+
httpRequest2.on("response", () => {
|
|
66663
|
+
timing.clearTimeout(timeoutId);
|
|
66664
|
+
resolve(false);
|
|
66661
66665
|
});
|
|
66662
66666
|
httpRequest2.on("error", () => {
|
|
66663
|
-
hasError = true;
|
|
66664
66667
|
timing.clearTimeout(timeoutId);
|
|
66665
|
-
resolve();
|
|
66668
|
+
resolve(false);
|
|
66666
66669
|
});
|
|
66667
66670
|
})
|
|
66668
66671
|
]);
|
|
66669
66672
|
}
|
|
66670
|
-
if (
|
|
66673
|
+
if (sendBody) {
|
|
66671
66674
|
writeBody(httpRequest2, request.body);
|
|
66672
66675
|
}
|
|
66673
66676
|
}
|
|
@@ -67268,9 +67271,9 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
|
|
67268
67271
|
}
|
|
67269
67272
|
});
|
|
67270
67273
|
|
|
67271
|
-
// ../../node_modules/.pnpm/@smithy+fetch-http-handler@4.1.
|
|
67274
|
+
// ../../node_modules/.pnpm/@smithy+fetch-http-handler@4.1.2/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js
|
|
67272
67275
|
var require_dist_cjs92 = __commonJS({
|
|
67273
|
-
"../../node_modules/.pnpm/@smithy+fetch-http-handler@4.1.
|
|
67276
|
+
"../../node_modules/.pnpm/@smithy+fetch-http-handler@4.1.2/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js"(exports, module) {
|
|
67274
67277
|
var __defProp2 = Object.defineProperty;
|
|
67275
67278
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
67276
67279
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -67555,9 +67558,9 @@ var require_dist_cjs93 = __commonJS({
|
|
|
67555
67558
|
}
|
|
67556
67559
|
});
|
|
67557
67560
|
|
|
67558
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
67561
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js
|
|
67559
67562
|
var require_stream_type_check = __commonJS({
|
|
67560
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
67563
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js"(exports) {
|
|
67561
67564
|
"use strict";
|
|
67562
67565
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
67563
67566
|
exports.isBlob = exports.isReadableStream = void 0;
|
|
@@ -67574,9 +67577,9 @@ var require_stream_type_check = __commonJS({
|
|
|
67574
67577
|
}
|
|
67575
67578
|
});
|
|
67576
67579
|
|
|
67577
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
67580
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js
|
|
67578
67581
|
var require_sdk_stream_mixin_browser = __commonJS({
|
|
67579
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
67582
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js"(exports) {
|
|
67580
67583
|
"use strict";
|
|
67581
67584
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
67582
67585
|
exports.sdkStreamMixin = void 0;
|
|
@@ -67642,9 +67645,9 @@ var require_sdk_stream_mixin_browser = __commonJS({
|
|
|
67642
67645
|
}
|
|
67643
67646
|
});
|
|
67644
67647
|
|
|
67645
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
67648
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js
|
|
67646
67649
|
var require_sdk_stream_mixin2 = __commonJS({
|
|
67647
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
67650
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js"(exports) {
|
|
67648
67651
|
"use strict";
|
|
67649
67652
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
67650
67653
|
exports.sdkStreamMixin = void 0;
|
|
@@ -67701,9 +67704,9 @@ var require_sdk_stream_mixin2 = __commonJS({
|
|
|
67701
67704
|
}
|
|
67702
67705
|
});
|
|
67703
67706
|
|
|
67704
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
67707
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js
|
|
67705
67708
|
var require_splitStream_browser = __commonJS({
|
|
67706
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
67709
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js"(exports) {
|
|
67707
67710
|
"use strict";
|
|
67708
67711
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
67709
67712
|
exports.splitStream = void 0;
|
|
@@ -67718,9 +67721,9 @@ var require_splitStream_browser = __commonJS({
|
|
|
67718
67721
|
}
|
|
67719
67722
|
});
|
|
67720
67723
|
|
|
67721
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
67724
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/splitStream.js
|
|
67722
67725
|
var require_splitStream = __commonJS({
|
|
67723
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
67726
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/splitStream.js"(exports) {
|
|
67724
67727
|
"use strict";
|
|
67725
67728
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
67726
67729
|
exports.splitStream = void 0;
|
|
@@ -67741,9 +67744,9 @@ var require_splitStream = __commonJS({
|
|
|
67741
67744
|
}
|
|
67742
67745
|
});
|
|
67743
67746
|
|
|
67744
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
67747
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js
|
|
67745
67748
|
var require_headStream_browser = __commonJS({
|
|
67746
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
67749
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js"(exports) {
|
|
67747
67750
|
"use strict";
|
|
67748
67751
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
67749
67752
|
exports.headStream = void 0;
|
|
@@ -67782,9 +67785,9 @@ var require_headStream_browser = __commonJS({
|
|
|
67782
67785
|
}
|
|
67783
67786
|
});
|
|
67784
67787
|
|
|
67785
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
67788
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/headStream.js
|
|
67786
67789
|
var require_headStream = __commonJS({
|
|
67787
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
67790
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/headStream.js"(exports) {
|
|
67788
67791
|
"use strict";
|
|
67789
67792
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
67790
67793
|
exports.headStream = void 0;
|
|
@@ -67834,9 +67837,9 @@ var require_headStream = __commonJS({
|
|
|
67834
67837
|
}
|
|
67835
67838
|
});
|
|
67836
67839
|
|
|
67837
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
67840
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js
|
|
67838
67841
|
var require_ChecksumStream = __commonJS({
|
|
67839
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
67842
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js"(exports) {
|
|
67840
67843
|
"use strict";
|
|
67841
67844
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
67842
67845
|
exports.ChecksumStream = void 0;
|
|
@@ -67886,9 +67889,9 @@ var require_ChecksumStream = __commonJS({
|
|
|
67886
67889
|
}
|
|
67887
67890
|
});
|
|
67888
67891
|
|
|
67889
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
67892
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js
|
|
67890
67893
|
var require_ChecksumStream_browser = __commonJS({
|
|
67891
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
67894
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js"(exports) {
|
|
67892
67895
|
"use strict";
|
|
67893
67896
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
67894
67897
|
exports.ChecksumStream = void 0;
|
|
@@ -67900,9 +67903,9 @@ var require_ChecksumStream_browser = __commonJS({
|
|
|
67900
67903
|
}
|
|
67901
67904
|
});
|
|
67902
67905
|
|
|
67903
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
67906
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js
|
|
67904
67907
|
var require_createChecksumStream_browser = __commonJS({
|
|
67905
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
67908
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js"(exports) {
|
|
67906
67909
|
"use strict";
|
|
67907
67910
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
67908
67911
|
exports.createChecksumStream = void 0;
|
|
@@ -67945,9 +67948,9 @@ var require_createChecksumStream_browser = __commonJS({
|
|
|
67945
67948
|
}
|
|
67946
67949
|
});
|
|
67947
67950
|
|
|
67948
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
67951
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js
|
|
67949
67952
|
var require_createChecksumStream = __commonJS({
|
|
67950
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
67953
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js"(exports) {
|
|
67951
67954
|
"use strict";
|
|
67952
67955
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
67953
67956
|
exports.createChecksumStream = void 0;
|
|
@@ -67964,9 +67967,9 @@ var require_createChecksumStream = __commonJS({
|
|
|
67964
67967
|
}
|
|
67965
67968
|
});
|
|
67966
67969
|
|
|
67967
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
67970
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/index.js
|
|
67968
67971
|
var require_dist_cjs94 = __commonJS({
|
|
67969
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
67972
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/index.js"(exports, module) {
|
|
67970
67973
|
var __defProp2 = Object.defineProperty;
|
|
67971
67974
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
67972
67975
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -68048,10 +68051,10 @@ var require_dist_cjs94 = __commonJS({
|
|
|
68048
68051
|
}
|
|
68049
68052
|
});
|
|
68050
68053
|
|
|
68051
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68054
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js
|
|
68052
68055
|
var import_util_stream, collectBody2;
|
|
68053
68056
|
var init_collect_stream_body = __esm({
|
|
68054
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68057
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js"() {
|
|
68055
68058
|
import_util_stream = __toESM(require_dist_cjs94());
|
|
68056
68059
|
collectBody2 = async (streamBody = new Uint8Array(), context) => {
|
|
68057
68060
|
if (streamBody instanceof Uint8Array) {
|
|
@@ -68066,21 +68069,21 @@ var init_collect_stream_body = __esm({
|
|
|
68066
68069
|
}
|
|
68067
68070
|
});
|
|
68068
68071
|
|
|
68069
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68072
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js
|
|
68070
68073
|
function extendedEncodeURIComponent2(str) {
|
|
68071
68074
|
return encodeURIComponent(str).replace(/[!'()*]/g, function(c) {
|
|
68072
68075
|
return "%" + c.charCodeAt(0).toString(16).toUpperCase();
|
|
68073
68076
|
});
|
|
68074
68077
|
}
|
|
68075
68078
|
var init_extended_encode_uri_component = __esm({
|
|
68076
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68079
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js"() {
|
|
68077
68080
|
}
|
|
68078
68081
|
});
|
|
68079
68082
|
|
|
68080
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68083
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js
|
|
68081
68084
|
var resolvedPath2;
|
|
68082
68085
|
var init_resolve_path = __esm({
|
|
68083
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68086
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js"() {
|
|
68084
68087
|
init_extended_encode_uri_component();
|
|
68085
68088
|
resolvedPath2 = (resolvedPath3, input, memberName, labelValueProvider, uriLabel, isGreedyLabel) => {
|
|
68086
68089
|
if (input != null && input[memberName] !== void 0) {
|
|
@@ -68097,13 +68100,13 @@ var init_resolve_path = __esm({
|
|
|
68097
68100
|
}
|
|
68098
68101
|
});
|
|
68099
68102
|
|
|
68100
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68103
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js
|
|
68101
68104
|
function requestBuilder(input, context) {
|
|
68102
68105
|
return new RequestBuilder(input, context);
|
|
68103
68106
|
}
|
|
68104
68107
|
var import_protocol_http2, RequestBuilder;
|
|
68105
68108
|
var init_requestBuilder = __esm({
|
|
68106
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68109
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js"() {
|
|
68107
68110
|
import_protocol_http2 = __toESM(require_dist_cjs79());
|
|
68108
68111
|
init_resolve_path();
|
|
68109
68112
|
RequestBuilder = class {
|
|
@@ -68171,7 +68174,7 @@ var init_requestBuilder = __esm({
|
|
|
68171
68174
|
}
|
|
68172
68175
|
});
|
|
68173
68176
|
|
|
68174
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68177
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/index.js
|
|
68175
68178
|
var protocols_exports = {};
|
|
68176
68179
|
__export(protocols_exports, {
|
|
68177
68180
|
RequestBuilder: () => RequestBuilder,
|
|
@@ -68181,7 +68184,7 @@ __export(protocols_exports, {
|
|
|
68181
68184
|
resolvedPath: () => resolvedPath2
|
|
68182
68185
|
});
|
|
68183
68186
|
var init_protocols = __esm({
|
|
68184
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68187
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/index.js"() {
|
|
68185
68188
|
init_collect_stream_body();
|
|
68186
68189
|
init_extended_encode_uri_component();
|
|
68187
68190
|
init_requestBuilder();
|
|
@@ -68189,14 +68192,14 @@ var init_protocols = __esm({
|
|
|
68189
68192
|
}
|
|
68190
68193
|
});
|
|
68191
68194
|
|
|
68192
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68195
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js
|
|
68193
68196
|
var init_requestBuilder2 = __esm({
|
|
68194
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68197
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js"() {
|
|
68195
68198
|
init_protocols();
|
|
68196
68199
|
}
|
|
68197
68200
|
});
|
|
68198
68201
|
|
|
68199
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68202
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/setFeature.js
|
|
68200
68203
|
function setFeature(context, feature, value) {
|
|
68201
68204
|
if (!context.__smithy_context) {
|
|
68202
68205
|
context.__smithy_context = {
|
|
@@ -68208,14 +68211,14 @@ function setFeature(context, feature, value) {
|
|
|
68208
68211
|
context.__smithy_context.features[feature] = value;
|
|
68209
68212
|
}
|
|
68210
68213
|
var init_setFeature = __esm({
|
|
68211
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68214
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/setFeature.js"() {
|
|
68212
68215
|
}
|
|
68213
68216
|
});
|
|
68214
68217
|
|
|
68215
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68218
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js
|
|
68216
68219
|
var DefaultIdentityProviderConfig;
|
|
68217
68220
|
var init_DefaultIdentityProviderConfig = __esm({
|
|
68218
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68221
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js"() {
|
|
68219
68222
|
DefaultIdentityProviderConfig = class {
|
|
68220
68223
|
constructor(config) {
|
|
68221
68224
|
this.authSchemes = /* @__PURE__ */ new Map();
|
|
@@ -68232,10 +68235,10 @@ var init_DefaultIdentityProviderConfig = __esm({
|
|
|
68232
68235
|
}
|
|
68233
68236
|
});
|
|
68234
68237
|
|
|
68235
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68238
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js
|
|
68236
68239
|
var import_protocol_http3, import_types4, HttpApiKeyAuthSigner;
|
|
68237
68240
|
var init_httpApiKeyAuth = __esm({
|
|
68238
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68241
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js"() {
|
|
68239
68242
|
import_protocol_http3 = __toESM(require_dist_cjs79());
|
|
68240
68243
|
import_types4 = __toESM(require_dist_cjs78());
|
|
68241
68244
|
HttpApiKeyAuthSigner = class {
|
|
@@ -68266,10 +68269,10 @@ var init_httpApiKeyAuth = __esm({
|
|
|
68266
68269
|
}
|
|
68267
68270
|
});
|
|
68268
68271
|
|
|
68269
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68272
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js
|
|
68270
68273
|
var import_protocol_http4, HttpBearerAuthSigner;
|
|
68271
68274
|
var init_httpBearerAuth = __esm({
|
|
68272
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68275
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js"() {
|
|
68273
68276
|
import_protocol_http4 = __toESM(require_dist_cjs79());
|
|
68274
68277
|
HttpBearerAuthSigner = class {
|
|
68275
68278
|
async sign(httpRequest2, identity, signingProperties) {
|
|
@@ -68284,10 +68287,10 @@ var init_httpBearerAuth = __esm({
|
|
|
68284
68287
|
}
|
|
68285
68288
|
});
|
|
68286
68289
|
|
|
68287
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68290
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js
|
|
68288
68291
|
var NoAuthSigner;
|
|
68289
68292
|
var init_noAuth = __esm({
|
|
68290
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68293
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js"() {
|
|
68291
68294
|
NoAuthSigner = class {
|
|
68292
68295
|
async sign(httpRequest2, identity, signingProperties) {
|
|
68293
68296
|
return httpRequest2;
|
|
@@ -68296,19 +68299,19 @@ var init_noAuth = __esm({
|
|
|
68296
68299
|
}
|
|
68297
68300
|
});
|
|
68298
68301
|
|
|
68299
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68302
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js
|
|
68300
68303
|
var init_httpAuthSchemes = __esm({
|
|
68301
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68304
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js"() {
|
|
68302
68305
|
init_httpApiKeyAuth();
|
|
68303
68306
|
init_httpBearerAuth();
|
|
68304
68307
|
init_noAuth();
|
|
68305
68308
|
}
|
|
68306
68309
|
});
|
|
68307
68310
|
|
|
68308
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68311
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js
|
|
68309
68312
|
var createIsIdentityExpiredFunction, EXPIRATION_MS, isIdentityExpired, doesIdentityRequireRefresh, memoizeIdentityProvider;
|
|
68310
68313
|
var init_memoizeIdentityProvider = __esm({
|
|
68311
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68314
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js"() {
|
|
68312
68315
|
createIsIdentityExpiredFunction = (expirationMs) => (identity) => doesIdentityRequireRefresh(identity) && identity.expiration.getTime() - Date.now() < expirationMs;
|
|
68313
68316
|
EXPIRATION_MS = 3e5;
|
|
68314
68317
|
isIdentityExpired = createIsIdentityExpiredFunction(EXPIRATION_MS);
|
|
@@ -68364,16 +68367,16 @@ var init_memoizeIdentityProvider = __esm({
|
|
|
68364
68367
|
}
|
|
68365
68368
|
});
|
|
68366
68369
|
|
|
68367
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68370
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js
|
|
68368
68371
|
var init_util_identity_and_auth = __esm({
|
|
68369
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68372
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js"() {
|
|
68370
68373
|
init_DefaultIdentityProviderConfig();
|
|
68371
68374
|
init_httpAuthSchemes();
|
|
68372
68375
|
init_memoizeIdentityProvider();
|
|
68373
68376
|
}
|
|
68374
68377
|
});
|
|
68375
68378
|
|
|
68376
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68379
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/index.js
|
|
68377
68380
|
var dist_es_exports = {};
|
|
68378
68381
|
__export(dist_es_exports, {
|
|
68379
68382
|
DefaultIdentityProviderConfig: () => DefaultIdentityProviderConfig,
|
|
@@ -68400,7 +68403,7 @@ __export(dist_es_exports, {
|
|
|
68400
68403
|
setFeature: () => setFeature
|
|
68401
68404
|
});
|
|
68402
68405
|
var init_dist_es = __esm({
|
|
68403
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
68406
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/index.js"() {
|
|
68404
68407
|
init_getSmithyContext();
|
|
68405
68408
|
init_middleware_http_auth_scheme();
|
|
68406
68409
|
init_middleware_http_signing();
|
|
@@ -68412,9 +68415,9 @@ var init_dist_es = __esm({
|
|
|
68412
68415
|
}
|
|
68413
68416
|
});
|
|
68414
68417
|
|
|
68415
|
-
// ../../node_modules/.pnpm/@smithy+util-endpoints@2.1.
|
|
68418
|
+
// ../../node_modules/.pnpm/@smithy+util-endpoints@2.1.7/node_modules/@smithy/util-endpoints/dist-cjs/index.js
|
|
68416
68419
|
var require_dist_cjs95 = __commonJS({
|
|
68417
|
-
"../../node_modules/.pnpm/@smithy+util-endpoints@2.1.
|
|
68420
|
+
"../../node_modules/.pnpm/@smithy+util-endpoints@2.1.7/node_modules/@smithy/util-endpoints/dist-cjs/index.js"(exports, module) {
|
|
68418
68421
|
var __defProp2 = Object.defineProperty;
|
|
68419
68422
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
68420
68423
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -69478,9 +69481,9 @@ var init_AwsSdkSigV4ASigner = __esm({
|
|
|
69478
69481
|
}
|
|
69479
69482
|
});
|
|
69480
69483
|
|
|
69481
|
-
// ../../node_modules/.pnpm/@smithy+property-provider@3.1.
|
|
69484
|
+
// ../../node_modules/.pnpm/@smithy+property-provider@3.1.11/node_modules/@smithy/property-provider/dist-cjs/index.js
|
|
69482
69485
|
var require_dist_cjs97 = __commonJS({
|
|
69483
|
-
"../../node_modules/.pnpm/@smithy+property-provider@3.1.
|
|
69486
|
+
"../../node_modules/.pnpm/@smithy+property-provider@3.1.11/node_modules/@smithy/property-provider/dist-cjs/index.js"(exports, module) {
|
|
69484
69487
|
var __defProp2 = Object.defineProperty;
|
|
69485
69488
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
69486
69489
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -69659,9 +69662,9 @@ var init_resolveAwsSdkSigV4AConfig = __esm({
|
|
|
69659
69662
|
}
|
|
69660
69663
|
});
|
|
69661
69664
|
|
|
69662
|
-
// ../../node_modules/.pnpm/@smithy+signature-v4@4.2.
|
|
69665
|
+
// ../../node_modules/.pnpm/@smithy+signature-v4@4.2.4/node_modules/@smithy/signature-v4/dist-cjs/index.js
|
|
69663
69666
|
var require_dist_cjs98 = __commonJS({
|
|
69664
|
-
"../../node_modules/.pnpm/@smithy+signature-v4@4.2.
|
|
69667
|
+
"../../node_modules/.pnpm/@smithy+signature-v4@4.2.4/node_modules/@smithy/signature-v4/dist-cjs/index.js"(exports, module) {
|
|
69665
69668
|
var __defProp2 = Object.defineProperty;
|
|
69666
69669
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
69667
69670
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -70379,9 +70382,9 @@ var init_coercing_serializers = __esm({
|
|
|
70379
70382
|
}
|
|
70380
70383
|
});
|
|
70381
70384
|
|
|
70382
|
-
// ../../node_modules/.pnpm/@smithy+middleware-stack@3.0.
|
|
70385
|
+
// ../../node_modules/.pnpm/@smithy+middleware-stack@3.0.11/node_modules/@smithy/middleware-stack/dist-cjs/index.js
|
|
70383
70386
|
var require_dist_cjs99 = __commonJS({
|
|
70384
|
-
"../../node_modules/.pnpm/@smithy+middleware-stack@3.0.
|
|
70387
|
+
"../../node_modules/.pnpm/@smithy+middleware-stack@3.0.11/node_modules/@smithy/middleware-stack/dist-cjs/index.js"(exports, module) {
|
|
70385
70388
|
var __defProp2 = Object.defineProperty;
|
|
70386
70389
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
70387
70390
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -70696,9 +70699,9 @@ var require_dist_cjs99 = __commonJS({
|
|
|
70696
70699
|
}
|
|
70697
70700
|
});
|
|
70698
70701
|
|
|
70699
|
-
// ../../node_modules/.pnpm/@smithy+smithy-client@3.
|
|
70702
|
+
// ../../node_modules/.pnpm/@smithy+smithy-client@3.5.0/node_modules/@smithy/smithy-client/dist-cjs/index.js
|
|
70700
70703
|
var require_dist_cjs100 = __commonJS({
|
|
70701
|
-
"../../node_modules/.pnpm/@smithy+smithy-client@3.
|
|
70704
|
+
"../../node_modules/.pnpm/@smithy+smithy-client@3.5.0/node_modules/@smithy/smithy-client/dist-cjs/index.js"(exports, module) {
|
|
70702
70705
|
var __defProp2 = Object.defineProperty;
|
|
70703
70706
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
70704
70707
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -70725,7 +70728,6 @@ var require_dist_cjs100 = __commonJS({
|
|
|
70725
70728
|
NoOpLogger: () => NoOpLogger,
|
|
70726
70729
|
SENSITIVE_STRING: () => SENSITIVE_STRING,
|
|
70727
70730
|
ServiceException: () => ServiceException,
|
|
70728
|
-
StringWrapper: () => StringWrapper,
|
|
70729
70731
|
_json: () => _json,
|
|
70730
70732
|
collectBody: () => import_protocols2.collectBody,
|
|
70731
70733
|
convertMap: () => convertMap,
|
|
@@ -71628,40 +71630,30 @@ var require_dist_cjs100 = __commonJS({
|
|
|
71628
71630
|
var isSerializableHeaderValue = /* @__PURE__ */ __name((value) => {
|
|
71629
71631
|
return value != null;
|
|
71630
71632
|
}, "isSerializableHeaderValue");
|
|
71631
|
-
|
|
71632
|
-
const
|
|
71633
|
-
|
|
71634
|
-
|
|
71635
|
-
|
|
71636
|
-
|
|
71637
|
-
|
|
71638
|
-
|
|
71639
|
-
|
|
71640
|
-
|
|
71641
|
-
enumerable: false,
|
|
71642
|
-
writable: true,
|
|
71643
|
-
configurable: true
|
|
71644
|
-
}
|
|
71645
|
-
});
|
|
71646
|
-
Object.setPrototypeOf(StringWrapper, String);
|
|
71647
|
-
var _LazyJsonString = class _LazyJsonString2 extends StringWrapper {
|
|
71648
|
-
deserializeJSON() {
|
|
71649
|
-
return JSON.parse(super.toString());
|
|
71650
|
-
}
|
|
71651
|
-
toJSON() {
|
|
71652
|
-
return super.toString();
|
|
71653
|
-
}
|
|
71654
|
-
static fromObject(object) {
|
|
71655
|
-
if (object instanceof _LazyJsonString2) {
|
|
71656
|
-
return object;
|
|
71657
|
-
} else if (object instanceof String || typeof object === "string") {
|
|
71658
|
-
return new _LazyJsonString2(object);
|
|
71633
|
+
function LazyJsonString(val2) {
|
|
71634
|
+
const str = Object.assign(new String(val2), {
|
|
71635
|
+
deserializeJSON() {
|
|
71636
|
+
return JSON.parse(String(val2));
|
|
71637
|
+
},
|
|
71638
|
+
toString() {
|
|
71639
|
+
return String(val2);
|
|
71640
|
+
},
|
|
71641
|
+
toJSON() {
|
|
71642
|
+
return String(val2);
|
|
71659
71643
|
}
|
|
71660
|
-
|
|
71644
|
+
});
|
|
71645
|
+
return str;
|
|
71646
|
+
}
|
|
71647
|
+
__name(LazyJsonString, "LazyJsonString");
|
|
71648
|
+
LazyJsonString.from = (object) => {
|
|
71649
|
+
if (object && typeof object === "object" && (object instanceof LazyJsonString || "deserializeJSON" in object)) {
|
|
71650
|
+
return object;
|
|
71651
|
+
} else if (typeof object === "string" || Object.getPrototypeOf(object) === String.prototype) {
|
|
71652
|
+
return LazyJsonString(String(object));
|
|
71661
71653
|
}
|
|
71654
|
+
return LazyJsonString(JSON.stringify(object));
|
|
71662
71655
|
};
|
|
71663
|
-
|
|
71664
|
-
var LazyJsonString = _LazyJsonString;
|
|
71656
|
+
LazyJsonString.fromObject = LazyJsonString.from;
|
|
71665
71657
|
var _NoOpLogger = class _NoOpLogger {
|
|
71666
71658
|
trace() {
|
|
71667
71659
|
}
|
|
@@ -73954,9 +73946,9 @@ var require_dist_cjs102 = __commonJS({
|
|
|
73954
73946
|
}
|
|
73955
73947
|
});
|
|
73956
73948
|
|
|
73957
|
-
// ../../node_modules/.pnpm/@smithy+config-resolver@3.0.
|
|
73949
|
+
// ../../node_modules/.pnpm/@smithy+config-resolver@3.0.13/node_modules/@smithy/config-resolver/dist-cjs/index.js
|
|
73958
73950
|
var require_dist_cjs103 = __commonJS({
|
|
73959
|
-
"../../node_modules/.pnpm/@smithy+config-resolver@3.0.
|
|
73951
|
+
"../../node_modules/.pnpm/@smithy+config-resolver@3.0.13/node_modules/@smithy/config-resolver/dist-cjs/index.js"(exports, module) {
|
|
73960
73952
|
var __defProp2 = Object.defineProperty;
|
|
73961
73953
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
73962
73954
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -74140,9 +74132,9 @@ var require_dist_cjs103 = __commonJS({
|
|
|
74140
74132
|
}
|
|
74141
74133
|
});
|
|
74142
74134
|
|
|
74143
|
-
// ../../node_modules/.pnpm/@smithy+middleware-content-length@3.0.
|
|
74135
|
+
// ../../node_modules/.pnpm/@smithy+middleware-content-length@3.0.13/node_modules/@smithy/middleware-content-length/dist-cjs/index.js
|
|
74144
74136
|
var require_dist_cjs104 = __commonJS({
|
|
74145
|
-
"../../node_modules/.pnpm/@smithy+middleware-content-length@3.0.
|
|
74137
|
+
"../../node_modules/.pnpm/@smithy+middleware-content-length@3.0.13/node_modules/@smithy/middleware-content-length/dist-cjs/index.js"(exports, module) {
|
|
74146
74138
|
var __defProp2 = Object.defineProperty;
|
|
74147
74139
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
74148
74140
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -74207,9 +74199,9 @@ var require_dist_cjs104 = __commonJS({
|
|
|
74207
74199
|
}
|
|
74208
74200
|
});
|
|
74209
74201
|
|
|
74210
|
-
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
74202
|
+
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js
|
|
74211
74203
|
var require_getHomeDir2 = __commonJS({
|
|
74212
|
-
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
74204
|
+
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js"(exports) {
|
|
74213
74205
|
"use strict";
|
|
74214
74206
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
74215
74207
|
exports.getHomeDir = void 0;
|
|
@@ -74239,9 +74231,9 @@ var require_getHomeDir2 = __commonJS({
|
|
|
74239
74231
|
}
|
|
74240
74232
|
});
|
|
74241
74233
|
|
|
74242
|
-
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
74234
|
+
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js
|
|
74243
74235
|
var require_getSSOTokenFilepath2 = __commonJS({
|
|
74244
|
-
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
74236
|
+
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js"(exports) {
|
|
74245
74237
|
"use strict";
|
|
74246
74238
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
74247
74239
|
exports.getSSOTokenFilepath = void 0;
|
|
@@ -74257,9 +74249,9 @@ var require_getSSOTokenFilepath2 = __commonJS({
|
|
|
74257
74249
|
}
|
|
74258
74250
|
});
|
|
74259
74251
|
|
|
74260
|
-
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
74252
|
+
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js
|
|
74261
74253
|
var require_getSSOTokenFromFile2 = __commonJS({
|
|
74262
|
-
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
74254
|
+
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js"(exports) {
|
|
74263
74255
|
"use strict";
|
|
74264
74256
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
74265
74257
|
exports.getSSOTokenFromFile = void 0;
|
|
@@ -74275,9 +74267,9 @@ var require_getSSOTokenFromFile2 = __commonJS({
|
|
|
74275
74267
|
}
|
|
74276
74268
|
});
|
|
74277
74269
|
|
|
74278
|
-
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
74270
|
+
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js
|
|
74279
74271
|
var require_slurpFile2 = __commonJS({
|
|
74280
|
-
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
74272
|
+
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js"(exports) {
|
|
74281
74273
|
"use strict";
|
|
74282
74274
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
74283
74275
|
exports.slurpFile = void 0;
|
|
@@ -74294,9 +74286,9 @@ var require_slurpFile2 = __commonJS({
|
|
|
74294
74286
|
}
|
|
74295
74287
|
});
|
|
74296
74288
|
|
|
74297
|
-
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
74289
|
+
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js
|
|
74298
74290
|
var require_dist_cjs105 = __commonJS({
|
|
74299
|
-
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
74291
|
+
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js"(exports, module) {
|
|
74300
74292
|
var __defProp2 = Object.defineProperty;
|
|
74301
74293
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
74302
74294
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -74459,9 +74451,9 @@ var require_dist_cjs105 = __commonJS({
|
|
|
74459
74451
|
}
|
|
74460
74452
|
});
|
|
74461
74453
|
|
|
74462
|
-
// ../../node_modules/.pnpm/@smithy+node-config-provider@3.1.
|
|
74454
|
+
// ../../node_modules/.pnpm/@smithy+node-config-provider@3.1.12/node_modules/@smithy/node-config-provider/dist-cjs/index.js
|
|
74463
74455
|
var require_dist_cjs106 = __commonJS({
|
|
74464
|
-
"../../node_modules/.pnpm/@smithy+node-config-provider@3.1.
|
|
74456
|
+
"../../node_modules/.pnpm/@smithy+node-config-provider@3.1.12/node_modules/@smithy/node-config-provider/dist-cjs/index.js"(exports, module) {
|
|
74465
74457
|
var __defProp2 = Object.defineProperty;
|
|
74466
74458
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
74467
74459
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -74545,9 +74537,9 @@ var require_dist_cjs106 = __commonJS({
|
|
|
74545
74537
|
}
|
|
74546
74538
|
});
|
|
74547
74539
|
|
|
74548
|
-
// ../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.
|
|
74540
|
+
// ../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.5/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js
|
|
74549
74541
|
var require_getEndpointUrlConfig2 = __commonJS({
|
|
74550
|
-
"../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.
|
|
74542
|
+
"../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.5/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js"(exports) {
|
|
74551
74543
|
"use strict";
|
|
74552
74544
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
74553
74545
|
exports.getEndpointUrlConfig = void 0;
|
|
@@ -74586,9 +74578,9 @@ var require_getEndpointUrlConfig2 = __commonJS({
|
|
|
74586
74578
|
}
|
|
74587
74579
|
});
|
|
74588
74580
|
|
|
74589
|
-
// ../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.
|
|
74581
|
+
// ../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.5/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js
|
|
74590
74582
|
var require_getEndpointFromConfig2 = __commonJS({
|
|
74591
|
-
"../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.
|
|
74583
|
+
"../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.5/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js"(exports) {
|
|
74592
74584
|
"use strict";
|
|
74593
74585
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
74594
74586
|
exports.getEndpointFromConfig = void 0;
|
|
@@ -74599,9 +74591,9 @@ var require_getEndpointFromConfig2 = __commonJS({
|
|
|
74599
74591
|
}
|
|
74600
74592
|
});
|
|
74601
74593
|
|
|
74602
|
-
// ../../node_modules/.pnpm/@smithy+querystring-parser@3.0.
|
|
74594
|
+
// ../../node_modules/.pnpm/@smithy+querystring-parser@3.0.11/node_modules/@smithy/querystring-parser/dist-cjs/index.js
|
|
74603
74595
|
var require_dist_cjs107 = __commonJS({
|
|
74604
|
-
"../../node_modules/.pnpm/@smithy+querystring-parser@3.0.
|
|
74596
|
+
"../../node_modules/.pnpm/@smithy+querystring-parser@3.0.11/node_modules/@smithy/querystring-parser/dist-cjs/index.js"(exports, module) {
|
|
74605
74597
|
var __defProp2 = Object.defineProperty;
|
|
74606
74598
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
74607
74599
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -74650,9 +74642,9 @@ var require_dist_cjs107 = __commonJS({
|
|
|
74650
74642
|
}
|
|
74651
74643
|
});
|
|
74652
74644
|
|
|
74653
|
-
// ../../node_modules/.pnpm/@smithy+url-parser@3.0.
|
|
74645
|
+
// ../../node_modules/.pnpm/@smithy+url-parser@3.0.11/node_modules/@smithy/url-parser/dist-cjs/index.js
|
|
74654
74646
|
var require_dist_cjs108 = __commonJS({
|
|
74655
|
-
"../../node_modules/.pnpm/@smithy+url-parser@3.0.
|
|
74647
|
+
"../../node_modules/.pnpm/@smithy+url-parser@3.0.11/node_modules/@smithy/url-parser/dist-cjs/index.js"(exports, module) {
|
|
74656
74648
|
var __defProp2 = Object.defineProperty;
|
|
74657
74649
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
74658
74650
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -74697,9 +74689,9 @@ var require_dist_cjs108 = __commonJS({
|
|
|
74697
74689
|
}
|
|
74698
74690
|
});
|
|
74699
74691
|
|
|
74700
|
-
// ../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.
|
|
74692
|
+
// ../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.5/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js
|
|
74701
74693
|
var require_dist_cjs109 = __commonJS({
|
|
74702
|
-
"../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.
|
|
74694
|
+
"../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.5/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js"(exports, module) {
|
|
74703
74695
|
var __defProp2 = Object.defineProperty;
|
|
74704
74696
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
74705
74697
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -74951,9 +74943,9 @@ var require_dist_cjs109 = __commonJS({
|
|
|
74951
74943
|
}
|
|
74952
74944
|
});
|
|
74953
74945
|
|
|
74954
|
-
// ../../node_modules/.pnpm/@smithy+service-error-classification@3.0.
|
|
74946
|
+
// ../../node_modules/.pnpm/@smithy+service-error-classification@3.0.11/node_modules/@smithy/service-error-classification/dist-cjs/index.js
|
|
74955
74947
|
var require_dist_cjs110 = __commonJS({
|
|
74956
|
-
"../../node_modules/.pnpm/@smithy+service-error-classification@3.0.
|
|
74948
|
+
"../../node_modules/.pnpm/@smithy+service-error-classification@3.0.11/node_modules/@smithy/service-error-classification/dist-cjs/index.js"(exports, module) {
|
|
74957
74949
|
var __defProp2 = Object.defineProperty;
|
|
74958
74950
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
74959
74951
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -75020,9 +75012,9 @@ var require_dist_cjs110 = __commonJS({
|
|
|
75020
75012
|
var _a, _b;
|
|
75021
75013
|
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;
|
|
75022
75014
|
}, "isThrottlingError");
|
|
75023
|
-
var isTransientError = /* @__PURE__ */ __name((error) => {
|
|
75015
|
+
var isTransientError = /* @__PURE__ */ __name((error, depth = 0) => {
|
|
75024
75016
|
var _a;
|
|
75025
|
-
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);
|
|
75017
|
+
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);
|
|
75026
75018
|
}, "isTransientError");
|
|
75027
75019
|
var isServerError = /* @__PURE__ */ __name((error) => {
|
|
75028
75020
|
var _a;
|
|
@@ -75038,9 +75030,9 @@ var require_dist_cjs110 = __commonJS({
|
|
|
75038
75030
|
}
|
|
75039
75031
|
});
|
|
75040
75032
|
|
|
75041
|
-
// ../../node_modules/.pnpm/@smithy+util-retry@3.0.
|
|
75033
|
+
// ../../node_modules/.pnpm/@smithy+util-retry@3.0.11/node_modules/@smithy/util-retry/dist-cjs/index.js
|
|
75042
75034
|
var require_dist_cjs111 = __commonJS({
|
|
75043
|
-
"../../node_modules/.pnpm/@smithy+util-retry@3.0.
|
|
75035
|
+
"../../node_modules/.pnpm/@smithy+util-retry@3.0.11/node_modules/@smithy/util-retry/dist-cjs/index.js"(exports, module) {
|
|
75044
75036
|
var __defProp2 = Object.defineProperty;
|
|
75045
75037
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
75046
75038
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -75353,9 +75345,9 @@ var require_dist_cjs111 = __commonJS({
|
|
|
75353
75345
|
}
|
|
75354
75346
|
});
|
|
75355
75347
|
|
|
75356
|
-
// ../../node_modules/.pnpm/@smithy+middleware-retry@3.0.
|
|
75348
|
+
// ../../node_modules/.pnpm/@smithy+middleware-retry@3.0.30/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js
|
|
75357
75349
|
var require_isStreamingPayload2 = __commonJS({
|
|
75358
|
-
"../../node_modules/.pnpm/@smithy+middleware-retry@3.0.
|
|
75350
|
+
"../../node_modules/.pnpm/@smithy+middleware-retry@3.0.30/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js"(exports) {
|
|
75359
75351
|
"use strict";
|
|
75360
75352
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
75361
75353
|
exports.isStreamingPayload = void 0;
|
|
@@ -75365,9 +75357,9 @@ var require_isStreamingPayload2 = __commonJS({
|
|
|
75365
75357
|
}
|
|
75366
75358
|
});
|
|
75367
75359
|
|
|
75368
|
-
// ../../node_modules/.pnpm/@smithy+middleware-retry@3.0.
|
|
75360
|
+
// ../../node_modules/.pnpm/@smithy+middleware-retry@3.0.30/node_modules/@smithy/middleware-retry/dist-cjs/index.js
|
|
75369
75361
|
var require_dist_cjs112 = __commonJS({
|
|
75370
|
-
"../../node_modules/.pnpm/@smithy+middleware-retry@3.0.
|
|
75362
|
+
"../../node_modules/.pnpm/@smithy+middleware-retry@3.0.30/node_modules/@smithy/middleware-retry/dist-cjs/index.js"(exports, module) {
|
|
75371
75363
|
var __defProp2 = Object.defineProperty;
|
|
75372
75364
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
75373
75365
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -75967,9 +75959,9 @@ var require_dist_cjs113 = __commonJS({
|
|
|
75967
75959
|
}
|
|
75968
75960
|
});
|
|
75969
75961
|
|
|
75970
|
-
// ../../node_modules/.pnpm/@smithy+credential-provider-imds@3.2.
|
|
75962
|
+
// ../../node_modules/.pnpm/@smithy+credential-provider-imds@3.2.8/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js
|
|
75971
75963
|
var require_dist_cjs114 = __commonJS({
|
|
75972
|
-
"../../node_modules/.pnpm/@smithy+credential-provider-imds@3.2.
|
|
75964
|
+
"../../node_modules/.pnpm/@smithy+credential-provider-imds@3.2.8/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js"(exports, module) {
|
|
75973
75965
|
var __defProp2 = Object.defineProperty;
|
|
75974
75966
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
75975
75967
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -76828,9 +76820,9 @@ var require_dist_cjs116 = __commonJS({
|
|
|
76828
76820
|
}
|
|
76829
76821
|
});
|
|
76830
76822
|
|
|
76831
|
-
// ../../node_modules/.pnpm/@smithy+hash-node@3.0.
|
|
76823
|
+
// ../../node_modules/.pnpm/@smithy+hash-node@3.0.11/node_modules/@smithy/hash-node/dist-cjs/index.js
|
|
76832
76824
|
var require_dist_cjs117 = __commonJS({
|
|
76833
|
-
"../../node_modules/.pnpm/@smithy+hash-node@3.0.
|
|
76825
|
+
"../../node_modules/.pnpm/@smithy+hash-node@3.0.11/node_modules/@smithy/hash-node/dist-cjs/index.js"(exports, module) {
|
|
76834
76826
|
var __defProp2 = Object.defineProperty;
|
|
76835
76827
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
76836
76828
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -77046,9 +77038,9 @@ var require_runtimeConfig_shared5 = __commonJS({
|
|
|
77046
77038
|
}
|
|
77047
77039
|
});
|
|
77048
77040
|
|
|
77049
|
-
// ../../node_modules/.pnpm/@smithy+util-defaults-mode-node@3.0.
|
|
77041
|
+
// ../../node_modules/.pnpm/@smithy+util-defaults-mode-node@3.0.30/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js
|
|
77050
77042
|
var require_dist_cjs119 = __commonJS({
|
|
77051
|
-
"../../node_modules/.pnpm/@smithy+util-defaults-mode-node@3.0.
|
|
77043
|
+
"../../node_modules/.pnpm/@smithy+util-defaults-mode-node@3.0.30/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js"(exports, module) {
|
|
77052
77044
|
var __create2 = Object.create;
|
|
77053
77045
|
var __defProp2 = Object.defineProperty;
|
|
77054
77046
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -82428,9 +82420,9 @@ var require_dist_cjs130 = __commonJS({
|
|
|
82428
82420
|
}
|
|
82429
82421
|
});
|
|
82430
82422
|
|
|
82431
|
-
// ../../node_modules/.pnpm/@smithy+util-waiter@3.
|
|
82423
|
+
// ../../node_modules/.pnpm/@smithy+util-waiter@3.2.0/node_modules/@smithy/util-waiter/dist-cjs/index.js
|
|
82432
82424
|
var require_dist_cjs131 = __commonJS({
|
|
82433
|
-
"../../node_modules/.pnpm/@smithy+util-waiter@3.
|
|
82425
|
+
"../../node_modules/.pnpm/@smithy+util-waiter@3.2.0/node_modules/@smithy/util-waiter/dist-cjs/index.js"(exports, module) {
|
|
82434
82426
|
var __defProp2 = Object.defineProperty;
|
|
82435
82427
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
82436
82428
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -82505,35 +82497,56 @@ var require_dist_cjs131 = __commonJS({
|
|
|
82505
82497
|
var randomInRange = /* @__PURE__ */ __name((min, max) => min + Math.random() * (max - min), "randomInRange");
|
|
82506
82498
|
var runPolling = /* @__PURE__ */ __name(async ({ minDelay, maxDelay, maxWaitTime, abortController, client, abortSignal }, input, acceptorChecks) => {
|
|
82507
82499
|
var _a;
|
|
82500
|
+
const observedResponses = {};
|
|
82508
82501
|
const { state: state2, reason } = await acceptorChecks(client, input);
|
|
82502
|
+
if (reason) {
|
|
82503
|
+
const message = createMessageFromResponse(reason);
|
|
82504
|
+
observedResponses[message] |= 0;
|
|
82505
|
+
observedResponses[message] += 1;
|
|
82506
|
+
}
|
|
82509
82507
|
if (state2 !== "RETRY") {
|
|
82510
|
-
return { state: state2, reason };
|
|
82508
|
+
return { state: state2, reason, observedResponses };
|
|
82511
82509
|
}
|
|
82512
82510
|
let currentAttempt = 1;
|
|
82513
82511
|
const waitUntil = Date.now() + maxWaitTime * 1e3;
|
|
82514
82512
|
const attemptCeiling = Math.log(maxDelay / minDelay) / Math.log(2) + 1;
|
|
82515
82513
|
while (true) {
|
|
82516
82514
|
if (((_a = abortController == null ? void 0 : abortController.signal) == null ? void 0 : _a.aborted) || (abortSignal == null ? void 0 : abortSignal.aborted)) {
|
|
82517
|
-
|
|
82518
|
-
|
|
82519
|
-
|
|
82520
|
-
};
|
|
82515
|
+
const message = "AbortController signal aborted.";
|
|
82516
|
+
observedResponses[message] |= 0;
|
|
82517
|
+
observedResponses[message] += 1;
|
|
82518
|
+
return { state: "ABORTED", observedResponses };
|
|
82521
82519
|
}
|
|
82522
82520
|
const delay = exponentialBackoffWithJitter(minDelay, maxDelay, attemptCeiling, currentAttempt);
|
|
82523
82521
|
if (Date.now() + delay * 1e3 > waitUntil) {
|
|
82524
|
-
return {
|
|
82525
|
-
state: "TIMEOUT"
|
|
82526
|
-
/* TIMEOUT */
|
|
82527
|
-
};
|
|
82522
|
+
return { state: "TIMEOUT", observedResponses };
|
|
82528
82523
|
}
|
|
82529
82524
|
await sleep(delay);
|
|
82530
82525
|
const { state: state22, reason: reason2 } = await acceptorChecks(client, input);
|
|
82526
|
+
if (reason2) {
|
|
82527
|
+
const message = createMessageFromResponse(reason2);
|
|
82528
|
+
observedResponses[message] |= 0;
|
|
82529
|
+
observedResponses[message] += 1;
|
|
82530
|
+
}
|
|
82531
82531
|
if (state22 !== "RETRY") {
|
|
82532
|
-
return { state: state22, reason: reason2 };
|
|
82532
|
+
return { state: state22, reason: reason2, observedResponses };
|
|
82533
82533
|
}
|
|
82534
82534
|
currentAttempt += 1;
|
|
82535
82535
|
}
|
|
82536
82536
|
}, "runPolling");
|
|
82537
|
+
var createMessageFromResponse = /* @__PURE__ */ __name((reason) => {
|
|
82538
|
+
var _a;
|
|
82539
|
+
if (reason == null ? void 0 : reason.$responseBodyText) {
|
|
82540
|
+
return `Deserialization error for body: ${reason.$responseBodyText}`;
|
|
82541
|
+
}
|
|
82542
|
+
if ((_a = reason == null ? void 0 : reason.$metadata) == null ? void 0 : _a.httpStatusCode) {
|
|
82543
|
+
if (reason.$response || reason.message) {
|
|
82544
|
+
return `${reason.$response.statusCode ?? reason.$metadata.httpStatusCode ?? "Unknown"}: ${reason.message}`;
|
|
82545
|
+
}
|
|
82546
|
+
return `${reason.$metadata.httpStatusCode}: OK`;
|
|
82547
|
+
}
|
|
82548
|
+
return String((reason == null ? void 0 : reason.message) ?? JSON.stringify(reason) ?? "Unknown");
|
|
82549
|
+
}, "createMessageFromResponse");
|
|
82537
82550
|
var validateWaiterOptions = /* @__PURE__ */ __name((options) => {
|
|
82538
82551
|
if (options.maxWaitTime < 1) {
|
|
82539
82552
|
throw new Error(`WaiterConfiguration.maxWaitTime must be greater than 0`);
|