sst 2.45.1 → 2.45.2
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/update.js +1 -1
- package/constructs/Service.d.ts +9 -7
- package/constructs/Service.js +18 -10
- package/package.json +1 -1
- package/support/bootstrap-metadata-function/index.mjs +530 -443
- package/support/bridge/live-lambda.mjs +53 -53
- package/support/custom-resources/index.mjs +662 -561
- package/support/event-bus-retrier/index.mjs +37 -37
- package/support/job-manager/index.mjs +528 -441
|
@@ -398,9 +398,9 @@ var require_dist_cjs2 = __commonJS({
|
|
|
398
398
|
}
|
|
399
399
|
});
|
|
400
400
|
|
|
401
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-host-header@3.
|
|
401
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-host-header@3.714.0/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js
|
|
402
402
|
var require_dist_cjs3 = __commonJS({
|
|
403
|
-
"../../node_modules/.pnpm/@aws-sdk+middleware-host-header@3.
|
|
403
|
+
"../../node_modules/.pnpm/@aws-sdk+middleware-host-header@3.714.0/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js"(exports, module) {
|
|
404
404
|
"use strict";
|
|
405
405
|
var __defProp2 = Object.defineProperty;
|
|
406
406
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -464,9 +464,9 @@ var require_dist_cjs3 = __commonJS({
|
|
|
464
464
|
}
|
|
465
465
|
});
|
|
466
466
|
|
|
467
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-logger@3.
|
|
467
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-logger@3.714.0/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js
|
|
468
468
|
var require_dist_cjs4 = __commonJS({
|
|
469
|
-
"../../node_modules/.pnpm/@aws-sdk+middleware-logger@3.
|
|
469
|
+
"../../node_modules/.pnpm/@aws-sdk+middleware-logger@3.714.0/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js"(exports, module) {
|
|
470
470
|
"use strict";
|
|
471
471
|
var __defProp2 = Object.defineProperty;
|
|
472
472
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -538,9 +538,9 @@ var require_dist_cjs4 = __commonJS({
|
|
|
538
538
|
}
|
|
539
539
|
});
|
|
540
540
|
|
|
541
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-recursion-detection@3.
|
|
541
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-recursion-detection@3.714.0/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js
|
|
542
542
|
var require_dist_cjs5 = __commonJS({
|
|
543
|
-
"../../node_modules/.pnpm/@aws-sdk+middleware-recursion-detection@3.
|
|
543
|
+
"../../node_modules/.pnpm/@aws-sdk+middleware-recursion-detection@3.714.0/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js"(exports, module) {
|
|
544
544
|
"use strict";
|
|
545
545
|
var __defProp2 = Object.defineProperty;
|
|
546
546
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -602,10 +602,10 @@ var require_dist_cjs5 = __commonJS({
|
|
|
602
602
|
}
|
|
603
603
|
});
|
|
604
604
|
|
|
605
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
605
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/getSmithyContext.js
|
|
606
606
|
var import_types, getSmithyContext;
|
|
607
607
|
var init_getSmithyContext = __esm({
|
|
608
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
608
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/getSmithyContext.js"() {
|
|
609
609
|
import_types = __toESM(require_dist_cjs());
|
|
610
610
|
getSmithyContext = (context) => context[import_types.SMITHY_CONTEXT_KEY] || (context[import_types.SMITHY_CONTEXT_KEY] = {});
|
|
611
611
|
}
|
|
@@ -649,7 +649,7 @@ var require_dist_cjs6 = __commonJS({
|
|
|
649
649
|
}
|
|
650
650
|
});
|
|
651
651
|
|
|
652
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
652
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js
|
|
653
653
|
function convertHttpAuthSchemesToMap(httpAuthSchemes) {
|
|
654
654
|
const map = /* @__PURE__ */ new Map();
|
|
655
655
|
for (const scheme of httpAuthSchemes) {
|
|
@@ -659,7 +659,7 @@ function convertHttpAuthSchemesToMap(httpAuthSchemes) {
|
|
|
659
659
|
}
|
|
660
660
|
var import_types2, import_util_middleware, httpAuthSchemeMiddleware;
|
|
661
661
|
var init_httpAuthSchemeMiddleware = __esm({
|
|
662
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
662
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js"() {
|
|
663
663
|
import_types2 = __toESM(require_dist_cjs());
|
|
664
664
|
import_util_middleware = __toESM(require_dist_cjs6());
|
|
665
665
|
httpAuthSchemeMiddleware = (config, mwOptions) => (next, context) => async (args) => {
|
|
@@ -696,10 +696,10 @@ var init_httpAuthSchemeMiddleware = __esm({
|
|
|
696
696
|
}
|
|
697
697
|
});
|
|
698
698
|
|
|
699
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
699
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js
|
|
700
700
|
var httpAuthSchemeEndpointRuleSetMiddlewareOptions, getHttpAuthSchemeEndpointRuleSetPlugin;
|
|
701
701
|
var init_getHttpAuthSchemeEndpointRuleSetPlugin = __esm({
|
|
702
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
702
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js"() {
|
|
703
703
|
init_httpAuthSchemeMiddleware();
|
|
704
704
|
httpAuthSchemeEndpointRuleSetMiddlewareOptions = {
|
|
705
705
|
step: "serialize",
|
|
@@ -810,10 +810,10 @@ var require_dist_cjs7 = __commonJS({
|
|
|
810
810
|
}
|
|
811
811
|
});
|
|
812
812
|
|
|
813
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
813
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js
|
|
814
814
|
var import_middleware_serde, httpAuthSchemeMiddlewareOptions, getHttpAuthSchemePlugin;
|
|
815
815
|
var init_getHttpAuthSchemePlugin = __esm({
|
|
816
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
816
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js"() {
|
|
817
817
|
import_middleware_serde = __toESM(require_dist_cjs7());
|
|
818
818
|
init_httpAuthSchemeMiddleware();
|
|
819
819
|
httpAuthSchemeMiddlewareOptions = {
|
|
@@ -835,19 +835,19 @@ var init_getHttpAuthSchemePlugin = __esm({
|
|
|
835
835
|
}
|
|
836
836
|
});
|
|
837
837
|
|
|
838
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
838
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js
|
|
839
839
|
var init_middleware_http_auth_scheme = __esm({
|
|
840
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
840
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js"() {
|
|
841
841
|
init_httpAuthSchemeMiddleware();
|
|
842
842
|
init_getHttpAuthSchemeEndpointRuleSetPlugin();
|
|
843
843
|
init_getHttpAuthSchemePlugin();
|
|
844
844
|
}
|
|
845
845
|
});
|
|
846
846
|
|
|
847
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
847
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js
|
|
848
848
|
var import_protocol_http, import_types3, import_util_middleware2, defaultErrorHandler, defaultSuccessHandler, httpSigningMiddleware;
|
|
849
849
|
var init_httpSigningMiddleware = __esm({
|
|
850
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
850
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js"() {
|
|
851
851
|
import_protocol_http = __toESM(require_dist_cjs2());
|
|
852
852
|
import_types3 = __toESM(require_dist_cjs());
|
|
853
853
|
import_util_middleware2 = __toESM(require_dist_cjs6());
|
|
@@ -876,10 +876,10 @@ var init_httpSigningMiddleware = __esm({
|
|
|
876
876
|
}
|
|
877
877
|
});
|
|
878
878
|
|
|
879
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
879
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js
|
|
880
880
|
var httpSigningMiddlewareOptions, getHttpSigningPlugin;
|
|
881
881
|
var init_getHttpSigningMiddleware = __esm({
|
|
882
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
882
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js"() {
|
|
883
883
|
init_httpSigningMiddleware();
|
|
884
884
|
httpSigningMiddlewareOptions = {
|
|
885
885
|
step: "finalizeRequest",
|
|
@@ -898,18 +898,18 @@ var init_getHttpSigningMiddleware = __esm({
|
|
|
898
898
|
}
|
|
899
899
|
});
|
|
900
900
|
|
|
901
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
901
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js
|
|
902
902
|
var init_middleware_http_signing = __esm({
|
|
903
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
903
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js"() {
|
|
904
904
|
init_httpSigningMiddleware();
|
|
905
905
|
init_getHttpSigningMiddleware();
|
|
906
906
|
}
|
|
907
907
|
});
|
|
908
908
|
|
|
909
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
909
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/normalizeProvider.js
|
|
910
910
|
var normalizeProvider;
|
|
911
911
|
var init_normalizeProvider = __esm({
|
|
912
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
912
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/normalizeProvider.js"() {
|
|
913
913
|
normalizeProvider = (input) => {
|
|
914
914
|
if (typeof input === "function")
|
|
915
915
|
return input;
|
|
@@ -919,7 +919,7 @@ var init_normalizeProvider = __esm({
|
|
|
919
919
|
}
|
|
920
920
|
});
|
|
921
921
|
|
|
922
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
922
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/pagination/createPaginator.js
|
|
923
923
|
function createPaginator(ClientCtor, CommandCtor, inputTokenName, outputTokenName, pageSizeTokenName) {
|
|
924
924
|
return async function* paginateOperation(config, input, ...additionalArguments) {
|
|
925
925
|
let token = config.startingToken || void 0;
|
|
@@ -945,7 +945,7 @@ function createPaginator(ClientCtor, CommandCtor, inputTokenName, outputTokenNam
|
|
|
945
945
|
}
|
|
946
946
|
var makePagedClientRequest, get;
|
|
947
947
|
var init_createPaginator = __esm({
|
|
948
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
948
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/pagination/createPaginator.js"() {
|
|
949
949
|
makePagedClientRequest = async (CommandCtor, client, input, ...args) => {
|
|
950
950
|
return await client.send(new CommandCtor(input), ...args);
|
|
951
951
|
};
|
|
@@ -1161,9 +1161,9 @@ var require_dist_cjs11 = __commonJS({
|
|
|
1161
1161
|
}
|
|
1162
1162
|
});
|
|
1163
1163
|
|
|
1164
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
1164
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js
|
|
1165
1165
|
var require_getAwsChunkedEncodingStream = __commonJS({
|
|
1166
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
1166
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js"(exports) {
|
|
1167
1167
|
"use strict";
|
|
1168
1168
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1169
1169
|
exports.getAwsChunkedEncodingStream = void 0;
|
|
@@ -1285,9 +1285,9 @@ var require_dist_cjs13 = __commonJS({
|
|
|
1285
1285
|
}
|
|
1286
1286
|
});
|
|
1287
1287
|
|
|
1288
|
-
// ../../node_modules/.pnpm/@smithy+node-http-handler@3.3.
|
|
1288
|
+
// ../../node_modules/.pnpm/@smithy+node-http-handler@3.3.3/node_modules/@smithy/node-http-handler/dist-cjs/index.js
|
|
1289
1289
|
var require_dist_cjs14 = __commonJS({
|
|
1290
|
-
"../../node_modules/.pnpm/@smithy+node-http-handler@3.3.
|
|
1290
|
+
"../../node_modules/.pnpm/@smithy+node-http-handler@3.3.3/node_modules/@smithy/node-http-handler/dist-cjs/index.js"(exports, module) {
|
|
1291
1291
|
var __create2 = Object.create;
|
|
1292
1292
|
var __defProp2 = Object.defineProperty;
|
|
1293
1293
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -1399,10 +1399,16 @@ var require_dist_cjs14 = __commonJS({
|
|
|
1399
1399
|
var DEFER_EVENT_LISTENER_TIME3 = 3e3;
|
|
1400
1400
|
var setSocketTimeout = /* @__PURE__ */ __name((request, reject, timeoutInMs = 0) => {
|
|
1401
1401
|
const registerTimeout = /* @__PURE__ */ __name((offset) => {
|
|
1402
|
-
|
|
1402
|
+
const timeout = timeoutInMs - offset;
|
|
1403
|
+
const onTimeout = /* @__PURE__ */ __name(() => {
|
|
1403
1404
|
request.destroy();
|
|
1404
1405
|
reject(Object.assign(new Error(`Connection timed out after ${timeoutInMs} ms`), { name: "TimeoutError" }));
|
|
1405
|
-
});
|
|
1406
|
+
}, "onTimeout");
|
|
1407
|
+
if (request.socket) {
|
|
1408
|
+
request.socket.setTimeout(timeout, onTimeout);
|
|
1409
|
+
} else {
|
|
1410
|
+
request.setTimeout(timeout, onTimeout);
|
|
1411
|
+
}
|
|
1406
1412
|
}, "registerTimeout");
|
|
1407
1413
|
if (0 < timeoutInMs && timeoutInMs < 6e3) {
|
|
1408
1414
|
registerTimeout(0);
|
|
@@ -2042,9 +2048,9 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
|
|
2042
2048
|
}
|
|
2043
2049
|
});
|
|
2044
2050
|
|
|
2045
|
-
// ../../node_modules/.pnpm/@smithy+fetch-http-handler@4.1.
|
|
2051
|
+
// ../../node_modules/.pnpm/@smithy+fetch-http-handler@4.1.3/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js
|
|
2046
2052
|
var require_dist_cjs15 = __commonJS({
|
|
2047
|
-
"../../node_modules/.pnpm/@smithy+fetch-http-handler@4.1.
|
|
2053
|
+
"../../node_modules/.pnpm/@smithy+fetch-http-handler@4.1.3/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js"(exports, module) {
|
|
2048
2054
|
var __defProp2 = Object.defineProperty;
|
|
2049
2055
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
2050
2056
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -2233,13 +2239,23 @@ var require_dist_cjs15 = __commonJS({
|
|
|
2233
2239
|
};
|
|
2234
2240
|
__name(_FetchHttpHandler, "FetchHttpHandler");
|
|
2235
2241
|
var FetchHttpHandler = _FetchHttpHandler;
|
|
2242
|
+
var import_util_base64 = require_dist_cjs11();
|
|
2236
2243
|
var streamCollector = /* @__PURE__ */ __name(async (stream) => {
|
|
2237
2244
|
var _a;
|
|
2238
2245
|
if (typeof Blob === "function" && stream instanceof Blob || ((_a = stream.constructor) == null ? void 0 : _a.name) === "Blob") {
|
|
2239
|
-
|
|
2246
|
+
if (Blob.prototype.arrayBuffer !== void 0) {
|
|
2247
|
+
return new Uint8Array(await stream.arrayBuffer());
|
|
2248
|
+
}
|
|
2249
|
+
return collectBlob(stream);
|
|
2240
2250
|
}
|
|
2241
2251
|
return collectStream(stream);
|
|
2242
2252
|
}, "streamCollector");
|
|
2253
|
+
async function collectBlob(blob) {
|
|
2254
|
+
const base64 = await readToBase64(blob);
|
|
2255
|
+
const arrayBuffer = (0, import_util_base64.fromBase64)(base64);
|
|
2256
|
+
return new Uint8Array(arrayBuffer);
|
|
2257
|
+
}
|
|
2258
|
+
__name(collectBlob, "collectBlob");
|
|
2243
2259
|
async function collectStream(stream) {
|
|
2244
2260
|
const chunks = [];
|
|
2245
2261
|
const reader = stream.getReader();
|
|
@@ -2262,6 +2278,24 @@ var require_dist_cjs15 = __commonJS({
|
|
|
2262
2278
|
return collected;
|
|
2263
2279
|
}
|
|
2264
2280
|
__name(collectStream, "collectStream");
|
|
2281
|
+
function readToBase64(blob) {
|
|
2282
|
+
return new Promise((resolve, reject) => {
|
|
2283
|
+
const reader = new FileReader();
|
|
2284
|
+
reader.onloadend = () => {
|
|
2285
|
+
if (reader.readyState !== 2) {
|
|
2286
|
+
return reject(new Error("Reader aborted too early"));
|
|
2287
|
+
}
|
|
2288
|
+
const result = reader.result ?? "";
|
|
2289
|
+
const commaIndex = result.indexOf(",");
|
|
2290
|
+
const dataOffset = commaIndex > -1 ? commaIndex + 1 : result.length;
|
|
2291
|
+
resolve(result.substring(dataOffset));
|
|
2292
|
+
};
|
|
2293
|
+
reader.onabort = () => reject(new Error("Read aborted"));
|
|
2294
|
+
reader.onerror = () => reject(reader.error);
|
|
2295
|
+
reader.readAsDataURL(blob);
|
|
2296
|
+
});
|
|
2297
|
+
}
|
|
2298
|
+
__name(readToBase64, "readToBase64");
|
|
2265
2299
|
}
|
|
2266
2300
|
});
|
|
2267
2301
|
|
|
@@ -2329,9 +2363,9 @@ var require_dist_cjs16 = __commonJS({
|
|
|
2329
2363
|
}
|
|
2330
2364
|
});
|
|
2331
2365
|
|
|
2332
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2366
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js
|
|
2333
2367
|
var require_stream_type_check = __commonJS({
|
|
2334
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2368
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js"(exports) {
|
|
2335
2369
|
"use strict";
|
|
2336
2370
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2337
2371
|
exports.isBlob = exports.isReadableStream = void 0;
|
|
@@ -2348,9 +2382,9 @@ var require_stream_type_check = __commonJS({
|
|
|
2348
2382
|
}
|
|
2349
2383
|
});
|
|
2350
2384
|
|
|
2351
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2385
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js
|
|
2352
2386
|
var require_sdk_stream_mixin_browser = __commonJS({
|
|
2353
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2387
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js"(exports) {
|
|
2354
2388
|
"use strict";
|
|
2355
2389
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2356
2390
|
exports.sdkStreamMixin = void 0;
|
|
@@ -2416,9 +2450,9 @@ var require_sdk_stream_mixin_browser = __commonJS({
|
|
|
2416
2450
|
}
|
|
2417
2451
|
});
|
|
2418
2452
|
|
|
2419
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2453
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js
|
|
2420
2454
|
var require_sdk_stream_mixin = __commonJS({
|
|
2421
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2455
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js"(exports) {
|
|
2422
2456
|
"use strict";
|
|
2423
2457
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2424
2458
|
exports.sdkStreamMixin = void 0;
|
|
@@ -2475,9 +2509,9 @@ var require_sdk_stream_mixin = __commonJS({
|
|
|
2475
2509
|
}
|
|
2476
2510
|
});
|
|
2477
2511
|
|
|
2478
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2512
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js
|
|
2479
2513
|
var require_splitStream_browser = __commonJS({
|
|
2480
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2514
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js"(exports) {
|
|
2481
2515
|
"use strict";
|
|
2482
2516
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2483
2517
|
exports.splitStream = void 0;
|
|
@@ -2492,9 +2526,9 @@ var require_splitStream_browser = __commonJS({
|
|
|
2492
2526
|
}
|
|
2493
2527
|
});
|
|
2494
2528
|
|
|
2495
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2529
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/splitStream.js
|
|
2496
2530
|
var require_splitStream = __commonJS({
|
|
2497
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2531
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/splitStream.js"(exports) {
|
|
2498
2532
|
"use strict";
|
|
2499
2533
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2500
2534
|
exports.splitStream = void 0;
|
|
@@ -2515,9 +2549,9 @@ var require_splitStream = __commonJS({
|
|
|
2515
2549
|
}
|
|
2516
2550
|
});
|
|
2517
2551
|
|
|
2518
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2552
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js
|
|
2519
2553
|
var require_headStream_browser = __commonJS({
|
|
2520
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2554
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js"(exports) {
|
|
2521
2555
|
"use strict";
|
|
2522
2556
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2523
2557
|
exports.headStream = void 0;
|
|
@@ -2556,9 +2590,9 @@ var require_headStream_browser = __commonJS({
|
|
|
2556
2590
|
}
|
|
2557
2591
|
});
|
|
2558
2592
|
|
|
2559
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2593
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/headStream.js
|
|
2560
2594
|
var require_headStream = __commonJS({
|
|
2561
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2595
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/headStream.js"(exports) {
|
|
2562
2596
|
"use strict";
|
|
2563
2597
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2564
2598
|
exports.headStream = void 0;
|
|
@@ -2608,9 +2642,9 @@ var require_headStream = __commonJS({
|
|
|
2608
2642
|
}
|
|
2609
2643
|
});
|
|
2610
2644
|
|
|
2611
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2645
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js
|
|
2612
2646
|
var require_ChecksumStream = __commonJS({
|
|
2613
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2647
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js"(exports) {
|
|
2614
2648
|
"use strict";
|
|
2615
2649
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2616
2650
|
exports.ChecksumStream = void 0;
|
|
@@ -2660,9 +2694,9 @@ var require_ChecksumStream = __commonJS({
|
|
|
2660
2694
|
}
|
|
2661
2695
|
});
|
|
2662
2696
|
|
|
2663
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2697
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js
|
|
2664
2698
|
var require_ChecksumStream_browser = __commonJS({
|
|
2665
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2699
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js"(exports) {
|
|
2666
2700
|
"use strict";
|
|
2667
2701
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2668
2702
|
exports.ChecksumStream = void 0;
|
|
@@ -2674,9 +2708,9 @@ var require_ChecksumStream_browser = __commonJS({
|
|
|
2674
2708
|
}
|
|
2675
2709
|
});
|
|
2676
2710
|
|
|
2677
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2711
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js
|
|
2678
2712
|
var require_createChecksumStream_browser = __commonJS({
|
|
2679
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2713
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js"(exports) {
|
|
2680
2714
|
"use strict";
|
|
2681
2715
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2682
2716
|
exports.createChecksumStream = void 0;
|
|
@@ -2719,9 +2753,9 @@ var require_createChecksumStream_browser = __commonJS({
|
|
|
2719
2753
|
}
|
|
2720
2754
|
});
|
|
2721
2755
|
|
|
2722
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2756
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js
|
|
2723
2757
|
var require_createChecksumStream = __commonJS({
|
|
2724
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2758
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js"(exports) {
|
|
2725
2759
|
"use strict";
|
|
2726
2760
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2727
2761
|
exports.createChecksumStream = void 0;
|
|
@@ -2738,9 +2772,9 @@ var require_createChecksumStream = __commonJS({
|
|
|
2738
2772
|
}
|
|
2739
2773
|
});
|
|
2740
2774
|
|
|
2741
|
-
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2775
|
+
// ../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/index.js
|
|
2742
2776
|
var require_dist_cjs17 = __commonJS({
|
|
2743
|
-
"../../node_modules/.pnpm/@smithy+util-stream@3.3.
|
|
2777
|
+
"../../node_modules/.pnpm/@smithy+util-stream@3.3.4/node_modules/@smithy/util-stream/dist-cjs/index.js"(exports, module) {
|
|
2744
2778
|
var __defProp2 = Object.defineProperty;
|
|
2745
2779
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
2746
2780
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -2822,10 +2856,10 @@ var require_dist_cjs17 = __commonJS({
|
|
|
2822
2856
|
}
|
|
2823
2857
|
});
|
|
2824
2858
|
|
|
2825
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2859
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js
|
|
2826
2860
|
var import_util_stream, collectBody2;
|
|
2827
2861
|
var init_collect_stream_body = __esm({
|
|
2828
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2862
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js"() {
|
|
2829
2863
|
import_util_stream = __toESM(require_dist_cjs17());
|
|
2830
2864
|
collectBody2 = async (streamBody = new Uint8Array(), context) => {
|
|
2831
2865
|
if (streamBody instanceof Uint8Array) {
|
|
@@ -2840,21 +2874,21 @@ var init_collect_stream_body = __esm({
|
|
|
2840
2874
|
}
|
|
2841
2875
|
});
|
|
2842
2876
|
|
|
2843
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2877
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js
|
|
2844
2878
|
function extendedEncodeURIComponent2(str) {
|
|
2845
2879
|
return encodeURIComponent(str).replace(/[!'()*]/g, function(c) {
|
|
2846
2880
|
return "%" + c.charCodeAt(0).toString(16).toUpperCase();
|
|
2847
2881
|
});
|
|
2848
2882
|
}
|
|
2849
2883
|
var init_extended_encode_uri_component = __esm({
|
|
2850
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2884
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js"() {
|
|
2851
2885
|
}
|
|
2852
2886
|
});
|
|
2853
2887
|
|
|
2854
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2888
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js
|
|
2855
2889
|
var resolvedPath2;
|
|
2856
2890
|
var init_resolve_path = __esm({
|
|
2857
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2891
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js"() {
|
|
2858
2892
|
init_extended_encode_uri_component();
|
|
2859
2893
|
resolvedPath2 = (resolvedPath3, input, memberName, labelValueProvider, uriLabel, isGreedyLabel) => {
|
|
2860
2894
|
if (input != null && input[memberName] !== void 0) {
|
|
@@ -2871,13 +2905,13 @@ var init_resolve_path = __esm({
|
|
|
2871
2905
|
}
|
|
2872
2906
|
});
|
|
2873
2907
|
|
|
2874
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2908
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js
|
|
2875
2909
|
function requestBuilder(input, context) {
|
|
2876
2910
|
return new RequestBuilder(input, context);
|
|
2877
2911
|
}
|
|
2878
2912
|
var import_protocol_http2, RequestBuilder;
|
|
2879
2913
|
var init_requestBuilder = __esm({
|
|
2880
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2914
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js"() {
|
|
2881
2915
|
import_protocol_http2 = __toESM(require_dist_cjs2());
|
|
2882
2916
|
init_resolve_path();
|
|
2883
2917
|
RequestBuilder = class {
|
|
@@ -2945,7 +2979,7 @@ var init_requestBuilder = __esm({
|
|
|
2945
2979
|
}
|
|
2946
2980
|
});
|
|
2947
2981
|
|
|
2948
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2982
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/submodules/protocols/index.js
|
|
2949
2983
|
var protocols_exports = {};
|
|
2950
2984
|
__export(protocols_exports, {
|
|
2951
2985
|
RequestBuilder: () => RequestBuilder,
|
|
@@ -2955,7 +2989,7 @@ __export(protocols_exports, {
|
|
|
2955
2989
|
resolvedPath: () => resolvedPath2
|
|
2956
2990
|
});
|
|
2957
2991
|
var init_protocols = __esm({
|
|
2958
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
2992
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/submodules/protocols/index.js"() {
|
|
2959
2993
|
init_collect_stream_body();
|
|
2960
2994
|
init_extended_encode_uri_component();
|
|
2961
2995
|
init_requestBuilder();
|
|
@@ -2963,14 +2997,14 @@ var init_protocols = __esm({
|
|
|
2963
2997
|
}
|
|
2964
2998
|
});
|
|
2965
2999
|
|
|
2966
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3000
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js
|
|
2967
3001
|
var init_requestBuilder2 = __esm({
|
|
2968
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3002
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js"() {
|
|
2969
3003
|
init_protocols();
|
|
2970
3004
|
}
|
|
2971
3005
|
});
|
|
2972
3006
|
|
|
2973
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3007
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/setFeature.js
|
|
2974
3008
|
function setFeature(context, feature, value) {
|
|
2975
3009
|
if (!context.__smithy_context) {
|
|
2976
3010
|
context.__smithy_context = {
|
|
@@ -2982,14 +3016,14 @@ function setFeature(context, feature, value) {
|
|
|
2982
3016
|
context.__smithy_context.features[feature] = value;
|
|
2983
3017
|
}
|
|
2984
3018
|
var init_setFeature = __esm({
|
|
2985
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3019
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/setFeature.js"() {
|
|
2986
3020
|
}
|
|
2987
3021
|
});
|
|
2988
3022
|
|
|
2989
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3023
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js
|
|
2990
3024
|
var DefaultIdentityProviderConfig;
|
|
2991
3025
|
var init_DefaultIdentityProviderConfig = __esm({
|
|
2992
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3026
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js"() {
|
|
2993
3027
|
DefaultIdentityProviderConfig = class {
|
|
2994
3028
|
constructor(config) {
|
|
2995
3029
|
this.authSchemes = /* @__PURE__ */ new Map();
|
|
@@ -3006,10 +3040,10 @@ var init_DefaultIdentityProviderConfig = __esm({
|
|
|
3006
3040
|
}
|
|
3007
3041
|
});
|
|
3008
3042
|
|
|
3009
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3043
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js
|
|
3010
3044
|
var import_protocol_http3, import_types4, HttpApiKeyAuthSigner;
|
|
3011
3045
|
var init_httpApiKeyAuth = __esm({
|
|
3012
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3046
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js"() {
|
|
3013
3047
|
import_protocol_http3 = __toESM(require_dist_cjs2());
|
|
3014
3048
|
import_types4 = __toESM(require_dist_cjs());
|
|
3015
3049
|
HttpApiKeyAuthSigner = class {
|
|
@@ -3040,10 +3074,10 @@ var init_httpApiKeyAuth = __esm({
|
|
|
3040
3074
|
}
|
|
3041
3075
|
});
|
|
3042
3076
|
|
|
3043
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3077
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js
|
|
3044
3078
|
var import_protocol_http4, HttpBearerAuthSigner;
|
|
3045
3079
|
var init_httpBearerAuth = __esm({
|
|
3046
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3080
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js"() {
|
|
3047
3081
|
import_protocol_http4 = __toESM(require_dist_cjs2());
|
|
3048
3082
|
HttpBearerAuthSigner = class {
|
|
3049
3083
|
async sign(httpRequest, identity, signingProperties) {
|
|
@@ -3058,10 +3092,10 @@ var init_httpBearerAuth = __esm({
|
|
|
3058
3092
|
}
|
|
3059
3093
|
});
|
|
3060
3094
|
|
|
3061
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3095
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js
|
|
3062
3096
|
var NoAuthSigner;
|
|
3063
3097
|
var init_noAuth = __esm({
|
|
3064
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3098
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js"() {
|
|
3065
3099
|
NoAuthSigner = class {
|
|
3066
3100
|
async sign(httpRequest, identity, signingProperties) {
|
|
3067
3101
|
return httpRequest;
|
|
@@ -3070,19 +3104,19 @@ var init_noAuth = __esm({
|
|
|
3070
3104
|
}
|
|
3071
3105
|
});
|
|
3072
3106
|
|
|
3073
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3107
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js
|
|
3074
3108
|
var init_httpAuthSchemes = __esm({
|
|
3075
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3109
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js"() {
|
|
3076
3110
|
init_httpApiKeyAuth();
|
|
3077
3111
|
init_httpBearerAuth();
|
|
3078
3112
|
init_noAuth();
|
|
3079
3113
|
}
|
|
3080
3114
|
});
|
|
3081
3115
|
|
|
3082
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3116
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js
|
|
3083
3117
|
var createIsIdentityExpiredFunction, EXPIRATION_MS, isIdentityExpired, doesIdentityRequireRefresh, memoizeIdentityProvider;
|
|
3084
3118
|
var init_memoizeIdentityProvider = __esm({
|
|
3085
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3119
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js"() {
|
|
3086
3120
|
createIsIdentityExpiredFunction = (expirationMs) => (identity) => doesIdentityRequireRefresh(identity) && identity.expiration.getTime() - Date.now() < expirationMs;
|
|
3087
3121
|
EXPIRATION_MS = 3e5;
|
|
3088
3122
|
isIdentityExpired = createIsIdentityExpiredFunction(EXPIRATION_MS);
|
|
@@ -3138,16 +3172,16 @@ var init_memoizeIdentityProvider = __esm({
|
|
|
3138
3172
|
}
|
|
3139
3173
|
});
|
|
3140
3174
|
|
|
3141
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3175
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js
|
|
3142
3176
|
var init_util_identity_and_auth = __esm({
|
|
3143
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3177
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js"() {
|
|
3144
3178
|
init_DefaultIdentityProviderConfig();
|
|
3145
3179
|
init_httpAuthSchemes();
|
|
3146
3180
|
init_memoizeIdentityProvider();
|
|
3147
3181
|
}
|
|
3148
3182
|
});
|
|
3149
3183
|
|
|
3150
|
-
// ../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3184
|
+
// ../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/index.js
|
|
3151
3185
|
var dist_es_exports = {};
|
|
3152
3186
|
__export(dist_es_exports, {
|
|
3153
3187
|
DefaultIdentityProviderConfig: () => DefaultIdentityProviderConfig,
|
|
@@ -3174,7 +3208,7 @@ __export(dist_es_exports, {
|
|
|
3174
3208
|
setFeature: () => setFeature
|
|
3175
3209
|
});
|
|
3176
3210
|
var init_dist_es = __esm({
|
|
3177
|
-
"../../node_modules/.pnpm/@smithy+core@2.5.
|
|
3211
|
+
"../../node_modules/.pnpm/@smithy+core@2.5.7/node_modules/@smithy/core/dist-es/index.js"() {
|
|
3178
3212
|
init_getSmithyContext();
|
|
3179
3213
|
init_middleware_http_auth_scheme();
|
|
3180
3214
|
init_middleware_http_signing();
|
|
@@ -3661,9 +3695,9 @@ var require_dist_cjs18 = __commonJS({
|
|
|
3661
3695
|
}
|
|
3662
3696
|
});
|
|
3663
3697
|
|
|
3664
|
-
// ../../node_modules/.pnpm/@aws-sdk+util-endpoints@3.
|
|
3698
|
+
// ../../node_modules/.pnpm/@aws-sdk+util-endpoints@3.714.0/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js
|
|
3665
3699
|
var require_dist_cjs19 = __commonJS({
|
|
3666
|
-
"../../node_modules/.pnpm/@aws-sdk+util-endpoints@3.
|
|
3700
|
+
"../../node_modules/.pnpm/@aws-sdk+util-endpoints@3.714.0/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js"(exports, module) {
|
|
3667
3701
|
"use strict";
|
|
3668
3702
|
var __defProp2 = Object.defineProperty;
|
|
3669
3703
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -4030,10 +4064,10 @@ var require_dist_cjs19 = __commonJS({
|
|
|
4030
4064
|
}
|
|
4031
4065
|
});
|
|
4032
4066
|
|
|
4033
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
4067
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js
|
|
4034
4068
|
var state, emitWarningIfUnsupportedVersion;
|
|
4035
4069
|
var init_emitWarningIfUnsupportedVersion = __esm({
|
|
4036
|
-
"../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
4070
|
+
"../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js"() {
|
|
4037
4071
|
state = {
|
|
4038
4072
|
warningEmitted: false
|
|
4039
4073
|
};
|
|
@@ -4052,7 +4086,7 @@ More information can be found at: https://a.co/74kJMmI`);
|
|
|
4052
4086
|
}
|
|
4053
4087
|
});
|
|
4054
4088
|
|
|
4055
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
4089
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js
|
|
4056
4090
|
function setCredentialFeature(credentials, feature, value) {
|
|
4057
4091
|
if (!credentials.$source) {
|
|
4058
4092
|
credentials.$source = {};
|
|
@@ -4061,11 +4095,11 @@ function setCredentialFeature(credentials, feature, value) {
|
|
|
4061
4095
|
return credentials;
|
|
4062
4096
|
}
|
|
4063
4097
|
var init_setCredentialFeature = __esm({
|
|
4064
|
-
"../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
4098
|
+
"../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js"() {
|
|
4065
4099
|
}
|
|
4066
4100
|
});
|
|
4067
4101
|
|
|
4068
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
4102
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js
|
|
4069
4103
|
function setFeature2(context, feature, value) {
|
|
4070
4104
|
if (!context.__aws_sdk_context) {
|
|
4071
4105
|
context.__aws_sdk_context = {
|
|
@@ -4077,11 +4111,11 @@ function setFeature2(context, feature, value) {
|
|
|
4077
4111
|
context.__aws_sdk_context.features[feature] = value;
|
|
4078
4112
|
}
|
|
4079
4113
|
var init_setFeature2 = __esm({
|
|
4080
|
-
"../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
4114
|
+
"../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js"() {
|
|
4081
4115
|
}
|
|
4082
4116
|
});
|
|
4083
4117
|
|
|
4084
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
4118
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js
|
|
4085
4119
|
var client_exports = {};
|
|
4086
4120
|
__export(client_exports, {
|
|
4087
4121
|
emitWarningIfUnsupportedVersion: () => emitWarningIfUnsupportedVersion,
|
|
@@ -4090,43 +4124,43 @@ __export(client_exports, {
|
|
|
4090
4124
|
state: () => state
|
|
4091
4125
|
});
|
|
4092
4126
|
var init_client = __esm({
|
|
4093
|
-
"../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
4127
|
+
"../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js"() {
|
|
4094
4128
|
init_emitWarningIfUnsupportedVersion();
|
|
4095
4129
|
init_setCredentialFeature();
|
|
4096
4130
|
init_setFeature2();
|
|
4097
4131
|
}
|
|
4098
4132
|
});
|
|
4099
4133
|
|
|
4100
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
4134
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js
|
|
4101
4135
|
var import_protocol_http5, getDateHeader;
|
|
4102
4136
|
var init_getDateHeader = __esm({
|
|
4103
|
-
"../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
4137
|
+
"../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js"() {
|
|
4104
4138
|
import_protocol_http5 = __toESM(require_dist_cjs2());
|
|
4105
4139
|
getDateHeader = (response) => import_protocol_http5.HttpResponse.isInstance(response) ? response.headers?.date ?? response.headers?.Date : void 0;
|
|
4106
4140
|
}
|
|
4107
4141
|
});
|
|
4108
4142
|
|
|
4109
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
4143
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js
|
|
4110
4144
|
var getSkewCorrectedDate;
|
|
4111
4145
|
var init_getSkewCorrectedDate = __esm({
|
|
4112
|
-
"../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
4146
|
+
"../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js"() {
|
|
4113
4147
|
getSkewCorrectedDate = (systemClockOffset) => new Date(Date.now() + systemClockOffset);
|
|
4114
4148
|
}
|
|
4115
4149
|
});
|
|
4116
4150
|
|
|
4117
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
4151
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js
|
|
4118
4152
|
var isClockSkewed;
|
|
4119
4153
|
var init_isClockSkewed = __esm({
|
|
4120
|
-
"../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
4154
|
+
"../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js"() {
|
|
4121
4155
|
init_getSkewCorrectedDate();
|
|
4122
4156
|
isClockSkewed = (clockTime, systemClockOffset) => Math.abs(getSkewCorrectedDate(systemClockOffset).getTime() - clockTime) >= 3e5;
|
|
4123
4157
|
}
|
|
4124
4158
|
});
|
|
4125
4159
|
|
|
4126
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
4160
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js
|
|
4127
4161
|
var getUpdatedSystemClockOffset;
|
|
4128
4162
|
var init_getUpdatedSystemClockOffset = __esm({
|
|
4129
|
-
"../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
4163
|
+
"../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js"() {
|
|
4130
4164
|
init_isClockSkewed();
|
|
4131
4165
|
getUpdatedSystemClockOffset = (clockTime, currentSystemClockOffset) => {
|
|
4132
4166
|
const clockTimeInMs = Date.parse(clockTime);
|
|
@@ -4138,19 +4172,19 @@ var init_getUpdatedSystemClockOffset = __esm({
|
|
|
4138
4172
|
}
|
|
4139
4173
|
});
|
|
4140
4174
|
|
|
4141
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
4175
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js
|
|
4142
4176
|
var init_utils = __esm({
|
|
4143
|
-
"../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
4177
|
+
"../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js"() {
|
|
4144
4178
|
init_getDateHeader();
|
|
4145
4179
|
init_getSkewCorrectedDate();
|
|
4146
4180
|
init_getUpdatedSystemClockOffset();
|
|
4147
4181
|
}
|
|
4148
4182
|
});
|
|
4149
4183
|
|
|
4150
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
4184
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js
|
|
4151
4185
|
var import_protocol_http6, throwSigningPropertyError, validateSigningProperties, AwsSdkSigV4Signer, AWSSDKSigV4Signer;
|
|
4152
4186
|
var init_AwsSdkSigV4Signer = __esm({
|
|
4153
|
-
"../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
4187
|
+
"../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js"() {
|
|
4154
4188
|
import_protocol_http6 = __toESM(require_dist_cjs2());
|
|
4155
4189
|
init_utils();
|
|
4156
4190
|
throwSigningPropertyError = (name, property) => {
|
|
@@ -4226,10 +4260,10 @@ var init_AwsSdkSigV4Signer = __esm({
|
|
|
4226
4260
|
}
|
|
4227
4261
|
});
|
|
4228
4262
|
|
|
4229
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
4263
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js
|
|
4230
4264
|
var import_protocol_http7, AwsSdkSigV4ASigner;
|
|
4231
4265
|
var init_AwsSdkSigV4ASigner = __esm({
|
|
4232
|
-
"../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
4266
|
+
"../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js"() {
|
|
4233
4267
|
import_protocol_http7 = __toESM(require_dist_cjs2());
|
|
4234
4268
|
init_utils();
|
|
4235
4269
|
init_AwsSdkSigV4Signer();
|
|
@@ -4401,10 +4435,10 @@ var require_dist_cjs20 = __commonJS({
|
|
|
4401
4435
|
}
|
|
4402
4436
|
});
|
|
4403
4437
|
|
|
4404
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
4438
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js
|
|
4405
4439
|
var import_property_provider, resolveAwsSdkSigV4AConfig, NODE_SIGV4A_CONFIG_OPTIONS;
|
|
4406
4440
|
var init_resolveAwsSdkSigV4AConfig = __esm({
|
|
4407
|
-
"../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
4441
|
+
"../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js"() {
|
|
4408
4442
|
init_dist_es();
|
|
4409
4443
|
import_property_provider = __toESM(require_dist_cjs20());
|
|
4410
4444
|
resolveAwsSdkSigV4AConfig = (config) => {
|
|
@@ -4989,31 +5023,32 @@ ${(0, import_util_hex_encoding.toHex)(hashedRequest)}`;
|
|
|
4989
5023
|
}
|
|
4990
5024
|
});
|
|
4991
5025
|
|
|
4992
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
5026
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js
|
|
4993
5027
|
var import_signature_v4, resolveAwsSdkSigV4Config, resolveAWSSDKSigV4Config;
|
|
4994
5028
|
var init_resolveAwsSdkSigV4Config = __esm({
|
|
4995
|
-
"../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
5029
|
+
"../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js"() {
|
|
4996
5030
|
init_client();
|
|
4997
5031
|
init_dist_es();
|
|
4998
5032
|
import_signature_v4 = __toESM(require_dist_cjs21());
|
|
4999
5033
|
resolveAwsSdkSigV4Config = (config) => {
|
|
5000
5034
|
let isUserSupplied = false;
|
|
5001
|
-
let
|
|
5035
|
+
let credentialsProvider;
|
|
5002
5036
|
if (config.credentials) {
|
|
5003
5037
|
isUserSupplied = true;
|
|
5004
|
-
|
|
5038
|
+
credentialsProvider = memoizeIdentityProvider(config.credentials, isIdentityExpired, doesIdentityRequireRefresh);
|
|
5005
5039
|
}
|
|
5006
|
-
if (!
|
|
5040
|
+
if (!credentialsProvider) {
|
|
5007
5041
|
if (config.credentialDefaultProvider) {
|
|
5008
|
-
|
|
5042
|
+
credentialsProvider = normalizeProvider(config.credentialDefaultProvider(Object.assign({}, config, {
|
|
5009
5043
|
parentClientConfig: config
|
|
5010
5044
|
})));
|
|
5011
5045
|
} else {
|
|
5012
|
-
|
|
5046
|
+
credentialsProvider = async () => {
|
|
5013
5047
|
throw new Error("`credentials` is missing");
|
|
5014
5048
|
};
|
|
5015
5049
|
}
|
|
5016
5050
|
}
|
|
5051
|
+
const boundCredentialsProvider = async () => credentialsProvider({ callerClientConfig: config });
|
|
5017
5052
|
const { signingEscapePath = true, systemClockOffset = config.systemClockOffset || 0, sha256 } = config;
|
|
5018
5053
|
let signer;
|
|
5019
5054
|
if (config.signer) {
|
|
@@ -5031,7 +5066,7 @@ var init_resolveAwsSdkSigV4Config = __esm({
|
|
|
5031
5066
|
config.signingName = config.signingName || signingService || config.serviceId;
|
|
5032
5067
|
const params = {
|
|
5033
5068
|
...config,
|
|
5034
|
-
credentials:
|
|
5069
|
+
credentials: boundCredentialsProvider,
|
|
5035
5070
|
region: config.signingRegion,
|
|
5036
5071
|
service: config.signingName,
|
|
5037
5072
|
sha256,
|
|
@@ -5054,7 +5089,7 @@ var init_resolveAwsSdkSigV4Config = __esm({
|
|
|
5054
5089
|
config.signingName = config.signingName || signingService || config.serviceId;
|
|
5055
5090
|
const params = {
|
|
5056
5091
|
...config,
|
|
5057
|
-
credentials:
|
|
5092
|
+
credentials: boundCredentialsProvider,
|
|
5058
5093
|
region: config.signingRegion,
|
|
5059
5094
|
service: config.signingName,
|
|
5060
5095
|
sha256,
|
|
@@ -5068,7 +5103,7 @@ var init_resolveAwsSdkSigV4Config = __esm({
|
|
|
5068
5103
|
...config,
|
|
5069
5104
|
systemClockOffset,
|
|
5070
5105
|
signingEscapePath,
|
|
5071
|
-
credentials: isUserSupplied ? async () =>
|
|
5106
|
+
credentials: isUserSupplied ? async () => boundCredentialsProvider().then((creds) => setCredentialFeature(creds, "CREDENTIALS_CODE", "e")) : boundCredentialsProvider,
|
|
5072
5107
|
signer
|
|
5073
5108
|
};
|
|
5074
5109
|
};
|
|
@@ -5076,9 +5111,9 @@ var init_resolveAwsSdkSigV4Config = __esm({
|
|
|
5076
5111
|
}
|
|
5077
5112
|
});
|
|
5078
5113
|
|
|
5079
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
5114
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js
|
|
5080
5115
|
var init_aws_sdk = __esm({
|
|
5081
|
-
"../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
5116
|
+
"../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js"() {
|
|
5082
5117
|
init_AwsSdkSigV4Signer();
|
|
5083
5118
|
init_AwsSdkSigV4ASigner();
|
|
5084
5119
|
init_resolveAwsSdkSigV4AConfig();
|
|
@@ -5086,17 +5121,17 @@ var init_aws_sdk = __esm({
|
|
|
5086
5121
|
}
|
|
5087
5122
|
});
|
|
5088
5123
|
|
|
5089
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
5124
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js
|
|
5090
5125
|
var init_httpAuthSchemes2 = __esm({
|
|
5091
|
-
"../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
5126
|
+
"../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js"() {
|
|
5092
5127
|
init_aws_sdk();
|
|
5093
5128
|
}
|
|
5094
5129
|
});
|
|
5095
5130
|
|
|
5096
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
5131
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js
|
|
5097
5132
|
var _toStr, _toBool, _toNum;
|
|
5098
5133
|
var init_coercing_serializers = __esm({
|
|
5099
|
-
"../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
5134
|
+
"../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js"() {
|
|
5100
5135
|
_toStr = (val2) => {
|
|
5101
5136
|
if (val2 == null) {
|
|
5102
5137
|
return val2;
|
|
@@ -5470,9 +5505,9 @@ var require_dist_cjs22 = __commonJS({
|
|
|
5470
5505
|
}
|
|
5471
5506
|
});
|
|
5472
5507
|
|
|
5473
|
-
// ../../node_modules/.pnpm/@smithy+smithy-client@3.
|
|
5508
|
+
// ../../node_modules/.pnpm/@smithy+smithy-client@3.7.0/node_modules/@smithy/smithy-client/dist-cjs/index.js
|
|
5474
5509
|
var require_dist_cjs23 = __commonJS({
|
|
5475
|
-
"../../node_modules/.pnpm/@smithy+smithy-client@3.
|
|
5510
|
+
"../../node_modules/.pnpm/@smithy+smithy-client@3.7.0/node_modules/@smithy/smithy-client/dist-cjs/index.js"(exports, module) {
|
|
5476
5511
|
var __defProp2 = Object.defineProperty;
|
|
5477
5512
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
5478
5513
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -6261,6 +6296,15 @@ var require_dist_cjs23 = __commonJS({
|
|
|
6261
6296
|
this.$fault = options.$fault;
|
|
6262
6297
|
this.$metadata = options.$metadata;
|
|
6263
6298
|
}
|
|
6299
|
+
/**
|
|
6300
|
+
* Checks if a value is an instance of ServiceException (duck typed)
|
|
6301
|
+
*/
|
|
6302
|
+
static isInstance(value) {
|
|
6303
|
+
if (!value)
|
|
6304
|
+
return false;
|
|
6305
|
+
const candidate = value;
|
|
6306
|
+
return Boolean(candidate.$fault) && Boolean(candidate.$metadata) && (candidate.$fault === "client" || candidate.$fault === "server");
|
|
6307
|
+
}
|
|
6264
6308
|
};
|
|
6265
6309
|
__name(_ServiceException, "ServiceException");
|
|
6266
6310
|
var ServiceException = _ServiceException;
|
|
@@ -6401,7 +6445,7 @@ var require_dist_cjs23 = __commonJS({
|
|
|
6401
6445
|
var isSerializableHeaderValue = /* @__PURE__ */ __name((value) => {
|
|
6402
6446
|
return value != null;
|
|
6403
6447
|
}, "isSerializableHeaderValue");
|
|
6404
|
-
|
|
6448
|
+
var LazyJsonString = /* @__PURE__ */ __name(function LazyJsonString2(val2) {
|
|
6405
6449
|
const str = Object.assign(new String(val2), {
|
|
6406
6450
|
deserializeJSON() {
|
|
6407
6451
|
return JSON.parse(String(val2));
|
|
@@ -6414,8 +6458,7 @@ var require_dist_cjs23 = __commonJS({
|
|
|
6414
6458
|
}
|
|
6415
6459
|
});
|
|
6416
6460
|
return str;
|
|
6417
|
-
}
|
|
6418
|
-
__name(LazyJsonString, "LazyJsonString");
|
|
6461
|
+
}, "LazyJsonString");
|
|
6419
6462
|
LazyJsonString.from = (object) => {
|
|
6420
6463
|
if (object && typeof object === "object" && (object instanceof LazyJsonString || "deserializeJSON" in object)) {
|
|
6421
6464
|
return object;
|
|
@@ -6639,10 +6682,10 @@ var require_dist_cjs23 = __commonJS({
|
|
|
6639
6682
|
}
|
|
6640
6683
|
});
|
|
6641
6684
|
|
|
6642
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
6685
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js
|
|
6643
6686
|
var import_smithy_client, awsExpectUnion;
|
|
6644
6687
|
var init_awsExpectUnion = __esm({
|
|
6645
|
-
"../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
6688
|
+
"../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js"() {
|
|
6646
6689
|
import_smithy_client = __toESM(require_dist_cjs23());
|
|
6647
6690
|
awsExpectUnion = (value) => {
|
|
6648
6691
|
if (value == null) {
|
|
@@ -6656,19 +6699,19 @@ var init_awsExpectUnion = __esm({
|
|
|
6656
6699
|
}
|
|
6657
6700
|
});
|
|
6658
6701
|
|
|
6659
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
6702
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js
|
|
6660
6703
|
var import_smithy_client2, collectBodyString;
|
|
6661
6704
|
var init_common = __esm({
|
|
6662
|
-
"../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
6705
|
+
"../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js"() {
|
|
6663
6706
|
import_smithy_client2 = __toESM(require_dist_cjs23());
|
|
6664
6707
|
collectBodyString = (streamBody, context) => (0, import_smithy_client2.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
6665
6708
|
}
|
|
6666
6709
|
});
|
|
6667
6710
|
|
|
6668
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
6711
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js
|
|
6669
6712
|
var parseJsonBody, parseJsonErrorBody, loadRestJsonErrorCode;
|
|
6670
6713
|
var init_parseJsonBody = __esm({
|
|
6671
|
-
"../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
6714
|
+
"../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js"() {
|
|
6672
6715
|
init_common();
|
|
6673
6716
|
parseJsonBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
6674
6717
|
if (encoded.length) {
|
|
@@ -8440,10 +8483,10 @@ var require_fxp = __commonJS({
|
|
|
8440
8483
|
}
|
|
8441
8484
|
});
|
|
8442
8485
|
|
|
8443
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
8486
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js
|
|
8444
8487
|
var import_smithy_client3, import_fast_xml_parser, parseXmlBody, parseXmlErrorBody, loadRestXmlErrorCode;
|
|
8445
8488
|
var init_parseXmlBody = __esm({
|
|
8446
|
-
"../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
8489
|
+
"../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js"() {
|
|
8447
8490
|
import_smithy_client3 = __toESM(require_dist_cjs23());
|
|
8448
8491
|
import_fast_xml_parser = __toESM(require_fxp());
|
|
8449
8492
|
init_common();
|
|
@@ -8503,9 +8546,9 @@ var init_parseXmlBody = __esm({
|
|
|
8503
8546
|
}
|
|
8504
8547
|
});
|
|
8505
8548
|
|
|
8506
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
8549
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js
|
|
8507
8550
|
var init_protocols2 = __esm({
|
|
8508
|
-
"../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
8551
|
+
"../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js"() {
|
|
8509
8552
|
init_coercing_serializers();
|
|
8510
8553
|
init_awsExpectUnion();
|
|
8511
8554
|
init_parseJsonBody();
|
|
@@ -8513,7 +8556,7 @@ var init_protocols2 = __esm({
|
|
|
8513
8556
|
}
|
|
8514
8557
|
});
|
|
8515
8558
|
|
|
8516
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
8559
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/index.js
|
|
8517
8560
|
var dist_es_exports2 = {};
|
|
8518
8561
|
__export(dist_es_exports2, {
|
|
8519
8562
|
AWSSDKSigV4Signer: () => AWSSDKSigV4Signer,
|
|
@@ -8540,16 +8583,16 @@ __export(dist_es_exports2, {
|
|
|
8540
8583
|
validateSigningProperties: () => validateSigningProperties
|
|
8541
8584
|
});
|
|
8542
8585
|
var init_dist_es2 = __esm({
|
|
8543
|
-
"../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
8586
|
+
"../../node_modules/.pnpm/@aws-sdk+core@3.716.0/node_modules/@aws-sdk/core/dist-es/index.js"() {
|
|
8544
8587
|
init_client();
|
|
8545
8588
|
init_httpAuthSchemes2();
|
|
8546
8589
|
init_protocols2();
|
|
8547
8590
|
}
|
|
8548
8591
|
});
|
|
8549
8592
|
|
|
8550
|
-
// ../../node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.
|
|
8593
|
+
// ../../node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.721.0/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js
|
|
8551
8594
|
var require_dist_cjs24 = __commonJS({
|
|
8552
|
-
"../../node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.
|
|
8595
|
+
"../../node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.721.0/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js"(exports, module) {
|
|
8553
8596
|
"use strict";
|
|
8554
8597
|
var __defProp2 = Object.defineProperty;
|
|
8555
8598
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -9405,9 +9448,9 @@ var require_dist_cjs29 = __commonJS({
|
|
|
9405
9448
|
}
|
|
9406
9449
|
});
|
|
9407
9450
|
|
|
9408
|
-
// ../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.
|
|
9451
|
+
// ../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.8/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js
|
|
9409
9452
|
var require_getEndpointUrlConfig = __commonJS({
|
|
9410
|
-
"../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.
|
|
9453
|
+
"../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.8/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js"(exports) {
|
|
9411
9454
|
"use strict";
|
|
9412
9455
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9413
9456
|
exports.getEndpointUrlConfig = void 0;
|
|
@@ -9446,9 +9489,9 @@ var require_getEndpointUrlConfig = __commonJS({
|
|
|
9446
9489
|
}
|
|
9447
9490
|
});
|
|
9448
9491
|
|
|
9449
|
-
// ../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.
|
|
9492
|
+
// ../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.8/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js
|
|
9450
9493
|
var require_getEndpointFromConfig = __commonJS({
|
|
9451
|
-
"../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.
|
|
9494
|
+
"../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.8/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js"(exports) {
|
|
9452
9495
|
"use strict";
|
|
9453
9496
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9454
9497
|
exports.getEndpointFromConfig = void 0;
|
|
@@ -9557,9 +9600,9 @@ var require_dist_cjs31 = __commonJS({
|
|
|
9557
9600
|
}
|
|
9558
9601
|
});
|
|
9559
9602
|
|
|
9560
|
-
// ../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.
|
|
9603
|
+
// ../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.8/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js
|
|
9561
9604
|
var require_dist_cjs32 = __commonJS({
|
|
9562
|
-
"../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.
|
|
9605
|
+
"../../node_modules/.pnpm/@smithy+middleware-endpoint@3.2.8/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js"(exports, module) {
|
|
9563
9606
|
var __defProp2 = Object.defineProperty;
|
|
9564
9607
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
9565
9608
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -9705,6 +9748,9 @@ var require_dist_cjs32 = __commonJS({
|
|
|
9705
9748
|
case "builtInParams":
|
|
9706
9749
|
endpointParams[name] = await createConfigValueProvider(instruction.name, name, clientConfig)();
|
|
9707
9750
|
break;
|
|
9751
|
+
case "operationContextParams":
|
|
9752
|
+
endpointParams[name] = instruction.get(commandInput);
|
|
9753
|
+
break;
|
|
9708
9754
|
default:
|
|
9709
9755
|
throw new Error("Unrecognized endpoint parameter instruction: " + JSON.stringify(instruction));
|
|
9710
9756
|
}
|
|
@@ -10565,9 +10611,9 @@ var require_dist_cjs34 = __commonJS({
|
|
|
10565
10611
|
}
|
|
10566
10612
|
});
|
|
10567
10613
|
|
|
10568
|
-
// ../../node_modules/.pnpm/@smithy+middleware-retry@3.0.
|
|
10614
|
+
// ../../node_modules/.pnpm/@smithy+middleware-retry@3.0.34/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js
|
|
10569
10615
|
var require_isStreamingPayload = __commonJS({
|
|
10570
|
-
"../../node_modules/.pnpm/@smithy+middleware-retry@3.0.
|
|
10616
|
+
"../../node_modules/.pnpm/@smithy+middleware-retry@3.0.34/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js"(exports) {
|
|
10571
10617
|
"use strict";
|
|
10572
10618
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10573
10619
|
exports.isStreamingPayload = void 0;
|
|
@@ -10577,9 +10623,9 @@ var require_isStreamingPayload = __commonJS({
|
|
|
10577
10623
|
}
|
|
10578
10624
|
});
|
|
10579
10625
|
|
|
10580
|
-
// ../../node_modules/.pnpm/@smithy+middleware-retry@3.0.
|
|
10626
|
+
// ../../node_modules/.pnpm/@smithy+middleware-retry@3.0.34/node_modules/@smithy/middleware-retry/dist-cjs/index.js
|
|
10581
10627
|
var require_dist_cjs35 = __commonJS({
|
|
10582
|
-
"../../node_modules/.pnpm/@smithy+middleware-retry@3.0.
|
|
10628
|
+
"../../node_modules/.pnpm/@smithy+middleware-retry@3.0.34/node_modules/@smithy/middleware-retry/dist-cjs/index.js"(exports, module) {
|
|
10583
10629
|
var __defProp2 = Object.defineProperty;
|
|
10584
10630
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
10585
10631
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -10950,9 +10996,9 @@ var require_dist_cjs35 = __commonJS({
|
|
|
10950
10996
|
}
|
|
10951
10997
|
});
|
|
10952
10998
|
|
|
10953
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.
|
|
10999
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.721.0/node_modules/@aws-sdk/client-codebuild/dist-cjs/auth/httpAuthSchemeProvider.js
|
|
10954
11000
|
var require_httpAuthSchemeProvider = __commonJS({
|
|
10955
|
-
"../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.
|
|
11001
|
+
"../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.721.0/node_modules/@aws-sdk/client-codebuild/dist-cjs/auth/httpAuthSchemeProvider.js"(exports) {
|
|
10956
11002
|
"use strict";
|
|
10957
11003
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10958
11004
|
exports.resolveHttpAuthSchemeConfig = exports.defaultCodeBuildHttpAuthSchemeProvider = exports.defaultCodeBuildHttpAuthSchemeParametersProvider = void 0;
|
|
@@ -11597,13 +11643,13 @@ var init_tslib_es6 = __esm({
|
|
|
11597
11643
|
}
|
|
11598
11644
|
});
|
|
11599
11645
|
|
|
11600
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.
|
|
11646
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.721.0/node_modules/@aws-sdk/client-codebuild/package.json
|
|
11601
11647
|
var require_package = __commonJS({
|
|
11602
|
-
"../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.
|
|
11648
|
+
"../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.721.0/node_modules/@aws-sdk/client-codebuild/package.json"(exports, module) {
|
|
11603
11649
|
module.exports = {
|
|
11604
11650
|
name: "@aws-sdk/client-codebuild",
|
|
11605
11651
|
description: "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native",
|
|
11606
|
-
version: "3.
|
|
11652
|
+
version: "3.721.0",
|
|
11607
11653
|
scripts: {
|
|
11608
11654
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
11609
11655
|
"build:cjs": "node ../../scripts/compilation/inline client-codebuild",
|
|
@@ -11622,43 +11668,43 @@ var require_package = __commonJS({
|
|
|
11622
11668
|
dependencies: {
|
|
11623
11669
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
11624
11670
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
11625
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
11626
|
-
"@aws-sdk/client-sts": "3.
|
|
11627
|
-
"@aws-sdk/core": "3.
|
|
11628
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
11629
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
11630
|
-
"@aws-sdk/middleware-logger": "3.
|
|
11631
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
11632
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
11633
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
11634
|
-
"@aws-sdk/types": "3.
|
|
11635
|
-
"@aws-sdk/util-endpoints": "3.
|
|
11636
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
11637
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
11638
|
-
"@smithy/config-resolver": "^3.0.
|
|
11639
|
-
"@smithy/core": "^2.5.
|
|
11640
|
-
"@smithy/fetch-http-handler": "^4.1.
|
|
11641
|
-
"@smithy/hash-node": "^3.0.
|
|
11642
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
11643
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
11644
|
-
"@smithy/middleware-endpoint": "^3.2.
|
|
11645
|
-
"@smithy/middleware-retry": "^3.0.
|
|
11646
|
-
"@smithy/middleware-serde": "^3.0.
|
|
11647
|
-
"@smithy/middleware-stack": "^3.0.
|
|
11648
|
-
"@smithy/node-config-provider": "^3.1.
|
|
11649
|
-
"@smithy/node-http-handler": "^3.3.
|
|
11650
|
-
"@smithy/protocol-http": "^4.1.
|
|
11651
|
-
"@smithy/smithy-client": "^3.
|
|
11652
|
-
"@smithy/types": "^3.7.
|
|
11653
|
-
"@smithy/url-parser": "^3.0.
|
|
11671
|
+
"@aws-sdk/client-sso-oidc": "3.721.0",
|
|
11672
|
+
"@aws-sdk/client-sts": "3.721.0",
|
|
11673
|
+
"@aws-sdk/core": "3.716.0",
|
|
11674
|
+
"@aws-sdk/credential-provider-node": "3.721.0",
|
|
11675
|
+
"@aws-sdk/middleware-host-header": "3.714.0",
|
|
11676
|
+
"@aws-sdk/middleware-logger": "3.714.0",
|
|
11677
|
+
"@aws-sdk/middleware-recursion-detection": "3.714.0",
|
|
11678
|
+
"@aws-sdk/middleware-user-agent": "3.721.0",
|
|
11679
|
+
"@aws-sdk/region-config-resolver": "3.714.0",
|
|
11680
|
+
"@aws-sdk/types": "3.714.0",
|
|
11681
|
+
"@aws-sdk/util-endpoints": "3.714.0",
|
|
11682
|
+
"@aws-sdk/util-user-agent-browser": "3.714.0",
|
|
11683
|
+
"@aws-sdk/util-user-agent-node": "3.721.0",
|
|
11684
|
+
"@smithy/config-resolver": "^3.0.13",
|
|
11685
|
+
"@smithy/core": "^2.5.5",
|
|
11686
|
+
"@smithy/fetch-http-handler": "^4.1.2",
|
|
11687
|
+
"@smithy/hash-node": "^3.0.11",
|
|
11688
|
+
"@smithy/invalid-dependency": "^3.0.11",
|
|
11689
|
+
"@smithy/middleware-content-length": "^3.0.13",
|
|
11690
|
+
"@smithy/middleware-endpoint": "^3.2.6",
|
|
11691
|
+
"@smithy/middleware-retry": "^3.0.31",
|
|
11692
|
+
"@smithy/middleware-serde": "^3.0.11",
|
|
11693
|
+
"@smithy/middleware-stack": "^3.0.11",
|
|
11694
|
+
"@smithy/node-config-provider": "^3.1.12",
|
|
11695
|
+
"@smithy/node-http-handler": "^3.3.2",
|
|
11696
|
+
"@smithy/protocol-http": "^4.1.8",
|
|
11697
|
+
"@smithy/smithy-client": "^3.5.1",
|
|
11698
|
+
"@smithy/types": "^3.7.2",
|
|
11699
|
+
"@smithy/url-parser": "^3.0.11",
|
|
11654
11700
|
"@smithy/util-base64": "^3.0.0",
|
|
11655
11701
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
11656
11702
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
11657
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
11658
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
11659
|
-
"@smithy/util-endpoints": "^2.1.
|
|
11660
|
-
"@smithy/util-middleware": "^3.0.
|
|
11661
|
-
"@smithy/util-retry": "^3.0.
|
|
11703
|
+
"@smithy/util-defaults-mode-browser": "^3.0.31",
|
|
11704
|
+
"@smithy/util-defaults-mode-node": "^3.0.31",
|
|
11705
|
+
"@smithy/util-endpoints": "^2.1.7",
|
|
11706
|
+
"@smithy/util-middleware": "^3.0.11",
|
|
11707
|
+
"@smithy/util-retry": "^3.0.11",
|
|
11662
11708
|
"@smithy/util-utf8": "^3.0.0",
|
|
11663
11709
|
tslib: "^2.6.2"
|
|
11664
11710
|
},
|
|
@@ -11704,9 +11750,9 @@ var require_package = __commonJS({
|
|
|
11704
11750
|
}
|
|
11705
11751
|
});
|
|
11706
11752
|
|
|
11707
|
-
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-env@3.
|
|
11753
|
+
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-env@3.716.0/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js
|
|
11708
11754
|
var require_dist_cjs36 = __commonJS({
|
|
11709
|
-
"../../node_modules/.pnpm/@aws-sdk+credential-provider-env@3.
|
|
11755
|
+
"../../node_modules/.pnpm/@aws-sdk+credential-provider-env@3.716.0/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js"(exports, module) {
|
|
11710
11756
|
"use strict";
|
|
11711
11757
|
var __defProp2 = Object.defineProperty;
|
|
11712
11758
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -12168,9 +12214,9 @@ For more information, please visit: ` + STATIC_STABILITY_DOC_URL
|
|
|
12168
12214
|
}
|
|
12169
12215
|
});
|
|
12170
12216
|
|
|
12171
|
-
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12217
|
+
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.716.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js
|
|
12172
12218
|
var require_checkUrl = __commonJS({
|
|
12173
|
-
"../../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12219
|
+
"../../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.716.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js"(exports) {
|
|
12174
12220
|
"use strict";
|
|
12175
12221
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12176
12222
|
exports.checkUrl = void 0;
|
|
@@ -12211,9 +12257,9 @@ var require_checkUrl = __commonJS({
|
|
|
12211
12257
|
}
|
|
12212
12258
|
});
|
|
12213
12259
|
|
|
12214
|
-
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12260
|
+
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.716.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js
|
|
12215
12261
|
var require_requestHelpers = __commonJS({
|
|
12216
|
-
"../../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12262
|
+
"../../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.716.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js"(exports) {
|
|
12217
12263
|
"use strict";
|
|
12218
12264
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12219
12265
|
exports.getCredentials = exports.createGetRequest = void 0;
|
|
@@ -12267,9 +12313,9 @@ var require_requestHelpers = __commonJS({
|
|
|
12267
12313
|
}
|
|
12268
12314
|
});
|
|
12269
12315
|
|
|
12270
|
-
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12316
|
+
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.716.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js
|
|
12271
12317
|
var require_retry_wrapper = __commonJS({
|
|
12272
|
-
"../../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12318
|
+
"../../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.716.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js"(exports) {
|
|
12273
12319
|
"use strict";
|
|
12274
12320
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12275
12321
|
exports.retryWrapper = void 0;
|
|
@@ -12289,9 +12335,9 @@ var require_retry_wrapper = __commonJS({
|
|
|
12289
12335
|
}
|
|
12290
12336
|
});
|
|
12291
12337
|
|
|
12292
|
-
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12338
|
+
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.716.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js
|
|
12293
12339
|
var require_fromHttp = __commonJS({
|
|
12294
|
-
"../../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12340
|
+
"../../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.716.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js"(exports) {
|
|
12295
12341
|
"use strict";
|
|
12296
12342
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12297
12343
|
exports.fromHttp = void 0;
|
|
@@ -12357,9 +12403,9 @@ Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
|
|
|
12357
12403
|
}
|
|
12358
12404
|
});
|
|
12359
12405
|
|
|
12360
|
-
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12406
|
+
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.716.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js
|
|
12361
12407
|
var require_dist_cjs38 = __commonJS({
|
|
12362
|
-
"../../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12408
|
+
"../../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.716.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js"(exports) {
|
|
12363
12409
|
"use strict";
|
|
12364
12410
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12365
12411
|
exports.fromHttp = void 0;
|
|
@@ -12370,9 +12416,9 @@ var require_dist_cjs38 = __commonJS({
|
|
|
12370
12416
|
}
|
|
12371
12417
|
});
|
|
12372
12418
|
|
|
12373
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
12419
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-sso@3.721.0/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js
|
|
12374
12420
|
var require_httpAuthSchemeProvider2 = __commonJS({
|
|
12375
|
-
"../../node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
12421
|
+
"../../node_modules/.pnpm/@aws-sdk+client-sso@3.721.0/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js"(exports) {
|
|
12376
12422
|
"use strict";
|
|
12377
12423
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12378
12424
|
exports.resolveHttpAuthSchemeConfig = exports.defaultSSOHttpAuthSchemeProvider = exports.defaultSSOHttpAuthSchemeParametersProvider = void 0;
|
|
@@ -12443,13 +12489,13 @@ var require_httpAuthSchemeProvider2 = __commonJS({
|
|
|
12443
12489
|
}
|
|
12444
12490
|
});
|
|
12445
12491
|
|
|
12446
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
12492
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-sso@3.721.0/node_modules/@aws-sdk/client-sso/package.json
|
|
12447
12493
|
var require_package2 = __commonJS({
|
|
12448
|
-
"../../node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
12494
|
+
"../../node_modules/.pnpm/@aws-sdk+client-sso@3.721.0/node_modules/@aws-sdk/client-sso/package.json"(exports, module) {
|
|
12449
12495
|
module.exports = {
|
|
12450
12496
|
name: "@aws-sdk/client-sso",
|
|
12451
12497
|
description: "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
|
12452
|
-
version: "3.
|
|
12498
|
+
version: "3.721.0",
|
|
12453
12499
|
scripts: {
|
|
12454
12500
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
12455
12501
|
"build:cjs": "node ../../scripts/compilation/inline client-sso",
|
|
@@ -12468,40 +12514,40 @@ var require_package2 = __commonJS({
|
|
|
12468
12514
|
dependencies: {
|
|
12469
12515
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
12470
12516
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
12471
|
-
"@aws-sdk/core": "3.
|
|
12472
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
12473
|
-
"@aws-sdk/middleware-logger": "3.
|
|
12474
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
12475
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
12476
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
12477
|
-
"@aws-sdk/types": "3.
|
|
12478
|
-
"@aws-sdk/util-endpoints": "3.
|
|
12479
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
12480
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
12481
|
-
"@smithy/config-resolver": "^3.0.
|
|
12482
|
-
"@smithy/core": "^2.5.
|
|
12483
|
-
"@smithy/fetch-http-handler": "^4.1.
|
|
12484
|
-
"@smithy/hash-node": "^3.0.
|
|
12485
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
12486
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
12487
|
-
"@smithy/middleware-endpoint": "^3.2.
|
|
12488
|
-
"@smithy/middleware-retry": "^3.0.
|
|
12489
|
-
"@smithy/middleware-serde": "^3.0.
|
|
12490
|
-
"@smithy/middleware-stack": "^3.0.
|
|
12491
|
-
"@smithy/node-config-provider": "^3.1.
|
|
12492
|
-
"@smithy/node-http-handler": "^3.3.
|
|
12493
|
-
"@smithy/protocol-http": "^4.1.
|
|
12494
|
-
"@smithy/smithy-client": "^3.
|
|
12495
|
-
"@smithy/types": "^3.7.
|
|
12496
|
-
"@smithy/url-parser": "^3.0.
|
|
12517
|
+
"@aws-sdk/core": "3.716.0",
|
|
12518
|
+
"@aws-sdk/middleware-host-header": "3.714.0",
|
|
12519
|
+
"@aws-sdk/middleware-logger": "3.714.0",
|
|
12520
|
+
"@aws-sdk/middleware-recursion-detection": "3.714.0",
|
|
12521
|
+
"@aws-sdk/middleware-user-agent": "3.721.0",
|
|
12522
|
+
"@aws-sdk/region-config-resolver": "3.714.0",
|
|
12523
|
+
"@aws-sdk/types": "3.714.0",
|
|
12524
|
+
"@aws-sdk/util-endpoints": "3.714.0",
|
|
12525
|
+
"@aws-sdk/util-user-agent-browser": "3.714.0",
|
|
12526
|
+
"@aws-sdk/util-user-agent-node": "3.721.0",
|
|
12527
|
+
"@smithy/config-resolver": "^3.0.13",
|
|
12528
|
+
"@smithy/core": "^2.5.5",
|
|
12529
|
+
"@smithy/fetch-http-handler": "^4.1.2",
|
|
12530
|
+
"@smithy/hash-node": "^3.0.11",
|
|
12531
|
+
"@smithy/invalid-dependency": "^3.0.11",
|
|
12532
|
+
"@smithy/middleware-content-length": "^3.0.13",
|
|
12533
|
+
"@smithy/middleware-endpoint": "^3.2.6",
|
|
12534
|
+
"@smithy/middleware-retry": "^3.0.31",
|
|
12535
|
+
"@smithy/middleware-serde": "^3.0.11",
|
|
12536
|
+
"@smithy/middleware-stack": "^3.0.11",
|
|
12537
|
+
"@smithy/node-config-provider": "^3.1.12",
|
|
12538
|
+
"@smithy/node-http-handler": "^3.3.2",
|
|
12539
|
+
"@smithy/protocol-http": "^4.1.8",
|
|
12540
|
+
"@smithy/smithy-client": "^3.5.1",
|
|
12541
|
+
"@smithy/types": "^3.7.2",
|
|
12542
|
+
"@smithy/url-parser": "^3.0.11",
|
|
12497
12543
|
"@smithy/util-base64": "^3.0.0",
|
|
12498
12544
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
12499
12545
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
12500
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
12501
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
12502
|
-
"@smithy/util-endpoints": "^2.1.
|
|
12503
|
-
"@smithy/util-middleware": "^3.0.
|
|
12504
|
-
"@smithy/util-retry": "^3.0.
|
|
12546
|
+
"@smithy/util-defaults-mode-browser": "^3.0.31",
|
|
12547
|
+
"@smithy/util-defaults-mode-node": "^3.0.31",
|
|
12548
|
+
"@smithy/util-endpoints": "^2.1.7",
|
|
12549
|
+
"@smithy/util-middleware": "^3.0.11",
|
|
12550
|
+
"@smithy/util-retry": "^3.0.11",
|
|
12505
12551
|
"@smithy/util-utf8": "^3.0.0",
|
|
12506
12552
|
tslib: "^2.6.2"
|
|
12507
12553
|
},
|
|
@@ -12547,9 +12593,9 @@ var require_package2 = __commonJS({
|
|
|
12547
12593
|
}
|
|
12548
12594
|
});
|
|
12549
12595
|
|
|
12550
|
-
// ../../node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.
|
|
12596
|
+
// ../../node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.721.0_aws-crt@1.24.2/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js
|
|
12551
12597
|
var require_dist_cjs39 = __commonJS({
|
|
12552
|
-
"../../node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.
|
|
12598
|
+
"../../node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.721.0_aws-crt@1.24.2/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js"(exports, module) {
|
|
12553
12599
|
"use strict";
|
|
12554
12600
|
var __defProp2 = Object.defineProperty;
|
|
12555
12601
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -12623,10 +12669,11 @@ var require_dist_cjs39 = __commonJS({
|
|
|
12623
12669
|
var defaultUserAgent = createDefaultUserAgentProvider;
|
|
12624
12670
|
var import_middleware_user_agent = require_dist_cjs24();
|
|
12625
12671
|
var UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID";
|
|
12626
|
-
var UA_APP_ID_INI_NAME = "
|
|
12672
|
+
var UA_APP_ID_INI_NAME = "sdk_ua_app_id";
|
|
12673
|
+
var UA_APP_ID_INI_NAME_DEPRECATED = "sdk-ua-app-id";
|
|
12627
12674
|
var NODE_APP_ID_CONFIG_OPTIONS = {
|
|
12628
12675
|
environmentVariableSelector: (env2) => env2[UA_APP_ID_ENV_NAME],
|
|
12629
|
-
configFileSelector: (profile) => profile[UA_APP_ID_INI_NAME],
|
|
12676
|
+
configFileSelector: (profile) => profile[UA_APP_ID_INI_NAME] ?? profile[UA_APP_ID_INI_NAME_DEPRECATED],
|
|
12630
12677
|
default: import_middleware_user_agent.DEFAULT_UA_APP_ID
|
|
12631
12678
|
};
|
|
12632
12679
|
}
|
|
@@ -12745,9 +12792,9 @@ var require_dist_cjs41 = __commonJS({
|
|
|
12745
12792
|
}
|
|
12746
12793
|
});
|
|
12747
12794
|
|
|
12748
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
12795
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-sso@3.721.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js
|
|
12749
12796
|
var require_ruleset = __commonJS({
|
|
12750
|
-
"../../node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
12797
|
+
"../../node_modules/.pnpm/@aws-sdk+client-sso@3.721.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js"(exports) {
|
|
12751
12798
|
"use strict";
|
|
12752
12799
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12753
12800
|
exports.ruleSet = void 0;
|
|
@@ -12780,9 +12827,9 @@ var require_ruleset = __commonJS({
|
|
|
12780
12827
|
}
|
|
12781
12828
|
});
|
|
12782
12829
|
|
|
12783
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
12830
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-sso@3.721.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js
|
|
12784
12831
|
var require_endpointResolver = __commonJS({
|
|
12785
|
-
"../../node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
12832
|
+
"../../node_modules/.pnpm/@aws-sdk+client-sso@3.721.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js"(exports) {
|
|
12786
12833
|
"use strict";
|
|
12787
12834
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12788
12835
|
exports.defaultEndpointResolver = void 0;
|
|
@@ -12804,9 +12851,9 @@ var require_endpointResolver = __commonJS({
|
|
|
12804
12851
|
}
|
|
12805
12852
|
});
|
|
12806
12853
|
|
|
12807
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
12854
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-sso@3.721.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js
|
|
12808
12855
|
var require_runtimeConfig_shared = __commonJS({
|
|
12809
|
-
"../../node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
12856
|
+
"../../node_modules/.pnpm/@aws-sdk+client-sso@3.721.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js"(exports) {
|
|
12810
12857
|
"use strict";
|
|
12811
12858
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12812
12859
|
exports.getRuntimeConfig = void 0;
|
|
@@ -12850,9 +12897,9 @@ var require_runtimeConfig_shared = __commonJS({
|
|
|
12850
12897
|
}
|
|
12851
12898
|
});
|
|
12852
12899
|
|
|
12853
|
-
// ../../node_modules/.pnpm/@smithy+util-defaults-mode-node@3.0.
|
|
12900
|
+
// ../../node_modules/.pnpm/@smithy+util-defaults-mode-node@3.0.34/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js
|
|
12854
12901
|
var require_dist_cjs42 = __commonJS({
|
|
12855
|
-
"../../node_modules/.pnpm/@smithy+util-defaults-mode-node@3.0.
|
|
12902
|
+
"../../node_modules/.pnpm/@smithy+util-defaults-mode-node@3.0.34/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js"(exports, module) {
|
|
12856
12903
|
var __create2 = Object.create;
|
|
12857
12904
|
var __defProp2 = Object.defineProperty;
|
|
12858
12905
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -12959,9 +13006,9 @@ var require_dist_cjs42 = __commonJS({
|
|
|
12959
13006
|
}
|
|
12960
13007
|
});
|
|
12961
13008
|
|
|
12962
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
13009
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-sso@3.721.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js
|
|
12963
13010
|
var require_runtimeConfig = __commonJS({
|
|
12964
|
-
"../../node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
13011
|
+
"../../node_modules/.pnpm/@aws-sdk+client-sso@3.721.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js"(exports) {
|
|
12965
13012
|
"use strict";
|
|
12966
13013
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12967
13014
|
exports.getRuntimeConfig = void 0;
|
|
@@ -12986,6 +13033,7 @@ var require_runtimeConfig = __commonJS({
|
|
|
12986
13033
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
12987
13034
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
12988
13035
|
(0, core_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
13036
|
+
const profileConfig = { profile: config?.profile };
|
|
12989
13037
|
return {
|
|
12990
13038
|
...clientSharedValues,
|
|
12991
13039
|
...config,
|
|
@@ -12993,27 +13041,27 @@ var require_runtimeConfig = __commonJS({
|
|
|
12993
13041
|
defaultsMode,
|
|
12994
13042
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
12995
13043
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
12996
|
-
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
12997
|
-
region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
13044
|
+
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
13045
|
+
region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
|
|
12998
13046
|
requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
12999
13047
|
retryMode: config?.retryMode ?? (0, node_config_provider_1.loadConfig)({
|
|
13000
13048
|
...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
13001
13049
|
default: async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE
|
|
13002
|
-
}),
|
|
13050
|
+
}, config),
|
|
13003
13051
|
sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
|
|
13004
13052
|
streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
|
|
13005
|
-
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
13006
|
-
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
13007
|
-
userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS)
|
|
13053
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
|
|
13054
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
|
|
13055
|
+
userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, profileConfig)
|
|
13008
13056
|
};
|
|
13009
13057
|
};
|
|
13010
13058
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
13011
13059
|
}
|
|
13012
13060
|
});
|
|
13013
13061
|
|
|
13014
|
-
// ../../node_modules/.pnpm/@aws-sdk+region-config-resolver@3.
|
|
13062
|
+
// ../../node_modules/.pnpm/@aws-sdk+region-config-resolver@3.714.0/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js
|
|
13015
13063
|
var require_dist_cjs43 = __commonJS({
|
|
13016
|
-
"../../node_modules/.pnpm/@aws-sdk+region-config-resolver@3.
|
|
13064
|
+
"../../node_modules/.pnpm/@aws-sdk+region-config-resolver@3.714.0/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js"(exports, module) {
|
|
13017
13065
|
"use strict";
|
|
13018
13066
|
var __defProp2 = Object.defineProperty;
|
|
13019
13067
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -13109,9 +13157,9 @@ var require_dist_cjs43 = __commonJS({
|
|
|
13109
13157
|
}
|
|
13110
13158
|
});
|
|
13111
13159
|
|
|
13112
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
13160
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-sso@3.721.0/node_modules/@aws-sdk/client-sso/dist-cjs/index.js
|
|
13113
13161
|
var require_dist_cjs44 = __commonJS({
|
|
13114
|
-
"../../node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
13162
|
+
"../../node_modules/.pnpm/@aws-sdk+client-sso@3.721.0/node_modules/@aws-sdk/client-sso/dist-cjs/index.js"(exports, module) {
|
|
13115
13163
|
"use strict";
|
|
13116
13164
|
var __defProp2 = Object.defineProperty;
|
|
13117
13165
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -13639,9 +13687,9 @@ var require_dist_cjs44 = __commonJS({
|
|
|
13639
13687
|
}
|
|
13640
13688
|
});
|
|
13641
13689
|
|
|
13642
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.
|
|
13690
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.721.0_@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js
|
|
13643
13691
|
var require_httpAuthSchemeProvider3 = __commonJS({
|
|
13644
|
-
"../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.
|
|
13692
|
+
"../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.721.0_@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js"(exports) {
|
|
13645
13693
|
"use strict";
|
|
13646
13694
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13647
13695
|
exports.resolveHttpAuthSchemeConfig = exports.defaultSSOOIDCHttpAuthSchemeProvider = exports.defaultSSOOIDCHttpAuthSchemeParametersProvider = void 0;
|
|
@@ -13708,13 +13756,13 @@ var require_httpAuthSchemeProvider3 = __commonJS({
|
|
|
13708
13756
|
}
|
|
13709
13757
|
});
|
|
13710
13758
|
|
|
13711
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.
|
|
13759
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.721.0_@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sso-oidc/package.json
|
|
13712
13760
|
var require_package3 = __commonJS({
|
|
13713
|
-
"../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.
|
|
13761
|
+
"../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.721.0_@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sso-oidc/package.json"(exports, module) {
|
|
13714
13762
|
module.exports = {
|
|
13715
13763
|
name: "@aws-sdk/client-sso-oidc",
|
|
13716
13764
|
description: "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
|
|
13717
|
-
version: "3.
|
|
13765
|
+
version: "3.721.0",
|
|
13718
13766
|
scripts: {
|
|
13719
13767
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
13720
13768
|
"build:cjs": "node ../../scripts/compilation/inline client-sso-oidc",
|
|
@@ -13733,41 +13781,41 @@ var require_package3 = __commonJS({
|
|
|
13733
13781
|
dependencies: {
|
|
13734
13782
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
13735
13783
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
13736
|
-
"@aws-sdk/core": "3.
|
|
13737
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
13738
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
13739
|
-
"@aws-sdk/middleware-logger": "3.
|
|
13740
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
13741
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
13742
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
13743
|
-
"@aws-sdk/types": "3.
|
|
13744
|
-
"@aws-sdk/util-endpoints": "3.
|
|
13745
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
13746
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
13747
|
-
"@smithy/config-resolver": "^3.0.
|
|
13748
|
-
"@smithy/core": "^2.5.
|
|
13749
|
-
"@smithy/fetch-http-handler": "^4.1.
|
|
13750
|
-
"@smithy/hash-node": "^3.0.
|
|
13751
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
13752
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
13753
|
-
"@smithy/middleware-endpoint": "^3.2.
|
|
13754
|
-
"@smithy/middleware-retry": "^3.0.
|
|
13755
|
-
"@smithy/middleware-serde": "^3.0.
|
|
13756
|
-
"@smithy/middleware-stack": "^3.0.
|
|
13757
|
-
"@smithy/node-config-provider": "^3.1.
|
|
13758
|
-
"@smithy/node-http-handler": "^3.3.
|
|
13759
|
-
"@smithy/protocol-http": "^4.1.
|
|
13760
|
-
"@smithy/smithy-client": "^3.
|
|
13761
|
-
"@smithy/types": "^3.7.
|
|
13762
|
-
"@smithy/url-parser": "^3.0.
|
|
13784
|
+
"@aws-sdk/core": "3.716.0",
|
|
13785
|
+
"@aws-sdk/credential-provider-node": "3.721.0",
|
|
13786
|
+
"@aws-sdk/middleware-host-header": "3.714.0",
|
|
13787
|
+
"@aws-sdk/middleware-logger": "3.714.0",
|
|
13788
|
+
"@aws-sdk/middleware-recursion-detection": "3.714.0",
|
|
13789
|
+
"@aws-sdk/middleware-user-agent": "3.721.0",
|
|
13790
|
+
"@aws-sdk/region-config-resolver": "3.714.0",
|
|
13791
|
+
"@aws-sdk/types": "3.714.0",
|
|
13792
|
+
"@aws-sdk/util-endpoints": "3.714.0",
|
|
13793
|
+
"@aws-sdk/util-user-agent-browser": "3.714.0",
|
|
13794
|
+
"@aws-sdk/util-user-agent-node": "3.721.0",
|
|
13795
|
+
"@smithy/config-resolver": "^3.0.13",
|
|
13796
|
+
"@smithy/core": "^2.5.5",
|
|
13797
|
+
"@smithy/fetch-http-handler": "^4.1.2",
|
|
13798
|
+
"@smithy/hash-node": "^3.0.11",
|
|
13799
|
+
"@smithy/invalid-dependency": "^3.0.11",
|
|
13800
|
+
"@smithy/middleware-content-length": "^3.0.13",
|
|
13801
|
+
"@smithy/middleware-endpoint": "^3.2.6",
|
|
13802
|
+
"@smithy/middleware-retry": "^3.0.31",
|
|
13803
|
+
"@smithy/middleware-serde": "^3.0.11",
|
|
13804
|
+
"@smithy/middleware-stack": "^3.0.11",
|
|
13805
|
+
"@smithy/node-config-provider": "^3.1.12",
|
|
13806
|
+
"@smithy/node-http-handler": "^3.3.2",
|
|
13807
|
+
"@smithy/protocol-http": "^4.1.8",
|
|
13808
|
+
"@smithy/smithy-client": "^3.5.1",
|
|
13809
|
+
"@smithy/types": "^3.7.2",
|
|
13810
|
+
"@smithy/url-parser": "^3.0.11",
|
|
13763
13811
|
"@smithy/util-base64": "^3.0.0",
|
|
13764
13812
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
13765
13813
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
13766
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
13767
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
13768
|
-
"@smithy/util-endpoints": "^2.1.
|
|
13769
|
-
"@smithy/util-middleware": "^3.0.
|
|
13770
|
-
"@smithy/util-retry": "^3.0.
|
|
13814
|
+
"@smithy/util-defaults-mode-browser": "^3.0.31",
|
|
13815
|
+
"@smithy/util-defaults-mode-node": "^3.0.31",
|
|
13816
|
+
"@smithy/util-endpoints": "^2.1.7",
|
|
13817
|
+
"@smithy/util-middleware": "^3.0.11",
|
|
13818
|
+
"@smithy/util-retry": "^3.0.11",
|
|
13771
13819
|
"@smithy/util-utf8": "^3.0.0",
|
|
13772
13820
|
tslib: "^2.6.2"
|
|
13773
13821
|
},
|
|
@@ -13798,7 +13846,7 @@ var require_package3 = __commonJS({
|
|
|
13798
13846
|
},
|
|
13799
13847
|
license: "Apache-2.0",
|
|
13800
13848
|
peerDependencies: {
|
|
13801
|
-
"@aws-sdk/client-sts": "^3.
|
|
13849
|
+
"@aws-sdk/client-sts": "^3.721.0"
|
|
13802
13850
|
},
|
|
13803
13851
|
browser: {
|
|
13804
13852
|
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
@@ -13816,9 +13864,9 @@ var require_package3 = __commonJS({
|
|
|
13816
13864
|
}
|
|
13817
13865
|
});
|
|
13818
13866
|
|
|
13819
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.
|
|
13867
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.721.0_@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js
|
|
13820
13868
|
var require_ruleset2 = __commonJS({
|
|
13821
|
-
"../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.
|
|
13869
|
+
"../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.721.0_@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js"(exports) {
|
|
13822
13870
|
"use strict";
|
|
13823
13871
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13824
13872
|
exports.ruleSet = void 0;
|
|
@@ -13851,9 +13899,9 @@ var require_ruleset2 = __commonJS({
|
|
|
13851
13899
|
}
|
|
13852
13900
|
});
|
|
13853
13901
|
|
|
13854
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.
|
|
13902
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.721.0_@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js
|
|
13855
13903
|
var require_endpointResolver2 = __commonJS({
|
|
13856
|
-
"../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.
|
|
13904
|
+
"../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.721.0_@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js"(exports) {
|
|
13857
13905
|
"use strict";
|
|
13858
13906
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13859
13907
|
exports.defaultEndpointResolver = void 0;
|
|
@@ -13875,9 +13923,9 @@ var require_endpointResolver2 = __commonJS({
|
|
|
13875
13923
|
}
|
|
13876
13924
|
});
|
|
13877
13925
|
|
|
13878
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.
|
|
13926
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.721.0_@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js
|
|
13879
13927
|
var require_runtimeConfig_shared2 = __commonJS({
|
|
13880
|
-
"../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.
|
|
13928
|
+
"../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.721.0_@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js"(exports) {
|
|
13881
13929
|
"use strict";
|
|
13882
13930
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13883
13931
|
exports.getRuntimeConfig = void 0;
|
|
@@ -13921,9 +13969,9 @@ var require_runtimeConfig_shared2 = __commonJS({
|
|
|
13921
13969
|
}
|
|
13922
13970
|
});
|
|
13923
13971
|
|
|
13924
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.
|
|
13972
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.721.0_@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js
|
|
13925
13973
|
var require_runtimeConfig2 = __commonJS({
|
|
13926
|
-
"../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.
|
|
13974
|
+
"../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.721.0_@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js"(exports) {
|
|
13927
13975
|
"use strict";
|
|
13928
13976
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13929
13977
|
exports.getRuntimeConfig = void 0;
|
|
@@ -13949,6 +13997,7 @@ var require_runtimeConfig2 = __commonJS({
|
|
|
13949
13997
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
13950
13998
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
13951
13999
|
(0, core_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
14000
|
+
const profileConfig = { profile: config?.profile };
|
|
13952
14001
|
return {
|
|
13953
14002
|
...clientSharedValues,
|
|
13954
14003
|
...config,
|
|
@@ -13957,27 +14006,27 @@ var require_runtimeConfig2 = __commonJS({
|
|
|
13957
14006
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
13958
14007
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
13959
14008
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
13960
|
-
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
13961
|
-
region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
14009
|
+
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
14010
|
+
region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
|
|
13962
14011
|
requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
13963
14012
|
retryMode: config?.retryMode ?? (0, node_config_provider_1.loadConfig)({
|
|
13964
14013
|
...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
13965
14014
|
default: async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE
|
|
13966
|
-
}),
|
|
14015
|
+
}, config),
|
|
13967
14016
|
sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
|
|
13968
14017
|
streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
|
|
13969
|
-
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
13970
|
-
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
13971
|
-
userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS)
|
|
14018
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
|
|
14019
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
|
|
14020
|
+
userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, profileConfig)
|
|
13972
14021
|
};
|
|
13973
14022
|
};
|
|
13974
14023
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
13975
14024
|
}
|
|
13976
14025
|
});
|
|
13977
14026
|
|
|
13978
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.
|
|
14027
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.721.0_@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js
|
|
13979
14028
|
var require_dist_cjs45 = __commonJS({
|
|
13980
|
-
"../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.
|
|
14029
|
+
"../../node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.721.0_@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js"(exports, module) {
|
|
13981
14030
|
"use strict";
|
|
13982
14031
|
var __defProp2 = Object.defineProperty;
|
|
13983
14032
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -14944,9 +14993,9 @@ var require_dist_cjs45 = __commonJS({
|
|
|
14944
14993
|
}
|
|
14945
14994
|
});
|
|
14946
14995
|
|
|
14947
|
-
// ../../node_modules/.pnpm/@aws-sdk+token-providers@3.
|
|
14996
|
+
// ../../node_modules/.pnpm/@aws-sdk+token-providers@3.721.0_@aws-sdk+client-sso-oidc@3.721.0/node_modules/@aws-sdk/token-providers/dist-cjs/index.js
|
|
14948
14997
|
var require_dist_cjs46 = __commonJS({
|
|
14949
|
-
"../../node_modules/.pnpm/@aws-sdk+token-providers@3.
|
|
14998
|
+
"../../node_modules/.pnpm/@aws-sdk+token-providers@3.721.0_@aws-sdk+client-sso-oidc@3.721.0/node_modules/@aws-sdk/token-providers/dist-cjs/index.js"(exports, module) {
|
|
14950
14999
|
"use strict";
|
|
14951
15000
|
var __create2 = Object.create;
|
|
14952
15001
|
var __defProp2 = Object.defineProperty;
|
|
@@ -15031,11 +15080,20 @@ var require_dist_cjs46 = __commonJS({
|
|
|
15031
15080
|
return writeFile(tokenFilepath, tokenString);
|
|
15032
15081
|
}, "writeSSOTokenToFile");
|
|
15033
15082
|
var lastRefreshAttemptTime = /* @__PURE__ */ new Date(0);
|
|
15034
|
-
var fromSso = /* @__PURE__ */ __name((
|
|
15083
|
+
var fromSso = /* @__PURE__ */ __name((_init = {}) => async ({ callerClientConfig } = {}) => {
|
|
15035
15084
|
var _a;
|
|
15085
|
+
const init = {
|
|
15086
|
+
..._init,
|
|
15087
|
+
parentClientConfig: {
|
|
15088
|
+
...callerClientConfig,
|
|
15089
|
+
..._init.parentClientConfig
|
|
15090
|
+
}
|
|
15091
|
+
};
|
|
15036
15092
|
(_a = init.logger) == null ? void 0 : _a.debug("@aws-sdk/token-providers - fromSso");
|
|
15037
15093
|
const profiles = await (0, import_shared_ini_file_loader.parseKnownFiles)(init);
|
|
15038
|
-
const profileName = (0, import_shared_ini_file_loader.getProfileName)(
|
|
15094
|
+
const profileName = (0, import_shared_ini_file_loader.getProfileName)({
|
|
15095
|
+
profile: init.profile ?? (callerClientConfig == null ? void 0 : callerClientConfig.profile)
|
|
15096
|
+
});
|
|
15039
15097
|
const profile = profiles[profileName];
|
|
15040
15098
|
if (!profile) {
|
|
15041
15099
|
throw new import_property_provider2.TokenProviderError(`Profile '${profileName}' could not be found in shared credentials file.`, false);
|
|
@@ -15125,9 +15183,9 @@ var require_dist_cjs46 = __commonJS({
|
|
|
15125
15183
|
}
|
|
15126
15184
|
});
|
|
15127
15185
|
|
|
15128
|
-
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.
|
|
15186
|
+
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.721.0_@aws-sdk+client-sso-oidc@3.721.0/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js
|
|
15129
15187
|
var require_dist_cjs47 = __commonJS({
|
|
15130
|
-
"../../node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.
|
|
15188
|
+
"../../node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.721.0_@aws-sdk+client-sso-oidc@3.721.0/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js"(exports, module) {
|
|
15131
15189
|
"use strict";
|
|
15132
15190
|
var __defProp2 = Object.defineProperty;
|
|
15133
15191
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -15278,12 +15336,14 @@ Reference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.ht
|
|
|
15278
15336
|
}
|
|
15279
15337
|
return profile;
|
|
15280
15338
|
}, "validateSsoProfile");
|
|
15281
|
-
var fromSSO = /* @__PURE__ */ __name((init = {}) => async () => {
|
|
15339
|
+
var fromSSO = /* @__PURE__ */ __name((init = {}) => async ({ callerClientConfig } = {}) => {
|
|
15282
15340
|
var _a;
|
|
15283
15341
|
(_a = init.logger) == null ? void 0 : _a.debug("@aws-sdk/credential-provider-sso - fromSSO");
|
|
15284
15342
|
const { ssoStartUrl, ssoAccountId, ssoRegion, ssoRoleName, ssoSession } = init;
|
|
15285
15343
|
const { ssoClient } = init;
|
|
15286
|
-
const profileName = (0, import_shared_ini_file_loader.getProfileName)(
|
|
15344
|
+
const profileName = (0, import_shared_ini_file_loader.getProfileName)({
|
|
15345
|
+
profile: init.profile ?? (callerClientConfig == null ? void 0 : callerClientConfig.profile)
|
|
15346
|
+
});
|
|
15287
15347
|
if (!ssoStartUrl && !ssoAccountId && !ssoRegion && !ssoRoleName && !ssoSession) {
|
|
15288
15348
|
const profiles = await (0, import_shared_ini_file_loader.parseKnownFiles)(init);
|
|
15289
15349
|
const profile = profiles[profileName];
|
|
@@ -15351,9 +15411,9 @@ Reference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.ht
|
|
|
15351
15411
|
}
|
|
15352
15412
|
});
|
|
15353
15413
|
|
|
15354
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-sts@3.
|
|
15414
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js
|
|
15355
15415
|
var require_httpAuthSchemeProvider4 = __commonJS({
|
|
15356
|
-
"../../node_modules/.pnpm/@aws-sdk+client-sts@3.
|
|
15416
|
+
"../../node_modules/.pnpm/@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js"(exports) {
|
|
15357
15417
|
"use strict";
|
|
15358
15418
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15359
15419
|
exports.resolveHttpAuthSchemeConfig = exports.resolveStsAuthConfig = exports.defaultSTSHttpAuthSchemeProvider = exports.defaultSTSHttpAuthSchemeParametersProvider = void 0;
|
|
@@ -15423,9 +15483,9 @@ var require_httpAuthSchemeProvider4 = __commonJS({
|
|
|
15423
15483
|
}
|
|
15424
15484
|
});
|
|
15425
15485
|
|
|
15426
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-sts@3.
|
|
15486
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js
|
|
15427
15487
|
var require_EndpointParameters = __commonJS({
|
|
15428
|
-
"../../node_modules/.pnpm/@aws-sdk+client-sts@3.
|
|
15488
|
+
"../../node_modules/.pnpm/@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js"(exports) {
|
|
15429
15489
|
"use strict";
|
|
15430
15490
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15431
15491
|
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
@@ -15449,13 +15509,13 @@ var require_EndpointParameters = __commonJS({
|
|
|
15449
15509
|
}
|
|
15450
15510
|
});
|
|
15451
15511
|
|
|
15452
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-sts@3.
|
|
15512
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sts/package.json
|
|
15453
15513
|
var require_package4 = __commonJS({
|
|
15454
|
-
"../../node_modules/.pnpm/@aws-sdk+client-sts@3.
|
|
15514
|
+
"../../node_modules/.pnpm/@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sts/package.json"(exports, module) {
|
|
15455
15515
|
module.exports = {
|
|
15456
15516
|
name: "@aws-sdk/client-sts",
|
|
15457
15517
|
description: "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
|
|
15458
|
-
version: "3.
|
|
15518
|
+
version: "3.721.0",
|
|
15459
15519
|
scripts: {
|
|
15460
15520
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
15461
15521
|
"build:cjs": "node ../../scripts/compilation/inline client-sts",
|
|
@@ -15476,42 +15536,42 @@ var require_package4 = __commonJS({
|
|
|
15476
15536
|
dependencies: {
|
|
15477
15537
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
15478
15538
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
15479
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
15480
|
-
"@aws-sdk/core": "3.
|
|
15481
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
15482
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
15483
|
-
"@aws-sdk/middleware-logger": "3.
|
|
15484
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
15485
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
15486
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
15487
|
-
"@aws-sdk/types": "3.
|
|
15488
|
-
"@aws-sdk/util-endpoints": "3.
|
|
15489
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
15490
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
15491
|
-
"@smithy/config-resolver": "^3.0.
|
|
15492
|
-
"@smithy/core": "^2.5.
|
|
15493
|
-
"@smithy/fetch-http-handler": "^4.1.
|
|
15494
|
-
"@smithy/hash-node": "^3.0.
|
|
15495
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
15496
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
15497
|
-
"@smithy/middleware-endpoint": "^3.2.
|
|
15498
|
-
"@smithy/middleware-retry": "^3.0.
|
|
15499
|
-
"@smithy/middleware-serde": "^3.0.
|
|
15500
|
-
"@smithy/middleware-stack": "^3.0.
|
|
15501
|
-
"@smithy/node-config-provider": "^3.1.
|
|
15502
|
-
"@smithy/node-http-handler": "^3.3.
|
|
15503
|
-
"@smithy/protocol-http": "^4.1.
|
|
15504
|
-
"@smithy/smithy-client": "^3.
|
|
15505
|
-
"@smithy/types": "^3.7.
|
|
15506
|
-
"@smithy/url-parser": "^3.0.
|
|
15539
|
+
"@aws-sdk/client-sso-oidc": "3.721.0",
|
|
15540
|
+
"@aws-sdk/core": "3.716.0",
|
|
15541
|
+
"@aws-sdk/credential-provider-node": "3.721.0",
|
|
15542
|
+
"@aws-sdk/middleware-host-header": "3.714.0",
|
|
15543
|
+
"@aws-sdk/middleware-logger": "3.714.0",
|
|
15544
|
+
"@aws-sdk/middleware-recursion-detection": "3.714.0",
|
|
15545
|
+
"@aws-sdk/middleware-user-agent": "3.721.0",
|
|
15546
|
+
"@aws-sdk/region-config-resolver": "3.714.0",
|
|
15547
|
+
"@aws-sdk/types": "3.714.0",
|
|
15548
|
+
"@aws-sdk/util-endpoints": "3.714.0",
|
|
15549
|
+
"@aws-sdk/util-user-agent-browser": "3.714.0",
|
|
15550
|
+
"@aws-sdk/util-user-agent-node": "3.721.0",
|
|
15551
|
+
"@smithy/config-resolver": "^3.0.13",
|
|
15552
|
+
"@smithy/core": "^2.5.5",
|
|
15553
|
+
"@smithy/fetch-http-handler": "^4.1.2",
|
|
15554
|
+
"@smithy/hash-node": "^3.0.11",
|
|
15555
|
+
"@smithy/invalid-dependency": "^3.0.11",
|
|
15556
|
+
"@smithy/middleware-content-length": "^3.0.13",
|
|
15557
|
+
"@smithy/middleware-endpoint": "^3.2.6",
|
|
15558
|
+
"@smithy/middleware-retry": "^3.0.31",
|
|
15559
|
+
"@smithy/middleware-serde": "^3.0.11",
|
|
15560
|
+
"@smithy/middleware-stack": "^3.0.11",
|
|
15561
|
+
"@smithy/node-config-provider": "^3.1.12",
|
|
15562
|
+
"@smithy/node-http-handler": "^3.3.2",
|
|
15563
|
+
"@smithy/protocol-http": "^4.1.8",
|
|
15564
|
+
"@smithy/smithy-client": "^3.5.1",
|
|
15565
|
+
"@smithy/types": "^3.7.2",
|
|
15566
|
+
"@smithy/url-parser": "^3.0.11",
|
|
15507
15567
|
"@smithy/util-base64": "^3.0.0",
|
|
15508
15568
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
15509
15569
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
15510
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
15511
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
15512
|
-
"@smithy/util-endpoints": "^2.1.
|
|
15513
|
-
"@smithy/util-middleware": "^3.0.
|
|
15514
|
-
"@smithy/util-retry": "^3.0.
|
|
15570
|
+
"@smithy/util-defaults-mode-browser": "^3.0.31",
|
|
15571
|
+
"@smithy/util-defaults-mode-node": "^3.0.31",
|
|
15572
|
+
"@smithy/util-endpoints": "^2.1.7",
|
|
15573
|
+
"@smithy/util-middleware": "^3.0.11",
|
|
15574
|
+
"@smithy/util-retry": "^3.0.11",
|
|
15515
15575
|
"@smithy/util-utf8": "^3.0.0",
|
|
15516
15576
|
tslib: "^2.6.2"
|
|
15517
15577
|
},
|
|
@@ -15557,9 +15617,9 @@ var require_package4 = __commonJS({
|
|
|
15557
15617
|
}
|
|
15558
15618
|
});
|
|
15559
15619
|
|
|
15560
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-sts@3.
|
|
15620
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js
|
|
15561
15621
|
var require_ruleset3 = __commonJS({
|
|
15562
|
-
"../../node_modules/.pnpm/@aws-sdk+client-sts@3.
|
|
15622
|
+
"../../node_modules/.pnpm/@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js"(exports) {
|
|
15563
15623
|
"use strict";
|
|
15564
15624
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15565
15625
|
exports.ruleSet = void 0;
|
|
@@ -15604,9 +15664,9 @@ var require_ruleset3 = __commonJS({
|
|
|
15604
15664
|
}
|
|
15605
15665
|
});
|
|
15606
15666
|
|
|
15607
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-sts@3.
|
|
15667
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js
|
|
15608
15668
|
var require_endpointResolver3 = __commonJS({
|
|
15609
|
-
"../../node_modules/.pnpm/@aws-sdk+client-sts@3.
|
|
15669
|
+
"../../node_modules/.pnpm/@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js"(exports) {
|
|
15610
15670
|
"use strict";
|
|
15611
15671
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15612
15672
|
exports.defaultEndpointResolver = void 0;
|
|
@@ -15628,9 +15688,9 @@ var require_endpointResolver3 = __commonJS({
|
|
|
15628
15688
|
}
|
|
15629
15689
|
});
|
|
15630
15690
|
|
|
15631
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-sts@3.
|
|
15691
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js
|
|
15632
15692
|
var require_runtimeConfig_shared3 = __commonJS({
|
|
15633
|
-
"../../node_modules/.pnpm/@aws-sdk+client-sts@3.
|
|
15693
|
+
"../../node_modules/.pnpm/@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js"(exports) {
|
|
15634
15694
|
"use strict";
|
|
15635
15695
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15636
15696
|
exports.getRuntimeConfig = void 0;
|
|
@@ -15674,9 +15734,9 @@ var require_runtimeConfig_shared3 = __commonJS({
|
|
|
15674
15734
|
}
|
|
15675
15735
|
});
|
|
15676
15736
|
|
|
15677
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-sts@3.
|
|
15737
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js
|
|
15678
15738
|
var require_runtimeConfig3 = __commonJS({
|
|
15679
|
-
"../../node_modules/.pnpm/@aws-sdk+client-sts@3.
|
|
15739
|
+
"../../node_modules/.pnpm/@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js"(exports) {
|
|
15680
15740
|
"use strict";
|
|
15681
15741
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15682
15742
|
exports.getRuntimeConfig = void 0;
|
|
@@ -15703,6 +15763,7 @@ var require_runtimeConfig3 = __commonJS({
|
|
|
15703
15763
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
15704
15764
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
15705
15765
|
(0, core_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
15766
|
+
const profileConfig = { profile: config?.profile };
|
|
15706
15767
|
return {
|
|
15707
15768
|
...clientSharedValues,
|
|
15708
15769
|
...config,
|
|
@@ -15723,27 +15784,27 @@ var require_runtimeConfig3 = __commonJS({
|
|
|
15723
15784
|
signer: new core_2.NoAuthSigner()
|
|
15724
15785
|
}
|
|
15725
15786
|
],
|
|
15726
|
-
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
15727
|
-
region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
15787
|
+
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
15788
|
+
region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
|
|
15728
15789
|
requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
15729
15790
|
retryMode: config?.retryMode ?? (0, node_config_provider_1.loadConfig)({
|
|
15730
15791
|
...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
15731
15792
|
default: async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE
|
|
15732
|
-
}),
|
|
15793
|
+
}, config),
|
|
15733
15794
|
sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
|
|
15734
15795
|
streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
|
|
15735
|
-
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
15736
|
-
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
15737
|
-
userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS)
|
|
15796
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
|
|
15797
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
|
|
15798
|
+
userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, profileConfig)
|
|
15738
15799
|
};
|
|
15739
15800
|
};
|
|
15740
15801
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
15741
15802
|
}
|
|
15742
15803
|
});
|
|
15743
15804
|
|
|
15744
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-sts@3.
|
|
15805
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js
|
|
15745
15806
|
var require_httpAuthExtensionConfiguration = __commonJS({
|
|
15746
|
-
"../../node_modules/.pnpm/@aws-sdk+client-sts@3.
|
|
15807
|
+
"../../node_modules/.pnpm/@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js"(exports) {
|
|
15747
15808
|
"use strict";
|
|
15748
15809
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15749
15810
|
exports.resolveHttpAuthRuntimeConfig = exports.getHttpAuthExtensionConfiguration = void 0;
|
|
@@ -15789,9 +15850,9 @@ var require_httpAuthExtensionConfiguration = __commonJS({
|
|
|
15789
15850
|
}
|
|
15790
15851
|
});
|
|
15791
15852
|
|
|
15792
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-sts@3.
|
|
15853
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js
|
|
15793
15854
|
var require_runtimeExtensions = __commonJS({
|
|
15794
|
-
"../../node_modules/.pnpm/@aws-sdk+client-sts@3.
|
|
15855
|
+
"../../node_modules/.pnpm/@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js"(exports) {
|
|
15795
15856
|
"use strict";
|
|
15796
15857
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15797
15858
|
exports.resolveRuntimeExtensions = void 0;
|
|
@@ -15820,9 +15881,9 @@ var require_runtimeExtensions = __commonJS({
|
|
|
15820
15881
|
}
|
|
15821
15882
|
});
|
|
15822
15883
|
|
|
15823
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-sts@3.
|
|
15884
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js
|
|
15824
15885
|
var require_STSClient = __commonJS({
|
|
15825
|
-
"../../node_modules/.pnpm/@aws-sdk+client-sts@3.
|
|
15886
|
+
"../../node_modules/.pnpm/@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js"(exports) {
|
|
15826
15887
|
"use strict";
|
|
15827
15888
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15828
15889
|
exports.STSClient = exports.__Client = void 0;
|
|
@@ -15878,9 +15939,9 @@ var require_STSClient = __commonJS({
|
|
|
15878
15939
|
}
|
|
15879
15940
|
});
|
|
15880
15941
|
|
|
15881
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-sts@3.
|
|
15942
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sts/dist-cjs/index.js
|
|
15882
15943
|
var require_dist_cjs48 = __commonJS({
|
|
15883
|
-
"../../node_modules/.pnpm/@aws-sdk+client-sts@3.
|
|
15944
|
+
"../../node_modules/.pnpm/@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/client-sts/dist-cjs/index.js"(exports, module) {
|
|
15884
15945
|
"use strict";
|
|
15885
15946
|
var __defProp2 = Object.defineProperty;
|
|
15886
15947
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -17312,9 +17373,9 @@ var require_dist_cjs48 = __commonJS({
|
|
|
17312
17373
|
}
|
|
17313
17374
|
});
|
|
17314
17375
|
|
|
17315
|
-
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-process@3.
|
|
17376
|
+
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-process@3.716.0/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js
|
|
17316
17377
|
var require_dist_cjs49 = __commonJS({
|
|
17317
|
-
"../../node_modules/.pnpm/@aws-sdk+credential-provider-process@3.
|
|
17378
|
+
"../../node_modules/.pnpm/@aws-sdk+credential-provider-process@3.716.0/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js"(exports, module) {
|
|
17318
17379
|
"use strict";
|
|
17319
17380
|
var __defProp2 = Object.defineProperty;
|
|
17320
17381
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -17401,18 +17462,24 @@ var require_dist_cjs49 = __commonJS({
|
|
|
17401
17462
|
});
|
|
17402
17463
|
}
|
|
17403
17464
|
}, "resolveProcessCredentials");
|
|
17404
|
-
var fromProcess = /* @__PURE__ */ __name((init = {}) => async () => {
|
|
17465
|
+
var fromProcess = /* @__PURE__ */ __name((init = {}) => async ({ callerClientConfig } = {}) => {
|
|
17405
17466
|
var _a;
|
|
17406
17467
|
(_a = init.logger) == null ? void 0 : _a.debug("@aws-sdk/credential-provider-process - fromProcess");
|
|
17407
17468
|
const profiles = await (0, import_shared_ini_file_loader.parseKnownFiles)(init);
|
|
17408
|
-
return resolveProcessCredentials(
|
|
17469
|
+
return resolveProcessCredentials(
|
|
17470
|
+
(0, import_shared_ini_file_loader.getProfileName)({
|
|
17471
|
+
profile: init.profile ?? (callerClientConfig == null ? void 0 : callerClientConfig.profile)
|
|
17472
|
+
}),
|
|
17473
|
+
profiles,
|
|
17474
|
+
init.logger
|
|
17475
|
+
);
|
|
17409
17476
|
}, "fromProcess");
|
|
17410
17477
|
}
|
|
17411
17478
|
});
|
|
17412
17479
|
|
|
17413
|
-
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
|
17480
|
+
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.716.0_@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js
|
|
17414
17481
|
var require_fromWebToken = __commonJS({
|
|
17415
|
-
"../../node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
|
17482
|
+
"../../node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.716.0_@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js"(exports) {
|
|
17416
17483
|
"use strict";
|
|
17417
17484
|
var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
17418
17485
|
if (k2 === void 0)
|
|
@@ -17448,7 +17515,7 @@ var require_fromWebToken = __commonJS({
|
|
|
17448
17515
|
};
|
|
17449
17516
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17450
17517
|
exports.fromWebToken = void 0;
|
|
17451
|
-
var fromWebToken2 = (init) => async () => {
|
|
17518
|
+
var fromWebToken2 = (init) => async (awsIdentityProperties) => {
|
|
17452
17519
|
init.logger?.debug("@aws-sdk/credential-provider-web-identity - fromWebToken");
|
|
17453
17520
|
const { roleArn, roleSessionName, webIdentityToken, providerId, policyArns, policy, durationSeconds } = init;
|
|
17454
17521
|
let { roleAssumerWithWebIdentity } = init;
|
|
@@ -17457,7 +17524,10 @@ var require_fromWebToken = __commonJS({
|
|
|
17457
17524
|
roleAssumerWithWebIdentity = getDefaultRoleAssumerWithWebIdentity({
|
|
17458
17525
|
...init.clientConfig,
|
|
17459
17526
|
credentialProviderLogger: init.logger,
|
|
17460
|
-
parentClientConfig:
|
|
17527
|
+
parentClientConfig: {
|
|
17528
|
+
...awsIdentityProperties?.callerClientConfig,
|
|
17529
|
+
...init.parentClientConfig
|
|
17530
|
+
}
|
|
17461
17531
|
}, init.clientPlugins);
|
|
17462
17532
|
}
|
|
17463
17533
|
return roleAssumerWithWebIdentity({
|
|
@@ -17474,9 +17544,9 @@ var require_fromWebToken = __commonJS({
|
|
|
17474
17544
|
}
|
|
17475
17545
|
});
|
|
17476
17546
|
|
|
17477
|
-
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
|
17547
|
+
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.716.0_@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js
|
|
17478
17548
|
var require_fromTokenFile = __commonJS({
|
|
17479
|
-
"../../node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
|
17549
|
+
"../../node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.716.0_@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js"(exports) {
|
|
17480
17550
|
"use strict";
|
|
17481
17551
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17482
17552
|
exports.fromTokenFile = void 0;
|
|
@@ -17512,9 +17582,9 @@ var require_fromTokenFile = __commonJS({
|
|
|
17512
17582
|
}
|
|
17513
17583
|
});
|
|
17514
17584
|
|
|
17515
|
-
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
|
17585
|
+
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.716.0_@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js
|
|
17516
17586
|
var require_dist_cjs50 = __commonJS({
|
|
17517
|
-
"../../node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
|
17587
|
+
"../../node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.716.0_@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js"(exports, module) {
|
|
17518
17588
|
"use strict";
|
|
17519
17589
|
var __defProp2 = Object.defineProperty;
|
|
17520
17590
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -17537,9 +17607,9 @@ var require_dist_cjs50 = __commonJS({
|
|
|
17537
17607
|
}
|
|
17538
17608
|
});
|
|
17539
17609
|
|
|
17540
|
-
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.
|
|
17610
|
+
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.721.0_@aws-sdk+client-sso-oidc@3.721.0_@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js
|
|
17541
17611
|
var require_dist_cjs51 = __commonJS({
|
|
17542
|
-
"../../node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.
|
|
17612
|
+
"../../node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.721.0_@aws-sdk+client-sso-oidc@3.721.0_@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js"(exports, module) {
|
|
17543
17613
|
"use strict";
|
|
17544
17614
|
var __create2 = Object.create;
|
|
17545
17615
|
var __defProp2 = Object.defineProperty;
|
|
@@ -17626,28 +17696,31 @@ var require_dist_cjs51 = __commonJS({
|
|
|
17626
17696
|
return withProviderProfile;
|
|
17627
17697
|
}, "isCredentialSourceProfile");
|
|
17628
17698
|
var resolveAssumeRoleCredentials = /* @__PURE__ */ __name(async (profileName, profiles, options, visitedProfiles = {}) => {
|
|
17629
|
-
var _a, _b;
|
|
17699
|
+
var _a, _b, _c;
|
|
17630
17700
|
(_a = options.logger) == null ? void 0 : _a.debug("@aws-sdk/credential-provider-ini - resolveAssumeRoleCredentials (STS)");
|
|
17631
|
-
const
|
|
17701
|
+
const profileData = profiles[profileName];
|
|
17702
|
+
const { source_profile, region } = profileData;
|
|
17632
17703
|
if (!options.roleAssumer) {
|
|
17633
17704
|
const { getDefaultRoleAssumer } = await Promise.resolve().then(() => __toESM2(require_dist_cjs48()));
|
|
17634
17705
|
options.roleAssumer = getDefaultRoleAssumer(
|
|
17635
17706
|
{
|
|
17636
17707
|
...options.clientConfig,
|
|
17637
17708
|
credentialProviderLogger: options.logger,
|
|
17638
|
-
parentClientConfig:
|
|
17709
|
+
parentClientConfig: {
|
|
17710
|
+
...options == null ? void 0 : options.parentClientConfig,
|
|
17711
|
+
region: region ?? ((_b = options == null ? void 0 : options.parentClientConfig) == null ? void 0 : _b.region)
|
|
17712
|
+
}
|
|
17639
17713
|
},
|
|
17640
17714
|
options.clientPlugins
|
|
17641
17715
|
);
|
|
17642
17716
|
}
|
|
17643
|
-
const { source_profile } = data;
|
|
17644
17717
|
if (source_profile && source_profile in visitedProfiles) {
|
|
17645
17718
|
throw new import_property_provider2.CredentialsProviderError(
|
|
17646
17719
|
`Detected a cycle attempting to resolve credentials for profile ${(0, import_shared_ini_file_loader.getProfileName)(options)}. Profiles visited: ` + Object.keys(visitedProfiles).join(", "),
|
|
17647
17720
|
{ logger: options.logger }
|
|
17648
17721
|
);
|
|
17649
17722
|
}
|
|
17650
|
-
(
|
|
17723
|
+
(_c = options.logger) == null ? void 0 : _c.debug(
|
|
17651
17724
|
`@aws-sdk/credential-provider-ini - finding credential resolver using ${source_profile ? `source_profile=[${source_profile}]` : `profile=[${profileName}]`}`
|
|
17652
17725
|
);
|
|
17653
17726
|
const sourceCredsProvider = source_profile ? resolveProfileData(
|
|
@@ -17659,17 +17732,17 @@ var require_dist_cjs51 = __commonJS({
|
|
|
17659
17732
|
[source_profile]: true
|
|
17660
17733
|
},
|
|
17661
17734
|
isCredentialSourceWithoutRoleArn(profiles[source_profile] ?? {})
|
|
17662
|
-
) : (await resolveCredentialSource(
|
|
17663
|
-
if (isCredentialSourceWithoutRoleArn(
|
|
17735
|
+
) : (await resolveCredentialSource(profileData.credential_source, profileName, options.logger)(options))();
|
|
17736
|
+
if (isCredentialSourceWithoutRoleArn(profileData)) {
|
|
17664
17737
|
return sourceCredsProvider.then((creds) => (0, import_client2.setCredentialFeature)(creds, "CREDENTIALS_PROFILE_SOURCE_PROFILE", "o"));
|
|
17665
17738
|
} else {
|
|
17666
17739
|
const params = {
|
|
17667
|
-
RoleArn:
|
|
17668
|
-
RoleSessionName:
|
|
17669
|
-
ExternalId:
|
|
17670
|
-
DurationSeconds: parseInt(
|
|
17740
|
+
RoleArn: profileData.role_arn,
|
|
17741
|
+
RoleSessionName: profileData.role_session_name || `aws-sdk-js-${Date.now()}`,
|
|
17742
|
+
ExternalId: profileData.external_id,
|
|
17743
|
+
DurationSeconds: parseInt(profileData.duration_seconds || "3600", 10)
|
|
17671
17744
|
};
|
|
17672
|
-
const { mfa_serial } =
|
|
17745
|
+
const { mfa_serial } = profileData;
|
|
17673
17746
|
if (mfa_serial) {
|
|
17674
17747
|
if (!options.mfaCodeProvider) {
|
|
17675
17748
|
throw new import_property_provider2.CredentialsProviderError(
|
|
@@ -17761,18 +17834,31 @@ var require_dist_cjs51 = __commonJS({
|
|
|
17761
17834
|
{ logger: options.logger }
|
|
17762
17835
|
);
|
|
17763
17836
|
}, "resolveProfileData");
|
|
17764
|
-
var fromIni = /* @__PURE__ */ __name((
|
|
17837
|
+
var fromIni = /* @__PURE__ */ __name((_init = {}) => async ({ callerClientConfig } = {}) => {
|
|
17765
17838
|
var _a;
|
|
17839
|
+
const init = {
|
|
17840
|
+
..._init,
|
|
17841
|
+
parentClientConfig: {
|
|
17842
|
+
...callerClientConfig,
|
|
17843
|
+
..._init.parentClientConfig
|
|
17844
|
+
}
|
|
17845
|
+
};
|
|
17766
17846
|
(_a = init.logger) == null ? void 0 : _a.debug("@aws-sdk/credential-provider-ini - fromIni");
|
|
17767
17847
|
const profiles = await (0, import_shared_ini_file_loader.parseKnownFiles)(init);
|
|
17768
|
-
return resolveProfileData(
|
|
17848
|
+
return resolveProfileData(
|
|
17849
|
+
(0, import_shared_ini_file_loader.getProfileName)({
|
|
17850
|
+
profile: _init.profile ?? (callerClientConfig == null ? void 0 : callerClientConfig.profile)
|
|
17851
|
+
}),
|
|
17852
|
+
profiles,
|
|
17853
|
+
init
|
|
17854
|
+
);
|
|
17769
17855
|
}, "fromIni");
|
|
17770
17856
|
}
|
|
17771
17857
|
});
|
|
17772
17858
|
|
|
17773
|
-
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-node@3.
|
|
17859
|
+
// ../../node_modules/.pnpm/@aws-sdk+credential-provider-node@3.721.0_@aws-sdk+client-sso-oidc@3.721.0_@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js
|
|
17774
17860
|
var require_dist_cjs52 = __commonJS({
|
|
17775
|
-
"../../node_modules/.pnpm/@aws-sdk+credential-provider-node@3.
|
|
17861
|
+
"../../node_modules/.pnpm/@aws-sdk+credential-provider-node@3.721.0_@aws-sdk+client-sso-oidc@3.721.0_@aws-sdk+client-sts@3.721.0/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js"(exports, module) {
|
|
17776
17862
|
"use strict";
|
|
17777
17863
|
var __create2 = Object.create;
|
|
17778
17864
|
var __defProp2 = Object.defineProperty;
|
|
@@ -17913,9 +17999,9 @@ var require_dist_cjs52 = __commonJS({
|
|
|
17913
17999
|
}
|
|
17914
18000
|
});
|
|
17915
18001
|
|
|
17916
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.
|
|
18002
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.721.0/node_modules/@aws-sdk/client-codebuild/dist-cjs/endpoint/ruleset.js
|
|
17917
18003
|
var require_ruleset4 = __commonJS({
|
|
17918
|
-
"../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.
|
|
18004
|
+
"../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.721.0/node_modules/@aws-sdk/client-codebuild/dist-cjs/endpoint/ruleset.js"(exports) {
|
|
17919
18005
|
"use strict";
|
|
17920
18006
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17921
18007
|
exports.ruleSet = void 0;
|
|
@@ -17946,9 +18032,9 @@ var require_ruleset4 = __commonJS({
|
|
|
17946
18032
|
}
|
|
17947
18033
|
});
|
|
17948
18034
|
|
|
17949
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.
|
|
18035
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.721.0/node_modules/@aws-sdk/client-codebuild/dist-cjs/endpoint/endpointResolver.js
|
|
17950
18036
|
var require_endpointResolver4 = __commonJS({
|
|
17951
|
-
"../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.
|
|
18037
|
+
"../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.721.0/node_modules/@aws-sdk/client-codebuild/dist-cjs/endpoint/endpointResolver.js"(exports) {
|
|
17952
18038
|
"use strict";
|
|
17953
18039
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17954
18040
|
exports.defaultEndpointResolver = void 0;
|
|
@@ -17970,9 +18056,9 @@ var require_endpointResolver4 = __commonJS({
|
|
|
17970
18056
|
}
|
|
17971
18057
|
});
|
|
17972
18058
|
|
|
17973
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.
|
|
18059
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.721.0/node_modules/@aws-sdk/client-codebuild/dist-cjs/runtimeConfig.shared.js
|
|
17974
18060
|
var require_runtimeConfig_shared4 = __commonJS({
|
|
17975
|
-
"../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.
|
|
18061
|
+
"../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.721.0/node_modules/@aws-sdk/client-codebuild/dist-cjs/runtimeConfig.shared.js"(exports) {
|
|
17976
18062
|
"use strict";
|
|
17977
18063
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17978
18064
|
exports.getRuntimeConfig = void 0;
|
|
@@ -18010,9 +18096,9 @@ var require_runtimeConfig_shared4 = __commonJS({
|
|
|
18010
18096
|
}
|
|
18011
18097
|
});
|
|
18012
18098
|
|
|
18013
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.
|
|
18099
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.721.0/node_modules/@aws-sdk/client-codebuild/dist-cjs/runtimeConfig.js
|
|
18014
18100
|
var require_runtimeConfig4 = __commonJS({
|
|
18015
|
-
"../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.
|
|
18101
|
+
"../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.721.0/node_modules/@aws-sdk/client-codebuild/dist-cjs/runtimeConfig.js"(exports) {
|
|
18016
18102
|
"use strict";
|
|
18017
18103
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18018
18104
|
exports.getRuntimeConfig = void 0;
|
|
@@ -18038,6 +18124,7 @@ var require_runtimeConfig4 = __commonJS({
|
|
|
18038
18124
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
18039
18125
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
18040
18126
|
(0, core_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
18127
|
+
const profileConfig = { profile: config?.profile };
|
|
18041
18128
|
return {
|
|
18042
18129
|
...clientSharedValues,
|
|
18043
18130
|
...config,
|
|
@@ -18046,27 +18133,27 @@ var require_runtimeConfig4 = __commonJS({
|
|
|
18046
18133
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
18047
18134
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
18048
18135
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
18049
|
-
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
18050
|
-
region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
18136
|
+
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
18137
|
+
region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
|
|
18051
18138
|
requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
18052
18139
|
retryMode: config?.retryMode ?? (0, node_config_provider_1.loadConfig)({
|
|
18053
18140
|
...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
18054
18141
|
default: async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE
|
|
18055
|
-
}),
|
|
18142
|
+
}, config),
|
|
18056
18143
|
sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
|
|
18057
18144
|
streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
|
|
18058
|
-
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
18059
|
-
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
18060
|
-
userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS)
|
|
18145
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
|
|
18146
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
|
|
18147
|
+
userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, profileConfig)
|
|
18061
18148
|
};
|
|
18062
18149
|
};
|
|
18063
18150
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
18064
18151
|
}
|
|
18065
18152
|
});
|
|
18066
18153
|
|
|
18067
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.
|
|
18154
|
+
// ../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.721.0/node_modules/@aws-sdk/client-codebuild/dist-cjs/index.js
|
|
18068
18155
|
var require_dist_cjs53 = __commonJS({
|
|
18069
|
-
"../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.
|
|
18156
|
+
"../../node_modules/.pnpm/@aws-sdk+client-codebuild@3.721.0/node_modules/@aws-sdk/client-codebuild/dist-cjs/index.js"(exports, module) {
|
|
18070
18157
|
"use strict";
|
|
18071
18158
|
var __defProp2 = Object.defineProperty;
|
|
18072
18159
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|