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
|
@@ -37296,9 +37296,9 @@ var require_dist_cjs69 = __commonJS({
|
|
|
37296
37296
|
}
|
|
37297
37297
|
});
|
|
37298
37298
|
|
|
37299
|
-
// ../../node_modules/.pnpm/@smithy+types@3.7.
|
|
37299
|
+
// ../../node_modules/.pnpm/@smithy+types@3.7.2/node_modules/@smithy/types/dist-cjs/index.js
|
|
37300
37300
|
var require_dist_cjs70 = __commonJS({
|
|
37301
|
-
"../../node_modules/.pnpm/@smithy+types@3.7.
|
|
37301
|
+
"../../node_modules/.pnpm/@smithy+types@3.7.2/node_modules/@smithy/types/dist-cjs/index.js"(exports, module) {
|
|
37302
37302
|
var __defProp2 = Object.defineProperty;
|
|
37303
37303
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
37304
37304
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -37416,9 +37416,9 @@ var require_dist_cjs70 = __commonJS({
|
|
|
37416
37416
|
}
|
|
37417
37417
|
});
|
|
37418
37418
|
|
|
37419
|
-
// ../../node_modules/.pnpm/@smithy+protocol-http@4.1.
|
|
37419
|
+
// ../../node_modules/.pnpm/@smithy+protocol-http@4.1.8/node_modules/@smithy/protocol-http/dist-cjs/index.js
|
|
37420
37420
|
var require_dist_cjs71 = __commonJS({
|
|
37421
|
-
"../../node_modules/.pnpm/@smithy+protocol-http@4.1.
|
|
37421
|
+
"../../node_modules/.pnpm/@smithy+protocol-http@4.1.8/node_modules/@smithy/protocol-http/dist-cjs/index.js"(exports, module) {
|
|
37422
37422
|
var __defProp2 = Object.defineProperty;
|
|
37423
37423
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
37424
37424
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -37858,18 +37858,18 @@ var require_dist_cjs74 = __commonJS({
|
|
|
37858
37858
|
}
|
|
37859
37859
|
});
|
|
37860
37860
|
|
|
37861
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
37861
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/getSmithyContext.js
|
|
37862
37862
|
var import_types, getSmithyContext;
|
|
37863
37863
|
var init_getSmithyContext = __esm({
|
|
37864
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
37864
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/getSmithyContext.js"() {
|
|
37865
37865
|
import_types = __toESM(require_dist_cjs70());
|
|
37866
37866
|
getSmithyContext = (context) => context[import_types.SMITHY_CONTEXT_KEY] || (context[import_types.SMITHY_CONTEXT_KEY] = {});
|
|
37867
37867
|
}
|
|
37868
37868
|
});
|
|
37869
37869
|
|
|
37870
|
-
// ../../node_modules/.pnpm/@smithy+util-middleware@3.0.
|
|
37870
|
+
// ../../node_modules/.pnpm/@smithy+util-middleware@3.0.11/node_modules/@smithy/util-middleware/dist-cjs/index.js
|
|
37871
37871
|
var require_dist_cjs75 = __commonJS({
|
|
37872
|
-
"../../node_modules/.pnpm/@smithy+util-middleware@3.0.
|
|
37872
|
+
"../../node_modules/.pnpm/@smithy+util-middleware@3.0.11/node_modules/@smithy/util-middleware/dist-cjs/index.js"(exports, module) {
|
|
37873
37873
|
var __defProp2 = Object.defineProperty;
|
|
37874
37874
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
37875
37875
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -37905,7 +37905,7 @@ var require_dist_cjs75 = __commonJS({
|
|
|
37905
37905
|
}
|
|
37906
37906
|
});
|
|
37907
37907
|
|
|
37908
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
37908
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js
|
|
37909
37909
|
function convertHttpAuthSchemesToMap(httpAuthSchemes) {
|
|
37910
37910
|
const map = /* @__PURE__ */ new Map();
|
|
37911
37911
|
for (const scheme of httpAuthSchemes) {
|
|
@@ -37915,7 +37915,7 @@ function convertHttpAuthSchemesToMap(httpAuthSchemes) {
|
|
|
37915
37915
|
}
|
|
37916
37916
|
var import_types2, import_util_middleware, httpAuthSchemeMiddleware;
|
|
37917
37917
|
var init_httpAuthSchemeMiddleware = __esm({
|
|
37918
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
37918
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js"() {
|
|
37919
37919
|
import_types2 = __toESM(require_dist_cjs70());
|
|
37920
37920
|
import_util_middleware = __toESM(require_dist_cjs75());
|
|
37921
37921
|
httpAuthSchemeMiddleware = (config, mwOptions) => (next, context) => async (args) => {
|
|
@@ -37952,10 +37952,10 @@ var init_httpAuthSchemeMiddleware = __esm({
|
|
|
37952
37952
|
}
|
|
37953
37953
|
});
|
|
37954
37954
|
|
|
37955
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
37955
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js
|
|
37956
37956
|
var httpAuthSchemeEndpointRuleSetMiddlewareOptions, getHttpAuthSchemeEndpointRuleSetPlugin;
|
|
37957
37957
|
var init_getHttpAuthSchemeEndpointRuleSetPlugin = __esm({
|
|
37958
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
37958
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js"() {
|
|
37959
37959
|
init_httpAuthSchemeMiddleware();
|
|
37960
37960
|
httpAuthSchemeEndpointRuleSetMiddlewareOptions = {
|
|
37961
37961
|
step: "serialize",
|
|
@@ -37976,9 +37976,9 @@ var init_getHttpAuthSchemeEndpointRuleSetPlugin = __esm({
|
|
|
37976
37976
|
}
|
|
37977
37977
|
});
|
|
37978
37978
|
|
|
37979
|
-
// ../../node_modules/.pnpm/@smithy+middleware-serde@3.0.
|
|
37979
|
+
// ../../node_modules/.pnpm/@smithy+middleware-serde@3.0.11/node_modules/@smithy/middleware-serde/dist-cjs/index.js
|
|
37980
37980
|
var require_dist_cjs76 = __commonJS({
|
|
37981
|
-
"../../node_modules/.pnpm/@smithy+middleware-serde@3.0.
|
|
37981
|
+
"../../node_modules/.pnpm/@smithy+middleware-serde@3.0.11/node_modules/@smithy/middleware-serde/dist-cjs/index.js"(exports, module) {
|
|
37982
37982
|
var __defProp2 = Object.defineProperty;
|
|
37983
37983
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
37984
37984
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -38066,10 +38066,10 @@ var require_dist_cjs76 = __commonJS({
|
|
|
38066
38066
|
}
|
|
38067
38067
|
});
|
|
38068
38068
|
|
|
38069
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
38069
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js
|
|
38070
38070
|
var import_middleware_serde, httpAuthSchemeMiddlewareOptions, getHttpAuthSchemePlugin;
|
|
38071
38071
|
var init_getHttpAuthSchemePlugin = __esm({
|
|
38072
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
38072
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js"() {
|
|
38073
38073
|
import_middleware_serde = __toESM(require_dist_cjs76());
|
|
38074
38074
|
init_httpAuthSchemeMiddleware();
|
|
38075
38075
|
httpAuthSchemeMiddlewareOptions = {
|
|
@@ -38091,19 +38091,19 @@ var init_getHttpAuthSchemePlugin = __esm({
|
|
|
38091
38091
|
}
|
|
38092
38092
|
});
|
|
38093
38093
|
|
|
38094
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
38094
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js
|
|
38095
38095
|
var init_middleware_http_auth_scheme = __esm({
|
|
38096
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
38096
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js"() {
|
|
38097
38097
|
init_httpAuthSchemeMiddleware();
|
|
38098
38098
|
init_getHttpAuthSchemeEndpointRuleSetPlugin();
|
|
38099
38099
|
init_getHttpAuthSchemePlugin();
|
|
38100
38100
|
}
|
|
38101
38101
|
});
|
|
38102
38102
|
|
|
38103
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
38103
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js
|
|
38104
38104
|
var import_protocol_http, import_types3, import_util_middleware2, defaultErrorHandler, defaultSuccessHandler, httpSigningMiddleware;
|
|
38105
38105
|
var init_httpSigningMiddleware = __esm({
|
|
38106
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
38106
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js"() {
|
|
38107
38107
|
import_protocol_http = __toESM(require_dist_cjs71());
|
|
38108
38108
|
import_types3 = __toESM(require_dist_cjs70());
|
|
38109
38109
|
import_util_middleware2 = __toESM(require_dist_cjs75());
|
|
@@ -38132,10 +38132,10 @@ var init_httpSigningMiddleware = __esm({
|
|
|
38132
38132
|
}
|
|
38133
38133
|
});
|
|
38134
38134
|
|
|
38135
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
38135
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js
|
|
38136
38136
|
var httpSigningMiddlewareOptions, getHttpSigningPlugin;
|
|
38137
38137
|
var init_getHttpSigningMiddleware = __esm({
|
|
38138
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
38138
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js"() {
|
|
38139
38139
|
init_httpSigningMiddleware();
|
|
38140
38140
|
httpSigningMiddlewareOptions = {
|
|
38141
38141
|
step: "finalizeRequest",
|
|
@@ -38154,18 +38154,18 @@ var init_getHttpSigningMiddleware = __esm({
|
|
|
38154
38154
|
}
|
|
38155
38155
|
});
|
|
38156
38156
|
|
|
38157
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
38157
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js
|
|
38158
38158
|
var init_middleware_http_signing = __esm({
|
|
38159
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
38159
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js"() {
|
|
38160
38160
|
init_httpSigningMiddleware();
|
|
38161
38161
|
init_getHttpSigningMiddleware();
|
|
38162
38162
|
}
|
|
38163
38163
|
});
|
|
38164
38164
|
|
|
38165
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
38165
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/normalizeProvider.js
|
|
38166
38166
|
var normalizeProvider;
|
|
38167
38167
|
var init_normalizeProvider = __esm({
|
|
38168
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
38168
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/normalizeProvider.js"() {
|
|
38169
38169
|
normalizeProvider = (input) => {
|
|
38170
38170
|
if (typeof input === "function")
|
|
38171
38171
|
return input;
|
|
@@ -38175,7 +38175,7 @@ var init_normalizeProvider = __esm({
|
|
|
38175
38175
|
}
|
|
38176
38176
|
});
|
|
38177
38177
|
|
|
38178
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
38178
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/pagination/createPaginator.js
|
|
38179
38179
|
function createPaginator(ClientCtor, CommandCtor, inputTokenName, outputTokenName, pageSizeTokenName) {
|
|
38180
38180
|
return async function* paginateOperation(config, input, ...additionalArguments) {
|
|
38181
38181
|
let token = config.startingToken || void 0;
|
|
@@ -38201,7 +38201,7 @@ function createPaginator(ClientCtor, CommandCtor, inputTokenName, outputTokenNam
|
|
|
38201
38201
|
}
|
|
38202
38202
|
var makePagedClientRequest, get;
|
|
38203
38203
|
var init_createPaginator = __esm({
|
|
38204
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
38204
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/pagination/createPaginator.js"() {
|
|
38205
38205
|
makePagedClientRequest = async (CommandCtor, client, input, ...args) => {
|
|
38206
38206
|
return await client.send(new CommandCtor(input), ...args);
|
|
38207
38207
|
};
|
|
@@ -38417,9 +38417,9 @@ var require_dist_cjs80 = __commonJS({
|
|
|
38417
38417
|
}
|
|
38418
38418
|
});
|
|
38419
38419
|
|
|
38420
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
38420
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js
|
|
38421
38421
|
var require_getAwsChunkedEncodingStream2 = __commonJS({
|
|
38422
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
38422
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js"(exports) {
|
|
38423
38423
|
"use strict";
|
|
38424
38424
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38425
38425
|
exports.getAwsChunkedEncodingStream = void 0;
|
|
@@ -38491,9 +38491,9 @@ var require_dist_cjs81 = __commonJS({
|
|
|
38491
38491
|
}
|
|
38492
38492
|
});
|
|
38493
38493
|
|
|
38494
|
-
// ../../node_modules/.pnpm/@smithy+querystring-builder@3.0.
|
|
38494
|
+
// ../../node_modules/.pnpm/@smithy+querystring-builder@3.0.11/node_modules/@smithy/querystring-builder/dist-cjs/index.js
|
|
38495
38495
|
var require_dist_cjs82 = __commonJS({
|
|
38496
|
-
"../../node_modules/.pnpm/@smithy+querystring-builder@3.0.
|
|
38496
|
+
"../../node_modules/.pnpm/@smithy+querystring-builder@3.0.11/node_modules/@smithy/querystring-builder/dist-cjs/index.js"(exports, module) {
|
|
38497
38497
|
var __defProp2 = Object.defineProperty;
|
|
38498
38498
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
38499
38499
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -38541,9 +38541,9 @@ var require_dist_cjs82 = __commonJS({
|
|
|
38541
38541
|
}
|
|
38542
38542
|
});
|
|
38543
38543
|
|
|
38544
|
-
// ../../node_modules/.pnpm/@smithy+node-http-handler@3.3.
|
|
38544
|
+
// ../../node_modules/.pnpm/@smithy+node-http-handler@3.3.2/node_modules/@smithy/node-http-handler/dist-cjs/index.js
|
|
38545
38545
|
var require_dist_cjs83 = __commonJS({
|
|
38546
|
-
"../../node_modules/.pnpm/@smithy+node-http-handler@3.3.
|
|
38546
|
+
"../../node_modules/.pnpm/@smithy+node-http-handler@3.3.2/node_modules/@smithy/node-http-handler/dist-cjs/index.js"(exports, module) {
|
|
38547
38547
|
var __create2 = Object.create;
|
|
38548
38548
|
var __defProp2 = Object.defineProperty;
|
|
38549
38549
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -38594,8 +38594,8 @@ var require_dist_cjs83 = __commonJS({
|
|
|
38594
38594
|
return transformedHeaders;
|
|
38595
38595
|
}, "getTransformedHeaders");
|
|
38596
38596
|
var timing = {
|
|
38597
|
-
setTimeout,
|
|
38598
|
-
clearTimeout
|
|
38597
|
+
setTimeout: (cb, ms) => setTimeout(cb, ms),
|
|
38598
|
+
clearTimeout: (timeoutId) => clearTimeout(timeoutId)
|
|
38599
38599
|
};
|
|
38600
38600
|
var DEFER_EVENT_LISTENER_TIME = 1e3;
|
|
38601
38601
|
var setConnectionTimeout = /* @__PURE__ */ __name((request, reject, timeoutInMs = 0) => {
|
|
@@ -38675,26 +38675,29 @@ var require_dist_cjs83 = __commonJS({
|
|
|
38675
38675
|
const headers = request.headers ?? {};
|
|
38676
38676
|
const expect = headers["Expect"] || headers["expect"];
|
|
38677
38677
|
let timeoutId = -1;
|
|
38678
|
-
let
|
|
38678
|
+
let sendBody = true;
|
|
38679
38679
|
if (expect === "100-continue") {
|
|
38680
|
-
await Promise.race([
|
|
38680
|
+
sendBody = await Promise.race([
|
|
38681
38681
|
new Promise((resolve) => {
|
|
38682
38682
|
timeoutId = Number(timing.setTimeout(resolve, Math.max(MIN_WAIT_TIME, maxContinueTimeoutMs)));
|
|
38683
38683
|
}),
|
|
38684
38684
|
new Promise((resolve) => {
|
|
38685
38685
|
httpRequest.on("continue", () => {
|
|
38686
38686
|
timing.clearTimeout(timeoutId);
|
|
38687
|
-
resolve();
|
|
38687
|
+
resolve(true);
|
|
38688
|
+
});
|
|
38689
|
+
httpRequest.on("response", () => {
|
|
38690
|
+
timing.clearTimeout(timeoutId);
|
|
38691
|
+
resolve(false);
|
|
38688
38692
|
});
|
|
38689
38693
|
httpRequest.on("error", () => {
|
|
38690
|
-
hasError = true;
|
|
38691
38694
|
timing.clearTimeout(timeoutId);
|
|
38692
|
-
resolve();
|
|
38695
|
+
resolve(false);
|
|
38693
38696
|
});
|
|
38694
38697
|
})
|
|
38695
38698
|
]);
|
|
38696
38699
|
}
|
|
38697
|
-
if (
|
|
38700
|
+
if (sendBody) {
|
|
38698
38701
|
writeBody(httpRequest, request.body);
|
|
38699
38702
|
}
|
|
38700
38703
|
}
|
|
@@ -39295,9 +39298,9 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
|
|
39295
39298
|
}
|
|
39296
39299
|
});
|
|
39297
39300
|
|
|
39298
|
-
// ../../node_modules/.pnpm/@smithy+fetch-http-handler@4.1.
|
|
39301
|
+
// ../../node_modules/.pnpm/@smithy+fetch-http-handler@4.1.2/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js
|
|
39299
39302
|
var require_dist_cjs84 = __commonJS({
|
|
39300
|
-
"../../node_modules/.pnpm/@smithy+fetch-http-handler@4.1.
|
|
39303
|
+
"../../node_modules/.pnpm/@smithy+fetch-http-handler@4.1.2/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js"(exports, module) {
|
|
39301
39304
|
var __defProp2 = Object.defineProperty;
|
|
39302
39305
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
39303
39306
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -39582,9 +39585,9 @@ var require_dist_cjs85 = __commonJS({
|
|
|
39582
39585
|
}
|
|
39583
39586
|
});
|
|
39584
39587
|
|
|
39585
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
39588
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js
|
|
39586
39589
|
var require_stream_type_check = __commonJS({
|
|
39587
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
39590
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js"(exports) {
|
|
39588
39591
|
"use strict";
|
|
39589
39592
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39590
39593
|
exports.isBlob = exports.isReadableStream = void 0;
|
|
@@ -39601,9 +39604,9 @@ var require_stream_type_check = __commonJS({
|
|
|
39601
39604
|
}
|
|
39602
39605
|
});
|
|
39603
39606
|
|
|
39604
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
39607
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js
|
|
39605
39608
|
var require_sdk_stream_mixin_browser = __commonJS({
|
|
39606
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
39609
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js"(exports) {
|
|
39607
39610
|
"use strict";
|
|
39608
39611
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39609
39612
|
exports.sdkStreamMixin = void 0;
|
|
@@ -39669,9 +39672,9 @@ var require_sdk_stream_mixin_browser = __commonJS({
|
|
|
39669
39672
|
}
|
|
39670
39673
|
});
|
|
39671
39674
|
|
|
39672
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
39675
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js
|
|
39673
39676
|
var require_sdk_stream_mixin2 = __commonJS({
|
|
39674
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
39677
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js"(exports) {
|
|
39675
39678
|
"use strict";
|
|
39676
39679
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39677
39680
|
exports.sdkStreamMixin = void 0;
|
|
@@ -39728,9 +39731,9 @@ var require_sdk_stream_mixin2 = __commonJS({
|
|
|
39728
39731
|
}
|
|
39729
39732
|
});
|
|
39730
39733
|
|
|
39731
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
39734
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js
|
|
39732
39735
|
var require_splitStream_browser = __commonJS({
|
|
39733
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
39736
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js"(exports) {
|
|
39734
39737
|
"use strict";
|
|
39735
39738
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39736
39739
|
exports.splitStream = void 0;
|
|
@@ -39745,9 +39748,9 @@ var require_splitStream_browser = __commonJS({
|
|
|
39745
39748
|
}
|
|
39746
39749
|
});
|
|
39747
39750
|
|
|
39748
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
39751
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/splitStream.js
|
|
39749
39752
|
var require_splitStream = __commonJS({
|
|
39750
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
39753
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/splitStream.js"(exports) {
|
|
39751
39754
|
"use strict";
|
|
39752
39755
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39753
39756
|
exports.splitStream = void 0;
|
|
@@ -39768,9 +39771,9 @@ var require_splitStream = __commonJS({
|
|
|
39768
39771
|
}
|
|
39769
39772
|
});
|
|
39770
39773
|
|
|
39771
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
39774
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js
|
|
39772
39775
|
var require_headStream_browser = __commonJS({
|
|
39773
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
39776
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js"(exports) {
|
|
39774
39777
|
"use strict";
|
|
39775
39778
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39776
39779
|
exports.headStream = void 0;
|
|
@@ -39809,9 +39812,9 @@ var require_headStream_browser = __commonJS({
|
|
|
39809
39812
|
}
|
|
39810
39813
|
});
|
|
39811
39814
|
|
|
39812
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
39815
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/headStream.js
|
|
39813
39816
|
var require_headStream = __commonJS({
|
|
39814
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
39817
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/headStream.js"(exports) {
|
|
39815
39818
|
"use strict";
|
|
39816
39819
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39817
39820
|
exports.headStream = void 0;
|
|
@@ -39861,9 +39864,9 @@ var require_headStream = __commonJS({
|
|
|
39861
39864
|
}
|
|
39862
39865
|
});
|
|
39863
39866
|
|
|
39864
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
39867
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js
|
|
39865
39868
|
var require_ChecksumStream = __commonJS({
|
|
39866
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
39869
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js"(exports) {
|
|
39867
39870
|
"use strict";
|
|
39868
39871
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39869
39872
|
exports.ChecksumStream = void 0;
|
|
@@ -39913,9 +39916,9 @@ var require_ChecksumStream = __commonJS({
|
|
|
39913
39916
|
}
|
|
39914
39917
|
});
|
|
39915
39918
|
|
|
39916
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
39919
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js
|
|
39917
39920
|
var require_ChecksumStream_browser = __commonJS({
|
|
39918
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
39921
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js"(exports) {
|
|
39919
39922
|
"use strict";
|
|
39920
39923
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39921
39924
|
exports.ChecksumStream = void 0;
|
|
@@ -39927,9 +39930,9 @@ var require_ChecksumStream_browser = __commonJS({
|
|
|
39927
39930
|
}
|
|
39928
39931
|
});
|
|
39929
39932
|
|
|
39930
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
39933
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js
|
|
39931
39934
|
var require_createChecksumStream_browser = __commonJS({
|
|
39932
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
39935
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js"(exports) {
|
|
39933
39936
|
"use strict";
|
|
39934
39937
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39935
39938
|
exports.createChecksumStream = void 0;
|
|
@@ -39972,9 +39975,9 @@ var require_createChecksumStream_browser = __commonJS({
|
|
|
39972
39975
|
}
|
|
39973
39976
|
});
|
|
39974
39977
|
|
|
39975
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
39978
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js
|
|
39976
39979
|
var require_createChecksumStream = __commonJS({
|
|
39977
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
39980
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js"(exports) {
|
|
39978
39981
|
"use strict";
|
|
39979
39982
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39980
39983
|
exports.createChecksumStream = void 0;
|
|
@@ -39991,9 +39994,9 @@ var require_createChecksumStream = __commonJS({
|
|
|
39991
39994
|
}
|
|
39992
39995
|
});
|
|
39993
39996
|
|
|
39994
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
39997
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/index.js
|
|
39995
39998
|
var require_dist_cjs86 = __commonJS({
|
|
39996
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
39999
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.2/node_modules/@smithy/util-stream/dist-cjs/index.js"(exports, module) {
|
|
39997
40000
|
var __defProp2 = Object.defineProperty;
|
|
39998
40001
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
39999
40002
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -40075,10 +40078,10 @@ var require_dist_cjs86 = __commonJS({
|
|
|
40075
40078
|
}
|
|
40076
40079
|
});
|
|
40077
40080
|
|
|
40078
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40081
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js
|
|
40079
40082
|
var import_util_stream, collectBody2;
|
|
40080
40083
|
var init_collect_stream_body = __esm({
|
|
40081
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40084
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js"() {
|
|
40082
40085
|
import_util_stream = __toESM(require_dist_cjs86());
|
|
40083
40086
|
collectBody2 = async (streamBody = new Uint8Array(), context) => {
|
|
40084
40087
|
if (streamBody instanceof Uint8Array) {
|
|
@@ -40093,21 +40096,21 @@ var init_collect_stream_body = __esm({
|
|
|
40093
40096
|
}
|
|
40094
40097
|
});
|
|
40095
40098
|
|
|
40096
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40099
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js
|
|
40097
40100
|
function extendedEncodeURIComponent2(str) {
|
|
40098
40101
|
return encodeURIComponent(str).replace(/[!'()*]/g, function(c) {
|
|
40099
40102
|
return "%" + c.charCodeAt(0).toString(16).toUpperCase();
|
|
40100
40103
|
});
|
|
40101
40104
|
}
|
|
40102
40105
|
var init_extended_encode_uri_component = __esm({
|
|
40103
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40106
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js"() {
|
|
40104
40107
|
}
|
|
40105
40108
|
});
|
|
40106
40109
|
|
|
40107
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40110
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js
|
|
40108
40111
|
var resolvedPath2;
|
|
40109
40112
|
var init_resolve_path = __esm({
|
|
40110
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40113
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js"() {
|
|
40111
40114
|
init_extended_encode_uri_component();
|
|
40112
40115
|
resolvedPath2 = (resolvedPath3, input, memberName, labelValueProvider, uriLabel, isGreedyLabel) => {
|
|
40113
40116
|
if (input != null && input[memberName] !== void 0) {
|
|
@@ -40124,13 +40127,13 @@ var init_resolve_path = __esm({
|
|
|
40124
40127
|
}
|
|
40125
40128
|
});
|
|
40126
40129
|
|
|
40127
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40130
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js
|
|
40128
40131
|
function requestBuilder(input, context) {
|
|
40129
40132
|
return new RequestBuilder(input, context);
|
|
40130
40133
|
}
|
|
40131
40134
|
var import_protocol_http2, RequestBuilder;
|
|
40132
40135
|
var init_requestBuilder = __esm({
|
|
40133
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40136
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js"() {
|
|
40134
40137
|
import_protocol_http2 = __toESM(require_dist_cjs71());
|
|
40135
40138
|
init_resolve_path();
|
|
40136
40139
|
RequestBuilder = class {
|
|
@@ -40198,7 +40201,7 @@ var init_requestBuilder = __esm({
|
|
|
40198
40201
|
}
|
|
40199
40202
|
});
|
|
40200
40203
|
|
|
40201
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40204
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/index.js
|
|
40202
40205
|
var protocols_exports = {};
|
|
40203
40206
|
__export(protocols_exports, {
|
|
40204
40207
|
RequestBuilder: () => RequestBuilder,
|
|
@@ -40208,7 +40211,7 @@ __export(protocols_exports, {
|
|
|
40208
40211
|
resolvedPath: () => resolvedPath2
|
|
40209
40212
|
});
|
|
40210
40213
|
var init_protocols = __esm({
|
|
40211
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40214
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/submodules/protocols/index.js"() {
|
|
40212
40215
|
init_collect_stream_body();
|
|
40213
40216
|
init_extended_encode_uri_component();
|
|
40214
40217
|
init_requestBuilder();
|
|
@@ -40216,14 +40219,14 @@ var init_protocols = __esm({
|
|
|
40216
40219
|
}
|
|
40217
40220
|
});
|
|
40218
40221
|
|
|
40219
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40222
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js
|
|
40220
40223
|
var init_requestBuilder2 = __esm({
|
|
40221
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40224
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js"() {
|
|
40222
40225
|
init_protocols();
|
|
40223
40226
|
}
|
|
40224
40227
|
});
|
|
40225
40228
|
|
|
40226
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40229
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/setFeature.js
|
|
40227
40230
|
function setFeature(context, feature, value) {
|
|
40228
40231
|
if (!context.__smithy_context) {
|
|
40229
40232
|
context.__smithy_context = {
|
|
@@ -40235,14 +40238,14 @@ function setFeature(context, feature, value) {
|
|
|
40235
40238
|
context.__smithy_context.features[feature] = value;
|
|
40236
40239
|
}
|
|
40237
40240
|
var init_setFeature = __esm({
|
|
40238
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40241
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/setFeature.js"() {
|
|
40239
40242
|
}
|
|
40240
40243
|
});
|
|
40241
40244
|
|
|
40242
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40245
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js
|
|
40243
40246
|
var DefaultIdentityProviderConfig;
|
|
40244
40247
|
var init_DefaultIdentityProviderConfig = __esm({
|
|
40245
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40248
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js"() {
|
|
40246
40249
|
DefaultIdentityProviderConfig = class {
|
|
40247
40250
|
constructor(config) {
|
|
40248
40251
|
this.authSchemes = /* @__PURE__ */ new Map();
|
|
@@ -40259,10 +40262,10 @@ var init_DefaultIdentityProviderConfig = __esm({
|
|
|
40259
40262
|
}
|
|
40260
40263
|
});
|
|
40261
40264
|
|
|
40262
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40265
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js
|
|
40263
40266
|
var import_protocol_http3, import_types4, HttpApiKeyAuthSigner;
|
|
40264
40267
|
var init_httpApiKeyAuth = __esm({
|
|
40265
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40268
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js"() {
|
|
40266
40269
|
import_protocol_http3 = __toESM(require_dist_cjs71());
|
|
40267
40270
|
import_types4 = __toESM(require_dist_cjs70());
|
|
40268
40271
|
HttpApiKeyAuthSigner = class {
|
|
@@ -40293,10 +40296,10 @@ var init_httpApiKeyAuth = __esm({
|
|
|
40293
40296
|
}
|
|
40294
40297
|
});
|
|
40295
40298
|
|
|
40296
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40299
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js
|
|
40297
40300
|
var import_protocol_http4, HttpBearerAuthSigner;
|
|
40298
40301
|
var init_httpBearerAuth = __esm({
|
|
40299
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40302
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js"() {
|
|
40300
40303
|
import_protocol_http4 = __toESM(require_dist_cjs71());
|
|
40301
40304
|
HttpBearerAuthSigner = class {
|
|
40302
40305
|
async sign(httpRequest, identity, signingProperties) {
|
|
@@ -40311,10 +40314,10 @@ var init_httpBearerAuth = __esm({
|
|
|
40311
40314
|
}
|
|
40312
40315
|
});
|
|
40313
40316
|
|
|
40314
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40317
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js
|
|
40315
40318
|
var NoAuthSigner;
|
|
40316
40319
|
var init_noAuth = __esm({
|
|
40317
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40320
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js"() {
|
|
40318
40321
|
NoAuthSigner = class {
|
|
40319
40322
|
async sign(httpRequest, identity, signingProperties) {
|
|
40320
40323
|
return httpRequest;
|
|
@@ -40323,19 +40326,19 @@ var init_noAuth = __esm({
|
|
|
40323
40326
|
}
|
|
40324
40327
|
});
|
|
40325
40328
|
|
|
40326
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40329
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js
|
|
40327
40330
|
var init_httpAuthSchemes = __esm({
|
|
40328
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40331
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js"() {
|
|
40329
40332
|
init_httpApiKeyAuth();
|
|
40330
40333
|
init_httpBearerAuth();
|
|
40331
40334
|
init_noAuth();
|
|
40332
40335
|
}
|
|
40333
40336
|
});
|
|
40334
40337
|
|
|
40335
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40338
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js
|
|
40336
40339
|
var createIsIdentityExpiredFunction, EXPIRATION_MS, isIdentityExpired, doesIdentityRequireRefresh, memoizeIdentityProvider;
|
|
40337
40340
|
var init_memoizeIdentityProvider = __esm({
|
|
40338
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40341
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js"() {
|
|
40339
40342
|
createIsIdentityExpiredFunction = (expirationMs) => (identity) => doesIdentityRequireRefresh(identity) && identity.expiration.getTime() - Date.now() < expirationMs;
|
|
40340
40343
|
EXPIRATION_MS = 3e5;
|
|
40341
40344
|
isIdentityExpired = createIsIdentityExpiredFunction(EXPIRATION_MS);
|
|
@@ -40391,16 +40394,16 @@ var init_memoizeIdentityProvider = __esm({
|
|
|
40391
40394
|
}
|
|
40392
40395
|
});
|
|
40393
40396
|
|
|
40394
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40397
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js
|
|
40395
40398
|
var init_util_identity_and_auth = __esm({
|
|
40396
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40399
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js"() {
|
|
40397
40400
|
init_DefaultIdentityProviderConfig();
|
|
40398
40401
|
init_httpAuthSchemes();
|
|
40399
40402
|
init_memoizeIdentityProvider();
|
|
40400
40403
|
}
|
|
40401
40404
|
});
|
|
40402
40405
|
|
|
40403
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40406
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/index.js
|
|
40404
40407
|
var dist_es_exports = {};
|
|
40405
40408
|
__export(dist_es_exports, {
|
|
40406
40409
|
DefaultIdentityProviderConfig: () => DefaultIdentityProviderConfig,
|
|
@@ -40427,7 +40430,7 @@ __export(dist_es_exports, {
|
|
|
40427
40430
|
setFeature: () => setFeature
|
|
40428
40431
|
});
|
|
40429
40432
|
var init_dist_es = __esm({
|
|
40430
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
40433
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.5/node_modules/@smithy/core/dist-es/index.js"() {
|
|
40431
40434
|
init_getSmithyContext();
|
|
40432
40435
|
init_middleware_http_auth_scheme();
|
|
40433
40436
|
init_middleware_http_signing();
|
|
@@ -40439,9 +40442,9 @@ var init_dist_es = __esm({
|
|
|
40439
40442
|
}
|
|
40440
40443
|
});
|
|
40441
40444
|
|
|
40442
|
-
// ../../node_modules/.pnpm/@smithy+util-endpoints@2.1.
|
|
40445
|
+
// ../../node_modules/.pnpm/@smithy+util-endpoints@2.1.7/node_modules/@smithy/util-endpoints/dist-cjs/index.js
|
|
40443
40446
|
var require_dist_cjs87 = __commonJS({
|
|
40444
|
-
"../../node_modules/.pnpm/@smithy+util-endpoints@2.1.
|
|
40447
|
+
"../../node_modules/.pnpm/@smithy+util-endpoints@2.1.7/node_modules/@smithy/util-endpoints/dist-cjs/index.js"(exports, module) {
|
|
40445
40448
|
var __defProp2 = Object.defineProperty;
|
|
40446
40449
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
40447
40450
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -41505,9 +41508,9 @@ var init_AwsSdkSigV4ASigner = __esm({
|
|
|
41505
41508
|
}
|
|
41506
41509
|
});
|
|
41507
41510
|
|
|
41508
|
-
// ../../node_modules/.pnpm/@smithy+property-provider@3.1.
|
|
41511
|
+
// ../../node_modules/.pnpm/@smithy+property-provider@3.1.11/node_modules/@smithy/property-provider/dist-cjs/index.js
|
|
41509
41512
|
var require_dist_cjs89 = __commonJS({
|
|
41510
|
-
"../../node_modules/.pnpm/@smithy+property-provider@3.1.
|
|
41513
|
+
"../../node_modules/.pnpm/@smithy+property-provider@3.1.11/node_modules/@smithy/property-provider/dist-cjs/index.js"(exports, module) {
|
|
41511
41514
|
var __defProp2 = Object.defineProperty;
|
|
41512
41515
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
41513
41516
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -41686,9 +41689,9 @@ var init_resolveAwsSdkSigV4AConfig = __esm({
|
|
|
41686
41689
|
}
|
|
41687
41690
|
});
|
|
41688
41691
|
|
|
41689
|
-
// ../../node_modules/.pnpm/@smithy+signature-v4@4.2.
|
|
41692
|
+
// ../../node_modules/.pnpm/@smithy+signature-v4@4.2.4/node_modules/@smithy/signature-v4/dist-cjs/index.js
|
|
41690
41693
|
var require_dist_cjs90 = __commonJS({
|
|
41691
|
-
"../../node_modules/.pnpm/@smithy+signature-v4@4.2.
|
|
41694
|
+
"../../node_modules/.pnpm/@smithy+signature-v4@4.2.4/node_modules/@smithy/signature-v4/dist-cjs/index.js"(exports, module) {
|
|
41692
41695
|
var __defProp2 = Object.defineProperty;
|
|
41693
41696
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
41694
41697
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -42406,9 +42409,9 @@ var init_coercing_serializers = __esm({
|
|
|
42406
42409
|
}
|
|
42407
42410
|
});
|
|
42408
42411
|
|
|
42409
|
-
// ../../node_modules/.pnpm/@smithy+middleware-stack@3.0.
|
|
42412
|
+
// ../../node_modules/.pnpm/@smithy+middleware-stack@3.0.11/node_modules/@smithy/middleware-stack/dist-cjs/index.js
|
|
42410
42413
|
var require_dist_cjs91 = __commonJS({
|
|
42411
|
-
"../../node_modules/.pnpm/@smithy+middleware-stack@3.0.
|
|
42414
|
+
"../../node_modules/.pnpm/@smithy+middleware-stack@3.0.11/node_modules/@smithy/middleware-stack/dist-cjs/index.js"(exports, module) {
|
|
42412
42415
|
var __defProp2 = Object.defineProperty;
|
|
42413
42416
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
42414
42417
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -42723,9 +42726,9 @@ var require_dist_cjs91 = __commonJS({
|
|
|
42723
42726
|
}
|
|
42724
42727
|
});
|
|
42725
42728
|
|
|
42726
|
-
// ../../node_modules/.pnpm/@smithy+smithy-client@3.
|
|
42729
|
+
// ../../node_modules/.pnpm/@smithy+smithy-client@3.5.0/node_modules/@smithy/smithy-client/dist-cjs/index.js
|
|
42727
42730
|
var require_dist_cjs92 = __commonJS({
|
|
42728
|
-
"../../node_modules/.pnpm/@smithy+smithy-client@3.
|
|
42731
|
+
"../../node_modules/.pnpm/@smithy+smithy-client@3.5.0/node_modules/@smithy/smithy-client/dist-cjs/index.js"(exports, module) {
|
|
42729
42732
|
var __defProp2 = Object.defineProperty;
|
|
42730
42733
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
42731
42734
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -42752,7 +42755,6 @@ var require_dist_cjs92 = __commonJS({
|
|
|
42752
42755
|
NoOpLogger: () => NoOpLogger,
|
|
42753
42756
|
SENSITIVE_STRING: () => SENSITIVE_STRING,
|
|
42754
42757
|
ServiceException: () => ServiceException,
|
|
42755
|
-
StringWrapper: () => StringWrapper,
|
|
42756
42758
|
_json: () => _json,
|
|
42757
42759
|
collectBody: () => import_protocols2.collectBody,
|
|
42758
42760
|
convertMap: () => convertMap,
|
|
@@ -43655,40 +43657,30 @@ var require_dist_cjs92 = __commonJS({
|
|
|
43655
43657
|
var isSerializableHeaderValue = /* @__PURE__ */ __name((value) => {
|
|
43656
43658
|
return value != null;
|
|
43657
43659
|
}, "isSerializableHeaderValue");
|
|
43658
|
-
|
|
43659
|
-
const
|
|
43660
|
-
|
|
43661
|
-
|
|
43662
|
-
|
|
43663
|
-
|
|
43664
|
-
|
|
43665
|
-
|
|
43666
|
-
|
|
43667
|
-
|
|
43668
|
-
enumerable: false,
|
|
43669
|
-
writable: true,
|
|
43670
|
-
configurable: true
|
|
43671
|
-
}
|
|
43672
|
-
});
|
|
43673
|
-
Object.setPrototypeOf(StringWrapper, String);
|
|
43674
|
-
var _LazyJsonString = class _LazyJsonString2 extends StringWrapper {
|
|
43675
|
-
deserializeJSON() {
|
|
43676
|
-
return JSON.parse(super.toString());
|
|
43677
|
-
}
|
|
43678
|
-
toJSON() {
|
|
43679
|
-
return super.toString();
|
|
43680
|
-
}
|
|
43681
|
-
static fromObject(object) {
|
|
43682
|
-
if (object instanceof _LazyJsonString2) {
|
|
43683
|
-
return object;
|
|
43684
|
-
} else if (object instanceof String || typeof object === "string") {
|
|
43685
|
-
return new _LazyJsonString2(object);
|
|
43660
|
+
function LazyJsonString(val2) {
|
|
43661
|
+
const str = Object.assign(new String(val2), {
|
|
43662
|
+
deserializeJSON() {
|
|
43663
|
+
return JSON.parse(String(val2));
|
|
43664
|
+
},
|
|
43665
|
+
toString() {
|
|
43666
|
+
return String(val2);
|
|
43667
|
+
},
|
|
43668
|
+
toJSON() {
|
|
43669
|
+
return String(val2);
|
|
43686
43670
|
}
|
|
43687
|
-
|
|
43671
|
+
});
|
|
43672
|
+
return str;
|
|
43673
|
+
}
|
|
43674
|
+
__name(LazyJsonString, "LazyJsonString");
|
|
43675
|
+
LazyJsonString.from = (object) => {
|
|
43676
|
+
if (object && typeof object === "object" && (object instanceof LazyJsonString || "deserializeJSON" in object)) {
|
|
43677
|
+
return object;
|
|
43678
|
+
} else if (typeof object === "string" || Object.getPrototypeOf(object) === String.prototype) {
|
|
43679
|
+
return LazyJsonString(String(object));
|
|
43688
43680
|
}
|
|
43681
|
+
return LazyJsonString(JSON.stringify(object));
|
|
43689
43682
|
};
|
|
43690
|
-
|
|
43691
|
-
var LazyJsonString = _LazyJsonString;
|
|
43683
|
+
LazyJsonString.fromObject = LazyJsonString.from;
|
|
43692
43684
|
var _NoOpLogger = class _NoOpLogger {
|
|
43693
43685
|
trace() {
|
|
43694
43686
|
}
|
|
@@ -45981,9 +45973,9 @@ var require_dist_cjs94 = __commonJS({
|
|
|
45981
45973
|
}
|
|
45982
45974
|
});
|
|
45983
45975
|
|
|
45984
|
-
// ../../node_modules/.pnpm/@smithy+config-resolver@3.0.
|
|
45976
|
+
// ../../node_modules/.pnpm/@smithy+config-resolver@3.0.13/node_modules/@smithy/config-resolver/dist-cjs/index.js
|
|
45985
45977
|
var require_dist_cjs95 = __commonJS({
|
|
45986
|
-
"../../node_modules/.pnpm/@smithy+config-resolver@3.0.
|
|
45978
|
+
"../../node_modules/.pnpm/@smithy+config-resolver@3.0.13/node_modules/@smithy/config-resolver/dist-cjs/index.js"(exports, module) {
|
|
45987
45979
|
var __defProp2 = Object.defineProperty;
|
|
45988
45980
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
45989
45981
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -46167,9 +46159,9 @@ var require_dist_cjs95 = __commonJS({
|
|
|
46167
46159
|
}
|
|
46168
46160
|
});
|
|
46169
46161
|
|
|
46170
|
-
// ../../node_modules/.pnpm/@smithy+middleware-content-length@3.0.
|
|
46162
|
+
// ../../node_modules/.pnpm/@smithy+middleware-content-length@3.0.13/node_modules/@smithy/middleware-content-length/dist-cjs/index.js
|
|
46171
46163
|
var require_dist_cjs96 = __commonJS({
|
|
46172
|
-
"../../node_modules/.pnpm/@smithy+middleware-content-length@3.0.
|
|
46164
|
+
"../../node_modules/.pnpm/@smithy+middleware-content-length@3.0.13/node_modules/@smithy/middleware-content-length/dist-cjs/index.js"(exports, module) {
|
|
46173
46165
|
var __defProp2 = Object.defineProperty;
|
|
46174
46166
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
46175
46167
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -46234,9 +46226,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
46234
46226
|
}
|
|
46235
46227
|
});
|
|
46236
46228
|
|
|
46237
|
-
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
46229
|
+
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js
|
|
46238
46230
|
var require_getHomeDir2 = __commonJS({
|
|
46239
|
-
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
46231
|
+
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js"(exports) {
|
|
46240
46232
|
"use strict";
|
|
46241
46233
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
46242
46234
|
exports.getHomeDir = void 0;
|
|
@@ -46266,9 +46258,9 @@ var require_getHomeDir2 = __commonJS({
|
|
|
46266
46258
|
}
|
|
46267
46259
|
});
|
|
46268
46260
|
|
|
46269
|
-
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
46261
|
+
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js
|
|
46270
46262
|
var require_getSSOTokenFilepath2 = __commonJS({
|
|
46271
|
-
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
46263
|
+
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js"(exports) {
|
|
46272
46264
|
"use strict";
|
|
46273
46265
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
46274
46266
|
exports.getSSOTokenFilepath = void 0;
|
|
@@ -46284,9 +46276,9 @@ var require_getSSOTokenFilepath2 = __commonJS({
|
|
|
46284
46276
|
}
|
|
46285
46277
|
});
|
|
46286
46278
|
|
|
46287
|
-
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
46279
|
+
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js
|
|
46288
46280
|
var require_getSSOTokenFromFile2 = __commonJS({
|
|
46289
|
-
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
46281
|
+
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js"(exports) {
|
|
46290
46282
|
"use strict";
|
|
46291
46283
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
46292
46284
|
exports.getSSOTokenFromFile = void 0;
|
|
@@ -46302,9 +46294,9 @@ var require_getSSOTokenFromFile2 = __commonJS({
|
|
|
46302
46294
|
}
|
|
46303
46295
|
});
|
|
46304
46296
|
|
|
46305
|
-
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
46297
|
+
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js
|
|
46306
46298
|
var require_slurpFile2 = __commonJS({
|
|
46307
|
-
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
46299
|
+
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js"(exports) {
|
|
46308
46300
|
"use strict";
|
|
46309
46301
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
46310
46302
|
exports.slurpFile = void 0;
|
|
@@ -46321,9 +46313,9 @@ var require_slurpFile2 = __commonJS({
|
|
|
46321
46313
|
}
|
|
46322
46314
|
});
|
|
46323
46315
|
|
|
46324
|
-
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
46316
|
+
// ../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js
|
|
46325
46317
|
var require_dist_cjs97 = __commonJS({
|
|
46326
|
-
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.
|
|
46318
|
+
"../../node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.12/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js"(exports, module) {
|
|
46327
46319
|
var __defProp2 = Object.defineProperty;
|
|
46328
46320
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
46329
46321
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -46486,9 +46478,9 @@ var require_dist_cjs97 = __commonJS({
|
|
|
46486
46478
|
}
|
|
46487
46479
|
});
|
|
46488
46480
|
|
|
46489
|
-
// ../../node_modules/.pnpm/@smithy+node-config-provider@3.1.
|
|
46481
|
+
// ../../node_modules/.pnpm/@smithy+node-config-provider@3.1.12/node_modules/@smithy/node-config-provider/dist-cjs/index.js
|
|
46490
46482
|
var require_dist_cjs98 = __commonJS({
|
|
46491
|
-
"../../node_modules/.pnpm/@smithy+node-config-provider@3.1.
|
|
46483
|
+
"../../node_modules/.pnpm/@smithy+node-config-provider@3.1.12/node_modules/@smithy/node-config-provider/dist-cjs/index.js"(exports, module) {
|
|
46492
46484
|
var __defProp2 = Object.defineProperty;
|
|
46493
46485
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
46494
46486
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -46572,9 +46564,9 @@ var require_dist_cjs98 = __commonJS({
|
|
|
46572
46564
|
}
|
|
46573
46565
|
});
|
|
46574
46566
|
|
|
46575
|
-
// ../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.
|
|
46567
|
+
// ../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.5/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js
|
|
46576
46568
|
var require_getEndpointUrlConfig2 = __commonJS({
|
|
46577
|
-
"../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.
|
|
46569
|
+
"../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.5/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js"(exports) {
|
|
46578
46570
|
"use strict";
|
|
46579
46571
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
46580
46572
|
exports.getEndpointUrlConfig = void 0;
|
|
@@ -46613,9 +46605,9 @@ var require_getEndpointUrlConfig2 = __commonJS({
|
|
|
46613
46605
|
}
|
|
46614
46606
|
});
|
|
46615
46607
|
|
|
46616
|
-
// ../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.
|
|
46608
|
+
// ../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.5/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js
|
|
46617
46609
|
var require_getEndpointFromConfig2 = __commonJS({
|
|
46618
|
-
"../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.
|
|
46610
|
+
"../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.5/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js"(exports) {
|
|
46619
46611
|
"use strict";
|
|
46620
46612
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
46621
46613
|
exports.getEndpointFromConfig = void 0;
|
|
@@ -46626,9 +46618,9 @@ var require_getEndpointFromConfig2 = __commonJS({
|
|
|
46626
46618
|
}
|
|
46627
46619
|
});
|
|
46628
46620
|
|
|
46629
|
-
// ../../node_modules/.pnpm/@smithy+querystring-parser@3.0.
|
|
46621
|
+
// ../../node_modules/.pnpm/@smithy+querystring-parser@3.0.11/node_modules/@smithy/querystring-parser/dist-cjs/index.js
|
|
46630
46622
|
var require_dist_cjs99 = __commonJS({
|
|
46631
|
-
"../../node_modules/.pnpm/@smithy+querystring-parser@3.0.
|
|
46623
|
+
"../../node_modules/.pnpm/@smithy+querystring-parser@3.0.11/node_modules/@smithy/querystring-parser/dist-cjs/index.js"(exports, module) {
|
|
46632
46624
|
var __defProp2 = Object.defineProperty;
|
|
46633
46625
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
46634
46626
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -46677,9 +46669,9 @@ var require_dist_cjs99 = __commonJS({
|
|
|
46677
46669
|
}
|
|
46678
46670
|
});
|
|
46679
46671
|
|
|
46680
|
-
// ../../node_modules/.pnpm/@smithy+url-parser@3.0.
|
|
46672
|
+
// ../../node_modules/.pnpm/@smithy+url-parser@3.0.11/node_modules/@smithy/url-parser/dist-cjs/index.js
|
|
46681
46673
|
var require_dist_cjs100 = __commonJS({
|
|
46682
|
-
"../../node_modules/.pnpm/@smithy+url-parser@3.0.
|
|
46674
|
+
"../../node_modules/.pnpm/@smithy+url-parser@3.0.11/node_modules/@smithy/url-parser/dist-cjs/index.js"(exports, module) {
|
|
46683
46675
|
var __defProp2 = Object.defineProperty;
|
|
46684
46676
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
46685
46677
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -46724,9 +46716,9 @@ var require_dist_cjs100 = __commonJS({
|
|
|
46724
46716
|
}
|
|
46725
46717
|
});
|
|
46726
46718
|
|
|
46727
|
-
// ../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.
|
|
46719
|
+
// ../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.5/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js
|
|
46728
46720
|
var require_dist_cjs101 = __commonJS({
|
|
46729
|
-
"../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.
|
|
46721
|
+
"../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.5/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js"(exports, module) {
|
|
46730
46722
|
var __defProp2 = Object.defineProperty;
|
|
46731
46723
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
46732
46724
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -46978,9 +46970,9 @@ var require_dist_cjs101 = __commonJS({
|
|
|
46978
46970
|
}
|
|
46979
46971
|
});
|
|
46980
46972
|
|
|
46981
|
-
// ../../node_modules/.pnpm/@smithy+service-error-classification@3.0.
|
|
46973
|
+
// ../../node_modules/.pnpm/@smithy+service-error-classification@3.0.11/node_modules/@smithy/service-error-classification/dist-cjs/index.js
|
|
46982
46974
|
var require_dist_cjs102 = __commonJS({
|
|
46983
|
-
"../../node_modules/.pnpm/@smithy+service-error-classification@3.0.
|
|
46975
|
+
"../../node_modules/.pnpm/@smithy+service-error-classification@3.0.11/node_modules/@smithy/service-error-classification/dist-cjs/index.js"(exports, module) {
|
|
46984
46976
|
var __defProp2 = Object.defineProperty;
|
|
46985
46977
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
46986
46978
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -47047,9 +47039,9 @@ var require_dist_cjs102 = __commonJS({
|
|
|
47047
47039
|
var _a, _b;
|
|
47048
47040
|
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;
|
|
47049
47041
|
}, "isThrottlingError");
|
|
47050
|
-
var isTransientError = /* @__PURE__ */ __name((error) => {
|
|
47042
|
+
var isTransientError = /* @__PURE__ */ __name((error, depth = 0) => {
|
|
47051
47043
|
var _a;
|
|
47052
|
-
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);
|
|
47044
|
+
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);
|
|
47053
47045
|
}, "isTransientError");
|
|
47054
47046
|
var isServerError = /* @__PURE__ */ __name((error) => {
|
|
47055
47047
|
var _a;
|
|
@@ -47065,9 +47057,9 @@ var require_dist_cjs102 = __commonJS({
|
|
|
47065
47057
|
}
|
|
47066
47058
|
});
|
|
47067
47059
|
|
|
47068
|
-
// ../../node_modules/.pnpm/@smithy+util-retry@3.0.
|
|
47060
|
+
// ../../node_modules/.pnpm/@smithy+util-retry@3.0.11/node_modules/@smithy/util-retry/dist-cjs/index.js
|
|
47069
47061
|
var require_dist_cjs103 = __commonJS({
|
|
47070
|
-
"../../node_modules/.pnpm/@smithy+util-retry@3.0.
|
|
47062
|
+
"../../node_modules/.pnpm/@smithy+util-retry@3.0.11/node_modules/@smithy/util-retry/dist-cjs/index.js"(exports, module) {
|
|
47071
47063
|
var __defProp2 = Object.defineProperty;
|
|
47072
47064
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
47073
47065
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -47380,9 +47372,9 @@ var require_dist_cjs103 = __commonJS({
|
|
|
47380
47372
|
}
|
|
47381
47373
|
});
|
|
47382
47374
|
|
|
47383
|
-
// ../../node_modules/.pnpm/@smithy+middleware-retry@3.0.
|
|
47375
|
+
// ../../node_modules/.pnpm/@smithy+middleware-retry@3.0.30/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js
|
|
47384
47376
|
var require_isStreamingPayload2 = __commonJS({
|
|
47385
|
-
"../../node_modules/.pnpm/@smithy+middleware-retry@3.0.
|
|
47377
|
+
"../../node_modules/.pnpm/@smithy+middleware-retry@3.0.30/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js"(exports) {
|
|
47386
47378
|
"use strict";
|
|
47387
47379
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
47388
47380
|
exports.isStreamingPayload = void 0;
|
|
@@ -47392,9 +47384,9 @@ var require_isStreamingPayload2 = __commonJS({
|
|
|
47392
47384
|
}
|
|
47393
47385
|
});
|
|
47394
47386
|
|
|
47395
|
-
// ../../node_modules/.pnpm/@smithy+middleware-retry@3.0.
|
|
47387
|
+
// ../../node_modules/.pnpm/@smithy+middleware-retry@3.0.30/node_modules/@smithy/middleware-retry/dist-cjs/index.js
|
|
47396
47388
|
var require_dist_cjs104 = __commonJS({
|
|
47397
|
-
"../../node_modules/.pnpm/@smithy+middleware-retry@3.0.
|
|
47389
|
+
"../../node_modules/.pnpm/@smithy+middleware-retry@3.0.30/node_modules/@smithy/middleware-retry/dist-cjs/index.js"(exports, module) {
|
|
47398
47390
|
var __defProp2 = Object.defineProperty;
|
|
47399
47391
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
47400
47392
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -47992,9 +47984,9 @@ var require_dist_cjs105 = __commonJS({
|
|
|
47992
47984
|
}
|
|
47993
47985
|
});
|
|
47994
47986
|
|
|
47995
|
-
// ../../node_modules/.pnpm/@smithy+credential-provider-imds@3.2.
|
|
47987
|
+
// ../../node_modules/.pnpm/@smithy+credential-provider-imds@3.2.8/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js
|
|
47996
47988
|
var require_dist_cjs106 = __commonJS({
|
|
47997
|
-
"../../node_modules/.pnpm/@smithy+credential-provider-imds@3.2.
|
|
47989
|
+
"../../node_modules/.pnpm/@smithy+credential-provider-imds@3.2.8/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js"(exports, module) {
|
|
47998
47990
|
var __defProp2 = Object.defineProperty;
|
|
47999
47991
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
48000
47992
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -48853,9 +48845,9 @@ var require_dist_cjs108 = __commonJS({
|
|
|
48853
48845
|
}
|
|
48854
48846
|
});
|
|
48855
48847
|
|
|
48856
|
-
// ../../node_modules/.pnpm/@smithy+hash-node@3.0.
|
|
48848
|
+
// ../../node_modules/.pnpm/@smithy+hash-node@3.0.11/node_modules/@smithy/hash-node/dist-cjs/index.js
|
|
48857
48849
|
var require_dist_cjs109 = __commonJS({
|
|
48858
|
-
"../../node_modules/.pnpm/@smithy+hash-node@3.0.
|
|
48850
|
+
"../../node_modules/.pnpm/@smithy+hash-node@3.0.11/node_modules/@smithy/hash-node/dist-cjs/index.js"(exports, module) {
|
|
48859
48851
|
var __defProp2 = Object.defineProperty;
|
|
48860
48852
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
48861
48853
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -49071,9 +49063,9 @@ var require_runtimeConfig_shared4 = __commonJS({
|
|
|
49071
49063
|
}
|
|
49072
49064
|
});
|
|
49073
49065
|
|
|
49074
|
-
// ../../node_modules/.pnpm/@smithy+util-defaults-mode-node@3.0.
|
|
49066
|
+
// ../../node_modules/.pnpm/@smithy+util-defaults-mode-node@3.0.30/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js
|
|
49075
49067
|
var require_dist_cjs111 = __commonJS({
|
|
49076
|
-
"../../node_modules/.pnpm/@smithy+util-defaults-mode-node@3.0.
|
|
49068
|
+
"../../node_modules/.pnpm/@smithy+util-defaults-mode-node@3.0.30/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js"(exports, module) {
|
|
49077
49069
|
var __create2 = Object.create;
|
|
49078
49070
|
var __defProp2 = Object.defineProperty;
|
|
49079
49071
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|