@kevisual/cli 0.1.11 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assistant-opencode.js +151 -103
- package/dist/assistant-server.js +1222 -1553
- package/dist/assistant.js +54 -56
- package/dist/envision.js +50 -59
- package/package.json +5 -5
package/dist/assistant-server.js
CHANGED
|
@@ -435,7 +435,7 @@ var require_main = __commonJS((exports, module) => {
|
|
|
435
435
|
module.exports = DotenvModule;
|
|
436
436
|
});
|
|
437
437
|
|
|
438
|
-
// ../node_modules/.pnpm/@smithy+types@4.
|
|
438
|
+
// ../node_modules/.pnpm/@smithy+types@4.13.0/node_modules/@smithy/types/dist-cjs/index.js
|
|
439
439
|
var require_dist_cjs = __commonJS((exports) => {
|
|
440
440
|
exports.HttpAuthLocation = undefined;
|
|
441
441
|
(function(HttpAuthLocation) {
|
|
@@ -519,7 +519,7 @@ var require_dist_cjs = __commonJS((exports) => {
|
|
|
519
519
|
exports.resolveDefaultRuntimeConfig = resolveDefaultRuntimeConfig;
|
|
520
520
|
});
|
|
521
521
|
|
|
522
|
-
// ../node_modules/.pnpm/@smithy+protocol-http@5.3.
|
|
522
|
+
// ../node_modules/.pnpm/@smithy+protocol-http@5.3.10/node_modules/@smithy/protocol-http/dist-cjs/index.js
|
|
523
523
|
var require_dist_cjs2 = __commonJS((exports) => {
|
|
524
524
|
var types = require_dist_cjs();
|
|
525
525
|
var getHttpHandlerExtensionConfiguration = (runtimeConfig) => {
|
|
@@ -678,7 +678,7 @@ var require_dist_cjs2 = __commonJS((exports) => {
|
|
|
678
678
|
exports.resolveHttpHandlerRuntimeConfig = resolveHttpHandlerRuntimeConfig;
|
|
679
679
|
});
|
|
680
680
|
|
|
681
|
-
// ../node_modules/.pnpm/@aws-sdk+middleware-expect-continue@3.972.
|
|
681
|
+
// ../node_modules/.pnpm/@aws-sdk+middleware-expect-continue@3.972.4/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js
|
|
682
682
|
var require_dist_cjs3 = __commonJS((exports) => {
|
|
683
683
|
var protocolHttp = require_dist_cjs2();
|
|
684
684
|
function addExpectContinueMiddleware(options) {
|
|
@@ -720,7 +720,7 @@ var require_dist_cjs3 = __commonJS((exports) => {
|
|
|
720
720
|
exports.getAddExpectContinuePlugin = getAddExpectContinuePlugin;
|
|
721
721
|
});
|
|
722
722
|
|
|
723
|
-
// ../node_modules/.pnpm/@smithy+util-middleware@4.2.
|
|
723
|
+
// ../node_modules/.pnpm/@smithy+util-middleware@4.2.10/node_modules/@smithy/util-middleware/dist-cjs/index.js
|
|
724
724
|
var require_dist_cjs4 = __commonJS((exports) => {
|
|
725
725
|
var types = require_dist_cjs();
|
|
726
726
|
var getSmithyContext = (context) => context[types.SMITHY_CONTEXT_KEY] || (context[types.SMITHY_CONTEXT_KEY] = {});
|
|
@@ -734,7 +734,7 @@ var require_dist_cjs4 = __commonJS((exports) => {
|
|
|
734
734
|
exports.normalizeProvider = normalizeProvider;
|
|
735
735
|
});
|
|
736
736
|
|
|
737
|
-
// ../node_modules/.pnpm/@smithy+middleware-serde@4.2.
|
|
737
|
+
// ../node_modules/.pnpm/@smithy+middleware-serde@4.2.11/node_modules/@smithy/middleware-serde/dist-cjs/index.js
|
|
738
738
|
var require_dist_cjs5 = __commonJS((exports) => {
|
|
739
739
|
var protocolHttp = require_dist_cjs2();
|
|
740
740
|
var deserializerMiddleware = (options, deserializer) => (next, context) => async (args2) => {
|
|
@@ -829,13 +829,13 @@ var require_dist_cjs5 = __commonJS((exports) => {
|
|
|
829
829
|
exports.serializerMiddlewareOption = serializerMiddlewareOption;
|
|
830
830
|
});
|
|
831
831
|
|
|
832
|
-
// ../node_modules/.pnpm/@smithy+is-array-buffer@4.2.
|
|
832
|
+
// ../node_modules/.pnpm/@smithy+is-array-buffer@4.2.1/node_modules/@smithy/is-array-buffer/dist-cjs/index.js
|
|
833
833
|
var require_dist_cjs6 = __commonJS((exports) => {
|
|
834
834
|
var isArrayBuffer = (arg) => typeof ArrayBuffer === "function" && arg instanceof ArrayBuffer || Object.prototype.toString.call(arg) === "[object ArrayBuffer]";
|
|
835
835
|
exports.isArrayBuffer = isArrayBuffer;
|
|
836
836
|
});
|
|
837
837
|
|
|
838
|
-
// ../node_modules/.pnpm/@smithy+util-buffer-from@4.2.
|
|
838
|
+
// ../node_modules/.pnpm/@smithy+util-buffer-from@4.2.1/node_modules/@smithy/util-buffer-from/dist-cjs/index.js
|
|
839
839
|
var require_dist_cjs7 = __commonJS((exports) => {
|
|
840
840
|
var isArrayBuffer = require_dist_cjs6();
|
|
841
841
|
var buffer = __require("buffer");
|
|
@@ -855,7 +855,7 @@ var require_dist_cjs7 = __commonJS((exports) => {
|
|
|
855
855
|
exports.fromString = fromString;
|
|
856
856
|
});
|
|
857
857
|
|
|
858
|
-
// ../node_modules/.pnpm/@smithy+util-base64@4.3.
|
|
858
|
+
// ../node_modules/.pnpm/@smithy+util-base64@4.3.1/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js
|
|
859
859
|
var require_fromBase64 = __commonJS((exports) => {
|
|
860
860
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
861
861
|
exports.fromBase64 = undefined;
|
|
@@ -874,7 +874,7 @@ var require_fromBase64 = __commonJS((exports) => {
|
|
|
874
874
|
exports.fromBase64 = fromBase64;
|
|
875
875
|
});
|
|
876
876
|
|
|
877
|
-
// ../node_modules/.pnpm/@smithy+util-utf8@4.2.
|
|
877
|
+
// ../node_modules/.pnpm/@smithy+util-utf8@4.2.1/node_modules/@smithy/util-utf8/dist-cjs/index.js
|
|
878
878
|
var require_dist_cjs8 = __commonJS((exports) => {
|
|
879
879
|
var utilBufferFrom = require_dist_cjs7();
|
|
880
880
|
var fromUtf8 = (input) => {
|
|
@@ -904,7 +904,7 @@ var require_dist_cjs8 = __commonJS((exports) => {
|
|
|
904
904
|
exports.toUtf8 = toUtf8;
|
|
905
905
|
});
|
|
906
906
|
|
|
907
|
-
// ../node_modules/.pnpm/@smithy+util-base64@4.3.
|
|
907
|
+
// ../node_modules/.pnpm/@smithy+util-base64@4.3.1/node_modules/@smithy/util-base64/dist-cjs/toBase64.js
|
|
908
908
|
var require_toBase64 = __commonJS((exports) => {
|
|
909
909
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
910
910
|
exports.toBase64 = undefined;
|
|
@@ -925,31 +925,29 @@ var require_toBase64 = __commonJS((exports) => {
|
|
|
925
925
|
exports.toBase64 = toBase64;
|
|
926
926
|
});
|
|
927
927
|
|
|
928
|
-
// ../node_modules/.pnpm/@smithy+util-base64@4.3.
|
|
928
|
+
// ../node_modules/.pnpm/@smithy+util-base64@4.3.1/node_modules/@smithy/util-base64/dist-cjs/index.js
|
|
929
929
|
var require_dist_cjs9 = __commonJS((exports) => {
|
|
930
930
|
var fromBase64 = require_fromBase64();
|
|
931
931
|
var toBase64 = require_toBase64();
|
|
932
|
+
Object.prototype.hasOwnProperty.call(fromBase64, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
933
|
+
enumerable: true,
|
|
934
|
+
value: fromBase64["__proto__"]
|
|
935
|
+
});
|
|
932
936
|
Object.keys(fromBase64).forEach(function(k) {
|
|
933
937
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
});
|
|
938
|
+
exports[k] = fromBase64[k];
|
|
939
|
+
});
|
|
940
|
+
Object.prototype.hasOwnProperty.call(toBase64, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
941
|
+
enumerable: true,
|
|
942
|
+
value: toBase64["__proto__"]
|
|
940
943
|
});
|
|
941
944
|
Object.keys(toBase64).forEach(function(k) {
|
|
942
945
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
943
|
-
|
|
944
|
-
enumerable: true,
|
|
945
|
-
get: function() {
|
|
946
|
-
return toBase64[k];
|
|
947
|
-
}
|
|
948
|
-
});
|
|
946
|
+
exports[k] = toBase64[k];
|
|
949
947
|
});
|
|
950
948
|
});
|
|
951
949
|
|
|
952
|
-
// ../node_modules/.pnpm/@smithy+util-stream@4.5.
|
|
950
|
+
// ../node_modules/.pnpm/@smithy+util-stream@4.5.15/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js
|
|
953
951
|
var require_ChecksumStream = __commonJS((exports) => {
|
|
954
952
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
955
953
|
exports.ChecksumStream = undefined;
|
|
@@ -962,6 +960,7 @@ var require_ChecksumStream = __commonJS((exports) => {
|
|
|
962
960
|
checksum;
|
|
963
961
|
source;
|
|
964
962
|
base64Encoder;
|
|
963
|
+
pendingCallback = null;
|
|
965
964
|
constructor({ expectedChecksum, checksum, source, checksumSourceLocation, base64Encoder }) {
|
|
966
965
|
super();
|
|
967
966
|
if (typeof source.pipe === "function") {
|
|
@@ -975,11 +974,21 @@ var require_ChecksumStream = __commonJS((exports) => {
|
|
|
975
974
|
this.checksumSourceLocation = checksumSourceLocation;
|
|
976
975
|
this.source.pipe(this);
|
|
977
976
|
}
|
|
978
|
-
_read(size) {
|
|
977
|
+
_read(size) {
|
|
978
|
+
if (this.pendingCallback) {
|
|
979
|
+
const callback = this.pendingCallback;
|
|
980
|
+
this.pendingCallback = null;
|
|
981
|
+
callback();
|
|
982
|
+
}
|
|
983
|
+
}
|
|
979
984
|
_write(chunk, encoding, callback) {
|
|
980
985
|
try {
|
|
981
986
|
this.checksum.update(chunk);
|
|
982
|
-
this.push(chunk);
|
|
987
|
+
const canPushMore = this.push(chunk);
|
|
988
|
+
if (!canPushMore) {
|
|
989
|
+
this.pendingCallback = callback;
|
|
990
|
+
return;
|
|
991
|
+
}
|
|
983
992
|
} catch (e) {
|
|
984
993
|
return callback(e);
|
|
985
994
|
}
|
|
@@ -1002,7 +1011,7 @@ var require_ChecksumStream = __commonJS((exports) => {
|
|
|
1002
1011
|
exports.ChecksumStream = ChecksumStream;
|
|
1003
1012
|
});
|
|
1004
1013
|
|
|
1005
|
-
// ../node_modules/.pnpm/@smithy+util-stream@4.5.
|
|
1014
|
+
// ../node_modules/.pnpm/@smithy+util-stream@4.5.15/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js
|
|
1006
1015
|
var require_stream_type_check = __commonJS((exports) => {
|
|
1007
1016
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1008
1017
|
exports.isBlob = exports.isReadableStream = undefined;
|
|
@@ -1014,7 +1023,7 @@ var require_stream_type_check = __commonJS((exports) => {
|
|
|
1014
1023
|
exports.isBlob = isBlob;
|
|
1015
1024
|
});
|
|
1016
1025
|
|
|
1017
|
-
// ../node_modules/.pnpm/@smithy+util-stream@4.5.
|
|
1026
|
+
// ../node_modules/.pnpm/@smithy+util-stream@4.5.15/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js
|
|
1018
1027
|
var require_ChecksumStream_browser = __commonJS((exports) => {
|
|
1019
1028
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1020
1029
|
exports.ChecksumStream = undefined;
|
|
@@ -1025,7 +1034,7 @@ var require_ChecksumStream_browser = __commonJS((exports) => {
|
|
|
1025
1034
|
exports.ChecksumStream = ChecksumStream;
|
|
1026
1035
|
});
|
|
1027
1036
|
|
|
1028
|
-
// ../node_modules/.pnpm/@smithy+util-stream@4.5.
|
|
1037
|
+
// ../node_modules/.pnpm/@smithy+util-stream@4.5.15/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js
|
|
1029
1038
|
var require_createChecksumStream_browser = __commonJS((exports) => {
|
|
1030
1039
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1031
1040
|
exports.createChecksumStream = undefined;
|
|
@@ -1065,7 +1074,7 @@ var require_createChecksumStream_browser = __commonJS((exports) => {
|
|
|
1065
1074
|
exports.createChecksumStream = createChecksumStream;
|
|
1066
1075
|
});
|
|
1067
1076
|
|
|
1068
|
-
// ../node_modules/.pnpm/@smithy+util-stream@4.5.
|
|
1077
|
+
// ../node_modules/.pnpm/@smithy+util-stream@4.5.15/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js
|
|
1069
1078
|
var require_createChecksumStream = __commonJS((exports) => {
|
|
1070
1079
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1071
1080
|
exports.createChecksumStream = createChecksumStream;
|
|
@@ -1080,7 +1089,7 @@ var require_createChecksumStream = __commonJS((exports) => {
|
|
|
1080
1089
|
}
|
|
1081
1090
|
});
|
|
1082
1091
|
|
|
1083
|
-
// ../node_modules/.pnpm/@smithy+util-stream@4.5.
|
|
1092
|
+
// ../node_modules/.pnpm/@smithy+util-stream@4.5.15/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js
|
|
1084
1093
|
var require_ByteArrayCollector = __commonJS((exports) => {
|
|
1085
1094
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1086
1095
|
exports.ByteArrayCollector = undefined;
|
|
@@ -1120,7 +1129,7 @@ var require_ByteArrayCollector = __commonJS((exports) => {
|
|
|
1120
1129
|
exports.ByteArrayCollector = ByteArrayCollector;
|
|
1121
1130
|
});
|
|
1122
1131
|
|
|
1123
|
-
// ../node_modules/.pnpm/@smithy+util-stream@4.5.
|
|
1132
|
+
// ../node_modules/.pnpm/@smithy+util-stream@4.5.15/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js
|
|
1124
1133
|
var require_createBufferedReadableStream = __commonJS((exports) => {
|
|
1125
1134
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1126
1135
|
exports.createBufferedReadable = undefined;
|
|
@@ -1223,7 +1232,7 @@ var require_createBufferedReadableStream = __commonJS((exports) => {
|
|
|
1223
1232
|
}
|
|
1224
1233
|
});
|
|
1225
1234
|
|
|
1226
|
-
// ../node_modules/.pnpm/@smithy+util-stream@4.5.
|
|
1235
|
+
// ../node_modules/.pnpm/@smithy+util-stream@4.5.15/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js
|
|
1227
1236
|
var require_createBufferedReadable = __commonJS((exports) => {
|
|
1228
1237
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1229
1238
|
exports.createBufferedReadable = createBufferedReadable;
|
|
@@ -1285,7 +1294,7 @@ var require_createBufferedReadable = __commonJS((exports) => {
|
|
|
1285
1294
|
}
|
|
1286
1295
|
});
|
|
1287
1296
|
|
|
1288
|
-
// ../node_modules/.pnpm/@smithy+util-stream@4.5.
|
|
1297
|
+
// ../node_modules/.pnpm/@smithy+util-stream@4.5.15/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js
|
|
1289
1298
|
var require_getAwsChunkedEncodingStream_browser = __commonJS((exports) => {
|
|
1290
1299
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1291
1300
|
exports.getAwsChunkedEncodingStream = undefined;
|
|
@@ -1319,7 +1328,7 @@ ${value}\r
|
|
|
1319
1328
|
exports.getAwsChunkedEncodingStream = getAwsChunkedEncodingStream;
|
|
1320
1329
|
});
|
|
1321
1330
|
|
|
1322
|
-
// ../node_modules/.pnpm/@smithy+util-stream@4.5.
|
|
1331
|
+
// ../node_modules/.pnpm/@smithy+util-stream@4.5.15/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js
|
|
1323
1332
|
var require_getAwsChunkedEncodingStream = __commonJS((exports) => {
|
|
1324
1333
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1325
1334
|
exports.getAwsChunkedEncodingStream = getAwsChunkedEncodingStream;
|
|
@@ -1365,7 +1374,7 @@ var require_getAwsChunkedEncodingStream = __commonJS((exports) => {
|
|
|
1365
1374
|
}
|
|
1366
1375
|
});
|
|
1367
1376
|
|
|
1368
|
-
// ../node_modules/.pnpm/@smithy+util-stream@4.5.
|
|
1377
|
+
// ../node_modules/.pnpm/@smithy+util-stream@4.5.15/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js
|
|
1369
1378
|
var require_headStream_browser = __commonJS((exports) => {
|
|
1370
1379
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1371
1380
|
exports.headStream = headStream;
|
|
@@ -1401,7 +1410,7 @@ var require_headStream_browser = __commonJS((exports) => {
|
|
|
1401
1410
|
}
|
|
1402
1411
|
});
|
|
1403
1412
|
|
|
1404
|
-
// ../node_modules/.pnpm/@smithy+util-stream@4.5.
|
|
1413
|
+
// ../node_modules/.pnpm/@smithy+util-stream@4.5.15/node_modules/@smithy/util-stream/dist-cjs/headStream.js
|
|
1405
1414
|
var require_headStream = __commonJS((exports) => {
|
|
1406
1415
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1407
1416
|
exports.headStream = undefined;
|
|
@@ -1447,7 +1456,7 @@ var require_headStream = __commonJS((exports) => {
|
|
|
1447
1456
|
}
|
|
1448
1457
|
});
|
|
1449
1458
|
|
|
1450
|
-
// ../node_modules/.pnpm/@smithy+util-uri-escape@4.2.
|
|
1459
|
+
// ../node_modules/.pnpm/@smithy+util-uri-escape@4.2.1/node_modules/@smithy/util-uri-escape/dist-cjs/index.js
|
|
1451
1460
|
var require_dist_cjs10 = __commonJS((exports) => {
|
|
1452
1461
|
var escapeUri = (uri) => encodeURIComponent(uri).replace(/[!'()*]/g, hexEncode);
|
|
1453
1462
|
var hexEncode = (c) => `%${c.charCodeAt(0).toString(16).toUpperCase()}`;
|
|
@@ -1456,7 +1465,7 @@ var require_dist_cjs10 = __commonJS((exports) => {
|
|
|
1456
1465
|
exports.escapeUriPath = escapeUriPath;
|
|
1457
1466
|
});
|
|
1458
1467
|
|
|
1459
|
-
// ../node_modules/.pnpm/@smithy+querystring-builder@4.2.
|
|
1468
|
+
// ../node_modules/.pnpm/@smithy+querystring-builder@4.2.10/node_modules/@smithy/querystring-builder/dist-cjs/index.js
|
|
1460
1469
|
var require_dist_cjs11 = __commonJS((exports) => {
|
|
1461
1470
|
var utilUriEscape = require_dist_cjs10();
|
|
1462
1471
|
function buildQueryString(query) {
|
|
@@ -1481,7 +1490,7 @@ var require_dist_cjs11 = __commonJS((exports) => {
|
|
|
1481
1490
|
exports.buildQueryString = buildQueryString;
|
|
1482
1491
|
});
|
|
1483
1492
|
|
|
1484
|
-
// ../node_modules/.pnpm/@smithy+node-http-handler@4.4.
|
|
1493
|
+
// ../node_modules/.pnpm/@smithy+node-http-handler@4.4.12/node_modules/@smithy/node-http-handler/dist-cjs/index.js
|
|
1485
1494
|
var require_dist_cjs12 = __commonJS((exports) => {
|
|
1486
1495
|
var protocolHttp = require_dist_cjs2();
|
|
1487
1496
|
var querystringBuilder = require_dist_cjs11();
|
|
@@ -2190,7 +2199,7 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
|
|
2190
2199
|
exports.streamCollector = streamCollector;
|
|
2191
2200
|
});
|
|
2192
2201
|
|
|
2193
|
-
// ../node_modules/.pnpm/@smithy+fetch-http-handler@5.3.
|
|
2202
|
+
// ../node_modules/.pnpm/@smithy+fetch-http-handler@5.3.11/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js
|
|
2194
2203
|
var require_dist_cjs13 = __commonJS((exports) => {
|
|
2195
2204
|
var protocolHttp = require_dist_cjs2();
|
|
2196
2205
|
var querystringBuilder = require_dist_cjs11();
|
|
@@ -2401,7 +2410,7 @@ var require_dist_cjs13 = __commonJS((exports) => {
|
|
|
2401
2410
|
exports.streamCollector = streamCollector;
|
|
2402
2411
|
});
|
|
2403
2412
|
|
|
2404
|
-
// ../node_modules/.pnpm/@smithy+util-hex-encoding@4.2.
|
|
2413
|
+
// ../node_modules/.pnpm/@smithy+util-hex-encoding@4.2.1/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js
|
|
2405
2414
|
var require_dist_cjs14 = __commonJS((exports) => {
|
|
2406
2415
|
var SHORT_TO_HEX = {};
|
|
2407
2416
|
var HEX_TO_SHORT = {};
|
|
@@ -2439,7 +2448,7 @@ var require_dist_cjs14 = __commonJS((exports) => {
|
|
|
2439
2448
|
exports.toHex = toHex;
|
|
2440
2449
|
});
|
|
2441
2450
|
|
|
2442
|
-
// ../node_modules/.pnpm/@smithy+util-stream@4.5.
|
|
2451
|
+
// ../node_modules/.pnpm/@smithy+util-stream@4.5.15/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js
|
|
2443
2452
|
var require_sdk_stream_mixin_browser = __commonJS((exports) => {
|
|
2444
2453
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2445
2454
|
exports.sdkStreamMixin = undefined;
|
|
@@ -2504,7 +2513,7 @@ var require_sdk_stream_mixin_browser = __commonJS((exports) => {
|
|
|
2504
2513
|
var isBlobInstance = (stream) => typeof Blob === "function" && stream instanceof Blob;
|
|
2505
2514
|
});
|
|
2506
2515
|
|
|
2507
|
-
// ../node_modules/.pnpm/@smithy+util-stream@4.5.
|
|
2516
|
+
// ../node_modules/.pnpm/@smithy+util-stream@4.5.15/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js
|
|
2508
2517
|
var require_sdk_stream_mixin = __commonJS((exports) => {
|
|
2509
2518
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2510
2519
|
exports.sdkStreamMixin = undefined;
|
|
@@ -2559,7 +2568,7 @@ var require_sdk_stream_mixin = __commonJS((exports) => {
|
|
|
2559
2568
|
exports.sdkStreamMixin = sdkStreamMixin;
|
|
2560
2569
|
});
|
|
2561
2570
|
|
|
2562
|
-
// ../node_modules/.pnpm/@smithy+util-stream@4.5.
|
|
2571
|
+
// ../node_modules/.pnpm/@smithy+util-stream@4.5.15/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js
|
|
2563
2572
|
var require_splitStream_browser = __commonJS((exports) => {
|
|
2564
2573
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2565
2574
|
exports.splitStream = splitStream;
|
|
@@ -2572,7 +2581,7 @@ var require_splitStream_browser = __commonJS((exports) => {
|
|
|
2572
2581
|
}
|
|
2573
2582
|
});
|
|
2574
2583
|
|
|
2575
|
-
// ../node_modules/.pnpm/@smithy+util-stream@4.5.
|
|
2584
|
+
// ../node_modules/.pnpm/@smithy+util-stream@4.5.15/node_modules/@smithy/util-stream/dist-cjs/splitStream.js
|
|
2576
2585
|
var require_splitStream = __commonJS((exports) => {
|
|
2577
2586
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2578
2587
|
exports.splitStream = splitStream;
|
|
@@ -2591,7 +2600,7 @@ var require_splitStream = __commonJS((exports) => {
|
|
|
2591
2600
|
}
|
|
2592
2601
|
});
|
|
2593
2602
|
|
|
2594
|
-
// ../node_modules/.pnpm/@smithy+util-stream@4.5.
|
|
2603
|
+
// ../node_modules/.pnpm/@smithy+util-stream@4.5.15/node_modules/@smithy/util-stream/dist-cjs/index.js
|
|
2595
2604
|
var require_dist_cjs15 = __commonJS((exports) => {
|
|
2596
2605
|
var utilBase64 = require_dist_cjs9();
|
|
2597
2606
|
var utilUtf8 = require_dist_cjs8();
|
|
@@ -2625,85 +2634,68 @@ var require_dist_cjs15 = __commonJS((exports) => {
|
|
|
2625
2634
|
return utilUtf8.toUtf8(this);
|
|
2626
2635
|
}
|
|
2627
2636
|
}
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
}
|
|
2633
|
-
});
|
|
2634
|
-
Object.defineProperty(exports, "isReadableStream", {
|
|
2637
|
+
exports.isBlob = streamTypeCheck.isBlob;
|
|
2638
|
+
exports.isReadableStream = streamTypeCheck.isReadableStream;
|
|
2639
|
+
exports.Uint8ArrayBlobAdapter = Uint8ArrayBlobAdapter;
|
|
2640
|
+
Object.prototype.hasOwnProperty.call(ChecksumStream, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
2635
2641
|
enumerable: true,
|
|
2636
|
-
|
|
2637
|
-
return streamTypeCheck.isReadableStream;
|
|
2638
|
-
}
|
|
2642
|
+
value: ChecksumStream["__proto__"]
|
|
2639
2643
|
});
|
|
2640
|
-
exports.Uint8ArrayBlobAdapter = Uint8ArrayBlobAdapter;
|
|
2641
2644
|
Object.keys(ChecksumStream).forEach(function(k) {
|
|
2642
2645
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
});
|
|
2646
|
+
exports[k] = ChecksumStream[k];
|
|
2647
|
+
});
|
|
2648
|
+
Object.prototype.hasOwnProperty.call(createChecksumStream, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
2649
|
+
enumerable: true,
|
|
2650
|
+
value: createChecksumStream["__proto__"]
|
|
2649
2651
|
});
|
|
2650
2652
|
Object.keys(createChecksumStream).forEach(function(k) {
|
|
2651
2653
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
});
|
|
2654
|
+
exports[k] = createChecksumStream[k];
|
|
2655
|
+
});
|
|
2656
|
+
Object.prototype.hasOwnProperty.call(createBufferedReadable, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
2657
|
+
enumerable: true,
|
|
2658
|
+
value: createBufferedReadable["__proto__"]
|
|
2658
2659
|
});
|
|
2659
2660
|
Object.keys(createBufferedReadable).forEach(function(k) {
|
|
2660
2661
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
});
|
|
2662
|
+
exports[k] = createBufferedReadable[k];
|
|
2663
|
+
});
|
|
2664
|
+
Object.prototype.hasOwnProperty.call(getAwsChunkedEncodingStream, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
2665
|
+
enumerable: true,
|
|
2666
|
+
value: getAwsChunkedEncodingStream["__proto__"]
|
|
2667
2667
|
});
|
|
2668
2668
|
Object.keys(getAwsChunkedEncodingStream).forEach(function(k) {
|
|
2669
2669
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
});
|
|
2670
|
+
exports[k] = getAwsChunkedEncodingStream[k];
|
|
2671
|
+
});
|
|
2672
|
+
Object.prototype.hasOwnProperty.call(headStream, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
2673
|
+
enumerable: true,
|
|
2674
|
+
value: headStream["__proto__"]
|
|
2676
2675
|
});
|
|
2677
2676
|
Object.keys(headStream).forEach(function(k) {
|
|
2678
2677
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
});
|
|
2678
|
+
exports[k] = headStream[k];
|
|
2679
|
+
});
|
|
2680
|
+
Object.prototype.hasOwnProperty.call(sdkStreamMixin, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
2681
|
+
enumerable: true,
|
|
2682
|
+
value: sdkStreamMixin["__proto__"]
|
|
2685
2683
|
});
|
|
2686
2684
|
Object.keys(sdkStreamMixin).forEach(function(k) {
|
|
2687
2685
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
});
|
|
2686
|
+
exports[k] = sdkStreamMixin[k];
|
|
2687
|
+
});
|
|
2688
|
+
Object.prototype.hasOwnProperty.call(splitStream, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
2689
|
+
enumerable: true,
|
|
2690
|
+
value: splitStream["__proto__"]
|
|
2694
2691
|
});
|
|
2695
2692
|
Object.keys(splitStream).forEach(function(k) {
|
|
2696
2693
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
2697
|
-
|
|
2698
|
-
enumerable: true,
|
|
2699
|
-
get: function() {
|
|
2700
|
-
return splitStream[k];
|
|
2701
|
-
}
|
|
2702
|
-
});
|
|
2694
|
+
exports[k] = splitStream[k];
|
|
2703
2695
|
});
|
|
2704
2696
|
});
|
|
2705
2697
|
|
|
2706
|
-
// ../node_modules/.pnpm/@smithy+core@3.23.
|
|
2698
|
+
// ../node_modules/.pnpm/@smithy+core@3.23.6/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js
|
|
2707
2699
|
var require_schema = __commonJS((exports) => {
|
|
2708
2700
|
var protocolHttp = require_dist_cjs2();
|
|
2709
2701
|
var utilMiddleware = require_dist_cjs4();
|
|
@@ -3937,7 +3929,7 @@ var require_tslib = __commonJS((exports, module) => {
|
|
|
3937
3929
|
});
|
|
3938
3930
|
});
|
|
3939
3931
|
|
|
3940
|
-
// ../node_modules/.pnpm/@smithy+uuid@1.1.
|
|
3932
|
+
// ../node_modules/.pnpm/@smithy+uuid@1.1.1/node_modules/@smithy/uuid/dist-cjs/randomUUID.js
|
|
3941
3933
|
var require_randomUUID = __commonJS((exports) => {
|
|
3942
3934
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3943
3935
|
exports.randomUUID = undefined;
|
|
@@ -3946,7 +3938,7 @@ var require_randomUUID = __commonJS((exports) => {
|
|
|
3946
3938
|
exports.randomUUID = crypto_1.default.randomUUID.bind(crypto_1.default);
|
|
3947
3939
|
});
|
|
3948
3940
|
|
|
3949
|
-
// ../node_modules/.pnpm/@smithy+uuid@1.1.
|
|
3941
|
+
// ../node_modules/.pnpm/@smithy+uuid@1.1.1/node_modules/@smithy/uuid/dist-cjs/index.js
|
|
3950
3942
|
var require_dist_cjs16 = __commonJS((exports) => {
|
|
3951
3943
|
var randomUUID = require_randomUUID();
|
|
3952
3944
|
var decimalToHex = Array.from({ length: 256 }, (_, i) => i.toString(16).padStart(2, "0"));
|
|
@@ -3963,7 +3955,7 @@ var require_dist_cjs16 = __commonJS((exports) => {
|
|
|
3963
3955
|
exports.v4 = v4;
|
|
3964
3956
|
});
|
|
3965
3957
|
|
|
3966
|
-
// ../node_modules/.pnpm/@smithy+core@3.23.
|
|
3958
|
+
// ../node_modules/.pnpm/@smithy+core@3.23.6/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js
|
|
3967
3959
|
var require_serde = __commonJS((exports) => {
|
|
3968
3960
|
var uuid3 = require_dist_cjs16();
|
|
3969
3961
|
var copyDocumentWithTransform = (source, schemaRef, transform2 = (_) => _) => source;
|
|
@@ -4591,12 +4583,7 @@ var require_serde = __commonJS((exports) => {
|
|
|
4591
4583
|
function nv(input) {
|
|
4592
4584
|
return new NumericValue(String(input), "bigDecimal");
|
|
4593
4585
|
}
|
|
4594
|
-
|
|
4595
|
-
enumerable: true,
|
|
4596
|
-
get: function() {
|
|
4597
|
-
return uuid3.v4;
|
|
4598
|
-
}
|
|
4599
|
-
});
|
|
4586
|
+
exports.generateIdempotencyToken = uuid3.v4;
|
|
4600
4587
|
exports.LazyJsonString = LazyJsonString;
|
|
4601
4588
|
exports.NumericValue = NumericValue;
|
|
4602
4589
|
exports._parseEpochTimestamp = _parseEpochTimestamp;
|
|
@@ -4640,7 +4627,7 @@ var require_serde = __commonJS((exports) => {
|
|
|
4640
4627
|
exports.strictParseShort = strictParseShort;
|
|
4641
4628
|
});
|
|
4642
4629
|
|
|
4643
|
-
// ../node_modules/.pnpm/@smithy+core@3.23.
|
|
4630
|
+
// ../node_modules/.pnpm/@smithy+core@3.23.6/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js
|
|
4644
4631
|
var require_event_streams = __commonJS((exports) => {
|
|
4645
4632
|
var utilUtf8 = require_dist_cjs8();
|
|
4646
4633
|
|
|
@@ -4881,7 +4868,7 @@ var require_event_streams = __commonJS((exports) => {
|
|
|
4881
4868
|
exports.EventStreamSerde = EventStreamSerde;
|
|
4882
4869
|
});
|
|
4883
4870
|
|
|
4884
|
-
// ../node_modules/.pnpm/@smithy+core@3.23.
|
|
4871
|
+
// ../node_modules/.pnpm/@smithy+core@3.23.6/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js
|
|
4885
4872
|
var require_protocols = __commonJS((exports) => {
|
|
4886
4873
|
var utilStream = require_dist_cjs15();
|
|
4887
4874
|
var schema = require_schema();
|
|
@@ -5044,7 +5031,8 @@ var require_protocols = __commonJS((exports) => {
|
|
|
5044
5031
|
const headers = {};
|
|
5045
5032
|
const endpoint = await context.endpoint();
|
|
5046
5033
|
const ns = schema.NormalizedSchema.of(operationSchema?.input);
|
|
5047
|
-
const
|
|
5034
|
+
const payloadMemberNames = [];
|
|
5035
|
+
const payloadMemberSchemas = [];
|
|
5048
5036
|
let hasNonHttpBindingMember = false;
|
|
5049
5037
|
let payload;
|
|
5050
5038
|
const request = new protocolHttp.HttpRequest({
|
|
@@ -5128,10 +5116,28 @@ var require_protocols = __commonJS((exports) => {
|
|
|
5128
5116
|
delete input[memberName];
|
|
5129
5117
|
} else {
|
|
5130
5118
|
hasNonHttpBindingMember = true;
|
|
5119
|
+
payloadMemberNames.push(memberName);
|
|
5120
|
+
payloadMemberSchemas.push(memberNs);
|
|
5131
5121
|
}
|
|
5132
5122
|
}
|
|
5133
5123
|
if (hasNonHttpBindingMember && input) {
|
|
5134
|
-
|
|
5124
|
+
const [namespace, name] = (ns.getName(true) ?? "#Unknown").split("#");
|
|
5125
|
+
const requiredMembers = ns.getSchema()[6];
|
|
5126
|
+
const payloadSchema = [
|
|
5127
|
+
3,
|
|
5128
|
+
namespace,
|
|
5129
|
+
name,
|
|
5130
|
+
ns.getMergedTraits(),
|
|
5131
|
+
payloadMemberNames,
|
|
5132
|
+
payloadMemberSchemas,
|
|
5133
|
+
undefined
|
|
5134
|
+
];
|
|
5135
|
+
if (requiredMembers) {
|
|
5136
|
+
payloadSchema[6] = requiredMembers;
|
|
5137
|
+
} else {
|
|
5138
|
+
payloadSchema.pop();
|
|
5139
|
+
}
|
|
5140
|
+
serializer.write(payloadSchema, input);
|
|
5135
5141
|
payload = serializer.flush();
|
|
5136
5142
|
}
|
|
5137
5143
|
request.headers = headers;
|
|
@@ -5371,7 +5377,7 @@ var require_protocols = __commonJS((exports) => {
|
|
|
5371
5377
|
var resolvedPath = (resolvedPath2, input, memberName, labelValueProvider, uriLabel, isGreedyLabel) => {
|
|
5372
5378
|
if (input != null && input[memberName] !== undefined) {
|
|
5373
5379
|
const labelValue = labelValueProvider();
|
|
5374
|
-
if (labelValue.length <= 0) {
|
|
5380
|
+
if (labelValue == null || labelValue.length <= 0) {
|
|
5375
5381
|
throw new Error("Empty value provided for input HTTP label: " + memberName + ".");
|
|
5376
5382
|
}
|
|
5377
5383
|
resolvedPath2 = resolvedPath2.replace(uriLabel, isGreedyLabel ? labelValue.split("/").map((segment) => extendedEncodeURIComponent(segment)).join("/") : extendedEncodeURIComponent(labelValue));
|
|
@@ -5691,7 +5697,7 @@ var require_protocols = __commonJS((exports) => {
|
|
|
5691
5697
|
exports.resolvedPath = resolvedPath;
|
|
5692
5698
|
});
|
|
5693
5699
|
|
|
5694
|
-
// ../node_modules/.pnpm/@smithy+core@3.23.
|
|
5700
|
+
// ../node_modules/.pnpm/@smithy+core@3.23.6/node_modules/@smithy/core/dist-cjs/index.js
|
|
5695
5701
|
var require_dist_cjs17 = __commonJS((exports) => {
|
|
5696
5702
|
var types = require_dist_cjs();
|
|
5697
5703
|
var utilMiddleware = require_dist_cjs4();
|
|
@@ -5994,12 +6000,7 @@ var require_dist_cjs17 = __commonJS((exports) => {
|
|
|
5994
6000
|
return resolved;
|
|
5995
6001
|
};
|
|
5996
6002
|
};
|
|
5997
|
-
|
|
5998
|
-
enumerable: true,
|
|
5999
|
-
get: function() {
|
|
6000
|
-
return protocols.requestBuilder;
|
|
6001
|
-
}
|
|
6002
|
-
});
|
|
6003
|
+
exports.requestBuilder = protocols.requestBuilder;
|
|
6003
6004
|
exports.DefaultIdentityProviderConfig = DefaultIdentityProviderConfig;
|
|
6004
6005
|
exports.EXPIRATION_MS = EXPIRATION_MS;
|
|
6005
6006
|
exports.HttpApiKeyAuthSigner = HttpApiKeyAuthSigner;
|
|
@@ -6023,7 +6024,7 @@ var require_dist_cjs17 = __commonJS((exports) => {
|
|
|
6023
6024
|
exports.setFeature = setFeature;
|
|
6024
6025
|
});
|
|
6025
6026
|
|
|
6026
|
-
// ../node_modules/.pnpm/@smithy+property-provider@4.2.
|
|
6027
|
+
// ../node_modules/.pnpm/@smithy+property-provider@4.2.10/node_modules/@smithy/property-provider/dist-cjs/index.js
|
|
6027
6028
|
var require_dist_cjs18 = __commonJS((exports) => {
|
|
6028
6029
|
class ProviderError extends Error {
|
|
6029
6030
|
name = "ProviderError";
|
|
@@ -6135,7 +6136,7 @@ var require_dist_cjs18 = __commonJS((exports) => {
|
|
|
6135
6136
|
exports.memoize = memoize;
|
|
6136
6137
|
});
|
|
6137
6138
|
|
|
6138
|
-
// ../node_modules/.pnpm/@aws-sdk+core@3.973.
|
|
6139
|
+
// ../node_modules/.pnpm/@aws-sdk+core@3.973.13/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js
|
|
6139
6140
|
var require_client = __commonJS((exports) => {
|
|
6140
6141
|
var state = {
|
|
6141
6142
|
warningEmitted: false
|
|
@@ -6183,7 +6184,7 @@ More information can be found at: https://a.co/c895JFp`);
|
|
|
6183
6184
|
exports.state = state;
|
|
6184
6185
|
});
|
|
6185
6186
|
|
|
6186
|
-
// ../node_modules/.pnpm/@smithy+signature-v4@5.3.
|
|
6187
|
+
// ../node_modules/.pnpm/@smithy+signature-v4@5.3.10/node_modules/@smithy/signature-v4/dist-cjs/index.js
|
|
6187
6188
|
var require_dist_cjs19 = __commonJS((exports) => {
|
|
6188
6189
|
var utilHexEncoding = require_dist_cjs14();
|
|
6189
6190
|
var utilUtf8 = require_dist_cjs8();
|
|
@@ -6707,7 +6708,7 @@ ${utilHexEncoding.toHex(hashedRequest)}`;
|
|
|
6707
6708
|
exports.signatureV4aContainer = signatureV4aContainer;
|
|
6708
6709
|
});
|
|
6709
6710
|
|
|
6710
|
-
// ../node_modules/.pnpm/@smithy+util-body-length-browser@4.2.
|
|
6711
|
+
// ../node_modules/.pnpm/@smithy+util-body-length-browser@4.2.1/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js
|
|
6711
6712
|
var require_dist_cjs20 = __commonJS((exports) => {
|
|
6712
6713
|
var TEXT_ENCODER = typeof TextEncoder == "function" ? new TextEncoder : null;
|
|
6713
6714
|
var calculateBodyLength = (body) => {
|
|
@@ -6736,7 +6737,7 @@ var require_dist_cjs20 = __commonJS((exports) => {
|
|
|
6736
6737
|
exports.calculateBodyLength = calculateBodyLength;
|
|
6737
6738
|
});
|
|
6738
6739
|
|
|
6739
|
-
// ../node_modules/.pnpm/@smithy+core@3.23.
|
|
6740
|
+
// ../node_modules/.pnpm/@smithy+core@3.23.6/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js
|
|
6740
6741
|
var require_cbor = __commonJS((exports) => {
|
|
6741
6742
|
var serde = require_serde();
|
|
6742
6743
|
var utilUtf8 = require_dist_cjs8();
|
|
@@ -7761,7 +7762,7 @@ var require_cbor = __commonJS((exports) => {
|
|
|
7761
7762
|
exports.tagSymbol = tagSymbol;
|
|
7762
7763
|
});
|
|
7763
7764
|
|
|
7764
|
-
// ../node_modules/.pnpm/@smithy+middleware-stack@4.2.
|
|
7765
|
+
// ../node_modules/.pnpm/@smithy+middleware-stack@4.2.10/node_modules/@smithy/middleware-stack/dist-cjs/index.js
|
|
7765
7766
|
var require_dist_cjs21 = __commonJS((exports) => {
|
|
7766
7767
|
var getAllAliases = (name, aliases) => {
|
|
7767
7768
|
const _aliases = [];
|
|
@@ -8029,7 +8030,7 @@ var require_dist_cjs21 = __commonJS((exports) => {
|
|
|
8029
8030
|
exports.constructStack = constructStack;
|
|
8030
8031
|
});
|
|
8031
8032
|
|
|
8032
|
-
// ../node_modules/.pnpm/@smithy+smithy-client@4.
|
|
8033
|
+
// ../node_modules/.pnpm/@smithy+smithy-client@4.12.0/node_modules/@smithy/smithy-client/dist-cjs/index.js
|
|
8033
8034
|
var require_dist_cjs22 = __commonJS((exports) => {
|
|
8034
8035
|
var middlewareStack = require_dist_cjs21();
|
|
8035
8036
|
var protocols = require_protocols();
|
|
@@ -8381,6 +8382,7 @@ var require_dist_cjs22 = __commonJS((exports) => {
|
|
|
8381
8382
|
warningEmitted = true;
|
|
8382
8383
|
}
|
|
8383
8384
|
};
|
|
8385
|
+
var knownAlgorithms = Object.values(types.AlgorithmId);
|
|
8384
8386
|
var getChecksumConfiguration = (runtimeConfig) => {
|
|
8385
8387
|
const checksumAlgorithms = [];
|
|
8386
8388
|
for (const id in types.AlgorithmId) {
|
|
@@ -8393,8 +8395,22 @@ var require_dist_cjs22 = __commonJS((exports) => {
|
|
|
8393
8395
|
checksumConstructor: () => runtimeConfig[algorithmId]
|
|
8394
8396
|
});
|
|
8395
8397
|
}
|
|
8398
|
+
for (const [id, ChecksumCtor] of Object.entries(runtimeConfig.checksumAlgorithms ?? {})) {
|
|
8399
|
+
checksumAlgorithms.push({
|
|
8400
|
+
algorithmId: () => id,
|
|
8401
|
+
checksumConstructor: () => ChecksumCtor
|
|
8402
|
+
});
|
|
8403
|
+
}
|
|
8396
8404
|
return {
|
|
8397
8405
|
addChecksumAlgorithm(algo) {
|
|
8406
|
+
runtimeConfig.checksumAlgorithms = runtimeConfig.checksumAlgorithms ?? {};
|
|
8407
|
+
const id = algo.algorithmId();
|
|
8408
|
+
const ctor = algo.checksumConstructor();
|
|
8409
|
+
if (knownAlgorithms.includes(id)) {
|
|
8410
|
+
runtimeConfig.checksumAlgorithms[id.toUpperCase()] = ctor;
|
|
8411
|
+
} else {
|
|
8412
|
+
runtimeConfig.checksumAlgorithms[id] = ctor;
|
|
8413
|
+
}
|
|
8398
8414
|
checksumAlgorithms.push(algo);
|
|
8399
8415
|
},
|
|
8400
8416
|
checksumAlgorithms() {
|
|
@@ -8405,7 +8421,10 @@ var require_dist_cjs22 = __commonJS((exports) => {
|
|
|
8405
8421
|
var resolveChecksumRuntimeConfig = (clientConfig) => {
|
|
8406
8422
|
const runtimeConfig = {};
|
|
8407
8423
|
clientConfig.checksumAlgorithms().forEach((checksumAlgorithm) => {
|
|
8408
|
-
|
|
8424
|
+
const id = checksumAlgorithm.algorithmId();
|
|
8425
|
+
if (knownAlgorithms.includes(id)) {
|
|
8426
|
+
runtimeConfig[id] = checksumAlgorithm.checksumConstructor();
|
|
8427
|
+
}
|
|
8409
8428
|
});
|
|
8410
8429
|
return runtimeConfig;
|
|
8411
8430
|
};
|
|
@@ -8573,24 +8592,9 @@ var require_dist_cjs22 = __commonJS((exports) => {
|
|
|
8573
8592
|
}
|
|
8574
8593
|
return obj;
|
|
8575
8594
|
};
|
|
8576
|
-
|
|
8577
|
-
|
|
8578
|
-
|
|
8579
|
-
return protocols.collectBody;
|
|
8580
|
-
}
|
|
8581
|
-
});
|
|
8582
|
-
Object.defineProperty(exports, "extendedEncodeURIComponent", {
|
|
8583
|
-
enumerable: true,
|
|
8584
|
-
get: function() {
|
|
8585
|
-
return protocols.extendedEncodeURIComponent;
|
|
8586
|
-
}
|
|
8587
|
-
});
|
|
8588
|
-
Object.defineProperty(exports, "resolvedPath", {
|
|
8589
|
-
enumerable: true,
|
|
8590
|
-
get: function() {
|
|
8591
|
-
return protocols.resolvedPath;
|
|
8592
|
-
}
|
|
8593
|
-
});
|
|
8595
|
+
exports.collectBody = protocols.collectBody;
|
|
8596
|
+
exports.extendedEncodeURIComponent = protocols.extendedEncodeURIComponent;
|
|
8597
|
+
exports.resolvedPath = protocols.resolvedPath;
|
|
8594
8598
|
exports.Client = Client;
|
|
8595
8599
|
exports.Command = Command;
|
|
8596
8600
|
exports.NoOpLogger = NoOpLogger;
|
|
@@ -8614,14 +8618,13 @@ var require_dist_cjs22 = __commonJS((exports) => {
|
|
|
8614
8618
|
exports.take = take;
|
|
8615
8619
|
exports.throwDefaultError = throwDefaultError;
|
|
8616
8620
|
exports.withBaseException = withBaseException;
|
|
8621
|
+
Object.prototype.hasOwnProperty.call(serde, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
8622
|
+
enumerable: true,
|
|
8623
|
+
value: serde["__proto__"]
|
|
8624
|
+
});
|
|
8617
8625
|
Object.keys(serde).forEach(function(k) {
|
|
8618
8626
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
8619
|
-
|
|
8620
|
-
enumerable: true,
|
|
8621
|
-
get: function() {
|
|
8622
|
-
return serde[k];
|
|
8623
|
-
}
|
|
8624
|
-
});
|
|
8627
|
+
exports[k] = serde[k];
|
|
8625
8628
|
});
|
|
8626
8629
|
});
|
|
8627
8630
|
|
|
@@ -9652,7 +9655,7 @@ var require_fxp = __commonJS((exports, module) => {
|
|
|
9652
9655
|
})();
|
|
9653
9656
|
});
|
|
9654
9657
|
|
|
9655
|
-
// ../node_modules/.pnpm/@aws-sdk+xml-builder@3.972.
|
|
9658
|
+
// ../node_modules/.pnpm/@aws-sdk+xml-builder@3.972.6/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js
|
|
9656
9659
|
var require_xml_parser = __commonJS((exports) => {
|
|
9657
9660
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9658
9661
|
exports.parseXML = parseXML;
|
|
@@ -9675,7 +9678,7 @@ var require_xml_parser = __commonJS((exports) => {
|
|
|
9675
9678
|
}
|
|
9676
9679
|
});
|
|
9677
9680
|
|
|
9678
|
-
// ../node_modules/.pnpm/@aws-sdk+xml-builder@3.972.
|
|
9681
|
+
// ../node_modules/.pnpm/@aws-sdk+xml-builder@3.972.6/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js
|
|
9679
9682
|
var require_dist_cjs23 = __commonJS((exports) => {
|
|
9680
9683
|
var xmlParser = require_xml_parser();
|
|
9681
9684
|
function escapeAttribute(value) {
|
|
@@ -9781,17 +9784,12 @@ var require_dist_cjs23 = __commonJS((exports) => {
|
|
|
9781
9784
|
return xmlText += !hasChildren ? "/>" : `>${this.children.map((c) => c.toString()).join("")}</${this.name}>`;
|
|
9782
9785
|
}
|
|
9783
9786
|
}
|
|
9784
|
-
|
|
9785
|
-
enumerable: true,
|
|
9786
|
-
get: function() {
|
|
9787
|
-
return xmlParser.parseXML;
|
|
9788
|
-
}
|
|
9789
|
-
});
|
|
9787
|
+
exports.parseXML = xmlParser.parseXML;
|
|
9790
9788
|
exports.XmlNode = XmlNode;
|
|
9791
9789
|
exports.XmlText = XmlText;
|
|
9792
9790
|
});
|
|
9793
9791
|
|
|
9794
|
-
// ../node_modules/.pnpm/@aws-sdk+core@3.973.
|
|
9792
|
+
// ../node_modules/.pnpm/@aws-sdk+core@3.973.13/node_modules/@aws-sdk/core/dist-cjs/index.js
|
|
9795
9793
|
var require_dist_cjs24 = __commonJS((exports) => {
|
|
9796
9794
|
var protocolHttp = require_dist_cjs2();
|
|
9797
9795
|
var core = require_dist_cjs17();
|
|
@@ -10183,9 +10181,9 @@ More information can be found at: https://a.co/c895JFp`);
|
|
|
10183
10181
|
}
|
|
10184
10182
|
error48.Error = {
|
|
10185
10183
|
...error48.Error,
|
|
10186
|
-
Type: error48.Error
|
|
10187
|
-
Code: error48.Error
|
|
10188
|
-
Message: error48.Error
|
|
10184
|
+
Type: error48.Error?.Type,
|
|
10185
|
+
Code: error48.Error?.Code,
|
|
10186
|
+
Message: error48.Error?.message ?? error48.Error?.Message ?? msg
|
|
10189
10187
|
};
|
|
10190
10188
|
const reqId = error48.$metadata.requestId;
|
|
10191
10189
|
if (reqId) {
|
|
@@ -11397,7 +11395,7 @@ More information can be found at: https://a.co/c895JFp`);
|
|
|
11397
11395
|
}
|
|
11398
11396
|
async handleError(operationSchema, context, response, dataObject, metadata) {
|
|
11399
11397
|
const errorIdentifier = this.loadQueryErrorCode(response, dataObject) ?? "Unknown";
|
|
11400
|
-
const errorData = this.loadQueryError(dataObject);
|
|
11398
|
+
const errorData = this.loadQueryError(dataObject) ?? {};
|
|
11401
11399
|
const message = this.loadQueryErrorMessage(dataObject);
|
|
11402
11400
|
errorData.message = message;
|
|
11403
11401
|
errorData.Error = {
|
|
@@ -12462,7 +12460,7 @@ var require_main4 = __commonJS((exports) => {
|
|
|
12462
12460
|
} });
|
|
12463
12461
|
});
|
|
12464
12462
|
|
|
12465
|
-
// ../node_modules/.pnpm/@aws-sdk+crc64-nvme@3.972.
|
|
12463
|
+
// ../node_modules/.pnpm/@aws-sdk+crc64-nvme@3.972.1/node_modules/@aws-sdk/crc64-nvme/dist-cjs/index.js
|
|
12466
12464
|
var require_dist_cjs28 = __commonJS((exports) => {
|
|
12467
12465
|
var generateCRC64NVMETable = () => {
|
|
12468
12466
|
const sliceLength = 8;
|
|
@@ -12897,7 +12895,7 @@ var require_main5 = __commonJS((exports) => {
|
|
|
12897
12895
|
} });
|
|
12898
12896
|
});
|
|
12899
12897
|
|
|
12900
|
-
// ../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.972.
|
|
12898
|
+
// ../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.972.11/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js
|
|
12901
12899
|
var require_getCrc32ChecksumAlgorithmFunction = __commonJS((exports) => {
|
|
12902
12900
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12903
12901
|
exports.getCrc32ChecksumAlgorithmFunction = undefined;
|
|
@@ -12927,7 +12925,7 @@ var require_getCrc32ChecksumAlgorithmFunction = __commonJS((exports) => {
|
|
|
12927
12925
|
exports.getCrc32ChecksumAlgorithmFunction = getCrc32ChecksumAlgorithmFunction;
|
|
12928
12926
|
});
|
|
12929
12927
|
|
|
12930
|
-
// ../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.972.
|
|
12928
|
+
// ../node_modules/.pnpm/@aws-sdk+middleware-flexible-checksums@3.972.11/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js
|
|
12931
12929
|
var require_dist_cjs29 = __commonJS((exports) => {
|
|
12932
12930
|
var core = require_dist_cjs24();
|
|
12933
12931
|
var protocolHttp = require_dist_cjs2();
|
|
@@ -13327,7 +13325,7 @@ var require_dist_cjs29 = __commonJS((exports) => {
|
|
|
13327
13325
|
exports.resolveFlexibleChecksumsConfig = resolveFlexibleChecksumsConfig;
|
|
13328
13326
|
});
|
|
13329
13327
|
|
|
13330
|
-
// ../node_modules/.pnpm/@aws-sdk+middleware-host-header@3.972.
|
|
13328
|
+
// ../node_modules/.pnpm/@aws-sdk+middleware-host-header@3.972.4/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js
|
|
13331
13329
|
var require_dist_cjs30 = __commonJS((exports) => {
|
|
13332
13330
|
var protocolHttp = require_dist_cjs2();
|
|
13333
13331
|
function resolveHostHeaderConfig(input) {
|
|
@@ -13367,7 +13365,7 @@ var require_dist_cjs30 = __commonJS((exports) => {
|
|
|
13367
13365
|
exports.resolveHostHeaderConfig = resolveHostHeaderConfig;
|
|
13368
13366
|
});
|
|
13369
13367
|
|
|
13370
|
-
// ../node_modules/.pnpm/@aws-sdk+middleware-logger@3.972.
|
|
13368
|
+
// ../node_modules/.pnpm/@aws-sdk+middleware-logger@3.972.4/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js
|
|
13371
13369
|
var require_dist_cjs31 = __commonJS((exports) => {
|
|
13372
13370
|
var loggerMiddleware = () => (next, context) => async (args2) => {
|
|
13373
13371
|
try {
|
|
@@ -13532,7 +13530,7 @@ var require_invoke_store = __commonJS((exports) => {
|
|
|
13532
13530
|
exports.InvokeStoreBase = InvokeStoreBase;
|
|
13533
13531
|
});
|
|
13534
13532
|
|
|
13535
|
-
// ../node_modules/.pnpm/@aws-sdk+middleware-recursion-detection@3.972.
|
|
13533
|
+
// ../node_modules/.pnpm/@aws-sdk+middleware-recursion-detection@3.972.4/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js
|
|
13536
13534
|
var require_recursionDetectionMiddleware = __commonJS((exports) => {
|
|
13537
13535
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13538
13536
|
exports.recursionDetectionMiddleware = undefined;
|
|
@@ -13567,7 +13565,7 @@ var require_recursionDetectionMiddleware = __commonJS((exports) => {
|
|
|
13567
13565
|
exports.recursionDetectionMiddleware = recursionDetectionMiddleware;
|
|
13568
13566
|
});
|
|
13569
13567
|
|
|
13570
|
-
// ../node_modules/.pnpm/@aws-sdk+middleware-recursion-detection@3.972.
|
|
13568
|
+
// ../node_modules/.pnpm/@aws-sdk+middleware-recursion-detection@3.972.4/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js
|
|
13571
13569
|
var require_dist_cjs32 = __commonJS((exports) => {
|
|
13572
13570
|
var recursionDetectionMiddleware = require_recursionDetectionMiddleware();
|
|
13573
13571
|
var recursionDetectionMiddlewareOptions = {
|
|
@@ -13583,14 +13581,13 @@ var require_dist_cjs32 = __commonJS((exports) => {
|
|
|
13583
13581
|
}
|
|
13584
13582
|
});
|
|
13585
13583
|
exports.getRecursionDetectionPlugin = getRecursionDetectionPlugin;
|
|
13584
|
+
Object.prototype.hasOwnProperty.call(recursionDetectionMiddleware, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
13585
|
+
enumerable: true,
|
|
13586
|
+
value: recursionDetectionMiddleware["__proto__"]
|
|
13587
|
+
});
|
|
13586
13588
|
Object.keys(recursionDetectionMiddleware).forEach(function(k) {
|
|
13587
13589
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
13588
|
-
|
|
13589
|
-
enumerable: true,
|
|
13590
|
-
get: function() {
|
|
13591
|
-
return recursionDetectionMiddleware[k];
|
|
13592
|
-
}
|
|
13593
|
-
});
|
|
13590
|
+
exports[k] = recursionDetectionMiddleware[k];
|
|
13594
13591
|
});
|
|
13595
13592
|
});
|
|
13596
13593
|
|
|
@@ -13622,7 +13619,7 @@ var require_dist_cjs33 = __commonJS((exports) => {
|
|
|
13622
13619
|
exports.validate = validate;
|
|
13623
13620
|
});
|
|
13624
13621
|
|
|
13625
|
-
// ../node_modules/.pnpm/@smithy+util-config-provider@4.2.
|
|
13622
|
+
// ../node_modules/.pnpm/@smithy+util-config-provider@4.2.1/node_modules/@smithy/util-config-provider/dist-cjs/index.js
|
|
13626
13623
|
var require_dist_cjs34 = __commonJS((exports) => {
|
|
13627
13624
|
var booleanSelector = (obj, key, type) => {
|
|
13628
13625
|
if (!(key in obj))
|
|
@@ -13651,7 +13648,7 @@ var require_dist_cjs34 = __commonJS((exports) => {
|
|
|
13651
13648
|
exports.numberSelector = numberSelector;
|
|
13652
13649
|
});
|
|
13653
13650
|
|
|
13654
|
-
// ../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.
|
|
13651
|
+
// ../node_modules/.pnpm/@aws-sdk+middleware-sdk-s3@3.972.13/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js
|
|
13655
13652
|
var require_dist_cjs35 = __commonJS((exports) => {
|
|
13656
13653
|
var protocolHttp = require_dist_cjs2();
|
|
13657
13654
|
var smithyClient = require_dist_cjs22();
|
|
@@ -14199,7 +14196,7 @@ var require_dist_cjs35 = __commonJS((exports) => {
|
|
|
14199
14196
|
exports.validateBucketNameMiddlewareOptions = validateBucketNameMiddlewareOptions;
|
|
14200
14197
|
});
|
|
14201
14198
|
|
|
14202
|
-
// ../node_modules/.pnpm/@smithy+util-endpoints@3.
|
|
14199
|
+
// ../node_modules/.pnpm/@smithy+util-endpoints@3.3.1/node_modules/@smithy/util-endpoints/dist-cjs/index.js
|
|
14203
14200
|
var require_dist_cjs36 = __commonJS((exports) => {
|
|
14204
14201
|
var types = require_dist_cjs();
|
|
14205
14202
|
|
|
@@ -14370,7 +14367,7 @@ var require_dist_cjs36 = __commonJS((exports) => {
|
|
|
14370
14367
|
};
|
|
14371
14368
|
var stringEquals = (value1, value2) => value1 === value2;
|
|
14372
14369
|
var substring = (input, start, stop, reverse) => {
|
|
14373
|
-
if (start >= stop || input.length < stop) {
|
|
14370
|
+
if (start >= stop || input.length < stop || /[^\u0000-\u007f]/.test(input)) {
|
|
14374
14371
|
return null;
|
|
14375
14372
|
}
|
|
14376
14373
|
if (!reverse) {
|
|
@@ -14628,7 +14625,7 @@ var require_dist_cjs36 = __commonJS((exports) => {
|
|
|
14628
14625
|
exports.resolveEndpoint = resolveEndpoint;
|
|
14629
14626
|
});
|
|
14630
14627
|
|
|
14631
|
-
// ../node_modules/.pnpm/@smithy+querystring-parser@4.2.
|
|
14628
|
+
// ../node_modules/.pnpm/@smithy+querystring-parser@4.2.10/node_modules/@smithy/querystring-parser/dist-cjs/index.js
|
|
14632
14629
|
var require_dist_cjs37 = __commonJS((exports) => {
|
|
14633
14630
|
function parseQueryString(querystring) {
|
|
14634
14631
|
const query = {};
|
|
@@ -14654,7 +14651,7 @@ var require_dist_cjs37 = __commonJS((exports) => {
|
|
|
14654
14651
|
exports.parseQueryString = parseQueryString;
|
|
14655
14652
|
});
|
|
14656
14653
|
|
|
14657
|
-
// ../node_modules/.pnpm/@smithy+url-parser@4.2.
|
|
14654
|
+
// ../node_modules/.pnpm/@smithy+url-parser@4.2.10/node_modules/@smithy/url-parser/dist-cjs/index.js
|
|
14658
14655
|
var require_dist_cjs38 = __commonJS((exports) => {
|
|
14659
14656
|
var querystringParser = require_dist_cjs37();
|
|
14660
14657
|
var parseUrl = (url4) => {
|
|
@@ -14677,7 +14674,7 @@ var require_dist_cjs38 = __commonJS((exports) => {
|
|
|
14677
14674
|
exports.parseUrl = parseUrl;
|
|
14678
14675
|
});
|
|
14679
14676
|
|
|
14680
|
-
// ../node_modules/.pnpm/@aws-sdk+util-endpoints@3.
|
|
14677
|
+
// ../node_modules/.pnpm/@aws-sdk+util-endpoints@3.996.1/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js
|
|
14681
14678
|
var require_dist_cjs39 = __commonJS((exports) => {
|
|
14682
14679
|
var utilEndpoints = require_dist_cjs36();
|
|
14683
14680
|
var urlParser = require_dist_cjs38();
|
|
@@ -15063,24 +15060,9 @@ var require_dist_cjs39 = __commonJS((exports) => {
|
|
|
15063
15060
|
return input;
|
|
15064
15061
|
};
|
|
15065
15062
|
var toEndpointV1 = (endpoint) => urlParser.parseUrl(endpoint.url);
|
|
15066
|
-
|
|
15067
|
-
|
|
15068
|
-
|
|
15069
|
-
return utilEndpoints.EndpointError;
|
|
15070
|
-
}
|
|
15071
|
-
});
|
|
15072
|
-
Object.defineProperty(exports, "isIpAddress", {
|
|
15073
|
-
enumerable: true,
|
|
15074
|
-
get: function() {
|
|
15075
|
-
return utilEndpoints.isIpAddress;
|
|
15076
|
-
}
|
|
15077
|
-
});
|
|
15078
|
-
Object.defineProperty(exports, "resolveEndpoint", {
|
|
15079
|
-
enumerable: true,
|
|
15080
|
-
get: function() {
|
|
15081
|
-
return utilEndpoints.resolveEndpoint;
|
|
15082
|
-
}
|
|
15083
|
-
});
|
|
15063
|
+
exports.EndpointError = utilEndpoints.EndpointError;
|
|
15064
|
+
exports.isIpAddress = utilEndpoints.isIpAddress;
|
|
15065
|
+
exports.resolveEndpoint = utilEndpoints.resolveEndpoint;
|
|
15084
15066
|
exports.awsEndpointFunctions = awsEndpointFunctions;
|
|
15085
15067
|
exports.getUserAgentPrefix = getUserAgentPrefix;
|
|
15086
15068
|
exports.partition = partition;
|
|
@@ -15090,7 +15072,7 @@ var require_dist_cjs39 = __commonJS((exports) => {
|
|
|
15090
15072
|
exports.useDefaultPartitionInfo = useDefaultPartitionInfo;
|
|
15091
15073
|
});
|
|
15092
15074
|
|
|
15093
|
-
// ../node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.972.
|
|
15075
|
+
// ../node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.972.13/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js
|
|
15094
15076
|
var require_dist_cjs40 = __commonJS((exports) => {
|
|
15095
15077
|
var core = require_dist_cjs17();
|
|
15096
15078
|
var utilEndpoints = require_dist_cjs39();
|
|
@@ -15266,7 +15248,7 @@ var require_dist_cjs40 = __commonJS((exports) => {
|
|
|
15266
15248
|
exports.userAgentMiddleware = userAgentMiddleware;
|
|
15267
15249
|
});
|
|
15268
15250
|
|
|
15269
|
-
// ../node_modules/.pnpm/@smithy+config-resolver@4.4.
|
|
15251
|
+
// ../node_modules/.pnpm/@smithy+config-resolver@4.4.9/node_modules/@smithy/config-resolver/dist-cjs/index.js
|
|
15270
15252
|
var require_dist_cjs41 = __commonJS((exports) => {
|
|
15271
15253
|
var utilConfigProvider = require_dist_cjs34();
|
|
15272
15254
|
var utilMiddleware = require_dist_cjs4();
|
|
@@ -15425,7 +15407,7 @@ var require_dist_cjs41 = __commonJS((exports) => {
|
|
|
15425
15407
|
exports.resolveRegionConfig = resolveRegionConfig;
|
|
15426
15408
|
});
|
|
15427
15409
|
|
|
15428
|
-
// ../node_modules/.pnpm/@smithy+eventstream-serde-config-resolver@4.3.
|
|
15410
|
+
// ../node_modules/.pnpm/@smithy+eventstream-serde-config-resolver@4.3.10/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/index.js
|
|
15429
15411
|
var require_dist_cjs42 = __commonJS((exports) => {
|
|
15430
15412
|
var resolveEventStreamSerdeConfig = (input) => Object.assign(input, {
|
|
15431
15413
|
eventStreamMarshaller: input.eventStreamSerdeProvider(input)
|
|
@@ -15433,7 +15415,7 @@ var require_dist_cjs42 = __commonJS((exports) => {
|
|
|
15433
15415
|
exports.resolveEventStreamSerdeConfig = resolveEventStreamSerdeConfig;
|
|
15434
15416
|
});
|
|
15435
15417
|
|
|
15436
|
-
// ../node_modules/.pnpm/@smithy+middleware-content-length@4.2.
|
|
15418
|
+
// ../node_modules/.pnpm/@smithy+middleware-content-length@4.2.10/node_modules/@smithy/middleware-content-length/dist-cjs/index.js
|
|
15437
15419
|
var require_dist_cjs43 = __commonJS((exports) => {
|
|
15438
15420
|
var protocolHttp = require_dist_cjs2();
|
|
15439
15421
|
var CONTENT_LENGTH_HEADER = "content-length";
|
|
@@ -15474,7 +15456,7 @@ var require_dist_cjs43 = __commonJS((exports) => {
|
|
|
15474
15456
|
exports.getContentLengthPlugin = getContentLengthPlugin;
|
|
15475
15457
|
});
|
|
15476
15458
|
|
|
15477
|
-
// ../node_modules/.pnpm/@smithy+shared-ini-file-loader@4.4.
|
|
15459
|
+
// ../node_modules/.pnpm/@smithy+shared-ini-file-loader@4.4.5/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js
|
|
15478
15460
|
var require_getHomeDir = __commonJS((exports) => {
|
|
15479
15461
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15480
15462
|
exports.getHomeDir = undefined;
|
|
@@ -15503,7 +15485,7 @@ var require_getHomeDir = __commonJS((exports) => {
|
|
|
15503
15485
|
exports.getHomeDir = getHomeDir;
|
|
15504
15486
|
});
|
|
15505
15487
|
|
|
15506
|
-
// ../node_modules/.pnpm/@smithy+shared-ini-file-loader@4.4.
|
|
15488
|
+
// ../node_modules/.pnpm/@smithy+shared-ini-file-loader@4.4.5/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js
|
|
15507
15489
|
var require_getSSOTokenFilepath = __commonJS((exports) => {
|
|
15508
15490
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15509
15491
|
exports.getSSOTokenFilepath = undefined;
|
|
@@ -15518,7 +15500,7 @@ var require_getSSOTokenFilepath = __commonJS((exports) => {
|
|
|
15518
15500
|
exports.getSSOTokenFilepath = getSSOTokenFilepath;
|
|
15519
15501
|
});
|
|
15520
15502
|
|
|
15521
|
-
// ../node_modules/.pnpm/@smithy+shared-ini-file-loader@4.4.
|
|
15503
|
+
// ../node_modules/.pnpm/@smithy+shared-ini-file-loader@4.4.5/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js
|
|
15522
15504
|
var require_getSSOTokenFromFile = __commonJS((exports) => {
|
|
15523
15505
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15524
15506
|
exports.getSSOTokenFromFile = exports.tokenIntercept = undefined;
|
|
@@ -15536,7 +15518,7 @@ var require_getSSOTokenFromFile = __commonJS((exports) => {
|
|
|
15536
15518
|
exports.getSSOTokenFromFile = getSSOTokenFromFile;
|
|
15537
15519
|
});
|
|
15538
15520
|
|
|
15539
|
-
// ../node_modules/.pnpm/@smithy+shared-ini-file-loader@4.4.
|
|
15521
|
+
// ../node_modules/.pnpm/@smithy+shared-ini-file-loader@4.4.5/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js
|
|
15540
15522
|
var require_readFile = __commonJS((exports) => {
|
|
15541
15523
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15542
15524
|
exports.readFile = exports.fileIntercept = exports.filePromises = undefined;
|
|
@@ -15555,7 +15537,7 @@ var require_readFile = __commonJS((exports) => {
|
|
|
15555
15537
|
exports.readFile = readFile;
|
|
15556
15538
|
});
|
|
15557
15539
|
|
|
15558
|
-
// ../node_modules/.pnpm/@smithy+shared-ini-file-loader@4.4.
|
|
15540
|
+
// ../node_modules/.pnpm/@smithy+shared-ini-file-loader@4.4.5/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js
|
|
15559
15541
|
var require_dist_cjs44 = __commonJS((exports) => {
|
|
15560
15542
|
var getHomeDir = require_getHomeDir();
|
|
15561
15543
|
var getSSOTokenFilepath = require_getSSOTokenFilepath();
|
|
@@ -15692,18 +15674,8 @@ var require_dist_cjs44 = __commonJS((exports) => {
|
|
|
15692
15674
|
getSSOTokenFromFile.tokenIntercept[id] = contents;
|
|
15693
15675
|
}
|
|
15694
15676
|
};
|
|
15695
|
-
|
|
15696
|
-
|
|
15697
|
-
get: function() {
|
|
15698
|
-
return getSSOTokenFromFile.getSSOTokenFromFile;
|
|
15699
|
-
}
|
|
15700
|
-
});
|
|
15701
|
-
Object.defineProperty(exports, "readFile", {
|
|
15702
|
-
enumerable: true,
|
|
15703
|
-
get: function() {
|
|
15704
|
-
return readFile.readFile;
|
|
15705
|
-
}
|
|
15706
|
-
});
|
|
15677
|
+
exports.getSSOTokenFromFile = getSSOTokenFromFile.getSSOTokenFromFile;
|
|
15678
|
+
exports.readFile = readFile.readFile;
|
|
15707
15679
|
exports.CONFIG_PREFIX_SEPARATOR = CONFIG_PREFIX_SEPARATOR;
|
|
15708
15680
|
exports.DEFAULT_PROFILE = DEFAULT_PROFILE;
|
|
15709
15681
|
exports.ENV_PROFILE = ENV_PROFILE;
|
|
@@ -15712,27 +15684,25 @@ var require_dist_cjs44 = __commonJS((exports) => {
|
|
|
15712
15684
|
exports.loadSharedConfigFiles = loadSharedConfigFiles;
|
|
15713
15685
|
exports.loadSsoSessionData = loadSsoSessionData;
|
|
15714
15686
|
exports.parseKnownFiles = parseKnownFiles;
|
|
15687
|
+
Object.prototype.hasOwnProperty.call(getHomeDir, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
15688
|
+
enumerable: true,
|
|
15689
|
+
value: getHomeDir["__proto__"]
|
|
15690
|
+
});
|
|
15715
15691
|
Object.keys(getHomeDir).forEach(function(k) {
|
|
15716
15692
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
15717
|
-
|
|
15718
|
-
|
|
15719
|
-
|
|
15720
|
-
|
|
15721
|
-
|
|
15722
|
-
});
|
|
15693
|
+
exports[k] = getHomeDir[k];
|
|
15694
|
+
});
|
|
15695
|
+
Object.prototype.hasOwnProperty.call(getSSOTokenFilepath, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
15696
|
+
enumerable: true,
|
|
15697
|
+
value: getSSOTokenFilepath["__proto__"]
|
|
15723
15698
|
});
|
|
15724
15699
|
Object.keys(getSSOTokenFilepath).forEach(function(k) {
|
|
15725
15700
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
15726
|
-
|
|
15727
|
-
enumerable: true,
|
|
15728
|
-
get: function() {
|
|
15729
|
-
return getSSOTokenFilepath[k];
|
|
15730
|
-
}
|
|
15731
|
-
});
|
|
15701
|
+
exports[k] = getSSOTokenFilepath[k];
|
|
15732
15702
|
});
|
|
15733
15703
|
});
|
|
15734
15704
|
|
|
15735
|
-
// ../node_modules/.pnpm/@smithy+node-config-provider@4.3.
|
|
15705
|
+
// ../node_modules/.pnpm/@smithy+node-config-provider@4.3.10/node_modules/@smithy/node-config-provider/dist-cjs/index.js
|
|
15736
15706
|
var require_dist_cjs45 = __commonJS((exports) => {
|
|
15737
15707
|
var propertyProvider = require_dist_cjs18();
|
|
15738
15708
|
var sharedIniFileLoader = require_dist_cjs44();
|
|
@@ -15785,7 +15755,7 @@ var require_dist_cjs45 = __commonJS((exports) => {
|
|
|
15785
15755
|
exports.loadConfig = loadConfig;
|
|
15786
15756
|
});
|
|
15787
15757
|
|
|
15788
|
-
// ../node_modules/.pnpm/@smithy+middleware-endpoint@4.4.
|
|
15758
|
+
// ../node_modules/.pnpm/@smithy+middleware-endpoint@4.4.20/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js
|
|
15789
15759
|
var require_getEndpointUrlConfig = __commonJS((exports) => {
|
|
15790
15760
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15791
15761
|
exports.getEndpointUrlConfig = undefined;
|
|
@@ -15823,7 +15793,7 @@ var require_getEndpointUrlConfig = __commonJS((exports) => {
|
|
|
15823
15793
|
exports.getEndpointUrlConfig = getEndpointUrlConfig;
|
|
15824
15794
|
});
|
|
15825
15795
|
|
|
15826
|
-
// ../node_modules/.pnpm/@smithy+middleware-endpoint@4.4.
|
|
15796
|
+
// ../node_modules/.pnpm/@smithy+middleware-endpoint@4.4.20/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js
|
|
15827
15797
|
var require_getEndpointFromConfig = __commonJS((exports) => {
|
|
15828
15798
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15829
15799
|
exports.getEndpointFromConfig = undefined;
|
|
@@ -15833,7 +15803,7 @@ var require_getEndpointFromConfig = __commonJS((exports) => {
|
|
|
15833
15803
|
exports.getEndpointFromConfig = getEndpointFromConfig;
|
|
15834
15804
|
});
|
|
15835
15805
|
|
|
15836
|
-
// ../node_modules/.pnpm/@smithy+middleware-endpoint@4.4.
|
|
15806
|
+
// ../node_modules/.pnpm/@smithy+middleware-endpoint@4.4.20/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js
|
|
15837
15807
|
var require_dist_cjs46 = __commonJS((exports) => {
|
|
15838
15808
|
var getEndpointFromConfig = require_getEndpointFromConfig();
|
|
15839
15809
|
var urlParser = require_dist_cjs38();
|
|
@@ -16068,7 +16038,7 @@ var require_dist_cjs46 = __commonJS((exports) => {
|
|
|
16068
16038
|
exports.toEndpointV1 = toEndpointV1;
|
|
16069
16039
|
});
|
|
16070
16040
|
|
|
16071
|
-
// ../node_modules/.pnpm/@smithy+service-error-classification@4.2.
|
|
16041
|
+
// ../node_modules/.pnpm/@smithy+service-error-classification@4.2.10/node_modules/@smithy/service-error-classification/dist-cjs/index.js
|
|
16072
16042
|
var require_dist_cjs47 = __commonJS((exports) => {
|
|
16073
16043
|
var CLOCK_SKEW_ERROR_CODES = [
|
|
16074
16044
|
"AuthFailure",
|
|
@@ -16136,7 +16106,7 @@ var require_dist_cjs47 = __commonJS((exports) => {
|
|
|
16136
16106
|
exports.isTransientError = isTransientError;
|
|
16137
16107
|
});
|
|
16138
16108
|
|
|
16139
|
-
// ../node_modules/.pnpm/@smithy+util-retry@4.2.
|
|
16109
|
+
// ../node_modules/.pnpm/@smithy+util-retry@4.2.10/node_modules/@smithy/util-retry/dist-cjs/index.js
|
|
16140
16110
|
var require_dist_cjs48 = __commonJS((exports) => {
|
|
16141
16111
|
var serviceErrorClassification = require_dist_cjs47();
|
|
16142
16112
|
exports.RETRY_MODES = undefined;
|
|
@@ -16404,7 +16374,7 @@ var require_dist_cjs48 = __commonJS((exports) => {
|
|
|
16404
16374
|
exports.TIMEOUT_RETRY_COST = TIMEOUT_RETRY_COST;
|
|
16405
16375
|
});
|
|
16406
16376
|
|
|
16407
|
-
// ../node_modules/.pnpm/@smithy+middleware-retry@4.4.
|
|
16377
|
+
// ../node_modules/.pnpm/@smithy+middleware-retry@4.4.37/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js
|
|
16408
16378
|
var require_isStreamingPayload = __commonJS((exports) => {
|
|
16409
16379
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16410
16380
|
exports.isStreamingPayload = undefined;
|
|
@@ -16413,7 +16383,7 @@ var require_isStreamingPayload = __commonJS((exports) => {
|
|
|
16413
16383
|
exports.isStreamingPayload = isStreamingPayload;
|
|
16414
16384
|
});
|
|
16415
16385
|
|
|
16416
|
-
// ../node_modules/.pnpm/@smithy+middleware-retry@4.4.
|
|
16386
|
+
// ../node_modules/.pnpm/@smithy+middleware-retry@4.4.37/node_modules/@smithy/middleware-retry/dist-cjs/index.js
|
|
16417
16387
|
var require_dist_cjs49 = __commonJS((exports) => {
|
|
16418
16388
|
var utilRetry = require_dist_cjs48();
|
|
16419
16389
|
var protocolHttp = require_dist_cjs2();
|
|
@@ -16758,7 +16728,7 @@ var require_dist_cjs49 = __commonJS((exports) => {
|
|
|
16758
16728
|
exports.retryMiddlewareOptions = retryMiddlewareOptions;
|
|
16759
16729
|
});
|
|
16760
16730
|
|
|
16761
|
-
// ../node_modules/.pnpm/@aws-sdk+signature-v4-multi-region@3.
|
|
16731
|
+
// ../node_modules/.pnpm/@aws-sdk+signature-v4-multi-region@3.996.1/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js
|
|
16762
16732
|
var require_dist_cjs50 = __commonJS((exports) => {
|
|
16763
16733
|
var middlewareSdkS3 = require_dist_cjs35();
|
|
16764
16734
|
var signatureV4 = require_dist_cjs19();
|
|
@@ -16854,420 +16824,7 @@ var require_dist_cjs50 = __commonJS((exports) => {
|
|
|
16854
16824
|
exports.signatureV4CrtContainer = signatureV4CrtContainer;
|
|
16855
16825
|
});
|
|
16856
16826
|
|
|
16857
|
-
// ../node_modules/.pnpm/@aws-sdk+
|
|
16858
|
-
var require_dist_cjs51 = __commonJS((exports) => {
|
|
16859
|
-
var utilEndpoints = require_dist_cjs36();
|
|
16860
|
-
var urlParser = require_dist_cjs38();
|
|
16861
|
-
var isVirtualHostableS3Bucket = (value, allowSubDomains = false) => {
|
|
16862
|
-
if (allowSubDomains) {
|
|
16863
|
-
for (const label of value.split(".")) {
|
|
16864
|
-
if (!isVirtualHostableS3Bucket(label)) {
|
|
16865
|
-
return false;
|
|
16866
|
-
}
|
|
16867
|
-
}
|
|
16868
|
-
return true;
|
|
16869
|
-
}
|
|
16870
|
-
if (!utilEndpoints.isValidHostLabel(value)) {
|
|
16871
|
-
return false;
|
|
16872
|
-
}
|
|
16873
|
-
if (value.length < 3 || value.length > 63) {
|
|
16874
|
-
return false;
|
|
16875
|
-
}
|
|
16876
|
-
if (value !== value.toLowerCase()) {
|
|
16877
|
-
return false;
|
|
16878
|
-
}
|
|
16879
|
-
if (utilEndpoints.isIpAddress(value)) {
|
|
16880
|
-
return false;
|
|
16881
|
-
}
|
|
16882
|
-
return true;
|
|
16883
|
-
};
|
|
16884
|
-
var ARN_DELIMITER = ":";
|
|
16885
|
-
var RESOURCE_DELIMITER = "/";
|
|
16886
|
-
var parseArn = (value) => {
|
|
16887
|
-
const segments = value.split(ARN_DELIMITER);
|
|
16888
|
-
if (segments.length < 6)
|
|
16889
|
-
return null;
|
|
16890
|
-
const [arn, partition2, service, region, accountId, ...resourcePath] = segments;
|
|
16891
|
-
if (arn !== "arn" || partition2 === "" || service === "" || resourcePath.join(ARN_DELIMITER) === "")
|
|
16892
|
-
return null;
|
|
16893
|
-
const resourceId = resourcePath.map((resource) => resource.split(RESOURCE_DELIMITER)).flat();
|
|
16894
|
-
return {
|
|
16895
|
-
partition: partition2,
|
|
16896
|
-
service,
|
|
16897
|
-
region,
|
|
16898
|
-
accountId,
|
|
16899
|
-
resourceId
|
|
16900
|
-
};
|
|
16901
|
-
};
|
|
16902
|
-
var partitions = [
|
|
16903
|
-
{
|
|
16904
|
-
id: "aws",
|
|
16905
|
-
outputs: {
|
|
16906
|
-
dnsSuffix: "amazonaws.com",
|
|
16907
|
-
dualStackDnsSuffix: "api.aws",
|
|
16908
|
-
implicitGlobalRegion: "us-east-1",
|
|
16909
|
-
name: "aws",
|
|
16910
|
-
supportsDualStack: true,
|
|
16911
|
-
supportsFIPS: true
|
|
16912
|
-
},
|
|
16913
|
-
regionRegex: "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
|
|
16914
|
-
regions: {
|
|
16915
|
-
"af-south-1": {
|
|
16916
|
-
description: "Africa (Cape Town)"
|
|
16917
|
-
},
|
|
16918
|
-
"ap-east-1": {
|
|
16919
|
-
description: "Asia Pacific (Hong Kong)"
|
|
16920
|
-
},
|
|
16921
|
-
"ap-east-2": {
|
|
16922
|
-
description: "Asia Pacific (Taipei)"
|
|
16923
|
-
},
|
|
16924
|
-
"ap-northeast-1": {
|
|
16925
|
-
description: "Asia Pacific (Tokyo)"
|
|
16926
|
-
},
|
|
16927
|
-
"ap-northeast-2": {
|
|
16928
|
-
description: "Asia Pacific (Seoul)"
|
|
16929
|
-
},
|
|
16930
|
-
"ap-northeast-3": {
|
|
16931
|
-
description: "Asia Pacific (Osaka)"
|
|
16932
|
-
},
|
|
16933
|
-
"ap-south-1": {
|
|
16934
|
-
description: "Asia Pacific (Mumbai)"
|
|
16935
|
-
},
|
|
16936
|
-
"ap-south-2": {
|
|
16937
|
-
description: "Asia Pacific (Hyderabad)"
|
|
16938
|
-
},
|
|
16939
|
-
"ap-southeast-1": {
|
|
16940
|
-
description: "Asia Pacific (Singapore)"
|
|
16941
|
-
},
|
|
16942
|
-
"ap-southeast-2": {
|
|
16943
|
-
description: "Asia Pacific (Sydney)"
|
|
16944
|
-
},
|
|
16945
|
-
"ap-southeast-3": {
|
|
16946
|
-
description: "Asia Pacific (Jakarta)"
|
|
16947
|
-
},
|
|
16948
|
-
"ap-southeast-4": {
|
|
16949
|
-
description: "Asia Pacific (Melbourne)"
|
|
16950
|
-
},
|
|
16951
|
-
"ap-southeast-5": {
|
|
16952
|
-
description: "Asia Pacific (Malaysia)"
|
|
16953
|
-
},
|
|
16954
|
-
"ap-southeast-6": {
|
|
16955
|
-
description: "Asia Pacific (New Zealand)"
|
|
16956
|
-
},
|
|
16957
|
-
"ap-southeast-7": {
|
|
16958
|
-
description: "Asia Pacific (Thailand)"
|
|
16959
|
-
},
|
|
16960
|
-
"aws-global": {
|
|
16961
|
-
description: "aws global region"
|
|
16962
|
-
},
|
|
16963
|
-
"ca-central-1": {
|
|
16964
|
-
description: "Canada (Central)"
|
|
16965
|
-
},
|
|
16966
|
-
"ca-west-1": {
|
|
16967
|
-
description: "Canada West (Calgary)"
|
|
16968
|
-
},
|
|
16969
|
-
"eu-central-1": {
|
|
16970
|
-
description: "Europe (Frankfurt)"
|
|
16971
|
-
},
|
|
16972
|
-
"eu-central-2": {
|
|
16973
|
-
description: "Europe (Zurich)"
|
|
16974
|
-
},
|
|
16975
|
-
"eu-north-1": {
|
|
16976
|
-
description: "Europe (Stockholm)"
|
|
16977
|
-
},
|
|
16978
|
-
"eu-south-1": {
|
|
16979
|
-
description: "Europe (Milan)"
|
|
16980
|
-
},
|
|
16981
|
-
"eu-south-2": {
|
|
16982
|
-
description: "Europe (Spain)"
|
|
16983
|
-
},
|
|
16984
|
-
"eu-west-1": {
|
|
16985
|
-
description: "Europe (Ireland)"
|
|
16986
|
-
},
|
|
16987
|
-
"eu-west-2": {
|
|
16988
|
-
description: "Europe (London)"
|
|
16989
|
-
},
|
|
16990
|
-
"eu-west-3": {
|
|
16991
|
-
description: "Europe (Paris)"
|
|
16992
|
-
},
|
|
16993
|
-
"il-central-1": {
|
|
16994
|
-
description: "Israel (Tel Aviv)"
|
|
16995
|
-
},
|
|
16996
|
-
"me-central-1": {
|
|
16997
|
-
description: "Middle East (UAE)"
|
|
16998
|
-
},
|
|
16999
|
-
"me-south-1": {
|
|
17000
|
-
description: "Middle East (Bahrain)"
|
|
17001
|
-
},
|
|
17002
|
-
"mx-central-1": {
|
|
17003
|
-
description: "Mexico (Central)"
|
|
17004
|
-
},
|
|
17005
|
-
"sa-east-1": {
|
|
17006
|
-
description: "South America (Sao Paulo)"
|
|
17007
|
-
},
|
|
17008
|
-
"us-east-1": {
|
|
17009
|
-
description: "US East (N. Virginia)"
|
|
17010
|
-
},
|
|
17011
|
-
"us-east-2": {
|
|
17012
|
-
description: "US East (Ohio)"
|
|
17013
|
-
},
|
|
17014
|
-
"us-west-1": {
|
|
17015
|
-
description: "US West (N. California)"
|
|
17016
|
-
},
|
|
17017
|
-
"us-west-2": {
|
|
17018
|
-
description: "US West (Oregon)"
|
|
17019
|
-
}
|
|
17020
|
-
}
|
|
17021
|
-
},
|
|
17022
|
-
{
|
|
17023
|
-
id: "aws-cn",
|
|
17024
|
-
outputs: {
|
|
17025
|
-
dnsSuffix: "amazonaws.com.cn",
|
|
17026
|
-
dualStackDnsSuffix: "api.amazonwebservices.com.cn",
|
|
17027
|
-
implicitGlobalRegion: "cn-northwest-1",
|
|
17028
|
-
name: "aws-cn",
|
|
17029
|
-
supportsDualStack: true,
|
|
17030
|
-
supportsFIPS: true
|
|
17031
|
-
},
|
|
17032
|
-
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
17033
|
-
regions: {
|
|
17034
|
-
"aws-cn-global": {
|
|
17035
|
-
description: "aws-cn global region"
|
|
17036
|
-
},
|
|
17037
|
-
"cn-north-1": {
|
|
17038
|
-
description: "China (Beijing)"
|
|
17039
|
-
},
|
|
17040
|
-
"cn-northwest-1": {
|
|
17041
|
-
description: "China (Ningxia)"
|
|
17042
|
-
}
|
|
17043
|
-
}
|
|
17044
|
-
},
|
|
17045
|
-
{
|
|
17046
|
-
id: "aws-eusc",
|
|
17047
|
-
outputs: {
|
|
17048
|
-
dnsSuffix: "amazonaws.eu",
|
|
17049
|
-
dualStackDnsSuffix: "api.amazonwebservices.eu",
|
|
17050
|
-
implicitGlobalRegion: "eusc-de-east-1",
|
|
17051
|
-
name: "aws-eusc",
|
|
17052
|
-
supportsDualStack: true,
|
|
17053
|
-
supportsFIPS: true
|
|
17054
|
-
},
|
|
17055
|
-
regionRegex: "^eusc\\-(de)\\-\\w+\\-\\d+$",
|
|
17056
|
-
regions: {
|
|
17057
|
-
"eusc-de-east-1": {
|
|
17058
|
-
description: "AWS European Sovereign Cloud (Germany)"
|
|
17059
|
-
}
|
|
17060
|
-
}
|
|
17061
|
-
},
|
|
17062
|
-
{
|
|
17063
|
-
id: "aws-iso",
|
|
17064
|
-
outputs: {
|
|
17065
|
-
dnsSuffix: "c2s.ic.gov",
|
|
17066
|
-
dualStackDnsSuffix: "api.aws.ic.gov",
|
|
17067
|
-
implicitGlobalRegion: "us-iso-east-1",
|
|
17068
|
-
name: "aws-iso",
|
|
17069
|
-
supportsDualStack: true,
|
|
17070
|
-
supportsFIPS: true
|
|
17071
|
-
},
|
|
17072
|
-
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
17073
|
-
regions: {
|
|
17074
|
-
"aws-iso-global": {
|
|
17075
|
-
description: "aws-iso global region"
|
|
17076
|
-
},
|
|
17077
|
-
"us-iso-east-1": {
|
|
17078
|
-
description: "US ISO East"
|
|
17079
|
-
},
|
|
17080
|
-
"us-iso-west-1": {
|
|
17081
|
-
description: "US ISO WEST"
|
|
17082
|
-
}
|
|
17083
|
-
}
|
|
17084
|
-
},
|
|
17085
|
-
{
|
|
17086
|
-
id: "aws-iso-b",
|
|
17087
|
-
outputs: {
|
|
17088
|
-
dnsSuffix: "sc2s.sgov.gov",
|
|
17089
|
-
dualStackDnsSuffix: "api.aws.scloud",
|
|
17090
|
-
implicitGlobalRegion: "us-isob-east-1",
|
|
17091
|
-
name: "aws-iso-b",
|
|
17092
|
-
supportsDualStack: true,
|
|
17093
|
-
supportsFIPS: true
|
|
17094
|
-
},
|
|
17095
|
-
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
17096
|
-
regions: {
|
|
17097
|
-
"aws-iso-b-global": {
|
|
17098
|
-
description: "aws-iso-b global region"
|
|
17099
|
-
},
|
|
17100
|
-
"us-isob-east-1": {
|
|
17101
|
-
description: "US ISOB East (Ohio)"
|
|
17102
|
-
},
|
|
17103
|
-
"us-isob-west-1": {
|
|
17104
|
-
description: "US ISOB West"
|
|
17105
|
-
}
|
|
17106
|
-
}
|
|
17107
|
-
},
|
|
17108
|
-
{
|
|
17109
|
-
id: "aws-iso-e",
|
|
17110
|
-
outputs: {
|
|
17111
|
-
dnsSuffix: "cloud.adc-e.uk",
|
|
17112
|
-
dualStackDnsSuffix: "api.cloud-aws.adc-e.uk",
|
|
17113
|
-
implicitGlobalRegion: "eu-isoe-west-1",
|
|
17114
|
-
name: "aws-iso-e",
|
|
17115
|
-
supportsDualStack: true,
|
|
17116
|
-
supportsFIPS: true
|
|
17117
|
-
},
|
|
17118
|
-
regionRegex: "^eu\\-isoe\\-\\w+\\-\\d+$",
|
|
17119
|
-
regions: {
|
|
17120
|
-
"aws-iso-e-global": {
|
|
17121
|
-
description: "aws-iso-e global region"
|
|
17122
|
-
},
|
|
17123
|
-
"eu-isoe-west-1": {
|
|
17124
|
-
description: "EU ISOE West"
|
|
17125
|
-
}
|
|
17126
|
-
}
|
|
17127
|
-
},
|
|
17128
|
-
{
|
|
17129
|
-
id: "aws-iso-f",
|
|
17130
|
-
outputs: {
|
|
17131
|
-
dnsSuffix: "csp.hci.ic.gov",
|
|
17132
|
-
dualStackDnsSuffix: "api.aws.hci.ic.gov",
|
|
17133
|
-
implicitGlobalRegion: "us-isof-south-1",
|
|
17134
|
-
name: "aws-iso-f",
|
|
17135
|
-
supportsDualStack: true,
|
|
17136
|
-
supportsFIPS: true
|
|
17137
|
-
},
|
|
17138
|
-
regionRegex: "^us\\-isof\\-\\w+\\-\\d+$",
|
|
17139
|
-
regions: {
|
|
17140
|
-
"aws-iso-f-global": {
|
|
17141
|
-
description: "aws-iso-f global region"
|
|
17142
|
-
},
|
|
17143
|
-
"us-isof-east-1": {
|
|
17144
|
-
description: "US ISOF EAST"
|
|
17145
|
-
},
|
|
17146
|
-
"us-isof-south-1": {
|
|
17147
|
-
description: "US ISOF SOUTH"
|
|
17148
|
-
}
|
|
17149
|
-
}
|
|
17150
|
-
},
|
|
17151
|
-
{
|
|
17152
|
-
id: "aws-us-gov",
|
|
17153
|
-
outputs: {
|
|
17154
|
-
dnsSuffix: "amazonaws.com",
|
|
17155
|
-
dualStackDnsSuffix: "api.aws",
|
|
17156
|
-
implicitGlobalRegion: "us-gov-west-1",
|
|
17157
|
-
name: "aws-us-gov",
|
|
17158
|
-
supportsDualStack: true,
|
|
17159
|
-
supportsFIPS: true
|
|
17160
|
-
},
|
|
17161
|
-
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
17162
|
-
regions: {
|
|
17163
|
-
"aws-us-gov-global": {
|
|
17164
|
-
description: "aws-us-gov global region"
|
|
17165
|
-
},
|
|
17166
|
-
"us-gov-east-1": {
|
|
17167
|
-
description: "AWS GovCloud (US-East)"
|
|
17168
|
-
},
|
|
17169
|
-
"us-gov-west-1": {
|
|
17170
|
-
description: "AWS GovCloud (US-West)"
|
|
17171
|
-
}
|
|
17172
|
-
}
|
|
17173
|
-
}
|
|
17174
|
-
];
|
|
17175
|
-
var version2 = "1.1";
|
|
17176
|
-
var partitionsInfo = {
|
|
17177
|
-
partitions,
|
|
17178
|
-
version: version2
|
|
17179
|
-
};
|
|
17180
|
-
var selectedPartitionsInfo = partitionsInfo;
|
|
17181
|
-
var selectedUserAgentPrefix = "";
|
|
17182
|
-
var partition = (value) => {
|
|
17183
|
-
const { partitions: partitions2 } = selectedPartitionsInfo;
|
|
17184
|
-
for (const partition2 of partitions2) {
|
|
17185
|
-
const { regions, outputs } = partition2;
|
|
17186
|
-
for (const [region, regionData] of Object.entries(regions)) {
|
|
17187
|
-
if (region === value) {
|
|
17188
|
-
return {
|
|
17189
|
-
...outputs,
|
|
17190
|
-
...regionData
|
|
17191
|
-
};
|
|
17192
|
-
}
|
|
17193
|
-
}
|
|
17194
|
-
}
|
|
17195
|
-
for (const partition2 of partitions2) {
|
|
17196
|
-
const { regionRegex, outputs } = partition2;
|
|
17197
|
-
if (new RegExp(regionRegex).test(value)) {
|
|
17198
|
-
return {
|
|
17199
|
-
...outputs
|
|
17200
|
-
};
|
|
17201
|
-
}
|
|
17202
|
-
}
|
|
17203
|
-
const DEFAULT_PARTITION = partitions2.find((partition2) => partition2.id === "aws");
|
|
17204
|
-
if (!DEFAULT_PARTITION) {
|
|
17205
|
-
throw new Error("Provided region was not found in the partition array or regex," + " and default partition with id 'aws' doesn't exist.");
|
|
17206
|
-
}
|
|
17207
|
-
return {
|
|
17208
|
-
...DEFAULT_PARTITION.outputs
|
|
17209
|
-
};
|
|
17210
|
-
};
|
|
17211
|
-
var setPartitionInfo = (partitionsInfo2, userAgentPrefix = "") => {
|
|
17212
|
-
selectedPartitionsInfo = partitionsInfo2;
|
|
17213
|
-
selectedUserAgentPrefix = userAgentPrefix;
|
|
17214
|
-
};
|
|
17215
|
-
var useDefaultPartitionInfo = () => {
|
|
17216
|
-
setPartitionInfo(partitionsInfo, "");
|
|
17217
|
-
};
|
|
17218
|
-
var getUserAgentPrefix = () => selectedUserAgentPrefix;
|
|
17219
|
-
var awsEndpointFunctions = {
|
|
17220
|
-
isVirtualHostableS3Bucket,
|
|
17221
|
-
parseArn,
|
|
17222
|
-
partition
|
|
17223
|
-
};
|
|
17224
|
-
utilEndpoints.customEndpointFunctions.aws = awsEndpointFunctions;
|
|
17225
|
-
var resolveDefaultAwsRegionalEndpointsConfig = (input) => {
|
|
17226
|
-
if (typeof input.endpointProvider !== "function") {
|
|
17227
|
-
throw new Error("@aws-sdk/util-endpoint - endpointProvider and endpoint missing in config for this client.");
|
|
17228
|
-
}
|
|
17229
|
-
const { endpoint } = input;
|
|
17230
|
-
if (endpoint === undefined) {
|
|
17231
|
-
input.endpoint = async () => {
|
|
17232
|
-
return toEndpointV1(input.endpointProvider({
|
|
17233
|
-
Region: typeof input.region === "function" ? await input.region() : input.region,
|
|
17234
|
-
UseDualStack: typeof input.useDualstackEndpoint === "function" ? await input.useDualstackEndpoint() : input.useDualstackEndpoint,
|
|
17235
|
-
UseFIPS: typeof input.useFipsEndpoint === "function" ? await input.useFipsEndpoint() : input.useFipsEndpoint,
|
|
17236
|
-
Endpoint: undefined
|
|
17237
|
-
}, { logger: input.logger }));
|
|
17238
|
-
};
|
|
17239
|
-
}
|
|
17240
|
-
return input;
|
|
17241
|
-
};
|
|
17242
|
-
var toEndpointV1 = (endpoint) => urlParser.parseUrl(endpoint.url);
|
|
17243
|
-
Object.defineProperty(exports, "EndpointError", {
|
|
17244
|
-
enumerable: true,
|
|
17245
|
-
get: function() {
|
|
17246
|
-
return utilEndpoints.EndpointError;
|
|
17247
|
-
}
|
|
17248
|
-
});
|
|
17249
|
-
Object.defineProperty(exports, "isIpAddress", {
|
|
17250
|
-
enumerable: true,
|
|
17251
|
-
get: function() {
|
|
17252
|
-
return utilEndpoints.isIpAddress;
|
|
17253
|
-
}
|
|
17254
|
-
});
|
|
17255
|
-
Object.defineProperty(exports, "resolveEndpoint", {
|
|
17256
|
-
enumerable: true,
|
|
17257
|
-
get: function() {
|
|
17258
|
-
return utilEndpoints.resolveEndpoint;
|
|
17259
|
-
}
|
|
17260
|
-
});
|
|
17261
|
-
exports.awsEndpointFunctions = awsEndpointFunctions;
|
|
17262
|
-
exports.getUserAgentPrefix = getUserAgentPrefix;
|
|
17263
|
-
exports.partition = partition;
|
|
17264
|
-
exports.resolveDefaultAwsRegionalEndpointsConfig = resolveDefaultAwsRegionalEndpointsConfig;
|
|
17265
|
-
exports.setPartitionInfo = setPartitionInfo;
|
|
17266
|
-
exports.toEndpointV1 = toEndpointV1;
|
|
17267
|
-
exports.useDefaultPartitionInfo = useDefaultPartitionInfo;
|
|
17268
|
-
});
|
|
17269
|
-
|
|
17270
|
-
// ../node_modules/.pnpm/@aws-sdk+client-s3@3.995.0/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js
|
|
16827
|
+
// ../node_modules/.pnpm/@aws-sdk+client-s3@3.997.0/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js
|
|
17271
16828
|
var require_ruleset = __commonJS((exports) => {
|
|
17272
16829
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17273
16830
|
exports.ruleSet = undefined;
|
|
@@ -17466,11 +17023,11 @@ var require_ruleset = __commonJS((exports) => {
|
|
|
17466
17023
|
exports.ruleSet = _data;
|
|
17467
17024
|
});
|
|
17468
17025
|
|
|
17469
|
-
// ../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
17026
|
+
// ../node_modules/.pnpm/@aws-sdk+client-s3@3.997.0/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js
|
|
17470
17027
|
var require_endpointResolver = __commonJS((exports) => {
|
|
17471
17028
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17472
17029
|
exports.defaultEndpointResolver = undefined;
|
|
17473
|
-
var util_endpoints_1 =
|
|
17030
|
+
var util_endpoints_1 = require_dist_cjs39();
|
|
17474
17031
|
var util_endpoints_2 = require_dist_cjs36();
|
|
17475
17032
|
var ruleset_1 = require_ruleset();
|
|
17476
17033
|
var cache = new util_endpoints_2.EndpointCache({
|
|
@@ -17502,7 +17059,7 @@ var require_endpointResolver = __commonJS((exports) => {
|
|
|
17502
17059
|
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
|
17503
17060
|
});
|
|
17504
17061
|
|
|
17505
|
-
// ../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
17062
|
+
// ../node_modules/.pnpm/@aws-sdk+client-s3@3.997.0/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js
|
|
17506
17063
|
var require_httpAuthSchemeProvider = __commonJS((exports) => {
|
|
17507
17064
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17508
17065
|
exports.resolveHttpAuthSchemeConfig = exports.defaultS3HttpAuthSchemeProvider = exports.defaultS3HttpAuthSchemeParametersProvider = undefined;
|
|
@@ -17628,7 +17185,7 @@ var require_httpAuthSchemeProvider = __commonJS((exports) => {
|
|
|
17628
17185
|
exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
|
|
17629
17186
|
});
|
|
17630
17187
|
|
|
17631
|
-
// ../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
17188
|
+
// ../node_modules/.pnpm/@aws-sdk+client-s3@3.997.0/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js
|
|
17632
17189
|
var require_S3ServiceException = __commonJS((exports) => {
|
|
17633
17190
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17634
17191
|
exports.S3ServiceException = exports.__ServiceException = undefined;
|
|
@@ -17646,7 +17203,7 @@ var require_S3ServiceException = __commonJS((exports) => {
|
|
|
17646
17203
|
exports.S3ServiceException = S3ServiceException;
|
|
17647
17204
|
});
|
|
17648
17205
|
|
|
17649
|
-
// ../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
17206
|
+
// ../node_modules/.pnpm/@aws-sdk+client-s3@3.997.0/node_modules/@aws-sdk/client-s3/dist-cjs/models/errors.js
|
|
17650
17207
|
var require_errors = __commonJS((exports) => {
|
|
17651
17208
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17652
17209
|
exports.ObjectAlreadyInActiveTierError = exports.IdempotencyParameterMismatch = exports.TooManyParts = exports.InvalidWriteOffset = exports.InvalidRequest = exports.EncryptionTypeMismatch = exports.NotFound = exports.NoSuchKey = exports.InvalidObjectState = exports.NoSuchBucket = exports.BucketAlreadyOwnedByYou = exports.BucketAlreadyExists = exports.ObjectNotInActiveTierError = exports.AccessDenied = exports.NoSuchUpload = undefined;
|
|
@@ -17867,7 +17424,7 @@ var require_errors = __commonJS((exports) => {
|
|
|
17867
17424
|
exports.ObjectAlreadyInActiveTierError = ObjectAlreadyInActiveTierError;
|
|
17868
17425
|
});
|
|
17869
17426
|
|
|
17870
|
-
// ../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
17427
|
+
// ../node_modules/.pnpm/@aws-sdk+client-s3@3.997.0/node_modules/@aws-sdk/client-s3/dist-cjs/schemas/schemas_0.js
|
|
17871
17428
|
var require_schemas_0 = __commonJS((exports) => {
|
|
17872
17429
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17873
17430
|
exports.CreateBucketMetadataTableConfigurationRequest$ = exports.CreateBucketMetadataConfigurationRequest$ = exports.CreateBucketConfiguration$ = exports.CORSRule$ = exports.CORSConfiguration$ = exports.CopyPartResult$ = exports.CopyObjectResult$ = exports.CopyObjectRequest$ = exports.CopyObjectOutput$ = exports.ContinuationEvent$ = exports.Condition$ = exports.CompleteMultipartUploadRequest$ = exports.CompleteMultipartUploadOutput$ = exports.CompletedPart$ = exports.CompletedMultipartUpload$ = exports.CommonPrefix$ = exports.Checksum$ = exports.BucketLoggingStatus$ = exports.BucketLifecycleConfiguration$ = exports.BucketInfo$ = exports.Bucket$ = exports.BlockedEncryptionTypes$ = exports.AnalyticsS3BucketDestination$ = exports.AnalyticsExportDestination$ = exports.AnalyticsConfiguration$ = exports.AnalyticsAndOperator$ = exports.AccessControlTranslation$ = exports.AccessControlPolicy$ = exports.AccelerateConfiguration$ = exports.AbortMultipartUploadRequest$ = exports.AbortMultipartUploadOutput$ = exports.AbortIncompleteMultipartUpload$ = exports.AbacStatus$ = exports.errorTypeRegistries = exports.TooManyParts$ = exports.ObjectNotInActiveTierError$ = exports.ObjectAlreadyInActiveTierError$ = exports.NotFound$ = exports.NoSuchUpload$ = exports.NoSuchKey$ = exports.NoSuchBucket$ = exports.InvalidWriteOffset$ = exports.InvalidRequest$ = exports.InvalidObjectState$ = exports.IdempotencyParameterMismatch$ = exports.EncryptionTypeMismatch$ = exports.BucketAlreadyOwnedByYou$ = exports.BucketAlreadyExists$ = exports.AccessDenied$ = exports.S3ServiceException$ = undefined;
|
|
@@ -23061,12 +22618,12 @@ var require_schemas_0 = __commonJS((exports) => {
|
|
|
23061
22618
|
];
|
|
23062
22619
|
});
|
|
23063
22620
|
|
|
23064
|
-
// ../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
22621
|
+
// ../node_modules/.pnpm/@aws-sdk+client-s3@3.997.0/node_modules/@aws-sdk/client-s3/package.json
|
|
23065
22622
|
var require_package3 = __commonJS((exports, module) => {
|
|
23066
22623
|
module.exports = {
|
|
23067
22624
|
name: "@aws-sdk/client-s3",
|
|
23068
22625
|
description: "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
|
|
23069
|
-
version: "3.
|
|
22626
|
+
version: "3.997.0",
|
|
23070
22627
|
scripts: {
|
|
23071
22628
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
23072
22629
|
"build:cjs": "node ../../scripts/compilation/inline client-s3",
|
|
@@ -23095,61 +22652,61 @@ var require_package3 = __commonJS((exports, module) => {
|
|
|
23095
22652
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
23096
22653
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23097
22654
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23098
|
-
"@aws-sdk/core": "^3.973.
|
|
23099
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
23100
|
-
"@aws-sdk/middleware-bucket-endpoint": "^3.972.
|
|
23101
|
-
"@aws-sdk/middleware-expect-continue": "^3.972.
|
|
23102
|
-
"@aws-sdk/middleware-flexible-checksums": "^3.972.
|
|
23103
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
23104
|
-
"@aws-sdk/middleware-location-constraint": "^3.972.
|
|
23105
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
23106
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
23107
|
-
"@aws-sdk/middleware-sdk-s3": "^3.972.
|
|
23108
|
-
"@aws-sdk/middleware-ssec": "^3.972.
|
|
23109
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
23110
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
23111
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
23112
|
-
"@aws-sdk/types": "^3.973.
|
|
23113
|
-
"@aws-sdk/util-endpoints": "3.
|
|
23114
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
23115
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
23116
|
-
"@smithy/config-resolver": "^4.4.
|
|
23117
|
-
"@smithy/core": "^3.23.
|
|
23118
|
-
"@smithy/eventstream-serde-browser": "^4.2.
|
|
23119
|
-
"@smithy/eventstream-serde-config-resolver": "^4.3.
|
|
23120
|
-
"@smithy/eventstream-serde-node": "^4.2.
|
|
23121
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
23122
|
-
"@smithy/hash-blob-browser": "^4.2.
|
|
23123
|
-
"@smithy/hash-node": "^4.2.
|
|
23124
|
-
"@smithy/hash-stream-node": "^4.2.
|
|
23125
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
23126
|
-
"@smithy/md5-js": "^4.2.
|
|
23127
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
23128
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
23129
|
-
"@smithy/middleware-retry": "^4.4.
|
|
23130
|
-
"@smithy/middleware-serde": "^4.2.
|
|
23131
|
-
"@smithy/middleware-stack": "^4.2.
|
|
23132
|
-
"@smithy/node-config-provider": "^4.3.
|
|
23133
|
-
"@smithy/node-http-handler": "^4.4.
|
|
23134
|
-
"@smithy/protocol-http": "^5.3.
|
|
23135
|
-
"@smithy/smithy-client": "^4.11.
|
|
23136
|
-
"@smithy/types": "^4.12.
|
|
23137
|
-
"@smithy/url-parser": "^4.2.
|
|
23138
|
-
"@smithy/util-base64": "^4.3.
|
|
23139
|
-
"@smithy/util-body-length-browser": "^4.2.
|
|
23140
|
-
"@smithy/util-body-length-node": "^4.2.
|
|
23141
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
23142
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
23143
|
-
"@smithy/util-endpoints": "^3.2.
|
|
23144
|
-
"@smithy/util-middleware": "^4.2.
|
|
23145
|
-
"@smithy/util-retry": "^4.2.
|
|
23146
|
-
"@smithy/util-stream": "^4.5.
|
|
23147
|
-
"@smithy/util-utf8": "^4.2.
|
|
23148
|
-
"@smithy/util-waiter": "^4.2.
|
|
22655
|
+
"@aws-sdk/core": "^3.973.13",
|
|
22656
|
+
"@aws-sdk/credential-provider-node": "^3.972.12",
|
|
22657
|
+
"@aws-sdk/middleware-bucket-endpoint": "^3.972.4",
|
|
22658
|
+
"@aws-sdk/middleware-expect-continue": "^3.972.4",
|
|
22659
|
+
"@aws-sdk/middleware-flexible-checksums": "^3.972.11",
|
|
22660
|
+
"@aws-sdk/middleware-host-header": "^3.972.4",
|
|
22661
|
+
"@aws-sdk/middleware-location-constraint": "^3.972.4",
|
|
22662
|
+
"@aws-sdk/middleware-logger": "^3.972.4",
|
|
22663
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.4",
|
|
22664
|
+
"@aws-sdk/middleware-sdk-s3": "^3.972.13",
|
|
22665
|
+
"@aws-sdk/middleware-ssec": "^3.972.4",
|
|
22666
|
+
"@aws-sdk/middleware-user-agent": "^3.972.13",
|
|
22667
|
+
"@aws-sdk/region-config-resolver": "^3.972.4",
|
|
22668
|
+
"@aws-sdk/signature-v4-multi-region": "^3.996.1",
|
|
22669
|
+
"@aws-sdk/types": "^3.973.2",
|
|
22670
|
+
"@aws-sdk/util-endpoints": "^3.996.1",
|
|
22671
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.4",
|
|
22672
|
+
"@aws-sdk/util-user-agent-node": "^3.972.12",
|
|
22673
|
+
"@smithy/config-resolver": "^4.4.7",
|
|
22674
|
+
"@smithy/core": "^3.23.4",
|
|
22675
|
+
"@smithy/eventstream-serde-browser": "^4.2.9",
|
|
22676
|
+
"@smithy/eventstream-serde-config-resolver": "^4.3.9",
|
|
22677
|
+
"@smithy/eventstream-serde-node": "^4.2.9",
|
|
22678
|
+
"@smithy/fetch-http-handler": "^5.3.10",
|
|
22679
|
+
"@smithy/hash-blob-browser": "^4.2.10",
|
|
22680
|
+
"@smithy/hash-node": "^4.2.9",
|
|
22681
|
+
"@smithy/hash-stream-node": "^4.2.9",
|
|
22682
|
+
"@smithy/invalid-dependency": "^4.2.9",
|
|
22683
|
+
"@smithy/md5-js": "^4.2.9",
|
|
22684
|
+
"@smithy/middleware-content-length": "^4.2.9",
|
|
22685
|
+
"@smithy/middleware-endpoint": "^4.4.18",
|
|
22686
|
+
"@smithy/middleware-retry": "^4.4.35",
|
|
22687
|
+
"@smithy/middleware-serde": "^4.2.10",
|
|
22688
|
+
"@smithy/middleware-stack": "^4.2.9",
|
|
22689
|
+
"@smithy/node-config-provider": "^4.3.9",
|
|
22690
|
+
"@smithy/node-http-handler": "^4.4.11",
|
|
22691
|
+
"@smithy/protocol-http": "^5.3.9",
|
|
22692
|
+
"@smithy/smithy-client": "^4.11.7",
|
|
22693
|
+
"@smithy/types": "^4.12.1",
|
|
22694
|
+
"@smithy/url-parser": "^4.2.9",
|
|
22695
|
+
"@smithy/util-base64": "^4.3.1",
|
|
22696
|
+
"@smithy/util-body-length-browser": "^4.2.1",
|
|
22697
|
+
"@smithy/util-body-length-node": "^4.2.2",
|
|
22698
|
+
"@smithy/util-defaults-mode-browser": "^4.3.34",
|
|
22699
|
+
"@smithy/util-defaults-mode-node": "^4.2.37",
|
|
22700
|
+
"@smithy/util-endpoints": "^3.2.9",
|
|
22701
|
+
"@smithy/util-middleware": "^4.2.9",
|
|
22702
|
+
"@smithy/util-retry": "^4.2.9",
|
|
22703
|
+
"@smithy/util-stream": "^4.5.14",
|
|
22704
|
+
"@smithy/util-utf8": "^4.2.1",
|
|
22705
|
+
"@smithy/util-waiter": "^4.2.9",
|
|
23149
22706
|
tslib: "^2.6.2"
|
|
23150
22707
|
},
|
|
23151
22708
|
devDependencies: {
|
|
23152
|
-
"@aws-sdk/signature-v4-crt": "3.
|
|
22709
|
+
"@aws-sdk/signature-v4-crt": "3.997.0",
|
|
23153
22710
|
"@tsconfig/node20": "20.1.8",
|
|
23154
22711
|
"@types/node": "^20.14.8",
|
|
23155
22712
|
concurrently: "7.0.0",
|
|
@@ -23190,8 +22747,8 @@ var require_package3 = __commonJS((exports, module) => {
|
|
|
23190
22747
|
};
|
|
23191
22748
|
});
|
|
23192
22749
|
|
|
23193
|
-
// ../node_modules/.pnpm/@aws-sdk+credential-provider-env@3.972.
|
|
23194
|
-
var
|
|
22750
|
+
// ../node_modules/.pnpm/@aws-sdk+credential-provider-env@3.972.11/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js
|
|
22751
|
+
var require_dist_cjs51 = __commonJS((exports) => {
|
|
23195
22752
|
var client = require_client();
|
|
23196
22753
|
var propertyProvider = require_dist_cjs18();
|
|
23197
22754
|
var ENV_KEY = "AWS_ACCESS_KEY_ID";
|
|
@@ -23231,8 +22788,8 @@ var require_dist_cjs52 = __commonJS((exports) => {
|
|
|
23231
22788
|
exports.fromEnv = fromEnv;
|
|
23232
22789
|
});
|
|
23233
22790
|
|
|
23234
|
-
// ../node_modules/.pnpm/@smithy+credential-provider-imds@4.2.
|
|
23235
|
-
var
|
|
22791
|
+
// ../node_modules/.pnpm/@smithy+credential-provider-imds@4.2.10/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js
|
|
22792
|
+
var require_dist_cjs52 = __commonJS((exports) => {
|
|
23236
22793
|
var propertyProvider = require_dist_cjs18();
|
|
23237
22794
|
var url4 = __require("url");
|
|
23238
22795
|
var buffer = __require("buffer");
|
|
@@ -23575,7 +23132,7 @@ For more information, please visit: ` + STATIC_STABILITY_DOC_URL);
|
|
|
23575
23132
|
exports.providerConfigFromInit = providerConfigFromInit;
|
|
23576
23133
|
});
|
|
23577
23134
|
|
|
23578
|
-
// ../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.972.
|
|
23135
|
+
// ../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.972.13/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js
|
|
23579
23136
|
var require_checkUrl = __commonJS((exports) => {
|
|
23580
23137
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23581
23138
|
exports.checkUrl = undefined;
|
|
@@ -23615,7 +23172,7 @@ var require_checkUrl = __commonJS((exports) => {
|
|
|
23615
23172
|
exports.checkUrl = checkUrl;
|
|
23616
23173
|
});
|
|
23617
23174
|
|
|
23618
|
-
// ../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.972.
|
|
23175
|
+
// ../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.972.13/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js
|
|
23619
23176
|
var require_requestHelpers = __commonJS((exports) => {
|
|
23620
23177
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23621
23178
|
exports.createGetRequest = createGetRequest;
|
|
@@ -23666,7 +23223,7 @@ var require_requestHelpers = __commonJS((exports) => {
|
|
|
23666
23223
|
}
|
|
23667
23224
|
});
|
|
23668
23225
|
|
|
23669
|
-
// ../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.972.
|
|
23226
|
+
// ../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.972.13/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js
|
|
23670
23227
|
var require_retry_wrapper = __commonJS((exports) => {
|
|
23671
23228
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23672
23229
|
exports.retryWrapper = undefined;
|
|
@@ -23685,7 +23242,7 @@ var require_retry_wrapper = __commonJS((exports) => {
|
|
|
23685
23242
|
exports.retryWrapper = retryWrapper;
|
|
23686
23243
|
});
|
|
23687
23244
|
|
|
23688
|
-
// ../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.972.
|
|
23245
|
+
// ../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.972.13/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js
|
|
23689
23246
|
var require_fromHttp = __commonJS((exports) => {
|
|
23690
23247
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23691
23248
|
exports.fromHttp = undefined;
|
|
@@ -23750,8 +23307,8 @@ Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
|
|
|
23750
23307
|
exports.fromHttp = fromHttp;
|
|
23751
23308
|
});
|
|
23752
23309
|
|
|
23753
|
-
// ../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.972.
|
|
23754
|
-
var
|
|
23310
|
+
// ../node_modules/.pnpm/@aws-sdk+credential-provider-http@3.972.13/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js
|
|
23311
|
+
var require_dist_cjs53 = __commonJS((exports) => {
|
|
23755
23312
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23756
23313
|
exports.fromHttp = undefined;
|
|
23757
23314
|
var fromHttp_1 = require_fromHttp();
|
|
@@ -23760,7 +23317,7 @@ var require_dist_cjs54 = __commonJS((exports) => {
|
|
|
23760
23317
|
} });
|
|
23761
23318
|
});
|
|
23762
23319
|
|
|
23763
|
-
// ../node_modules/.pnpm/@aws-sdk+core@3.973.
|
|
23320
|
+
// ../node_modules/.pnpm/@aws-sdk+core@3.973.13/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js
|
|
23764
23321
|
var require_httpAuthSchemes = __commonJS((exports) => {
|
|
23765
23322
|
var protocolHttp = require_dist_cjs2();
|
|
23766
23323
|
var core = require_dist_cjs17();
|
|
@@ -24050,7 +23607,7 @@ var require_httpAuthSchemes = __commonJS((exports) => {
|
|
|
24050
23607
|
exports.validateSigningProperties = validateSigningProperties;
|
|
24051
23608
|
});
|
|
24052
23609
|
|
|
24053
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
23610
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js
|
|
24054
23611
|
var require_httpAuthSchemeProvider2 = __commonJS((exports) => {
|
|
24055
23612
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24056
23613
|
exports.resolveHttpAuthSchemeConfig = exports.defaultSSOOIDCHttpAuthSchemeProvider = exports.defaultSSOOIDCHttpAuthSchemeParametersProvider = undefined;
|
|
@@ -24108,11 +23665,11 @@ var require_httpAuthSchemeProvider2 = __commonJS((exports) => {
|
|
|
24108
23665
|
exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
|
|
24109
23666
|
});
|
|
24110
23667
|
|
|
24111
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
23668
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/package.json
|
|
24112
23669
|
var require_package4 = __commonJS((exports, module) => {
|
|
24113
23670
|
module.exports = {
|
|
24114
23671
|
name: "@aws-sdk/nested-clients",
|
|
24115
|
-
version: "3.
|
|
23672
|
+
version: "3.996.1",
|
|
24116
23673
|
description: "Nested clients for AWS SDK packages.",
|
|
24117
23674
|
main: "./dist-cjs/index.js",
|
|
24118
23675
|
module: "./dist-es/index.js",
|
|
@@ -24141,41 +23698,41 @@ var require_package4 = __commonJS((exports, module) => {
|
|
|
24141
23698
|
dependencies: {
|
|
24142
23699
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
24143
23700
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24144
|
-
"@aws-sdk/core": "^3.973.
|
|
24145
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
24146
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
24147
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
24148
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
24149
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
24150
|
-
"@aws-sdk/types": "^3.973.
|
|
24151
|
-
"@aws-sdk/util-endpoints": "3.
|
|
24152
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
24153
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
24154
|
-
"@smithy/config-resolver": "^4.4.
|
|
24155
|
-
"@smithy/core": "^3.23.
|
|
24156
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
24157
|
-
"@smithy/hash-node": "^4.2.
|
|
24158
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
24159
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
24160
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
24161
|
-
"@smithy/middleware-retry": "^4.4.
|
|
24162
|
-
"@smithy/middleware-serde": "^4.2.
|
|
24163
|
-
"@smithy/middleware-stack": "^4.2.
|
|
24164
|
-
"@smithy/node-config-provider": "^4.3.
|
|
24165
|
-
"@smithy/node-http-handler": "^4.4.
|
|
24166
|
-
"@smithy/protocol-http": "^5.3.
|
|
24167
|
-
"@smithy/smithy-client": "^4.11.
|
|
24168
|
-
"@smithy/types": "^4.12.
|
|
24169
|
-
"@smithy/url-parser": "^4.2.
|
|
24170
|
-
"@smithy/util-base64": "^4.3.
|
|
24171
|
-
"@smithy/util-body-length-browser": "^4.2.
|
|
24172
|
-
"@smithy/util-body-length-node": "^4.2.
|
|
24173
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
24174
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
24175
|
-
"@smithy/util-endpoints": "^3.2.
|
|
24176
|
-
"@smithy/util-middleware": "^4.2.
|
|
24177
|
-
"@smithy/util-retry": "^4.2.
|
|
24178
|
-
"@smithy/util-utf8": "^4.2.
|
|
23701
|
+
"@aws-sdk/core": "^3.973.13",
|
|
23702
|
+
"@aws-sdk/middleware-host-header": "^3.972.4",
|
|
23703
|
+
"@aws-sdk/middleware-logger": "^3.972.4",
|
|
23704
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.4",
|
|
23705
|
+
"@aws-sdk/middleware-user-agent": "^3.972.13",
|
|
23706
|
+
"@aws-sdk/region-config-resolver": "^3.972.4",
|
|
23707
|
+
"@aws-sdk/types": "^3.973.2",
|
|
23708
|
+
"@aws-sdk/util-endpoints": "^3.996.1",
|
|
23709
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.4",
|
|
23710
|
+
"@aws-sdk/util-user-agent-node": "^3.972.12",
|
|
23711
|
+
"@smithy/config-resolver": "^4.4.7",
|
|
23712
|
+
"@smithy/core": "^3.23.4",
|
|
23713
|
+
"@smithy/fetch-http-handler": "^5.3.10",
|
|
23714
|
+
"@smithy/hash-node": "^4.2.9",
|
|
23715
|
+
"@smithy/invalid-dependency": "^4.2.9",
|
|
23716
|
+
"@smithy/middleware-content-length": "^4.2.9",
|
|
23717
|
+
"@smithy/middleware-endpoint": "^4.4.18",
|
|
23718
|
+
"@smithy/middleware-retry": "^4.4.35",
|
|
23719
|
+
"@smithy/middleware-serde": "^4.2.10",
|
|
23720
|
+
"@smithy/middleware-stack": "^4.2.9",
|
|
23721
|
+
"@smithy/node-config-provider": "^4.3.9",
|
|
23722
|
+
"@smithy/node-http-handler": "^4.4.11",
|
|
23723
|
+
"@smithy/protocol-http": "^5.3.9",
|
|
23724
|
+
"@smithy/smithy-client": "^4.11.7",
|
|
23725
|
+
"@smithy/types": "^4.12.1",
|
|
23726
|
+
"@smithy/url-parser": "^4.2.9",
|
|
23727
|
+
"@smithy/util-base64": "^4.3.1",
|
|
23728
|
+
"@smithy/util-body-length-browser": "^4.2.1",
|
|
23729
|
+
"@smithy/util-body-length-node": "^4.2.2",
|
|
23730
|
+
"@smithy/util-defaults-mode-browser": "^4.3.34",
|
|
23731
|
+
"@smithy/util-defaults-mode-node": "^4.2.37",
|
|
23732
|
+
"@smithy/util-endpoints": "^3.2.9",
|
|
23733
|
+
"@smithy/util-middleware": "^4.2.9",
|
|
23734
|
+
"@smithy/util-retry": "^4.2.9",
|
|
23735
|
+
"@smithy/util-utf8": "^4.2.1",
|
|
24179
23736
|
tslib: "^2.6.2"
|
|
24180
23737
|
},
|
|
24181
23738
|
devDependencies: {
|
|
@@ -24192,10 +23749,14 @@ var require_package4 = __commonJS((exports, module) => {
|
|
|
24192
23749
|
}
|
|
24193
23750
|
},
|
|
24194
23751
|
files: [
|
|
23752
|
+
"./cognito-identity.d.ts",
|
|
23753
|
+
"./cognito-identity.js",
|
|
24195
23754
|
"./signin.d.ts",
|
|
24196
23755
|
"./signin.js",
|
|
24197
23756
|
"./sso-oidc.d.ts",
|
|
24198
23757
|
"./sso-oidc.js",
|
|
23758
|
+
"./sso.d.ts",
|
|
23759
|
+
"./sso.js",
|
|
24199
23760
|
"./sts.d.ts",
|
|
24200
23761
|
"./sts.js",
|
|
24201
23762
|
"dist-*/**"
|
|
@@ -24234,13 +23795,27 @@ var require_package4 = __commonJS((exports, module) => {
|
|
|
24234
23795
|
node: "./dist-cjs/submodules/signin/index.js",
|
|
24235
23796
|
import: "./dist-es/submodules/signin/index.js",
|
|
24236
23797
|
require: "./dist-cjs/submodules/signin/index.js"
|
|
23798
|
+
},
|
|
23799
|
+
"./cognito-identity": {
|
|
23800
|
+
types: "./dist-types/submodules/cognito-identity/index.d.ts",
|
|
23801
|
+
module: "./dist-es/submodules/cognito-identity/index.js",
|
|
23802
|
+
node: "./dist-cjs/submodules/cognito-identity/index.js",
|
|
23803
|
+
import: "./dist-es/submodules/cognito-identity/index.js",
|
|
23804
|
+
require: "./dist-cjs/submodules/cognito-identity/index.js"
|
|
23805
|
+
},
|
|
23806
|
+
"./sso": {
|
|
23807
|
+
types: "./dist-types/submodules/sso/index.d.ts",
|
|
23808
|
+
module: "./dist-es/submodules/sso/index.js",
|
|
23809
|
+
node: "./dist-cjs/submodules/sso/index.js",
|
|
23810
|
+
import: "./dist-es/submodules/sso/index.js",
|
|
23811
|
+
require: "./dist-cjs/submodules/sso/index.js"
|
|
24237
23812
|
}
|
|
24238
23813
|
}
|
|
24239
23814
|
};
|
|
24240
23815
|
});
|
|
24241
23816
|
|
|
24242
|
-
// ../node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.972.
|
|
24243
|
-
var
|
|
23817
|
+
// ../node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.972.12/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js
|
|
23818
|
+
var require_dist_cjs54 = __commonJS((exports) => {
|
|
24244
23819
|
var os = __require("os");
|
|
24245
23820
|
var process3 = __require("process");
|
|
24246
23821
|
var middlewareUserAgent = require_dist_cjs40();
|
|
@@ -24304,8 +23879,8 @@ var require_dist_cjs55 = __commonJS((exports) => {
|
|
|
24304
23879
|
exports.defaultUserAgent = defaultUserAgent;
|
|
24305
23880
|
});
|
|
24306
23881
|
|
|
24307
|
-
// ../node_modules/.pnpm/@smithy+hash-node@4.2.
|
|
24308
|
-
var
|
|
23882
|
+
// ../node_modules/.pnpm/@smithy+hash-node@4.2.10/node_modules/@smithy/hash-node/dist-cjs/index.js
|
|
23883
|
+
var require_dist_cjs55 = __commonJS((exports) => {
|
|
24309
23884
|
var utilBufferFrom = require_dist_cjs7();
|
|
24310
23885
|
var utilUtf8 = require_dist_cjs8();
|
|
24311
23886
|
var buffer = __require("buffer");
|
|
@@ -24345,8 +23920,8 @@ var require_dist_cjs56 = __commonJS((exports) => {
|
|
|
24345
23920
|
exports.Hash = Hash;
|
|
24346
23921
|
});
|
|
24347
23922
|
|
|
24348
|
-
// ../node_modules/.pnpm/@smithy+util-body-length-node@4.2.
|
|
24349
|
-
var
|
|
23923
|
+
// ../node_modules/.pnpm/@smithy+util-body-length-node@4.2.2/node_modules/@smithy/util-body-length-node/dist-cjs/index.js
|
|
23924
|
+
var require_dist_cjs56 = __commonJS((exports) => {
|
|
24350
23925
|
var node_fs = __require("node:fs");
|
|
24351
23926
|
var calculateBodyLength = (body) => {
|
|
24352
23927
|
if (!body) {
|
|
@@ -24372,8 +23947,8 @@ var require_dist_cjs57 = __commonJS((exports) => {
|
|
|
24372
23947
|
exports.calculateBodyLength = calculateBodyLength;
|
|
24373
23948
|
});
|
|
24374
23949
|
|
|
24375
|
-
// ../node_modules/.pnpm/@smithy+util-defaults-mode-node@4.2.
|
|
24376
|
-
var
|
|
23950
|
+
// ../node_modules/.pnpm/@smithy+util-defaults-mode-node@4.2.39/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js
|
|
23951
|
+
var require_dist_cjs57 = __commonJS((exports) => {
|
|
24377
23952
|
var configResolver = require_dist_cjs41();
|
|
24378
23953
|
var nodeConfigProvider = require_dist_cjs45();
|
|
24379
23954
|
var propertyProvider = require_dist_cjs18();
|
|
@@ -24432,7 +24007,7 @@ var require_dist_cjs58 = __commonJS((exports) => {
|
|
|
24432
24007
|
}
|
|
24433
24008
|
if (!process.env[ENV_IMDS_DISABLED]) {
|
|
24434
24009
|
try {
|
|
24435
|
-
const { getInstanceMetadataEndpoint, httpRequest } = await Promise.resolve().then(() => __toESM(
|
|
24010
|
+
const { getInstanceMetadataEndpoint, httpRequest } = await Promise.resolve().then(() => __toESM(require_dist_cjs52()));
|
|
24436
24011
|
const endpoint = await getInstanceMetadataEndpoint();
|
|
24437
24012
|
return (await httpRequest({ ...endpoint, path: IMDS_REGION_PATH })).toString();
|
|
24438
24013
|
} catch (e) {}
|
|
@@ -24441,7 +24016,7 @@ var require_dist_cjs58 = __commonJS((exports) => {
|
|
|
24441
24016
|
exports.resolveDefaultsModeConfig = resolveDefaultsModeConfig;
|
|
24442
24017
|
});
|
|
24443
24018
|
|
|
24444
|
-
// ../node_modules/.pnpm/@aws-sdk+core@3.973.
|
|
24019
|
+
// ../node_modules/.pnpm/@aws-sdk+core@3.973.13/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js
|
|
24445
24020
|
var require_protocols2 = __commonJS((exports) => {
|
|
24446
24021
|
var cbor = require_cbor();
|
|
24447
24022
|
var schema = require_schema();
|
|
@@ -24518,9 +24093,9 @@ var require_protocols2 = __commonJS((exports) => {
|
|
|
24518
24093
|
}
|
|
24519
24094
|
error48.Error = {
|
|
24520
24095
|
...error48.Error,
|
|
24521
|
-
Type: error48.Error
|
|
24522
|
-
Code: error48.Error
|
|
24523
|
-
Message: error48.Error
|
|
24096
|
+
Type: error48.Error?.Type,
|
|
24097
|
+
Code: error48.Error?.Code,
|
|
24098
|
+
Message: error48.Error?.message ?? error48.Error?.Message ?? msg
|
|
24524
24099
|
};
|
|
24525
24100
|
const reqId = error48.$metadata.requestId;
|
|
24526
24101
|
if (reqId) {
|
|
@@ -25732,7 +25307,7 @@ var require_protocols2 = __commonJS((exports) => {
|
|
|
25732
25307
|
}
|
|
25733
25308
|
async handleError(operationSchema, context, response, dataObject, metadata) {
|
|
25734
25309
|
const errorIdentifier = this.loadQueryErrorCode(response, dataObject) ?? "Unknown";
|
|
25735
|
-
const errorData = this.loadQueryError(dataObject);
|
|
25310
|
+
const errorData = this.loadQueryError(dataObject) ?? {};
|
|
25736
25311
|
const message = this.loadQueryErrorMessage(dataObject);
|
|
25737
25312
|
errorData.message = message;
|
|
25738
25313
|
errorData.Error = {
|
|
@@ -26233,7 +25808,7 @@ var require_protocols2 = __commonJS((exports) => {
|
|
|
26233
25808
|
exports.parseXmlErrorBody = parseXmlErrorBody;
|
|
26234
25809
|
});
|
|
26235
25810
|
|
|
26236
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
25811
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js
|
|
26237
25812
|
var require_ruleset2 = __commonJS((exports) => {
|
|
26238
25813
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26239
25814
|
exports.ruleSet = undefined;
|
|
@@ -26261,11 +25836,110 @@ var require_ruleset2 = __commonJS((exports) => {
|
|
|
26261
25836
|
var r = [l];
|
|
26262
25837
|
var s = [m];
|
|
26263
25838
|
var t = [{ [x]: "Region" }];
|
|
26264
|
-
var _data = {
|
|
25839
|
+
var _data = {
|
|
25840
|
+
version: "1.0",
|
|
25841
|
+
parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i },
|
|
25842
|
+
rules: [
|
|
25843
|
+
{
|
|
25844
|
+
conditions: [{ [v]: b, [w]: [k] }],
|
|
25845
|
+
rules: [
|
|
25846
|
+
{ conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d },
|
|
25847
|
+
{ conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d },
|
|
25848
|
+
{ endpoint: { url: k, properties: n, headers: n }, type: e }
|
|
25849
|
+
],
|
|
25850
|
+
type: f
|
|
25851
|
+
},
|
|
25852
|
+
{
|
|
25853
|
+
conditions: [{ [v]: b, [w]: t }],
|
|
25854
|
+
rules: [
|
|
25855
|
+
{
|
|
25856
|
+
conditions: [{ [v]: "aws.partition", [w]: t, assign: g }],
|
|
25857
|
+
rules: [
|
|
25858
|
+
{
|
|
25859
|
+
conditions: [l, m],
|
|
25860
|
+
rules: [
|
|
25861
|
+
{
|
|
25862
|
+
conditions: [{ [v]: c, [w]: [a, o] }, q],
|
|
25863
|
+
rules: [
|
|
25864
|
+
{
|
|
25865
|
+
endpoint: {
|
|
25866
|
+
url: "https://oidc-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
25867
|
+
properties: n,
|
|
25868
|
+
headers: n
|
|
25869
|
+
},
|
|
25870
|
+
type: e
|
|
25871
|
+
}
|
|
25872
|
+
],
|
|
25873
|
+
type: f
|
|
25874
|
+
},
|
|
25875
|
+
{ error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }
|
|
25876
|
+
],
|
|
25877
|
+
type: f
|
|
25878
|
+
},
|
|
25879
|
+
{
|
|
25880
|
+
conditions: r,
|
|
25881
|
+
rules: [
|
|
25882
|
+
{
|
|
25883
|
+
conditions: [{ [v]: c, [w]: [o, a] }],
|
|
25884
|
+
rules: [
|
|
25885
|
+
{
|
|
25886
|
+
conditions: [{ [v]: "stringEquals", [w]: [{ [v]: h, [w]: [p, "name"] }, "aws-us-gov"] }],
|
|
25887
|
+
endpoint: { url: "https://oidc.{Region}.amazonaws.com", properties: n, headers: n },
|
|
25888
|
+
type: e
|
|
25889
|
+
},
|
|
25890
|
+
{
|
|
25891
|
+
endpoint: {
|
|
25892
|
+
url: "https://oidc-fips.{Region}.{PartitionResult#dnsSuffix}",
|
|
25893
|
+
properties: n,
|
|
25894
|
+
headers: n
|
|
25895
|
+
},
|
|
25896
|
+
type: e
|
|
25897
|
+
}
|
|
25898
|
+
],
|
|
25899
|
+
type: f
|
|
25900
|
+
},
|
|
25901
|
+
{ error: "FIPS is enabled but this partition does not support FIPS", type: d }
|
|
25902
|
+
],
|
|
25903
|
+
type: f
|
|
25904
|
+
},
|
|
25905
|
+
{
|
|
25906
|
+
conditions: s,
|
|
25907
|
+
rules: [
|
|
25908
|
+
{
|
|
25909
|
+
conditions: [q],
|
|
25910
|
+
rules: [
|
|
25911
|
+
{
|
|
25912
|
+
endpoint: {
|
|
25913
|
+
url: "https://oidc.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
25914
|
+
properties: n,
|
|
25915
|
+
headers: n
|
|
25916
|
+
},
|
|
25917
|
+
type: e
|
|
25918
|
+
}
|
|
25919
|
+
],
|
|
25920
|
+
type: f
|
|
25921
|
+
},
|
|
25922
|
+
{ error: "DualStack is enabled but this partition does not support DualStack", type: d }
|
|
25923
|
+
],
|
|
25924
|
+
type: f
|
|
25925
|
+
},
|
|
25926
|
+
{
|
|
25927
|
+
endpoint: { url: "https://oidc.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n },
|
|
25928
|
+
type: e
|
|
25929
|
+
}
|
|
25930
|
+
],
|
|
25931
|
+
type: f
|
|
25932
|
+
}
|
|
25933
|
+
],
|
|
25934
|
+
type: f
|
|
25935
|
+
},
|
|
25936
|
+
{ error: "Invalid Configuration: Missing Region", type: d }
|
|
25937
|
+
]
|
|
25938
|
+
};
|
|
26265
25939
|
exports.ruleSet = _data;
|
|
26266
25940
|
});
|
|
26267
25941
|
|
|
26268
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
25942
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js
|
|
26269
25943
|
var require_endpointResolver2 = __commonJS((exports) => {
|
|
26270
25944
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26271
25945
|
exports.defaultEndpointResolver = undefined;
|
|
@@ -26286,7 +25960,7 @@ var require_endpointResolver2 = __commonJS((exports) => {
|
|
|
26286
25960
|
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
|
26287
25961
|
});
|
|
26288
25962
|
|
|
26289
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
25963
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js
|
|
26290
25964
|
var require_SSOOIDCServiceException = __commonJS((exports) => {
|
|
26291
25965
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26292
25966
|
exports.SSOOIDCServiceException = exports.__ServiceException = undefined;
|
|
@@ -26304,7 +25978,7 @@ var require_SSOOIDCServiceException = __commonJS((exports) => {
|
|
|
26304
25978
|
exports.SSOOIDCServiceException = SSOOIDCServiceException;
|
|
26305
25979
|
});
|
|
26306
25980
|
|
|
26307
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
25981
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js
|
|
26308
25982
|
var require_errors2 = __commonJS((exports) => {
|
|
26309
25983
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26310
25984
|
exports.UnsupportedGrantTypeException = exports.UnauthorizedClientException = exports.SlowDownException = exports.InvalidScopeException = exports.InvalidRequestException = exports.InvalidGrantException = exports.InvalidClientException = exports.InternalServerException = exports.ExpiredTokenException = exports.AuthorizationPendingException = exports.AccessDeniedException = undefined;
|
|
@@ -26513,7 +26187,7 @@ var require_errors2 = __commonJS((exports) => {
|
|
|
26513
26187
|
exports.UnsupportedGrantTypeException = UnsupportedGrantTypeException;
|
|
26514
26188
|
});
|
|
26515
26189
|
|
|
26516
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
26190
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js
|
|
26517
26191
|
var require_schemas_02 = __commonJS((exports) => {
|
|
26518
26192
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26519
26193
|
exports.CreateToken$ = exports.CreateTokenResponse$ = exports.CreateTokenRequest$ = exports.errorTypeRegistries = exports.UnsupportedGrantTypeException$ = exports.UnauthorizedClientException$ = exports.SlowDownException$ = exports.InvalidScopeException$ = exports.InvalidRequestException$ = exports.InvalidGrantException$ = exports.InvalidClientException$ = exports.InternalServerException$ = exports.ExpiredTokenException$ = exports.AuthorizationPendingException$ = exports.AccessDeniedException$ = exports.SSOOIDCServiceException$ = undefined;
|
|
@@ -26656,7 +26330,7 @@ var require_schemas_02 = __commonJS((exports) => {
|
|
|
26656
26330
|
];
|
|
26657
26331
|
});
|
|
26658
26332
|
|
|
26659
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
26333
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js
|
|
26660
26334
|
var require_runtimeConfig_shared = __commonJS((exports) => {
|
|
26661
26335
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26662
26336
|
exports.getRuntimeConfig = undefined;
|
|
@@ -26708,22 +26382,22 @@ var require_runtimeConfig_shared = __commonJS((exports) => {
|
|
|
26708
26382
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
26709
26383
|
});
|
|
26710
26384
|
|
|
26711
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
26385
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js
|
|
26712
26386
|
var require_runtimeConfig = __commonJS((exports) => {
|
|
26713
26387
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26714
26388
|
exports.getRuntimeConfig = undefined;
|
|
26715
26389
|
var tslib_1 = require_tslib();
|
|
26716
26390
|
var package_json_1 = tslib_1.__importDefault(require_package4());
|
|
26717
26391
|
var core_1 = require_dist_cjs24();
|
|
26718
|
-
var util_user_agent_node_1 =
|
|
26392
|
+
var util_user_agent_node_1 = require_dist_cjs54();
|
|
26719
26393
|
var config_resolver_1 = require_dist_cjs41();
|
|
26720
|
-
var hash_node_1 =
|
|
26394
|
+
var hash_node_1 = require_dist_cjs55();
|
|
26721
26395
|
var middleware_retry_1 = require_dist_cjs49();
|
|
26722
26396
|
var node_config_provider_1 = require_dist_cjs45();
|
|
26723
26397
|
var node_http_handler_1 = require_dist_cjs12();
|
|
26724
26398
|
var smithy_client_1 = require_dist_cjs22();
|
|
26725
|
-
var util_body_length_node_1 =
|
|
26726
|
-
var util_defaults_mode_node_1 =
|
|
26399
|
+
var util_body_length_node_1 = require_dist_cjs56();
|
|
26400
|
+
var util_defaults_mode_node_1 = require_dist_cjs57();
|
|
26727
26401
|
var util_retry_1 = require_dist_cjs48();
|
|
26728
26402
|
var runtimeConfig_shared_1 = require_runtimeConfig_shared();
|
|
26729
26403
|
var getRuntimeConfig = (config2) => {
|
|
@@ -26761,7 +26435,7 @@ var require_runtimeConfig = __commonJS((exports) => {
|
|
|
26761
26435
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
26762
26436
|
});
|
|
26763
26437
|
|
|
26764
|
-
// ../node_modules/.pnpm/@aws-sdk+region-config-resolver@3.972.
|
|
26438
|
+
// ../node_modules/.pnpm/@aws-sdk+region-config-resolver@3.972.4/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js
|
|
26765
26439
|
var require_stsRegionDefaultResolver = __commonJS((exports) => {
|
|
26766
26440
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26767
26441
|
exports.warning = undefined;
|
|
@@ -26784,8 +26458,8 @@ var require_stsRegionDefaultResolver = __commonJS((exports) => {
|
|
|
26784
26458
|
};
|
|
26785
26459
|
});
|
|
26786
26460
|
|
|
26787
|
-
// ../node_modules/.pnpm/@aws-sdk+region-config-resolver@3.972.
|
|
26788
|
-
var
|
|
26461
|
+
// ../node_modules/.pnpm/@aws-sdk+region-config-resolver@3.972.4/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js
|
|
26462
|
+
var require_dist_cjs58 = __commonJS((exports) => {
|
|
26789
26463
|
var stsRegionDefaultResolver = require_stsRegionDefaultResolver();
|
|
26790
26464
|
var configResolver = require_dist_cjs41();
|
|
26791
26465
|
var getAwsRegionExtensionConfiguration = (runtimeConfig) => {
|
|
@@ -26803,50 +26477,24 @@ var require_dist_cjs59 = __commonJS((exports) => {
|
|
|
26803
26477
|
region: awsRegionExtensionConfiguration.region()
|
|
26804
26478
|
};
|
|
26805
26479
|
};
|
|
26806
|
-
|
|
26807
|
-
|
|
26808
|
-
|
|
26809
|
-
|
|
26810
|
-
|
|
26811
|
-
});
|
|
26812
|
-
Object.defineProperty(exports, "NODE_REGION_CONFIG_OPTIONS", {
|
|
26813
|
-
enumerable: true,
|
|
26814
|
-
get: function() {
|
|
26815
|
-
return configResolver.NODE_REGION_CONFIG_OPTIONS;
|
|
26816
|
-
}
|
|
26817
|
-
});
|
|
26818
|
-
Object.defineProperty(exports, "REGION_ENV_NAME", {
|
|
26819
|
-
enumerable: true,
|
|
26820
|
-
get: function() {
|
|
26821
|
-
return configResolver.REGION_ENV_NAME;
|
|
26822
|
-
}
|
|
26823
|
-
});
|
|
26824
|
-
Object.defineProperty(exports, "REGION_INI_NAME", {
|
|
26825
|
-
enumerable: true,
|
|
26826
|
-
get: function() {
|
|
26827
|
-
return configResolver.REGION_INI_NAME;
|
|
26828
|
-
}
|
|
26829
|
-
});
|
|
26830
|
-
Object.defineProperty(exports, "resolveRegionConfig", {
|
|
26831
|
-
enumerable: true,
|
|
26832
|
-
get: function() {
|
|
26833
|
-
return configResolver.resolveRegionConfig;
|
|
26834
|
-
}
|
|
26835
|
-
});
|
|
26480
|
+
exports.NODE_REGION_CONFIG_FILE_OPTIONS = configResolver.NODE_REGION_CONFIG_FILE_OPTIONS;
|
|
26481
|
+
exports.NODE_REGION_CONFIG_OPTIONS = configResolver.NODE_REGION_CONFIG_OPTIONS;
|
|
26482
|
+
exports.REGION_ENV_NAME = configResolver.REGION_ENV_NAME;
|
|
26483
|
+
exports.REGION_INI_NAME = configResolver.REGION_INI_NAME;
|
|
26484
|
+
exports.resolveRegionConfig = configResolver.resolveRegionConfig;
|
|
26836
26485
|
exports.getAwsRegionExtensionConfiguration = getAwsRegionExtensionConfiguration;
|
|
26837
26486
|
exports.resolveAwsRegionExtensionConfiguration = resolveAwsRegionExtensionConfiguration;
|
|
26487
|
+
Object.prototype.hasOwnProperty.call(stsRegionDefaultResolver, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
26488
|
+
enumerable: true,
|
|
26489
|
+
value: stsRegionDefaultResolver["__proto__"]
|
|
26490
|
+
});
|
|
26838
26491
|
Object.keys(stsRegionDefaultResolver).forEach(function(k) {
|
|
26839
26492
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
26840
|
-
|
|
26841
|
-
enumerable: true,
|
|
26842
|
-
get: function() {
|
|
26843
|
-
return stsRegionDefaultResolver[k];
|
|
26844
|
-
}
|
|
26845
|
-
});
|
|
26493
|
+
exports[k] = stsRegionDefaultResolver[k];
|
|
26846
26494
|
});
|
|
26847
26495
|
});
|
|
26848
26496
|
|
|
26849
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
26497
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js
|
|
26850
26498
|
var require_sso_oidc = __commonJS((exports) => {
|
|
26851
26499
|
var middlewareHostHeader = require_dist_cjs30();
|
|
26852
26500
|
var middlewareLogger = require_dist_cjs31();
|
|
@@ -26861,7 +26509,7 @@ var require_sso_oidc = __commonJS((exports) => {
|
|
|
26861
26509
|
var smithyClient = require_dist_cjs22();
|
|
26862
26510
|
var httpAuthSchemeProvider = require_httpAuthSchemeProvider2();
|
|
26863
26511
|
var runtimeConfig = require_runtimeConfig();
|
|
26864
|
-
var regionConfigResolver =
|
|
26512
|
+
var regionConfigResolver = require_dist_cjs58();
|
|
26865
26513
|
var protocolHttp = require_dist_cjs2();
|
|
26866
26514
|
var schemas_0 = require_schemas_02();
|
|
26867
26515
|
var errors = require_errors2();
|
|
@@ -26977,51 +26625,34 @@ var require_sso_oidc = __commonJS((exports) => {
|
|
|
26977
26625
|
KMS_INVALID_STATE: "KMS_InvalidStateException",
|
|
26978
26626
|
KMS_KEY_NOT_FOUND: "KMS_NotFoundException"
|
|
26979
26627
|
};
|
|
26980
|
-
|
|
26981
|
-
|
|
26982
|
-
|
|
26983
|
-
return smithyClient.Command;
|
|
26984
|
-
}
|
|
26985
|
-
});
|
|
26986
|
-
Object.defineProperty(exports, "__Client", {
|
|
26987
|
-
enumerable: true,
|
|
26988
|
-
get: function() {
|
|
26989
|
-
return smithyClient.Client;
|
|
26990
|
-
}
|
|
26991
|
-
});
|
|
26992
|
-
Object.defineProperty(exports, "SSOOIDCServiceException", {
|
|
26993
|
-
enumerable: true,
|
|
26994
|
-
get: function() {
|
|
26995
|
-
return SSOOIDCServiceException.SSOOIDCServiceException;
|
|
26996
|
-
}
|
|
26997
|
-
});
|
|
26628
|
+
exports.$Command = smithyClient.Command;
|
|
26629
|
+
exports.__Client = smithyClient.Client;
|
|
26630
|
+
exports.SSOOIDCServiceException = SSOOIDCServiceException.SSOOIDCServiceException;
|
|
26998
26631
|
exports.AccessDeniedExceptionReason = AccessDeniedExceptionReason;
|
|
26999
26632
|
exports.CreateTokenCommand = CreateTokenCommand;
|
|
27000
26633
|
exports.InvalidRequestExceptionReason = InvalidRequestExceptionReason;
|
|
27001
26634
|
exports.SSOOIDC = SSOOIDC;
|
|
27002
26635
|
exports.SSOOIDCClient = SSOOIDCClient;
|
|
26636
|
+
Object.prototype.hasOwnProperty.call(schemas_0, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
26637
|
+
enumerable: true,
|
|
26638
|
+
value: schemas_0["__proto__"]
|
|
26639
|
+
});
|
|
27003
26640
|
Object.keys(schemas_0).forEach(function(k) {
|
|
27004
26641
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
27005
|
-
|
|
27006
|
-
|
|
27007
|
-
|
|
27008
|
-
|
|
27009
|
-
|
|
27010
|
-
});
|
|
26642
|
+
exports[k] = schemas_0[k];
|
|
26643
|
+
});
|
|
26644
|
+
Object.prototype.hasOwnProperty.call(errors, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
26645
|
+
enumerable: true,
|
|
26646
|
+
value: errors["__proto__"]
|
|
27011
26647
|
});
|
|
27012
26648
|
Object.keys(errors).forEach(function(k) {
|
|
27013
26649
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
27014
|
-
|
|
27015
|
-
enumerable: true,
|
|
27016
|
-
get: function() {
|
|
27017
|
-
return errors[k];
|
|
27018
|
-
}
|
|
27019
|
-
});
|
|
26650
|
+
exports[k] = errors[k];
|
|
27020
26651
|
});
|
|
27021
26652
|
});
|
|
27022
26653
|
|
|
27023
|
-
// ../node_modules/.pnpm/@aws-sdk+token-providers@3.
|
|
27024
|
-
var
|
|
26654
|
+
// ../node_modules/.pnpm/@aws-sdk+token-providers@3.997.0/node_modules/@aws-sdk/token-providers/dist-cjs/index.js
|
|
26655
|
+
var require_dist_cjs59 = __commonJS((exports) => {
|
|
27025
26656
|
var client = require_client();
|
|
27026
26657
|
var httpAuthSchemes = require_httpAuthSchemes();
|
|
27027
26658
|
var propertyProvider = require_dist_cjs18();
|
|
@@ -27163,7 +26794,7 @@ var require_dist_cjs60 = __commonJS((exports) => {
|
|
|
27163
26794
|
exports.nodeProvider = nodeProvider;
|
|
27164
26795
|
});
|
|
27165
26796
|
|
|
27166
|
-
// ../node_modules/.pnpm/@aws-sdk+
|
|
26797
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js
|
|
27167
26798
|
var require_httpAuthSchemeProvider3 = __commonJS((exports) => {
|
|
27168
26799
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27169
26800
|
exports.resolveHttpAuthSchemeConfig = exports.defaultSSOHttpAuthSchemeProvider = exports.defaultSSOHttpAuthSchemeParametersProvider = undefined;
|
|
@@ -27201,30 +26832,10 @@ var require_httpAuthSchemeProvider3 = __commonJS((exports) => {
|
|
|
27201
26832
|
var defaultSSOHttpAuthSchemeProvider = (authParameters) => {
|
|
27202
26833
|
const options = [];
|
|
27203
26834
|
switch (authParameters.operation) {
|
|
27204
|
-
case "GetRoleCredentials":
|
|
27205
|
-
|
|
27206
|
-
|
|
27207
|
-
|
|
27208
|
-
}
|
|
27209
|
-
;
|
|
27210
|
-
case "ListAccountRoles":
|
|
27211
|
-
{
|
|
27212
|
-
options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));
|
|
27213
|
-
break;
|
|
27214
|
-
}
|
|
27215
|
-
;
|
|
27216
|
-
case "ListAccounts":
|
|
27217
|
-
{
|
|
27218
|
-
options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));
|
|
27219
|
-
break;
|
|
27220
|
-
}
|
|
27221
|
-
;
|
|
27222
|
-
case "Logout":
|
|
27223
|
-
{
|
|
27224
|
-
options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));
|
|
27225
|
-
break;
|
|
27226
|
-
}
|
|
27227
|
-
;
|
|
26835
|
+
case "GetRoleCredentials": {
|
|
26836
|
+
options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));
|
|
26837
|
+
break;
|
|
26838
|
+
}
|
|
27228
26839
|
default: {
|
|
27229
26840
|
options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
|
|
27230
26841
|
}
|
|
@@ -27241,110 +26852,7 @@ var require_httpAuthSchemeProvider3 = __commonJS((exports) => {
|
|
|
27241
26852
|
exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
|
|
27242
26853
|
});
|
|
27243
26854
|
|
|
27244
|
-
// ../node_modules/.pnpm/@aws-sdk+
|
|
27245
|
-
var require_package5 = __commonJS((exports, module) => {
|
|
27246
|
-
module.exports = {
|
|
27247
|
-
name: "@aws-sdk/client-sso",
|
|
27248
|
-
description: "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
|
27249
|
-
version: "3.993.0",
|
|
27250
|
-
scripts: {
|
|
27251
|
-
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
27252
|
-
"build:cjs": "node ../../scripts/compilation/inline client-sso",
|
|
27253
|
-
"build:es": "tsc -p tsconfig.es.json",
|
|
27254
|
-
"build:include:deps": 'yarn g:turbo run build -F="$npm_package_name"',
|
|
27255
|
-
"build:types": "tsc -p tsconfig.types.json",
|
|
27256
|
-
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
27257
|
-
clean: "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
27258
|
-
"extract:docs": "api-extractor run --local",
|
|
27259
|
-
"generate:client": "node ../../scripts/generate-clients/single-service --solo sso",
|
|
27260
|
-
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
27261
|
-
},
|
|
27262
|
-
main: "./dist-cjs/index.js",
|
|
27263
|
-
types: "./dist-types/index.d.ts",
|
|
27264
|
-
module: "./dist-es/index.js",
|
|
27265
|
-
sideEffects: false,
|
|
27266
|
-
dependencies: {
|
|
27267
|
-
"@aws-crypto/sha256-browser": "5.2.0",
|
|
27268
|
-
"@aws-crypto/sha256-js": "5.2.0",
|
|
27269
|
-
"@aws-sdk/core": "^3.973.11",
|
|
27270
|
-
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27271
|
-
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
27272
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
27273
|
-
"@aws-sdk/middleware-user-agent": "^3.972.11",
|
|
27274
|
-
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
27275
|
-
"@aws-sdk/types": "^3.973.1",
|
|
27276
|
-
"@aws-sdk/util-endpoints": "3.993.0",
|
|
27277
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
27278
|
-
"@aws-sdk/util-user-agent-node": "^3.972.9",
|
|
27279
|
-
"@smithy/config-resolver": "^4.4.6",
|
|
27280
|
-
"@smithy/core": "^3.23.2",
|
|
27281
|
-
"@smithy/fetch-http-handler": "^5.3.9",
|
|
27282
|
-
"@smithy/hash-node": "^4.2.8",
|
|
27283
|
-
"@smithy/invalid-dependency": "^4.2.8",
|
|
27284
|
-
"@smithy/middleware-content-length": "^4.2.8",
|
|
27285
|
-
"@smithy/middleware-endpoint": "^4.4.16",
|
|
27286
|
-
"@smithy/middleware-retry": "^4.4.33",
|
|
27287
|
-
"@smithy/middleware-serde": "^4.2.9",
|
|
27288
|
-
"@smithy/middleware-stack": "^4.2.8",
|
|
27289
|
-
"@smithy/node-config-provider": "^4.3.8",
|
|
27290
|
-
"@smithy/node-http-handler": "^4.4.10",
|
|
27291
|
-
"@smithy/protocol-http": "^5.3.8",
|
|
27292
|
-
"@smithy/smithy-client": "^4.11.5",
|
|
27293
|
-
"@smithy/types": "^4.12.0",
|
|
27294
|
-
"@smithy/url-parser": "^4.2.8",
|
|
27295
|
-
"@smithy/util-base64": "^4.3.0",
|
|
27296
|
-
"@smithy/util-body-length-browser": "^4.2.0",
|
|
27297
|
-
"@smithy/util-body-length-node": "^4.2.1",
|
|
27298
|
-
"@smithy/util-defaults-mode-browser": "^4.3.32",
|
|
27299
|
-
"@smithy/util-defaults-mode-node": "^4.2.35",
|
|
27300
|
-
"@smithy/util-endpoints": "^3.2.8",
|
|
27301
|
-
"@smithy/util-middleware": "^4.2.8",
|
|
27302
|
-
"@smithy/util-retry": "^4.2.8",
|
|
27303
|
-
"@smithy/util-utf8": "^4.2.0",
|
|
27304
|
-
tslib: "^2.6.2"
|
|
27305
|
-
},
|
|
27306
|
-
devDependencies: {
|
|
27307
|
-
"@tsconfig/node20": "20.1.8",
|
|
27308
|
-
"@types/node": "^20.14.8",
|
|
27309
|
-
concurrently: "7.0.0",
|
|
27310
|
-
"downlevel-dts": "0.10.1",
|
|
27311
|
-
premove: "4.0.0",
|
|
27312
|
-
typescript: "~5.8.3"
|
|
27313
|
-
},
|
|
27314
|
-
engines: {
|
|
27315
|
-
node: ">=20.0.0"
|
|
27316
|
-
},
|
|
27317
|
-
typesVersions: {
|
|
27318
|
-
"<4.0": {
|
|
27319
|
-
"dist-types/*": [
|
|
27320
|
-
"dist-types/ts3.4/*"
|
|
27321
|
-
]
|
|
27322
|
-
}
|
|
27323
|
-
},
|
|
27324
|
-
files: [
|
|
27325
|
-
"dist-*/**"
|
|
27326
|
-
],
|
|
27327
|
-
author: {
|
|
27328
|
-
name: "AWS SDK for JavaScript Team",
|
|
27329
|
-
url: "https://aws.amazon.com/javascript/"
|
|
27330
|
-
},
|
|
27331
|
-
license: "Apache-2.0",
|
|
27332
|
-
browser: {
|
|
27333
|
-
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
27334
|
-
},
|
|
27335
|
-
"react-native": {
|
|
27336
|
-
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
27337
|
-
},
|
|
27338
|
-
homepage: "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sso",
|
|
27339
|
-
repository: {
|
|
27340
|
-
type: "git",
|
|
27341
|
-
url: "https://github.com/aws/aws-sdk-js-v3.git",
|
|
27342
|
-
directory: "clients/client-sso"
|
|
27343
|
-
}
|
|
27344
|
-
};
|
|
27345
|
-
});
|
|
27346
|
-
|
|
27347
|
-
// ../node_modules/.pnpm/@aws-sdk+client-sso@3.993.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js
|
|
26855
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js
|
|
27348
26856
|
var require_ruleset3 = __commonJS((exports) => {
|
|
27349
26857
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27350
26858
|
exports.ruleSet = undefined;
|
|
@@ -27372,11 +26880,110 @@ var require_ruleset3 = __commonJS((exports) => {
|
|
|
27372
26880
|
var r = [l];
|
|
27373
26881
|
var s = [m];
|
|
27374
26882
|
var t = [{ [x]: "Region" }];
|
|
27375
|
-
var _data = {
|
|
26883
|
+
var _data = {
|
|
26884
|
+
version: "1.0",
|
|
26885
|
+
parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i },
|
|
26886
|
+
rules: [
|
|
26887
|
+
{
|
|
26888
|
+
conditions: [{ [v]: b, [w]: [k] }],
|
|
26889
|
+
rules: [
|
|
26890
|
+
{ conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d },
|
|
26891
|
+
{ conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d },
|
|
26892
|
+
{ endpoint: { url: k, properties: n, headers: n }, type: e }
|
|
26893
|
+
],
|
|
26894
|
+
type: f
|
|
26895
|
+
},
|
|
26896
|
+
{
|
|
26897
|
+
conditions: [{ [v]: b, [w]: t }],
|
|
26898
|
+
rules: [
|
|
26899
|
+
{
|
|
26900
|
+
conditions: [{ [v]: "aws.partition", [w]: t, assign: g }],
|
|
26901
|
+
rules: [
|
|
26902
|
+
{
|
|
26903
|
+
conditions: [l, m],
|
|
26904
|
+
rules: [
|
|
26905
|
+
{
|
|
26906
|
+
conditions: [{ [v]: c, [w]: [a, o] }, q],
|
|
26907
|
+
rules: [
|
|
26908
|
+
{
|
|
26909
|
+
endpoint: {
|
|
26910
|
+
url: "https://portal.sso-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
26911
|
+
properties: n,
|
|
26912
|
+
headers: n
|
|
26913
|
+
},
|
|
26914
|
+
type: e
|
|
26915
|
+
}
|
|
26916
|
+
],
|
|
26917
|
+
type: f
|
|
26918
|
+
},
|
|
26919
|
+
{ error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }
|
|
26920
|
+
],
|
|
26921
|
+
type: f
|
|
26922
|
+
},
|
|
26923
|
+
{
|
|
26924
|
+
conditions: r,
|
|
26925
|
+
rules: [
|
|
26926
|
+
{
|
|
26927
|
+
conditions: [{ [v]: c, [w]: [o, a] }],
|
|
26928
|
+
rules: [
|
|
26929
|
+
{
|
|
26930
|
+
conditions: [{ [v]: "stringEquals", [w]: [{ [v]: h, [w]: [p, "name"] }, "aws-us-gov"] }],
|
|
26931
|
+
endpoint: { url: "https://portal.sso.{Region}.amazonaws.com", properties: n, headers: n },
|
|
26932
|
+
type: e
|
|
26933
|
+
},
|
|
26934
|
+
{
|
|
26935
|
+
endpoint: {
|
|
26936
|
+
url: "https://portal.sso-fips.{Region}.{PartitionResult#dnsSuffix}",
|
|
26937
|
+
properties: n,
|
|
26938
|
+
headers: n
|
|
26939
|
+
},
|
|
26940
|
+
type: e
|
|
26941
|
+
}
|
|
26942
|
+
],
|
|
26943
|
+
type: f
|
|
26944
|
+
},
|
|
26945
|
+
{ error: "FIPS is enabled but this partition does not support FIPS", type: d }
|
|
26946
|
+
],
|
|
26947
|
+
type: f
|
|
26948
|
+
},
|
|
26949
|
+
{
|
|
26950
|
+
conditions: s,
|
|
26951
|
+
rules: [
|
|
26952
|
+
{
|
|
26953
|
+
conditions: [q],
|
|
26954
|
+
rules: [
|
|
26955
|
+
{
|
|
26956
|
+
endpoint: {
|
|
26957
|
+
url: "https://portal.sso.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
26958
|
+
properties: n,
|
|
26959
|
+
headers: n
|
|
26960
|
+
},
|
|
26961
|
+
type: e
|
|
26962
|
+
}
|
|
26963
|
+
],
|
|
26964
|
+
type: f
|
|
26965
|
+
},
|
|
26966
|
+
{ error: "DualStack is enabled but this partition does not support DualStack", type: d }
|
|
26967
|
+
],
|
|
26968
|
+
type: f
|
|
26969
|
+
},
|
|
26970
|
+
{
|
|
26971
|
+
endpoint: { url: "https://portal.sso.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n },
|
|
26972
|
+
type: e
|
|
26973
|
+
}
|
|
26974
|
+
],
|
|
26975
|
+
type: f
|
|
26976
|
+
}
|
|
26977
|
+
],
|
|
26978
|
+
type: f
|
|
26979
|
+
},
|
|
26980
|
+
{ error: "Invalid Configuration: Missing Region", type: d }
|
|
26981
|
+
]
|
|
26982
|
+
};
|
|
27376
26983
|
exports.ruleSet = _data;
|
|
27377
26984
|
});
|
|
27378
26985
|
|
|
27379
|
-
// ../node_modules/.pnpm/@aws-sdk+
|
|
26986
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js
|
|
27380
26987
|
var require_endpointResolver3 = __commonJS((exports) => {
|
|
27381
26988
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27382
26989
|
exports.defaultEndpointResolver = undefined;
|
|
@@ -27397,7 +27004,7 @@ var require_endpointResolver3 = __commonJS((exports) => {
|
|
|
27397
27004
|
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
|
27398
27005
|
});
|
|
27399
27006
|
|
|
27400
|
-
// ../node_modules/.pnpm/@aws-sdk+
|
|
27007
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js
|
|
27401
27008
|
var require_SSOServiceException = __commonJS((exports) => {
|
|
27402
27009
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27403
27010
|
exports.SSOServiceException = exports.__ServiceException = undefined;
|
|
@@ -27415,7 +27022,7 @@ var require_SSOServiceException = __commonJS((exports) => {
|
|
|
27415
27022
|
exports.SSOServiceException = SSOServiceException;
|
|
27416
27023
|
});
|
|
27417
27024
|
|
|
27418
|
-
// ../node_modules/.pnpm/@aws-sdk+
|
|
27025
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js
|
|
27419
27026
|
var require_errors3 = __commonJS((exports) => {
|
|
27420
27027
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27421
27028
|
exports.UnauthorizedException = exports.TooManyRequestsException = exports.ResourceNotFoundException = exports.InvalidRequestException = undefined;
|
|
@@ -27478,28 +27085,16 @@ var require_errors3 = __commonJS((exports) => {
|
|
|
27478
27085
|
exports.UnauthorizedException = UnauthorizedException;
|
|
27479
27086
|
});
|
|
27480
27087
|
|
|
27481
|
-
// ../node_modules/.pnpm/@aws-sdk+
|
|
27088
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js
|
|
27482
27089
|
var require_schemas_03 = __commonJS((exports) => {
|
|
27483
27090
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27484
|
-
exports.
|
|
27485
|
-
var _AI = "AccountInfo";
|
|
27486
|
-
var _ALT = "AccountListType";
|
|
27091
|
+
exports.GetRoleCredentials$ = exports.RoleCredentials$ = exports.GetRoleCredentialsResponse$ = exports.GetRoleCredentialsRequest$ = exports.errorTypeRegistries = exports.UnauthorizedException$ = exports.TooManyRequestsException$ = exports.ResourceNotFoundException$ = exports.InvalidRequestException$ = exports.SSOServiceException$ = undefined;
|
|
27487
27092
|
var _ATT = "AccessTokenType";
|
|
27488
27093
|
var _GRC = "GetRoleCredentials";
|
|
27489
27094
|
var _GRCR = "GetRoleCredentialsRequest";
|
|
27490
27095
|
var _GRCRe = "GetRoleCredentialsResponse";
|
|
27491
27096
|
var _IRE = "InvalidRequestException";
|
|
27492
|
-
var _L = "Logout";
|
|
27493
|
-
var _LA = "ListAccounts";
|
|
27494
|
-
var _LAR = "ListAccountsRequest";
|
|
27495
|
-
var _LARR = "ListAccountRolesRequest";
|
|
27496
|
-
var _LARRi = "ListAccountRolesResponse";
|
|
27497
|
-
var _LARi = "ListAccountsResponse";
|
|
27498
|
-
var _LARis = "ListAccountRoles";
|
|
27499
|
-
var _LR = "LogoutRequest";
|
|
27500
27097
|
var _RC = "RoleCredentials";
|
|
27501
|
-
var _RI = "RoleInfo";
|
|
27502
|
-
var _RLT = "RoleListType";
|
|
27503
27098
|
var _RNFE = "ResourceNotFoundException";
|
|
27504
27099
|
var _SAKT = "SecretAccessKeyType";
|
|
27505
27100
|
var _STT = "SessionTokenType";
|
|
@@ -27507,25 +27102,17 @@ var require_schemas_03 = __commonJS((exports) => {
|
|
|
27507
27102
|
var _UE = "UnauthorizedException";
|
|
27508
27103
|
var _aI = "accountId";
|
|
27509
27104
|
var _aKI = "accessKeyId";
|
|
27510
|
-
var _aL = "accountList";
|
|
27511
|
-
var _aN = "accountName";
|
|
27512
27105
|
var _aT = "accessToken";
|
|
27513
27106
|
var _ai = "account_id";
|
|
27514
27107
|
var _c = "client";
|
|
27515
27108
|
var _e = "error";
|
|
27516
|
-
var _eA = "emailAddress";
|
|
27517
27109
|
var _ex = "expiration";
|
|
27518
27110
|
var _h = "http";
|
|
27519
27111
|
var _hE = "httpError";
|
|
27520
27112
|
var _hH = "httpHeader";
|
|
27521
27113
|
var _hQ = "httpQuery";
|
|
27522
27114
|
var _m = "message";
|
|
27523
|
-
var _mR = "maxResults";
|
|
27524
|
-
var _mr = "max_result";
|
|
27525
|
-
var _nT = "nextToken";
|
|
27526
|
-
var _nt = "next_token";
|
|
27527
27115
|
var _rC = "roleCredentials";
|
|
27528
|
-
var _rL = "roleList";
|
|
27529
27116
|
var _rN = "roleName";
|
|
27530
27117
|
var _rn = "role_name";
|
|
27531
27118
|
var _s = "smithy.ts.sdk.synthetic.com.amazonaws.sso";
|
|
@@ -27540,64 +27127,29 @@ var require_schemas_03 = __commonJS((exports) => {
|
|
|
27540
27127
|
exports.SSOServiceException$ = [-3, _s, "SSOServiceException", 0, [], []];
|
|
27541
27128
|
_s_registry.registerError(exports.SSOServiceException$, SSOServiceException_1.SSOServiceException);
|
|
27542
27129
|
var n0_registry = schema_1.TypeRegistry.for(n0);
|
|
27543
|
-
exports.InvalidRequestException$ = [
|
|
27544
|
-
-3,
|
|
27545
|
-
n0,
|
|
27546
|
-
_IRE,
|
|
27547
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
27548
|
-
[_m],
|
|
27549
|
-
[0]
|
|
27550
|
-
];
|
|
27130
|
+
exports.InvalidRequestException$ = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
27551
27131
|
n0_registry.registerError(exports.InvalidRequestException$, errors_1.InvalidRequestException);
|
|
27552
|
-
exports.ResourceNotFoundException$ = [
|
|
27553
|
-
-3,
|
|
27554
|
-
n0,
|
|
27555
|
-
_RNFE,
|
|
27556
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
27557
|
-
[_m],
|
|
27558
|
-
[0]
|
|
27559
|
-
];
|
|
27132
|
+
exports.ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
27560
27133
|
n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
|
|
27561
|
-
exports.TooManyRequestsException$ = [
|
|
27562
|
-
-3,
|
|
27563
|
-
n0,
|
|
27564
|
-
_TMRE,
|
|
27565
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
27566
|
-
[_m],
|
|
27567
|
-
[0]
|
|
27568
|
-
];
|
|
27134
|
+
exports.TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
27569
27135
|
n0_registry.registerError(exports.TooManyRequestsException$, errors_1.TooManyRequestsException);
|
|
27570
|
-
exports.UnauthorizedException$ = [
|
|
27571
|
-
-3,
|
|
27572
|
-
n0,
|
|
27573
|
-
_UE,
|
|
27574
|
-
{ [_e]: _c, [_hE]: 401 },
|
|
27575
|
-
[_m],
|
|
27576
|
-
[0]
|
|
27577
|
-
];
|
|
27136
|
+
exports.UnauthorizedException$ = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
|
|
27578
27137
|
n0_registry.registerError(exports.UnauthorizedException$, errors_1.UnauthorizedException);
|
|
27579
|
-
exports.errorTypeRegistries = [
|
|
27580
|
-
_s_registry,
|
|
27581
|
-
n0_registry
|
|
27582
|
-
];
|
|
27138
|
+
exports.errorTypeRegistries = [_s_registry, n0_registry];
|
|
27583
27139
|
var AccessTokenType = [0, n0, _ATT, 8, 0];
|
|
27584
27140
|
var SecretAccessKeyType = [0, n0, _SAKT, 8, 0];
|
|
27585
27141
|
var SessionTokenType = [0, n0, _STT, 8, 0];
|
|
27586
|
-
exports.AccountInfo$ = [
|
|
27587
|
-
3,
|
|
27588
|
-
n0,
|
|
27589
|
-
_AI,
|
|
27590
|
-
0,
|
|
27591
|
-
[_aI, _aN, _eA],
|
|
27592
|
-
[0, 0, 0]
|
|
27593
|
-
];
|
|
27594
27142
|
exports.GetRoleCredentialsRequest$ = [
|
|
27595
27143
|
3,
|
|
27596
27144
|
n0,
|
|
27597
27145
|
_GRCR,
|
|
27598
27146
|
0,
|
|
27599
27147
|
[_rN, _aI, _aT],
|
|
27600
|
-
[
|
|
27148
|
+
[
|
|
27149
|
+
[0, { [_hQ]: _rn }],
|
|
27150
|
+
[0, { [_hQ]: _ai }],
|
|
27151
|
+
[() => AccessTokenType, { [_hH]: _xasbt }]
|
|
27152
|
+
],
|
|
27601
27153
|
3
|
|
27602
27154
|
];
|
|
27603
27155
|
exports.GetRoleCredentialsResponse$ = [
|
|
@@ -27608,49 +27160,6 @@ var require_schemas_03 = __commonJS((exports) => {
|
|
|
27608
27160
|
[_rC],
|
|
27609
27161
|
[[() => exports.RoleCredentials$, 0]]
|
|
27610
27162
|
];
|
|
27611
|
-
exports.ListAccountRolesRequest$ = [
|
|
27612
|
-
3,
|
|
27613
|
-
n0,
|
|
27614
|
-
_LARR,
|
|
27615
|
-
0,
|
|
27616
|
-
[_aT, _aI, _nT, _mR],
|
|
27617
|
-
[[() => AccessTokenType, { [_hH]: _xasbt }], [0, { [_hQ]: _ai }], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]],
|
|
27618
|
-
2
|
|
27619
|
-
];
|
|
27620
|
-
exports.ListAccountRolesResponse$ = [
|
|
27621
|
-
3,
|
|
27622
|
-
n0,
|
|
27623
|
-
_LARRi,
|
|
27624
|
-
0,
|
|
27625
|
-
[_nT, _rL],
|
|
27626
|
-
[0, () => RoleListType]
|
|
27627
|
-
];
|
|
27628
|
-
exports.ListAccountsRequest$ = [
|
|
27629
|
-
3,
|
|
27630
|
-
n0,
|
|
27631
|
-
_LAR,
|
|
27632
|
-
0,
|
|
27633
|
-
[_aT, _nT, _mR],
|
|
27634
|
-
[[() => AccessTokenType, { [_hH]: _xasbt }], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]],
|
|
27635
|
-
1
|
|
27636
|
-
];
|
|
27637
|
-
exports.ListAccountsResponse$ = [
|
|
27638
|
-
3,
|
|
27639
|
-
n0,
|
|
27640
|
-
_LARi,
|
|
27641
|
-
0,
|
|
27642
|
-
[_nT, _aL],
|
|
27643
|
-
[0, () => AccountListType]
|
|
27644
|
-
];
|
|
27645
|
-
exports.LogoutRequest$ = [
|
|
27646
|
-
3,
|
|
27647
|
-
n0,
|
|
27648
|
-
_LR,
|
|
27649
|
-
0,
|
|
27650
|
-
[_aT],
|
|
27651
|
-
[[() => AccessTokenType, { [_hH]: _xasbt }]],
|
|
27652
|
-
1
|
|
27653
|
-
];
|
|
27654
27163
|
exports.RoleCredentials$ = [
|
|
27655
27164
|
3,
|
|
27656
27165
|
n0,
|
|
@@ -27659,29 +27168,6 @@ var require_schemas_03 = __commonJS((exports) => {
|
|
|
27659
27168
|
[_aKI, _sAK, _sT, _ex],
|
|
27660
27169
|
[0, [() => SecretAccessKeyType, 0], [() => SessionTokenType, 0], 1]
|
|
27661
27170
|
];
|
|
27662
|
-
exports.RoleInfo$ = [
|
|
27663
|
-
3,
|
|
27664
|
-
n0,
|
|
27665
|
-
_RI,
|
|
27666
|
-
0,
|
|
27667
|
-
[_rN, _aI],
|
|
27668
|
-
[0, 0]
|
|
27669
|
-
];
|
|
27670
|
-
var __Unit = "unit";
|
|
27671
|
-
var AccountListType = [
|
|
27672
|
-
1,
|
|
27673
|
-
n0,
|
|
27674
|
-
_ALT,
|
|
27675
|
-
0,
|
|
27676
|
-
() => exports.AccountInfo$
|
|
27677
|
-
];
|
|
27678
|
-
var RoleListType = [
|
|
27679
|
-
1,
|
|
27680
|
-
n0,
|
|
27681
|
-
_RLT,
|
|
27682
|
-
0,
|
|
27683
|
-
() => exports.RoleInfo$
|
|
27684
|
-
];
|
|
27685
27171
|
exports.GetRoleCredentials$ = [
|
|
27686
27172
|
9,
|
|
27687
27173
|
n0,
|
|
@@ -27690,33 +27176,9 @@ var require_schemas_03 = __commonJS((exports) => {
|
|
|
27690
27176
|
() => exports.GetRoleCredentialsRequest$,
|
|
27691
27177
|
() => exports.GetRoleCredentialsResponse$
|
|
27692
27178
|
];
|
|
27693
|
-
exports.ListAccountRoles$ = [
|
|
27694
|
-
9,
|
|
27695
|
-
n0,
|
|
27696
|
-
_LARis,
|
|
27697
|
-
{ [_h]: ["GET", "/assignment/roles", 200] },
|
|
27698
|
-
() => exports.ListAccountRolesRequest$,
|
|
27699
|
-
() => exports.ListAccountRolesResponse$
|
|
27700
|
-
];
|
|
27701
|
-
exports.ListAccounts$ = [
|
|
27702
|
-
9,
|
|
27703
|
-
n0,
|
|
27704
|
-
_LA,
|
|
27705
|
-
{ [_h]: ["GET", "/assignment/accounts", 200] },
|
|
27706
|
-
() => exports.ListAccountsRequest$,
|
|
27707
|
-
() => exports.ListAccountsResponse$
|
|
27708
|
-
];
|
|
27709
|
-
exports.Logout$ = [
|
|
27710
|
-
9,
|
|
27711
|
-
n0,
|
|
27712
|
-
_L,
|
|
27713
|
-
{ [_h]: ["POST", "/logout", 200] },
|
|
27714
|
-
() => exports.LogoutRequest$,
|
|
27715
|
-
() => __Unit
|
|
27716
|
-
];
|
|
27717
27179
|
});
|
|
27718
27180
|
|
|
27719
|
-
// ../node_modules/.pnpm/@aws-sdk+
|
|
27181
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js
|
|
27720
27182
|
var require_runtimeConfig_shared2 = __commonJS((exports) => {
|
|
27721
27183
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27722
27184
|
exports.getRuntimeConfig = undefined;
|
|
@@ -27768,22 +27230,22 @@ var require_runtimeConfig_shared2 = __commonJS((exports) => {
|
|
|
27768
27230
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
27769
27231
|
});
|
|
27770
27232
|
|
|
27771
|
-
// ../node_modules/.pnpm/@aws-sdk+
|
|
27233
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js
|
|
27772
27234
|
var require_runtimeConfig2 = __commonJS((exports) => {
|
|
27773
27235
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27774
27236
|
exports.getRuntimeConfig = undefined;
|
|
27775
27237
|
var tslib_1 = require_tslib();
|
|
27776
|
-
var package_json_1 = tslib_1.__importDefault(
|
|
27238
|
+
var package_json_1 = tslib_1.__importDefault(require_package4());
|
|
27777
27239
|
var core_1 = require_dist_cjs24();
|
|
27778
|
-
var util_user_agent_node_1 =
|
|
27240
|
+
var util_user_agent_node_1 = require_dist_cjs54();
|
|
27779
27241
|
var config_resolver_1 = require_dist_cjs41();
|
|
27780
|
-
var hash_node_1 =
|
|
27242
|
+
var hash_node_1 = require_dist_cjs55();
|
|
27781
27243
|
var middleware_retry_1 = require_dist_cjs49();
|
|
27782
27244
|
var node_config_provider_1 = require_dist_cjs45();
|
|
27783
27245
|
var node_http_handler_1 = require_dist_cjs12();
|
|
27784
27246
|
var smithy_client_1 = require_dist_cjs22();
|
|
27785
|
-
var util_body_length_node_1 =
|
|
27786
|
-
var util_defaults_mode_node_1 =
|
|
27247
|
+
var util_body_length_node_1 = require_dist_cjs56();
|
|
27248
|
+
var util_defaults_mode_node_1 = require_dist_cjs57();
|
|
27787
27249
|
var util_retry_1 = require_dist_cjs48();
|
|
27788
27250
|
var runtimeConfig_shared_1 = require_runtimeConfig_shared2();
|
|
27789
27251
|
var getRuntimeConfig = (config2) => {
|
|
@@ -27821,8 +27283,8 @@ var require_runtimeConfig2 = __commonJS((exports) => {
|
|
|
27821
27283
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
27822
27284
|
});
|
|
27823
27285
|
|
|
27824
|
-
// ../node_modules/.pnpm/@aws-sdk+
|
|
27825
|
-
var
|
|
27286
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js
|
|
27287
|
+
var require_sso = __commonJS((exports) => {
|
|
27826
27288
|
var middlewareHostHeader = require_dist_cjs30();
|
|
27827
27289
|
var middlewareLogger = require_dist_cjs31();
|
|
27828
27290
|
var middlewareRecursionDetection = require_dist_cjs32();
|
|
@@ -27836,7 +27298,7 @@ var require_dist_cjs61 = __commonJS((exports) => {
|
|
|
27836
27298
|
var smithyClient = require_dist_cjs22();
|
|
27837
27299
|
var httpAuthSchemeProvider = require_httpAuthSchemeProvider3();
|
|
27838
27300
|
var runtimeConfig = require_runtimeConfig2();
|
|
27839
|
-
var regionConfigResolver =
|
|
27301
|
+
var regionConfigResolver = require_dist_cjs58();
|
|
27840
27302
|
var protocolHttp = require_dist_cjs2();
|
|
27841
27303
|
var schemas_0 = require_schemas_03();
|
|
27842
27304
|
var errors = require_errors3();
|
|
@@ -27936,106 +27398,50 @@ var require_dist_cjs61 = __commonJS((exports) => {
|
|
|
27936
27398
|
return [middlewareEndpoint.getEndpointPlugin(config2, Command.getEndpointParameterInstructions())];
|
|
27937
27399
|
}).s("SWBPortalService", "GetRoleCredentials", {}).n("SSOClient", "GetRoleCredentialsCommand").sc(schemas_0.GetRoleCredentials$).build() {
|
|
27938
27400
|
}
|
|
27939
|
-
|
|
27940
|
-
class ListAccountRolesCommand extends smithyClient.Command.classBuilder().ep(commonParams).m(function(Command, cs, config2, o) {
|
|
27941
|
-
return [middlewareEndpoint.getEndpointPlugin(config2, Command.getEndpointParameterInstructions())];
|
|
27942
|
-
}).s("SWBPortalService", "ListAccountRoles", {}).n("SSOClient", "ListAccountRolesCommand").sc(schemas_0.ListAccountRoles$).build() {
|
|
27943
|
-
}
|
|
27944
|
-
|
|
27945
|
-
class ListAccountsCommand extends smithyClient.Command.classBuilder().ep(commonParams).m(function(Command, cs, config2, o) {
|
|
27946
|
-
return [middlewareEndpoint.getEndpointPlugin(config2, Command.getEndpointParameterInstructions())];
|
|
27947
|
-
}).s("SWBPortalService", "ListAccounts", {}).n("SSOClient", "ListAccountsCommand").sc(schemas_0.ListAccounts$).build() {
|
|
27948
|
-
}
|
|
27949
|
-
|
|
27950
|
-
class LogoutCommand extends smithyClient.Command.classBuilder().ep(commonParams).m(function(Command, cs, config2, o) {
|
|
27951
|
-
return [middlewareEndpoint.getEndpointPlugin(config2, Command.getEndpointParameterInstructions())];
|
|
27952
|
-
}).s("SWBPortalService", "Logout", {}).n("SSOClient", "LogoutCommand").sc(schemas_0.Logout$).build() {
|
|
27953
|
-
}
|
|
27954
|
-
var paginateListAccountRoles = core.createPaginator(SSOClient, ListAccountRolesCommand, "nextToken", "nextToken", "maxResults");
|
|
27955
|
-
var paginateListAccounts = core.createPaginator(SSOClient, ListAccountsCommand, "nextToken", "nextToken", "maxResults");
|
|
27956
27401
|
var commands = {
|
|
27957
|
-
GetRoleCredentialsCommand
|
|
27958
|
-
ListAccountRolesCommand,
|
|
27959
|
-
ListAccountsCommand,
|
|
27960
|
-
LogoutCommand
|
|
27961
|
-
};
|
|
27962
|
-
var paginators = {
|
|
27963
|
-
paginateListAccountRoles,
|
|
27964
|
-
paginateListAccounts
|
|
27402
|
+
GetRoleCredentialsCommand
|
|
27965
27403
|
};
|
|
27966
27404
|
|
|
27967
27405
|
class SSO extends SSOClient {
|
|
27968
27406
|
}
|
|
27969
|
-
smithyClient.createAggregatedClient(commands, SSO
|
|
27970
|
-
|
|
27971
|
-
|
|
27972
|
-
|
|
27973
|
-
return smithyClient.Command;
|
|
27974
|
-
}
|
|
27975
|
-
});
|
|
27976
|
-
Object.defineProperty(exports, "__Client", {
|
|
27977
|
-
enumerable: true,
|
|
27978
|
-
get: function() {
|
|
27979
|
-
return smithyClient.Client;
|
|
27980
|
-
}
|
|
27981
|
-
});
|
|
27982
|
-
Object.defineProperty(exports, "SSOServiceException", {
|
|
27983
|
-
enumerable: true,
|
|
27984
|
-
get: function() {
|
|
27985
|
-
return SSOServiceException.SSOServiceException;
|
|
27986
|
-
}
|
|
27987
|
-
});
|
|
27407
|
+
smithyClient.createAggregatedClient(commands, SSO);
|
|
27408
|
+
exports.$Command = smithyClient.Command;
|
|
27409
|
+
exports.__Client = smithyClient.Client;
|
|
27410
|
+
exports.SSOServiceException = SSOServiceException.SSOServiceException;
|
|
27988
27411
|
exports.GetRoleCredentialsCommand = GetRoleCredentialsCommand;
|
|
27989
|
-
exports.ListAccountRolesCommand = ListAccountRolesCommand;
|
|
27990
|
-
exports.ListAccountsCommand = ListAccountsCommand;
|
|
27991
|
-
exports.LogoutCommand = LogoutCommand;
|
|
27992
27412
|
exports.SSO = SSO;
|
|
27993
27413
|
exports.SSOClient = SSOClient;
|
|
27994
|
-
exports.
|
|
27995
|
-
|
|
27414
|
+
Object.prototype.hasOwnProperty.call(schemas_0, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
27415
|
+
enumerable: true,
|
|
27416
|
+
value: schemas_0["__proto__"]
|
|
27417
|
+
});
|
|
27996
27418
|
Object.keys(schemas_0).forEach(function(k) {
|
|
27997
27419
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
27998
|
-
|
|
27999
|
-
|
|
28000
|
-
|
|
28001
|
-
|
|
28002
|
-
|
|
28003
|
-
});
|
|
27420
|
+
exports[k] = schemas_0[k];
|
|
27421
|
+
});
|
|
27422
|
+
Object.prototype.hasOwnProperty.call(errors, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
27423
|
+
enumerable: true,
|
|
27424
|
+
value: errors["__proto__"]
|
|
28004
27425
|
});
|
|
28005
27426
|
Object.keys(errors).forEach(function(k) {
|
|
28006
27427
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
28007
|
-
|
|
28008
|
-
enumerable: true,
|
|
28009
|
-
get: function() {
|
|
28010
|
-
return errors[k];
|
|
28011
|
-
}
|
|
28012
|
-
});
|
|
27428
|
+
exports[k] = errors[k];
|
|
28013
27429
|
});
|
|
28014
27430
|
});
|
|
28015
27431
|
|
|
28016
|
-
// ../node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.972.
|
|
28017
|
-
var
|
|
28018
|
-
var
|
|
28019
|
-
|
|
28020
|
-
|
|
28021
|
-
get: function() {
|
|
28022
|
-
return clientSso.GetRoleCredentialsCommand;
|
|
28023
|
-
}
|
|
28024
|
-
});
|
|
28025
|
-
Object.defineProperty(exports, "SSOClient", {
|
|
28026
|
-
enumerable: true,
|
|
28027
|
-
get: function() {
|
|
28028
|
-
return clientSso.SSOClient;
|
|
28029
|
-
}
|
|
28030
|
-
});
|
|
27432
|
+
// ../node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.972.11/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js
|
|
27433
|
+
var require_loadSso_BKDNrsal = __commonJS((exports) => {
|
|
27434
|
+
var sso = require_sso();
|
|
27435
|
+
exports.GetRoleCredentialsCommand = sso.GetRoleCredentialsCommand;
|
|
27436
|
+
exports.SSOClient = sso.SSOClient;
|
|
28031
27437
|
});
|
|
28032
27438
|
|
|
28033
|
-
// ../node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.972.
|
|
28034
|
-
var
|
|
27439
|
+
// ../node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.972.11/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js
|
|
27440
|
+
var require_dist_cjs60 = __commonJS((exports) => {
|
|
28035
27441
|
var propertyProvider = require_dist_cjs18();
|
|
28036
27442
|
var sharedIniFileLoader = require_dist_cjs44();
|
|
28037
27443
|
var client = require_client();
|
|
28038
|
-
var tokenProviders =
|
|
27444
|
+
var tokenProviders = require_dist_cjs59();
|
|
28039
27445
|
var isSsoProfile = (arg) => arg && (typeof arg.sso_start_url === "string" || typeof arg.sso_account_id === "string" || typeof arg.sso_session === "string" || typeof arg.sso_region === "string" || typeof arg.sso_role_name === "string");
|
|
28040
27446
|
var SHOULD_FAIL_CREDENTIAL_CHAIN = false;
|
|
28041
27447
|
var resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, clientConfig, parentClientConfig, callerClientConfig, profile, filepath, configFilepath, ignoreCache, logger: logger2 }) => {
|
|
@@ -28077,7 +27483,7 @@ var require_dist_cjs62 = __commonJS((exports) => {
|
|
|
28077
27483
|
}
|
|
28078
27484
|
const { accessToken } = token;
|
|
28079
27485
|
const { SSOClient, GetRoleCredentialsCommand } = await Promise.resolve().then(function() {
|
|
28080
|
-
return
|
|
27486
|
+
return require_loadSso_BKDNrsal();
|
|
28081
27487
|
});
|
|
28082
27488
|
const sso = ssoClient || new SSOClient(Object.assign({}, clientConfig ?? {}, {
|
|
28083
27489
|
logger: clientConfig?.logger ?? callerClientConfig?.logger ?? parentClientConfig?.logger,
|
|
@@ -28207,7 +27613,7 @@ Reference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.ht
|
|
|
28207
27613
|
exports.validateSsoProfile = validateSsoProfile;
|
|
28208
27614
|
});
|
|
28209
27615
|
|
|
28210
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
27616
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js
|
|
28211
27617
|
var require_httpAuthSchemeProvider4 = __commonJS((exports) => {
|
|
28212
27618
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28213
27619
|
exports.resolveHttpAuthSchemeConfig = exports.defaultSigninHttpAuthSchemeProvider = exports.defaultSigninHttpAuthSchemeParametersProvider = undefined;
|
|
@@ -28265,7 +27671,7 @@ var require_httpAuthSchemeProvider4 = __commonJS((exports) => {
|
|
|
28265
27671
|
exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
|
|
28266
27672
|
});
|
|
28267
27673
|
|
|
28268
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
27674
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js
|
|
28269
27675
|
var require_ruleset4 = __commonJS((exports) => {
|
|
28270
27676
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28271
27677
|
exports.ruleSet = undefined;
|
|
@@ -28293,11 +27699,137 @@ var require_ruleset4 = __commonJS((exports) => {
|
|
|
28293
27699
|
var r = { [v]: "getAttr", [w]: [{ [x]: g }, "supportsFIPS"] };
|
|
28294
27700
|
var s = { [v]: c, [w]: [true, { [v]: "getAttr", [w]: [{ [x]: g }, "supportsDualStack"] }] };
|
|
28295
27701
|
var t = [{ [x]: "Region" }];
|
|
28296
|
-
var _data = {
|
|
27702
|
+
var _data = {
|
|
27703
|
+
version: "1.0",
|
|
27704
|
+
parameters: { UseDualStack: i, UseFIPS: i, Endpoint: j, Region: j },
|
|
27705
|
+
rules: [
|
|
27706
|
+
{
|
|
27707
|
+
conditions: [{ [v]: b, [w]: [k] }],
|
|
27708
|
+
rules: [
|
|
27709
|
+
{ conditions: [l], error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d },
|
|
27710
|
+
{
|
|
27711
|
+
rules: [
|
|
27712
|
+
{
|
|
27713
|
+
conditions: [m],
|
|
27714
|
+
error: "Invalid Configuration: Dualstack and custom endpoint are not supported",
|
|
27715
|
+
type: d
|
|
27716
|
+
},
|
|
27717
|
+
{ endpoint: { url: k, properties: n, headers: n }, type: e }
|
|
27718
|
+
],
|
|
27719
|
+
type: f
|
|
27720
|
+
}
|
|
27721
|
+
],
|
|
27722
|
+
type: f
|
|
27723
|
+
},
|
|
27724
|
+
{
|
|
27725
|
+
rules: [
|
|
27726
|
+
{
|
|
27727
|
+
conditions: [{ [v]: b, [w]: t }],
|
|
27728
|
+
rules: [
|
|
27729
|
+
{
|
|
27730
|
+
conditions: [{ [v]: "aws.partition", [w]: t, assign: g }],
|
|
27731
|
+
rules: [
|
|
27732
|
+
{
|
|
27733
|
+
conditions: [{ [v]: h, [w]: [o, "aws"] }, p, q],
|
|
27734
|
+
endpoint: { url: "https://{Region}.signin.aws.amazon.com", properties: n, headers: n },
|
|
27735
|
+
type: e
|
|
27736
|
+
},
|
|
27737
|
+
{
|
|
27738
|
+
conditions: [{ [v]: h, [w]: [o, "aws-cn"] }, p, q],
|
|
27739
|
+
endpoint: { url: "https://{Region}.signin.amazonaws.cn", properties: n, headers: n },
|
|
27740
|
+
type: e
|
|
27741
|
+
},
|
|
27742
|
+
{
|
|
27743
|
+
conditions: [{ [v]: h, [w]: [o, "aws-us-gov"] }, p, q],
|
|
27744
|
+
endpoint: { url: "https://{Region}.signin.amazonaws-us-gov.com", properties: n, headers: n },
|
|
27745
|
+
type: e
|
|
27746
|
+
},
|
|
27747
|
+
{
|
|
27748
|
+
conditions: [l, m],
|
|
27749
|
+
rules: [
|
|
27750
|
+
{
|
|
27751
|
+
conditions: [{ [v]: c, [w]: [a, r] }, s],
|
|
27752
|
+
rules: [
|
|
27753
|
+
{
|
|
27754
|
+
endpoint: {
|
|
27755
|
+
url: "https://signin-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
27756
|
+
properties: n,
|
|
27757
|
+
headers: n
|
|
27758
|
+
},
|
|
27759
|
+
type: e
|
|
27760
|
+
}
|
|
27761
|
+
],
|
|
27762
|
+
type: f
|
|
27763
|
+
},
|
|
27764
|
+
{
|
|
27765
|
+
error: "FIPS and DualStack are enabled, but this partition does not support one or both",
|
|
27766
|
+
type: d
|
|
27767
|
+
}
|
|
27768
|
+
],
|
|
27769
|
+
type: f
|
|
27770
|
+
},
|
|
27771
|
+
{
|
|
27772
|
+
conditions: [l, q],
|
|
27773
|
+
rules: [
|
|
27774
|
+
{
|
|
27775
|
+
conditions: [{ [v]: c, [w]: [r, a] }],
|
|
27776
|
+
rules: [
|
|
27777
|
+
{
|
|
27778
|
+
endpoint: {
|
|
27779
|
+
url: "https://signin-fips.{Region}.{PartitionResult#dnsSuffix}",
|
|
27780
|
+
properties: n,
|
|
27781
|
+
headers: n
|
|
27782
|
+
},
|
|
27783
|
+
type: e
|
|
27784
|
+
}
|
|
27785
|
+
],
|
|
27786
|
+
type: f
|
|
27787
|
+
},
|
|
27788
|
+
{ error: "FIPS is enabled but this partition does not support FIPS", type: d }
|
|
27789
|
+
],
|
|
27790
|
+
type: f
|
|
27791
|
+
},
|
|
27792
|
+
{
|
|
27793
|
+
conditions: [p, m],
|
|
27794
|
+
rules: [
|
|
27795
|
+
{
|
|
27796
|
+
conditions: [s],
|
|
27797
|
+
rules: [
|
|
27798
|
+
{
|
|
27799
|
+
endpoint: {
|
|
27800
|
+
url: "https://signin.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
27801
|
+
properties: n,
|
|
27802
|
+
headers: n
|
|
27803
|
+
},
|
|
27804
|
+
type: e
|
|
27805
|
+
}
|
|
27806
|
+
],
|
|
27807
|
+
type: f
|
|
27808
|
+
},
|
|
27809
|
+
{ error: "DualStack is enabled but this partition does not support DualStack", type: d }
|
|
27810
|
+
],
|
|
27811
|
+
type: f
|
|
27812
|
+
},
|
|
27813
|
+
{
|
|
27814
|
+
endpoint: { url: "https://signin.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n },
|
|
27815
|
+
type: e
|
|
27816
|
+
}
|
|
27817
|
+
],
|
|
27818
|
+
type: f
|
|
27819
|
+
}
|
|
27820
|
+
],
|
|
27821
|
+
type: f
|
|
27822
|
+
},
|
|
27823
|
+
{ error: "Invalid Configuration: Missing Region", type: d }
|
|
27824
|
+
],
|
|
27825
|
+
type: f
|
|
27826
|
+
}
|
|
27827
|
+
]
|
|
27828
|
+
};
|
|
28297
27829
|
exports.ruleSet = _data;
|
|
28298
27830
|
});
|
|
28299
27831
|
|
|
28300
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
27832
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js
|
|
28301
27833
|
var require_endpointResolver4 = __commonJS((exports) => {
|
|
28302
27834
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28303
27835
|
exports.defaultEndpointResolver = undefined;
|
|
@@ -28318,7 +27850,7 @@ var require_endpointResolver4 = __commonJS((exports) => {
|
|
|
28318
27850
|
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
|
28319
27851
|
});
|
|
28320
27852
|
|
|
28321
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
27853
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js
|
|
28322
27854
|
var require_SigninServiceException = __commonJS((exports) => {
|
|
28323
27855
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28324
27856
|
exports.SigninServiceException = exports.__ServiceException = undefined;
|
|
@@ -28336,7 +27868,7 @@ var require_SigninServiceException = __commonJS((exports) => {
|
|
|
28336
27868
|
exports.SigninServiceException = SigninServiceException;
|
|
28337
27869
|
});
|
|
28338
27870
|
|
|
28339
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
27871
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js
|
|
28340
27872
|
var require_errors4 = __commonJS((exports) => {
|
|
28341
27873
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28342
27874
|
exports.ValidationException = exports.TooManyRequestsError = exports.InternalServerException = exports.AccessDeniedException = undefined;
|
|
@@ -28407,7 +27939,7 @@ var require_errors4 = __commonJS((exports) => {
|
|
|
28407
27939
|
exports.ValidationException = ValidationException;
|
|
28408
27940
|
});
|
|
28409
27941
|
|
|
28410
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
27942
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js
|
|
28411
27943
|
var require_schemas_04 = __commonJS((exports) => {
|
|
28412
27944
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28413
27945
|
exports.CreateOAuth2Token$ = exports.CreateOAuth2TokenResponseBody$ = exports.CreateOAuth2TokenResponse$ = exports.CreateOAuth2TokenRequestBody$ = exports.CreateOAuth2TokenRequest$ = exports.AccessToken$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.TooManyRequestsError$ = exports.InternalServerException$ = exports.AccessDeniedException$ = exports.SigninServiceException$ = undefined;
|
|
@@ -28535,7 +28067,7 @@ var require_schemas_04 = __commonJS((exports) => {
|
|
|
28535
28067
|
];
|
|
28536
28068
|
});
|
|
28537
28069
|
|
|
28538
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
28070
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js
|
|
28539
28071
|
var require_runtimeConfig_shared3 = __commonJS((exports) => {
|
|
28540
28072
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28541
28073
|
exports.getRuntimeConfig = undefined;
|
|
@@ -28587,22 +28119,22 @@ var require_runtimeConfig_shared3 = __commonJS((exports) => {
|
|
|
28587
28119
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
28588
28120
|
});
|
|
28589
28121
|
|
|
28590
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
28122
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js
|
|
28591
28123
|
var require_runtimeConfig3 = __commonJS((exports) => {
|
|
28592
28124
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28593
28125
|
exports.getRuntimeConfig = undefined;
|
|
28594
28126
|
var tslib_1 = require_tslib();
|
|
28595
28127
|
var package_json_1 = tslib_1.__importDefault(require_package4());
|
|
28596
28128
|
var core_1 = require_dist_cjs24();
|
|
28597
|
-
var util_user_agent_node_1 =
|
|
28129
|
+
var util_user_agent_node_1 = require_dist_cjs54();
|
|
28598
28130
|
var config_resolver_1 = require_dist_cjs41();
|
|
28599
|
-
var hash_node_1 =
|
|
28131
|
+
var hash_node_1 = require_dist_cjs55();
|
|
28600
28132
|
var middleware_retry_1 = require_dist_cjs49();
|
|
28601
28133
|
var node_config_provider_1 = require_dist_cjs45();
|
|
28602
28134
|
var node_http_handler_1 = require_dist_cjs12();
|
|
28603
28135
|
var smithy_client_1 = require_dist_cjs22();
|
|
28604
|
-
var util_body_length_node_1 =
|
|
28605
|
-
var util_defaults_mode_node_1 =
|
|
28136
|
+
var util_body_length_node_1 = require_dist_cjs56();
|
|
28137
|
+
var util_defaults_mode_node_1 = require_dist_cjs57();
|
|
28606
28138
|
var util_retry_1 = require_dist_cjs48();
|
|
28607
28139
|
var runtimeConfig_shared_1 = require_runtimeConfig_shared3();
|
|
28608
28140
|
var getRuntimeConfig = (config2) => {
|
|
@@ -28640,7 +28172,7 @@ var require_runtimeConfig3 = __commonJS((exports) => {
|
|
|
28640
28172
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
28641
28173
|
});
|
|
28642
28174
|
|
|
28643
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
28175
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js
|
|
28644
28176
|
var require_signin = __commonJS((exports) => {
|
|
28645
28177
|
var middlewareHostHeader = require_dist_cjs30();
|
|
28646
28178
|
var middlewareLogger = require_dist_cjs31();
|
|
@@ -28655,7 +28187,7 @@ var require_signin = __commonJS((exports) => {
|
|
|
28655
28187
|
var smithyClient = require_dist_cjs22();
|
|
28656
28188
|
var httpAuthSchemeProvider = require_httpAuthSchemeProvider4();
|
|
28657
28189
|
var runtimeConfig = require_runtimeConfig3();
|
|
28658
|
-
var regionConfigResolver =
|
|
28190
|
+
var regionConfigResolver = require_dist_cjs58();
|
|
28659
28191
|
var protocolHttp = require_dist_cjs2();
|
|
28660
28192
|
var schemas_0 = require_schemas_04();
|
|
28661
28193
|
var errors = require_errors4();
|
|
@@ -28770,50 +28302,33 @@ var require_signin = __commonJS((exports) => {
|
|
|
28770
28302
|
TOKEN_EXPIRED: "TOKEN_EXPIRED",
|
|
28771
28303
|
USER_CREDENTIALS_CHANGED: "USER_CREDENTIALS_CHANGED"
|
|
28772
28304
|
};
|
|
28773
|
-
|
|
28774
|
-
|
|
28775
|
-
|
|
28776
|
-
return smithyClient.Command;
|
|
28777
|
-
}
|
|
28778
|
-
});
|
|
28779
|
-
Object.defineProperty(exports, "__Client", {
|
|
28780
|
-
enumerable: true,
|
|
28781
|
-
get: function() {
|
|
28782
|
-
return smithyClient.Client;
|
|
28783
|
-
}
|
|
28784
|
-
});
|
|
28785
|
-
Object.defineProperty(exports, "SigninServiceException", {
|
|
28786
|
-
enumerable: true,
|
|
28787
|
-
get: function() {
|
|
28788
|
-
return SigninServiceException.SigninServiceException;
|
|
28789
|
-
}
|
|
28790
|
-
});
|
|
28305
|
+
exports.$Command = smithyClient.Command;
|
|
28306
|
+
exports.__Client = smithyClient.Client;
|
|
28307
|
+
exports.SigninServiceException = SigninServiceException.SigninServiceException;
|
|
28791
28308
|
exports.CreateOAuth2TokenCommand = CreateOAuth2TokenCommand;
|
|
28792
28309
|
exports.OAuth2ErrorCode = OAuth2ErrorCode;
|
|
28793
28310
|
exports.Signin = Signin;
|
|
28794
28311
|
exports.SigninClient = SigninClient;
|
|
28312
|
+
Object.prototype.hasOwnProperty.call(schemas_0, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
28313
|
+
enumerable: true,
|
|
28314
|
+
value: schemas_0["__proto__"]
|
|
28315
|
+
});
|
|
28795
28316
|
Object.keys(schemas_0).forEach(function(k) {
|
|
28796
28317
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
28797
|
-
|
|
28798
|
-
|
|
28799
|
-
|
|
28800
|
-
|
|
28801
|
-
|
|
28802
|
-
});
|
|
28318
|
+
exports[k] = schemas_0[k];
|
|
28319
|
+
});
|
|
28320
|
+
Object.prototype.hasOwnProperty.call(errors, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
28321
|
+
enumerable: true,
|
|
28322
|
+
value: errors["__proto__"]
|
|
28803
28323
|
});
|
|
28804
28324
|
Object.keys(errors).forEach(function(k) {
|
|
28805
28325
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
28806
|
-
|
|
28807
|
-
enumerable: true,
|
|
28808
|
-
get: function() {
|
|
28809
|
-
return errors[k];
|
|
28810
|
-
}
|
|
28811
|
-
});
|
|
28326
|
+
exports[k] = errors[k];
|
|
28812
28327
|
});
|
|
28813
28328
|
});
|
|
28814
28329
|
|
|
28815
|
-
// ../node_modules/.pnpm/@aws-sdk+credential-provider-login@3.972.
|
|
28816
|
-
var
|
|
28330
|
+
// ../node_modules/.pnpm/@aws-sdk+credential-provider-login@3.972.11/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js
|
|
28331
|
+
var require_dist_cjs61 = __commonJS((exports) => {
|
|
28817
28332
|
var client = require_client();
|
|
28818
28333
|
var propertyProvider = require_dist_cjs18();
|
|
28819
28334
|
var sharedIniFileLoader = require_dist_cjs44();
|
|
@@ -29088,7 +28603,7 @@ var require_dist_cjs63 = __commonJS((exports) => {
|
|
|
29088
28603
|
exports.fromLoginCredentials = fromLoginCredentials;
|
|
29089
28604
|
});
|
|
29090
28605
|
|
|
29091
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
28606
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js
|
|
29092
28607
|
var require_httpAuthSchemeProvider5 = __commonJS((exports) => {
|
|
29093
28608
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29094
28609
|
exports.resolveHttpAuthSchemeConfig = exports.resolveStsAuthConfig = exports.defaultSTSHttpAuthSchemeProvider = exports.defaultSTSHttpAuthSchemeParametersProvider = undefined;
|
|
@@ -29152,7 +28667,7 @@ var require_httpAuthSchemeProvider5 = __commonJS((exports) => {
|
|
|
29152
28667
|
exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
|
|
29153
28668
|
});
|
|
29154
28669
|
|
|
29155
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
28670
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js
|
|
29156
28671
|
var require_EndpointParameters = __commonJS((exports) => {
|
|
29157
28672
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29158
28673
|
exports.commonParams = exports.resolveClientEndpointParameters = undefined;
|
|
@@ -29174,7 +28689,7 @@ var require_EndpointParameters = __commonJS((exports) => {
|
|
|
29174
28689
|
};
|
|
29175
28690
|
});
|
|
29176
28691
|
|
|
29177
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
28692
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js
|
|
29178
28693
|
var require_ruleset5 = __commonJS((exports) => {
|
|
29179
28694
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29180
28695
|
exports.ruleSet = undefined;
|
|
@@ -29203,7 +28718,11 @@ var require_ruleset5 = __commonJS((exports) => {
|
|
|
29203
28718
|
var r = { [H]: "aws.partition", [I]: [q], assign: "PartitionResult" };
|
|
29204
28719
|
var s = { [J]: "UseFIPS" };
|
|
29205
28720
|
var t = { [J]: "UseDualStack" };
|
|
29206
|
-
var u = {
|
|
28721
|
+
var u = {
|
|
28722
|
+
url: "https://sts.amazonaws.com",
|
|
28723
|
+
properties: { authSchemes: [{ name: e, signingName: f, signingRegion: g }] },
|
|
28724
|
+
headers: {}
|
|
28725
|
+
};
|
|
29207
28726
|
var v = {};
|
|
29208
28727
|
var w = { conditions: [{ [H]: d, [I]: [q, "aws-global"] }], [h]: u, [G]: h };
|
|
29209
28728
|
var x = { [H]: c, [I]: [s, true] };
|
|
@@ -29214,11 +28733,145 @@ var require_ruleset5 = __commonJS((exports) => {
|
|
|
29214
28733
|
var C = [{ [H]: "isSet", [I]: [o] }];
|
|
29215
28734
|
var D = [x];
|
|
29216
28735
|
var E = [y];
|
|
29217
|
-
var _data = {
|
|
28736
|
+
var _data = {
|
|
28737
|
+
version: "1.0",
|
|
28738
|
+
parameters: { Region: m, UseDualStack: n, UseFIPS: n, Endpoint: m, UseGlobalEndpoint: n },
|
|
28739
|
+
rules: [
|
|
28740
|
+
{
|
|
28741
|
+
conditions: [
|
|
28742
|
+
{ [H]: c, [I]: [{ [J]: "UseGlobalEndpoint" }, b] },
|
|
28743
|
+
{ [H]: "not", [I]: C },
|
|
28744
|
+
p,
|
|
28745
|
+
r,
|
|
28746
|
+
{ [H]: c, [I]: [s, a] },
|
|
28747
|
+
{ [H]: c, [I]: [t, a] }
|
|
28748
|
+
],
|
|
28749
|
+
rules: [
|
|
28750
|
+
{ conditions: [{ [H]: d, [I]: [q, "ap-northeast-1"] }], endpoint: u, [G]: h },
|
|
28751
|
+
{ conditions: [{ [H]: d, [I]: [q, "ap-south-1"] }], endpoint: u, [G]: h },
|
|
28752
|
+
{ conditions: [{ [H]: d, [I]: [q, "ap-southeast-1"] }], endpoint: u, [G]: h },
|
|
28753
|
+
{ conditions: [{ [H]: d, [I]: [q, "ap-southeast-2"] }], endpoint: u, [G]: h },
|
|
28754
|
+
w,
|
|
28755
|
+
{ conditions: [{ [H]: d, [I]: [q, "ca-central-1"] }], endpoint: u, [G]: h },
|
|
28756
|
+
{ conditions: [{ [H]: d, [I]: [q, "eu-central-1"] }], endpoint: u, [G]: h },
|
|
28757
|
+
{ conditions: [{ [H]: d, [I]: [q, "eu-north-1"] }], endpoint: u, [G]: h },
|
|
28758
|
+
{ conditions: [{ [H]: d, [I]: [q, "eu-west-1"] }], endpoint: u, [G]: h },
|
|
28759
|
+
{ conditions: [{ [H]: d, [I]: [q, "eu-west-2"] }], endpoint: u, [G]: h },
|
|
28760
|
+
{ conditions: [{ [H]: d, [I]: [q, "eu-west-3"] }], endpoint: u, [G]: h },
|
|
28761
|
+
{ conditions: [{ [H]: d, [I]: [q, "sa-east-1"] }], endpoint: u, [G]: h },
|
|
28762
|
+
{ conditions: [{ [H]: d, [I]: [q, g] }], endpoint: u, [G]: h },
|
|
28763
|
+
{ conditions: [{ [H]: d, [I]: [q, "us-east-2"] }], endpoint: u, [G]: h },
|
|
28764
|
+
{ conditions: [{ [H]: d, [I]: [q, "us-west-1"] }], endpoint: u, [G]: h },
|
|
28765
|
+
{ conditions: [{ [H]: d, [I]: [q, "us-west-2"] }], endpoint: u, [G]: h },
|
|
28766
|
+
{
|
|
28767
|
+
endpoint: {
|
|
28768
|
+
url: i,
|
|
28769
|
+
properties: { authSchemes: [{ name: e, signingName: f, signingRegion: "{Region}" }] },
|
|
28770
|
+
headers: v
|
|
28771
|
+
},
|
|
28772
|
+
[G]: h
|
|
28773
|
+
}
|
|
28774
|
+
],
|
|
28775
|
+
[G]: j
|
|
28776
|
+
},
|
|
28777
|
+
{
|
|
28778
|
+
conditions: C,
|
|
28779
|
+
rules: [
|
|
28780
|
+
{ conditions: D, error: "Invalid Configuration: FIPS and custom endpoint are not supported", [G]: k },
|
|
28781
|
+
{ conditions: E, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", [G]: k },
|
|
28782
|
+
{ endpoint: { url: o, properties: v, headers: v }, [G]: h }
|
|
28783
|
+
],
|
|
28784
|
+
[G]: j
|
|
28785
|
+
},
|
|
28786
|
+
{
|
|
28787
|
+
conditions: [p],
|
|
28788
|
+
rules: [
|
|
28789
|
+
{
|
|
28790
|
+
conditions: [r],
|
|
28791
|
+
rules: [
|
|
28792
|
+
{
|
|
28793
|
+
conditions: [x, y],
|
|
28794
|
+
rules: [
|
|
28795
|
+
{
|
|
28796
|
+
conditions: [{ [H]: c, [I]: [b, z2] }, B],
|
|
28797
|
+
rules: [
|
|
28798
|
+
{
|
|
28799
|
+
endpoint: {
|
|
28800
|
+
url: "https://sts-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
28801
|
+
properties: v,
|
|
28802
|
+
headers: v
|
|
28803
|
+
},
|
|
28804
|
+
[G]: h
|
|
28805
|
+
}
|
|
28806
|
+
],
|
|
28807
|
+
[G]: j
|
|
28808
|
+
},
|
|
28809
|
+
{ error: "FIPS and DualStack are enabled, but this partition does not support one or both", [G]: k }
|
|
28810
|
+
],
|
|
28811
|
+
[G]: j
|
|
28812
|
+
},
|
|
28813
|
+
{
|
|
28814
|
+
conditions: D,
|
|
28815
|
+
rules: [
|
|
28816
|
+
{
|
|
28817
|
+
conditions: [{ [H]: c, [I]: [z2, b] }],
|
|
28818
|
+
rules: [
|
|
28819
|
+
{
|
|
28820
|
+
conditions: [{ [H]: d, [I]: [{ [H]: l, [I]: [A, "name"] }, "aws-us-gov"] }],
|
|
28821
|
+
endpoint: { url: "https://sts.{Region}.amazonaws.com", properties: v, headers: v },
|
|
28822
|
+
[G]: h
|
|
28823
|
+
},
|
|
28824
|
+
{
|
|
28825
|
+
endpoint: {
|
|
28826
|
+
url: "https://sts-fips.{Region}.{PartitionResult#dnsSuffix}",
|
|
28827
|
+
properties: v,
|
|
28828
|
+
headers: v
|
|
28829
|
+
},
|
|
28830
|
+
[G]: h
|
|
28831
|
+
}
|
|
28832
|
+
],
|
|
28833
|
+
[G]: j
|
|
28834
|
+
},
|
|
28835
|
+
{ error: "FIPS is enabled but this partition does not support FIPS", [G]: k }
|
|
28836
|
+
],
|
|
28837
|
+
[G]: j
|
|
28838
|
+
},
|
|
28839
|
+
{
|
|
28840
|
+
conditions: E,
|
|
28841
|
+
rules: [
|
|
28842
|
+
{
|
|
28843
|
+
conditions: [B],
|
|
28844
|
+
rules: [
|
|
28845
|
+
{
|
|
28846
|
+
endpoint: {
|
|
28847
|
+
url: "https://sts.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
28848
|
+
properties: v,
|
|
28849
|
+
headers: v
|
|
28850
|
+
},
|
|
28851
|
+
[G]: h
|
|
28852
|
+
}
|
|
28853
|
+
],
|
|
28854
|
+
[G]: j
|
|
28855
|
+
},
|
|
28856
|
+
{ error: "DualStack is enabled but this partition does not support DualStack", [G]: k }
|
|
28857
|
+
],
|
|
28858
|
+
[G]: j
|
|
28859
|
+
},
|
|
28860
|
+
w,
|
|
28861
|
+
{ endpoint: { url: i, properties: v, headers: v }, [G]: h }
|
|
28862
|
+
],
|
|
28863
|
+
[G]: j
|
|
28864
|
+
}
|
|
28865
|
+
],
|
|
28866
|
+
[G]: j
|
|
28867
|
+
},
|
|
28868
|
+
{ error: "Invalid Configuration: Missing Region", [G]: k }
|
|
28869
|
+
]
|
|
28870
|
+
};
|
|
29218
28871
|
exports.ruleSet = _data;
|
|
29219
28872
|
});
|
|
29220
28873
|
|
|
29221
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
28874
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js
|
|
29222
28875
|
var require_endpointResolver5 = __commonJS((exports) => {
|
|
29223
28876
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29224
28877
|
exports.defaultEndpointResolver = undefined;
|
|
@@ -29239,7 +28892,7 @@ var require_endpointResolver5 = __commonJS((exports) => {
|
|
|
29239
28892
|
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
|
29240
28893
|
});
|
|
29241
28894
|
|
|
29242
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
28895
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js
|
|
29243
28896
|
var require_STSServiceException = __commonJS((exports) => {
|
|
29244
28897
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29245
28898
|
exports.STSServiceException = exports.__ServiceException = undefined;
|
|
@@ -29257,7 +28910,7 @@ var require_STSServiceException = __commonJS((exports) => {
|
|
|
29257
28910
|
exports.STSServiceException = STSServiceException;
|
|
29258
28911
|
});
|
|
29259
28912
|
|
|
29260
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
28913
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js
|
|
29261
28914
|
var require_errors5 = __commonJS((exports) => {
|
|
29262
28915
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29263
28916
|
exports.IDPCommunicationErrorException = exports.InvalidIdentityTokenException = exports.IDPRejectedClaimException = exports.RegionDisabledException = exports.PackedPolicyTooLargeException = exports.MalformedPolicyDocumentException = exports.ExpiredTokenException = undefined;
|
|
@@ -29362,7 +29015,7 @@ var require_errors5 = __commonJS((exports) => {
|
|
|
29362
29015
|
exports.IDPCommunicationErrorException = IDPCommunicationErrorException;
|
|
29363
29016
|
});
|
|
29364
29017
|
|
|
29365
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
29018
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js
|
|
29366
29019
|
var require_schemas_05 = __commonJS((exports) => {
|
|
29367
29020
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29368
29021
|
exports.AssumeRoleWithWebIdentity$ = exports.AssumeRole$ = exports.Tag$ = exports.ProvidedContext$ = exports.PolicyDescriptorType$ = exports.Credentials$ = exports.AssumeRoleWithWebIdentityResponse$ = exports.AssumeRoleWithWebIdentityRequest$ = exports.AssumeRoleResponse$ = exports.AssumeRoleRequest$ = exports.AssumedRoleUser$ = exports.errorTypeRegistries = exports.RegionDisabledException$ = exports.PackedPolicyTooLargeException$ = exports.MalformedPolicyDocumentException$ = exports.InvalidIdentityTokenException$ = exports.IDPRejectedClaimException$ = exports.IDPCommunicationErrorException$ = exports.ExpiredTokenException$ = exports.STSServiceException$ = undefined;
|
|
@@ -29560,7 +29213,7 @@ var require_schemas_05 = __commonJS((exports) => {
|
|
|
29560
29213
|
];
|
|
29561
29214
|
});
|
|
29562
29215
|
|
|
29563
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
29216
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js
|
|
29564
29217
|
var require_runtimeConfig_shared4 = __commonJS((exports) => {
|
|
29565
29218
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29566
29219
|
exports.getRuntimeConfig = undefined;
|
|
@@ -29613,23 +29266,23 @@ var require_runtimeConfig_shared4 = __commonJS((exports) => {
|
|
|
29613
29266
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
29614
29267
|
});
|
|
29615
29268
|
|
|
29616
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
29269
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js
|
|
29617
29270
|
var require_runtimeConfig4 = __commonJS((exports) => {
|
|
29618
29271
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29619
29272
|
exports.getRuntimeConfig = undefined;
|
|
29620
29273
|
var tslib_1 = require_tslib();
|
|
29621
29274
|
var package_json_1 = tslib_1.__importDefault(require_package4());
|
|
29622
29275
|
var core_1 = require_dist_cjs24();
|
|
29623
|
-
var util_user_agent_node_1 =
|
|
29276
|
+
var util_user_agent_node_1 = require_dist_cjs54();
|
|
29624
29277
|
var config_resolver_1 = require_dist_cjs41();
|
|
29625
29278
|
var core_2 = require_dist_cjs17();
|
|
29626
|
-
var hash_node_1 =
|
|
29279
|
+
var hash_node_1 = require_dist_cjs55();
|
|
29627
29280
|
var middleware_retry_1 = require_dist_cjs49();
|
|
29628
29281
|
var node_config_provider_1 = require_dist_cjs45();
|
|
29629
29282
|
var node_http_handler_1 = require_dist_cjs12();
|
|
29630
29283
|
var smithy_client_1 = require_dist_cjs22();
|
|
29631
|
-
var util_body_length_node_1 =
|
|
29632
|
-
var util_defaults_mode_node_1 =
|
|
29284
|
+
var util_body_length_node_1 = require_dist_cjs56();
|
|
29285
|
+
var util_defaults_mode_node_1 = require_dist_cjs57();
|
|
29633
29286
|
var util_retry_1 = require_dist_cjs48();
|
|
29634
29287
|
var runtimeConfig_shared_1 = require_runtimeConfig_shared4();
|
|
29635
29288
|
var getRuntimeConfig = (config2) => {
|
|
@@ -29679,7 +29332,7 @@ var require_runtimeConfig4 = __commonJS((exports) => {
|
|
|
29679
29332
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
29680
29333
|
});
|
|
29681
29334
|
|
|
29682
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
29335
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js
|
|
29683
29336
|
var require_httpAuthExtensionConfiguration = __commonJS((exports) => {
|
|
29684
29337
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29685
29338
|
exports.resolveHttpAuthRuntimeConfig = exports.getHttpAuthExtensionConfiguration = undefined;
|
|
@@ -29724,11 +29377,11 @@ var require_httpAuthExtensionConfiguration = __commonJS((exports) => {
|
|
|
29724
29377
|
exports.resolveHttpAuthRuntimeConfig = resolveHttpAuthRuntimeConfig;
|
|
29725
29378
|
});
|
|
29726
29379
|
|
|
29727
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
29380
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js
|
|
29728
29381
|
var require_runtimeExtensions = __commonJS((exports) => {
|
|
29729
29382
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29730
29383
|
exports.resolveRuntimeExtensions = undefined;
|
|
29731
|
-
var region_config_resolver_1 =
|
|
29384
|
+
var region_config_resolver_1 = require_dist_cjs58();
|
|
29732
29385
|
var protocol_http_1 = require_dist_cjs2();
|
|
29733
29386
|
var smithy_client_1 = require_dist_cjs22();
|
|
29734
29387
|
var httpAuthExtensionConfiguration_1 = require_httpAuthExtensionConfiguration();
|
|
@@ -29740,7 +29393,7 @@ var require_runtimeExtensions = __commonJS((exports) => {
|
|
|
29740
29393
|
exports.resolveRuntimeExtensions = resolveRuntimeExtensions;
|
|
29741
29394
|
});
|
|
29742
29395
|
|
|
29743
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
29396
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js
|
|
29744
29397
|
var require_STSClient = __commonJS((exports) => {
|
|
29745
29398
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29746
29399
|
exports.STSClient = exports.__Client = undefined;
|
|
@@ -29800,7 +29453,7 @@ var require_STSClient = __commonJS((exports) => {
|
|
|
29800
29453
|
exports.STSClient = STSClient;
|
|
29801
29454
|
});
|
|
29802
29455
|
|
|
29803
|
-
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
29456
|
+
// ../node_modules/.pnpm/@aws-sdk+nested-clients@3.996.1/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js
|
|
29804
29457
|
var require_sts = __commonJS((exports) => {
|
|
29805
29458
|
var STSClient = require_STSClient();
|
|
29806
29459
|
var smithyClient = require_dist_cjs22();
|
|
@@ -29809,7 +29462,7 @@ var require_sts = __commonJS((exports) => {
|
|
|
29809
29462
|
var schemas_0 = require_schemas_05();
|
|
29810
29463
|
var errors = require_errors5();
|
|
29811
29464
|
var client = require_client();
|
|
29812
|
-
var regionConfigResolver =
|
|
29465
|
+
var regionConfigResolver = require_dist_cjs58();
|
|
29813
29466
|
var STSServiceException = require_STSServiceException();
|
|
29814
29467
|
|
|
29815
29468
|
class AssumeRoleCommand extends smithyClient.Command.classBuilder().ep(EndpointParameters.commonParams).m(function(Command, cs, config2, o) {
|
|
@@ -29947,55 +29600,42 @@ var require_sts = __commonJS((exports) => {
|
|
|
29947
29600
|
roleAssumerWithWebIdentity: getDefaultRoleAssumerWithWebIdentity(input),
|
|
29948
29601
|
...input
|
|
29949
29602
|
});
|
|
29950
|
-
|
|
29951
|
-
|
|
29952
|
-
get: function() {
|
|
29953
|
-
return smithyClient.Command;
|
|
29954
|
-
}
|
|
29955
|
-
});
|
|
29956
|
-
Object.defineProperty(exports, "STSServiceException", {
|
|
29957
|
-
enumerable: true,
|
|
29958
|
-
get: function() {
|
|
29959
|
-
return STSServiceException.STSServiceException;
|
|
29960
|
-
}
|
|
29961
|
-
});
|
|
29603
|
+
exports.$Command = smithyClient.Command;
|
|
29604
|
+
exports.STSServiceException = STSServiceException.STSServiceException;
|
|
29962
29605
|
exports.AssumeRoleCommand = AssumeRoleCommand;
|
|
29963
29606
|
exports.AssumeRoleWithWebIdentityCommand = AssumeRoleWithWebIdentityCommand;
|
|
29964
29607
|
exports.STS = STS;
|
|
29965
29608
|
exports.decorateDefaultCredentialProvider = decorateDefaultCredentialProvider;
|
|
29966
29609
|
exports.getDefaultRoleAssumer = getDefaultRoleAssumer;
|
|
29967
29610
|
exports.getDefaultRoleAssumerWithWebIdentity = getDefaultRoleAssumerWithWebIdentity;
|
|
29611
|
+
Object.prototype.hasOwnProperty.call(STSClient, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
29612
|
+
enumerable: true,
|
|
29613
|
+
value: STSClient["__proto__"]
|
|
29614
|
+
});
|
|
29968
29615
|
Object.keys(STSClient).forEach(function(k) {
|
|
29969
29616
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
29970
|
-
|
|
29971
|
-
|
|
29972
|
-
|
|
29973
|
-
|
|
29974
|
-
|
|
29975
|
-
});
|
|
29617
|
+
exports[k] = STSClient[k];
|
|
29618
|
+
});
|
|
29619
|
+
Object.prototype.hasOwnProperty.call(schemas_0, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
29620
|
+
enumerable: true,
|
|
29621
|
+
value: schemas_0["__proto__"]
|
|
29976
29622
|
});
|
|
29977
29623
|
Object.keys(schemas_0).forEach(function(k) {
|
|
29978
29624
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
29979
|
-
|
|
29980
|
-
|
|
29981
|
-
|
|
29982
|
-
|
|
29983
|
-
|
|
29984
|
-
});
|
|
29625
|
+
exports[k] = schemas_0[k];
|
|
29626
|
+
});
|
|
29627
|
+
Object.prototype.hasOwnProperty.call(errors, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
29628
|
+
enumerable: true,
|
|
29629
|
+
value: errors["__proto__"]
|
|
29985
29630
|
});
|
|
29986
29631
|
Object.keys(errors).forEach(function(k) {
|
|
29987
29632
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
29988
|
-
|
|
29989
|
-
enumerable: true,
|
|
29990
|
-
get: function() {
|
|
29991
|
-
return errors[k];
|
|
29992
|
-
}
|
|
29993
|
-
});
|
|
29633
|
+
exports[k] = errors[k];
|
|
29994
29634
|
});
|
|
29995
29635
|
});
|
|
29996
29636
|
|
|
29997
|
-
// ../node_modules/.pnpm/@aws-sdk+credential-provider-process@3.972.
|
|
29998
|
-
var
|
|
29637
|
+
// ../node_modules/.pnpm/@aws-sdk+credential-provider-process@3.972.11/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js
|
|
29638
|
+
var require_dist_cjs62 = __commonJS((exports) => {
|
|
29999
29639
|
var sharedIniFileLoader = require_dist_cjs44();
|
|
30000
29640
|
var propertyProvider = require_dist_cjs18();
|
|
30001
29641
|
var child_process = __require("child_process");
|
|
@@ -30067,7 +29707,7 @@ var require_dist_cjs64 = __commonJS((exports) => {
|
|
|
30067
29707
|
exports.fromProcess = fromProcess;
|
|
30068
29708
|
});
|
|
30069
29709
|
|
|
30070
|
-
// ../node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.972.
|
|
29710
|
+
// ../node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.972.11/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js
|
|
30071
29711
|
var require_fromWebToken = __commonJS((exports) => {
|
|
30072
29712
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
30073
29713
|
if (k2 === undefined)
|
|
@@ -30143,7 +29783,7 @@ var require_fromWebToken = __commonJS((exports) => {
|
|
|
30143
29783
|
exports.fromWebToken = fromWebToken;
|
|
30144
29784
|
});
|
|
30145
29785
|
|
|
30146
|
-
// ../node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.972.
|
|
29786
|
+
// ../node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.972.11/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js
|
|
30147
29787
|
var require_fromTokenFile = __commonJS((exports) => {
|
|
30148
29788
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30149
29789
|
exports.fromTokenFile = undefined;
|
|
@@ -30179,52 +29819,50 @@ var require_fromTokenFile = __commonJS((exports) => {
|
|
|
30179
29819
|
exports.fromTokenFile = fromTokenFile;
|
|
30180
29820
|
});
|
|
30181
29821
|
|
|
30182
|
-
// ../node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.972.
|
|
30183
|
-
var
|
|
29822
|
+
// ../node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.972.11/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js
|
|
29823
|
+
var require_dist_cjs63 = __commonJS((exports) => {
|
|
30184
29824
|
var fromTokenFile = require_fromTokenFile();
|
|
30185
29825
|
var fromWebToken = require_fromWebToken();
|
|
29826
|
+
Object.prototype.hasOwnProperty.call(fromTokenFile, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
29827
|
+
enumerable: true,
|
|
29828
|
+
value: fromTokenFile["__proto__"]
|
|
29829
|
+
});
|
|
30186
29830
|
Object.keys(fromTokenFile).forEach(function(k) {
|
|
30187
29831
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
30188
|
-
|
|
30189
|
-
|
|
30190
|
-
|
|
30191
|
-
|
|
30192
|
-
|
|
30193
|
-
});
|
|
29832
|
+
exports[k] = fromTokenFile[k];
|
|
29833
|
+
});
|
|
29834
|
+
Object.prototype.hasOwnProperty.call(fromWebToken, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
29835
|
+
enumerable: true,
|
|
29836
|
+
value: fromWebToken["__proto__"]
|
|
30194
29837
|
});
|
|
30195
29838
|
Object.keys(fromWebToken).forEach(function(k) {
|
|
30196
29839
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
30197
|
-
|
|
30198
|
-
enumerable: true,
|
|
30199
|
-
get: function() {
|
|
30200
|
-
return fromWebToken[k];
|
|
30201
|
-
}
|
|
30202
|
-
});
|
|
29840
|
+
exports[k] = fromWebToken[k];
|
|
30203
29841
|
});
|
|
30204
29842
|
});
|
|
30205
29843
|
|
|
30206
|
-
// ../node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.972.
|
|
30207
|
-
var
|
|
29844
|
+
// ../node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.972.11/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js
|
|
29845
|
+
var require_dist_cjs64 = __commonJS((exports) => {
|
|
30208
29846
|
var sharedIniFileLoader = require_dist_cjs44();
|
|
30209
29847
|
var propertyProvider = require_dist_cjs18();
|
|
30210
29848
|
var client = require_client();
|
|
30211
|
-
var credentialProviderLogin =
|
|
29849
|
+
var credentialProviderLogin = require_dist_cjs61();
|
|
30212
29850
|
var resolveCredentialSource = (credentialSource, profileName, logger2) => {
|
|
30213
29851
|
const sourceProvidersMap = {
|
|
30214
29852
|
EcsContainer: async (options) => {
|
|
30215
|
-
const { fromHttp } = await Promise.resolve().then(() => __toESM(
|
|
30216
|
-
const { fromContainerMetadata } = await Promise.resolve().then(() => __toESM(
|
|
29853
|
+
const { fromHttp } = await Promise.resolve().then(() => __toESM(require_dist_cjs53()));
|
|
29854
|
+
const { fromContainerMetadata } = await Promise.resolve().then(() => __toESM(require_dist_cjs52()));
|
|
30217
29855
|
logger2?.debug("@aws-sdk/credential-provider-ini - credential_source is EcsContainer");
|
|
30218
29856
|
return async () => propertyProvider.chain(fromHttp(options ?? {}), fromContainerMetadata(options))().then(setNamedProvider);
|
|
30219
29857
|
},
|
|
30220
29858
|
Ec2InstanceMetadata: async (options) => {
|
|
30221
29859
|
logger2?.debug("@aws-sdk/credential-provider-ini - credential_source is Ec2InstanceMetadata");
|
|
30222
|
-
const { fromInstanceMetadata } = await Promise.resolve().then(() => __toESM(
|
|
29860
|
+
const { fromInstanceMetadata } = await Promise.resolve().then(() => __toESM(require_dist_cjs52()));
|
|
30223
29861
|
return async () => fromInstanceMetadata(options)().then(setNamedProvider);
|
|
30224
29862
|
},
|
|
30225
29863
|
Environment: async (options) => {
|
|
30226
29864
|
logger2?.debug("@aws-sdk/credential-provider-ini - credential_source is Environment");
|
|
30227
|
-
const { fromEnv } = await Promise.resolve().then(() => __toESM(
|
|
29865
|
+
const { fromEnv } = await Promise.resolve().then(() => __toESM(require_dist_cjs51()));
|
|
30228
29866
|
return async () => fromEnv(options)().then(setNamedProvider);
|
|
30229
29867
|
}
|
|
30230
29868
|
};
|
|
@@ -30311,12 +29949,12 @@ var require_dist_cjs66 = __commonJS((exports) => {
|
|
|
30311
29949
|
return client.setCredentialFeature(credentials, "CREDENTIALS_PROFILE_LOGIN", "AC");
|
|
30312
29950
|
};
|
|
30313
29951
|
var isProcessProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.credential_process === "string";
|
|
30314
|
-
var resolveProcessCredentials = async (options, profile) => Promise.resolve().then(() => __toESM(
|
|
29952
|
+
var resolveProcessCredentials = async (options, profile) => Promise.resolve().then(() => __toESM(require_dist_cjs62())).then(({ fromProcess }) => fromProcess({
|
|
30315
29953
|
...options,
|
|
30316
29954
|
profile
|
|
30317
29955
|
})().then((creds) => client.setCredentialFeature(creds, "CREDENTIALS_PROFILE_PROCESS", "v")));
|
|
30318
29956
|
var resolveSsoCredentials = async (profile, profileData, options = {}, callerClientConfig) => {
|
|
30319
|
-
const { fromSSO } = await Promise.resolve().then(() => __toESM(
|
|
29957
|
+
const { fromSSO } = await Promise.resolve().then(() => __toESM(require_dist_cjs60()));
|
|
30320
29958
|
return fromSSO({
|
|
30321
29959
|
profile,
|
|
30322
29960
|
logger: options.logger,
|
|
@@ -30346,7 +29984,7 @@ var require_dist_cjs66 = __commonJS((exports) => {
|
|
|
30346
29984
|
return client.setCredentialFeature(credentials, "CREDENTIALS_PROFILE", "n");
|
|
30347
29985
|
};
|
|
30348
29986
|
var isWebIdentityProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.web_identity_token_file === "string" && typeof arg.role_arn === "string" && ["undefined", "string"].indexOf(typeof arg.role_session_name) > -1;
|
|
30349
|
-
var resolveWebIdentityCredentials = async (profile, options, callerClientConfig) => Promise.resolve().then(() => __toESM(
|
|
29987
|
+
var resolveWebIdentityCredentials = async (profile, options, callerClientConfig) => Promise.resolve().then(() => __toESM(require_dist_cjs63())).then(({ fromTokenFile }) => fromTokenFile({
|
|
30350
29988
|
webIdentityTokenFile: profile.web_identity_token_file,
|
|
30351
29989
|
roleArn: profile.role_arn,
|
|
30352
29990
|
roleSessionName: profile.role_session_name,
|
|
@@ -30391,17 +30029,17 @@ var require_dist_cjs66 = __commonJS((exports) => {
|
|
|
30391
30029
|
exports.fromIni = fromIni;
|
|
30392
30030
|
});
|
|
30393
30031
|
|
|
30394
|
-
// ../node_modules/.pnpm/@aws-sdk+credential-provider-node@3.972.
|
|
30395
|
-
var
|
|
30396
|
-
var credentialProviderEnv =
|
|
30032
|
+
// ../node_modules/.pnpm/@aws-sdk+credential-provider-node@3.972.12/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js
|
|
30033
|
+
var require_dist_cjs65 = __commonJS((exports) => {
|
|
30034
|
+
var credentialProviderEnv = require_dist_cjs51();
|
|
30397
30035
|
var propertyProvider = require_dist_cjs18();
|
|
30398
30036
|
var sharedIniFileLoader = require_dist_cjs44();
|
|
30399
30037
|
var ENV_IMDS_DISABLED = "AWS_EC2_METADATA_DISABLED";
|
|
30400
30038
|
var remoteProvider = async (init) => {
|
|
30401
|
-
const { ENV_CMDS_FULL_URI, ENV_CMDS_RELATIVE_URI, fromContainerMetadata, fromInstanceMetadata } = await Promise.resolve().then(() => __toESM(
|
|
30039
|
+
const { ENV_CMDS_FULL_URI, ENV_CMDS_RELATIVE_URI, fromContainerMetadata, fromInstanceMetadata } = await Promise.resolve().then(() => __toESM(require_dist_cjs52()));
|
|
30402
30040
|
if (process.env[ENV_CMDS_RELATIVE_URI] || process.env[ENV_CMDS_FULL_URI]) {
|
|
30403
30041
|
init.logger?.debug("@aws-sdk/credential-provider-node - remoteProvider::fromHttp/fromContainerMetadata");
|
|
30404
|
-
const { fromHttp } = await Promise.resolve().then(() => __toESM(
|
|
30042
|
+
const { fromHttp } = await Promise.resolve().then(() => __toESM(require_dist_cjs53()));
|
|
30405
30043
|
return propertyProvider.chain(fromHttp(init), fromContainerMetadata(init));
|
|
30406
30044
|
}
|
|
30407
30045
|
if (process.env[ENV_IMDS_DISABLED] && process.env[ENV_IMDS_DISABLED] !== "false") {
|
|
@@ -30500,22 +30138,22 @@ var require_dist_cjs67 = __commonJS((exports) => {
|
|
|
30500
30138
|
if (!ssoStartUrl && !ssoAccountId && !ssoRegion && !ssoRoleName && !ssoSession) {
|
|
30501
30139
|
throw new propertyProvider.CredentialsProviderError("Skipping SSO provider in default chain (inputs do not include SSO fields).", { logger: init.logger });
|
|
30502
30140
|
}
|
|
30503
|
-
const { fromSSO } = await Promise.resolve().then(() => __toESM(
|
|
30141
|
+
const { fromSSO } = await Promise.resolve().then(() => __toESM(require_dist_cjs60()));
|
|
30504
30142
|
return fromSSO(init)(awsIdentityProperties);
|
|
30505
30143
|
},
|
|
30506
30144
|
async (awsIdentityProperties) => {
|
|
30507
30145
|
init.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromIni");
|
|
30508
|
-
const { fromIni } = await Promise.resolve().then(() => __toESM(
|
|
30146
|
+
const { fromIni } = await Promise.resolve().then(() => __toESM(require_dist_cjs64()));
|
|
30509
30147
|
return fromIni(init)(awsIdentityProperties);
|
|
30510
30148
|
},
|
|
30511
30149
|
async (awsIdentityProperties) => {
|
|
30512
30150
|
init.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromProcess");
|
|
30513
|
-
const { fromProcess } = await Promise.resolve().then(() => __toESM(
|
|
30151
|
+
const { fromProcess } = await Promise.resolve().then(() => __toESM(require_dist_cjs62()));
|
|
30514
30152
|
return fromProcess(init)(awsIdentityProperties);
|
|
30515
30153
|
},
|
|
30516
30154
|
async (awsIdentityProperties) => {
|
|
30517
30155
|
init.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromTokenFile");
|
|
30518
|
-
const { fromTokenFile } = await Promise.resolve().then(() => __toESM(
|
|
30156
|
+
const { fromTokenFile } = await Promise.resolve().then(() => __toESM(require_dist_cjs63()));
|
|
30519
30157
|
return fromTokenFile(init)(awsIdentityProperties);
|
|
30520
30158
|
},
|
|
30521
30159
|
async () => {
|
|
@@ -30536,8 +30174,8 @@ var require_dist_cjs67 = __commonJS((exports) => {
|
|
|
30536
30174
|
exports.defaultProvider = defaultProvider;
|
|
30537
30175
|
});
|
|
30538
30176
|
|
|
30539
|
-
// ../node_modules/.pnpm/@aws-sdk+middleware-bucket-endpoint@3.972.
|
|
30540
|
-
var
|
|
30177
|
+
// ../node_modules/.pnpm/@aws-sdk+middleware-bucket-endpoint@3.972.4/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js
|
|
30178
|
+
var require_dist_cjs66 = __commonJS((exports) => {
|
|
30541
30179
|
var utilConfigProvider = require_dist_cjs34();
|
|
30542
30180
|
var utilArnParser = require_dist_cjs33();
|
|
30543
30181
|
var protocolHttp = require_dist_cjs2();
|
|
@@ -30863,8 +30501,8 @@ var require_dist_cjs68 = __commonJS((exports) => {
|
|
|
30863
30501
|
exports.validateRegion = validateRegion;
|
|
30864
30502
|
});
|
|
30865
30503
|
|
|
30866
|
-
// ../node_modules/.pnpm/@smithy+eventstream-codec@4.2.
|
|
30867
|
-
var
|
|
30504
|
+
// ../node_modules/.pnpm/@smithy+eventstream-codec@4.2.10/node_modules/@smithy/eventstream-codec/dist-cjs/index.js
|
|
30505
|
+
var require_dist_cjs67 = __commonJS((exports) => {
|
|
30868
30506
|
var crc32 = require_main5();
|
|
30869
30507
|
var utilHexEncoding = require_dist_cjs14();
|
|
30870
30508
|
|
|
@@ -31251,9 +30889,9 @@ var require_dist_cjs69 = __commonJS((exports) => {
|
|
|
31251
30889
|
exports.SmithyMessageEncoderStream = SmithyMessageEncoderStream;
|
|
31252
30890
|
});
|
|
31253
30891
|
|
|
31254
|
-
// ../node_modules/.pnpm/@smithy+eventstream-serde-universal@4.2.
|
|
31255
|
-
var
|
|
31256
|
-
var eventstreamCodec =
|
|
30892
|
+
// ../node_modules/.pnpm/@smithy+eventstream-serde-universal@4.2.10/node_modules/@smithy/eventstream-serde-universal/dist-cjs/index.js
|
|
30893
|
+
var require_dist_cjs68 = __commonJS((exports) => {
|
|
30894
|
+
var eventstreamCodec = require_dist_cjs67();
|
|
31257
30895
|
function getChunkedStream(source) {
|
|
31258
30896
|
let currentMessageTotalLength = 0;
|
|
31259
30897
|
let currentMessagePendingLength = 0;
|
|
@@ -31376,9 +31014,9 @@ var require_dist_cjs70 = __commonJS((exports) => {
|
|
|
31376
31014
|
exports.eventStreamSerdeProvider = eventStreamSerdeProvider;
|
|
31377
31015
|
});
|
|
31378
31016
|
|
|
31379
|
-
// ../node_modules/.pnpm/@smithy+eventstream-serde-node@4.2.
|
|
31380
|
-
var
|
|
31381
|
-
var eventstreamSerdeUniversal =
|
|
31017
|
+
// ../node_modules/.pnpm/@smithy+eventstream-serde-node@4.2.10/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js
|
|
31018
|
+
var require_dist_cjs69 = __commonJS((exports) => {
|
|
31019
|
+
var eventstreamSerdeUniversal = require_dist_cjs68();
|
|
31382
31020
|
var stream = __require("stream");
|
|
31383
31021
|
async function* readabletoIterable(readStream) {
|
|
31384
31022
|
let streamEnded = false;
|
|
@@ -31428,8 +31066,8 @@ var require_dist_cjs71 = __commonJS((exports) => {
|
|
|
31428
31066
|
exports.eventStreamSerdeProvider = eventStreamSerdeProvider;
|
|
31429
31067
|
});
|
|
31430
31068
|
|
|
31431
|
-
// ../node_modules/.pnpm/@smithy+hash-stream-node@4.2.
|
|
31432
|
-
var
|
|
31069
|
+
// ../node_modules/.pnpm/@smithy+hash-stream-node@4.2.10/node_modules/@smithy/hash-stream-node/dist-cjs/index.js
|
|
31070
|
+
var require_dist_cjs70 = __commonJS((exports) => {
|
|
31433
31071
|
var fs6 = __require("fs");
|
|
31434
31072
|
var utilUtf8 = require_dist_cjs8();
|
|
31435
31073
|
var stream = __require("stream");
|
|
@@ -31493,7 +31131,7 @@ var require_dist_cjs72 = __commonJS((exports) => {
|
|
|
31493
31131
|
exports.readableStreamHasher = readableStreamHasher;
|
|
31494
31132
|
});
|
|
31495
31133
|
|
|
31496
|
-
// ../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
31134
|
+
// ../node_modules/.pnpm/@aws-sdk+client-s3@3.997.0/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js
|
|
31497
31135
|
var require_runtimeConfig_shared5 = __commonJS((exports) => {
|
|
31498
31136
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31499
31137
|
exports.getRuntimeConfig = undefined;
|
|
@@ -31552,28 +31190,28 @@ var require_runtimeConfig_shared5 = __commonJS((exports) => {
|
|
|
31552
31190
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
31553
31191
|
});
|
|
31554
31192
|
|
|
31555
|
-
// ../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
31193
|
+
// ../node_modules/.pnpm/@aws-sdk+client-s3@3.997.0/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js
|
|
31556
31194
|
var require_runtimeConfig5 = __commonJS((exports) => {
|
|
31557
31195
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31558
31196
|
exports.getRuntimeConfig = undefined;
|
|
31559
31197
|
var tslib_1 = require_tslib();
|
|
31560
31198
|
var package_json_1 = tslib_1.__importDefault(require_package3());
|
|
31561
31199
|
var core_1 = require_dist_cjs24();
|
|
31562
|
-
var credential_provider_node_1 =
|
|
31563
|
-
var middleware_bucket_endpoint_1 =
|
|
31200
|
+
var credential_provider_node_1 = require_dist_cjs65();
|
|
31201
|
+
var middleware_bucket_endpoint_1 = require_dist_cjs66();
|
|
31564
31202
|
var middleware_flexible_checksums_1 = require_dist_cjs29();
|
|
31565
31203
|
var middleware_sdk_s3_1 = require_dist_cjs35();
|
|
31566
|
-
var util_user_agent_node_1 =
|
|
31204
|
+
var util_user_agent_node_1 = require_dist_cjs54();
|
|
31567
31205
|
var config_resolver_1 = require_dist_cjs41();
|
|
31568
|
-
var eventstream_serde_node_1 =
|
|
31569
|
-
var hash_node_1 =
|
|
31570
|
-
var hash_stream_node_1 =
|
|
31206
|
+
var eventstream_serde_node_1 = require_dist_cjs69();
|
|
31207
|
+
var hash_node_1 = require_dist_cjs55();
|
|
31208
|
+
var hash_stream_node_1 = require_dist_cjs70();
|
|
31571
31209
|
var middleware_retry_1 = require_dist_cjs49();
|
|
31572
31210
|
var node_config_provider_1 = require_dist_cjs45();
|
|
31573
31211
|
var node_http_handler_1 = require_dist_cjs12();
|
|
31574
31212
|
var smithy_client_1 = require_dist_cjs22();
|
|
31575
|
-
var util_body_length_node_1 =
|
|
31576
|
-
var util_defaults_mode_node_1 =
|
|
31213
|
+
var util_body_length_node_1 = require_dist_cjs56();
|
|
31214
|
+
var util_defaults_mode_node_1 = require_dist_cjs57();
|
|
31577
31215
|
var util_retry_1 = require_dist_cjs48();
|
|
31578
31216
|
var runtimeConfig_shared_1 = require_runtimeConfig_shared5();
|
|
31579
31217
|
var getRuntimeConfig = (config2) => {
|
|
@@ -31621,8 +31259,8 @@ var require_runtimeConfig5 = __commonJS((exports) => {
|
|
|
31621
31259
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
31622
31260
|
});
|
|
31623
31261
|
|
|
31624
|
-
// ../node_modules/.pnpm/@aws-sdk+middleware-ssec@3.972.
|
|
31625
|
-
var
|
|
31262
|
+
// ../node_modules/.pnpm/@aws-sdk+middleware-ssec@3.972.4/node_modules/@aws-sdk/middleware-ssec/dist-cjs/index.js
|
|
31263
|
+
var require_dist_cjs71 = __commonJS((exports) => {
|
|
31626
31264
|
function ssecMiddleware(options) {
|
|
31627
31265
|
return (next) => async (args2) => {
|
|
31628
31266
|
const input = { ...args2.input };
|
|
@@ -31690,8 +31328,8 @@ var require_dist_cjs73 = __commonJS((exports) => {
|
|
|
31690
31328
|
exports.ssecMiddlewareOptions = ssecMiddlewareOptions;
|
|
31691
31329
|
});
|
|
31692
31330
|
|
|
31693
|
-
// ../node_modules/.pnpm/@aws-sdk+middleware-location-constraint@3.972.
|
|
31694
|
-
var
|
|
31331
|
+
// ../node_modules/.pnpm/@aws-sdk+middleware-location-constraint@3.972.4/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/index.js
|
|
31332
|
+
var require_dist_cjs72 = __commonJS((exports) => {
|
|
31695
31333
|
function locationConstraintMiddleware(options) {
|
|
31696
31334
|
return (next) => async (args2) => {
|
|
31697
31335
|
const { CreateBucketConfiguration } = args2.input;
|
|
@@ -31721,8 +31359,8 @@ var require_dist_cjs74 = __commonJS((exports) => {
|
|
|
31721
31359
|
exports.locationConstraintMiddlewareOptions = locationConstraintMiddlewareOptions;
|
|
31722
31360
|
});
|
|
31723
31361
|
|
|
31724
|
-
// ../node_modules/.pnpm/@smithy+util-waiter@4.2.
|
|
31725
|
-
var
|
|
31362
|
+
// ../node_modules/.pnpm/@smithy+util-waiter@4.2.10/node_modules/@smithy/util-waiter/dist-cjs/index.js
|
|
31363
|
+
var require_dist_cjs73 = __commonJS((exports) => {
|
|
31726
31364
|
var getCircularReplacer = () => {
|
|
31727
31365
|
const seen = new WeakSet;
|
|
31728
31366
|
return (key, value) => {
|
|
@@ -31889,8 +31527,8 @@ var require_dist_cjs75 = __commonJS((exports) => {
|
|
|
31889
31527
|
exports.waiterServiceDefaults = waiterServiceDefaults;
|
|
31890
31528
|
});
|
|
31891
31529
|
|
|
31892
|
-
// ../node_modules/.pnpm/@aws-sdk+client-s3@3.
|
|
31893
|
-
var
|
|
31530
|
+
// ../node_modules/.pnpm/@aws-sdk+client-s3@3.997.0/node_modules/@aws-sdk/client-s3/dist-cjs/index.js
|
|
31531
|
+
var require_dist_cjs74 = __commonJS((exports) => {
|
|
31894
31532
|
var middlewareExpectContinue = require_dist_cjs3();
|
|
31895
31533
|
var middlewareFlexibleChecksums = require_dist_cjs29();
|
|
31896
31534
|
var middlewareHostHeader = require_dist_cjs30();
|
|
@@ -31909,11 +31547,11 @@ var require_dist_cjs76 = __commonJS((exports) => {
|
|
|
31909
31547
|
var httpAuthSchemeProvider = require_httpAuthSchemeProvider();
|
|
31910
31548
|
var schemas_0 = require_schemas_0();
|
|
31911
31549
|
var runtimeConfig = require_runtimeConfig5();
|
|
31912
|
-
var regionConfigResolver =
|
|
31550
|
+
var regionConfigResolver = require_dist_cjs58();
|
|
31913
31551
|
var protocolHttp = require_dist_cjs2();
|
|
31914
|
-
var middlewareSsec =
|
|
31915
|
-
var middlewareLocationConstraint =
|
|
31916
|
-
var utilWaiter =
|
|
31552
|
+
var middlewareSsec = require_dist_cjs71();
|
|
31553
|
+
var middlewareLocationConstraint = require_dist_cjs72();
|
|
31554
|
+
var utilWaiter = require_dist_cjs73();
|
|
31917
31555
|
var errors = require_errors();
|
|
31918
31556
|
var S3ServiceException = require_S3ServiceException();
|
|
31919
31557
|
var resolveClientEndpointParameters = (options) => {
|
|
@@ -33958,24 +33596,9 @@ var require_dist_cjs76 = __commonJS((exports) => {
|
|
|
33958
33596
|
var RestoreRequestType = {
|
|
33959
33597
|
SELECT: "SELECT"
|
|
33960
33598
|
};
|
|
33961
|
-
|
|
33962
|
-
|
|
33963
|
-
|
|
33964
|
-
return smithyClient.Command;
|
|
33965
|
-
}
|
|
33966
|
-
});
|
|
33967
|
-
Object.defineProperty(exports, "__Client", {
|
|
33968
|
-
enumerable: true,
|
|
33969
|
-
get: function() {
|
|
33970
|
-
return smithyClient.Client;
|
|
33971
|
-
}
|
|
33972
|
-
});
|
|
33973
|
-
Object.defineProperty(exports, "S3ServiceException", {
|
|
33974
|
-
enumerable: true,
|
|
33975
|
-
get: function() {
|
|
33976
|
-
return S3ServiceException.S3ServiceException;
|
|
33977
|
-
}
|
|
33978
|
-
});
|
|
33599
|
+
exports.$Command = smithyClient.Command;
|
|
33600
|
+
exports.__Client = smithyClient.Client;
|
|
33601
|
+
exports.S3ServiceException = S3ServiceException.S3ServiceException;
|
|
33979
33602
|
exports.AbortMultipartUploadCommand = AbortMultipartUploadCommand;
|
|
33980
33603
|
exports.AnalyticsS3ExportFileFormat = AnalyticsS3ExportFileFormat;
|
|
33981
33604
|
exports.ArchiveStatus = ArchiveStatus;
|
|
@@ -34169,23 +33792,21 @@ var require_dist_cjs76 = __commonJS((exports) => {
|
|
|
34169
33792
|
exports.waitUntilBucketNotExists = waitUntilBucketNotExists;
|
|
34170
33793
|
exports.waitUntilObjectExists = waitUntilObjectExists;
|
|
34171
33794
|
exports.waitUntilObjectNotExists = waitUntilObjectNotExists;
|
|
33795
|
+
Object.prototype.hasOwnProperty.call(schemas_0, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
33796
|
+
enumerable: true,
|
|
33797
|
+
value: schemas_0["__proto__"]
|
|
33798
|
+
});
|
|
34172
33799
|
Object.keys(schemas_0).forEach(function(k) {
|
|
34173
33800
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
34174
|
-
|
|
34175
|
-
|
|
34176
|
-
|
|
34177
|
-
|
|
34178
|
-
|
|
34179
|
-
});
|
|
33801
|
+
exports[k] = schemas_0[k];
|
|
33802
|
+
});
|
|
33803
|
+
Object.prototype.hasOwnProperty.call(errors, "__proto__") && !Object.prototype.hasOwnProperty.call(exports, "__proto__") && Object.defineProperty(exports, "__proto__", {
|
|
33804
|
+
enumerable: true,
|
|
33805
|
+
value: errors["__proto__"]
|
|
34180
33806
|
});
|
|
34181
33807
|
Object.keys(errors).forEach(function(k) {
|
|
34182
33808
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
34183
|
-
|
|
34184
|
-
enumerable: true,
|
|
34185
|
-
get: function() {
|
|
34186
|
-
return errors[k];
|
|
34187
|
-
}
|
|
34188
|
-
});
|
|
33809
|
+
exports[k] = errors[k];
|
|
34189
33810
|
});
|
|
34190
33811
|
});
|
|
34191
33812
|
|
|
@@ -81928,6 +81549,13 @@ var envKevisualDir = process.env.ASSISTANT_CONFIG_DIR;
|
|
|
81928
81549
|
if (envKevisualDir) {
|
|
81929
81550
|
kevisualDir = envKevisualDir;
|
|
81930
81551
|
logger.debug("使用环境变量 ASSISTANT_CONFIG_DIR 作为 kevisual 目录:", kevisualDir);
|
|
81552
|
+
} else {
|
|
81553
|
+
if (!kevisualDir) {
|
|
81554
|
+
const isCNB = process.env.CNB_GROUP_SLUG;
|
|
81555
|
+
if (isCNB) {
|
|
81556
|
+
kevisualDir = path.join("/workspace/kevisual");
|
|
81557
|
+
}
|
|
81558
|
+
}
|
|
81931
81559
|
}
|
|
81932
81560
|
var HomeConfigDir = path.join(kevisualDir, "assistant-app");
|
|
81933
81561
|
function parseArgs(args) {
|
|
@@ -83251,6 +82879,7 @@ class AssistantConfig {
|
|
|
83251
82879
|
}
|
|
83252
82880
|
getDefaultInitAssistantConfig() {
|
|
83253
82881
|
const id = randomId2();
|
|
82882
|
+
const isCNB = !!useKey2("CNB");
|
|
83254
82883
|
return {
|
|
83255
82884
|
app: {
|
|
83256
82885
|
url: "https://kevisual.cn",
|
|
@@ -83258,7 +82887,7 @@ class AssistantConfig {
|
|
|
83258
82887
|
},
|
|
83259
82888
|
description: "助手配置文件",
|
|
83260
82889
|
docs: "https://kevisual.cn/root/cli/docs/",
|
|
83261
|
-
home: "/root/home",
|
|
82890
|
+
home: isCNB ? "/root/cli-center" : "/root/home",
|
|
83262
82891
|
proxy: [],
|
|
83263
82892
|
share: {
|
|
83264
82893
|
enabled: true,
|
|
@@ -83463,10 +83092,10 @@ var httpProxy = (req, res, proxyApi) => {
|
|
|
83463
83092
|
};
|
|
83464
83093
|
|
|
83465
83094
|
// src/module/assistant/proxy/s3.ts
|
|
83466
|
-
var import_client_s32 = __toESM(
|
|
83095
|
+
var import_client_s32 = __toESM(require_dist_cjs74(), 1);
|
|
83467
83096
|
|
|
83468
83097
|
// ../node_modules/.pnpm/@kevisual+oss@0.0.19/node_modules/@kevisual/oss/src/s3/core.ts
|
|
83469
|
-
var import_client_s3 = __toESM(
|
|
83098
|
+
var import_client_s3 = __toESM(require_dist_cjs74(), 1);
|
|
83470
83099
|
import fs6 from "node:fs";
|
|
83471
83100
|
|
|
83472
83101
|
// ../node_modules/.pnpm/es-toolkit@1.44.0/node_modules/es-toolkit/dist/predicate/isPlainObject.mjs
|
|
@@ -91950,7 +91579,7 @@ class RemoteApp {
|
|
|
91950
91579
|
this.emitter.emit("message", data);
|
|
91951
91580
|
}
|
|
91952
91581
|
onError(error49) {
|
|
91953
|
-
console.error(
|
|
91582
|
+
console.error(`[remote-app] 远程应用错误: ${this.id}`, error49);
|
|
91954
91583
|
this.isError = true;
|
|
91955
91584
|
this.emitter.emit("error", error49);
|
|
91956
91585
|
}
|
|
@@ -92020,7 +91649,7 @@ class RemoteApp {
|
|
|
92020
91649
|
}
|
|
92021
91650
|
}
|
|
92022
91651
|
|
|
92023
|
-
// ../node_modules/.pnpm/@kevisual+query@0.0.
|
|
91652
|
+
// ../node_modules/.pnpm/@kevisual+query@0.0.52/node_modules/@kevisual/query/dist/query-browser.js
|
|
92024
91653
|
var isTextForContentType = (contentType) => {
|
|
92025
91654
|
if (!contentType)
|
|
92026
91655
|
return false;
|
|
@@ -106315,7 +105944,7 @@ function filter(data, query) {
|
|
|
106315
105944
|
return executor.execute(ast, data);
|
|
106316
105945
|
}
|
|
106317
105946
|
|
|
106318
|
-
// ../node_modules/.pnpm/@kevisual+api@0.0.
|
|
105947
|
+
// ../node_modules/.pnpm/@kevisual+api@0.0.60_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@kevisual/api/query/query-proxy/router-api-proxy.ts
|
|
106319
105948
|
var initApi = async (opts) => {
|
|
106320
105949
|
const router = opts?.router;
|
|
106321
105950
|
const item = opts?.item;
|
|
@@ -120374,7 +120003,7 @@ class AssistantApp extends Manager2 {
|
|
|
120374
120003
|
app: this.mainApp,
|
|
120375
120004
|
autoReconnect: true,
|
|
120376
120005
|
reconnectDelay: 5000,
|
|
120377
|
-
maxReconnectAttempts:
|
|
120006
|
+
maxReconnectAttempts: 50,
|
|
120378
120007
|
enableBackoff: true
|
|
120379
120008
|
});
|
|
120380
120009
|
remoteApp.isConnect();
|
|
@@ -120394,7 +120023,7 @@ class AssistantApp extends Manager2 {
|
|
|
120394
120023
|
logger.info("[remote-app] 远程连接已关闭,自动重连机制正在处理...");
|
|
120395
120024
|
});
|
|
120396
120025
|
remoteApp.on("maxReconnectAttemptsReached", () => {
|
|
120397
|
-
logger.error("远程应用重连达到最大次数,停止重连");
|
|
120026
|
+
logger.error("[remote-app] 远程应用重连达到最大次数,停止重连");
|
|
120398
120027
|
});
|
|
120399
120028
|
this.remoteApp = remoteApp;
|
|
120400
120029
|
} else {
|
|
@@ -120560,7 +120189,7 @@ var checkLocalUser = async (opts) => {
|
|
|
120560
120189
|
}
|
|
120561
120190
|
}
|
|
120562
120191
|
};
|
|
120563
|
-
// ../node_modules/.pnpm/@kevisual+query@0.0.
|
|
120192
|
+
// ../node_modules/.pnpm/@kevisual+query@0.0.52/node_modules/@kevisual/query/dist/query.js
|
|
120564
120193
|
var isTextForContentType2 = (contentType) => {
|
|
120565
120194
|
if (!contentType)
|
|
120566
120195
|
return false;
|
|
@@ -120848,7 +120477,7 @@ class Query2 {
|
|
|
120848
120477
|
}
|
|
120849
120478
|
}
|
|
120850
120479
|
|
|
120851
|
-
// ../node_modules/.pnpm/@kevisual+api@0.0.
|
|
120480
|
+
// ../node_modules/.pnpm/@kevisual+api@0.0.60_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@kevisual/api/dist/query-login-node.js
|
|
120852
120481
|
import { homedir as homedir2 } from "node:os";
|
|
120853
120482
|
import { join, dirname } from "node:path";
|
|
120854
120483
|
import fs15 from "node:fs";
|
|
@@ -121164,6 +120793,15 @@ class BaseQuery {
|
|
|
121164
120793
|
return this.query.get(data, options);
|
|
121165
120794
|
}
|
|
121166
120795
|
}
|
|
120796
|
+
var defaultCacheData = {
|
|
120797
|
+
loginUsers: [],
|
|
120798
|
+
user: undefined,
|
|
120799
|
+
id: undefined,
|
|
120800
|
+
accessToken: undefined,
|
|
120801
|
+
refreshToken: undefined,
|
|
120802
|
+
accessTokenExpiresIn: undefined,
|
|
120803
|
+
createdAt: undefined
|
|
120804
|
+
};
|
|
121167
120805
|
|
|
121168
120806
|
class LoginCacheStore {
|
|
121169
120807
|
cache;
|
|
@@ -121174,13 +120812,7 @@ class LoginCacheStore {
|
|
|
121174
120812
|
throw new Error("cache is required");
|
|
121175
120813
|
}
|
|
121176
120814
|
this.cache = opts.cache;
|
|
121177
|
-
this.cacheData = {
|
|
121178
|
-
loginUsers: [],
|
|
121179
|
-
user: undefined,
|
|
121180
|
-
id: undefined,
|
|
121181
|
-
accessToken: undefined,
|
|
121182
|
-
refreshToken: undefined
|
|
121183
|
-
};
|
|
120815
|
+
this.cacheData = { ...defaultCacheData };
|
|
121184
120816
|
this.name = opts.name;
|
|
121185
120817
|
}
|
|
121186
120818
|
async setValue(value) {
|
|
@@ -121190,27 +120822,13 @@ class LoginCacheStore {
|
|
|
121190
120822
|
}
|
|
121191
120823
|
async delValue() {
|
|
121192
120824
|
await this.cache.del();
|
|
121193
|
-
this.cacheData = {
|
|
121194
|
-
loginUsers: [],
|
|
121195
|
-
user: undefined,
|
|
121196
|
-
id: undefined,
|
|
121197
|
-
accessToken: undefined,
|
|
121198
|
-
refreshToken: undefined
|
|
121199
|
-
};
|
|
120825
|
+
this.cacheData = { ...defaultCacheData };
|
|
121200
120826
|
}
|
|
121201
120827
|
getValue() {
|
|
121202
120828
|
return this.cache.get(this.name);
|
|
121203
120829
|
}
|
|
121204
120830
|
async init() {
|
|
121205
|
-
const defaultData = {
|
|
121206
|
-
loginUsers: [],
|
|
121207
|
-
user: undefined,
|
|
121208
|
-
id: undefined,
|
|
121209
|
-
accessToken: undefined,
|
|
121210
|
-
refreshToken: undefined,
|
|
121211
|
-
accessTokenExpiresIn: undefined,
|
|
121212
|
-
createdAt: undefined
|
|
121213
|
-
};
|
|
120831
|
+
const defaultData = { ...this.cacheData };
|
|
121214
120832
|
if (this.cache.init) {
|
|
121215
120833
|
try {
|
|
121216
120834
|
const cacheData = await this.cache.init();
|
|
@@ -121223,18 +120841,18 @@ class LoginCacheStore {
|
|
|
121223
120841
|
}
|
|
121224
120842
|
return this.cacheData;
|
|
121225
120843
|
}
|
|
121226
|
-
async setLoginUser(
|
|
121227
|
-
const has = this.cacheData.loginUsers.find((u) => u.id ===
|
|
120844
|
+
async setLoginUser(loginUser) {
|
|
120845
|
+
const has = this.cacheData.loginUsers.find((u) => u.id === loginUser.id);
|
|
121228
120846
|
if (has) {
|
|
121229
|
-
this.cacheData.loginUsers = this.cacheData?.loginUsers?.filter((u) => u?.id && u.id !==
|
|
121230
|
-
}
|
|
121231
|
-
this.cacheData.loginUsers.push(
|
|
121232
|
-
this.cacheData.user =
|
|
121233
|
-
this.cacheData.id =
|
|
121234
|
-
this.cacheData.accessToken =
|
|
121235
|
-
this.cacheData.refreshToken =
|
|
121236
|
-
this.cacheData.accessTokenExpiresIn =
|
|
121237
|
-
this.cacheData.createdAt =
|
|
120847
|
+
this.cacheData.loginUsers = this.cacheData?.loginUsers?.filter((u) => u?.id && u.id !== loginUser.id);
|
|
120848
|
+
}
|
|
120849
|
+
this.cacheData.loginUsers.push(loginUser);
|
|
120850
|
+
this.cacheData.user = loginUser.user;
|
|
120851
|
+
this.cacheData.id = loginUser.id;
|
|
120852
|
+
this.cacheData.accessToken = loginUser.accessToken;
|
|
120853
|
+
this.cacheData.refreshToken = loginUser.refreshToken;
|
|
120854
|
+
this.cacheData.accessTokenExpiresIn = loginUser.accessTokenExpiresIn;
|
|
120855
|
+
this.cacheData.createdAt = loginUser.createdAt;
|
|
121238
120856
|
await this.setValue(this.cacheData);
|
|
121239
120857
|
}
|
|
121240
120858
|
getCurrentUser() {
|
|
@@ -121270,22 +120888,22 @@ class LoginCacheStore {
|
|
|
121270
120888
|
if (has) {
|
|
121271
120889
|
this.cacheData.loginUsers = this.cacheData?.loginUsers?.filter((u) => u?.id && u.id !== user.id);
|
|
121272
120890
|
}
|
|
121273
|
-
this.cacheData.
|
|
121274
|
-
this.cacheData.
|
|
121275
|
-
|
|
121276
|
-
|
|
121277
|
-
|
|
121278
|
-
|
|
120891
|
+
const hasOther = this.cacheData.loginUsers.length > 0;
|
|
120892
|
+
const current = this.cacheData.loginUsers[this.cacheData.loginUsers.length - 1];
|
|
120893
|
+
if (hasOther && current) {
|
|
120894
|
+
this.cacheData.user = current.user;
|
|
120895
|
+
this.cacheData.id = current.id;
|
|
120896
|
+
this.cacheData.accessToken = current.accessToken;
|
|
120897
|
+
this.cacheData.refreshToken = current.refreshToken;
|
|
120898
|
+
this.cacheData.accessTokenExpiresIn = current.accessTokenExpiresIn;
|
|
120899
|
+
this.cacheData.createdAt = current.createdAt;
|
|
120900
|
+
} else {
|
|
120901
|
+
this.cacheData = { ...defaultCacheData };
|
|
120902
|
+
}
|
|
121279
120903
|
await this.setValue(this.cacheData);
|
|
121280
120904
|
}
|
|
121281
120905
|
async clearAll() {
|
|
121282
|
-
this.cacheData
|
|
121283
|
-
this.cacheData.user = undefined;
|
|
121284
|
-
this.cacheData.id = undefined;
|
|
121285
|
-
this.cacheData.accessToken = undefined;
|
|
121286
|
-
this.cacheData.refreshToken = undefined;
|
|
121287
|
-
this.cacheData.accessTokenExpiresIn = undefined;
|
|
121288
|
-
this.cacheData.createdAt = undefined;
|
|
120906
|
+
this.cacheData = { ...defaultCacheData };
|
|
121289
120907
|
await this.setValue(this.cacheData);
|
|
121290
120908
|
}
|
|
121291
120909
|
}
|
|
@@ -121873,7 +121491,7 @@ class QueryLogin extends BaseQuery {
|
|
|
121873
121491
|
async queryRefreshToken(opts) {
|
|
121874
121492
|
const refreshToken = opts?.refreshToken;
|
|
121875
121493
|
let accessToken = opts?.accessToken;
|
|
121876
|
-
const _refreshToken = refreshToken
|
|
121494
|
+
const _refreshToken = refreshToken ?? await this.cacheStore.getRefreshToken();
|
|
121877
121495
|
let data = {};
|
|
121878
121496
|
if (accessToken) {
|
|
121879
121497
|
data.accessToken = accessToken;
|
|
@@ -121984,6 +121602,7 @@ class QueryLogin extends BaseQuery {
|
|
|
121984
121602
|
}
|
|
121985
121603
|
const isExpired = await this.cacheStore.getIsExpired();
|
|
121986
121604
|
if (isExpired) {
|
|
121605
|
+
console.log("token过期,正在刷新token", this.cacheStore.cacheData);
|
|
121987
121606
|
const res = await this.refreshLoginUser();
|
|
121988
121607
|
if (res.code === 200) {
|
|
121989
121608
|
return res.data?.accessToken || null;
|
|
@@ -125174,7 +124793,7 @@ app.route({
|
|
|
125174
124793
|
}).addTo(app, {
|
|
125175
124794
|
overwrite: false
|
|
125176
124795
|
});
|
|
125177
|
-
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.
|
|
124796
|
+
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.14/node_modules/@opencode-ai/sdk/dist/gen/core/serverSentEvents.gen.js
|
|
125178
124797
|
var createSseClient = ({ onSseError, onSseEvent, responseTransformer, responseValidator, sseDefaultRetryDelay, sseMaxRetryAttempts, sseMaxRetryDelay, sseSleepFn, url: url4, ...options }) => {
|
|
125179
124798
|
let lastEventId;
|
|
125180
124799
|
const sleep = sseSleepFn ?? ((ms) => new Promise((resolve) => setTimeout(resolve, ms)));
|
|
@@ -125283,7 +124902,7 @@ var createSseClient = ({ onSseError, onSseEvent, responseTransformer, responseVa
|
|
|
125283
124902
|
return { stream: stream2 };
|
|
125284
124903
|
};
|
|
125285
124904
|
|
|
125286
|
-
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.
|
|
124905
|
+
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.14/node_modules/@opencode-ai/sdk/dist/gen/core/auth.gen.js
|
|
125287
124906
|
var getAuthToken = async (auth, callback) => {
|
|
125288
124907
|
const token = typeof callback === "function" ? await callback(auth) : callback;
|
|
125289
124908
|
if (!token) {
|
|
@@ -125298,12 +124917,12 @@ var getAuthToken = async (auth, callback) => {
|
|
|
125298
124917
|
return token;
|
|
125299
124918
|
};
|
|
125300
124919
|
|
|
125301
|
-
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.
|
|
124920
|
+
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.14/node_modules/@opencode-ai/sdk/dist/gen/core/bodySerializer.gen.js
|
|
125302
124921
|
var jsonBodySerializer = {
|
|
125303
124922
|
bodySerializer: (body) => JSON.stringify(body, (_key, value) => typeof value === "bigint" ? value.toString() : value)
|
|
125304
124923
|
};
|
|
125305
124924
|
|
|
125306
|
-
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.
|
|
124925
|
+
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.14/node_modules/@opencode-ai/sdk/dist/gen/core/pathSerializer.gen.js
|
|
125307
124926
|
var separatorArrayExplode = (style) => {
|
|
125308
124927
|
switch (style) {
|
|
125309
124928
|
case "label":
|
|
@@ -125406,7 +125025,7 @@ var serializeObjectParam = ({ allowReserved, explode, name, style, value, valueO
|
|
|
125406
125025
|
return style === "label" || style === "matrix" ? separator + joinedValues : joinedValues;
|
|
125407
125026
|
};
|
|
125408
125027
|
|
|
125409
|
-
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.
|
|
125028
|
+
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.14/node_modules/@opencode-ai/sdk/dist/gen/core/utils.gen.js
|
|
125410
125029
|
var PATH_PARAM_RE = /\{[^{}]+\}/g;
|
|
125411
125030
|
var defaultPathSerializer = ({ path: path18, url: _url4 }) => {
|
|
125412
125031
|
let url4 = _url4;
|
|
@@ -125474,7 +125093,7 @@ var getUrl = ({ baseUrl, path: path18, query: query2, querySerializer, url: _url
|
|
|
125474
125093
|
return url4;
|
|
125475
125094
|
};
|
|
125476
125095
|
|
|
125477
|
-
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.
|
|
125096
|
+
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.14/node_modules/@opencode-ai/sdk/dist/gen/client/utils.gen.js
|
|
125478
125097
|
var createQuerySerializer = ({ allowReserved, array: array5, object: object4 } = {}) => {
|
|
125479
125098
|
const querySerializer = (queryParams) => {
|
|
125480
125099
|
const search = [];
|
|
@@ -125682,7 +125301,7 @@ var createConfig = (override = {}) => ({
|
|
|
125682
125301
|
...override
|
|
125683
125302
|
});
|
|
125684
125303
|
|
|
125685
|
-
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.
|
|
125304
|
+
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.14/node_modules/@opencode-ai/sdk/dist/gen/client/client.gen.js
|
|
125686
125305
|
var createClient = (config6 = {}) => {
|
|
125687
125306
|
let _config = mergeConfigs(createConfig(), config6);
|
|
125688
125307
|
const getConfig2 = () => ({ ..._config });
|
|
@@ -125829,7 +125448,7 @@ var createClient = (config6 = {}) => {
|
|
|
125829
125448
|
trace: makeMethod("TRACE")
|
|
125830
125449
|
};
|
|
125831
125450
|
};
|
|
125832
|
-
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.
|
|
125451
|
+
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.14/node_modules/@opencode-ai/sdk/dist/gen/core/params.gen.js
|
|
125833
125452
|
var extraPrefixesMap = {
|
|
125834
125453
|
$body_: "body",
|
|
125835
125454
|
$headers_: "headers",
|
|
@@ -125837,12 +125456,12 @@ var extraPrefixesMap = {
|
|
|
125837
125456
|
$query_: "query"
|
|
125838
125457
|
};
|
|
125839
125458
|
var extraPrefixes = Object.entries(extraPrefixesMap);
|
|
125840
|
-
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.
|
|
125459
|
+
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.14/node_modules/@opencode-ai/sdk/dist/gen/client.gen.js
|
|
125841
125460
|
var client = createClient(createConfig({
|
|
125842
125461
|
baseUrl: "http://localhost:4096"
|
|
125843
125462
|
}));
|
|
125844
125463
|
|
|
125845
|
-
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.
|
|
125464
|
+
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.14/node_modules/@opencode-ai/sdk/dist/gen/sdk.gen.js
|
|
125846
125465
|
class _HeyApiClient {
|
|
125847
125466
|
_client = client;
|
|
125848
125467
|
constructor(args2) {
|
|
@@ -126512,7 +126131,7 @@ class OpencodeClient extends _HeyApiClient {
|
|
|
126512
126131
|
event = new Event({ client: this._client });
|
|
126513
126132
|
}
|
|
126514
126133
|
|
|
126515
|
-
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.
|
|
126134
|
+
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.14/node_modules/@opencode-ai/sdk/dist/client.js
|
|
126516
126135
|
function createOpencodeClient(config6) {
|
|
126517
126136
|
if (!config6?.fetch) {
|
|
126518
126137
|
const customFetch = (req) => {
|
|
@@ -126533,7 +126152,7 @@ function createOpencodeClient(config6) {
|
|
|
126533
126152
|
const client2 = createClient(config6);
|
|
126534
126153
|
return new OpencodeClient({ client: client2 });
|
|
126535
126154
|
}
|
|
126536
|
-
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.
|
|
126155
|
+
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.14/node_modules/@opencode-ai/sdk/dist/server.js
|
|
126537
126156
|
import { spawn as spawn3 } from "node:child_process";
|
|
126538
126157
|
async function createOpencodeServer(options) {
|
|
126539
126158
|
options = Object.assign({
|
|
@@ -126602,7 +126221,7 @@ Server output: ${output}`;
|
|
|
126602
126221
|
}
|
|
126603
126222
|
};
|
|
126604
126223
|
}
|
|
126605
|
-
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.
|
|
126224
|
+
// ../node_modules/.pnpm/@opencode-ai+sdk@1.2.14/node_modules/@opencode-ai/sdk/dist/index.js
|
|
126606
126225
|
async function createOpencode(options) {
|
|
126607
126226
|
const server2 = await createOpencodeServer({
|
|
126608
126227
|
...options
|
|
@@ -127110,47 +126729,56 @@ var getLiveMdContent = (opts) => {
|
|
|
127110
126729
|
`;
|
|
127111
126730
|
const labels = [
|
|
127112
126731
|
{
|
|
127113
|
-
|
|
126732
|
+
key: "vscodeWebUrl",
|
|
126733
|
+
title: "VSCode Web 地址",
|
|
127114
126734
|
value: vscodeWebUrl,
|
|
127115
126735
|
description: "VSCode Web 的访问地址"
|
|
127116
126736
|
},
|
|
127117
126737
|
{
|
|
127118
|
-
|
|
126738
|
+
key: "kevisualUrl",
|
|
126739
|
+
title: "Kevisual 地址",
|
|
127119
126740
|
value: kevisualUrl,
|
|
127120
126741
|
description: "Kevisual 的访问地址,可以通过该地址访问 Kevisual 服务"
|
|
127121
126742
|
},
|
|
127122
126743
|
{
|
|
127123
|
-
|
|
126744
|
+
key: "cnbTempToken",
|
|
126745
|
+
title: "CNB Token",
|
|
127124
126746
|
value: token,
|
|
127125
126747
|
description: "CNB 临时 Token,保持和环境变量 CNB_TOKEN 一致"
|
|
127126
126748
|
},
|
|
127127
126749
|
{
|
|
127128
|
-
|
|
126750
|
+
key: "openWebUrl",
|
|
126751
|
+
title: "OpenWebUI 地址",
|
|
127129
126752
|
value: openWebUrl,
|
|
127130
126753
|
description: "OpenWebUI 的访问地址,可以通过该地址访问 OpenWebUI 服务"
|
|
127131
126754
|
},
|
|
127132
126755
|
{
|
|
127133
|
-
|
|
127134
|
-
|
|
126756
|
+
key: "openclawUrl",
|
|
126757
|
+
title: "OpenClaw 地址",
|
|
126758
|
+
value: openclawUrl + "/openclaw",
|
|
127135
126759
|
description: "OpenClaw 的访问地址,可以通过该地址访问 OpenClaw 服务"
|
|
127136
126760
|
},
|
|
127137
126761
|
{
|
|
127138
|
-
|
|
126762
|
+
key: "openclawUrlSecret",
|
|
126763
|
+
title: "OpenClaw 访问地址(含 Token)",
|
|
127139
126764
|
value: openclawUrlSecret,
|
|
127140
126765
|
description: "OpenClaw 的访问地址,包含 token 参数,可以直接访问 OpenClaw 服务"
|
|
127141
126766
|
},
|
|
127142
126767
|
{
|
|
127143
|
-
|
|
126768
|
+
key: "opencodeUrl",
|
|
126769
|
+
title: "OpenCode 地址",
|
|
127144
126770
|
value: opencodeUrl,
|
|
127145
126771
|
description: "OpenCode 的访问地址,可以通过该地址访问 OpenCode 服务"
|
|
127146
126772
|
},
|
|
127147
126773
|
{
|
|
127148
|
-
|
|
126774
|
+
key: "opencodeUrlSecret",
|
|
126775
|
+
title: "OpenCode 访问地址(含 Token)",
|
|
127149
126776
|
value: opencodeUrlSecret,
|
|
127150
126777
|
description: "OpenCode 的访问地址,包含 token 参数,可以直接访问 OpenCode 服务"
|
|
127151
126778
|
},
|
|
127152
126779
|
{
|
|
127153
|
-
|
|
126780
|
+
key: "docs",
|
|
126781
|
+
title: "配置说明文档",
|
|
127154
126782
|
value: TEMPLATE,
|
|
127155
126783
|
description: "开发环境模式配置说明文档"
|
|
127156
126784
|
}
|
|
@@ -127199,13 +126827,19 @@ var createOSInfo = (more = false) => {
|
|
|
127199
126827
|
const i = Math.floor(Math.log(bytes) / Math.log(1024));
|
|
127200
126828
|
return (bytes / Math.pow(1024, i)).toFixed(2) + " " + sizes[i];
|
|
127201
126829
|
};
|
|
127202
|
-
const bootTime = os7.uptime();
|
|
127203
126830
|
const formatUptime = (seconds) => {
|
|
127204
126831
|
const days = Math.floor(seconds / 86400);
|
|
127205
126832
|
const hours = Math.floor(seconds % 86400 / 3600);
|
|
127206
126833
|
const minutes = Math.floor(seconds % 3600 / 60);
|
|
127207
126834
|
const secs = Math.floor(seconds % 60);
|
|
127208
|
-
|
|
126835
|
+
let uptimeStr = "";
|
|
126836
|
+
if (days > 0)
|
|
126837
|
+
uptimeStr += `${days}天 `;
|
|
126838
|
+
if (hours > 0)
|
|
126839
|
+
uptimeStr += `${hours}小时 `;
|
|
126840
|
+
if (minutes > 0)
|
|
126841
|
+
uptimeStr += `${minutes}分钟 `;
|
|
126842
|
+
return `${uptimeStr}${secs}秒`;
|
|
127209
126843
|
};
|
|
127210
126844
|
let diskUsage = "";
|
|
127211
126845
|
try {
|
|
@@ -127215,37 +126849,40 @@ var createOSInfo = (more = false) => {
|
|
|
127215
126849
|
diskUsage = "获取失败";
|
|
127216
126850
|
}
|
|
127217
126851
|
labels.push({
|
|
127218
|
-
|
|
126852
|
+
key: "cpuUsage",
|
|
126853
|
+
title: "CPU 使用率",
|
|
127219
126854
|
value: `${cpuUsage}%`,
|
|
127220
126855
|
description: "CPU 使用率"
|
|
127221
126856
|
}, {
|
|
127222
|
-
|
|
126857
|
+
key: "cpuCores",
|
|
126858
|
+
title: "CPU 核心数",
|
|
127223
126859
|
value: `${cpus.length}`,
|
|
127224
126860
|
description: "CPU 核心数"
|
|
127225
126861
|
}, {
|
|
127226
|
-
|
|
126862
|
+
key: "memoryUsed",
|
|
126863
|
+
title: "已使用内存",
|
|
127227
126864
|
value: formatBytes(memUsed),
|
|
127228
126865
|
description: "已使用内存"
|
|
127229
126866
|
}, {
|
|
127230
|
-
|
|
126867
|
+
key: "memoryTotal",
|
|
126868
|
+
title: "总内存",
|
|
127231
126869
|
value: formatBytes(memTotal),
|
|
127232
126870
|
description: "总内存"
|
|
127233
126871
|
}, {
|
|
127234
|
-
|
|
126872
|
+
key: "memoryFree",
|
|
126873
|
+
title: "空闲内存",
|
|
127235
126874
|
value: formatBytes(memFree),
|
|
127236
126875
|
description: "空闲内存"
|
|
127237
126876
|
}, {
|
|
127238
|
-
|
|
126877
|
+
key: "memoryUsage",
|
|
126878
|
+
title: "内存使用率",
|
|
127239
126879
|
value: `${memUsage}%`,
|
|
127240
126880
|
description: "内存使用率"
|
|
127241
126881
|
}, {
|
|
127242
|
-
|
|
126882
|
+
key: "diskUsage",
|
|
126883
|
+
title: "磁盘使用",
|
|
127243
126884
|
value: diskUsage,
|
|
127244
126885
|
description: "当前目录磁盘使用情况"
|
|
127245
|
-
}, {
|
|
127246
|
-
title: "uptime",
|
|
127247
|
-
value: formatUptime(bootTime),
|
|
127248
|
-
description: "系统运行时间"
|
|
127249
126886
|
});
|
|
127250
126887
|
if (startTimer) {
|
|
127251
126888
|
const buildStartTime = import_dayjs.default(startTimer).format("YYYY-MM-DD HH:mm:ss");
|
|
@@ -127254,11 +126891,13 @@ var createOSInfo = (more = false) => {
|
|
|
127254
126891
|
const buildUptimeStr = formatUptime(Math.floor(buildUptime / 1000));
|
|
127255
126892
|
const maxRunTime = useKey("CNB_PIPELINE_MAX_RUN_TIME") || 0;
|
|
127256
126893
|
labels.push({
|
|
127257
|
-
|
|
126894
|
+
key: "buildStartTime",
|
|
126895
|
+
title: "构建启动时间",
|
|
127258
126896
|
value: buildStartTime,
|
|
127259
126897
|
description: "构建启动时间"
|
|
127260
126898
|
}, {
|
|
127261
|
-
|
|
126899
|
+
key: "buildUptime",
|
|
126900
|
+
title: "构建已运行时间",
|
|
127262
126901
|
value: buildUptimeStr,
|
|
127263
126902
|
description: "构建已运行时间"
|
|
127264
126903
|
});
|
|
@@ -127271,11 +126910,13 @@ var createOSInfo = (more = false) => {
|
|
|
127271
126910
|
}
|
|
127272
126911
|
const timeTo4Str = `[距离晚上4点重启时间: ${formatUptime(Math.floor(timeTo4 / 1000))}]`;
|
|
127273
126912
|
labels.push({
|
|
127274
|
-
|
|
126913
|
+
key: "buildMaxRunTime",
|
|
126914
|
+
title: "最大运行时间",
|
|
127275
126915
|
value: formatUptime(Math.floor(maxRunTime / 1000)),
|
|
127276
126916
|
description: "构建最大运行时间(限制时间)"
|
|
127277
126917
|
});
|
|
127278
126918
|
labels.unshift({
|
|
126919
|
+
key: "remainingTime",
|
|
127279
126920
|
title: "剩余时间",
|
|
127280
126921
|
value: formatUptime(Math.floor((maxRunTime - buildUptime) / 1000)) + " " + timeTo4Str,
|
|
127281
126922
|
description: "构建剩余时间"
|
|
@@ -127285,31 +126926,38 @@ var createOSInfo = (more = false) => {
|
|
|
127285
126926
|
if (more) {
|
|
127286
126927
|
const loadavg = os7.loadavg();
|
|
127287
126928
|
labels.push({
|
|
127288
|
-
|
|
126929
|
+
key: "hostname",
|
|
126930
|
+
title: "主机名",
|
|
127289
126931
|
value: os7.hostname(),
|
|
127290
126932
|
description: "主机名"
|
|
127291
126933
|
}, {
|
|
127292
|
-
|
|
126934
|
+
key: "platform",
|
|
126935
|
+
title: "运行平台",
|
|
127293
126936
|
value: os7.platform(),
|
|
127294
126937
|
description: "运行平台"
|
|
127295
126938
|
}, {
|
|
127296
|
-
|
|
126939
|
+
key: "arch",
|
|
126940
|
+
title: "系统架构",
|
|
127297
126941
|
value: os7.arch(),
|
|
127298
126942
|
description: "系统架构"
|
|
127299
126943
|
}, {
|
|
127300
|
-
|
|
126944
|
+
key: "osType",
|
|
126945
|
+
title: "操作系统类型",
|
|
127301
126946
|
value: os7.type(),
|
|
127302
126947
|
description: "操作系统类型"
|
|
127303
126948
|
}, {
|
|
127304
|
-
|
|
126949
|
+
key: "loadavg1m",
|
|
126950
|
+
title: "系统负载 (1分钟)",
|
|
127305
126951
|
value: loadavg[0].toFixed(2),
|
|
127306
126952
|
description: "系统负载 (1分钟)"
|
|
127307
126953
|
}, {
|
|
127308
|
-
|
|
126954
|
+
key: "loadavg5m",
|
|
126955
|
+
title: "系统负载 (5分钟)",
|
|
127309
126956
|
value: loadavg[1].toFixed(2),
|
|
127310
126957
|
description: "系统负载 (5分钟)"
|
|
127311
126958
|
}, {
|
|
127312
|
-
|
|
126959
|
+
key: "loadavg15m",
|
|
126960
|
+
title: "系统负载 (15分钟)",
|
|
127313
126961
|
value: loadavg[2].toFixed(2),
|
|
127314
126962
|
description: "系统负载 (15分钟)"
|
|
127315
126963
|
});
|
|
@@ -127318,6 +126966,17 @@ var createOSInfo = (more = false) => {
|
|
|
127318
126966
|
};
|
|
127319
126967
|
|
|
127320
126968
|
// src/routes/cnb-board/cnb-dev-env.ts
|
|
126969
|
+
var notCNBCheck = (ctx) => {
|
|
126970
|
+
const isCNB = useKey("CNB");
|
|
126971
|
+
if (!isCNB) {
|
|
126972
|
+
ctx.body = {
|
|
126973
|
+
title: "非 cnb-board 环境",
|
|
126974
|
+
list: []
|
|
126975
|
+
};
|
|
126976
|
+
return true;
|
|
126977
|
+
}
|
|
126978
|
+
return false;
|
|
126979
|
+
};
|
|
127321
126980
|
app.route({
|
|
127322
126981
|
path: "cnb_board",
|
|
127323
126982
|
key: "live",
|
|
@@ -127330,6 +126989,8 @@ app.route({
|
|
|
127330
126989
|
}
|
|
127331
126990
|
}).define(async (ctx) => {
|
|
127332
126991
|
const more = ctx.query?.more ?? false;
|
|
126992
|
+
if (notCNBCheck(ctx))
|
|
126993
|
+
return;
|
|
127333
126994
|
const list4 = getLiveMdContent({ more });
|
|
127334
126995
|
ctx.body = {
|
|
127335
126996
|
title: "开发环境模式配置",
|
|
@@ -127345,7 +127006,9 @@ app.route({
|
|
|
127345
127006
|
const repoSlug = useKey("CNB_REPO_SLUG") || "";
|
|
127346
127007
|
const repoName = useKey("CNB_REPO_NAME") || "";
|
|
127347
127008
|
const repoId = useKey("CNB_REPO_ID") || "";
|
|
127348
|
-
const repoUrlHttps = useKey("
|
|
127009
|
+
const repoUrlHttps = useKey("CNB_REPO_UR if (notCNBCheck(ctx)) return;L_HTTPS") || "";
|
|
127010
|
+
if (notCNBCheck(ctx))
|
|
127011
|
+
return;
|
|
127349
127012
|
const repoNameFromSlug = repoSlug.split("/").pop() || "";
|
|
127350
127013
|
const labels = [
|
|
127351
127014
|
{
|
|
@@ -127390,6 +127053,8 @@ app.route({
|
|
|
127390
127053
|
description: "获取cnb-board live的构建信息",
|
|
127391
127054
|
middleware: ["auth-admin"]
|
|
127392
127055
|
}).define(async (ctx) => {
|
|
127056
|
+
if (notCNBCheck(ctx))
|
|
127057
|
+
return;
|
|
127393
127058
|
const labels = [
|
|
127394
127059
|
{
|
|
127395
127060
|
title: "CNB_BUILD_ID",
|
|
@@ -127631,6 +127296,8 @@ app.route({
|
|
|
127631
127296
|
description: "获取cnb-board live的NPC信息",
|
|
127632
127297
|
middleware: ["auth-admin"]
|
|
127633
127298
|
}).define(async (ctx) => {
|
|
127299
|
+
if (notCNBCheck(ctx))
|
|
127300
|
+
return;
|
|
127634
127301
|
const labels = [
|
|
127635
127302
|
{
|
|
127636
127303
|
title: "CNB_NPC_SLUG",
|
|
@@ -127674,6 +127341,8 @@ app.route({
|
|
|
127674
127341
|
description: "获取cnb-board live的评论信息",
|
|
127675
127342
|
middleware: ["auth-admin"]
|
|
127676
127343
|
}).define(async (ctx) => {
|
|
127344
|
+
if (notCNBCheck(ctx))
|
|
127345
|
+
return;
|
|
127677
127346
|
const labels = [
|
|
127678
127347
|
{
|
|
127679
127348
|
title: "CNB_COMMENT_ID",
|