@hasna/domains 0.0.44 → 0.0.46
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/cli/index.js +690 -322
- package/dist/generated/storage-kit/index.d.ts +1 -1
- package/dist/generated/storage-kit/migrations.d.ts +21 -0
- package/dist/generated/storage-kit/migrations.d.ts.map +1 -1
- package/dist/index.js +207 -206
- package/dist/mcp/index.js +215 -214
- package/dist/sdk/index.js +1 -1
- package/dist/server/index.js +1 -1
- package/dist/server/migrations.d.ts.map +1 -1
- package/package.json +3 -3
package/dist/mcp/index.js
CHANGED
|
@@ -47,7 +47,7 @@ var __export = (target, all) => {
|
|
|
47
47
|
var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
48
48
|
var __require = import.meta.require;
|
|
49
49
|
|
|
50
|
-
// node_modules/zod/v3/helpers/util.js
|
|
50
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/util.js
|
|
51
51
|
var util, objectUtil, ZodParsedType, getParsedType = (data) => {
|
|
52
52
|
const t = typeof data;
|
|
53
53
|
switch (t) {
|
|
@@ -178,7 +178,7 @@ var init_util = __esm(() => {
|
|
|
178
178
|
]);
|
|
179
179
|
});
|
|
180
180
|
|
|
181
|
-
// node_modules/zod/v3/ZodError.js
|
|
181
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/ZodError.js
|
|
182
182
|
var ZodIssueCode, quotelessJson = (obj) => {
|
|
183
183
|
const json = JSON.stringify(obj, null, 2);
|
|
184
184
|
return json.replace(/"([^"]+)":/g, "$1:");
|
|
@@ -299,7 +299,7 @@ var init_ZodError = __esm(() => {
|
|
|
299
299
|
};
|
|
300
300
|
});
|
|
301
301
|
|
|
302
|
-
// node_modules/zod/v3/locales/en.js
|
|
302
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/locales/en.js
|
|
303
303
|
var errorMap = (issue, _ctx) => {
|
|
304
304
|
let message;
|
|
305
305
|
switch (issue.code) {
|
|
@@ -406,7 +406,7 @@ var init_en = __esm(() => {
|
|
|
406
406
|
en_default = errorMap;
|
|
407
407
|
});
|
|
408
408
|
|
|
409
|
-
// node_modules/zod/v3/errors.js
|
|
409
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/errors.js
|
|
410
410
|
function setErrorMap(map) {
|
|
411
411
|
overrideErrorMap = map;
|
|
412
412
|
}
|
|
@@ -419,7 +419,7 @@ var init_errors = __esm(() => {
|
|
|
419
419
|
overrideErrorMap = en_default;
|
|
420
420
|
});
|
|
421
421
|
|
|
422
|
-
// node_modules/zod/v3/helpers/parseUtil.js
|
|
422
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js
|
|
423
423
|
function addIssueToContext(ctx, issueData) {
|
|
424
424
|
const overrideMap = getErrorMap();
|
|
425
425
|
const issue = makeIssue({
|
|
@@ -524,10 +524,10 @@ var init_parseUtil = __esm(() => {
|
|
|
524
524
|
});
|
|
525
525
|
});
|
|
526
526
|
|
|
527
|
-
// node_modules/zod/v3/helpers/typeAliases.js
|
|
527
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/typeAliases.js
|
|
528
528
|
var init_typeAliases = () => {};
|
|
529
529
|
|
|
530
|
-
// node_modules/zod/v3/helpers/errorUtil.js
|
|
530
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js
|
|
531
531
|
var errorUtil;
|
|
532
532
|
var init_errorUtil = __esm(() => {
|
|
533
533
|
(function(errorUtil2) {
|
|
@@ -536,7 +536,7 @@ var init_errorUtil = __esm(() => {
|
|
|
536
536
|
})(errorUtil || (errorUtil = {}));
|
|
537
537
|
});
|
|
538
538
|
|
|
539
|
-
// node_modules/zod/v3/types.js
|
|
539
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/types.js
|
|
540
540
|
class ParseInputLazyPath {
|
|
541
541
|
constructor(parent, value, path, key) {
|
|
542
542
|
this._cachedPath = [];
|
|
@@ -3887,7 +3887,7 @@ var init_types = __esm(() => {
|
|
|
3887
3887
|
NEVER = INVALID;
|
|
3888
3888
|
});
|
|
3889
3889
|
|
|
3890
|
-
// node_modules/zod/v3/external.js
|
|
3890
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/external.js
|
|
3891
3891
|
var exports_external = {};
|
|
3892
3892
|
__export(exports_external, {
|
|
3893
3893
|
void: () => voidType,
|
|
@@ -4007,13 +4007,13 @@ var init_external = __esm(() => {
|
|
|
4007
4007
|
init_ZodError();
|
|
4008
4008
|
});
|
|
4009
4009
|
|
|
4010
|
-
// node_modules/zod/index.js
|
|
4010
|
+
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/index.js
|
|
4011
4011
|
var init_zod = __esm(() => {
|
|
4012
4012
|
init_external();
|
|
4013
4013
|
init_external();
|
|
4014
4014
|
});
|
|
4015
4015
|
|
|
4016
|
-
// node_modules/@smithy/types/dist-cjs/index.js
|
|
4016
|
+
// ../../node_modules/.bun/@smithy+types@4.17.2/node_modules/@smithy/types/dist-cjs/index.js
|
|
4017
4017
|
var require_dist_cjs = __commonJS((exports) => {
|
|
4018
4018
|
var HttpAuthLocation;
|
|
4019
4019
|
(function(HttpAuthLocation2) {
|
|
@@ -4104,7 +4104,7 @@ var require_dist_cjs = __commonJS((exports) => {
|
|
|
4104
4104
|
exports.resolveDefaultRuntimeConfig = resolveDefaultRuntimeConfig;
|
|
4105
4105
|
});
|
|
4106
4106
|
|
|
4107
|
-
// node_modules/@smithy/core/dist-cjs/submodules/transport/index.js
|
|
4107
|
+
// ../../node_modules/.bun/@smithy+core@3.33.2/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js
|
|
4108
4108
|
var require_transport = __commonJS((exports) => {
|
|
4109
4109
|
var { SMITHY_CONTEXT_KEY } = require_dist_cjs();
|
|
4110
4110
|
var getSmithyContext = (context) => context[SMITHY_CONTEXT_KEY] || (context[SMITHY_CONTEXT_KEY] = {});
|
|
@@ -4271,7 +4271,7 @@ var require_transport = __commonJS((exports) => {
|
|
|
4271
4271
|
exports.toEndpointV1 = toEndpointV1;
|
|
4272
4272
|
});
|
|
4273
4273
|
|
|
4274
|
-
// node_modules/@smithy/core/dist-cjs/submodules/schema/index.js
|
|
4274
|
+
// ../../node_modules/.bun/@smithy+core@3.33.2/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js
|
|
4275
4275
|
var require_schema = __commonJS((exports) => {
|
|
4276
4276
|
var { getSmithyContext, HttpResponse, toEndpointV1 } = require_transport();
|
|
4277
4277
|
var deref = (schemaRef) => {
|
|
@@ -4940,7 +4940,7 @@ var require_schema = __commonJS((exports) => {
|
|
|
4940
4940
|
exports.translateTraits = translateTraits;
|
|
4941
4941
|
});
|
|
4942
4942
|
|
|
4943
|
-
// node_modules/@smithy/core/dist-cjs/submodules/client/index.js
|
|
4943
|
+
// ../../node_modules/.bun/@smithy+core@3.33.2/node_modules/@smithy/core/dist-cjs/submodules/client/index.js
|
|
4944
4944
|
var require_client = __commonJS((exports) => {
|
|
4945
4945
|
var { getSmithyContext, normalizeProvider } = require_transport();
|
|
4946
4946
|
exports.getSmithyContext = getSmithyContext;
|
|
@@ -6009,7 +6009,7 @@ var require_client = __commonJS((exports) => {
|
|
|
6009
6009
|
exports.withBaseException = withBaseException;
|
|
6010
6010
|
});
|
|
6011
6011
|
|
|
6012
|
-
// node_modules/@smithy/core/dist-cjs/submodules/config/index.js
|
|
6012
|
+
// ../../node_modules/.bun/@smithy+core@3.33.2/node_modules/@smithy/core/dist-cjs/submodules/config/index.js
|
|
6013
6013
|
var require_config = __commonJS((exports) => {
|
|
6014
6014
|
var { homedir: homedir2 } = __require("os");
|
|
6015
6015
|
var { sep, join: join3 } = __require("path");
|
|
@@ -6704,7 +6704,7 @@ var require_config = __commonJS((exports) => {
|
|
|
6704
6704
|
exports.resolveRegionConfig = resolveRegionConfig;
|
|
6705
6705
|
});
|
|
6706
6706
|
|
|
6707
|
-
// node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js
|
|
6707
|
+
// ../../node_modules/.bun/@smithy+core@3.33.2/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js
|
|
6708
6708
|
var require_endpoints = __commonJS((exports) => {
|
|
6709
6709
|
var { CONFIG_PREFIX_SEPARATOR, booleanSelector, SelectorType, loadConfig } = require_config();
|
|
6710
6710
|
var { toEndpointV1, getSmithyContext, normalizeProvider, isValidHostLabel } = require_transport();
|
|
@@ -7516,7 +7516,7 @@ var require_endpoints = __commonJS((exports) => {
|
|
|
7516
7516
|
exports.resolveParams = resolveParams;
|
|
7517
7517
|
});
|
|
7518
7518
|
|
|
7519
|
-
// node_modules/@smithy/core/dist-cjs/submodules/serde/index.js
|
|
7519
|
+
// ../../node_modules/.bun/@smithy+core@3.33.2/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js
|
|
7520
7520
|
var require_serde = __commonJS((exports) => {
|
|
7521
7521
|
var { createHmac, createHash: createHash2, getRandomValues } = __require("crypto");
|
|
7522
7522
|
var { ReadStream, lstatSync, fstatSync } = __require("fs");
|
|
@@ -9154,7 +9154,7 @@ ${value}\r
|
|
|
9154
9154
|
exports.v4 = v4;
|
|
9155
9155
|
});
|
|
9156
9156
|
|
|
9157
|
-
// node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js
|
|
9157
|
+
// ../../node_modules/.bun/@smithy+core@3.33.2/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js
|
|
9158
9158
|
var require_checksum = __commonJS((exports) => {
|
|
9159
9159
|
var { createReadStream } = __require("fs");
|
|
9160
9160
|
var { Writable } = __require("stream");
|
|
@@ -9770,7 +9770,7 @@ var require_checksum = __commonJS((exports) => {
|
|
|
9770
9770
|
exports.readableStreamHasher = readableStreamHasher;
|
|
9771
9771
|
});
|
|
9772
9772
|
|
|
9773
|
-
// node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js
|
|
9773
|
+
// ../../node_modules/.bun/@smithy+core@3.33.2/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js
|
|
9774
9774
|
var require_event_streams = __commonJS((exports) => {
|
|
9775
9775
|
var { Crc32 } = require_checksum();
|
|
9776
9776
|
var { toHex, fromHex, toUtf8, fromUtf8 } = require_serde();
|
|
@@ -9845,27 +9845,27 @@ var require_event_streams = __commonJS((exports) => {
|
|
|
9845
9845
|
formatHeaderValue(header) {
|
|
9846
9846
|
switch (header.type) {
|
|
9847
9847
|
case "boolean":
|
|
9848
|
-
return Uint8Array.from([header.value ?
|
|
9848
|
+
return Uint8Array.from([header.value ? 0 : 1]);
|
|
9849
9849
|
case "byte":
|
|
9850
|
-
return Uint8Array.from([
|
|
9850
|
+
return Uint8Array.from([2, header.value]);
|
|
9851
9851
|
case "short":
|
|
9852
9852
|
const shortView = new DataView(new ArrayBuffer(3));
|
|
9853
|
-
shortView.setUint8(0,
|
|
9853
|
+
shortView.setUint8(0, 3);
|
|
9854
9854
|
shortView.setInt16(1, header.value, false);
|
|
9855
9855
|
return new Uint8Array(shortView.buffer);
|
|
9856
9856
|
case "integer":
|
|
9857
9857
|
const intView = new DataView(new ArrayBuffer(5));
|
|
9858
|
-
intView.setUint8(0,
|
|
9858
|
+
intView.setUint8(0, 4);
|
|
9859
9859
|
intView.setInt32(1, header.value, false);
|
|
9860
9860
|
return new Uint8Array(intView.buffer);
|
|
9861
9861
|
case "long":
|
|
9862
9862
|
const longBytes = new Uint8Array(9);
|
|
9863
|
-
longBytes[0] =
|
|
9863
|
+
longBytes[0] = 5;
|
|
9864
9864
|
longBytes.set(header.value.bytes, 1);
|
|
9865
9865
|
return longBytes;
|
|
9866
9866
|
case "binary":
|
|
9867
9867
|
const binView = new DataView(new ArrayBuffer(3 + header.value.byteLength));
|
|
9868
|
-
binView.setUint8(0,
|
|
9868
|
+
binView.setUint8(0, 6);
|
|
9869
9869
|
binView.setUint16(1, header.value.byteLength, false);
|
|
9870
9870
|
const binBytes = new Uint8Array(binView.buffer);
|
|
9871
9871
|
binBytes.set(header.value, 3);
|
|
@@ -9873,14 +9873,14 @@ var require_event_streams = __commonJS((exports) => {
|
|
|
9873
9873
|
case "string":
|
|
9874
9874
|
const utf8Bytes = this.fromUtf8(header.value);
|
|
9875
9875
|
const strView = new DataView(new ArrayBuffer(3 + utf8Bytes.byteLength));
|
|
9876
|
-
strView.setUint8(0,
|
|
9876
|
+
strView.setUint8(0, 7);
|
|
9877
9877
|
strView.setUint16(1, utf8Bytes.byteLength, false);
|
|
9878
9878
|
const strBytes = new Uint8Array(strView.buffer);
|
|
9879
9879
|
strBytes.set(utf8Bytes, 3);
|
|
9880
9880
|
return strBytes;
|
|
9881
9881
|
case "timestamp":
|
|
9882
9882
|
const tsBytes = new Uint8Array(9);
|
|
9883
|
-
tsBytes[0] =
|
|
9883
|
+
tsBytes[0] = 8;
|
|
9884
9884
|
tsBytes.set(Int64.fromNumber(header.value.valueOf()).bytes, 1);
|
|
9885
9885
|
return tsBytes;
|
|
9886
9886
|
case "uuid":
|
|
@@ -9888,7 +9888,7 @@ var require_event_streams = __commonJS((exports) => {
|
|
|
9888
9888
|
throw new Error(`Invalid UUID received: ${header.value}`);
|
|
9889
9889
|
}
|
|
9890
9890
|
const uuidBytes = new Uint8Array(17);
|
|
9891
|
-
uuidBytes[0] =
|
|
9891
|
+
uuidBytes[0] = 9;
|
|
9892
9892
|
uuidBytes.set(fromHex(header.value.replace(/-/g, "")), 1);
|
|
9893
9893
|
return uuidBytes;
|
|
9894
9894
|
}
|
|
@@ -9901,46 +9901,46 @@ var require_event_streams = __commonJS((exports) => {
|
|
|
9901
9901
|
const name = this.toUtf8(new Uint8Array(headers.buffer, headers.byteOffset + position, nameLength));
|
|
9902
9902
|
position += nameLength;
|
|
9903
9903
|
switch (headers.getUint8(position++)) {
|
|
9904
|
-
case
|
|
9904
|
+
case 0:
|
|
9905
9905
|
out[name] = {
|
|
9906
9906
|
type: BOOLEAN_TAG,
|
|
9907
9907
|
value: true
|
|
9908
9908
|
};
|
|
9909
9909
|
break;
|
|
9910
|
-
case
|
|
9910
|
+
case 1:
|
|
9911
9911
|
out[name] = {
|
|
9912
9912
|
type: BOOLEAN_TAG,
|
|
9913
9913
|
value: false
|
|
9914
9914
|
};
|
|
9915
9915
|
break;
|
|
9916
|
-
case
|
|
9916
|
+
case 2:
|
|
9917
9917
|
out[name] = {
|
|
9918
9918
|
type: BYTE_TAG,
|
|
9919
9919
|
value: headers.getInt8(position++)
|
|
9920
9920
|
};
|
|
9921
9921
|
break;
|
|
9922
|
-
case
|
|
9922
|
+
case 3:
|
|
9923
9923
|
out[name] = {
|
|
9924
9924
|
type: SHORT_TAG,
|
|
9925
9925
|
value: headers.getInt16(position, false)
|
|
9926
9926
|
};
|
|
9927
9927
|
position += 2;
|
|
9928
9928
|
break;
|
|
9929
|
-
case
|
|
9929
|
+
case 4:
|
|
9930
9930
|
out[name] = {
|
|
9931
9931
|
type: INT_TAG,
|
|
9932
9932
|
value: headers.getInt32(position, false)
|
|
9933
9933
|
};
|
|
9934
9934
|
position += 4;
|
|
9935
9935
|
break;
|
|
9936
|
-
case
|
|
9936
|
+
case 5:
|
|
9937
9937
|
out[name] = {
|
|
9938
9938
|
type: LONG_TAG,
|
|
9939
9939
|
value: new Int64(new Uint8Array(headers.buffer, headers.byteOffset + position, 8))
|
|
9940
9940
|
};
|
|
9941
9941
|
position += 8;
|
|
9942
9942
|
break;
|
|
9943
|
-
case
|
|
9943
|
+
case 6:
|
|
9944
9944
|
const binaryLength = headers.getUint16(position, false);
|
|
9945
9945
|
position += 2;
|
|
9946
9946
|
out[name] = {
|
|
@@ -9949,7 +9949,7 @@ var require_event_streams = __commonJS((exports) => {
|
|
|
9949
9949
|
};
|
|
9950
9950
|
position += binaryLength;
|
|
9951
9951
|
break;
|
|
9952
|
-
case
|
|
9952
|
+
case 7:
|
|
9953
9953
|
const stringLength = headers.getUint16(position, false);
|
|
9954
9954
|
position += 2;
|
|
9955
9955
|
out[name] = {
|
|
@@ -9958,14 +9958,14 @@ var require_event_streams = __commonJS((exports) => {
|
|
|
9958
9958
|
};
|
|
9959
9959
|
position += stringLength;
|
|
9960
9960
|
break;
|
|
9961
|
-
case
|
|
9961
|
+
case 8:
|
|
9962
9962
|
out[name] = {
|
|
9963
9963
|
type: TIMESTAMP_TAG,
|
|
9964
9964
|
value: new Date(new Int64(new Uint8Array(headers.buffer, headers.byteOffset + position, 8)).valueOf())
|
|
9965
9965
|
};
|
|
9966
9966
|
position += 8;
|
|
9967
9967
|
break;
|
|
9968
|
-
case
|
|
9968
|
+
case 9:
|
|
9969
9969
|
const uuidBytes = new Uint8Array(headers.buffer, headers.byteOffset + position, 16);
|
|
9970
9970
|
position += 16;
|
|
9971
9971
|
out[name] = {
|
|
@@ -10388,7 +10388,7 @@ var require_event_streams = __commonJS((exports) => {
|
|
|
10388
10388
|
this.defaultContentType = defaultContentType;
|
|
10389
10389
|
this.compositeErrorRegistry = compositeErrorRegistry;
|
|
10390
10390
|
}
|
|
10391
|
-
async serializeEventStream({ eventStream, requestSchema, initialRequest }) {
|
|
10391
|
+
async serializeEventStream({ eventStream, requestSchema, initialRequest, initialMessageType }) {
|
|
10392
10392
|
const marshaller = this.marshaller;
|
|
10393
10393
|
const eventStreamMember = requestSchema.getEventStreamMember();
|
|
10394
10394
|
const unionSchema = requestSchema.getMemberSchema(eventStreamMember);
|
|
@@ -10399,7 +10399,7 @@ var require_event_streams = __commonJS((exports) => {
|
|
|
10399
10399
|
async* [Symbol.asyncIterator]() {
|
|
10400
10400
|
if (initialRequest) {
|
|
10401
10401
|
const headers = {
|
|
10402
|
-
":event-type": { type: "string", value: "initial-request" },
|
|
10402
|
+
":event-type": { type: "string", value: initialMessageType ?? "initial-request" },
|
|
10403
10403
|
":message-type": { type: "string", value: "event" },
|
|
10404
10404
|
":content-type": { type: "string", value: defaultContentType }
|
|
10405
10405
|
};
|
|
@@ -10443,7 +10443,7 @@ var require_event_streams = __commonJS((exports) => {
|
|
|
10443
10443
|
};
|
|
10444
10444
|
});
|
|
10445
10445
|
}
|
|
10446
|
-
async deserializeEventStream({ response, responseSchema, initialResponseContainer }) {
|
|
10446
|
+
async deserializeEventStream({ response, responseSchema, initialResponseContainer, initialMessageType }) {
|
|
10447
10447
|
const marshaller = this.marshaller;
|
|
10448
10448
|
const eventStreamMember = responseSchema.getEventStreamMember();
|
|
10449
10449
|
const unionSchema = responseSchema.getMemberSchema(eventStreamMember);
|
|
@@ -10458,7 +10458,7 @@ var require_event_streams = __commonJS((exports) => {
|
|
|
10458
10458
|
}
|
|
10459
10459
|
}
|
|
10460
10460
|
const body = event[unionMember].body;
|
|
10461
|
-
if (unionMember === "initial-response") {
|
|
10461
|
+
if (unionMember === (initialMessageType ?? "initial-response")) {
|
|
10462
10462
|
const dataObject = await this.deserializer.read(responseSchema, body);
|
|
10463
10463
|
delete dataObject[eventStreamMember];
|
|
10464
10464
|
return {
|
|
@@ -10653,7 +10653,7 @@ var require_event_streams = __commonJS((exports) => {
|
|
|
10653
10653
|
exports.universalEventStreamSerdeProvider = eventStreamSerdeProvider$1;
|
|
10654
10654
|
});
|
|
10655
10655
|
|
|
10656
|
-
// node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js
|
|
10656
|
+
// ../../node_modules/.bun/@smithy+core@3.33.2/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js
|
|
10657
10657
|
var require_protocols = __commonJS((exports) => {
|
|
10658
10658
|
var { Uint8ArrayBlobAdapter, sdkStreamMixin, splitEvery, splitHeader, fromBase64, _parseEpochTimestamp, _parseRfc7231DateTime, _parseRfc3339DateTimeWithOffset, LazyJsonString, NumericValue, toUtf8, fromUtf8, generateIdempotencyToken, toBase64, dateToUtcString, quoteHeader } = require_serde();
|
|
10659
10659
|
var { TypeRegistry, NormalizedSchema, translateTraits } = require_schema();
|
|
@@ -11126,10 +11126,9 @@ var require_protocols = __commonJS((exports) => {
|
|
|
11126
11126
|
if (eventStreamMember) {
|
|
11127
11127
|
if (input[eventStreamMember]) {
|
|
11128
11128
|
const initialRequest = {};
|
|
11129
|
-
for (const [memberName
|
|
11130
|
-
if (memberName !== eventStreamMember && input[memberName]) {
|
|
11131
|
-
|
|
11132
|
-
initialRequest[memberName] = serializer.flush();
|
|
11129
|
+
for (const [memberName] of ns.structIterator()) {
|
|
11130
|
+
if (memberName !== eventStreamMember && input[memberName] != null) {
|
|
11131
|
+
initialRequest[memberName] = input[memberName];
|
|
11133
11132
|
}
|
|
11134
11133
|
}
|
|
11135
11134
|
payload = await this.serializeEventStream({
|
|
@@ -11570,10 +11569,12 @@ var require_protocols = __commonJS((exports) => {
|
|
|
11570
11569
|
if (body && Object.keys(headers).map((str) => str.toLowerCase()).indexOf(CONTENT_LENGTH_HEADER) === -1) {
|
|
11571
11570
|
try {
|
|
11572
11571
|
const length = bodyLengthChecker(body);
|
|
11573
|
-
|
|
11574
|
-
|
|
11575
|
-
|
|
11576
|
-
|
|
11572
|
+
if (length != null) {
|
|
11573
|
+
request.headers = {
|
|
11574
|
+
...request.headers,
|
|
11575
|
+
[CONTENT_LENGTH_HEADER]: String(length)
|
|
11576
|
+
};
|
|
11577
|
+
}
|
|
11577
11578
|
} catch (ignored) {}
|
|
11578
11579
|
}
|
|
11579
11580
|
}
|
|
@@ -11642,7 +11643,7 @@ var require_protocols = __commonJS((exports) => {
|
|
|
11642
11643
|
exports.resolvedPath = resolvedPath;
|
|
11643
11644
|
});
|
|
11644
11645
|
|
|
11645
|
-
// node_modules/@smithy/core/dist-cjs/submodules/retry/index.js
|
|
11646
|
+
// ../../node_modules/.bun/@smithy+core@3.33.2/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js
|
|
11646
11647
|
var require_retry = __commonJS((exports) => {
|
|
11647
11648
|
var { Readable } = __require("stream");
|
|
11648
11649
|
var { NoOpLogger, normalizeProvider } = require_client();
|
|
@@ -12439,7 +12440,7 @@ var require_retry = __commonJS((exports) => {
|
|
|
12439
12440
|
exports.retryMiddlewareOptions = retryMiddlewareOptions;
|
|
12440
12441
|
});
|
|
12441
12442
|
|
|
12442
|
-
// node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js
|
|
12443
|
+
// ../../node_modules/.bun/@aws+lambda-invoke-store@0.3.0/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js
|
|
12443
12444
|
var require_invoke_store = __commonJS((exports) => {
|
|
12444
12445
|
var PROTECTED_KEYS = {
|
|
12445
12446
|
REQUEST_ID: Symbol.for("_AWS_LAMBDA_REQUEST_ID"),
|
|
@@ -12568,7 +12569,7 @@ var require_invoke_store = __commonJS((exports) => {
|
|
|
12568
12569
|
exports.InvokeStoreBase = InvokeStoreBase;
|
|
12569
12570
|
});
|
|
12570
12571
|
|
|
12571
|
-
// node_modules/@smithy/core/dist-cjs/index.js
|
|
12572
|
+
// ../../node_modules/.bun/@smithy+core@3.33.2/node_modules/@smithy/core/dist-cjs/index.js
|
|
12572
12573
|
var require_dist_cjs2 = __commonJS((exports) => {
|
|
12573
12574
|
var { getSmithyContext } = require_transport();
|
|
12574
12575
|
exports.getSmithyContext = getSmithyContext;
|
|
@@ -12894,7 +12895,7 @@ var require_dist_cjs2 = __commonJS((exports) => {
|
|
|
12894
12895
|
exports.setFeature = setFeature;
|
|
12895
12896
|
});
|
|
12896
12897
|
|
|
12897
|
-
// node_modules/bowser/es5.js
|
|
12898
|
+
// ../../node_modules/.bun/bowser@2.14.1/node_modules/bowser/es5.js
|
|
12898
12899
|
var require_es5 = __commonJS((exports, module) => {
|
|
12899
12900
|
(function(e, t) {
|
|
12900
12901
|
typeof exports == "object" && typeof module == "object" ? module.exports = t() : typeof define == "function" && define.amd ? define([], t) : typeof exports == "object" ? exports.bowser = t() : e.bowser = t();
|
|
@@ -13734,7 +13735,7 @@ var require_es5 = __commonJS((exports, module) => {
|
|
|
13734
13735
|
});
|
|
13735
13736
|
});
|
|
13736
13737
|
|
|
13737
|
-
// node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js
|
|
13738
|
+
// ../../node_modules/.bun/@aws-sdk+core@3.977.8/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js
|
|
13738
13739
|
var require_client2 = __commonJS((exports) => {
|
|
13739
13740
|
var { Retry, RETRY_MODES } = require_retry();
|
|
13740
13741
|
var { HttpRequest, parseUrl } = require_protocols();
|
|
@@ -14672,7 +14673,7 @@ More information can be found at: https://a.co/c895JFp`);
|
|
|
14672
14673
|
exports.userAgentMiddleware = userAgentMiddleware;
|
|
14673
14674
|
});
|
|
14674
14675
|
|
|
14675
|
-
// node_modules/@smithy/signature-v4/dist-cjs/index.js
|
|
14676
|
+
// ../../node_modules/.bun/@smithy+signature-v4@5.7.2/node_modules/@smithy/signature-v4/dist-cjs/index.js
|
|
14676
14677
|
var require_dist_cjs3 = __commonJS((exports) => {
|
|
14677
14678
|
var { fromUtf8, fromHex, toHex, toUint8Array, isArrayBuffer } = require_serde();
|
|
14678
14679
|
var { normalizeProvider } = require_client();
|
|
@@ -14696,27 +14697,27 @@ var require_dist_cjs3 = __commonJS((exports) => {
|
|
|
14696
14697
|
formatHeaderValue(header) {
|
|
14697
14698
|
switch (header.type) {
|
|
14698
14699
|
case "boolean":
|
|
14699
|
-
return Uint8Array.from([header.value ?
|
|
14700
|
+
return Uint8Array.from([header.value ? 0 : 1]);
|
|
14700
14701
|
case "byte":
|
|
14701
|
-
return Uint8Array.from([
|
|
14702
|
+
return Uint8Array.from([2, header.value]);
|
|
14702
14703
|
case "short":
|
|
14703
14704
|
const shortView = new DataView(new ArrayBuffer(3));
|
|
14704
|
-
shortView.setUint8(0,
|
|
14705
|
+
shortView.setUint8(0, 3);
|
|
14705
14706
|
shortView.setInt16(1, header.value, false);
|
|
14706
14707
|
return new Uint8Array(shortView.buffer);
|
|
14707
14708
|
case "integer":
|
|
14708
14709
|
const intView = new DataView(new ArrayBuffer(5));
|
|
14709
|
-
intView.setUint8(0,
|
|
14710
|
+
intView.setUint8(0, 4);
|
|
14710
14711
|
intView.setInt32(1, header.value, false);
|
|
14711
14712
|
return new Uint8Array(intView.buffer);
|
|
14712
14713
|
case "long":
|
|
14713
14714
|
const longBytes = new Uint8Array(9);
|
|
14714
|
-
longBytes[0] =
|
|
14715
|
+
longBytes[0] = 5;
|
|
14715
14716
|
longBytes.set(header.value.bytes, 1);
|
|
14716
14717
|
return longBytes;
|
|
14717
14718
|
case "binary":
|
|
14718
14719
|
const binView = new DataView(new ArrayBuffer(3 + header.value.byteLength));
|
|
14719
|
-
binView.setUint8(0,
|
|
14720
|
+
binView.setUint8(0, 6);
|
|
14720
14721
|
binView.setUint16(1, header.value.byteLength, false);
|
|
14721
14722
|
const binBytes = new Uint8Array(binView.buffer);
|
|
14722
14723
|
binBytes.set(header.value, 3);
|
|
@@ -14724,14 +14725,14 @@ var require_dist_cjs3 = __commonJS((exports) => {
|
|
|
14724
14725
|
case "string":
|
|
14725
14726
|
const utf8Bytes = fromUtf8(header.value);
|
|
14726
14727
|
const strView = new DataView(new ArrayBuffer(3 + utf8Bytes.byteLength));
|
|
14727
|
-
strView.setUint8(0,
|
|
14728
|
+
strView.setUint8(0, 7);
|
|
14728
14729
|
strView.setUint16(1, utf8Bytes.byteLength, false);
|
|
14729
14730
|
const strBytes = new Uint8Array(strView.buffer);
|
|
14730
14731
|
strBytes.set(utf8Bytes, 3);
|
|
14731
14732
|
return strBytes;
|
|
14732
14733
|
case "timestamp":
|
|
14733
14734
|
const tsBytes = new Uint8Array(9);
|
|
14734
|
-
tsBytes[0] =
|
|
14735
|
+
tsBytes[0] = 8;
|
|
14735
14736
|
tsBytes.set(Int64.fromNumber(header.value.valueOf()).bytes, 1);
|
|
14736
14737
|
return tsBytes;
|
|
14737
14738
|
case "uuid":
|
|
@@ -14739,7 +14740,7 @@ var require_dist_cjs3 = __commonJS((exports) => {
|
|
|
14739
14740
|
throw new Error(`Invalid UUID received: ${header.value}`);
|
|
14740
14741
|
}
|
|
14741
14742
|
const uuidBytes = new Uint8Array(17);
|
|
14742
|
-
uuidBytes[0] =
|
|
14743
|
+
uuidBytes[0] = 9;
|
|
14743
14744
|
uuidBytes.set(fromHex(header.value.replace(/-/g, "")), 1);
|
|
14744
14745
|
return uuidBytes;
|
|
14745
14746
|
}
|
|
@@ -15212,7 +15213,7 @@ ${toHex(hashedRequest)}`;
|
|
|
15212
15213
|
exports.signatureV4aContainer = signatureV4aContainer;
|
|
15213
15214
|
});
|
|
15214
15215
|
|
|
15215
|
-
// node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js
|
|
15216
|
+
// ../../node_modules/.bun/@aws-sdk+core@3.977.8/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js
|
|
15216
15217
|
var require_httpAuthSchemes = __commonJS((exports) => {
|
|
15217
15218
|
var { ProviderError, booleanSelector, SelectorType, loadConfig } = require_config();
|
|
15218
15219
|
var { setCredentialFeature } = require_client2();
|
|
@@ -15542,7 +15543,7 @@ var require_httpAuthSchemes = __commonJS((exports) => {
|
|
|
15542
15543
|
exports.validateSigningProperties = validateSigningProperties;
|
|
15543
15544
|
});
|
|
15544
15545
|
|
|
15545
|
-
// node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js
|
|
15546
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-env@3.972.69/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js
|
|
15546
15547
|
var import_client3, import_config, ENV_KEY = "AWS_ACCESS_KEY_ID", ENV_SECRET = "AWS_SECRET_ACCESS_KEY", ENV_SESSION = "AWS_SESSION_TOKEN", ENV_EXPIRATION = "AWS_CREDENTIAL_EXPIRATION", ENV_CREDENTIAL_SCOPE = "AWS_CREDENTIAL_SCOPE", ENV_ACCOUNT_ID = "AWS_ACCOUNT_ID", fromEnv = (init) => async () => {
|
|
15547
15548
|
init?.logger?.debug("@aws-sdk/credential-provider-env - fromEnv");
|
|
15548
15549
|
const accessKeyId = process.env[ENV_KEY];
|
|
@@ -15570,7 +15571,7 @@ var init_fromEnv = __esm(() => {
|
|
|
15570
15571
|
import_config = __toESM(require_config(), 1);
|
|
15571
15572
|
});
|
|
15572
15573
|
|
|
15573
|
-
// node_modules/@aws-sdk/credential-provider-env/dist-es/index.js
|
|
15574
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-env@3.972.69/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js
|
|
15574
15575
|
var exports_dist_es = {};
|
|
15575
15576
|
__export(exports_dist_es, {
|
|
15576
15577
|
fromEnv: () => fromEnv,
|
|
@@ -15585,7 +15586,7 @@ var init_dist_es = __esm(() => {
|
|
|
15585
15586
|
init_fromEnv();
|
|
15586
15587
|
});
|
|
15587
15588
|
|
|
15588
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js
|
|
15589
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js
|
|
15589
15590
|
var isImdsCredentials = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.AccessKeyId === "string" && typeof arg.SecretAccessKey === "string" && typeof arg.Token === "string" && typeof arg.Expiration === "string", fromImdsCredentials = (creds) => ({
|
|
15590
15591
|
accessKeyId: creds.AccessKeyId,
|
|
15591
15592
|
secretAccessKey: creds.SecretAccessKey,
|
|
@@ -15594,14 +15595,14 @@ var isImdsCredentials = (arg) => Boolean(arg) && typeof arg === "object" && type
|
|
|
15594
15595
|
...creds.AccountId && { accountId: creds.AccountId }
|
|
15595
15596
|
});
|
|
15596
15597
|
|
|
15597
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js
|
|
15598
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js
|
|
15598
15599
|
var DEFAULT_TIMEOUT = 1000, DEFAULT_MAX_RETRIES = 0, providerConfigFromInit = ({ maxRetries = DEFAULT_MAX_RETRIES, timeout = DEFAULT_TIMEOUT }) => ({ maxRetries, timeout });
|
|
15599
15600
|
|
|
15600
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/node-http.js
|
|
15601
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/node-http.js
|
|
15601
15602
|
import node_http from "http";
|
|
15602
15603
|
var init_node_http = () => {};
|
|
15603
15604
|
|
|
15604
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js
|
|
15605
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js
|
|
15605
15606
|
function httpRequest(options) {
|
|
15606
15607
|
return new Promise((resolve3, reject) => {
|
|
15607
15608
|
const req = node_http.request({
|
|
@@ -15641,7 +15642,7 @@ var init_httpRequest = __esm(() => {
|
|
|
15641
15642
|
import_config2 = __toESM(require_config(), 1);
|
|
15642
15643
|
});
|
|
15643
15644
|
|
|
15644
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js
|
|
15645
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js
|
|
15645
15646
|
var retry = (toRetry, maxRetries) => {
|
|
15646
15647
|
let promise = toRetry();
|
|
15647
15648
|
for (let i = 0;i < maxRetries; i++) {
|
|
@@ -15650,7 +15651,7 @@ var retry = (toRetry, maxRetries) => {
|
|
|
15650
15651
|
return promise;
|
|
15651
15652
|
};
|
|
15652
15653
|
|
|
15653
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js
|
|
15654
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js
|
|
15654
15655
|
var import_config3, ENV_CMDS_FULL_URI = "AWS_CONTAINER_CREDENTIALS_FULL_URI", ENV_CMDS_RELATIVE_URI = "AWS_CONTAINER_CREDENTIALS_RELATIVE_URI", ENV_CMDS_AUTH_TOKEN = "AWS_CONTAINER_AUTHORIZATION_TOKEN", fromContainerMetadata = (init = {}) => {
|
|
15655
15656
|
const { timeout, maxRetries } = providerConfigFromInit(init);
|
|
15656
15657
|
return () => retry(async () => {
|
|
@@ -15720,7 +15721,7 @@ var init_fromContainerMetadata = __esm(() => {
|
|
|
15720
15721
|
GREENGRASS_PROTOCOLS = new Set(["http:", "https:"]);
|
|
15721
15722
|
});
|
|
15722
15723
|
|
|
15723
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js
|
|
15724
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js
|
|
15724
15725
|
var import_config4, InstanceMetadataV1FallbackError;
|
|
15725
15726
|
var init_InstanceMetadataV1FallbackError = __esm(() => {
|
|
15726
15727
|
import_config4 = __toESM(require_config(), 1);
|
|
@@ -15735,7 +15736,7 @@ var init_InstanceMetadataV1FallbackError = __esm(() => {
|
|
|
15735
15736
|
};
|
|
15736
15737
|
});
|
|
15737
15738
|
|
|
15738
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js
|
|
15739
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js
|
|
15739
15740
|
var Endpoint;
|
|
15740
15741
|
var init_Endpoint = __esm(() => {
|
|
15741
15742
|
(function(Endpoint2) {
|
|
@@ -15744,7 +15745,7 @@ var init_Endpoint = __esm(() => {
|
|
|
15744
15745
|
})(Endpoint || (Endpoint = {}));
|
|
15745
15746
|
});
|
|
15746
15747
|
|
|
15747
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js
|
|
15748
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js
|
|
15748
15749
|
var ENV_ENDPOINT_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT", CONFIG_ENDPOINT_NAME = "ec2_metadata_service_endpoint", ENDPOINT_CONFIG_OPTIONS;
|
|
15749
15750
|
var init_EndpointConfigOptions = __esm(() => {
|
|
15750
15751
|
ENDPOINT_CONFIG_OPTIONS = {
|
|
@@ -15754,7 +15755,7 @@ var init_EndpointConfigOptions = __esm(() => {
|
|
|
15754
15755
|
};
|
|
15755
15756
|
});
|
|
15756
15757
|
|
|
15757
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js
|
|
15758
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js
|
|
15758
15759
|
var EndpointMode;
|
|
15759
15760
|
var init_EndpointMode = __esm(() => {
|
|
15760
15761
|
(function(EndpointMode2) {
|
|
@@ -15763,7 +15764,7 @@ var init_EndpointMode = __esm(() => {
|
|
|
15763
15764
|
})(EndpointMode || (EndpointMode = {}));
|
|
15764
15765
|
});
|
|
15765
15766
|
|
|
15766
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js
|
|
15767
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js
|
|
15767
15768
|
var ENV_ENDPOINT_MODE_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE", CONFIG_ENDPOINT_MODE_NAME = "ec2_metadata_service_endpoint_mode", ENDPOINT_MODE_CONFIG_OPTIONS;
|
|
15768
15769
|
var init_EndpointModeConfigOptions = __esm(() => {
|
|
15769
15770
|
init_EndpointMode();
|
|
@@ -15774,7 +15775,7 @@ var init_EndpointModeConfigOptions = __esm(() => {
|
|
|
15774
15775
|
};
|
|
15775
15776
|
});
|
|
15776
15777
|
|
|
15777
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js
|
|
15778
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js
|
|
15778
15779
|
var import_config5, import_protocols, getInstanceMetadataEndpoint = async () => import_protocols.parseUrl(await getFromEndpointConfig() || await getFromEndpointModeConfig()), getFromEndpointConfig = async () => import_config5.loadConfig(ENDPOINT_CONFIG_OPTIONS)(), getFromEndpointModeConfig = async () => {
|
|
15779
15780
|
const endpointMode = await import_config5.loadConfig(ENDPOINT_MODE_CONFIG_OPTIONS)();
|
|
15780
15781
|
switch (endpointMode) {
|
|
@@ -15795,7 +15796,7 @@ var init_getInstanceMetadataEndpoint = __esm(() => {
|
|
|
15795
15796
|
import_protocols = __toESM(require_protocols(), 1);
|
|
15796
15797
|
});
|
|
15797
15798
|
|
|
15798
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js
|
|
15799
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js
|
|
15799
15800
|
var STATIC_STABILITY_REFRESH_INTERVAL_SECONDS, STATIC_STABILITY_REFRESH_INTERVAL_JITTER_WINDOW_SECONDS, STATIC_STABILITY_DOC_URL = "https://docs.aws.amazon.com/sdkref/latest/guide/feature-static-credentials.html", getExtendedInstanceMetadataCredentials = (credentials, logger) => {
|
|
15800
15801
|
const refreshInterval = STATIC_STABILITY_REFRESH_INTERVAL_SECONDS + Math.floor(Math.random() * STATIC_STABILITY_REFRESH_INTERVAL_JITTER_WINDOW_SECONDS);
|
|
15801
15802
|
const newExpiration = new Date(Date.now() + refreshInterval * 1000);
|
|
@@ -15813,7 +15814,7 @@ var init_getExtendedInstanceMetadataCredentials = __esm(() => {
|
|
|
15813
15814
|
STATIC_STABILITY_REFRESH_INTERVAL_JITTER_WINDOW_SECONDS = 5 * 60;
|
|
15814
15815
|
});
|
|
15815
15816
|
|
|
15816
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js
|
|
15817
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js
|
|
15817
15818
|
var staticStabilityProvider = (provider, options = {}) => {
|
|
15818
15819
|
const logger = options?.logger || console;
|
|
15819
15820
|
let pastCredentials;
|
|
@@ -15840,7 +15841,7 @@ var init_staticStabilityProvider = __esm(() => {
|
|
|
15840
15841
|
init_getExtendedInstanceMetadataCredentials();
|
|
15841
15842
|
});
|
|
15842
15843
|
|
|
15843
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js
|
|
15844
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js
|
|
15844
15845
|
var import_config6, IMDS_PATH = "/latest/meta-data/iam/security-credentials/", IMDS_TOKEN_PATH = "/latest/api/token", AWS_EC2_METADATA_V1_DISABLED = "AWS_EC2_METADATA_V1_DISABLED", PROFILE_AWS_EC2_METADATA_V1_DISABLED = "ec2_metadata_v1_disabled", X_AWS_EC2_METADATA_TOKEN = "x-aws-ec2-metadata-token", fromInstanceMetadata = (init = {}) => staticStabilityProvider(getInstanceMetadataProvider(init), { logger: init.logger }), getInstanceMetadataProvider = (init = {}) => {
|
|
15845
15846
|
let disableFetchToken = false;
|
|
15846
15847
|
const { logger, profile } = init;
|
|
@@ -15960,7 +15961,7 @@ var init_fromInstanceMetadata = __esm(() => {
|
|
|
15960
15961
|
import_config6 = __toESM(require_config(), 1);
|
|
15961
15962
|
});
|
|
15962
15963
|
|
|
15963
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/index.js
|
|
15964
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/index.js
|
|
15964
15965
|
var exports_dist_es2 = {};
|
|
15965
15966
|
__export(exports_dist_es2, {
|
|
15966
15967
|
providerConfigFromInit: () => providerConfigFromInit,
|
|
@@ -15983,7 +15984,7 @@ var init_dist_es2 = __esm(() => {
|
|
|
15983
15984
|
init_Endpoint();
|
|
15984
15985
|
});
|
|
15985
15986
|
|
|
15986
|
-
// node_modules/@smithy/node-http-handler/dist-cjs/index.js
|
|
15987
|
+
// ../../node_modules/.bun/@smithy+node-http-handler@4.11.2/node_modules/@smithy/node-http-handler/dist-cjs/index.js
|
|
15987
15988
|
var require_dist_cjs4 = __commonJS((exports) => {
|
|
15988
15989
|
var { buildQueryString, HttpResponse } = require_protocols();
|
|
15989
15990
|
var node_https = __require("https");
|
|
@@ -16797,7 +16798,7 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
|
|
16797
16798
|
exports.NodeHttpHandler = NodeHttpHandler;
|
|
16798
16799
|
});
|
|
16799
16800
|
|
|
16800
|
-
// node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js
|
|
16801
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-http@3.972.71/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js
|
|
16801
16802
|
var import_config7, ECS_CONTAINER_HOST = "169.254.170.2", EKS_CONTAINER_HOST_IPv4 = "169.254.170.23", EKS_CONTAINER_HOST_IPv6 = "[fd00:ec2::23]", checkUrl = (url, logger) => {
|
|
16802
16803
|
if (url.protocol === "https:") {
|
|
16803
16804
|
return;
|
|
@@ -16831,7 +16832,7 @@ var init_checkUrl = __esm(() => {
|
|
|
16831
16832
|
import_config7 = __toESM(require_config(), 1);
|
|
16832
16833
|
});
|
|
16833
16834
|
|
|
16834
|
-
// node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js
|
|
16835
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-http@3.972.71/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js
|
|
16835
16836
|
function createGetRequest(url) {
|
|
16836
16837
|
return new import_protocols2.HttpRequest({
|
|
16837
16838
|
protocol: url.protocol,
|
|
@@ -16880,7 +16881,7 @@ var init_requestHelpers = __esm(() => {
|
|
|
16880
16881
|
import_serde2 = __toESM(require_serde(), 1);
|
|
16881
16882
|
});
|
|
16882
16883
|
|
|
16883
|
-
// node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js
|
|
16884
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-http@3.972.71/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js
|
|
16884
16885
|
var retryWrapper = (toRetry, maxRetries, delayMs) => {
|
|
16885
16886
|
return async () => {
|
|
16886
16887
|
for (let i = 0;i < maxRetries; ++i) {
|
|
@@ -16894,7 +16895,7 @@ var retryWrapper = (toRetry, maxRetries, delayMs) => {
|
|
|
16894
16895
|
};
|
|
16895
16896
|
};
|
|
16896
16897
|
|
|
16897
|
-
// node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js
|
|
16898
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-http@3.972.71/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js
|
|
16898
16899
|
import fs from "fs/promises";
|
|
16899
16900
|
var import_client4, import_config9, import_node_http_handler, AWS_CONTAINER_CREDENTIALS_RELATIVE_URI = "AWS_CONTAINER_CREDENTIALS_RELATIVE_URI", DEFAULT_LINK_LOCAL_HOST = "http://169.254.170.2", AWS_CONTAINER_CREDENTIALS_FULL_URI = "AWS_CONTAINER_CREDENTIALS_FULL_URI", AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE = "AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE", AWS_CONTAINER_AUTHORIZATION_TOKEN = "AWS_CONTAINER_AUTHORIZATION_TOKEN", fromHttp = (options = {}) => {
|
|
16900
16901
|
options.logger?.debug("@aws-sdk/credential-provider-http - fromHttp");
|
|
@@ -16960,7 +16961,7 @@ var init_fromHttp = __esm(() => {
|
|
|
16960
16961
|
import_node_http_handler = __toESM(require_dist_cjs4(), 1);
|
|
16961
16962
|
});
|
|
16962
16963
|
|
|
16963
|
-
// node_modules/@aws-sdk/credential-provider-http/dist-es/index.js
|
|
16964
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-http@3.972.71/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js
|
|
16964
16965
|
var exports_dist_es3 = {};
|
|
16965
16966
|
__export(exports_dist_es3, {
|
|
16966
16967
|
fromHttp: () => fromHttp
|
|
@@ -16969,16 +16970,16 @@ var init_dist_es3 = __esm(() => {
|
|
|
16969
16970
|
init_fromHttp();
|
|
16970
16971
|
});
|
|
16971
16972
|
|
|
16972
|
-
// node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js
|
|
16973
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.13/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js
|
|
16973
16974
|
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");
|
|
16974
16975
|
|
|
16975
|
-
// node_modules/@aws-sdk/token-providers/dist-es/constants.js
|
|
16976
|
+
// ../../node_modules/.bun/@aws-sdk+token-providers@3.1111.0/node_modules/@aws-sdk/token-providers/dist-es/constants.js
|
|
16976
16977
|
var EXPIRE_WINDOW_MS, REFRESH_MESSAGE = `To refresh this SSO session run 'aws sso login' with the corresponding profile.`;
|
|
16977
16978
|
var init_constants = __esm(() => {
|
|
16978
16979
|
EXPIRE_WINDOW_MS = 5 * 60 * 1000;
|
|
16979
16980
|
});
|
|
16980
16981
|
|
|
16981
|
-
// node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js
|
|
16982
|
+
// ../../node_modules/.bun/@smithy+core@3.33.2/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js
|
|
16982
16983
|
var require_cbor = __commonJS((exports) => {
|
|
16983
16984
|
var { nv, NumericValue, calculateBodyLength, generateIdempotencyToken, fromBase64, _parseEpochTimestamp } = require_serde();
|
|
16984
16985
|
var { HttpRequest: HttpRequest2, collectBody, SerdeContext, RpcProtocol } = require_protocols();
|
|
@@ -19072,9 +19073,9 @@ var require_cbor = __commonJS((exports) => {
|
|
|
19072
19073
|
this.serializer.write(15, {});
|
|
19073
19074
|
request.body = this.serializer.flush();
|
|
19074
19075
|
}
|
|
19075
|
-
|
|
19076
|
+
if (request.body instanceof Uint8Array) {
|
|
19076
19077
|
request.headers["content-length"] = String(request.body.byteLength);
|
|
19077
|
-
}
|
|
19078
|
+
}
|
|
19078
19079
|
}
|
|
19079
19080
|
const { service, operation } = getSmithyContext2(context);
|
|
19080
19081
|
const path = `/service/${service}/operation/${operation}`;
|
|
@@ -19346,7 +19347,7 @@ var require_cbor = __commonJS((exports) => {
|
|
|
19346
19347
|
exports.tagSymbol = tagSymbol;
|
|
19347
19348
|
});
|
|
19348
19349
|
|
|
19349
|
-
// node_modules/@aws-sdk/xml-builder/dist-cjs/index.js
|
|
19350
|
+
// ../../node_modules/.bun/@aws-sdk+xml-builder@3.972.39/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js
|
|
19350
19351
|
var require_dist_cjs5 = __commonJS((exports) => {
|
|
19351
19352
|
var ATTR_ESCAPE_RE = /[&<>"]/g;
|
|
19352
19353
|
var ATTR_ESCAPE_MAP = {
|
|
@@ -19714,7 +19715,7 @@ var require_dist_cjs5 = __commonJS((exports) => {
|
|
|
19714
19715
|
exports.parseXML = parseXML;
|
|
19715
19716
|
});
|
|
19716
19717
|
|
|
19717
|
-
// node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js
|
|
19718
|
+
// ../../node_modules/.bun/@aws-sdk+core@3.977.8/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js
|
|
19718
19719
|
var require_protocols2 = __commonJS((exports) => {
|
|
19719
19720
|
var { SmithyRpcV2CborProtocol, loadSmithyRpcV2CborErrorCode } = require_cbor();
|
|
19720
19721
|
var { TypeRegistry, NormalizedSchema, deref } = require_schema();
|
|
@@ -22555,7 +22556,7 @@ var require_protocols2 = __commonJS((exports) => {
|
|
|
22555
22556
|
exports.parseXmlErrorBody = parseXmlErrorBody;
|
|
22556
22557
|
});
|
|
22557
22558
|
|
|
22558
|
-
// node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js
|
|
22559
|
+
// ../../node_modules/.bun/@aws-sdk+nested-clients@3.997.43/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js
|
|
22559
22560
|
var require_sso_oidc = __commonJS((exports) => {
|
|
22560
22561
|
var { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require_client2();
|
|
22561
22562
|
var { NoAuthSigner, getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin } = require_dist_cjs2();
|
|
@@ -23310,7 +23311,7 @@ var require_sso_oidc = __commonJS((exports) => {
|
|
|
23310
23311
|
exports.errorTypeRegistries = errorTypeRegistries;
|
|
23311
23312
|
});
|
|
23312
23313
|
|
|
23313
|
-
// node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js
|
|
23314
|
+
// ../../node_modules/.bun/@aws-sdk+token-providers@3.1111.0/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js
|
|
23314
23315
|
var getSsoOidcClient = async (ssoRegion, init = {}, callerClientConfig) => {
|
|
23315
23316
|
const { SSOOIDCClient } = await Promise.resolve().then(() => __toESM(require_sso_oidc(), 1));
|
|
23316
23317
|
const coalesce = (prop) => init.clientConfig?.[prop] ?? init.parentClientConfig?.[prop] ?? callerClientConfig?.[prop];
|
|
@@ -23322,7 +23323,7 @@ var getSsoOidcClient = async (ssoRegion, init = {}, callerClientConfig) => {
|
|
|
23322
23323
|
return ssoOidcClient;
|
|
23323
23324
|
};
|
|
23324
23325
|
|
|
23325
|
-
// node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js
|
|
23326
|
+
// ../../node_modules/.bun/@aws-sdk+token-providers@3.1111.0/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js
|
|
23326
23327
|
var getNewSsoOidcToken = async (ssoToken, ssoRegion, init = {}, callerClientConfig) => {
|
|
23327
23328
|
const { CreateTokenCommand } = await Promise.resolve().then(() => __toESM(require_sso_oidc(), 1));
|
|
23328
23329
|
const ssoOidcClient = await getSsoOidcClient(ssoRegion, init, callerClientConfig);
|
|
@@ -23335,7 +23336,7 @@ var getNewSsoOidcToken = async (ssoToken, ssoRegion, init = {}, callerClientConf
|
|
|
23335
23336
|
};
|
|
23336
23337
|
var init_getNewSsoOidcToken = () => {};
|
|
23337
23338
|
|
|
23338
|
-
// node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js
|
|
23339
|
+
// ../../node_modules/.bun/@aws-sdk+token-providers@3.1111.0/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js
|
|
23339
23340
|
var import_config11, validateTokenExpiry = (token) => {
|
|
23340
23341
|
if (token.expiration && token.expiration.getTime() < Date.now()) {
|
|
23341
23342
|
throw new import_config11.TokenProviderError(`Token is expired. ${REFRESH_MESSAGE}`, false);
|
|
@@ -23346,7 +23347,7 @@ var init_validateTokenExpiry = __esm(() => {
|
|
|
23346
23347
|
import_config11 = __toESM(require_config(), 1);
|
|
23347
23348
|
});
|
|
23348
23349
|
|
|
23349
|
-
// node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js
|
|
23350
|
+
// ../../node_modules/.bun/@aws-sdk+token-providers@3.1111.0/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js
|
|
23350
23351
|
var import_config12, validateTokenKey = (key, value, forRefresh = false) => {
|
|
23351
23352
|
if (typeof value === "undefined") {
|
|
23352
23353
|
throw new import_config12.TokenProviderError(`Value not present for '${key}' in SSO Token${forRefresh ? ". Cannot refresh" : ""}. ${REFRESH_MESSAGE}`, false);
|
|
@@ -23357,7 +23358,7 @@ var init_validateTokenKey = __esm(() => {
|
|
|
23357
23358
|
import_config12 = __toESM(require_config(), 1);
|
|
23358
23359
|
});
|
|
23359
23360
|
|
|
23360
|
-
// node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js
|
|
23361
|
+
// ../../node_modules/.bun/@aws-sdk+token-providers@3.1111.0/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js
|
|
23361
23362
|
import { promises as fsPromises } from "fs";
|
|
23362
23363
|
var import_config13, writeFile, writeSSOTokenToFile = (id, ssoToken) => {
|
|
23363
23364
|
const tokenFilepath = import_config13.getSSOTokenFilepath(id);
|
|
@@ -23369,7 +23370,7 @@ var init_writeSSOTokenToFile = __esm(() => {
|
|
|
23369
23370
|
({ writeFile } = fsPromises);
|
|
23370
23371
|
});
|
|
23371
23372
|
|
|
23372
|
-
// node_modules/@aws-sdk/token-providers/dist-es/fromSso.js
|
|
23373
|
+
// ../../node_modules/.bun/@aws-sdk+token-providers@3.1111.0/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js
|
|
23373
23374
|
var import_config14, lastRefreshAttemptTime, fromSso = (init = {}) => async ({ callerClientConfig } = {}) => {
|
|
23374
23375
|
init.logger?.debug("@aws-sdk/token-providers - fromSso");
|
|
23375
23376
|
const profiles = await import_config14.parseKnownFiles(init);
|
|
@@ -23448,12 +23449,12 @@ var init_fromSso = __esm(() => {
|
|
|
23448
23449
|
lastRefreshAttemptTime = new Date(0);
|
|
23449
23450
|
});
|
|
23450
23451
|
|
|
23451
|
-
// node_modules/@aws-sdk/token-providers/dist-es/index.js
|
|
23452
|
+
// ../../node_modules/.bun/@aws-sdk+token-providers@3.1111.0/node_modules/@aws-sdk/token-providers/dist-es/index.js
|
|
23452
23453
|
var init_dist_es4 = __esm(() => {
|
|
23453
23454
|
init_fromSso();
|
|
23454
23455
|
});
|
|
23455
23456
|
|
|
23456
|
-
// node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js
|
|
23457
|
+
// ../../node_modules/.bun/@aws-sdk+nested-clients@3.997.43/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js
|
|
23457
23458
|
function createAwsAuthSigv4HttpAuthOption2(authParameters) {
|
|
23458
23459
|
return {
|
|
23459
23460
|
schemeId: "aws.auth#sigv4",
|
|
@@ -23901,7 +23902,7 @@ var init_sso = __esm(() => {
|
|
|
23901
23902
|
$SSOClient = SSOClient;
|
|
23902
23903
|
});
|
|
23903
23904
|
|
|
23904
|
-
// node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js
|
|
23905
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.13/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js
|
|
23905
23906
|
var exports_loadSso = {};
|
|
23906
23907
|
__export(exports_loadSso, {
|
|
23907
23908
|
SSOClient: () => $SSOClient,
|
|
@@ -23911,7 +23912,7 @@ var init_loadSso = __esm(() => {
|
|
|
23911
23912
|
init_sso();
|
|
23912
23913
|
});
|
|
23913
23914
|
|
|
23914
|
-
// node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js
|
|
23915
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.13/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js
|
|
23915
23916
|
var import_client5, import_config15, SHOULD_FAIL_CREDENTIAL_CHAIN = false, resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, clientConfig, parentClientConfig, callerClientConfig, profile, filepath, configFilepath, ignoreCache, logger }) => {
|
|
23916
23917
|
let token;
|
|
23917
23918
|
const refreshMessage = `To refresh this SSO session run aws sso login with the corresponding profile.`;
|
|
@@ -24000,7 +24001,7 @@ var init_resolveSSOCredentials = __esm(() => {
|
|
|
24000
24001
|
import_config15 = __toESM(require_config(), 1);
|
|
24001
24002
|
});
|
|
24002
24003
|
|
|
24003
|
-
// node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js
|
|
24004
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.13/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js
|
|
24004
24005
|
var import_config16, validateSsoProfile = (profile, logger) => {
|
|
24005
24006
|
const { sso_start_url, sso_account_id, sso_region, sso_role_name } = profile;
|
|
24006
24007
|
if (!sso_start_url || !sso_account_id || !sso_region || !sso_role_name) {
|
|
@@ -24013,7 +24014,7 @@ var init_validateSsoProfile = __esm(() => {
|
|
|
24013
24014
|
import_config16 = __toESM(require_config(), 1);
|
|
24014
24015
|
});
|
|
24015
24016
|
|
|
24016
|
-
// node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js
|
|
24017
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.13/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js
|
|
24017
24018
|
var import_config17, fromSSO = (init = {}) => async ({ callerClientConfig } = {}) => {
|
|
24018
24019
|
init.logger?.debug("@aws-sdk/credential-provider-sso - fromSSO");
|
|
24019
24020
|
const { ssoStartUrl, ssoAccountId, ssoRegion, ssoRoleName, ssoSession } = init;
|
|
@@ -24095,7 +24096,7 @@ var init_fromSSO = __esm(() => {
|
|
|
24095
24096
|
import_config17 = __toESM(require_config(), 1);
|
|
24096
24097
|
});
|
|
24097
24098
|
|
|
24098
|
-
// node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js
|
|
24099
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.13/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js
|
|
24099
24100
|
var exports_dist_es4 = {};
|
|
24100
24101
|
__export(exports_dist_es4, {
|
|
24101
24102
|
validateSsoProfile: () => validateSsoProfile,
|
|
@@ -24107,7 +24108,7 @@ var init_dist_es5 = __esm(() => {
|
|
|
24107
24108
|
init_validateSsoProfile();
|
|
24108
24109
|
});
|
|
24109
24110
|
|
|
24110
|
-
// node_modules/@aws-sdk
|
|
24111
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.14/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js
|
|
24111
24112
|
var import_client6, import_config18, resolveCredentialSource = (credentialSource, profileName, logger) => {
|
|
24112
24113
|
const sourceProvidersMap = {
|
|
24113
24114
|
EcsContainer: async (options) => {
|
|
@@ -24138,7 +24139,7 @@ var init_resolveCredentialSource = __esm(() => {
|
|
|
24138
24139
|
import_config18 = __toESM(require_config(), 1);
|
|
24139
24140
|
});
|
|
24140
24141
|
|
|
24141
|
-
// node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js
|
|
24142
|
+
// ../../node_modules/.bun/@aws-sdk+signature-v4-multi-region@3.996.45/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js
|
|
24142
24143
|
var require_dist_cjs6 = __commonJS((exports) => {
|
|
24143
24144
|
var { SignatureV4, signatureV4aContainer } = require_dist_cjs3();
|
|
24144
24145
|
var signatureV4CrtContainer = {
|
|
@@ -24270,7 +24271,7 @@ var require_dist_cjs6 = __commonJS((exports) => {
|
|
|
24270
24271
|
exports.signatureV4CrtContainer = signatureV4CrtContainer;
|
|
24271
24272
|
});
|
|
24272
24273
|
|
|
24273
|
-
// node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js
|
|
24274
|
+
// ../../node_modules/.bun/@aws-sdk+nested-clients@3.997.43/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js
|
|
24274
24275
|
var require_sts = __commonJS((exports) => {
|
|
24275
24276
|
var { awsEndpointFunctions: awsEndpointFunctions2, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$12, createDefaultUserAgentProvider: createDefaultUserAgentProvider2, NODE_APP_ID_CONFIG_OPTIONS: NODE_APP_ID_CONFIG_OPTIONS2, getAwsRegionExtensionConfiguration: getAwsRegionExtensionConfiguration2, resolveAwsRegionExtensionConfiguration: resolveAwsRegionExtensionConfiguration2, resolveUserAgentConfig: resolveUserAgentConfig2, resolveHostHeaderConfig: resolveHostHeaderConfig2, getUserAgentPlugin: getUserAgentPlugin2, getHostHeaderPlugin: getHostHeaderPlugin2, getLoggerPlugin: getLoggerPlugin2, getRecursionDetectionPlugin: getRecursionDetectionPlugin2, setCredentialFeature: setCredentialFeature5, stsRegionDefaultResolver } = require_client2();
|
|
24276
24277
|
var { NoAuthSigner: NoAuthSigner2, getHttpAuthSchemeEndpointRuleSetPlugin: getHttpAuthSchemeEndpointRuleSetPlugin2, DefaultIdentityProviderConfig: DefaultIdentityProviderConfig2, getHttpSigningPlugin: getHttpSigningPlugin2 } = require_dist_cjs2();
|
|
@@ -25292,7 +25293,7 @@ var require_sts = __commonJS((exports) => {
|
|
|
25292
25293
|
exports.getDefaultRoleAssumerWithWebIdentity = getDefaultRoleAssumerWithWebIdentity;
|
|
25293
25294
|
});
|
|
25294
25295
|
|
|
25295
|
-
// node_modules/@aws-sdk
|
|
25296
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.14/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js
|
|
25296
25297
|
var import_client7, import_config19, isAssumeRoleProfile = (arg, { profile = "default", logger } = {}) => {
|
|
25297
25298
|
return Boolean(arg) && typeof arg === "object" && typeof arg.role_arn === "string" && ["undefined", "string"].indexOf(typeof arg.role_session_name) > -1 && ["undefined", "string"].indexOf(typeof arg.external_id) > -1 && ["undefined", "string"].indexOf(typeof arg.mfa_serial) > -1 && (isAssumeRoleWithSourceProfile(arg, { profile, logger }) || isCredentialSourceProfile(arg, { profile, logger }));
|
|
25298
25299
|
}, isAssumeRoleWithSourceProfile = (arg, { profile, logger }) => {
|
|
@@ -25360,7 +25361,7 @@ var init_resolveAssumeRoleCredentials = __esm(() => {
|
|
|
25360
25361
|
import_config19 = __toESM(require_config(), 1);
|
|
25361
25362
|
});
|
|
25362
25363
|
|
|
25363
|
-
// node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js
|
|
25364
|
+
// ../../node_modules/.bun/@aws-sdk+nested-clients@3.997.43/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js
|
|
25364
25365
|
var require_signin = __commonJS((exports) => {
|
|
25365
25366
|
var { awsEndpointFunctions: awsEndpointFunctions2, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$12, createDefaultUserAgentProvider: createDefaultUserAgentProvider2, NODE_APP_ID_CONFIG_OPTIONS: NODE_APP_ID_CONFIG_OPTIONS2, getAwsRegionExtensionConfiguration: getAwsRegionExtensionConfiguration2, resolveAwsRegionExtensionConfiguration: resolveAwsRegionExtensionConfiguration2, resolveUserAgentConfig: resolveUserAgentConfig2, resolveHostHeaderConfig: resolveHostHeaderConfig2, getUserAgentPlugin: getUserAgentPlugin2, getHostHeaderPlugin: getHostHeaderPlugin2, getLoggerPlugin: getLoggerPlugin2, getRecursionDetectionPlugin: getRecursionDetectionPlugin2 } = require_client2();
|
|
25366
25367
|
var { NoAuthSigner: NoAuthSigner2, getHttpAuthSchemeEndpointRuleSetPlugin: getHttpAuthSchemeEndpointRuleSetPlugin2, DefaultIdentityProviderConfig: DefaultIdentityProviderConfig2, getHttpSigningPlugin: getHttpSigningPlugin2 } = require_dist_cjs2();
|
|
@@ -26092,7 +26093,7 @@ var require_signin = __commonJS((exports) => {
|
|
|
26092
26093
|
exports.errorTypeRegistries = errorTypeRegistries2;
|
|
26093
26094
|
});
|
|
26094
26095
|
|
|
26095
|
-
// node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js
|
|
26096
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-login@3.972.76/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js
|
|
26096
26097
|
import { createHash as createHash2, createPrivateKey, createPublicKey, sign } from "crypto";
|
|
26097
26098
|
import { promises as fs2 } from "fs";
|
|
26098
26099
|
import { homedir as homedir2 } from "os";
|
|
@@ -26356,7 +26357,7 @@ var init_LoginCredentialsFetcher = __esm(() => {
|
|
|
26356
26357
|
};
|
|
26357
26358
|
});
|
|
26358
26359
|
|
|
26359
|
-
// node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js
|
|
26360
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-login@3.972.76/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js
|
|
26360
26361
|
var import_client8, import_config21, fromLoginCredentials = (init) => async ({ callerClientConfig } = {}) => {
|
|
26361
26362
|
init?.logger?.debug?.("@aws-sdk/credential-providers - fromLoginCredentials");
|
|
26362
26363
|
const profiles = await import_config21.parseKnownFiles(init || {});
|
|
@@ -26380,7 +26381,7 @@ var init_fromLoginCredentials = __esm(() => {
|
|
|
26380
26381
|
import_config21 = __toESM(require_config(), 1);
|
|
26381
26382
|
});
|
|
26382
26383
|
|
|
26383
|
-
// node_modules/@aws-sdk/credential-provider-login/dist-es/index.js
|
|
26384
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-login@3.972.76/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js
|
|
26384
26385
|
var exports_dist_es5 = {};
|
|
26385
26386
|
__export(exports_dist_es5, {
|
|
26386
26387
|
fromLoginCredentials: () => fromLoginCredentials
|
|
@@ -26389,7 +26390,7 @@ var init_dist_es6 = __esm(() => {
|
|
|
26389
26390
|
init_fromLoginCredentials();
|
|
26390
26391
|
});
|
|
26391
26392
|
|
|
26392
|
-
// node_modules/@aws-sdk
|
|
26393
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.14/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js
|
|
26393
26394
|
var import_client9, isLoginProfile = (data) => {
|
|
26394
26395
|
return Boolean(data && data.login_session);
|
|
26395
26396
|
}, resolveLoginCredentials = async (profileName, options, callerClientConfig) => {
|
|
@@ -26404,7 +26405,7 @@ var init_resolveLoginCredentials = __esm(() => {
|
|
|
26404
26405
|
import_client9 = __toESM(require_client2(), 1);
|
|
26405
26406
|
});
|
|
26406
26407
|
|
|
26407
|
-
// node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js
|
|
26408
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-process@3.972.69/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js
|
|
26408
26409
|
var import_client10, getValidatedProcessCredentials = (profileName, data, profiles) => {
|
|
26409
26410
|
if (data.Version !== 1) {
|
|
26410
26411
|
throw Error(`Profile ${profileName} credential_process did not return Version 1.`);
|
|
@@ -26438,7 +26439,7 @@ var init_getValidatedProcessCredentials = __esm(() => {
|
|
|
26438
26439
|
import_client10 = __toESM(require_client2(), 1);
|
|
26439
26440
|
});
|
|
26440
26441
|
|
|
26441
|
-
// node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js
|
|
26442
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-process@3.972.69/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js
|
|
26442
26443
|
import { exec } from "child_process";
|
|
26443
26444
|
import { promisify } from "util";
|
|
26444
26445
|
var import_config22, resolveProcessCredentials = async (profileName, profiles, logger) => {
|
|
@@ -26473,7 +26474,7 @@ var init_resolveProcessCredentials = __esm(() => {
|
|
|
26473
26474
|
import_config22 = __toESM(require_config(), 1);
|
|
26474
26475
|
});
|
|
26475
26476
|
|
|
26476
|
-
// node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js
|
|
26477
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-process@3.972.69/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js
|
|
26477
26478
|
var import_config23, fromProcess = (init = {}) => async ({ callerClientConfig } = {}) => {
|
|
26478
26479
|
init.logger?.debug("@aws-sdk/credential-provider-process - fromProcess");
|
|
26479
26480
|
const profiles = await import_config23.parseKnownFiles(init);
|
|
@@ -26486,7 +26487,7 @@ var init_fromProcess = __esm(() => {
|
|
|
26486
26487
|
import_config23 = __toESM(require_config(), 1);
|
|
26487
26488
|
});
|
|
26488
26489
|
|
|
26489
|
-
// node_modules/@aws-sdk/credential-provider-process/dist-es/index.js
|
|
26490
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-process@3.972.69/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js
|
|
26490
26491
|
var exports_dist_es6 = {};
|
|
26491
26492
|
__export(exports_dist_es6, {
|
|
26492
26493
|
fromProcess: () => fromProcess
|
|
@@ -26495,7 +26496,7 @@ var init_dist_es7 = __esm(() => {
|
|
|
26495
26496
|
init_fromProcess();
|
|
26496
26497
|
});
|
|
26497
26498
|
|
|
26498
|
-
// node_modules/@aws-sdk
|
|
26499
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.14/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js
|
|
26499
26500
|
var import_client11, isProcessProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.credential_process === "string", resolveProcessCredentials2 = async (options, profile) => {
|
|
26500
26501
|
const { fromProcess: fromProcess2 } = await Promise.resolve().then(() => (init_dist_es7(), exports_dist_es6));
|
|
26501
26502
|
const credentials = await fromProcess2({
|
|
@@ -26508,7 +26509,7 @@ var init_resolveProcessCredentials2 = __esm(() => {
|
|
|
26508
26509
|
import_client11 = __toESM(require_client2(), 1);
|
|
26509
26510
|
});
|
|
26510
26511
|
|
|
26511
|
-
// node_modules/@aws-sdk
|
|
26512
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.14/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js
|
|
26512
26513
|
var import_client12, resolveSsoCredentials = async (profile, profileData, options = {}, callerClientConfig) => {
|
|
26513
26514
|
const { fromSSO: fromSSO2 } = await Promise.resolve().then(() => (init_dist_es5(), exports_dist_es4));
|
|
26514
26515
|
return fromSSO2({
|
|
@@ -26530,7 +26531,7 @@ var init_resolveSsoCredentials = __esm(() => {
|
|
|
26530
26531
|
import_client12 = __toESM(require_client2(), 1);
|
|
26531
26532
|
});
|
|
26532
26533
|
|
|
26533
|
-
// node_modules/@aws-sdk
|
|
26534
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.14/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js
|
|
26534
26535
|
var import_client13, isStaticCredsProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.aws_access_key_id === "string" && typeof arg.aws_secret_access_key === "string" && ["undefined", "string"].indexOf(typeof arg.aws_session_token) > -1 && ["undefined", "string"].indexOf(typeof arg.aws_account_id) > -1, resolveStaticCredentials = async (profile, options) => {
|
|
26535
26536
|
options?.logger?.debug("@aws-sdk/credential-provider-ini - resolveStaticCredentials");
|
|
26536
26537
|
const credentials = {
|
|
@@ -26546,7 +26547,7 @@ var init_resolveStaticCredentials = __esm(() => {
|
|
|
26546
26547
|
import_client13 = __toESM(require_client2(), 1);
|
|
26547
26548
|
});
|
|
26548
26549
|
|
|
26549
|
-
// node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js
|
|
26550
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-web-identity@3.972.75/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js
|
|
26550
26551
|
var fromWebToken = (init) => async (awsIdentityProperties) => {
|
|
26551
26552
|
init.logger?.debug("@aws-sdk/credential-provider-web-identity - fromWebToken");
|
|
26552
26553
|
const { roleArn, roleSessionName, webIdentityToken, providerId, policyArns, policy, durationSeconds } = init;
|
|
@@ -26573,7 +26574,7 @@ var fromWebToken = (init) => async (awsIdentityProperties) => {
|
|
|
26573
26574
|
});
|
|
26574
26575
|
};
|
|
26575
26576
|
|
|
26576
|
-
// node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js
|
|
26577
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-web-identity@3.972.75/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js
|
|
26577
26578
|
import { readFileSync as readFileSync4 } from "fs";
|
|
26578
26579
|
var import_client14, import_config24, ENV_TOKEN_FILE = "AWS_WEB_IDENTITY_TOKEN_FILE", ENV_ROLE_ARN = "AWS_ROLE_ARN", ENV_ROLE_SESSION_NAME = "AWS_ROLE_SESSION_NAME", fromTokenFile = (init = {}) => async (awsIdentityProperties) => {
|
|
26579
26580
|
init.logger?.debug("@aws-sdk/credential-provider-web-identity - fromTokenFile");
|
|
@@ -26601,7 +26602,7 @@ var init_fromTokenFile = __esm(() => {
|
|
|
26601
26602
|
import_config24 = __toESM(require_config(), 1);
|
|
26602
26603
|
});
|
|
26603
26604
|
|
|
26604
|
-
// node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js
|
|
26605
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-web-identity@3.972.75/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js
|
|
26605
26606
|
var exports_dist_es7 = {};
|
|
26606
26607
|
__export(exports_dist_es7, {
|
|
26607
26608
|
fromWebToken: () => fromWebToken,
|
|
@@ -26611,7 +26612,7 @@ var init_dist_es8 = __esm(() => {
|
|
|
26611
26612
|
init_fromTokenFile();
|
|
26612
26613
|
});
|
|
26613
26614
|
|
|
26614
|
-
// node_modules/@aws-sdk
|
|
26615
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.14/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js
|
|
26615
26616
|
var import_client15, 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, resolveWebIdentityCredentials = async (profile, options, callerClientConfig) => {
|
|
26616
26617
|
const { fromTokenFile: fromTokenFile2 } = await Promise.resolve().then(() => (init_dist_es8(), exports_dist_es7));
|
|
26617
26618
|
const credentials = await fromTokenFile2({
|
|
@@ -26630,7 +26631,7 @@ var init_resolveWebIdentityCredentials = __esm(() => {
|
|
|
26630
26631
|
import_client15 = __toESM(require_client2(), 1);
|
|
26631
26632
|
});
|
|
26632
26633
|
|
|
26633
|
-
// node_modules/@aws-sdk
|
|
26634
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.14/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js
|
|
26634
26635
|
var import_config25, resolveProfileData = async (profileName, profiles, options, callerClientConfig, visitedProfiles = {}, isAssumeRoleRecursiveCall = false) => {
|
|
26635
26636
|
const data = profiles[profileName];
|
|
26636
26637
|
if (Object.keys(visitedProfiles).length > 0 && isStaticCredsProfile(data)) {
|
|
@@ -26666,7 +26667,7 @@ var init_resolveProfileData = __esm(() => {
|
|
|
26666
26667
|
import_config25 = __toESM(require_config(), 1);
|
|
26667
26668
|
});
|
|
26668
26669
|
|
|
26669
|
-
// node_modules/@aws-sdk
|
|
26670
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.14/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js
|
|
26670
26671
|
var import_config26, fromIni = (init = {}) => async ({ callerClientConfig } = {}) => {
|
|
26671
26672
|
init.logger?.debug("@aws-sdk/credential-provider-ini - fromIni");
|
|
26672
26673
|
const profiles = await import_config26.parseKnownFiles(init);
|
|
@@ -26679,7 +26680,7 @@ var init_fromIni = __esm(() => {
|
|
|
26679
26680
|
import_config26 = __toESM(require_config(), 1);
|
|
26680
26681
|
});
|
|
26681
26682
|
|
|
26682
|
-
// node_modules/@aws-sdk
|
|
26683
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.14/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js
|
|
26683
26684
|
var exports_dist_es8 = {};
|
|
26684
26685
|
__export(exports_dist_es8, {
|
|
26685
26686
|
fromIni: () => fromIni
|
|
@@ -26688,7 +26689,7 @@ var init_dist_es9 = __esm(() => {
|
|
|
26688
26689
|
init_fromIni();
|
|
26689
26690
|
});
|
|
26690
26691
|
|
|
26691
|
-
// node_modules/@hasna/mcp-harness/dist/index.js
|
|
26692
|
+
// ../../node_modules/.bun/@hasna+mcp-harness@0.1.0+6ad420d308f321d1/node_modules/@hasna/mcp-harness/dist/index.js
|
|
26692
26693
|
import { WebStandardStreamableHTTPServerTransport } from "@modelcontextprotocol/sdk/server/webStandardStreamableHttp.js";
|
|
26693
26694
|
import { createServer } from "http";
|
|
26694
26695
|
import { StreamableHTTPServerTransport } from "@modelcontextprotocol/sdk/server/streamableHttp.js";
|
|
@@ -26879,7 +26880,7 @@ var init_dist = __esm(() => {
|
|
|
26879
26880
|
});
|
|
26880
26881
|
});
|
|
26881
26882
|
|
|
26882
|
-
// node_modules/@hasna/mcp-harness/dist/bun.js
|
|
26883
|
+
// ../../node_modules/.bun/@hasna+mcp-harness@0.1.0+6ad420d308f321d1/node_modules/@hasna/mcp-harness/dist/bun.js
|
|
26883
26884
|
import { WebStandardStreamableHTTPServerTransport as WebStandardStreamableHTTPServerTransport2 } from "@modelcontextprotocol/sdk/server/webStandardStreamableHttp.js";
|
|
26884
26885
|
function __exportSetter3(name, newValue) {
|
|
26885
26886
|
this[name] = __returnValue3.bind(null, newValue);
|
|
@@ -26992,7 +26993,7 @@ init_zod();
|
|
|
26992
26993
|
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
|
|
26993
26994
|
import { StdioServerTransport as StdioServerTransport2 } from "@modelcontextprotocol/sdk/server/stdio.js";
|
|
26994
26995
|
|
|
26995
|
-
//
|
|
26996
|
+
// ../contracts/dist/client/storage.js
|
|
26996
26997
|
import { isIP } from "net";
|
|
26997
26998
|
import { readFileSync, statSync } from "fs";
|
|
26998
26999
|
import { join } from "path";
|
|
@@ -27883,7 +27884,7 @@ function resolveStorageClient(name, env = process.env, overrides) {
|
|
|
27883
27884
|
return { transport: "sqlite", client: null };
|
|
27884
27885
|
}
|
|
27885
27886
|
|
|
27886
|
-
//
|
|
27887
|
+
// ../contracts/dist/client/transport.js
|
|
27887
27888
|
function envToken2(name) {
|
|
27888
27889
|
return name.toUpperCase().replace(/-/g, "_");
|
|
27889
27890
|
}
|
|
@@ -31005,7 +31006,7 @@ async function syncToLocalDb2(dbFns) {
|
|
|
31005
31006
|
return result;
|
|
31006
31007
|
}
|
|
31007
31008
|
|
|
31008
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/Route53Client.js
|
|
31009
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/Route53Client.js
|
|
31009
31010
|
var import_client23 = __toESM(require_client2(), 1);
|
|
31010
31011
|
var import_core = __toESM(require_dist_cjs2(), 1);
|
|
31011
31012
|
var import_client24 = __toESM(require_client(), 1);
|
|
@@ -31015,7 +31016,7 @@ var import_protocols7 = __toESM(require_protocols(), 1);
|
|
|
31015
31016
|
var import_retry4 = __toESM(require_retry(), 1);
|
|
31016
31017
|
var import_schema2 = __toESM(require_schema(), 1);
|
|
31017
31018
|
|
|
31018
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/auth/httpAuthSchemeProvider.js
|
|
31019
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/auth/httpAuthSchemeProvider.js
|
|
31019
31020
|
var import_httpAuthSchemes = __toESM(require_httpAuthSchemes(), 1);
|
|
31020
31021
|
var import_client2 = __toESM(require_client(), 1);
|
|
31021
31022
|
var defaultRoute53HttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
@@ -31057,7 +31058,7 @@ var resolveHttpAuthSchemeConfig = (config) => {
|
|
|
31057
31058
|
});
|
|
31058
31059
|
};
|
|
31059
31060
|
|
|
31060
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/endpoint/EndpointParameters.js
|
|
31061
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/endpoint/EndpointParameters.js
|
|
31061
31062
|
var resolveClientEndpointParameters = (options) => {
|
|
31062
31063
|
return Object.assign(options, {
|
|
31063
31064
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
@@ -31071,10 +31072,10 @@ var commonParams = {
|
|
|
31071
31072
|
Region: { type: "builtInParams", name: "region" },
|
|
31072
31073
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
31073
31074
|
};
|
|
31074
|
-
// node_modules/@aws-sdk/client-route-53/package.json
|
|
31075
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/package.json
|
|
31075
31076
|
var package_default = {
|
|
31076
31077
|
name: "@aws-sdk/client-route-53",
|
|
31077
|
-
version: "3.
|
|
31078
|
+
version: "3.1112.0",
|
|
31078
31079
|
description: "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
|
|
31079
31080
|
homepage: "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-route-53",
|
|
31080
31081
|
license: "Apache-2.0",
|
|
@@ -31151,15 +31152,15 @@ var package_default = {
|
|
|
31151
31152
|
}
|
|
31152
31153
|
};
|
|
31153
31154
|
|
|
31154
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.js
|
|
31155
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.js
|
|
31155
31156
|
var import_client19 = __toESM(require_client2(), 1);
|
|
31156
31157
|
var import_httpAuthSchemes3 = __toESM(require_httpAuthSchemes(), 1);
|
|
31157
31158
|
|
|
31158
|
-
// node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js
|
|
31159
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-node@3.972.80/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js
|
|
31159
31160
|
init_dist_es();
|
|
31160
31161
|
var import_config27 = __toESM(require_config(), 1);
|
|
31161
31162
|
|
|
31162
|
-
// node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js
|
|
31163
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-node@3.972.80/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js
|
|
31163
31164
|
var import_config10 = __toESM(require_config(), 1);
|
|
31164
31165
|
var ENV_IMDS_DISABLED = "AWS_EC2_METADATA_DISABLED";
|
|
31165
31166
|
var remoteProvider = async (init) => {
|
|
@@ -31178,7 +31179,7 @@ var remoteProvider = async (init) => {
|
|
|
31178
31179
|
return fromInstanceMetadata2(init);
|
|
31179
31180
|
};
|
|
31180
31181
|
|
|
31181
|
-
// node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js
|
|
31182
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-node@3.972.80/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js
|
|
31182
31183
|
function memoizeChain(providers, treatAsExpired) {
|
|
31183
31184
|
const chain2 = internalCreateChain(providers);
|
|
31184
31185
|
let activeLock;
|
|
@@ -31242,7 +31243,7 @@ var internalCreateChain = (providers) => async (awsIdentityProperties) => {
|
|
|
31242
31243
|
throw lastProviderError;
|
|
31243
31244
|
};
|
|
31244
31245
|
|
|
31245
|
-
// node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js
|
|
31246
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-node@3.972.80/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js
|
|
31246
31247
|
var multipleCredentialSourceWarningEmitted = false;
|
|
31247
31248
|
var defaultProvider = (init = {}) => memoizeChain([
|
|
31248
31249
|
async () => {
|
|
@@ -31308,14 +31309,14 @@ var defaultProvider = (init = {}) => memoizeChain([
|
|
|
31308
31309
|
}
|
|
31309
31310
|
], credentialsTreatedAsExpired);
|
|
31310
31311
|
var credentialsTreatedAsExpired = (credentials) => credentials?.expiration !== undefined && credentials.expiration.getTime() - Date.now() < 300000;
|
|
31311
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.js
|
|
31312
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.js
|
|
31312
31313
|
var import_client20 = __toESM(require_client(), 1);
|
|
31313
31314
|
var import_config28 = __toESM(require_config(), 1);
|
|
31314
31315
|
var import_retry3 = __toESM(require_retry(), 1);
|
|
31315
31316
|
var import_serde4 = __toESM(require_serde(), 1);
|
|
31316
31317
|
var import_node_http_handler2 = __toESM(require_dist_cjs4(), 1);
|
|
31317
31318
|
|
|
31318
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.shared.js
|
|
31319
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.shared.js
|
|
31319
31320
|
var import_httpAuthSchemes2 = __toESM(require_httpAuthSchemes(), 1);
|
|
31320
31321
|
var import_protocols4 = __toESM(require_protocols2(), 1);
|
|
31321
31322
|
var import_checksum = __toESM(require_checksum(), 1);
|
|
@@ -31323,11 +31324,11 @@ var import_client18 = __toESM(require_client(), 1);
|
|
|
31323
31324
|
var import_protocols5 = __toESM(require_protocols(), 1);
|
|
31324
31325
|
var import_serde3 = __toESM(require_serde(), 1);
|
|
31325
31326
|
|
|
31326
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/endpoint/endpointResolver.js
|
|
31327
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/endpoint/endpointResolver.js
|
|
31327
31328
|
var import_client16 = __toESM(require_client2(), 1);
|
|
31328
31329
|
var import_endpoints2 = __toESM(require_endpoints(), 1);
|
|
31329
31330
|
|
|
31330
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/endpoint/bdd.js
|
|
31331
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/endpoint/bdd.js
|
|
31331
31332
|
var import_endpoints = __toESM(require_endpoints(), 1);
|
|
31332
31333
|
var s = "ref";
|
|
31333
31334
|
var t = "authSchemes";
|
|
@@ -31487,7 +31488,7 @@ var nodes2 = new Int32Array([
|
|
|
31487
31488
|
]);
|
|
31488
31489
|
var bdd2 = import_endpoints.BinaryDecisionDiagram.from(nodes2, root2, _data2.conditions, _data2.results);
|
|
31489
31490
|
|
|
31490
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/endpoint/endpointResolver.js
|
|
31491
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/endpoint/endpointResolver.js
|
|
31491
31492
|
var cache2 = new import_endpoints2.EndpointCache({
|
|
31492
31493
|
size: 50,
|
|
31493
31494
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"]
|
|
@@ -31500,10 +31501,10 @@ var defaultEndpointResolver2 = (endpointParams, context = {}) => {
|
|
|
31500
31501
|
};
|
|
31501
31502
|
import_endpoints2.customEndpointFunctions.aws = import_client16.awsEndpointFunctions;
|
|
31502
31503
|
|
|
31503
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/schemas/schemas_0.js
|
|
31504
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/schemas/schemas_0.js
|
|
31504
31505
|
var import_schema = __toESM(require_schema(), 1);
|
|
31505
31506
|
|
|
31506
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/models/Route53ServiceException.js
|
|
31507
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/models/Route53ServiceException.js
|
|
31507
31508
|
var import_client17 = __toESM(require_client(), 1);
|
|
31508
31509
|
class Route53ServiceException extends import_client17.ServiceException {
|
|
31509
31510
|
constructor(options) {
|
|
@@ -31512,7 +31513,7 @@ class Route53ServiceException extends import_client17.ServiceException {
|
|
|
31512
31513
|
}
|
|
31513
31514
|
}
|
|
31514
31515
|
|
|
31515
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/models/errors.js
|
|
31516
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/models/errors.js
|
|
31516
31517
|
class ConcurrentModification extends Route53ServiceException {
|
|
31517
31518
|
name = "ConcurrentModification";
|
|
31518
31519
|
$fault = "client";
|
|
@@ -32424,7 +32425,7 @@ class ConflictingTypes extends Route53ServiceException {
|
|
|
32424
32425
|
}
|
|
32425
32426
|
}
|
|
32426
32427
|
|
|
32427
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/schemas/schemas_0.js
|
|
32428
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/schemas/schemas_0.js
|
|
32428
32429
|
var _A = "Action";
|
|
32429
32430
|
var _AI = "AlarmIdentifier";
|
|
32430
32431
|
var _AKSK = "ActivateKeySigningKey";
|
|
@@ -36103,7 +36104,7 @@ var UpdateTrafficPolicyInstance$ = [
|
|
|
36103
36104
|
() => UpdateTrafficPolicyInstanceResponse$
|
|
36104
36105
|
];
|
|
36105
36106
|
|
|
36106
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.shared.js
|
|
36107
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.shared.js
|
|
36107
36108
|
var getRuntimeConfig2 = (config) => {
|
|
36108
36109
|
return {
|
|
36109
36110
|
apiVersion: "2013-04-01",
|
|
@@ -36137,7 +36138,7 @@ var getRuntimeConfig2 = (config) => {
|
|
|
36137
36138
|
};
|
|
36138
36139
|
};
|
|
36139
36140
|
|
|
36140
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.js
|
|
36141
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.js
|
|
36141
36142
|
var getRuntimeConfig3 = (config) => {
|
|
36142
36143
|
import_client20.emitWarningIfUnsupportedVersion(process.version);
|
|
36143
36144
|
const defaultsMode = import_config28.resolveDefaultsModeConfig(config);
|
|
@@ -36171,12 +36172,12 @@ var getRuntimeConfig3 = (config) => {
|
|
|
36171
36172
|
};
|
|
36172
36173
|
};
|
|
36173
36174
|
|
|
36174
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/runtimeExtensions.js
|
|
36175
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/runtimeExtensions.js
|
|
36175
36176
|
var import_client21 = __toESM(require_client2(), 1);
|
|
36176
36177
|
var import_client22 = __toESM(require_client(), 1);
|
|
36177
36178
|
var import_protocols6 = __toESM(require_protocols(), 1);
|
|
36178
36179
|
|
|
36179
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/auth/httpAuthExtensionConfiguration.js
|
|
36180
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/auth/httpAuthExtensionConfiguration.js
|
|
36180
36181
|
var getHttpAuthExtensionConfiguration2 = (runtimeConfig) => {
|
|
36181
36182
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
36182
36183
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -36215,14 +36216,14 @@ var resolveHttpAuthRuntimeConfig2 = (config) => {
|
|
|
36215
36216
|
};
|
|
36216
36217
|
};
|
|
36217
36218
|
|
|
36218
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/runtimeExtensions.js
|
|
36219
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/runtimeExtensions.js
|
|
36219
36220
|
var resolveRuntimeExtensions2 = (runtimeConfig, extensions) => {
|
|
36220
36221
|
const extensionConfiguration = Object.assign(import_client21.getAwsRegionExtensionConfiguration(runtimeConfig), import_client22.getDefaultExtensionConfiguration(runtimeConfig), import_protocols6.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration2(runtimeConfig));
|
|
36221
36222
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
36222
36223
|
return Object.assign(runtimeConfig, import_client21.resolveAwsRegionExtensionConfiguration(extensionConfiguration), import_client22.resolveDefaultRuntimeConfig(extensionConfiguration), import_protocols6.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig2(extensionConfiguration));
|
|
36223
36224
|
};
|
|
36224
36225
|
|
|
36225
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/Route53Client.js
|
|
36226
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/Route53Client.js
|
|
36226
36227
|
class Route53Client extends import_client24.Client {
|
|
36227
36228
|
config;
|
|
36228
36229
|
constructor(...[configuration]) {
|
|
@@ -36258,10 +36259,10 @@ class Route53Client extends import_client24.Client {
|
|
|
36258
36259
|
}
|
|
36259
36260
|
}
|
|
36260
36261
|
|
|
36261
|
-
// node_modules/@aws-sdk/middleware-sdk-route53/dist-es/constants.js
|
|
36262
|
+
// ../../node_modules/.bun/@aws-sdk+middleware-sdk-route53@3.972.25/node_modules/@aws-sdk/middleware-sdk-route53/dist-es/constants.js
|
|
36262
36263
|
var IDENTIFIER_PREFIX_PATTERN = /^\/(hostedzone|change|delegationset)\//;
|
|
36263
36264
|
|
|
36264
|
-
// node_modules/@aws-sdk/middleware-sdk-route53/dist-es/change-resource-record-sets.js
|
|
36265
|
+
// ../../node_modules/.bun/@aws-sdk+middleware-sdk-route53@3.972.25/node_modules/@aws-sdk/middleware-sdk-route53/dist-es/change-resource-record-sets.js
|
|
36265
36266
|
function changeResourceRecordSetsMiddleware() {
|
|
36266
36267
|
return (next) => async (args) => {
|
|
36267
36268
|
const { ChangeBatch } = args.input;
|
|
@@ -36306,7 +36307,7 @@ var getChangeResourceRecordSetsPlugin = (unused) => ({
|
|
|
36306
36307
|
clientStack.add(changeResourceRecordSetsMiddleware(), changeResourceRecordSetsMiddlewareOptions);
|
|
36307
36308
|
}
|
|
36308
36309
|
});
|
|
36309
|
-
// node_modules/@aws-sdk/middleware-sdk-route53/dist-es/id-normalizer.js
|
|
36310
|
+
// ../../node_modules/.bun/@aws-sdk+middleware-sdk-route53@3.972.25/node_modules/@aws-sdk/middleware-sdk-route53/dist-es/id-normalizer.js
|
|
36310
36311
|
var IDENTIFIER_PARAMETERS = ["DelegationSetId", "HostedZoneId", "Id"];
|
|
36311
36312
|
function idNormalizerMiddleware() {
|
|
36312
36313
|
return (next) => async (args) => {
|
|
@@ -36334,7 +36335,7 @@ var getIdNormalizerPlugin = (unused) => ({
|
|
|
36334
36335
|
clientStack.add(idNormalizerMiddleware(), idNormalizerMiddlewareOptions);
|
|
36335
36336
|
}
|
|
36336
36337
|
});
|
|
36337
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commandBuilder.js
|
|
36338
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commandBuilder.js
|
|
36338
36339
|
var import_client25 = __toESM(require_client(), 1);
|
|
36339
36340
|
var import_endpoints4 = __toESM(require_endpoints(), 1);
|
|
36340
36341
|
var command2 = import_client25.makeBuilder(commonParams, "AWSDnsV20130401", "Route53Client", import_endpoints4.getEndpointPlugin);
|
|
@@ -36347,31 +36348,31 @@ var _mw1 = (Command, cs, config, o2) => [
|
|
|
36347
36348
|
getIdNormalizerPlugin(config)
|
|
36348
36349
|
];
|
|
36349
36350
|
|
|
36350
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ChangeResourceRecordSetsCommand.js
|
|
36351
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ChangeResourceRecordSetsCommand.js
|
|
36351
36352
|
class ChangeResourceRecordSetsCommand extends command2(_ep02, _mw1, "ChangeResourceRecordSets", ChangeResourceRecordSets$) {
|
|
36352
36353
|
}
|
|
36353
36354
|
|
|
36354
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateHostedZoneCommand.js
|
|
36355
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateHostedZoneCommand.js
|
|
36355
36356
|
class CreateHostedZoneCommand extends command2(_ep02, _mw02, "CreateHostedZone", CreateHostedZone$) {
|
|
36356
36357
|
}
|
|
36357
36358
|
|
|
36358
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteHostedZoneCommand.js
|
|
36359
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteHostedZoneCommand.js
|
|
36359
36360
|
class DeleteHostedZoneCommand extends command2(_ep02, _mw02, "DeleteHostedZone", DeleteHostedZone$) {
|
|
36360
36361
|
}
|
|
36361
36362
|
|
|
36362
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHostedZoneCommand.js
|
|
36363
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHostedZoneCommand.js
|
|
36363
36364
|
class GetHostedZoneCommand extends command2(_ep02, _mw02, "GetHostedZone", GetHostedZone$) {
|
|
36364
36365
|
}
|
|
36365
36366
|
|
|
36366
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHostedZonesCommand.js
|
|
36367
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHostedZonesCommand.js
|
|
36367
36368
|
class ListHostedZonesCommand extends command2(_ep02, _mw02, "ListHostedZones", ListHostedZones$) {
|
|
36368
36369
|
}
|
|
36369
36370
|
|
|
36370
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ListResourceRecordSetsCommand.js
|
|
36371
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListResourceRecordSetsCommand.js
|
|
36371
36372
|
class ListResourceRecordSetsCommand extends command2(_ep02, _mw02, "ListResourceRecordSets", ListResourceRecordSets$) {
|
|
36372
36373
|
}
|
|
36373
36374
|
|
|
36374
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/Route53DomainsClient.js
|
|
36375
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/Route53DomainsClient.js
|
|
36375
36376
|
var import_client34 = __toESM(require_client2(), 1);
|
|
36376
36377
|
var import_core2 = __toESM(require_dist_cjs2(), 1);
|
|
36377
36378
|
var import_client35 = __toESM(require_client(), 1);
|
|
@@ -36381,7 +36382,7 @@ var import_protocols11 = __toESM(require_protocols(), 1);
|
|
|
36381
36382
|
var import_retry6 = __toESM(require_retry(), 1);
|
|
36382
36383
|
var import_schema4 = __toESM(require_schema(), 1);
|
|
36383
36384
|
|
|
36384
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/auth/httpAuthSchemeProvider.js
|
|
36385
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/auth/httpAuthSchemeProvider.js
|
|
36385
36386
|
var import_httpAuthSchemes4 = __toESM(require_httpAuthSchemes(), 1);
|
|
36386
36387
|
var import_client26 = __toESM(require_client(), 1);
|
|
36387
36388
|
var defaultRoute53DomainsHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
@@ -36423,7 +36424,7 @@ var resolveHttpAuthSchemeConfig3 = (config) => {
|
|
|
36423
36424
|
});
|
|
36424
36425
|
};
|
|
36425
36426
|
|
|
36426
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/endpoint/EndpointParameters.js
|
|
36427
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/endpoint/EndpointParameters.js
|
|
36427
36428
|
var resolveClientEndpointParameters3 = (options) => {
|
|
36428
36429
|
return Object.assign(options, {
|
|
36429
36430
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
@@ -36437,10 +36438,10 @@ var commonParams3 = {
|
|
|
36437
36438
|
Region: { type: "builtInParams", name: "region" },
|
|
36438
36439
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
36439
36440
|
};
|
|
36440
|
-
// node_modules/@aws-sdk/client-route-53-domains/package.json
|
|
36441
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/package.json
|
|
36441
36442
|
var package_default2 = {
|
|
36442
36443
|
name: "@aws-sdk/client-route-53-domains",
|
|
36443
|
-
version: "3.
|
|
36444
|
+
version: "3.1112.0",
|
|
36444
36445
|
description: "AWS SDK for JavaScript Route 53 Domains Client for Node.js, Browser and React Native",
|
|
36445
36446
|
homepage: "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-route-53-domains",
|
|
36446
36447
|
license: "Apache-2.0",
|
|
@@ -36510,7 +36511,7 @@ var package_default2 = {
|
|
|
36510
36511
|
}
|
|
36511
36512
|
};
|
|
36512
36513
|
|
|
36513
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeConfig.js
|
|
36514
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeConfig.js
|
|
36514
36515
|
var import_client30 = __toESM(require_client2(), 1);
|
|
36515
36516
|
var import_httpAuthSchemes6 = __toESM(require_httpAuthSchemes(), 1);
|
|
36516
36517
|
var import_client31 = __toESM(require_client(), 1);
|
|
@@ -36519,7 +36520,7 @@ var import_retry5 = __toESM(require_retry(), 1);
|
|
|
36519
36520
|
var import_serde6 = __toESM(require_serde(), 1);
|
|
36520
36521
|
var import_node_http_handler3 = __toESM(require_dist_cjs4(), 1);
|
|
36521
36522
|
|
|
36522
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeConfig.shared.js
|
|
36523
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeConfig.shared.js
|
|
36523
36524
|
var import_httpAuthSchemes5 = __toESM(require_httpAuthSchemes(), 1);
|
|
36524
36525
|
var import_protocols8 = __toESM(require_protocols2(), 1);
|
|
36525
36526
|
var import_checksum2 = __toESM(require_checksum(), 1);
|
|
@@ -36527,11 +36528,11 @@ var import_client29 = __toESM(require_client(), 1);
|
|
|
36527
36528
|
var import_protocols9 = __toESM(require_protocols(), 1);
|
|
36528
36529
|
var import_serde5 = __toESM(require_serde(), 1);
|
|
36529
36530
|
|
|
36530
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/endpoint/endpointResolver.js
|
|
36531
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/endpoint/endpointResolver.js
|
|
36531
36532
|
var import_client27 = __toESM(require_client2(), 1);
|
|
36532
36533
|
var import_endpoints6 = __toESM(require_endpoints(), 1);
|
|
36533
36534
|
|
|
36534
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/endpoint/bdd.js
|
|
36535
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/endpoint/bdd.js
|
|
36535
36536
|
var import_endpoints5 = __toESM(require_endpoints(), 1);
|
|
36536
36537
|
var k3 = "ref";
|
|
36537
36538
|
var a3 = -1;
|
|
@@ -36614,7 +36615,7 @@ var nodes3 = new Int32Array([
|
|
|
36614
36615
|
]);
|
|
36615
36616
|
var bdd3 = import_endpoints5.BinaryDecisionDiagram.from(nodes3, root3, _data3.conditions, _data3.results);
|
|
36616
36617
|
|
|
36617
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/endpoint/endpointResolver.js
|
|
36618
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/endpoint/endpointResolver.js
|
|
36618
36619
|
var cache3 = new import_endpoints6.EndpointCache({
|
|
36619
36620
|
size: 50,
|
|
36620
36621
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"]
|
|
@@ -36627,10 +36628,10 @@ var defaultEndpointResolver3 = (endpointParams, context = {}) => {
|
|
|
36627
36628
|
};
|
|
36628
36629
|
import_endpoints6.customEndpointFunctions.aws = import_client27.awsEndpointFunctions;
|
|
36629
36630
|
|
|
36630
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/schemas/schemas_0.js
|
|
36631
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/schemas/schemas_0.js
|
|
36631
36632
|
var import_schema3 = __toESM(require_schema(), 1);
|
|
36632
36633
|
|
|
36633
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/models/Route53DomainsServiceException.js
|
|
36634
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/models/Route53DomainsServiceException.js
|
|
36634
36635
|
var import_client28 = __toESM(require_client(), 1);
|
|
36635
36636
|
class Route53DomainsServiceException extends import_client28.ServiceException {
|
|
36636
36637
|
constructor(options) {
|
|
@@ -36639,7 +36640,7 @@ class Route53DomainsServiceException extends import_client28.ServiceException {
|
|
|
36639
36640
|
}
|
|
36640
36641
|
}
|
|
36641
36642
|
|
|
36642
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/models/errors.js
|
|
36643
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/models/errors.js
|
|
36643
36644
|
class DomainLimitExceeded extends Route53DomainsServiceException {
|
|
36644
36645
|
name = "DomainLimitExceeded";
|
|
36645
36646
|
$fault = "client";
|
|
@@ -36748,7 +36749,7 @@ class TLDInMaintenance extends Route53DomainsServiceException {
|
|
|
36748
36749
|
}
|
|
36749
36750
|
}
|
|
36750
36751
|
|
|
36751
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/schemas/schemas_0.js
|
|
36752
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/schemas/schemas_0.js
|
|
36752
36753
|
var _A2 = "Availability";
|
|
36753
36754
|
var _ACE = "AbuseContactEmail";
|
|
36754
36755
|
var _ACP = "AbuseContactPhone";
|
|
@@ -37300,7 +37301,7 @@ var UpdateDomainNameservers$ = [
|
|
|
37300
37301
|
() => UpdateDomainNameserversResponse$
|
|
37301
37302
|
];
|
|
37302
37303
|
|
|
37303
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeConfig.shared.js
|
|
37304
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeConfig.shared.js
|
|
37304
37305
|
var getRuntimeConfig4 = (config) => {
|
|
37305
37306
|
return {
|
|
37306
37307
|
apiVersion: "2014-05-15",
|
|
@@ -37334,7 +37335,7 @@ var getRuntimeConfig4 = (config) => {
|
|
|
37334
37335
|
};
|
|
37335
37336
|
};
|
|
37336
37337
|
|
|
37337
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeConfig.js
|
|
37338
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeConfig.js
|
|
37338
37339
|
var getRuntimeConfig5 = (config) => {
|
|
37339
37340
|
import_client31.emitWarningIfUnsupportedVersion(process.version);
|
|
37340
37341
|
const defaultsMode = import_config30.resolveDefaultsModeConfig(config);
|
|
@@ -37368,12 +37369,12 @@ var getRuntimeConfig5 = (config) => {
|
|
|
37368
37369
|
};
|
|
37369
37370
|
};
|
|
37370
37371
|
|
|
37371
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeExtensions.js
|
|
37372
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeExtensions.js
|
|
37372
37373
|
var import_client32 = __toESM(require_client2(), 1);
|
|
37373
37374
|
var import_client33 = __toESM(require_client(), 1);
|
|
37374
37375
|
var import_protocols10 = __toESM(require_protocols(), 1);
|
|
37375
37376
|
|
|
37376
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/auth/httpAuthExtensionConfiguration.js
|
|
37377
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/auth/httpAuthExtensionConfiguration.js
|
|
37377
37378
|
var getHttpAuthExtensionConfiguration3 = (runtimeConfig) => {
|
|
37378
37379
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
37379
37380
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -37412,14 +37413,14 @@ var resolveHttpAuthRuntimeConfig3 = (config) => {
|
|
|
37412
37413
|
};
|
|
37413
37414
|
};
|
|
37414
37415
|
|
|
37415
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeExtensions.js
|
|
37416
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeExtensions.js
|
|
37416
37417
|
var resolveRuntimeExtensions3 = (runtimeConfig, extensions) => {
|
|
37417
37418
|
const extensionConfiguration = Object.assign(import_client32.getAwsRegionExtensionConfiguration(runtimeConfig), import_client33.getDefaultExtensionConfiguration(runtimeConfig), import_protocols10.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration3(runtimeConfig));
|
|
37418
37419
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
37419
37420
|
return Object.assign(runtimeConfig, import_client32.resolveAwsRegionExtensionConfiguration(extensionConfiguration), import_client33.resolveDefaultRuntimeConfig(extensionConfiguration), import_protocols10.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig3(extensionConfiguration));
|
|
37420
37421
|
};
|
|
37421
37422
|
|
|
37422
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/Route53DomainsClient.js
|
|
37423
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/Route53DomainsClient.js
|
|
37423
37424
|
class Route53DomainsClient extends import_client35.Client {
|
|
37424
37425
|
config;
|
|
37425
37426
|
constructor(...[configuration]) {
|
|
@@ -37455,52 +37456,52 @@ class Route53DomainsClient extends import_client35.Client {
|
|
|
37455
37456
|
}
|
|
37456
37457
|
}
|
|
37457
37458
|
|
|
37458
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commandBuilder.js
|
|
37459
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commandBuilder.js
|
|
37459
37460
|
var import_client36 = __toESM(require_client(), 1);
|
|
37460
37461
|
var import_endpoints8 = __toESM(require_endpoints(), 1);
|
|
37461
37462
|
var command3 = import_client36.makeBuilder(commonParams3, "Route53Domains_v20140515", "Route53DomainsClient", import_endpoints8.getEndpointPlugin);
|
|
37462
37463
|
var _ep03 = {};
|
|
37463
37464
|
var _mw03 = (Command, cs, config, o2) => [];
|
|
37464
37465
|
|
|
37465
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/CheckDomainAvailabilityCommand.js
|
|
37466
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/CheckDomainAvailabilityCommand.js
|
|
37466
37467
|
class CheckDomainAvailabilityCommand extends command3(_ep03, _mw03, "CheckDomainAvailability", CheckDomainAvailability$) {
|
|
37467
37468
|
}
|
|
37468
37469
|
|
|
37469
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/GetDomainDetailCommand.js
|
|
37470
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/GetDomainDetailCommand.js
|
|
37470
37471
|
class GetDomainDetailCommand extends command3(_ep03, _mw03, "GetDomainDetail", GetDomainDetail$) {
|
|
37471
37472
|
}
|
|
37472
37473
|
|
|
37473
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/GetOperationDetailCommand.js
|
|
37474
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/GetOperationDetailCommand.js
|
|
37474
37475
|
class GetOperationDetailCommand extends command3(_ep03, _mw03, "GetOperationDetail", GetOperationDetail$) {
|
|
37475
37476
|
}
|
|
37476
37477
|
|
|
37477
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ListDomainsCommand.js
|
|
37478
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ListDomainsCommand.js
|
|
37478
37479
|
class ListDomainsCommand extends command3(_ep03, _mw03, "ListDomains", ListDomains$) {
|
|
37479
37480
|
}
|
|
37480
37481
|
|
|
37481
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ListPricesCommand.js
|
|
37482
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ListPricesCommand.js
|
|
37482
37483
|
class ListPricesCommand extends command3(_ep03, _mw03, "ListPrices", ListPrices$) {
|
|
37483
37484
|
}
|
|
37484
37485
|
|
|
37485
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/RegisterDomainCommand.js
|
|
37486
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/RegisterDomainCommand.js
|
|
37486
37487
|
class RegisterDomainCommand extends command3(_ep03, _mw03, "RegisterDomain", RegisterDomain$) {
|
|
37487
37488
|
}
|
|
37488
37489
|
|
|
37489
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/UpdateDomainNameserversCommand.js
|
|
37490
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/UpdateDomainNameserversCommand.js
|
|
37490
37491
|
class UpdateDomainNameserversCommand extends command3(_ep03, _mw03, "UpdateDomainNameservers", UpdateDomainNameservers$) {
|
|
37491
37492
|
}
|
|
37492
37493
|
|
|
37493
|
-
// node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js
|
|
37494
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.53/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js
|
|
37494
37495
|
var import_config35 = __toESM(require_config(), 1);
|
|
37495
37496
|
|
|
37496
|
-
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js
|
|
37497
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.53/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js
|
|
37497
37498
|
var import_config34 = __toESM(require_config(), 1);
|
|
37498
37499
|
|
|
37499
|
-
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js
|
|
37500
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.53/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js
|
|
37500
37501
|
var import_client38 = __toESM(require_client2(), 1);
|
|
37501
37502
|
var import_config33 = __toESM(require_config(), 1);
|
|
37502
37503
|
|
|
37503
|
-
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js
|
|
37504
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.53/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js
|
|
37504
37505
|
var import_client37 = __toESM(require_client2(), 1);
|
|
37505
37506
|
var import_config32 = __toESM(require_config(), 1);
|
|
37506
37507
|
var resolveCredentialSource2 = (credentialSource, profileName, logger) => {
|
|
@@ -37530,7 +37531,7 @@ var resolveCredentialSource2 = (credentialSource, profileName, logger) => {
|
|
|
37530
37531
|
};
|
|
37531
37532
|
var setNamedProvider2 = (creds) => import_client37.setCredentialFeature(creds, "CREDENTIALS_PROFILE_NAMED_PROVIDER", "p");
|
|
37532
37533
|
|
|
37533
|
-
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js
|
|
37534
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.53/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js
|
|
37534
37535
|
var isAssumeRoleProfile2 = (arg, { profile = "default", logger } = {}) => {
|
|
37535
37536
|
return Boolean(arg) && typeof arg === "object" && typeof arg.role_arn === "string" && ["undefined", "string"].indexOf(typeof arg.role_session_name) > -1 && ["undefined", "string"].indexOf(typeof arg.external_id) > -1 && ["undefined", "string"].indexOf(typeof arg.mfa_serial) > -1 && (isAssumeRoleWithSourceProfile2(arg, { profile, logger }) || isCredentialSourceProfile2(arg, { profile, logger }));
|
|
37536
37537
|
};
|
|
@@ -37597,7 +37598,7 @@ var isCredentialSourceWithoutRoleArn2 = (section) => {
|
|
|
37597
37598
|
return !section.role_arn && !!section.credential_source;
|
|
37598
37599
|
};
|
|
37599
37600
|
|
|
37600
|
-
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js
|
|
37601
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.53/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js
|
|
37601
37602
|
init_dist_es6();
|
|
37602
37603
|
var import_client39 = __toESM(require_client2(), 1);
|
|
37603
37604
|
var isLoginProfile2 = (data) => {
|
|
@@ -37611,7 +37612,7 @@ var resolveLoginCredentials2 = async (profileName, options, callerClientConfig)
|
|
|
37611
37612
|
return import_client39.setCredentialFeature(credentials, "CREDENTIALS_PROFILE_LOGIN", "AC");
|
|
37612
37613
|
};
|
|
37613
37614
|
|
|
37614
|
-
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js
|
|
37615
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.53/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js
|
|
37615
37616
|
var import_client40 = __toESM(require_client2(), 1);
|
|
37616
37617
|
var isProcessProfile2 = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.credential_process === "string";
|
|
37617
37618
|
var resolveProcessCredentials3 = async (options, profile) => Promise.resolve().then(() => (init_dist_es7(), exports_dist_es6)).then(({ fromProcess: fromProcess2 }) => fromProcess2({
|
|
@@ -37619,7 +37620,7 @@ var resolveProcessCredentials3 = async (options, profile) => Promise.resolve().t
|
|
|
37619
37620
|
profile
|
|
37620
37621
|
})().then((creds) => import_client40.setCredentialFeature(creds, "CREDENTIALS_PROFILE_PROCESS", "v")));
|
|
37621
37622
|
|
|
37622
|
-
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js
|
|
37623
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.53/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js
|
|
37623
37624
|
var import_client41 = __toESM(require_client2(), 1);
|
|
37624
37625
|
var resolveSsoCredentials2 = async (profile, profileData, options = {}, callerClientConfig) => {
|
|
37625
37626
|
const { fromSSO: fromSSO2 } = await Promise.resolve().then(() => (init_dist_es5(), exports_dist_es4));
|
|
@@ -37640,7 +37641,7 @@ var resolveSsoCredentials2 = async (profile, profileData, options = {}, callerCl
|
|
|
37640
37641
|
};
|
|
37641
37642
|
var isSsoProfile3 = (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");
|
|
37642
37643
|
|
|
37643
|
-
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js
|
|
37644
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.53/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js
|
|
37644
37645
|
var import_client42 = __toESM(require_client2(), 1);
|
|
37645
37646
|
var isStaticCredsProfile2 = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.aws_access_key_id === "string" && typeof arg.aws_secret_access_key === "string" && ["undefined", "string"].indexOf(typeof arg.aws_session_token) > -1 && ["undefined", "string"].indexOf(typeof arg.aws_account_id) > -1;
|
|
37646
37647
|
var resolveStaticCredentials2 = async (profile, options) => {
|
|
@@ -37655,7 +37656,7 @@ var resolveStaticCredentials2 = async (profile, options) => {
|
|
|
37655
37656
|
return import_client42.setCredentialFeature(credentials, "CREDENTIALS_PROFILE", "n");
|
|
37656
37657
|
};
|
|
37657
37658
|
|
|
37658
|
-
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js
|
|
37659
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.53/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js
|
|
37659
37660
|
var import_client43 = __toESM(require_client2(), 1);
|
|
37660
37661
|
var isWebIdentityProfile2 = (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;
|
|
37661
37662
|
var resolveWebIdentityCredentials2 = async (profile, options, callerClientConfig) => Promise.resolve().then(() => (init_dist_es8(), exports_dist_es7)).then(({ fromTokenFile: fromTokenFile2 }) => fromTokenFile2({
|
|
@@ -37669,7 +37670,7 @@ var resolveWebIdentityCredentials2 = async (profile, options, callerClientConfig
|
|
|
37669
37670
|
callerClientConfig
|
|
37670
37671
|
}).then((creds) => import_client43.setCredentialFeature(creds, "CREDENTIALS_PROFILE_STS_WEB_ID_TOKEN", "q")));
|
|
37671
37672
|
|
|
37672
|
-
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js
|
|
37673
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.53/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js
|
|
37673
37674
|
var resolveProfileData2 = async (profileName, profiles, options, callerClientConfig, visitedProfiles = {}, isAssumeRoleRecursiveCall = false) => {
|
|
37674
37675
|
const data = profiles[profileName];
|
|
37675
37676
|
if (Object.keys(visitedProfiles).length > 0 && isStaticCredsProfile2(data)) {
|
|
@@ -37696,7 +37697,7 @@ var resolveProfileData2 = async (profileName, profiles, options, callerClientCon
|
|
|
37696
37697
|
throw new import_config34.CredentialsProviderError(`Could not resolve credentials using profile: [${profileName}] in configuration/credentials file(s).`, { logger: options.logger });
|
|
37697
37698
|
};
|
|
37698
37699
|
|
|
37699
|
-
// node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js
|
|
37700
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.53/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js
|
|
37700
37701
|
var fromIni2 = (init = {}) => async ({ callerClientConfig } = {}) => {
|
|
37701
37702
|
init.logger?.debug("@aws-sdk/credential-provider-ini - fromIni");
|
|
37702
37703
|
const profiles = await import_config35.parseKnownFiles(init);
|