@hasna/domains 0.0.44 → 0.0.45
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 +660 -311
- package/dist/index.js +196 -196
- package/dist/mcp/index.js +204 -204
- package/dist/sdk/index.js +1 -1
- package/dist/server/index.js +1 -1
- package/package.json +2 -2
package/dist/cli/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/commander/lib/error.js
|
|
50
|
+
// ../../node_modules/.bun/commander@13.1.0/node_modules/commander/lib/error.js
|
|
51
51
|
var require_error = __commonJS((exports) => {
|
|
52
52
|
class CommanderError extends Error {
|
|
53
53
|
constructor(exitCode, code, message) {
|
|
@@ -71,7 +71,7 @@ var require_error = __commonJS((exports) => {
|
|
|
71
71
|
exports.InvalidArgumentError = InvalidArgumentError;
|
|
72
72
|
});
|
|
73
73
|
|
|
74
|
-
// node_modules/commander/lib/argument.js
|
|
74
|
+
// ../../node_modules/.bun/commander@13.1.0/node_modules/commander/lib/argument.js
|
|
75
75
|
var require_argument = __commonJS((exports) => {
|
|
76
76
|
var { InvalidArgumentError } = require_error();
|
|
77
77
|
|
|
@@ -150,7 +150,7 @@ var require_argument = __commonJS((exports) => {
|
|
|
150
150
|
exports.humanReadableArgName = humanReadableArgName;
|
|
151
151
|
});
|
|
152
152
|
|
|
153
|
-
// node_modules/commander/lib/help.js
|
|
153
|
+
// ../../node_modules/.bun/commander@13.1.0/node_modules/commander/lib/help.js
|
|
154
154
|
var require_help = __commonJS((exports) => {
|
|
155
155
|
var { humanReadableArgName } = require_argument();
|
|
156
156
|
|
|
@@ -500,7 +500,7 @@ ${itemIndentStr}`);
|
|
|
500
500
|
exports.stripColor = stripColor;
|
|
501
501
|
});
|
|
502
502
|
|
|
503
|
-
// node_modules/commander/lib/option.js
|
|
503
|
+
// ../../node_modules/.bun/commander@13.1.0/node_modules/commander/lib/option.js
|
|
504
504
|
var require_option = __commonJS((exports) => {
|
|
505
505
|
var { InvalidArgumentError } = require_error();
|
|
506
506
|
|
|
@@ -678,7 +678,7 @@ var require_option = __commonJS((exports) => {
|
|
|
678
678
|
exports.DualOptions = DualOptions;
|
|
679
679
|
});
|
|
680
680
|
|
|
681
|
-
// node_modules/commander/lib/suggestSimilar.js
|
|
681
|
+
// ../../node_modules/.bun/commander@13.1.0/node_modules/commander/lib/suggestSimilar.js
|
|
682
682
|
var require_suggestSimilar = __commonJS((exports) => {
|
|
683
683
|
var maxDistance = 3;
|
|
684
684
|
function editDistance(a, b) {
|
|
@@ -751,7 +751,7 @@ var require_suggestSimilar = __commonJS((exports) => {
|
|
|
751
751
|
exports.suggestSimilar = suggestSimilar;
|
|
752
752
|
});
|
|
753
753
|
|
|
754
|
-
// node_modules/commander/lib/command.js
|
|
754
|
+
// ../../node_modules/.bun/commander@13.1.0/node_modules/commander/lib/command.js
|
|
755
755
|
var require_command = __commonJS((exports) => {
|
|
756
756
|
var EventEmitter = __require("events").EventEmitter;
|
|
757
757
|
var childProcess = __require("child_process");
|
|
@@ -2061,7 +2061,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
2061
2061
|
exports.useColor = useColor;
|
|
2062
2062
|
});
|
|
2063
2063
|
|
|
2064
|
-
// node_modules/commander/index.js
|
|
2064
|
+
// ../../node_modules/.bun/commander@13.1.0/node_modules/commander/index.js
|
|
2065
2065
|
var require_commander = __commonJS((exports) => {
|
|
2066
2066
|
var { Argument } = require_argument();
|
|
2067
2067
|
var { Command } = require_command();
|
|
@@ -2081,7 +2081,7 @@ var require_commander = __commonJS((exports) => {
|
|
|
2081
2081
|
exports.InvalidOptionArgumentError = InvalidArgumentError;
|
|
2082
2082
|
});
|
|
2083
2083
|
|
|
2084
|
-
//
|
|
2084
|
+
// ../contracts/dist/client/storage.js
|
|
2085
2085
|
import { isIP } from "net";
|
|
2086
2086
|
import { readFileSync, statSync } from "fs";
|
|
2087
2087
|
import { join } from "path";
|
|
@@ -2966,7 +2966,7 @@ var init_storage = __esm(() => {
|
|
|
2966
2966
|
]);
|
|
2967
2967
|
});
|
|
2968
2968
|
|
|
2969
|
-
//
|
|
2969
|
+
// ../contracts/dist/client/transport.js
|
|
2970
2970
|
function envToken2(name) {
|
|
2971
2971
|
return name.toUpperCase().replace(/-/g, "_");
|
|
2972
2972
|
}
|
|
@@ -5973,7 +5973,7 @@ var init_godaddy = __esm(() => {
|
|
|
5973
5973
|
};
|
|
5974
5974
|
});
|
|
5975
5975
|
|
|
5976
|
-
// node_modules/@smithy/types/dist-cjs/index.js
|
|
5976
|
+
// ../../node_modules/.bun/@smithy+types@4.16.1/node_modules/@smithy/types/dist-cjs/index.js
|
|
5977
5977
|
var require_dist_cjs = __commonJS((exports) => {
|
|
5978
5978
|
var HttpAuthLocation;
|
|
5979
5979
|
(function(HttpAuthLocation2) {
|
|
@@ -6064,7 +6064,7 @@ var require_dist_cjs = __commonJS((exports) => {
|
|
|
6064
6064
|
exports.resolveDefaultRuntimeConfig = resolveDefaultRuntimeConfig;
|
|
6065
6065
|
});
|
|
6066
6066
|
|
|
6067
|
-
// node_modules/@smithy/core/dist-cjs/submodules/transport/index.js
|
|
6067
|
+
// ../../node_modules/.bun/@smithy+core@3.31.1/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js
|
|
6068
6068
|
var require_transport = __commonJS((exports) => {
|
|
6069
6069
|
var { SMITHY_CONTEXT_KEY } = require_dist_cjs();
|
|
6070
6070
|
var getSmithyContext = (context) => context[SMITHY_CONTEXT_KEY] || (context[SMITHY_CONTEXT_KEY] = {});
|
|
@@ -6231,7 +6231,7 @@ var require_transport = __commonJS((exports) => {
|
|
|
6231
6231
|
exports.toEndpointV1 = toEndpointV1;
|
|
6232
6232
|
});
|
|
6233
6233
|
|
|
6234
|
-
// node_modules/@smithy/core/dist-cjs/submodules/schema/index.js
|
|
6234
|
+
// ../../node_modules/.bun/@smithy+core@3.31.1/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js
|
|
6235
6235
|
var require_schema = __commonJS((exports) => {
|
|
6236
6236
|
var { getSmithyContext, HttpResponse, toEndpointV1 } = require_transport();
|
|
6237
6237
|
var deref = (schemaRef) => {
|
|
@@ -6364,6 +6364,8 @@ var require_schema = __commonJS((exports) => {
|
|
|
6364
6364
|
|
|
6365
6365
|
class ListSchema extends Schema {
|
|
6366
6366
|
static symbol = Symbol.for("@smithy/lis");
|
|
6367
|
+
name;
|
|
6368
|
+
traits;
|
|
6367
6369
|
valueSchema;
|
|
6368
6370
|
symbol = ListSchema.symbol;
|
|
6369
6371
|
}
|
|
@@ -6376,6 +6378,8 @@ var require_schema = __commonJS((exports) => {
|
|
|
6376
6378
|
|
|
6377
6379
|
class MapSchema extends Schema {
|
|
6378
6380
|
static symbol = Symbol.for("@smithy/map");
|
|
6381
|
+
name;
|
|
6382
|
+
traits;
|
|
6379
6383
|
keySchema;
|
|
6380
6384
|
valueSchema;
|
|
6381
6385
|
symbol = MapSchema.symbol;
|
|
@@ -6390,6 +6394,8 @@ var require_schema = __commonJS((exports) => {
|
|
|
6390
6394
|
|
|
6391
6395
|
class OperationSchema extends Schema {
|
|
6392
6396
|
static symbol = Symbol.for("@smithy/ope");
|
|
6397
|
+
name;
|
|
6398
|
+
traits;
|
|
6393
6399
|
input;
|
|
6394
6400
|
output;
|
|
6395
6401
|
symbol = OperationSchema.symbol;
|
|
@@ -6404,6 +6410,8 @@ var require_schema = __commonJS((exports) => {
|
|
|
6404
6410
|
|
|
6405
6411
|
class StructureSchema extends Schema {
|
|
6406
6412
|
static symbol = Symbol.for("@smithy/str");
|
|
6413
|
+
name;
|
|
6414
|
+
traits;
|
|
6407
6415
|
memberNames;
|
|
6408
6416
|
memberList;
|
|
6409
6417
|
symbol = StructureSchema.symbol;
|
|
@@ -6738,7 +6746,9 @@ var require_schema = __commonJS((exports) => {
|
|
|
6738
6746
|
|
|
6739
6747
|
class SimpleSchema extends Schema {
|
|
6740
6748
|
static symbol = Symbol.for("@smithy/sim");
|
|
6749
|
+
name;
|
|
6741
6750
|
schemaRef;
|
|
6751
|
+
traits;
|
|
6742
6752
|
symbol = SimpleSchema.symbol;
|
|
6743
6753
|
}
|
|
6744
6754
|
var sim = (namespace, name, schemaRef, traits) => Schema.assign(new SimpleSchema, {
|
|
@@ -6900,7 +6910,7 @@ var require_schema = __commonJS((exports) => {
|
|
|
6900
6910
|
exports.translateTraits = translateTraits;
|
|
6901
6911
|
});
|
|
6902
6912
|
|
|
6903
|
-
// node_modules/@smithy/core/dist-cjs/submodules/client/index.js
|
|
6913
|
+
// ../../node_modules/.bun/@smithy+core@3.31.1/node_modules/@smithy/core/dist-cjs/submodules/client/index.js
|
|
6904
6914
|
var require_client = __commonJS((exports) => {
|
|
6905
6915
|
var { getSmithyContext, normalizeProvider } = require_transport();
|
|
6906
6916
|
exports.getSmithyContext = getSmithyContext;
|
|
@@ -7969,7 +7979,7 @@ var require_client = __commonJS((exports) => {
|
|
|
7969
7979
|
exports.withBaseException = withBaseException;
|
|
7970
7980
|
});
|
|
7971
7981
|
|
|
7972
|
-
// node_modules/@smithy/core/dist-cjs/submodules/config/index.js
|
|
7982
|
+
// ../../node_modules/.bun/@smithy+core@3.31.1/node_modules/@smithy/core/dist-cjs/submodules/config/index.js
|
|
7973
7983
|
var require_config = __commonJS((exports) => {
|
|
7974
7984
|
var { homedir: homedir2 } = __require("os");
|
|
7975
7985
|
var { sep, join: join3 } = __require("path");
|
|
@@ -8664,7 +8674,7 @@ var require_config = __commonJS((exports) => {
|
|
|
8664
8674
|
exports.resolveRegionConfig = resolveRegionConfig;
|
|
8665
8675
|
});
|
|
8666
8676
|
|
|
8667
|
-
// node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js
|
|
8677
|
+
// ../../node_modules/.bun/@smithy+core@3.31.1/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js
|
|
8668
8678
|
var require_endpoints = __commonJS((exports) => {
|
|
8669
8679
|
var { CONFIG_PREFIX_SEPARATOR, booleanSelector, SelectorType, loadConfig } = require_config();
|
|
8670
8680
|
var { toEndpointV1, getSmithyContext, normalizeProvider, isValidHostLabel } = require_transport();
|
|
@@ -9476,7 +9486,7 @@ var require_endpoints = __commonJS((exports) => {
|
|
|
9476
9486
|
exports.resolveParams = resolveParams;
|
|
9477
9487
|
});
|
|
9478
9488
|
|
|
9479
|
-
// node_modules/@smithy/core/dist-cjs/submodules/serde/index.js
|
|
9489
|
+
// ../../node_modules/.bun/@smithy+core@3.31.1/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js
|
|
9480
9490
|
var require_serde = __commonJS((exports) => {
|
|
9481
9491
|
var { createHmac, createHash: createHash2, getRandomValues } = __require("crypto");
|
|
9482
9492
|
var { ReadStream, lstatSync, fstatSync } = __require("fs");
|
|
@@ -11114,7 +11124,7 @@ ${value}\r
|
|
|
11114
11124
|
exports.v4 = v4;
|
|
11115
11125
|
});
|
|
11116
11126
|
|
|
11117
|
-
// node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js
|
|
11127
|
+
// ../../node_modules/.bun/@smithy+core@3.31.1/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js
|
|
11118
11128
|
var require_checksum = __commonJS((exports) => {
|
|
11119
11129
|
var { createReadStream } = __require("fs");
|
|
11120
11130
|
var { Writable } = __require("stream");
|
|
@@ -11730,7 +11740,7 @@ var require_checksum = __commonJS((exports) => {
|
|
|
11730
11740
|
exports.readableStreamHasher = readableStreamHasher;
|
|
11731
11741
|
});
|
|
11732
11742
|
|
|
11733
|
-
// node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js
|
|
11743
|
+
// ../../node_modules/.bun/@smithy+core@3.31.1/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js
|
|
11734
11744
|
var require_event_streams = __commonJS((exports) => {
|
|
11735
11745
|
var { Crc32 } = require_checksum();
|
|
11736
11746
|
var { toHex, fromHex, toUtf8, fromUtf8 } = require_serde();
|
|
@@ -12613,7 +12623,7 @@ var require_event_streams = __commonJS((exports) => {
|
|
|
12613
12623
|
exports.universalEventStreamSerdeProvider = eventStreamSerdeProvider$1;
|
|
12614
12624
|
});
|
|
12615
12625
|
|
|
12616
|
-
// node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js
|
|
12626
|
+
// ../../node_modules/.bun/@smithy+core@3.31.1/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js
|
|
12617
12627
|
var require_protocols = __commonJS((exports) => {
|
|
12618
12628
|
var { Uint8ArrayBlobAdapter, sdkStreamMixin, splitEvery, splitHeader, fromBase64, _parseEpochTimestamp, _parseRfc7231DateTime, _parseRfc3339DateTimeWithOffset, LazyJsonString, NumericValue, toUtf8, fromUtf8, generateIdempotencyToken, toBase64, dateToUtcString, quoteHeader } = require_serde();
|
|
12619
12629
|
var { TypeRegistry, NormalizedSchema, translateTraits } = require_schema();
|
|
@@ -13498,27 +13508,24 @@ var require_protocols = __commonJS((exports) => {
|
|
|
13498
13508
|
}
|
|
13499
13509
|
}
|
|
13500
13510
|
var getHttpHandlerExtensionConfiguration = (runtimeConfig) => {
|
|
13501
|
-
if (runtimeConfig.logger && runtimeConfig.logger.constructor?.name !== "NoOpLogger") {
|
|
13502
|
-
runtimeConfig.requestHandler?.updateHttpClientConfig?.(Symbol.for("logger"), runtimeConfig.logger);
|
|
13503
|
-
}
|
|
13504
13511
|
return {
|
|
13505
13512
|
setHttpHandler(handler) {
|
|
13506
|
-
runtimeConfig.
|
|
13513
|
+
runtimeConfig.httpHandler = handler;
|
|
13507
13514
|
},
|
|
13508
13515
|
httpHandler() {
|
|
13509
|
-
return runtimeConfig.
|
|
13516
|
+
return runtimeConfig.httpHandler;
|
|
13510
13517
|
},
|
|
13511
13518
|
updateHttpClientConfig(key, value) {
|
|
13512
|
-
runtimeConfig.
|
|
13519
|
+
runtimeConfig.httpHandler?.updateHttpClientConfig(key, value);
|
|
13513
13520
|
},
|
|
13514
13521
|
httpHandlerConfigs() {
|
|
13515
|
-
return runtimeConfig.
|
|
13522
|
+
return runtimeConfig.httpHandler.httpHandlerConfigs();
|
|
13516
13523
|
}
|
|
13517
13524
|
};
|
|
13518
13525
|
};
|
|
13519
13526
|
var resolveHttpHandlerRuntimeConfig = (httpHandlerExtensionConfiguration) => {
|
|
13520
13527
|
return {
|
|
13521
|
-
|
|
13528
|
+
httpHandler: httpHandlerExtensionConfiguration.httpHandler()
|
|
13522
13529
|
};
|
|
13523
13530
|
};
|
|
13524
13531
|
var CONTENT_LENGTH_HEADER = "content-length";
|
|
@@ -13602,7 +13609,7 @@ var require_protocols = __commonJS((exports) => {
|
|
|
13602
13609
|
exports.resolvedPath = resolvedPath;
|
|
13603
13610
|
});
|
|
13604
13611
|
|
|
13605
|
-
// node_modules/@smithy/core/dist-cjs/submodules/retry/index.js
|
|
13612
|
+
// ../../node_modules/.bun/@smithy+core@3.31.1/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js
|
|
13606
13613
|
var require_retry = __commonJS((exports) => {
|
|
13607
13614
|
var { Readable } = __require("stream");
|
|
13608
13615
|
var { NoOpLogger, normalizeProvider } = require_client();
|
|
@@ -14399,7 +14406,7 @@ var require_retry = __commonJS((exports) => {
|
|
|
14399
14406
|
exports.retryMiddlewareOptions = retryMiddlewareOptions;
|
|
14400
14407
|
});
|
|
14401
14408
|
|
|
14402
|
-
// node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js
|
|
14409
|
+
// ../../node_modules/.bun/@aws+lambda-invoke-store@0.3.0/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js
|
|
14403
14410
|
var require_invoke_store = __commonJS((exports) => {
|
|
14404
14411
|
var PROTECTED_KEYS = {
|
|
14405
14412
|
REQUEST_ID: Symbol.for("_AWS_LAMBDA_REQUEST_ID"),
|
|
@@ -14528,7 +14535,7 @@ var require_invoke_store = __commonJS((exports) => {
|
|
|
14528
14535
|
exports.InvokeStoreBase = InvokeStoreBase;
|
|
14529
14536
|
});
|
|
14530
14537
|
|
|
14531
|
-
// node_modules/@smithy/core/dist-cjs/index.js
|
|
14538
|
+
// ../../node_modules/.bun/@smithy+core@3.31.1/node_modules/@smithy/core/dist-cjs/index.js
|
|
14532
14539
|
var require_dist_cjs2 = __commonJS((exports) => {
|
|
14533
14540
|
var { getSmithyContext } = require_transport();
|
|
14534
14541
|
exports.getSmithyContext = getSmithyContext;
|
|
@@ -14854,7 +14861,7 @@ var require_dist_cjs2 = __commonJS((exports) => {
|
|
|
14854
14861
|
exports.setFeature = setFeature;
|
|
14855
14862
|
});
|
|
14856
14863
|
|
|
14857
|
-
// node_modules/bowser/es5.js
|
|
14864
|
+
// ../../node_modules/.bun/bowser@2.14.1/node_modules/bowser/es5.js
|
|
14858
14865
|
var require_es5 = __commonJS((exports, module) => {
|
|
14859
14866
|
(function(e, t) {
|
|
14860
14867
|
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();
|
|
@@ -15694,7 +15701,7 @@ var require_es5 = __commonJS((exports, module) => {
|
|
|
15694
15701
|
});
|
|
15695
15702
|
});
|
|
15696
15703
|
|
|
15697
|
-
// node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js
|
|
15704
|
+
// ../../node_modules/.bun/@aws-sdk+core@3.977.6/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js
|
|
15698
15705
|
var require_client2 = __commonJS((exports) => {
|
|
15699
15706
|
var { Retry, RETRY_MODES } = require_retry();
|
|
15700
15707
|
var { HttpRequest, parseUrl } = require_protocols();
|
|
@@ -16632,7 +16639,7 @@ More information can be found at: https://a.co/c895JFp`);
|
|
|
16632
16639
|
exports.userAgentMiddleware = userAgentMiddleware;
|
|
16633
16640
|
});
|
|
16634
16641
|
|
|
16635
|
-
// node_modules/@smithy/signature-v4/dist-cjs/index.js
|
|
16642
|
+
// ../../node_modules/.bun/@smithy+signature-v4@5.6.12/node_modules/@smithy/signature-v4/dist-cjs/index.js
|
|
16636
16643
|
var require_dist_cjs3 = __commonJS((exports) => {
|
|
16637
16644
|
var { fromUtf8, fromHex, toHex, toUint8Array, isArrayBuffer } = require_serde();
|
|
16638
16645
|
var { normalizeProvider } = require_client();
|
|
@@ -17172,7 +17179,7 @@ ${toHex(hashedRequest)}`;
|
|
|
17172
17179
|
exports.signatureV4aContainer = signatureV4aContainer;
|
|
17173
17180
|
});
|
|
17174
17181
|
|
|
17175
|
-
// node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js
|
|
17182
|
+
// ../../node_modules/.bun/@aws-sdk+core@3.977.6/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js
|
|
17176
17183
|
var require_httpAuthSchemes = __commonJS((exports) => {
|
|
17177
17184
|
var { ProviderError, booleanSelector, SelectorType, loadConfig } = require_config();
|
|
17178
17185
|
var { setCredentialFeature } = require_client2();
|
|
@@ -17502,7 +17509,7 @@ var require_httpAuthSchemes = __commonJS((exports) => {
|
|
|
17502
17509
|
exports.validateSigningProperties = validateSigningProperties;
|
|
17503
17510
|
});
|
|
17504
17511
|
|
|
17505
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/auth/httpAuthSchemeProvider.js
|
|
17512
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/auth/httpAuthSchemeProvider.js
|
|
17506
17513
|
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
17507
17514
|
return {
|
|
17508
17515
|
schemeId: "aws.auth#sigv4",
|
|
@@ -17544,7 +17551,7 @@ var init_httpAuthSchemeProvider = __esm(() => {
|
|
|
17544
17551
|
import_client2 = __toESM(require_client(), 1);
|
|
17545
17552
|
});
|
|
17546
17553
|
|
|
17547
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/endpoint/EndpointParameters.js
|
|
17554
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/endpoint/EndpointParameters.js
|
|
17548
17555
|
var resolveClientEndpointParameters = (options) => {
|
|
17549
17556
|
return Object.assign(options, {
|
|
17550
17557
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
@@ -17561,12 +17568,12 @@ var init_EndpointParameters = __esm(() => {
|
|
|
17561
17568
|
};
|
|
17562
17569
|
});
|
|
17563
17570
|
|
|
17564
|
-
// node_modules/@aws-sdk/client-route-53/package.json
|
|
17571
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/package.json
|
|
17565
17572
|
var package_default;
|
|
17566
17573
|
var init_package = __esm(() => {
|
|
17567
17574
|
package_default = {
|
|
17568
17575
|
name: "@aws-sdk/client-route-53",
|
|
17569
|
-
version: "3.
|
|
17576
|
+
version: "3.1106.0",
|
|
17570
17577
|
description: "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
|
|
17571
17578
|
homepage: "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-route-53",
|
|
17572
17579
|
license: "Apache-2.0",
|
|
@@ -17615,13 +17622,13 @@ var init_package = __esm(() => {
|
|
|
17615
17622
|
"test:integration:watch": "yarn g:vitest watch --passWithNoTests -c vitest.config.integ.mts",
|
|
17616
17623
|
"test:e2e": "yarn g:vitest run -c vitest.config.e2e.mts",
|
|
17617
17624
|
"test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts",
|
|
17618
|
-
"test:index": "tsc
|
|
17625
|
+
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
17619
17626
|
},
|
|
17620
17627
|
dependencies: {
|
|
17621
|
-
"@aws-sdk/core": "^3.977.
|
|
17622
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
17623
|
-
"@aws-sdk/middleware-sdk-route53": "^3.972.
|
|
17624
|
-
"@aws-sdk/types": "^3.974.
|
|
17628
|
+
"@aws-sdk/core": "^3.977.6",
|
|
17629
|
+
"@aws-sdk/credential-provider-node": "^3.972.78",
|
|
17630
|
+
"@aws-sdk/middleware-sdk-route53": "^3.972.23",
|
|
17631
|
+
"@aws-sdk/types": "^3.974.2",
|
|
17625
17632
|
"@smithy/core": "^3.31.1",
|
|
17626
17633
|
"@smithy/fetch-http-handler": "^5.6.13",
|
|
17627
17634
|
"@smithy/node-http-handler": "^4.9.13",
|
|
@@ -17635,7 +17642,7 @@ var init_package = __esm(() => {
|
|
|
17635
17642
|
concurrently: "7.0.0",
|
|
17636
17643
|
"downlevel-dts": "0.10.1",
|
|
17637
17644
|
premove: "4.0.0",
|
|
17638
|
-
typescript: "~
|
|
17645
|
+
typescript: "~5.8.3",
|
|
17639
17646
|
vitest: "^4.0.17"
|
|
17640
17647
|
},
|
|
17641
17648
|
engines: {
|
|
@@ -17644,7 +17651,7 @@ var init_package = __esm(() => {
|
|
|
17644
17651
|
};
|
|
17645
17652
|
});
|
|
17646
17653
|
|
|
17647
|
-
// node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js
|
|
17654
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-env@3.972.67/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js
|
|
17648
17655
|
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 () => {
|
|
17649
17656
|
init?.logger?.debug("@aws-sdk/credential-provider-env - fromEnv");
|
|
17650
17657
|
const accessKeyId = process.env[ENV_KEY];
|
|
@@ -17672,7 +17679,7 @@ var init_fromEnv = __esm(() => {
|
|
|
17672
17679
|
import_config = __toESM(require_config(), 1);
|
|
17673
17680
|
});
|
|
17674
17681
|
|
|
17675
|
-
// node_modules/@aws-sdk/credential-provider-env/dist-es/index.js
|
|
17682
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-env@3.972.67/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js
|
|
17676
17683
|
var exports_dist_es = {};
|
|
17677
17684
|
__export(exports_dist_es, {
|
|
17678
17685
|
fromEnv: () => fromEnv,
|
|
@@ -17687,7 +17694,7 @@ var init_dist_es = __esm(() => {
|
|
|
17687
17694
|
init_fromEnv();
|
|
17688
17695
|
});
|
|
17689
17696
|
|
|
17690
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js
|
|
17697
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js
|
|
17691
17698
|
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) => ({
|
|
17692
17699
|
accessKeyId: creds.AccessKeyId,
|
|
17693
17700
|
secretAccessKey: creds.SecretAccessKey,
|
|
@@ -17696,14 +17703,14 @@ var isImdsCredentials = (arg) => Boolean(arg) && typeof arg === "object" && type
|
|
|
17696
17703
|
...creds.AccountId && { accountId: creds.AccountId }
|
|
17697
17704
|
});
|
|
17698
17705
|
|
|
17699
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js
|
|
17706
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js
|
|
17700
17707
|
var DEFAULT_TIMEOUT = 1000, DEFAULT_MAX_RETRIES = 0, providerConfigFromInit = ({ maxRetries = DEFAULT_MAX_RETRIES, timeout = DEFAULT_TIMEOUT }) => ({ maxRetries, timeout });
|
|
17701
17708
|
|
|
17702
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/node-http.js
|
|
17709
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/node-http.js
|
|
17703
17710
|
import node_http from "http";
|
|
17704
17711
|
var init_node_http = () => {};
|
|
17705
17712
|
|
|
17706
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js
|
|
17713
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js
|
|
17707
17714
|
function httpRequest(options) {
|
|
17708
17715
|
return new Promise((resolve3, reject) => {
|
|
17709
17716
|
const req = node_http.request({
|
|
@@ -17743,7 +17750,7 @@ var init_httpRequest = __esm(() => {
|
|
|
17743
17750
|
import_config2 = __toESM(require_config(), 1);
|
|
17744
17751
|
});
|
|
17745
17752
|
|
|
17746
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js
|
|
17753
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js
|
|
17747
17754
|
var retry = (toRetry, maxRetries) => {
|
|
17748
17755
|
let promise = toRetry();
|
|
17749
17756
|
for (let i = 0;i < maxRetries; i++) {
|
|
@@ -17752,7 +17759,7 @@ var retry = (toRetry, maxRetries) => {
|
|
|
17752
17759
|
return promise;
|
|
17753
17760
|
};
|
|
17754
17761
|
|
|
17755
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js
|
|
17762
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js
|
|
17756
17763
|
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 = {}) => {
|
|
17757
17764
|
const { timeout, maxRetries } = providerConfigFromInit(init);
|
|
17758
17765
|
return () => retry(async () => {
|
|
@@ -17822,7 +17829,7 @@ var init_fromContainerMetadata = __esm(() => {
|
|
|
17822
17829
|
GREENGRASS_PROTOCOLS = new Set(["http:", "https:"]);
|
|
17823
17830
|
});
|
|
17824
17831
|
|
|
17825
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js
|
|
17832
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js
|
|
17826
17833
|
var import_config4, InstanceMetadataV1FallbackError;
|
|
17827
17834
|
var init_InstanceMetadataV1FallbackError = __esm(() => {
|
|
17828
17835
|
import_config4 = __toESM(require_config(), 1);
|
|
@@ -17837,7 +17844,7 @@ var init_InstanceMetadataV1FallbackError = __esm(() => {
|
|
|
17837
17844
|
};
|
|
17838
17845
|
});
|
|
17839
17846
|
|
|
17840
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js
|
|
17847
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js
|
|
17841
17848
|
var Endpoint;
|
|
17842
17849
|
var init_Endpoint = __esm(() => {
|
|
17843
17850
|
(function(Endpoint2) {
|
|
@@ -17846,7 +17853,7 @@ var init_Endpoint = __esm(() => {
|
|
|
17846
17853
|
})(Endpoint || (Endpoint = {}));
|
|
17847
17854
|
});
|
|
17848
17855
|
|
|
17849
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js
|
|
17856
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js
|
|
17850
17857
|
var ENV_ENDPOINT_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT", CONFIG_ENDPOINT_NAME = "ec2_metadata_service_endpoint", ENDPOINT_CONFIG_OPTIONS;
|
|
17851
17858
|
var init_EndpointConfigOptions = __esm(() => {
|
|
17852
17859
|
ENDPOINT_CONFIG_OPTIONS = {
|
|
@@ -17856,7 +17863,7 @@ var init_EndpointConfigOptions = __esm(() => {
|
|
|
17856
17863
|
};
|
|
17857
17864
|
});
|
|
17858
17865
|
|
|
17859
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js
|
|
17866
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js
|
|
17860
17867
|
var EndpointMode;
|
|
17861
17868
|
var init_EndpointMode = __esm(() => {
|
|
17862
17869
|
(function(EndpointMode2) {
|
|
@@ -17865,7 +17872,7 @@ var init_EndpointMode = __esm(() => {
|
|
|
17865
17872
|
})(EndpointMode || (EndpointMode = {}));
|
|
17866
17873
|
});
|
|
17867
17874
|
|
|
17868
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js
|
|
17875
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js
|
|
17869
17876
|
var ENV_ENDPOINT_MODE_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE", CONFIG_ENDPOINT_MODE_NAME = "ec2_metadata_service_endpoint_mode", ENDPOINT_MODE_CONFIG_OPTIONS;
|
|
17870
17877
|
var init_EndpointModeConfigOptions = __esm(() => {
|
|
17871
17878
|
init_EndpointMode();
|
|
@@ -17876,7 +17883,7 @@ var init_EndpointModeConfigOptions = __esm(() => {
|
|
|
17876
17883
|
};
|
|
17877
17884
|
});
|
|
17878
17885
|
|
|
17879
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js
|
|
17886
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js
|
|
17880
17887
|
var import_config5, import_protocols, getInstanceMetadataEndpoint = async () => import_protocols.parseUrl(await getFromEndpointConfig() || await getFromEndpointModeConfig()), getFromEndpointConfig = async () => import_config5.loadConfig(ENDPOINT_CONFIG_OPTIONS)(), getFromEndpointModeConfig = async () => {
|
|
17881
17888
|
const endpointMode = await import_config5.loadConfig(ENDPOINT_MODE_CONFIG_OPTIONS)();
|
|
17882
17889
|
switch (endpointMode) {
|
|
@@ -17897,7 +17904,7 @@ var init_getInstanceMetadataEndpoint = __esm(() => {
|
|
|
17897
17904
|
import_protocols = __toESM(require_protocols(), 1);
|
|
17898
17905
|
});
|
|
17899
17906
|
|
|
17900
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js
|
|
17907
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js
|
|
17901
17908
|
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) => {
|
|
17902
17909
|
const refreshInterval = STATIC_STABILITY_REFRESH_INTERVAL_SECONDS + Math.floor(Math.random() * STATIC_STABILITY_REFRESH_INTERVAL_JITTER_WINDOW_SECONDS);
|
|
17903
17910
|
const newExpiration = new Date(Date.now() + refreshInterval * 1000);
|
|
@@ -17915,7 +17922,7 @@ var init_getExtendedInstanceMetadataCredentials = __esm(() => {
|
|
|
17915
17922
|
STATIC_STABILITY_REFRESH_INTERVAL_JITTER_WINDOW_SECONDS = 5 * 60;
|
|
17916
17923
|
});
|
|
17917
17924
|
|
|
17918
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js
|
|
17925
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js
|
|
17919
17926
|
var staticStabilityProvider = (provider, options = {}) => {
|
|
17920
17927
|
const logger = options?.logger || console;
|
|
17921
17928
|
let pastCredentials;
|
|
@@ -17942,7 +17949,7 @@ var init_staticStabilityProvider = __esm(() => {
|
|
|
17942
17949
|
init_getExtendedInstanceMetadataCredentials();
|
|
17943
17950
|
});
|
|
17944
17951
|
|
|
17945
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js
|
|
17952
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js
|
|
17946
17953
|
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 = {}) => {
|
|
17947
17954
|
let disableFetchToken = false;
|
|
17948
17955
|
const { logger, profile } = init;
|
|
@@ -18062,7 +18069,7 @@ var init_fromInstanceMetadata = __esm(() => {
|
|
|
18062
18069
|
import_config6 = __toESM(require_config(), 1);
|
|
18063
18070
|
});
|
|
18064
18071
|
|
|
18065
|
-
// node_modules/@smithy/credential-provider-imds/dist-es/index.js
|
|
18072
|
+
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/index.js
|
|
18066
18073
|
var exports_dist_es2 = {};
|
|
18067
18074
|
__export(exports_dist_es2, {
|
|
18068
18075
|
providerConfigFromInit: () => providerConfigFromInit,
|
|
@@ -18085,7 +18092,7 @@ var init_dist_es2 = __esm(() => {
|
|
|
18085
18092
|
init_Endpoint();
|
|
18086
18093
|
});
|
|
18087
18094
|
|
|
18088
|
-
// node_modules/@smithy/node-http-handler/dist-cjs/index.js
|
|
18095
|
+
// ../../node_modules/.bun/@smithy+node-http-handler@4.9.13/node_modules/@smithy/node-http-handler/dist-cjs/index.js
|
|
18089
18096
|
var require_dist_cjs4 = __commonJS((exports) => {
|
|
18090
18097
|
var { buildQueryString, HttpResponse } = require_protocols();
|
|
18091
18098
|
var node_https = __require("https");
|
|
@@ -18332,7 +18339,6 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
|
|
18332
18339
|
this.config = await this.configProvider;
|
|
18333
18340
|
}
|
|
18334
18341
|
const config = this.config;
|
|
18335
|
-
const logger = config.logger;
|
|
18336
18342
|
const isSSL = request.protocol === "https:";
|
|
18337
18343
|
if (!isSSL && !this.config.httpAgent) {
|
|
18338
18344
|
this.config.httpAgent = await this.config.httpAgentProvider();
|
|
@@ -18376,7 +18382,7 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
|
|
18376
18382
|
});
|
|
18377
18383
|
}
|
|
18378
18384
|
socketWarningTimeoutId = timing.setTimeout(() => {
|
|
18379
|
-
this.socketWarningTimestamp = NodeHttpHandler.checkSocketUsage(agent, this.socketWarningTimestamp, logger);
|
|
18385
|
+
this.socketWarningTimestamp = NodeHttpHandler.checkSocketUsage(agent, this.socketWarningTimestamp, config.logger);
|
|
18380
18386
|
}, config.socketAcquisitionWarningTimeout ?? (config.requestTimeout ?? 2000) + (config.connectionTimeout ?? 1000));
|
|
18381
18387
|
const queryString = request.query ? buildQueryString(request.query) : "";
|
|
18382
18388
|
let auth = undefined;
|
|
@@ -18440,7 +18446,7 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
|
|
18440
18446
|
}
|
|
18441
18447
|
const effectiveRequestTimeout = requestTimeout ?? config.requestTimeout;
|
|
18442
18448
|
connectionTimeoutId = setConnectionTimeout(req, reject, config.connectionTimeout);
|
|
18443
|
-
requestTimeoutId = setRequestTimeout(req, reject, effectiveRequestTimeout, config.throwOnRequestTimeout, logger ?? console);
|
|
18449
|
+
requestTimeoutId = setRequestTimeout(req, reject, effectiveRequestTimeout, config.throwOnRequestTimeout, config.logger ?? console);
|
|
18444
18450
|
socketTimeoutId = setSocketTimeout(req, reject, config.socketTimeout);
|
|
18445
18451
|
const httpAgent = nodeHttpsOptions.agent;
|
|
18446
18452
|
if (typeof httpAgent === "object" && "keepAlive" in httpAgent) {
|
|
@@ -18458,12 +18464,6 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
|
|
18458
18464
|
updateHttpClientConfig(key, value) {
|
|
18459
18465
|
this.config = undefined;
|
|
18460
18466
|
this.configProvider = this.configProvider.then((config) => {
|
|
18461
|
-
if (key === Symbol.for("logger")) {
|
|
18462
|
-
return {
|
|
18463
|
-
...config,
|
|
18464
|
-
logger: config.logger ?? value
|
|
18465
|
-
};
|
|
18466
|
-
}
|
|
18467
18467
|
return {
|
|
18468
18468
|
...config,
|
|
18469
18469
|
[key]: value
|
|
@@ -18899,7 +18899,7 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
|
|
18899
18899
|
exports.NodeHttpHandler = NodeHttpHandler;
|
|
18900
18900
|
});
|
|
18901
18901
|
|
|
18902
|
-
// node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js
|
|
18902
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-http@3.972.69/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js
|
|
18903
18903
|
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) => {
|
|
18904
18904
|
if (url.protocol === "https:") {
|
|
18905
18905
|
return;
|
|
@@ -18933,7 +18933,7 @@ var init_checkUrl = __esm(() => {
|
|
|
18933
18933
|
import_config7 = __toESM(require_config(), 1);
|
|
18934
18934
|
});
|
|
18935
18935
|
|
|
18936
|
-
// node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js
|
|
18936
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-http@3.972.69/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js
|
|
18937
18937
|
function createGetRequest(url) {
|
|
18938
18938
|
return new import_protocols2.HttpRequest({
|
|
18939
18939
|
protocol: url.protocol,
|
|
@@ -18982,7 +18982,7 @@ var init_requestHelpers = __esm(() => {
|
|
|
18982
18982
|
import_serde2 = __toESM(require_serde(), 1);
|
|
18983
18983
|
});
|
|
18984
18984
|
|
|
18985
|
-
// node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js
|
|
18985
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-http@3.972.69/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js
|
|
18986
18986
|
var retryWrapper = (toRetry, maxRetries, delayMs) => {
|
|
18987
18987
|
return async () => {
|
|
18988
18988
|
for (let i = 0;i < maxRetries; ++i) {
|
|
@@ -18996,7 +18996,7 @@ var retryWrapper = (toRetry, maxRetries, delayMs) => {
|
|
|
18996
18996
|
};
|
|
18997
18997
|
};
|
|
18998
18998
|
|
|
18999
|
-
// node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js
|
|
18999
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-http@3.972.69/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js
|
|
19000
19000
|
import fs from "fs/promises";
|
|
19001
19001
|
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 = {}) => {
|
|
19002
19002
|
options.logger?.debug("@aws-sdk/credential-provider-http - fromHttp");
|
|
@@ -19062,7 +19062,7 @@ var init_fromHttp = __esm(() => {
|
|
|
19062
19062
|
import_node_http_handler = __toESM(require_dist_cjs4(), 1);
|
|
19063
19063
|
});
|
|
19064
19064
|
|
|
19065
|
-
// node_modules/@aws-sdk/credential-provider-http/dist-es/index.js
|
|
19065
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-http@3.972.69/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js
|
|
19066
19066
|
var exports_dist_es3 = {};
|
|
19067
19067
|
__export(exports_dist_es3, {
|
|
19068
19068
|
fromHttp: () => fromHttp
|
|
@@ -19071,7 +19071,7 @@ var init_dist_es3 = __esm(() => {
|
|
|
19071
19071
|
init_fromHttp();
|
|
19072
19072
|
});
|
|
19073
19073
|
|
|
19074
|
-
// node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js
|
|
19074
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-node@3.972.78/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js
|
|
19075
19075
|
var import_config10, ENV_IMDS_DISABLED = "AWS_EC2_METADATA_DISABLED", remoteProvider = async (init) => {
|
|
19076
19076
|
const { ENV_CMDS_FULL_URI: ENV_CMDS_FULL_URI2, ENV_CMDS_RELATIVE_URI: ENV_CMDS_RELATIVE_URI2, fromContainerMetadata: fromContainerMetadata2, fromInstanceMetadata: fromInstanceMetadata2 } = await Promise.resolve().then(() => (init_dist_es2(), exports_dist_es2));
|
|
19077
19077
|
if (process.env[ENV_CMDS_RELATIVE_URI2] || process.env[ENV_CMDS_FULL_URI2]) {
|
|
@@ -19091,7 +19091,7 @@ var init_remoteProvider = __esm(() => {
|
|
|
19091
19091
|
import_config10 = __toESM(require_config(), 1);
|
|
19092
19092
|
});
|
|
19093
19093
|
|
|
19094
|
-
// node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js
|
|
19094
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-node@3.972.78/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js
|
|
19095
19095
|
function memoizeChain(providers, treatAsExpired) {
|
|
19096
19096
|
const chain2 = internalCreateChain(providers);
|
|
19097
19097
|
let activeLock;
|
|
@@ -19155,16 +19155,16 @@ var internalCreateChain = (providers) => async (awsIdentityProperties) => {
|
|
|
19155
19155
|
throw lastProviderError;
|
|
19156
19156
|
};
|
|
19157
19157
|
|
|
19158
|
-
// node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js
|
|
19158
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.11/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js
|
|
19159
19159
|
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");
|
|
19160
19160
|
|
|
19161
|
-
// node_modules/@aws-sdk/token-providers/dist-es/constants.js
|
|
19161
|
+
// ../../node_modules/.bun/@aws-sdk+token-providers@3.1103.0/node_modules/@aws-sdk/token-providers/dist-es/constants.js
|
|
19162
19162
|
var EXPIRE_WINDOW_MS, REFRESH_MESSAGE = `To refresh this SSO session run 'aws sso login' with the corresponding profile.`;
|
|
19163
19163
|
var init_constants = __esm(() => {
|
|
19164
19164
|
EXPIRE_WINDOW_MS = 5 * 60 * 1000;
|
|
19165
19165
|
});
|
|
19166
19166
|
|
|
19167
|
-
// node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js
|
|
19167
|
+
// ../../node_modules/.bun/@smithy+core@3.31.1/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js
|
|
19168
19168
|
var require_cbor = __commonJS((exports) => {
|
|
19169
19169
|
var { nv, NumericValue, calculateBodyLength, generateIdempotencyToken, fromBase64, _parseEpochTimestamp } = require_serde();
|
|
19170
19170
|
var { HttpRequest: HttpRequest2, collectBody, SerdeContext, RpcProtocol } = require_protocols();
|
|
@@ -21532,7 +21532,7 @@ var require_cbor = __commonJS((exports) => {
|
|
|
21532
21532
|
exports.tagSymbol = tagSymbol;
|
|
21533
21533
|
});
|
|
21534
21534
|
|
|
21535
|
-
// node_modules/@aws-sdk/xml-builder/dist-cjs/index.js
|
|
21535
|
+
// ../../node_modules/.bun/@aws-sdk+xml-builder@3.972.37/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js
|
|
21536
21536
|
var require_dist_cjs5 = __commonJS((exports) => {
|
|
21537
21537
|
var ATTR_ESCAPE_RE = /[&<>"]/g;
|
|
21538
21538
|
var ATTR_ESCAPE_MAP = {
|
|
@@ -21900,7 +21900,7 @@ var require_dist_cjs5 = __commonJS((exports) => {
|
|
|
21900
21900
|
exports.parseXML = parseXML;
|
|
21901
21901
|
});
|
|
21902
21902
|
|
|
21903
|
-
// node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js
|
|
21903
|
+
// ../../node_modules/.bun/@aws-sdk+core@3.977.6/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js
|
|
21904
21904
|
var require_protocols2 = __commonJS((exports) => {
|
|
21905
21905
|
var { SmithyRpcV2CborProtocol, loadSmithyRpcV2CborErrorCode } = require_cbor();
|
|
21906
21906
|
var { TypeRegistry, NormalizedSchema, deref } = require_schema();
|
|
@@ -24741,7 +24741,7 @@ var require_protocols2 = __commonJS((exports) => {
|
|
|
24741
24741
|
exports.parseXmlErrorBody = parseXmlErrorBody;
|
|
24742
24742
|
});
|
|
24743
24743
|
|
|
24744
|
-
// node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js
|
|
24744
|
+
// ../../node_modules/.bun/@aws-sdk+nested-clients@3.997.41/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js
|
|
24745
24745
|
var require_sso_oidc = __commonJS((exports) => {
|
|
24746
24746
|
var { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require_client2();
|
|
24747
24747
|
var { NoAuthSigner, getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin } = require_dist_cjs2();
|
|
@@ -24819,7 +24819,7 @@ var require_sso_oidc = __commonJS((exports) => {
|
|
|
24819
24819
|
Region: { type: "builtInParams", name: "region" },
|
|
24820
24820
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
24821
24821
|
};
|
|
24822
|
-
var version = "3.997.
|
|
24822
|
+
var version = "3.997.40";
|
|
24823
24823
|
var packageInfo = {
|
|
24824
24824
|
version
|
|
24825
24825
|
};
|
|
@@ -25496,7 +25496,7 @@ var require_sso_oidc = __commonJS((exports) => {
|
|
|
25496
25496
|
exports.errorTypeRegistries = errorTypeRegistries;
|
|
25497
25497
|
});
|
|
25498
25498
|
|
|
25499
|
-
// node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js
|
|
25499
|
+
// ../../node_modules/.bun/@aws-sdk+token-providers@3.1103.0/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js
|
|
25500
25500
|
var getSsoOidcClient = async (ssoRegion, init = {}, callerClientConfig) => {
|
|
25501
25501
|
const { SSOOIDCClient } = await Promise.resolve().then(() => __toESM(require_sso_oidc(), 1));
|
|
25502
25502
|
const coalesce = (prop) => init.clientConfig?.[prop] ?? init.parentClientConfig?.[prop] ?? callerClientConfig?.[prop];
|
|
@@ -25508,7 +25508,7 @@ var getSsoOidcClient = async (ssoRegion, init = {}, callerClientConfig) => {
|
|
|
25508
25508
|
return ssoOidcClient;
|
|
25509
25509
|
};
|
|
25510
25510
|
|
|
25511
|
-
// node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js
|
|
25511
|
+
// ../../node_modules/.bun/@aws-sdk+token-providers@3.1103.0/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js
|
|
25512
25512
|
var getNewSsoOidcToken = async (ssoToken, ssoRegion, init = {}, callerClientConfig) => {
|
|
25513
25513
|
const { CreateTokenCommand } = await Promise.resolve().then(() => __toESM(require_sso_oidc(), 1));
|
|
25514
25514
|
const ssoOidcClient = await getSsoOidcClient(ssoRegion, init, callerClientConfig);
|
|
@@ -25521,7 +25521,7 @@ var getNewSsoOidcToken = async (ssoToken, ssoRegion, init = {}, callerClientConf
|
|
|
25521
25521
|
};
|
|
25522
25522
|
var init_getNewSsoOidcToken = () => {};
|
|
25523
25523
|
|
|
25524
|
-
// node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js
|
|
25524
|
+
// ../../node_modules/.bun/@aws-sdk+token-providers@3.1103.0/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js
|
|
25525
25525
|
var import_config11, validateTokenExpiry = (token) => {
|
|
25526
25526
|
if (token.expiration && token.expiration.getTime() < Date.now()) {
|
|
25527
25527
|
throw new import_config11.TokenProviderError(`Token is expired. ${REFRESH_MESSAGE}`, false);
|
|
@@ -25532,7 +25532,7 @@ var init_validateTokenExpiry = __esm(() => {
|
|
|
25532
25532
|
import_config11 = __toESM(require_config(), 1);
|
|
25533
25533
|
});
|
|
25534
25534
|
|
|
25535
|
-
// node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js
|
|
25535
|
+
// ../../node_modules/.bun/@aws-sdk+token-providers@3.1103.0/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js
|
|
25536
25536
|
var import_config12, validateTokenKey = (key, value, forRefresh = false) => {
|
|
25537
25537
|
if (typeof value === "undefined") {
|
|
25538
25538
|
throw new import_config12.TokenProviderError(`Value not present for '${key}' in SSO Token${forRefresh ? ". Cannot refresh" : ""}. ${REFRESH_MESSAGE}`, false);
|
|
@@ -25543,7 +25543,7 @@ var init_validateTokenKey = __esm(() => {
|
|
|
25543
25543
|
import_config12 = __toESM(require_config(), 1);
|
|
25544
25544
|
});
|
|
25545
25545
|
|
|
25546
|
-
// node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js
|
|
25546
|
+
// ../../node_modules/.bun/@aws-sdk+token-providers@3.1103.0/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js
|
|
25547
25547
|
import { promises as fsPromises } from "fs";
|
|
25548
25548
|
var import_config13, writeFile, writeSSOTokenToFile = (id, ssoToken) => {
|
|
25549
25549
|
const tokenFilepath = import_config13.getSSOTokenFilepath(id);
|
|
@@ -25555,7 +25555,7 @@ var init_writeSSOTokenToFile = __esm(() => {
|
|
|
25555
25555
|
({ writeFile } = fsPromises);
|
|
25556
25556
|
});
|
|
25557
25557
|
|
|
25558
|
-
// node_modules/@aws-sdk/token-providers/dist-es/fromSso.js
|
|
25558
|
+
// ../../node_modules/.bun/@aws-sdk+token-providers@3.1103.0/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js
|
|
25559
25559
|
var import_config14, lastRefreshAttemptTime, fromSso = (init = {}) => async ({ callerClientConfig } = {}) => {
|
|
25560
25560
|
init.logger?.debug("@aws-sdk/token-providers - fromSso");
|
|
25561
25561
|
const profiles = await import_config14.parseKnownFiles(init);
|
|
@@ -25634,12 +25634,12 @@ var init_fromSso = __esm(() => {
|
|
|
25634
25634
|
lastRefreshAttemptTime = new Date(0);
|
|
25635
25635
|
});
|
|
25636
25636
|
|
|
25637
|
-
// node_modules/@aws-sdk/token-providers/dist-es/index.js
|
|
25637
|
+
// ../../node_modules/.bun/@aws-sdk+token-providers@3.1103.0/node_modules/@aws-sdk/token-providers/dist-es/index.js
|
|
25638
25638
|
var init_dist_es4 = __esm(() => {
|
|
25639
25639
|
init_fromSso();
|
|
25640
25640
|
});
|
|
25641
25641
|
|
|
25642
|
-
// node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js
|
|
25642
|
+
// ../../node_modules/.bun/@aws-sdk+nested-clients@3.997.41/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js
|
|
25643
25643
|
function createAwsAuthSigv4HttpAuthOption2(authParameters) {
|
|
25644
25644
|
return {
|
|
25645
25645
|
schemeId: "aws.auth#sigv4",
|
|
@@ -25690,7 +25690,7 @@ var awsEndpointFunctions, emitWarningIfUnsupportedVersion$1, createDefaultUserAg
|
|
|
25690
25690
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
25691
25691
|
defaultSigningName: "awsssoportal"
|
|
25692
25692
|
});
|
|
25693
|
-
}, commonParams2, version = "3.997.
|
|
25693
|
+
}, commonParams2, version = "3.997.40", packageInfo, k = "ref", a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g, h, i, j, _data, root = 2, r = 1e8, nodes, bdd, cache, defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
25694
25694
|
return cache.get(endpointParams, () => decideEndpoint(bdd, {
|
|
25695
25695
|
endpointParams,
|
|
25696
25696
|
logger: context.logger
|
|
@@ -26087,7 +26087,7 @@ var init_sso = __esm(() => {
|
|
|
26087
26087
|
$SSOClient = SSOClient;
|
|
26088
26088
|
});
|
|
26089
26089
|
|
|
26090
|
-
// node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js
|
|
26090
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.11/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js
|
|
26091
26091
|
var exports_loadSso = {};
|
|
26092
26092
|
__export(exports_loadSso, {
|
|
26093
26093
|
SSOClient: () => $SSOClient,
|
|
@@ -26097,7 +26097,7 @@ var init_loadSso = __esm(() => {
|
|
|
26097
26097
|
init_sso();
|
|
26098
26098
|
});
|
|
26099
26099
|
|
|
26100
|
-
// node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js
|
|
26100
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.11/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js
|
|
26101
26101
|
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 }) => {
|
|
26102
26102
|
let token;
|
|
26103
26103
|
const refreshMessage = `To refresh this SSO session run aws sso login with the corresponding profile.`;
|
|
@@ -26186,7 +26186,7 @@ var init_resolveSSOCredentials = __esm(() => {
|
|
|
26186
26186
|
import_config15 = __toESM(require_config(), 1);
|
|
26187
26187
|
});
|
|
26188
26188
|
|
|
26189
|
-
// node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js
|
|
26189
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.11/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js
|
|
26190
26190
|
var import_config16, validateSsoProfile = (profile, logger) => {
|
|
26191
26191
|
const { sso_start_url, sso_account_id, sso_region, sso_role_name } = profile;
|
|
26192
26192
|
if (!sso_start_url || !sso_account_id || !sso_region || !sso_role_name) {
|
|
@@ -26199,7 +26199,7 @@ var init_validateSsoProfile = __esm(() => {
|
|
|
26199
26199
|
import_config16 = __toESM(require_config(), 1);
|
|
26200
26200
|
});
|
|
26201
26201
|
|
|
26202
|
-
// node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js
|
|
26202
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.11/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js
|
|
26203
26203
|
var import_config17, fromSSO = (init = {}) => async ({ callerClientConfig } = {}) => {
|
|
26204
26204
|
init.logger?.debug("@aws-sdk/credential-provider-sso - fromSSO");
|
|
26205
26205
|
const { ssoStartUrl, ssoAccountId, ssoRegion, ssoRoleName, ssoSession } = init;
|
|
@@ -26281,7 +26281,7 @@ var init_fromSSO = __esm(() => {
|
|
|
26281
26281
|
import_config17 = __toESM(require_config(), 1);
|
|
26282
26282
|
});
|
|
26283
26283
|
|
|
26284
|
-
// node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js
|
|
26284
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.11/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js
|
|
26285
26285
|
var exports_dist_es4 = {};
|
|
26286
26286
|
__export(exports_dist_es4, {
|
|
26287
26287
|
validateSsoProfile: () => validateSsoProfile,
|
|
@@ -26293,7 +26293,7 @@ var init_dist_es5 = __esm(() => {
|
|
|
26293
26293
|
init_validateSsoProfile();
|
|
26294
26294
|
});
|
|
26295
26295
|
|
|
26296
|
-
// node_modules/@aws-sdk
|
|
26296
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.12/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js
|
|
26297
26297
|
var import_client6, import_config18, resolveCredentialSource = (credentialSource, profileName, logger) => {
|
|
26298
26298
|
const sourceProvidersMap = {
|
|
26299
26299
|
EcsContainer: async (options) => {
|
|
@@ -26324,7 +26324,7 @@ var init_resolveCredentialSource = __esm(() => {
|
|
|
26324
26324
|
import_config18 = __toESM(require_config(), 1);
|
|
26325
26325
|
});
|
|
26326
26326
|
|
|
26327
|
-
// node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js
|
|
26327
|
+
// ../../node_modules/.bun/@aws-sdk+signature-v4-multi-region@3.996.43/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js
|
|
26328
26328
|
var require_dist_cjs6 = __commonJS((exports) => {
|
|
26329
26329
|
var { SignatureV4, signatureV4aContainer } = require_dist_cjs3();
|
|
26330
26330
|
var signatureV4CrtContainer = {
|
|
@@ -26456,7 +26456,7 @@ var require_dist_cjs6 = __commonJS((exports) => {
|
|
|
26456
26456
|
exports.signatureV4CrtContainer = signatureV4CrtContainer;
|
|
26457
26457
|
});
|
|
26458
26458
|
|
|
26459
|
-
// node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js
|
|
26459
|
+
// ../../node_modules/.bun/@aws-sdk+nested-clients@3.997.41/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js
|
|
26460
26460
|
var require_sts = __commonJS((exports) => {
|
|
26461
26461
|
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();
|
|
26462
26462
|
var { NoAuthSigner: NoAuthSigner2, getHttpAuthSchemeEndpointRuleSetPlugin: getHttpAuthSchemeEndpointRuleSetPlugin2, DefaultIdentityProviderConfig: DefaultIdentityProviderConfig2, getHttpSigningPlugin: getHttpSigningPlugin2 } = require_dist_cjs2();
|
|
@@ -26787,7 +26787,7 @@ var require_sts = __commonJS((exports) => {
|
|
|
26787
26787
|
Region: { type: "builtInParams", name: "region" },
|
|
26788
26788
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
26789
26789
|
};
|
|
26790
|
-
var version2 = "3.997.
|
|
26790
|
+
var version2 = "3.997.40";
|
|
26791
26791
|
var packageInfo2 = {
|
|
26792
26792
|
version: version2
|
|
26793
26793
|
};
|
|
@@ -27478,7 +27478,7 @@ var require_sts = __commonJS((exports) => {
|
|
|
27478
27478
|
exports.getDefaultRoleAssumerWithWebIdentity = getDefaultRoleAssumerWithWebIdentity;
|
|
27479
27479
|
});
|
|
27480
27480
|
|
|
27481
|
-
// node_modules/@aws-sdk
|
|
27481
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.12/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js
|
|
27482
27482
|
var import_client7, import_config19, isAssumeRoleProfile = (arg, { profile = "default", logger } = {}) => {
|
|
27483
27483
|
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 }));
|
|
27484
27484
|
}, isAssumeRoleWithSourceProfile = (arg, { profile, logger }) => {
|
|
@@ -27546,7 +27546,7 @@ var init_resolveAssumeRoleCredentials = __esm(() => {
|
|
|
27546
27546
|
import_config19 = __toESM(require_config(), 1);
|
|
27547
27547
|
});
|
|
27548
27548
|
|
|
27549
|
-
// node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js
|
|
27549
|
+
// ../../node_modules/.bun/@aws-sdk+nested-clients@3.997.41/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js
|
|
27550
27550
|
var require_signin = __commonJS((exports) => {
|
|
27551
27551
|
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();
|
|
27552
27552
|
var { NoAuthSigner: NoAuthSigner2, getHttpAuthSchemeEndpointRuleSetPlugin: getHttpAuthSchemeEndpointRuleSetPlugin2, DefaultIdentityProviderConfig: DefaultIdentityProviderConfig2, getHttpSigningPlugin: getHttpSigningPlugin2 } = require_dist_cjs2();
|
|
@@ -27624,7 +27624,7 @@ var require_signin = __commonJS((exports) => {
|
|
|
27624
27624
|
Region: { type: "builtInParams", name: "region" },
|
|
27625
27625
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
27626
27626
|
};
|
|
27627
|
-
var version2 = "3.997.
|
|
27627
|
+
var version2 = "3.997.40";
|
|
27628
27628
|
var packageInfo2 = {
|
|
27629
27629
|
version: version2
|
|
27630
27630
|
};
|
|
@@ -28278,7 +28278,7 @@ var require_signin = __commonJS((exports) => {
|
|
|
28278
28278
|
exports.errorTypeRegistries = errorTypeRegistries2;
|
|
28279
28279
|
});
|
|
28280
28280
|
|
|
28281
|
-
// node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js
|
|
28281
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-login@3.972.74/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js
|
|
28282
28282
|
import { createHash as createHash2, createPrivateKey, createPublicKey, sign } from "crypto";
|
|
28283
28283
|
import { promises as fs2 } from "fs";
|
|
28284
28284
|
import { homedir as homedir2 } from "os";
|
|
@@ -28542,7 +28542,7 @@ var init_LoginCredentialsFetcher = __esm(() => {
|
|
|
28542
28542
|
};
|
|
28543
28543
|
});
|
|
28544
28544
|
|
|
28545
|
-
// node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js
|
|
28545
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-login@3.972.74/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js
|
|
28546
28546
|
var import_client8, import_config21, fromLoginCredentials = (init) => async ({ callerClientConfig } = {}) => {
|
|
28547
28547
|
init?.logger?.debug?.("@aws-sdk/credential-providers - fromLoginCredentials");
|
|
28548
28548
|
const profiles = await import_config21.parseKnownFiles(init || {});
|
|
@@ -28566,7 +28566,7 @@ var init_fromLoginCredentials = __esm(() => {
|
|
|
28566
28566
|
import_config21 = __toESM(require_config(), 1);
|
|
28567
28567
|
});
|
|
28568
28568
|
|
|
28569
|
-
// node_modules/@aws-sdk/credential-provider-login/dist-es/index.js
|
|
28569
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-login@3.972.74/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js
|
|
28570
28570
|
var exports_dist_es5 = {};
|
|
28571
28571
|
__export(exports_dist_es5, {
|
|
28572
28572
|
fromLoginCredentials: () => fromLoginCredentials
|
|
@@ -28575,7 +28575,7 @@ var init_dist_es6 = __esm(() => {
|
|
|
28575
28575
|
init_fromLoginCredentials();
|
|
28576
28576
|
});
|
|
28577
28577
|
|
|
28578
|
-
// node_modules/@aws-sdk
|
|
28578
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.12/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js
|
|
28579
28579
|
var import_client9, isLoginProfile = (data) => {
|
|
28580
28580
|
return Boolean(data && data.login_session);
|
|
28581
28581
|
}, resolveLoginCredentials = async (profileName, options, callerClientConfig) => {
|
|
@@ -28590,7 +28590,7 @@ var init_resolveLoginCredentials = __esm(() => {
|
|
|
28590
28590
|
import_client9 = __toESM(require_client2(), 1);
|
|
28591
28591
|
});
|
|
28592
28592
|
|
|
28593
|
-
// node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js
|
|
28593
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-process@3.972.67/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js
|
|
28594
28594
|
var import_client10, getValidatedProcessCredentials = (profileName, data, profiles) => {
|
|
28595
28595
|
if (data.Version !== 1) {
|
|
28596
28596
|
throw Error(`Profile ${profileName} credential_process did not return Version 1.`);
|
|
@@ -28624,7 +28624,7 @@ var init_getValidatedProcessCredentials = __esm(() => {
|
|
|
28624
28624
|
import_client10 = __toESM(require_client2(), 1);
|
|
28625
28625
|
});
|
|
28626
28626
|
|
|
28627
|
-
// node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js
|
|
28627
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-process@3.972.67/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js
|
|
28628
28628
|
import { exec } from "child_process";
|
|
28629
28629
|
import { promisify } from "util";
|
|
28630
28630
|
var import_config22, resolveProcessCredentials = async (profileName, profiles, logger) => {
|
|
@@ -28659,7 +28659,7 @@ var init_resolveProcessCredentials = __esm(() => {
|
|
|
28659
28659
|
import_config22 = __toESM(require_config(), 1);
|
|
28660
28660
|
});
|
|
28661
28661
|
|
|
28662
|
-
// node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js
|
|
28662
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-process@3.972.67/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js
|
|
28663
28663
|
var import_config23, fromProcess = (init = {}) => async ({ callerClientConfig } = {}) => {
|
|
28664
28664
|
init.logger?.debug("@aws-sdk/credential-provider-process - fromProcess");
|
|
28665
28665
|
const profiles = await import_config23.parseKnownFiles(init);
|
|
@@ -28672,7 +28672,7 @@ var init_fromProcess = __esm(() => {
|
|
|
28672
28672
|
import_config23 = __toESM(require_config(), 1);
|
|
28673
28673
|
});
|
|
28674
28674
|
|
|
28675
|
-
// node_modules/@aws-sdk/credential-provider-process/dist-es/index.js
|
|
28675
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-process@3.972.67/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js
|
|
28676
28676
|
var exports_dist_es6 = {};
|
|
28677
28677
|
__export(exports_dist_es6, {
|
|
28678
28678
|
fromProcess: () => fromProcess
|
|
@@ -28681,7 +28681,7 @@ var init_dist_es7 = __esm(() => {
|
|
|
28681
28681
|
init_fromProcess();
|
|
28682
28682
|
});
|
|
28683
28683
|
|
|
28684
|
-
// node_modules/@aws-sdk
|
|
28684
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.12/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js
|
|
28685
28685
|
var import_client11, isProcessProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.credential_process === "string", resolveProcessCredentials2 = async (options, profile) => {
|
|
28686
28686
|
const { fromProcess: fromProcess2 } = await Promise.resolve().then(() => (init_dist_es7(), exports_dist_es6));
|
|
28687
28687
|
const credentials = await fromProcess2({
|
|
@@ -28694,7 +28694,7 @@ var init_resolveProcessCredentials2 = __esm(() => {
|
|
|
28694
28694
|
import_client11 = __toESM(require_client2(), 1);
|
|
28695
28695
|
});
|
|
28696
28696
|
|
|
28697
|
-
// node_modules/@aws-sdk
|
|
28697
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.12/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js
|
|
28698
28698
|
var import_client12, resolveSsoCredentials = async (profile, profileData, options = {}, callerClientConfig) => {
|
|
28699
28699
|
const { fromSSO: fromSSO2 } = await Promise.resolve().then(() => (init_dist_es5(), exports_dist_es4));
|
|
28700
28700
|
return fromSSO2({
|
|
@@ -28716,7 +28716,7 @@ var init_resolveSsoCredentials = __esm(() => {
|
|
|
28716
28716
|
import_client12 = __toESM(require_client2(), 1);
|
|
28717
28717
|
});
|
|
28718
28718
|
|
|
28719
|
-
// node_modules/@aws-sdk
|
|
28719
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.12/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js
|
|
28720
28720
|
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) => {
|
|
28721
28721
|
options?.logger?.debug("@aws-sdk/credential-provider-ini - resolveStaticCredentials");
|
|
28722
28722
|
const credentials = {
|
|
@@ -28732,7 +28732,7 @@ var init_resolveStaticCredentials = __esm(() => {
|
|
|
28732
28732
|
import_client13 = __toESM(require_client2(), 1);
|
|
28733
28733
|
});
|
|
28734
28734
|
|
|
28735
|
-
// node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js
|
|
28735
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-web-identity@3.972.73/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js
|
|
28736
28736
|
var fromWebToken = (init) => async (awsIdentityProperties) => {
|
|
28737
28737
|
init.logger?.debug("@aws-sdk/credential-provider-web-identity - fromWebToken");
|
|
28738
28738
|
const { roleArn, roleSessionName, webIdentityToken, providerId, policyArns, policy, durationSeconds } = init;
|
|
@@ -28759,7 +28759,7 @@ var fromWebToken = (init) => async (awsIdentityProperties) => {
|
|
|
28759
28759
|
});
|
|
28760
28760
|
};
|
|
28761
28761
|
|
|
28762
|
-
// node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js
|
|
28762
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-web-identity@3.972.73/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js
|
|
28763
28763
|
import { readFileSync as readFileSync4 } from "fs";
|
|
28764
28764
|
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) => {
|
|
28765
28765
|
init.logger?.debug("@aws-sdk/credential-provider-web-identity - fromTokenFile");
|
|
@@ -28787,7 +28787,7 @@ var init_fromTokenFile = __esm(() => {
|
|
|
28787
28787
|
import_config24 = __toESM(require_config(), 1);
|
|
28788
28788
|
});
|
|
28789
28789
|
|
|
28790
|
-
// node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js
|
|
28790
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-web-identity@3.972.73/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js
|
|
28791
28791
|
var exports_dist_es7 = {};
|
|
28792
28792
|
__export(exports_dist_es7, {
|
|
28793
28793
|
fromWebToken: () => fromWebToken,
|
|
@@ -28797,7 +28797,7 @@ var init_dist_es8 = __esm(() => {
|
|
|
28797
28797
|
init_fromTokenFile();
|
|
28798
28798
|
});
|
|
28799
28799
|
|
|
28800
|
-
// node_modules/@aws-sdk
|
|
28800
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.12/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js
|
|
28801
28801
|
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) => {
|
|
28802
28802
|
const { fromTokenFile: fromTokenFile2 } = await Promise.resolve().then(() => (init_dist_es8(), exports_dist_es7));
|
|
28803
28803
|
const credentials = await fromTokenFile2({
|
|
@@ -28816,7 +28816,7 @@ var init_resolveWebIdentityCredentials = __esm(() => {
|
|
|
28816
28816
|
import_client15 = __toESM(require_client2(), 1);
|
|
28817
28817
|
});
|
|
28818
28818
|
|
|
28819
|
-
// node_modules/@aws-sdk
|
|
28819
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.12/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js
|
|
28820
28820
|
var import_config25, resolveProfileData = async (profileName, profiles, options, callerClientConfig, visitedProfiles = {}, isAssumeRoleRecursiveCall = false) => {
|
|
28821
28821
|
const data = profiles[profileName];
|
|
28822
28822
|
if (Object.keys(visitedProfiles).length > 0 && isStaticCredsProfile(data)) {
|
|
@@ -28852,7 +28852,7 @@ var init_resolveProfileData = __esm(() => {
|
|
|
28852
28852
|
import_config25 = __toESM(require_config(), 1);
|
|
28853
28853
|
});
|
|
28854
28854
|
|
|
28855
|
-
// node_modules/@aws-sdk
|
|
28855
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.12/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js
|
|
28856
28856
|
var import_config26, fromIni = (init = {}) => async ({ callerClientConfig } = {}) => {
|
|
28857
28857
|
init.logger?.debug("@aws-sdk/credential-provider-ini - fromIni");
|
|
28858
28858
|
const profiles = await import_config26.parseKnownFiles(init);
|
|
@@ -28865,7 +28865,7 @@ var init_fromIni = __esm(() => {
|
|
|
28865
28865
|
import_config26 = __toESM(require_config(), 1);
|
|
28866
28866
|
});
|
|
28867
28867
|
|
|
28868
|
-
// node_modules/@aws-sdk
|
|
28868
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.12/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js
|
|
28869
28869
|
var exports_dist_es8 = {};
|
|
28870
28870
|
__export(exports_dist_es8, {
|
|
28871
28871
|
fromIni: () => fromIni
|
|
@@ -28874,7 +28874,7 @@ var init_dist_es9 = __esm(() => {
|
|
|
28874
28874
|
init_fromIni();
|
|
28875
28875
|
});
|
|
28876
28876
|
|
|
28877
|
-
// node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js
|
|
28877
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-node@3.972.78/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js
|
|
28878
28878
|
var import_config27, multipleCredentialSourceWarningEmitted = false, defaultProvider = (init = {}) => memoizeChain([
|
|
28879
28879
|
async () => {
|
|
28880
28880
|
const profile = init.profile ?? process.env[import_config27.ENV_PROFILE];
|
|
@@ -28944,12 +28944,12 @@ var init_defaultProvider = __esm(() => {
|
|
|
28944
28944
|
import_config27 = __toESM(require_config(), 1);
|
|
28945
28945
|
});
|
|
28946
28946
|
|
|
28947
|
-
// node_modules/@aws-sdk/credential-provider-node/dist-es/index.js
|
|
28947
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-node@3.972.78/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js
|
|
28948
28948
|
var init_dist_es10 = __esm(() => {
|
|
28949
28949
|
init_defaultProvider();
|
|
28950
28950
|
});
|
|
28951
28951
|
|
|
28952
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/endpoint/bdd.js
|
|
28952
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/endpoint/bdd.js
|
|
28953
28953
|
var import_endpoints, s = "ref", t = "authSchemes", u = "name", v = "signingRegion", a2 = -1, b2 = true, c2 = "isSet", d2 = "PartitionResult", e2 = "booleanEquals", f2 = "stringEquals", g2 = "getAttr", h2 = "sigv4", i2, j2, k2, l, m, n, o, p, q2, _data2, root2 = 2, r2 = 1e8, nodes2, bdd2;
|
|
28954
28954
|
var init_bdd = __esm(() => {
|
|
28955
28955
|
import_endpoints = __toESM(require_endpoints(), 1);
|
|
@@ -29098,7 +29098,7 @@ var init_bdd = __esm(() => {
|
|
|
29098
29098
|
bdd2 = import_endpoints.BinaryDecisionDiagram.from(nodes2, root2, _data2.conditions, _data2.results);
|
|
29099
29099
|
});
|
|
29100
29100
|
|
|
29101
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/endpoint/endpointResolver.js
|
|
29101
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/endpoint/endpointResolver.js
|
|
29102
29102
|
var import_client16, import_endpoints2, cache2, defaultEndpointResolver2 = (endpointParams, context = {}) => {
|
|
29103
29103
|
return cache2.get(endpointParams, () => import_endpoints2.decideEndpoint(bdd2, {
|
|
29104
29104
|
endpointParams,
|
|
@@ -29116,7 +29116,7 @@ var init_endpointResolver = __esm(() => {
|
|
|
29116
29116
|
import_endpoints2.customEndpointFunctions.aws = import_client16.awsEndpointFunctions;
|
|
29117
29117
|
});
|
|
29118
29118
|
|
|
29119
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/models/Route53ServiceException.js
|
|
29119
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/models/Route53ServiceException.js
|
|
29120
29120
|
var import_client17, Route53ServiceException;
|
|
29121
29121
|
var init_Route53ServiceException = __esm(() => {
|
|
29122
29122
|
import_client17 = __toESM(require_client(), 1);
|
|
@@ -29128,7 +29128,7 @@ var init_Route53ServiceException = __esm(() => {
|
|
|
29128
29128
|
};
|
|
29129
29129
|
});
|
|
29130
29130
|
|
|
29131
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/models/errors.js
|
|
29131
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/models/errors.js
|
|
29132
29132
|
var ConcurrentModification, InvalidInput, InvalidKeySigningKeyStatus, InvalidKMSArn, InvalidSigningStatus, NoSuchKeySigningKey, ConflictingDomainExists, InvalidVPCId, LimitsExceeded, NoSuchHostedZone, NotAuthorizedException, PriorRequestNotComplete, PublicZoneVPCAssociation, CidrBlockInUseException, CidrCollectionVersionMismatchException, NoSuchCidrCollectionException, InvalidChangeBatch, NoSuchHealthCheck, ThrottlingException, CidrCollectionAlreadyExistsException, HealthCheckAlreadyExists, TooManyHealthChecks, DelegationSetNotAvailable, DelegationSetNotReusable, HostedZoneAlreadyExists, InvalidDomainName, NoSuchDelegationSet, TooManyHostedZones, InvalidArgument, InvalidKeySigningKeyName, KeySigningKeyAlreadyExists, TooManyKeySigningKeys, InsufficientCloudWatchLogsResourcePolicy, NoSuchCloudWatchLogsLogGroup, QueryLoggingConfigAlreadyExists, DelegationSetAlreadyCreated, DelegationSetAlreadyReusable, HostedZoneNotFound, InvalidTrafficPolicyDocument, TooManyTrafficPolicies, TrafficPolicyAlreadyExists, NoSuchTrafficPolicy, TooManyTrafficPolicyInstances, TrafficPolicyInstanceAlreadyExists, TooManyTrafficPolicyVersionsForCurrentPolicy, TooManyVPCAssociationAuthorizations, KeySigningKeyInParentDSRecord, KeySigningKeyInUse, CidrCollectionInUseException, HealthCheckInUse, HostedZoneNotEmpty, NoSuchQueryLoggingConfig, DelegationSetInUse, TrafficPolicyInUse, NoSuchTrafficPolicyInstance, VPCAssociationAuthorizationNotFound, DNSSECNotFound, LastVPCAssociation, VPCAssociationNotFound, HostedZonePartiallyDelegated, KeySigningKeyWithActiveStatusNotFound, NoSuchChange, NoSuchGeoLocation, IncompatibleVersion, HostedZoneNotPrivate, NoSuchCidrLocationException, InvalidPaginationToken, HealthCheckVersionMismatch, ConflictingTypes;
|
|
29133
29133
|
var init_errors = __esm(() => {
|
|
29134
29134
|
init_Route53ServiceException();
|
|
@@ -29976,7 +29976,7 @@ var init_errors = __esm(() => {
|
|
|
29976
29976
|
};
|
|
29977
29977
|
});
|
|
29978
29978
|
|
|
29979
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/schemas/schemas_0.js
|
|
29979
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/schemas/schemas_0.js
|
|
29980
29980
|
var import_schema, _A = "Action", _AI = "AlarmIdentifier", _AKSK = "ActivateKeySigningKey", _AKSKR = "ActivateKeySigningKeyRequest", _AKSKRc = "ActivateKeySigningKeyResponse", _AL = "AccountLimit", _AR = "AcceleratedRecovery", _ARS = "AcceleratedRecoveryStatus", _AT = "AliasTarget", _ATd = "AddTags", _AVPCWHZ = "AssociateVPCWithHostedZone", _AVPCWHZR = "AssociateVPCWithHostedZoneRequest", _AVPCWHZRs = "AssociateVPCWithHostedZoneResponse", _AWSR = "AWSRegion", _Ar = "Arn", _B = "Bias", _C = "Comment", _CB = "ChangeBatch", _CBIUE = "CidrBlockInUseException", _CBS = "CidrBlockSummary", _CBSi = "CidrBlockSummaries", _CBi = "CidrBlock", _CBid = "CidrBlocks", _CC = "CidrCollection", _CCAEE = "CidrCollectionAlreadyExistsException", _CCC = "CidrCollectionChange", _CCCR = "ChangeCidrCollectionRequest", _CCCRh = "ChangeCidrCollectionResponse", _CCCRr = "CreateCidrCollectionRequest", _CCCRre = "CreateCidrCollectionResponse", _CCCh = "ChangeCidrCollection", _CCCi = "CidrCollectionChanges", _CCCr = "CreateCidrCollection", _CCIUE = "CidrCollectionInUseException", _CCVME = "CidrCollectionVersionMismatchException", _CCi = "CidrCollections", _CCo = "ContinentCode", _CCou = "CountryCode", _CD = "CreatedDate", _CDE = "ConflictingDomainExists", _CHC = "ChildHealthChecks", _CHCL = "ChildHealthCheckList", _CHCR = "CreateHealthCheckRequest", _CHCRr = "CreateHealthCheckResponse", _CHCh = "ChildHealthCheck", _CHCr = "CreateHealthCheck", _CHZ = "CreateHostedZone", _CHZR = "CreateHostedZoneRequest", _CHZRr = "CreateHostedZoneResponse", _CI = "ChangeInfo", _CIR = "CheckerIpRanges", _CIo = "CollectionId", _CKSK = "CreateKeySigningKey", _CKSKR = "CreateKeySigningKeyRequest", _CKSKRr = "CreateKeySigningKeyResponse", _CL = "CidrList", _CLi = "CidrLocations", _CM = "ConcurrentModification", _CN = "ContinentName", _CNo = "CountryName", _CO = "ComparisonOperator", _CQLC = "CreateQueryLoggingConfig", _CQLCR = "CreateQueryLoggingConfigRequest", _CQLCRr = "CreateQueryLoggingConfigResponse", _CR = "CallerReference", _CRC = "CidrRoutingConfig", _CRDS = "CreateReusableDelegationSet", _CRDSR = "CreateReusableDelegationSetRequest", _CRDSRr = "CreateReusableDelegationSetResponse", _CRRS = "ChangeResourceRecordSets", _CRRSR = "ChangeResourceRecordSetsRequest", _CRRSRh = "ChangeResourceRecordSetsResponse", _CS = "CollectionSummary", _CSo = "CollectionSummaries", _CT = "ConflictingTypes", _CTFR = "ChangeTagsForResource", _CTFRR = "ChangeTagsForResourceRequest", _CTFRRh = "ChangeTagsForResourceResponse", _CTP = "CreateTrafficPolicy", _CTPI = "CreateTrafficPolicyInstance", _CTPIR = "CreateTrafficPolicyInstanceRequest", _CTPIRr = "CreateTrafficPolicyInstanceResponse", _CTPR = "CreateTrafficPolicyRequest", _CTPRr = "CreateTrafficPolicyResponse", _CTPV = "CreateTrafficPolicyVersion", _CTPVR = "CreateTrafficPolicyVersionRequest", _CTPVRr = "CreateTrafficPolicyVersionResponse", _CTh = "CheckedTime", _CV = "CollectionVersion", _CVPCAA = "CreateVPCAssociationAuthorization", _CVPCAAR = "CreateVPCAssociationAuthorizationRequest", _CVPCAARr = "CreateVPCAssociationAuthorizationResponse", _CWAC = "CloudWatchAlarmConfiguration", _CWLLGA = "CloudWatchLogsLogGroupArn", _Ch = "Change", _Cha = "Changes", _Ci = "Cidr", _Co = "Coordinates", _Col = "Collection", _Con = "Config", _Cou = "Count", _D = "Dimensions", _DAM = "DigestAlgorithmMnemonic", _DAT = "DigestAlgorithmType", _DCC = "DeleteCidrCollection", _DCCR = "DeleteCidrCollectionRequest", _DCCRe = "DeleteCidrCollectionResponse", _DHC = "DeleteHealthCheck", _DHCR = "DeleteHealthCheckRequest", _DHCRe = "DeleteHealthCheckResponse", _DHZ = "DeleteHostedZone", _DHZDNSSEC = "DisableHostedZoneDNSSEC", _DHZDNSSECR = "DisableHostedZoneDNSSECRequest", _DHZDNSSECRi = "DisableHostedZoneDNSSECResponse", _DHZR = "DeleteHostedZoneRequest", _DHZRe = "DeleteHostedZoneResponse", _DKSK = "DeactivateKeySigningKey", _DKSKR = "DeactivateKeySigningKeyRequest", _DKSKRe = "DeactivateKeySigningKeyResponse", _DKSKRel = "DeleteKeySigningKeyRequest", _DKSKRele = "DeleteKeySigningKeyResponse", _DKSKe = "DeleteKeySigningKey", _DL = "DimensionList", _DNSKEYR = "DNSKEYRecord", _DNSN = "DNSName", _DNSSECNF = "DNSSECNotFound", _DNSSECS = "DNSSECStatus", _DQLC = "DeleteQueryLoggingConfig", _DQLCR = "DeleteQueryLoggingConfigRequest", _DQLCRe = "DeleteQueryLoggingConfigResponse", _DRDS = "DeleteReusableDelegationSet", _DRDSR = "DeleteReusableDelegationSetRequest", _DRDSRe = "DeleteReusableDelegationSetResponse", _DS = "DelegationSet", _DSAC = "DelegationSetAlreadyCreated", _DSAR = "DelegationSetAlreadyReusable", _DSI = "DelegationSetId", _DSIU = "DelegationSetInUse", _DSNA = "DelegationSetNotAvailable", _DSNR = "DelegationSetNotReusable", _DSNS = "DelegationSetNameServers", _DSR = "DSRecord", _DSe = "DelegationSets", _DTP = "DeleteTrafficPolicy", _DTPI = "DeleteTrafficPolicyInstance", _DTPIR = "DeleteTrafficPolicyInstanceRequest", _DTPIRe = "DeleteTrafficPolicyInstanceResponse", _DTPR = "DeleteTrafficPolicyRequest", _DTPRe = "DeleteTrafficPolicyResponse", _DV = "DigestValue", _DVPCAA = "DeleteVPCAssociationAuthorization", _DVPCAAR = "DeleteVPCAssociationAuthorizationRequest", _DVPCAARe = "DeleteVPCAssociationAuthorizationResponse", _DVPCFHZ = "DisassociateVPCFromHostedZone", _DVPCFHZR = "DisassociateVPCFromHostedZoneRequest", _DVPCFHZRi = "DisassociateVPCFromHostedZoneResponse", _De = "Description", _Di = "Dimension", _Dis = "Disabled", _Do = "Document", _EAR = "EnableAcceleratedRecovery", _EDNSCSIP = "EDNS0ClientSubnetIP", _EDNSCSM = "EDNS0ClientSubnetMask", _EHZDNSSEC = "EnableHostedZoneDNSSEC", _EHZDNSSECR = "EnableHostedZoneDNSSECRequest", _EHZDNSSECRn = "EnableHostedZoneDNSSECResponse", _EM = "ErrorMessages", _EP = "EvaluationPeriods", _ESNI = "EnableSNI", _ETH = "EvaluateTargetHealth", _F = "Features", _FQDN = "FullyQualifiedDomainName", _FR = "FailureReasons", _FT = "FailureThreshold", _Fa = "Failover", _Fl = "Flag", _GAL = "GetAccountLimit", _GALR = "GetAccountLimitRequest", _GALRe = "GetAccountLimitResponse", _GC = "GetChange", _GCIR = "GetCheckerIpRanges", _GCIRR = "GetCheckerIpRangesRequest", _GCIRRe = "GetCheckerIpRangesResponse", _GCR = "GetChangeRequest", _GCRe = "GetChangeResponse", _GDNSSEC = "GetDNSSEC", _GDNSSECR = "GetDNSSECRequest", _GDNSSECRe = "GetDNSSECResponse", _GGL = "GetGeoLocation", _GGLR = "GetGeoLocationRequest", _GGLRe = "GetGeoLocationResponse", _GHC = "GetHealthCheck", _GHCC = "GetHealthCheckCount", _GHCCR = "GetHealthCheckCountRequest", _GHCCRe = "GetHealthCheckCountResponse", _GHCLFR = "GetHealthCheckLastFailureReason", _GHCLFRR = "GetHealthCheckLastFailureReasonRequest", _GHCLFRRe = "GetHealthCheckLastFailureReasonResponse", _GHCR = "GetHealthCheckRequest", _GHCRe = "GetHealthCheckResponse", _GHCS = "GetHealthCheckStatus", _GHCSR = "GetHealthCheckStatusRequest", _GHCSRe = "GetHealthCheckStatusResponse", _GHZ = "GetHostedZone", _GHZC = "GetHostedZoneCount", _GHZCR = "GetHostedZoneCountRequest", _GHZCRe = "GetHostedZoneCountResponse", _GHZL = "GetHostedZoneLimit", _GHZLR = "GetHostedZoneLimitRequest", _GHZLRe = "GetHostedZoneLimitResponse", _GHZR = "GetHostedZoneRequest", _GHZRe = "GetHostedZoneResponse", _GL = "GeoLocation", _GLD = "GeoLocationDetails", _GLDL = "GeoLocationDetailsList", _GPL = "GeoProximityLocation", _GQLC = "GetQueryLoggingConfig", _GQLCR = "GetQueryLoggingConfigRequest", _GQLCRe = "GetQueryLoggingConfigResponse", _GRDS = "GetReusableDelegationSet", _GRDSL = "GetReusableDelegationSetLimit", _GRDSLR = "GetReusableDelegationSetLimitRequest", _GRDSLRe = "GetReusableDelegationSetLimitResponse", _GRDSR = "GetReusableDelegationSetRequest", _GRDSRe = "GetReusableDelegationSetResponse", _GTP = "GetTrafficPolicy", _GTPI = "GetTrafficPolicyInstance", _GTPIC = "GetTrafficPolicyInstanceCount", _GTPICR = "GetTrafficPolicyInstanceCountRequest", _GTPICRe = "GetTrafficPolicyInstanceCountResponse", _GTPIR = "GetTrafficPolicyInstanceRequest", _GTPIRe = "GetTrafficPolicyInstanceResponse", _GTPR = "GetTrafficPolicyRequest", _GTPRe = "GetTrafficPolicyResponse", _HC = "HealthCheck", _HCAE = "HealthCheckAlreadyExists", _HCC = "HealthCheckConfig", _HCCe = "HealthCheckCount", _HCI = "HealthCheckId", _HCIU = "HealthCheckInUse", _HCO = "HealthCheckObservations", _HCOe = "HealthCheckObservation", _HCRL = "HealthCheckRegionList", _HCV = "HealthCheckVersion", _HCVM = "HealthCheckVersionMismatch", _HCe = "HealthChecks", _HT = "HealthThreshold", _HZ = "HostedZone", _HZAE = "HostedZoneAlreadyExists", _HZC = "HostedZoneConfig", _HZCo = "HostedZoneCount", _HZF = "HostedZoneFeatures", _HZFR = "HostedZoneFailureReasons", _HZI = "HostedZoneId", _HZIM = "HostedZoneIdMarker", _HZL = "HostedZoneLimit", _HZNE = "HostedZoneNotEmpty", _HZNF = "HostedZoneNotFound", _HZNP = "HostedZoneNotPrivate", _HZO = "HostedZoneOwner", _HZPD = "HostedZonePartiallyDelegated", _HZS = "HostedZoneSummary", _HZSo = "HostedZoneSummaries", _HZT = "HostedZoneType", _HZo = "HostedZones", _I = "Id", _IA = "InvalidArgument", _ICB = "InvalidChangeBatch", _ICWLRP = "InsufficientCloudWatchLogsResourcePolicy", _IDHS = "InsufficientDataHealthStatus", _IDN = "InvalidDomainName", _II = "InvalidInput", _IKMSA = "InvalidKMSArn", _IKSKN = "InvalidKeySigningKeyName", _IKSKS = "InvalidKeySigningKeyStatus", _IPA = "IPAddress", _IPT = "InvalidPaginationToken", _ISS = "InvalidSigningStatus", _IT = "IsTruncated", _ITPD = "InvalidTrafficPolicyDocument", _IV = "IncompatibleVersion", _IVPCI = "InvalidVPCId", _In = "Inverted", _K = "Key", _KA = "KmsArn", _KMSA = "KeyManagementServiceArn", _KSK = "KeySigningKey", _KSKAE = "KeySigningKeyAlreadyExists", _KSKIPDSR = "KeySigningKeyInParentDSRecord", _KSKIU = "KeySigningKeyInUse", _KSKWASNF = "KeySigningKeyWithActiveStatusNotFound", _KSKe = "KeySigningKeys", _KT = "KeyTag", _L = "Latitude", _LCB = "ListCidrBlocks", _LCBR = "ListCidrBlocksRequest", _LCBRi = "ListCidrBlocksResponse", _LCC = "ListCidrCollections", _LCCR = "ListCidrCollectionsRequest", _LCCRi = "ListCidrCollectionsResponse", _LCL = "ListCidrLocations", _LCLR = "ListCidrLocationsRequest", _LCLRi = "ListCidrLocationsResponse", _LE = "LimitsExceeded", _LGL = "ListGeoLocations", _LGLR = "ListGeoLocationsRequest", _LGLRi = "ListGeoLocationsResponse", _LHC = "ListHealthChecks", _LHCR = "ListHealthChecksRequest", _LHCRi = "ListHealthChecksResponse", _LHZ = "ListHostedZones", _LHZBN = "ListHostedZonesByName", _LHZBNR = "ListHostedZonesByNameRequest", _LHZBNRi = "ListHostedZonesByNameResponse", _LHZBVPC = "ListHostedZonesByVPC", _LHZBVPCR = "ListHostedZonesByVPCRequest", _LHZBVPCRi = "ListHostedZonesByVPCResponse", _LHZR = "ListHostedZonesRequest", _LHZRi = "ListHostedZonesResponse", _LMD = "LastModifiedDate", _LN = "LocationName", _LQLC = "ListQueryLoggingConfigs", _LQLCR = "ListQueryLoggingConfigsRequest", _LQLCRi = "ListQueryLoggingConfigsResponse", _LRDS = "ListReusableDelegationSets", _LRDSR = "ListReusableDelegationSetsRequest", _LRDSRi = "ListReusableDelegationSetsResponse", _LRRS = "ListResourceRecordSets", _LRRSR = "ListResourceRecordSetsRequest", _LRRSRi = "ListResourceRecordSetsResponse", _LS = "LinkedService", _LSo = "LocationSummary", _LSoc = "LocationSummaries", _LTFR = "ListTagsForResource", _LTFRR = "ListTagsForResourceRequest", _LTFRRi = "ListTagsForResourceResponse", _LTFRRis = "ListTagsForResourcesRequest", _LTFRRist = "ListTagsForResourcesResponse", _LTFRi = "ListTagsForResources", _LTP = "ListTrafficPolicies", _LTPI = "ListTrafficPolicyInstances", _LTPIBHZ = "ListTrafficPolicyInstancesByHostedZone", _LTPIBHZR = "ListTrafficPolicyInstancesByHostedZoneRequest", _LTPIBHZRi = "ListTrafficPolicyInstancesByHostedZoneResponse", _LTPIBP = "ListTrafficPolicyInstancesByPolicy", _LTPIBPR = "ListTrafficPolicyInstancesByPolicyRequest", _LTPIBPRi = "ListTrafficPolicyInstancesByPolicyResponse", _LTPIR = "ListTrafficPolicyInstancesRequest", _LTPIRi = "ListTrafficPolicyInstancesResponse", _LTPR = "ListTrafficPoliciesRequest", _LTPRi = "ListTrafficPoliciesResponse", _LTPV = "ListTrafficPolicyVersions", _LTPVR = "ListTrafficPolicyVersionsRequest", _LTPVRi = "ListTrafficPolicyVersionsResponse", _LV = "LatestVersion", _LVPCA = "LastVPCAssociation", _LVPCAA = "ListVPCAssociationAuthorizations", _LVPCAAR = "ListVPCAssociationAuthorizationsRequest", _LVPCAARi = "ListVPCAssociationAuthorizationsResponse", _LZG = "LocalZoneGroup", _Li = "Limit", _Lo = "Longitude", _Loc = "Location", _M = "Message", _MI = "MaxItems", _ML = "MeasureLatency", _MN = "MetricName", _MR = "MaxResults", _MVA = "MultiValueAnswer", _Ma = "Marker", _N = "Name", _NAE = "NotAuthorizedException", _NCC = "NextContinentCode", _NCCe = "NextCountryCode", _NDNSN = "NextDNSName", _NHZI = "NextHostedZoneId", _NM = "NextMarker", _NRI = "NextRecordIdentifier", _NRN = "NextRecordName", _NRT = "NextRecordType", _NS = "NameServers", _NSC = "NoSuchChange", _NSCCE = "NoSuchCidrCollectionException", _NSCLE = "NoSuchCidrLocationException", _NSCWLLG = "NoSuchCloudWatchLogsLogGroup", _NSCe = "NextSubdivisionCode", _NSDS = "NoSuchDelegationSet", _NSGL = "NoSuchGeoLocation", _NSHC = "NoSuchHealthCheck", _NSHZ = "NoSuchHostedZone", _NSKSK = "NoSuchKeySigningKey", _NSQLC = "NoSuchQueryLoggingConfig", _NSTP = "NoSuchTrafficPolicy", _NSTPI = "NoSuchTrafficPolicyInstance", _NSa = "NameServer", _NT = "NextToken", _Na = "Namespace", _Nam = "Nameserver", _O = "Owner", _OA = "OwningAccount", _OS = "OwningService", _P = "Period", _PK = "PublicKey", _PRNC = "PriorRequestNotComplete", _PZ = "PrivateZone", _PZVPCA = "PublicZoneVPCAssociation", _Po = "Port", _Pr = "Protocol", _QLC = "QueryLoggingConfig", _QLCAE = "QueryLoggingConfigAlreadyExists", _QLCu = "QueryLoggingConfigs", _R = "Region", _RC2 = "ResponseCode", _RCA = "RoutingControlArn", _RD = "RecordData", _RDE = "RecordDataEntry", _RDSL = "ReusableDelegationSetLimit", _RE = "ResetElements", _REN = "ResettableElementName", _RENL = "ResettableElementNameList", _RI = "ResourceId", _RIP = "ResolverIP", _RIe = "RequestInterval", _RIes = "ResourceIds", _RN = "RecordName", _RP = "ResourcePath", _RR = "ResourceRecord", _RRS = "ResourceRecordSet", _RRSC = "ResourceRecordSetCount", _RRSe = "ResourceRecordSets", _RRe = "ResourceRecords", _RT = "ResourceType", _RTK = "RemoveTagKeys", _RTS = "ResourceTagSet", _RTSL = "ResourceTagSetList", _RTSe = "ResourceTagSets", _RTe = "RecordType", _Re = "Regions", _S = "Status", _SA = "SubmittedAt", _SAM = "SigningAlgorithmMnemonic", _SAT = "SigningAlgorithmType", _SC = "SubdivisionCode", _SCC = "StartContinentCode", _SCCt = "StartCountryCode", _SI = "SetIdentifier", _SM = "StatusMessage", _SN = "SubdivisionName", _SP = "ServicePrincipal", _SR = "StatusReport", _SRI = "StartRecordIdentifier", _SRN = "StartRecordName", _SRT = "StartRecordType", _SS = "ServeSignature", _SSC = "StartSubdivisionCode", _SSe = "SearchString", _St = "Statistic", _Sta = "State", _T = "Type", _TDNSA = "TestDNSAnswer", _TDNSAR = "TestDNSAnswerRequest", _TDNSARe = "TestDNSAnswerResponse", _TE = "ThrottlingException", _TKL = "TagKeyList", _TL = "TagList", _TMHC = "TooManyHealthChecks", _TMHZ = "TooManyHostedZones", _TMKSK = "TooManyKeySigningKeys", _TMTP = "TooManyTrafficPolicies", _TMTPI = "TooManyTrafficPolicyInstances", _TMTPVFCP = "TooManyTrafficPolicyVersionsForCurrentPolicy", _TMVPCAA = "TooManyVPCAssociationAuthorizations", _TP = "TrafficPolicy", _TPAE = "TrafficPolicyAlreadyExists", _TPC = "TrafficPolicyCount", _TPI = "TrafficPolicyId", _TPIAE = "TrafficPolicyInstanceAlreadyExists", _TPIC = "TrafficPolicyInstanceCount", _TPII = "TrafficPolicyInstanceId", _TPIM = "TrafficPolicyIdMarker", _TPINM = "TrafficPolicyInstanceNameMarker", _TPITM = "TrafficPolicyInstanceTypeMarker", _TPIU = "TrafficPolicyInUse", _TPIr = "TrafficPolicyInstance", _TPIra = "TrafficPolicyInstances", _TPS = "TrafficPolicySummaries", _TPSr = "TrafficPolicySummary", _TPT = "TrafficPolicyType", _TPV = "TrafficPolicyVersion", _TPVM = "TrafficPolicyVersionMarker", _TPr = "TrafficPolicies", _TRIL = "TagResourceIdList", _TTL = "TTL", _Ta = "Tags", _Tag = "Tag", _Th = "Threshold", _UHC = "UpdateHealthCheck", _UHCR = "UpdateHealthCheckRequest", _UHCRp = "UpdateHealthCheckResponse", _UHZC = "UpdateHostedZoneComment", _UHZCR = "UpdateHostedZoneCommentRequest", _UHZCRp = "UpdateHostedZoneCommentResponse", _UHZF = "UpdateHostedZoneFeatures", _UHZFR = "UpdateHostedZoneFeaturesRequest", _UHZFRp = "UpdateHostedZoneFeaturesResponse", _UTPC = "UpdateTrafficPolicyComment", _UTPCR = "UpdateTrafficPolicyCommentRequest", _UTPCRp = "UpdateTrafficPolicyCommentResponse", _UTPI = "UpdateTrafficPolicyInstance", _UTPIR = "UpdateTrafficPolicyInstanceRequest", _UTPIRp = "UpdateTrafficPolicyInstanceResponse", _V = "Value", _VPC = "VPC", _VPCAANF = "VPCAssociationAuthorizationNotFound", _VPCANF = "VPCAssociationNotFound", _VPCI = "VPCId", _VPCR = "VPCRegion", _VPCs = "VPCs", _Ve = "Version", _W = "Weight", _c2 = "client", _co = "continentcode", _cou = "countrycode", _d = "dnsname", _de = "delegationsetid", _e2 = "error", _ed = "edns0clientsubnetip", _edn = "edns0clientsubnetmask", _h2 = "hostedzoneid", _hE2 = "httpError", _hH2 = "httpHeader", _hQ2 = "httpQuery", _ho = "hostedzonetype", _ht = "http", _i = "identifier", _id = "id", _l = "location", _m2 = "message", _ma = "maxresults", _mar = "marker", _max = "maxitems", _me = "messages", _n = "nexttoken", _na = "name", _r = "recordname", _re = "recordtype", _res = "resolverip", _s2 = "smithy.ts.sdk.synthetic.com.amazonaws.route53", _st = "startcontinentcode", _sta = "startcountrycode", _star = "startsubdivisioncode", _su = "subdivisioncode", _t = "type", _tr = "trafficpolicyid", _tra = "trafficpolicyinstancename", _traf = "trafficpolicyinstancetype", _traff = "trafficpolicyversion", _v = "vpcid", _ve = "version", _vp = "vpcregion", _xN = "xmlName", n02 = "com.amazonaws.route53", _s_registry2, Route53ServiceException$, n0_registry2, CidrBlockInUseException$, CidrCollectionAlreadyExistsException$, CidrCollectionInUseException$, CidrCollectionVersionMismatchException$, ConcurrentModification$, ConflictingDomainExists$, ConflictingTypes$, DelegationSetAlreadyCreated$, DelegationSetAlreadyReusable$, DelegationSetInUse$, DelegationSetNotAvailable$, DelegationSetNotReusable$, DNSSECNotFound$, HealthCheckAlreadyExists$, HealthCheckInUse$, HealthCheckVersionMismatch$, HostedZoneAlreadyExists$, HostedZoneNotEmpty$, HostedZoneNotFound$, HostedZoneNotPrivate$, HostedZonePartiallyDelegated$, IncompatibleVersion$, InsufficientCloudWatchLogsResourcePolicy$, InvalidArgument$, InvalidChangeBatch$, InvalidDomainName$, InvalidInput$, InvalidKeySigningKeyName$, InvalidKeySigningKeyStatus$, InvalidKMSArn$, InvalidPaginationToken$, InvalidSigningStatus$, InvalidTrafficPolicyDocument$, InvalidVPCId$, KeySigningKeyAlreadyExists$, KeySigningKeyInParentDSRecord$, KeySigningKeyInUse$, KeySigningKeyWithActiveStatusNotFound$, LastVPCAssociation$, LimitsExceeded$, NoSuchChange$, NoSuchCidrCollectionException$, NoSuchCidrLocationException$, NoSuchCloudWatchLogsLogGroup$, NoSuchDelegationSet$, NoSuchGeoLocation$, NoSuchHealthCheck$, NoSuchHostedZone$, NoSuchKeySigningKey$, NoSuchQueryLoggingConfig$, NoSuchTrafficPolicy$, NoSuchTrafficPolicyInstance$, NotAuthorizedException$, PriorRequestNotComplete$, PublicZoneVPCAssociation$, QueryLoggingConfigAlreadyExists$, ThrottlingException$, TooManyHealthChecks$, TooManyHostedZones$, TooManyKeySigningKeys$, TooManyTrafficPolicies$, TooManyTrafficPolicyInstances$, TooManyTrafficPolicyVersionsForCurrentPolicy$, TooManyVPCAssociationAuthorizations$, TrafficPolicyAlreadyExists$, TrafficPolicyInstanceAlreadyExists$, TrafficPolicyInUse$, VPCAssociationAuthorizationNotFound$, VPCAssociationNotFound$, errorTypeRegistries2, AccountLimit$, ActivateKeySigningKeyRequest$, ActivateKeySigningKeyResponse$, AlarmIdentifier$, AliasTarget$, AssociateVPCWithHostedZoneRequest$, AssociateVPCWithHostedZoneResponse$, Change$, ChangeBatch$, ChangeCidrCollectionRequest$, ChangeCidrCollectionResponse$, ChangeInfo$, ChangeResourceRecordSetsRequest$, ChangeResourceRecordSetsResponse$, ChangeTagsForResourceRequest$, ChangeTagsForResourceResponse$, CidrBlockSummary$, CidrCollection$, CidrCollectionChange$, CidrRoutingConfig$, CloudWatchAlarmConfiguration$, CollectionSummary$, Coordinates$, CreateCidrCollectionRequest$, CreateCidrCollectionResponse$, CreateHealthCheckRequest$, CreateHealthCheckResponse$, CreateHostedZoneRequest$, CreateHostedZoneResponse$, CreateKeySigningKeyRequest$, CreateKeySigningKeyResponse$, CreateQueryLoggingConfigRequest$, CreateQueryLoggingConfigResponse$, CreateReusableDelegationSetRequest$, CreateReusableDelegationSetResponse$, CreateTrafficPolicyInstanceRequest$, CreateTrafficPolicyInstanceResponse$, CreateTrafficPolicyRequest$, CreateTrafficPolicyResponse$, CreateTrafficPolicyVersionRequest$, CreateTrafficPolicyVersionResponse$, CreateVPCAssociationAuthorizationRequest$, CreateVPCAssociationAuthorizationResponse$, DeactivateKeySigningKeyRequest$, DeactivateKeySigningKeyResponse$, DelegationSet$, DeleteCidrCollectionRequest$, DeleteCidrCollectionResponse$, DeleteHealthCheckRequest$, DeleteHealthCheckResponse$, DeleteHostedZoneRequest$, DeleteHostedZoneResponse$, DeleteKeySigningKeyRequest$, DeleteKeySigningKeyResponse$, DeleteQueryLoggingConfigRequest$, DeleteQueryLoggingConfigResponse$, DeleteReusableDelegationSetRequest$, DeleteReusableDelegationSetResponse$, DeleteTrafficPolicyInstanceRequest$, DeleteTrafficPolicyInstanceResponse$, DeleteTrafficPolicyRequest$, DeleteTrafficPolicyResponse$, DeleteVPCAssociationAuthorizationRequest$, DeleteVPCAssociationAuthorizationResponse$, Dimension$, DisableHostedZoneDNSSECRequest$, DisableHostedZoneDNSSECResponse$, DisassociateVPCFromHostedZoneRequest$, DisassociateVPCFromHostedZoneResponse$, DNSSECStatus$, EnableHostedZoneDNSSECRequest$, EnableHostedZoneDNSSECResponse$, GeoLocation$, GeoLocationDetails$, GeoProximityLocation$, GetAccountLimitRequest$, GetAccountLimitResponse$, GetChangeRequest$, GetChangeResponse$, GetCheckerIpRangesRequest$, GetCheckerIpRangesResponse$, GetDNSSECRequest$, GetDNSSECResponse$, GetGeoLocationRequest$, GetGeoLocationResponse$, GetHealthCheckCountRequest$, GetHealthCheckCountResponse$, GetHealthCheckLastFailureReasonRequest$, GetHealthCheckLastFailureReasonResponse$, GetHealthCheckRequest$, GetHealthCheckResponse$, GetHealthCheckStatusRequest$, GetHealthCheckStatusResponse$, GetHostedZoneCountRequest$, GetHostedZoneCountResponse$, GetHostedZoneLimitRequest$, GetHostedZoneLimitResponse$, GetHostedZoneRequest$, GetHostedZoneResponse$, GetQueryLoggingConfigRequest$, GetQueryLoggingConfigResponse$, GetReusableDelegationSetLimitRequest$, GetReusableDelegationSetLimitResponse$, GetReusableDelegationSetRequest$, GetReusableDelegationSetResponse$, GetTrafficPolicyInstanceCountRequest$, GetTrafficPolicyInstanceCountResponse$, GetTrafficPolicyInstanceRequest$, GetTrafficPolicyInstanceResponse$, GetTrafficPolicyRequest$, GetTrafficPolicyResponse$, HealthCheck$, HealthCheckConfig$, HealthCheckObservation$, HostedZone$, HostedZoneConfig$, HostedZoneFailureReasons$, HostedZoneFeatures$, HostedZoneLimit$, HostedZoneOwner$, HostedZoneSummary$, KeySigningKey$, LinkedService$, ListCidrBlocksRequest$, ListCidrBlocksResponse$, ListCidrCollectionsRequest$, ListCidrCollectionsResponse$, ListCidrLocationsRequest$, ListCidrLocationsResponse$, ListGeoLocationsRequest$, ListGeoLocationsResponse$, ListHealthChecksRequest$, ListHealthChecksResponse$, ListHostedZonesByNameRequest$, ListHostedZonesByNameResponse$, ListHostedZonesByVPCRequest$, ListHostedZonesByVPCResponse$, ListHostedZonesRequest$, ListHostedZonesResponse$, ListQueryLoggingConfigsRequest$, ListQueryLoggingConfigsResponse$, ListResourceRecordSetsRequest$, ListResourceRecordSetsResponse$, ListReusableDelegationSetsRequest$, ListReusableDelegationSetsResponse$, ListTagsForResourceRequest$, ListTagsForResourceResponse$, ListTagsForResourcesRequest$, ListTagsForResourcesResponse$, ListTrafficPoliciesRequest$, ListTrafficPoliciesResponse$, ListTrafficPolicyInstancesByHostedZoneRequest$, ListTrafficPolicyInstancesByHostedZoneResponse$, ListTrafficPolicyInstancesByPolicyRequest$, ListTrafficPolicyInstancesByPolicyResponse$, ListTrafficPolicyInstancesRequest$, ListTrafficPolicyInstancesResponse$, ListTrafficPolicyVersionsRequest$, ListTrafficPolicyVersionsResponse$, ListVPCAssociationAuthorizationsRequest$, ListVPCAssociationAuthorizationsResponse$, LocationSummary$, QueryLoggingConfig$, ResourceRecord$, ResourceRecordSet$, ResourceTagSet$, ReusableDelegationSetLimit$, StatusReport$, Tag$, TestDNSAnswerRequest$, TestDNSAnswerResponse$, TrafficPolicy$, TrafficPolicyInstance$, TrafficPolicySummary$, UpdateHealthCheckRequest$, UpdateHealthCheckResponse$, UpdateHostedZoneCommentRequest$, UpdateHostedZoneCommentResponse$, UpdateHostedZoneFeaturesRequest$, UpdateHostedZoneFeaturesResponse$, UpdateTrafficPolicyCommentRequest$, UpdateTrafficPolicyCommentResponse$, UpdateTrafficPolicyInstanceRequest$, UpdateTrafficPolicyInstanceResponse$, VPC$, Changes, CheckerIpRanges, ChildHealthCheckList, CidrBlockSummaries, CidrCollectionChanges, CidrList, CollectionSummaries, DelegationSetNameServers, DelegationSets, DimensionList, ErrorMessages, GeoLocationDetailsList, HealthCheckObservations, HealthCheckRegionList, HealthChecks, HostedZones, HostedZoneSummaries, KeySigningKeys, LocationSummaries, QueryLoggingConfigs, RecordData, ResettableElementNameList, ResourceRecords, ResourceRecordSets, ResourceTagSetList, TagKeyList, TagList, TagResourceIdList, TrafficPolicies, TrafficPolicyInstances, TrafficPolicySummaries, VPCs, ActivateKeySigningKey$, AssociateVPCWithHostedZone$, ChangeCidrCollection$, ChangeResourceRecordSets$, ChangeTagsForResource$, CreateCidrCollection$, CreateHealthCheck$, CreateHostedZone$, CreateKeySigningKey$, CreateQueryLoggingConfig$, CreateReusableDelegationSet$, CreateTrafficPolicy$, CreateTrafficPolicyInstance$, CreateTrafficPolicyVersion$, CreateVPCAssociationAuthorization$, DeactivateKeySigningKey$, DeleteCidrCollection$, DeleteHealthCheck$, DeleteHostedZone$, DeleteKeySigningKey$, DeleteQueryLoggingConfig$, DeleteReusableDelegationSet$, DeleteTrafficPolicy$, DeleteTrafficPolicyInstance$, DeleteVPCAssociationAuthorization$, DisableHostedZoneDNSSEC$, DisassociateVPCFromHostedZone$, EnableHostedZoneDNSSEC$, GetAccountLimit$, GetChange$, GetCheckerIpRanges$, GetDNSSEC$, GetGeoLocation$, GetHealthCheck$, GetHealthCheckCount$, GetHealthCheckLastFailureReason$, GetHealthCheckStatus$, GetHostedZone$, GetHostedZoneCount$, GetHostedZoneLimit$, GetQueryLoggingConfig$, GetReusableDelegationSet$, GetReusableDelegationSetLimit$, GetTrafficPolicy$, GetTrafficPolicyInstance$, GetTrafficPolicyInstanceCount$, ListCidrBlocks$, ListCidrCollections$, ListCidrLocations$, ListGeoLocations$, ListHealthChecks$, ListHostedZones$, ListHostedZonesByName$, ListHostedZonesByVPC$, ListQueryLoggingConfigs$, ListResourceRecordSets$, ListReusableDelegationSets$, ListTagsForResource$, ListTagsForResources$, ListTrafficPolicies$, ListTrafficPolicyInstances$, ListTrafficPolicyInstancesByHostedZone$, ListTrafficPolicyInstancesByPolicy$, ListTrafficPolicyVersions$, ListVPCAssociationAuthorizations$, TestDNSAnswer$, UpdateHealthCheck$, UpdateHostedZoneComment$, UpdateHostedZoneFeatures$, UpdateTrafficPolicyComment$, UpdateTrafficPolicyInstance$;
|
|
29981
29981
|
var init_schemas_0 = __esm(() => {
|
|
29982
29982
|
init_errors();
|
|
@@ -33099,7 +33099,7 @@ var init_schemas_0 = __esm(() => {
|
|
|
33099
33099
|
];
|
|
33100
33100
|
});
|
|
33101
33101
|
|
|
33102
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.shared.js
|
|
33102
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.shared.js
|
|
33103
33103
|
var import_httpAuthSchemes2, import_protocols4, import_checksum, import_client18, import_protocols5, import_serde3, getRuntimeConfig2 = (config) => {
|
|
33104
33104
|
return {
|
|
33105
33105
|
apiVersion: "2013-04-01",
|
|
@@ -33144,7 +33144,7 @@ var init_runtimeConfig_shared = __esm(() => {
|
|
|
33144
33144
|
import_serde3 = __toESM(require_serde(), 1);
|
|
33145
33145
|
});
|
|
33146
33146
|
|
|
33147
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.js
|
|
33147
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.js
|
|
33148
33148
|
var import_client19, import_httpAuthSchemes3, import_client20, import_config28, import_retry3, import_serde4, import_node_http_handler2, getRuntimeConfig3 = (config) => {
|
|
33149
33149
|
import_client20.emitWarningIfUnsupportedVersion(process.version);
|
|
33150
33150
|
const defaultsMode = import_config28.resolveDefaultsModeConfig(config);
|
|
@@ -33190,7 +33190,7 @@ var init_runtimeConfig = __esm(() => {
|
|
|
33190
33190
|
import_node_http_handler2 = __toESM(require_dist_cjs4(), 1);
|
|
33191
33191
|
});
|
|
33192
33192
|
|
|
33193
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/auth/httpAuthExtensionConfiguration.js
|
|
33193
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/auth/httpAuthExtensionConfiguration.js
|
|
33194
33194
|
var getHttpAuthExtensionConfiguration2 = (runtimeConfig) => {
|
|
33195
33195
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
33196
33196
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -33228,7 +33228,7 @@ var getHttpAuthExtensionConfiguration2 = (runtimeConfig) => {
|
|
|
33228
33228
|
};
|
|
33229
33229
|
};
|
|
33230
33230
|
|
|
33231
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/runtimeExtensions.js
|
|
33231
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/runtimeExtensions.js
|
|
33232
33232
|
var import_client21, import_client22, import_protocols6, resolveRuntimeExtensions2 = (runtimeConfig, extensions) => {
|
|
33233
33233
|
const extensionConfiguration = Object.assign(import_client21.getAwsRegionExtensionConfiguration(runtimeConfig), import_client22.getDefaultExtensionConfiguration(runtimeConfig), import_protocols6.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration2(runtimeConfig));
|
|
33234
33234
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
@@ -33240,7 +33240,7 @@ var init_runtimeExtensions = __esm(() => {
|
|
|
33240
33240
|
import_protocols6 = __toESM(require_protocols(), 1);
|
|
33241
33241
|
});
|
|
33242
33242
|
|
|
33243
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/Route53Client.js
|
|
33243
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/Route53Client.js
|
|
33244
33244
|
var import_client23, import_core, import_client24, import_config29, import_endpoints3, import_protocols7, import_retry4, import_schema2, Route53Client;
|
|
33245
33245
|
var init_Route53Client = __esm(() => {
|
|
33246
33246
|
init_httpAuthSchemeProvider();
|
|
@@ -33291,13 +33291,13 @@ var init_Route53Client = __esm(() => {
|
|
|
33291
33291
|
};
|
|
33292
33292
|
});
|
|
33293
33293
|
|
|
33294
|
-
// node_modules/@aws-sdk/middleware-sdk-route53/dist-es/constants.js
|
|
33294
|
+
// ../../node_modules/.bun/@aws-sdk+middleware-sdk-route53@3.972.23/node_modules/@aws-sdk/middleware-sdk-route53/dist-es/constants.js
|
|
33295
33295
|
var IDENTIFIER_PREFIX_PATTERN;
|
|
33296
33296
|
var init_constants2 = __esm(() => {
|
|
33297
33297
|
IDENTIFIER_PREFIX_PATTERN = /^\/(hostedzone|change|delegationset)\//;
|
|
33298
33298
|
});
|
|
33299
33299
|
|
|
33300
|
-
// node_modules/@aws-sdk/middleware-sdk-route53/dist-es/change-resource-record-sets.js
|
|
33300
|
+
// ../../node_modules/.bun/@aws-sdk+middleware-sdk-route53@3.972.23/node_modules/@aws-sdk/middleware-sdk-route53/dist-es/change-resource-record-sets.js
|
|
33301
33301
|
function changeResourceRecordSetsMiddleware() {
|
|
33302
33302
|
return (next) => async (args) => {
|
|
33303
33303
|
const { ChangeBatch } = args.input;
|
|
@@ -33346,7 +33346,7 @@ var init_change_resource_record_sets = __esm(() => {
|
|
|
33346
33346
|
};
|
|
33347
33347
|
});
|
|
33348
33348
|
|
|
33349
|
-
// node_modules/@aws-sdk/middleware-sdk-route53/dist-es/id-normalizer.js
|
|
33349
|
+
// ../../node_modules/.bun/@aws-sdk+middleware-sdk-route53@3.972.23/node_modules/@aws-sdk/middleware-sdk-route53/dist-es/id-normalizer.js
|
|
33350
33350
|
function idNormalizerMiddleware() {
|
|
33351
33351
|
return (next) => async (args) => {
|
|
33352
33352
|
const input = { ...args.input };
|
|
@@ -33378,13 +33378,13 @@ var init_id_normalizer = __esm(() => {
|
|
|
33378
33378
|
};
|
|
33379
33379
|
});
|
|
33380
33380
|
|
|
33381
|
-
// node_modules/@aws-sdk/middleware-sdk-route53/dist-es/index.js
|
|
33381
|
+
// ../../node_modules/.bun/@aws-sdk+middleware-sdk-route53@3.972.23/node_modules/@aws-sdk/middleware-sdk-route53/dist-es/index.js
|
|
33382
33382
|
var init_dist_es11 = __esm(() => {
|
|
33383
33383
|
init_change_resource_record_sets();
|
|
33384
33384
|
init_id_normalizer();
|
|
33385
33385
|
});
|
|
33386
33386
|
|
|
33387
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commandBuilder.js
|
|
33387
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commandBuilder.js
|
|
33388
33388
|
var import_client25, import_endpoints4, command2, _ep02, _mw02 = (Command2, cs, config, o2) => [
|
|
33389
33389
|
getIdNormalizerPlugin(config)
|
|
33390
33390
|
], _mw1 = (Command2, cs, config, o2) => [
|
|
@@ -33400,7 +33400,7 @@ var init_commandBuilder = __esm(() => {
|
|
|
33400
33400
|
_ep02 = {};
|
|
33401
33401
|
});
|
|
33402
33402
|
|
|
33403
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ActivateKeySigningKeyCommand.js
|
|
33403
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ActivateKeySigningKeyCommand.js
|
|
33404
33404
|
var ActivateKeySigningKeyCommand;
|
|
33405
33405
|
var init_ActivateKeySigningKeyCommand = __esm(() => {
|
|
33406
33406
|
init_commandBuilder();
|
|
@@ -33409,7 +33409,7 @@ var init_ActivateKeySigningKeyCommand = __esm(() => {
|
|
|
33409
33409
|
};
|
|
33410
33410
|
});
|
|
33411
33411
|
|
|
33412
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/AssociateVPCWithHostedZoneCommand.js
|
|
33412
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/AssociateVPCWithHostedZoneCommand.js
|
|
33413
33413
|
var AssociateVPCWithHostedZoneCommand;
|
|
33414
33414
|
var init_AssociateVPCWithHostedZoneCommand = __esm(() => {
|
|
33415
33415
|
init_commandBuilder();
|
|
@@ -33418,7 +33418,7 @@ var init_AssociateVPCWithHostedZoneCommand = __esm(() => {
|
|
|
33418
33418
|
};
|
|
33419
33419
|
});
|
|
33420
33420
|
|
|
33421
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ChangeCidrCollectionCommand.js
|
|
33421
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ChangeCidrCollectionCommand.js
|
|
33422
33422
|
var ChangeCidrCollectionCommand;
|
|
33423
33423
|
var init_ChangeCidrCollectionCommand = __esm(() => {
|
|
33424
33424
|
init_commandBuilder();
|
|
@@ -33427,7 +33427,7 @@ var init_ChangeCidrCollectionCommand = __esm(() => {
|
|
|
33427
33427
|
};
|
|
33428
33428
|
});
|
|
33429
33429
|
|
|
33430
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ChangeResourceRecordSetsCommand.js
|
|
33430
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ChangeResourceRecordSetsCommand.js
|
|
33431
33431
|
var ChangeResourceRecordSetsCommand;
|
|
33432
33432
|
var init_ChangeResourceRecordSetsCommand = __esm(() => {
|
|
33433
33433
|
init_commandBuilder();
|
|
@@ -33436,7 +33436,7 @@ var init_ChangeResourceRecordSetsCommand = __esm(() => {
|
|
|
33436
33436
|
};
|
|
33437
33437
|
});
|
|
33438
33438
|
|
|
33439
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ChangeTagsForResourceCommand.js
|
|
33439
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ChangeTagsForResourceCommand.js
|
|
33440
33440
|
var ChangeTagsForResourceCommand;
|
|
33441
33441
|
var init_ChangeTagsForResourceCommand = __esm(() => {
|
|
33442
33442
|
init_commandBuilder();
|
|
@@ -33445,7 +33445,7 @@ var init_ChangeTagsForResourceCommand = __esm(() => {
|
|
|
33445
33445
|
};
|
|
33446
33446
|
});
|
|
33447
33447
|
|
|
33448
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateCidrCollectionCommand.js
|
|
33448
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateCidrCollectionCommand.js
|
|
33449
33449
|
var CreateCidrCollectionCommand;
|
|
33450
33450
|
var init_CreateCidrCollectionCommand = __esm(() => {
|
|
33451
33451
|
init_commandBuilder();
|
|
@@ -33454,7 +33454,7 @@ var init_CreateCidrCollectionCommand = __esm(() => {
|
|
|
33454
33454
|
};
|
|
33455
33455
|
});
|
|
33456
33456
|
|
|
33457
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateHealthCheckCommand.js
|
|
33457
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateHealthCheckCommand.js
|
|
33458
33458
|
var CreateHealthCheckCommand;
|
|
33459
33459
|
var init_CreateHealthCheckCommand = __esm(() => {
|
|
33460
33460
|
init_commandBuilder();
|
|
@@ -33463,7 +33463,7 @@ var init_CreateHealthCheckCommand = __esm(() => {
|
|
|
33463
33463
|
};
|
|
33464
33464
|
});
|
|
33465
33465
|
|
|
33466
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateHostedZoneCommand.js
|
|
33466
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateHostedZoneCommand.js
|
|
33467
33467
|
var CreateHostedZoneCommand;
|
|
33468
33468
|
var init_CreateHostedZoneCommand = __esm(() => {
|
|
33469
33469
|
init_commandBuilder();
|
|
@@ -33472,7 +33472,7 @@ var init_CreateHostedZoneCommand = __esm(() => {
|
|
|
33472
33472
|
};
|
|
33473
33473
|
});
|
|
33474
33474
|
|
|
33475
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateKeySigningKeyCommand.js
|
|
33475
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateKeySigningKeyCommand.js
|
|
33476
33476
|
var CreateKeySigningKeyCommand;
|
|
33477
33477
|
var init_CreateKeySigningKeyCommand = __esm(() => {
|
|
33478
33478
|
init_commandBuilder();
|
|
@@ -33481,7 +33481,7 @@ var init_CreateKeySigningKeyCommand = __esm(() => {
|
|
|
33481
33481
|
};
|
|
33482
33482
|
});
|
|
33483
33483
|
|
|
33484
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateQueryLoggingConfigCommand.js
|
|
33484
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateQueryLoggingConfigCommand.js
|
|
33485
33485
|
var CreateQueryLoggingConfigCommand;
|
|
33486
33486
|
var init_CreateQueryLoggingConfigCommand = __esm(() => {
|
|
33487
33487
|
init_commandBuilder();
|
|
@@ -33490,7 +33490,7 @@ var init_CreateQueryLoggingConfigCommand = __esm(() => {
|
|
|
33490
33490
|
};
|
|
33491
33491
|
});
|
|
33492
33492
|
|
|
33493
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateReusableDelegationSetCommand.js
|
|
33493
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateReusableDelegationSetCommand.js
|
|
33494
33494
|
var CreateReusableDelegationSetCommand;
|
|
33495
33495
|
var init_CreateReusableDelegationSetCommand = __esm(() => {
|
|
33496
33496
|
init_commandBuilder();
|
|
@@ -33499,7 +33499,7 @@ var init_CreateReusableDelegationSetCommand = __esm(() => {
|
|
|
33499
33499
|
};
|
|
33500
33500
|
});
|
|
33501
33501
|
|
|
33502
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateTrafficPolicyCommand.js
|
|
33502
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateTrafficPolicyCommand.js
|
|
33503
33503
|
var CreateTrafficPolicyCommand;
|
|
33504
33504
|
var init_CreateTrafficPolicyCommand = __esm(() => {
|
|
33505
33505
|
init_commandBuilder();
|
|
@@ -33508,7 +33508,7 @@ var init_CreateTrafficPolicyCommand = __esm(() => {
|
|
|
33508
33508
|
};
|
|
33509
33509
|
});
|
|
33510
33510
|
|
|
33511
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateTrafficPolicyInstanceCommand.js
|
|
33511
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateTrafficPolicyInstanceCommand.js
|
|
33512
33512
|
var CreateTrafficPolicyInstanceCommand;
|
|
33513
33513
|
var init_CreateTrafficPolicyInstanceCommand = __esm(() => {
|
|
33514
33514
|
init_commandBuilder();
|
|
@@ -33517,7 +33517,7 @@ var init_CreateTrafficPolicyInstanceCommand = __esm(() => {
|
|
|
33517
33517
|
};
|
|
33518
33518
|
});
|
|
33519
33519
|
|
|
33520
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateTrafficPolicyVersionCommand.js
|
|
33520
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateTrafficPolicyVersionCommand.js
|
|
33521
33521
|
var CreateTrafficPolicyVersionCommand;
|
|
33522
33522
|
var init_CreateTrafficPolicyVersionCommand = __esm(() => {
|
|
33523
33523
|
init_commandBuilder();
|
|
@@ -33526,7 +33526,7 @@ var init_CreateTrafficPolicyVersionCommand = __esm(() => {
|
|
|
33526
33526
|
};
|
|
33527
33527
|
});
|
|
33528
33528
|
|
|
33529
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js
|
|
33529
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js
|
|
33530
33530
|
var CreateVPCAssociationAuthorizationCommand;
|
|
33531
33531
|
var init_CreateVPCAssociationAuthorizationCommand = __esm(() => {
|
|
33532
33532
|
init_commandBuilder();
|
|
@@ -33535,7 +33535,7 @@ var init_CreateVPCAssociationAuthorizationCommand = __esm(() => {
|
|
|
33535
33535
|
};
|
|
33536
33536
|
});
|
|
33537
33537
|
|
|
33538
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/DeactivateKeySigningKeyCommand.js
|
|
33538
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeactivateKeySigningKeyCommand.js
|
|
33539
33539
|
var DeactivateKeySigningKeyCommand;
|
|
33540
33540
|
var init_DeactivateKeySigningKeyCommand = __esm(() => {
|
|
33541
33541
|
init_commandBuilder();
|
|
@@ -33544,7 +33544,7 @@ var init_DeactivateKeySigningKeyCommand = __esm(() => {
|
|
|
33544
33544
|
};
|
|
33545
33545
|
});
|
|
33546
33546
|
|
|
33547
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteCidrCollectionCommand.js
|
|
33547
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteCidrCollectionCommand.js
|
|
33548
33548
|
var DeleteCidrCollectionCommand;
|
|
33549
33549
|
var init_DeleteCidrCollectionCommand = __esm(() => {
|
|
33550
33550
|
init_commandBuilder();
|
|
@@ -33553,7 +33553,7 @@ var init_DeleteCidrCollectionCommand = __esm(() => {
|
|
|
33553
33553
|
};
|
|
33554
33554
|
});
|
|
33555
33555
|
|
|
33556
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteHealthCheckCommand.js
|
|
33556
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteHealthCheckCommand.js
|
|
33557
33557
|
var DeleteHealthCheckCommand;
|
|
33558
33558
|
var init_DeleteHealthCheckCommand = __esm(() => {
|
|
33559
33559
|
init_commandBuilder();
|
|
@@ -33562,7 +33562,7 @@ var init_DeleteHealthCheckCommand = __esm(() => {
|
|
|
33562
33562
|
};
|
|
33563
33563
|
});
|
|
33564
33564
|
|
|
33565
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteHostedZoneCommand.js
|
|
33565
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteHostedZoneCommand.js
|
|
33566
33566
|
var DeleteHostedZoneCommand;
|
|
33567
33567
|
var init_DeleteHostedZoneCommand = __esm(() => {
|
|
33568
33568
|
init_commandBuilder();
|
|
@@ -33571,7 +33571,7 @@ var init_DeleteHostedZoneCommand = __esm(() => {
|
|
|
33571
33571
|
};
|
|
33572
33572
|
});
|
|
33573
33573
|
|
|
33574
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteKeySigningKeyCommand.js
|
|
33574
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteKeySigningKeyCommand.js
|
|
33575
33575
|
var DeleteKeySigningKeyCommand;
|
|
33576
33576
|
var init_DeleteKeySigningKeyCommand = __esm(() => {
|
|
33577
33577
|
init_commandBuilder();
|
|
@@ -33580,7 +33580,7 @@ var init_DeleteKeySigningKeyCommand = __esm(() => {
|
|
|
33580
33580
|
};
|
|
33581
33581
|
});
|
|
33582
33582
|
|
|
33583
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteQueryLoggingConfigCommand.js
|
|
33583
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteQueryLoggingConfigCommand.js
|
|
33584
33584
|
var DeleteQueryLoggingConfigCommand;
|
|
33585
33585
|
var init_DeleteQueryLoggingConfigCommand = __esm(() => {
|
|
33586
33586
|
init_commandBuilder();
|
|
@@ -33589,7 +33589,7 @@ var init_DeleteQueryLoggingConfigCommand = __esm(() => {
|
|
|
33589
33589
|
};
|
|
33590
33590
|
});
|
|
33591
33591
|
|
|
33592
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteReusableDelegationSetCommand.js
|
|
33592
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteReusableDelegationSetCommand.js
|
|
33593
33593
|
var DeleteReusableDelegationSetCommand;
|
|
33594
33594
|
var init_DeleteReusableDelegationSetCommand = __esm(() => {
|
|
33595
33595
|
init_commandBuilder();
|
|
@@ -33598,7 +33598,7 @@ var init_DeleteReusableDelegationSetCommand = __esm(() => {
|
|
|
33598
33598
|
};
|
|
33599
33599
|
});
|
|
33600
33600
|
|
|
33601
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteTrafficPolicyCommand.js
|
|
33601
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteTrafficPolicyCommand.js
|
|
33602
33602
|
var DeleteTrafficPolicyCommand;
|
|
33603
33603
|
var init_DeleteTrafficPolicyCommand = __esm(() => {
|
|
33604
33604
|
init_commandBuilder();
|
|
@@ -33607,7 +33607,7 @@ var init_DeleteTrafficPolicyCommand = __esm(() => {
|
|
|
33607
33607
|
};
|
|
33608
33608
|
});
|
|
33609
33609
|
|
|
33610
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js
|
|
33610
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js
|
|
33611
33611
|
var DeleteTrafficPolicyInstanceCommand;
|
|
33612
33612
|
var init_DeleteTrafficPolicyInstanceCommand = __esm(() => {
|
|
33613
33613
|
init_commandBuilder();
|
|
@@ -33616,7 +33616,7 @@ var init_DeleteTrafficPolicyInstanceCommand = __esm(() => {
|
|
|
33616
33616
|
};
|
|
33617
33617
|
});
|
|
33618
33618
|
|
|
33619
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js
|
|
33619
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js
|
|
33620
33620
|
var DeleteVPCAssociationAuthorizationCommand;
|
|
33621
33621
|
var init_DeleteVPCAssociationAuthorizationCommand = __esm(() => {
|
|
33622
33622
|
init_commandBuilder();
|
|
@@ -33625,7 +33625,7 @@ var init_DeleteVPCAssociationAuthorizationCommand = __esm(() => {
|
|
|
33625
33625
|
};
|
|
33626
33626
|
});
|
|
33627
33627
|
|
|
33628
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/DisableHostedZoneDNSSECCommand.js
|
|
33628
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DisableHostedZoneDNSSECCommand.js
|
|
33629
33629
|
var DisableHostedZoneDNSSECCommand;
|
|
33630
33630
|
var init_DisableHostedZoneDNSSECCommand = __esm(() => {
|
|
33631
33631
|
init_commandBuilder();
|
|
@@ -33634,7 +33634,7 @@ var init_DisableHostedZoneDNSSECCommand = __esm(() => {
|
|
|
33634
33634
|
};
|
|
33635
33635
|
});
|
|
33636
33636
|
|
|
33637
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js
|
|
33637
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js
|
|
33638
33638
|
var DisassociateVPCFromHostedZoneCommand;
|
|
33639
33639
|
var init_DisassociateVPCFromHostedZoneCommand = __esm(() => {
|
|
33640
33640
|
init_commandBuilder();
|
|
@@ -33643,7 +33643,7 @@ var init_DisassociateVPCFromHostedZoneCommand = __esm(() => {
|
|
|
33643
33643
|
};
|
|
33644
33644
|
});
|
|
33645
33645
|
|
|
33646
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/EnableHostedZoneDNSSECCommand.js
|
|
33646
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/EnableHostedZoneDNSSECCommand.js
|
|
33647
33647
|
var EnableHostedZoneDNSSECCommand;
|
|
33648
33648
|
var init_EnableHostedZoneDNSSECCommand = __esm(() => {
|
|
33649
33649
|
init_commandBuilder();
|
|
@@ -33652,7 +33652,7 @@ var init_EnableHostedZoneDNSSECCommand = __esm(() => {
|
|
|
33652
33652
|
};
|
|
33653
33653
|
});
|
|
33654
33654
|
|
|
33655
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/GetAccountLimitCommand.js
|
|
33655
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetAccountLimitCommand.js
|
|
33656
33656
|
var GetAccountLimitCommand;
|
|
33657
33657
|
var init_GetAccountLimitCommand = __esm(() => {
|
|
33658
33658
|
init_commandBuilder();
|
|
@@ -33661,7 +33661,7 @@ var init_GetAccountLimitCommand = __esm(() => {
|
|
|
33661
33661
|
};
|
|
33662
33662
|
});
|
|
33663
33663
|
|
|
33664
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/GetChangeCommand.js
|
|
33664
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetChangeCommand.js
|
|
33665
33665
|
var GetChangeCommand;
|
|
33666
33666
|
var init_GetChangeCommand = __esm(() => {
|
|
33667
33667
|
init_commandBuilder();
|
|
@@ -33670,7 +33670,7 @@ var init_GetChangeCommand = __esm(() => {
|
|
|
33670
33670
|
};
|
|
33671
33671
|
});
|
|
33672
33672
|
|
|
33673
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/GetCheckerIpRangesCommand.js
|
|
33673
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetCheckerIpRangesCommand.js
|
|
33674
33674
|
var GetCheckerIpRangesCommand;
|
|
33675
33675
|
var init_GetCheckerIpRangesCommand = __esm(() => {
|
|
33676
33676
|
init_commandBuilder();
|
|
@@ -33679,7 +33679,7 @@ var init_GetCheckerIpRangesCommand = __esm(() => {
|
|
|
33679
33679
|
};
|
|
33680
33680
|
});
|
|
33681
33681
|
|
|
33682
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/GetDNSSECCommand.js
|
|
33682
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetDNSSECCommand.js
|
|
33683
33683
|
var GetDNSSECCommand;
|
|
33684
33684
|
var init_GetDNSSECCommand = __esm(() => {
|
|
33685
33685
|
init_commandBuilder();
|
|
@@ -33688,7 +33688,7 @@ var init_GetDNSSECCommand = __esm(() => {
|
|
|
33688
33688
|
};
|
|
33689
33689
|
});
|
|
33690
33690
|
|
|
33691
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/GetGeoLocationCommand.js
|
|
33691
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetGeoLocationCommand.js
|
|
33692
33692
|
var GetGeoLocationCommand;
|
|
33693
33693
|
var init_GetGeoLocationCommand = __esm(() => {
|
|
33694
33694
|
init_commandBuilder();
|
|
@@ -33697,7 +33697,7 @@ var init_GetGeoLocationCommand = __esm(() => {
|
|
|
33697
33697
|
};
|
|
33698
33698
|
});
|
|
33699
33699
|
|
|
33700
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckCommand.js
|
|
33700
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckCommand.js
|
|
33701
33701
|
var GetHealthCheckCommand;
|
|
33702
33702
|
var init_GetHealthCheckCommand = __esm(() => {
|
|
33703
33703
|
init_commandBuilder();
|
|
@@ -33706,7 +33706,7 @@ var init_GetHealthCheckCommand = __esm(() => {
|
|
|
33706
33706
|
};
|
|
33707
33707
|
});
|
|
33708
33708
|
|
|
33709
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckCountCommand.js
|
|
33709
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckCountCommand.js
|
|
33710
33710
|
var GetHealthCheckCountCommand;
|
|
33711
33711
|
var init_GetHealthCheckCountCommand = __esm(() => {
|
|
33712
33712
|
init_commandBuilder();
|
|
@@ -33715,7 +33715,7 @@ var init_GetHealthCheckCountCommand = __esm(() => {
|
|
|
33715
33715
|
};
|
|
33716
33716
|
});
|
|
33717
33717
|
|
|
33718
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js
|
|
33718
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js
|
|
33719
33719
|
var GetHealthCheckLastFailureReasonCommand;
|
|
33720
33720
|
var init_GetHealthCheckLastFailureReasonCommand = __esm(() => {
|
|
33721
33721
|
init_commandBuilder();
|
|
@@ -33724,7 +33724,7 @@ var init_GetHealthCheckLastFailureReasonCommand = __esm(() => {
|
|
|
33724
33724
|
};
|
|
33725
33725
|
});
|
|
33726
33726
|
|
|
33727
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckStatusCommand.js
|
|
33727
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckStatusCommand.js
|
|
33728
33728
|
var GetHealthCheckStatusCommand;
|
|
33729
33729
|
var init_GetHealthCheckStatusCommand = __esm(() => {
|
|
33730
33730
|
init_commandBuilder();
|
|
@@ -33733,7 +33733,7 @@ var init_GetHealthCheckStatusCommand = __esm(() => {
|
|
|
33733
33733
|
};
|
|
33734
33734
|
});
|
|
33735
33735
|
|
|
33736
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHostedZoneCommand.js
|
|
33736
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHostedZoneCommand.js
|
|
33737
33737
|
var GetHostedZoneCommand;
|
|
33738
33738
|
var init_GetHostedZoneCommand = __esm(() => {
|
|
33739
33739
|
init_commandBuilder();
|
|
@@ -33742,7 +33742,7 @@ var init_GetHostedZoneCommand = __esm(() => {
|
|
|
33742
33742
|
};
|
|
33743
33743
|
});
|
|
33744
33744
|
|
|
33745
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHostedZoneCountCommand.js
|
|
33745
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHostedZoneCountCommand.js
|
|
33746
33746
|
var GetHostedZoneCountCommand;
|
|
33747
33747
|
var init_GetHostedZoneCountCommand = __esm(() => {
|
|
33748
33748
|
init_commandBuilder();
|
|
@@ -33751,7 +33751,7 @@ var init_GetHostedZoneCountCommand = __esm(() => {
|
|
|
33751
33751
|
};
|
|
33752
33752
|
});
|
|
33753
33753
|
|
|
33754
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHostedZoneLimitCommand.js
|
|
33754
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHostedZoneLimitCommand.js
|
|
33755
33755
|
var GetHostedZoneLimitCommand;
|
|
33756
33756
|
var init_GetHostedZoneLimitCommand = __esm(() => {
|
|
33757
33757
|
init_commandBuilder();
|
|
@@ -33760,7 +33760,7 @@ var init_GetHostedZoneLimitCommand = __esm(() => {
|
|
|
33760
33760
|
};
|
|
33761
33761
|
});
|
|
33762
33762
|
|
|
33763
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/GetQueryLoggingConfigCommand.js
|
|
33763
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetQueryLoggingConfigCommand.js
|
|
33764
33764
|
var GetQueryLoggingConfigCommand;
|
|
33765
33765
|
var init_GetQueryLoggingConfigCommand = __esm(() => {
|
|
33766
33766
|
init_commandBuilder();
|
|
@@ -33769,7 +33769,7 @@ var init_GetQueryLoggingConfigCommand = __esm(() => {
|
|
|
33769
33769
|
};
|
|
33770
33770
|
});
|
|
33771
33771
|
|
|
33772
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/GetReusableDelegationSetCommand.js
|
|
33772
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetReusableDelegationSetCommand.js
|
|
33773
33773
|
var GetReusableDelegationSetCommand;
|
|
33774
33774
|
var init_GetReusableDelegationSetCommand = __esm(() => {
|
|
33775
33775
|
init_commandBuilder();
|
|
@@ -33778,7 +33778,7 @@ var init_GetReusableDelegationSetCommand = __esm(() => {
|
|
|
33778
33778
|
};
|
|
33779
33779
|
});
|
|
33780
33780
|
|
|
33781
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/GetReusableDelegationSetLimitCommand.js
|
|
33781
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetReusableDelegationSetLimitCommand.js
|
|
33782
33782
|
var GetReusableDelegationSetLimitCommand;
|
|
33783
33783
|
var init_GetReusableDelegationSetLimitCommand = __esm(() => {
|
|
33784
33784
|
init_commandBuilder();
|
|
@@ -33787,7 +33787,7 @@ var init_GetReusableDelegationSetLimitCommand = __esm(() => {
|
|
|
33787
33787
|
};
|
|
33788
33788
|
});
|
|
33789
33789
|
|
|
33790
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/GetTrafficPolicyCommand.js
|
|
33790
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetTrafficPolicyCommand.js
|
|
33791
33791
|
var GetTrafficPolicyCommand;
|
|
33792
33792
|
var init_GetTrafficPolicyCommand = __esm(() => {
|
|
33793
33793
|
init_commandBuilder();
|
|
@@ -33796,7 +33796,7 @@ var init_GetTrafficPolicyCommand = __esm(() => {
|
|
|
33796
33796
|
};
|
|
33797
33797
|
});
|
|
33798
33798
|
|
|
33799
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/GetTrafficPolicyInstanceCommand.js
|
|
33799
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetTrafficPolicyInstanceCommand.js
|
|
33800
33800
|
var GetTrafficPolicyInstanceCommand;
|
|
33801
33801
|
var init_GetTrafficPolicyInstanceCommand = __esm(() => {
|
|
33802
33802
|
init_commandBuilder();
|
|
@@ -33805,7 +33805,7 @@ var init_GetTrafficPolicyInstanceCommand = __esm(() => {
|
|
|
33805
33805
|
};
|
|
33806
33806
|
});
|
|
33807
33807
|
|
|
33808
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js
|
|
33808
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js
|
|
33809
33809
|
var GetTrafficPolicyInstanceCountCommand;
|
|
33810
33810
|
var init_GetTrafficPolicyInstanceCountCommand = __esm(() => {
|
|
33811
33811
|
init_commandBuilder();
|
|
@@ -33814,7 +33814,7 @@ var init_GetTrafficPolicyInstanceCountCommand = __esm(() => {
|
|
|
33814
33814
|
};
|
|
33815
33815
|
});
|
|
33816
33816
|
|
|
33817
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ListCidrBlocksCommand.js
|
|
33817
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListCidrBlocksCommand.js
|
|
33818
33818
|
var ListCidrBlocksCommand;
|
|
33819
33819
|
var init_ListCidrBlocksCommand = __esm(() => {
|
|
33820
33820
|
init_commandBuilder();
|
|
@@ -33823,7 +33823,7 @@ var init_ListCidrBlocksCommand = __esm(() => {
|
|
|
33823
33823
|
};
|
|
33824
33824
|
});
|
|
33825
33825
|
|
|
33826
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ListCidrCollectionsCommand.js
|
|
33826
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListCidrCollectionsCommand.js
|
|
33827
33827
|
var ListCidrCollectionsCommand;
|
|
33828
33828
|
var init_ListCidrCollectionsCommand = __esm(() => {
|
|
33829
33829
|
init_commandBuilder();
|
|
@@ -33832,7 +33832,7 @@ var init_ListCidrCollectionsCommand = __esm(() => {
|
|
|
33832
33832
|
};
|
|
33833
33833
|
});
|
|
33834
33834
|
|
|
33835
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ListCidrLocationsCommand.js
|
|
33835
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListCidrLocationsCommand.js
|
|
33836
33836
|
var ListCidrLocationsCommand;
|
|
33837
33837
|
var init_ListCidrLocationsCommand = __esm(() => {
|
|
33838
33838
|
init_commandBuilder();
|
|
@@ -33841,7 +33841,7 @@ var init_ListCidrLocationsCommand = __esm(() => {
|
|
|
33841
33841
|
};
|
|
33842
33842
|
});
|
|
33843
33843
|
|
|
33844
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ListGeoLocationsCommand.js
|
|
33844
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListGeoLocationsCommand.js
|
|
33845
33845
|
var ListGeoLocationsCommand;
|
|
33846
33846
|
var init_ListGeoLocationsCommand = __esm(() => {
|
|
33847
33847
|
init_commandBuilder();
|
|
@@ -33850,7 +33850,7 @@ var init_ListGeoLocationsCommand = __esm(() => {
|
|
|
33850
33850
|
};
|
|
33851
33851
|
});
|
|
33852
33852
|
|
|
33853
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHealthChecksCommand.js
|
|
33853
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHealthChecksCommand.js
|
|
33854
33854
|
var ListHealthChecksCommand;
|
|
33855
33855
|
var init_ListHealthChecksCommand = __esm(() => {
|
|
33856
33856
|
init_commandBuilder();
|
|
@@ -33859,7 +33859,7 @@ var init_ListHealthChecksCommand = __esm(() => {
|
|
|
33859
33859
|
};
|
|
33860
33860
|
});
|
|
33861
33861
|
|
|
33862
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHostedZonesByNameCommand.js
|
|
33862
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHostedZonesByNameCommand.js
|
|
33863
33863
|
var ListHostedZonesByNameCommand;
|
|
33864
33864
|
var init_ListHostedZonesByNameCommand = __esm(() => {
|
|
33865
33865
|
init_commandBuilder();
|
|
@@ -33868,7 +33868,7 @@ var init_ListHostedZonesByNameCommand = __esm(() => {
|
|
|
33868
33868
|
};
|
|
33869
33869
|
});
|
|
33870
33870
|
|
|
33871
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHostedZonesByVPCCommand.js
|
|
33871
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHostedZonesByVPCCommand.js
|
|
33872
33872
|
var ListHostedZonesByVPCCommand;
|
|
33873
33873
|
var init_ListHostedZonesByVPCCommand = __esm(() => {
|
|
33874
33874
|
init_commandBuilder();
|
|
@@ -33877,7 +33877,7 @@ var init_ListHostedZonesByVPCCommand = __esm(() => {
|
|
|
33877
33877
|
};
|
|
33878
33878
|
});
|
|
33879
33879
|
|
|
33880
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHostedZonesCommand.js
|
|
33880
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHostedZonesCommand.js
|
|
33881
33881
|
var ListHostedZonesCommand;
|
|
33882
33882
|
var init_ListHostedZonesCommand = __esm(() => {
|
|
33883
33883
|
init_commandBuilder();
|
|
@@ -33886,7 +33886,7 @@ var init_ListHostedZonesCommand = __esm(() => {
|
|
|
33886
33886
|
};
|
|
33887
33887
|
});
|
|
33888
33888
|
|
|
33889
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ListQueryLoggingConfigsCommand.js
|
|
33889
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListQueryLoggingConfigsCommand.js
|
|
33890
33890
|
var ListQueryLoggingConfigsCommand;
|
|
33891
33891
|
var init_ListQueryLoggingConfigsCommand = __esm(() => {
|
|
33892
33892
|
init_commandBuilder();
|
|
@@ -33895,7 +33895,7 @@ var init_ListQueryLoggingConfigsCommand = __esm(() => {
|
|
|
33895
33895
|
};
|
|
33896
33896
|
});
|
|
33897
33897
|
|
|
33898
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ListResourceRecordSetsCommand.js
|
|
33898
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListResourceRecordSetsCommand.js
|
|
33899
33899
|
var ListResourceRecordSetsCommand;
|
|
33900
33900
|
var init_ListResourceRecordSetsCommand = __esm(() => {
|
|
33901
33901
|
init_commandBuilder();
|
|
@@ -33904,7 +33904,7 @@ var init_ListResourceRecordSetsCommand = __esm(() => {
|
|
|
33904
33904
|
};
|
|
33905
33905
|
});
|
|
33906
33906
|
|
|
33907
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ListReusableDelegationSetsCommand.js
|
|
33907
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListReusableDelegationSetsCommand.js
|
|
33908
33908
|
var ListReusableDelegationSetsCommand;
|
|
33909
33909
|
var init_ListReusableDelegationSetsCommand = __esm(() => {
|
|
33910
33910
|
init_commandBuilder();
|
|
@@ -33913,7 +33913,7 @@ var init_ListReusableDelegationSetsCommand = __esm(() => {
|
|
|
33913
33913
|
};
|
|
33914
33914
|
});
|
|
33915
33915
|
|
|
33916
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTagsForResourceCommand.js
|
|
33916
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTagsForResourceCommand.js
|
|
33917
33917
|
var ListTagsForResourceCommand;
|
|
33918
33918
|
var init_ListTagsForResourceCommand = __esm(() => {
|
|
33919
33919
|
init_commandBuilder();
|
|
@@ -33922,7 +33922,7 @@ var init_ListTagsForResourceCommand = __esm(() => {
|
|
|
33922
33922
|
};
|
|
33923
33923
|
});
|
|
33924
33924
|
|
|
33925
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTagsForResourcesCommand.js
|
|
33925
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTagsForResourcesCommand.js
|
|
33926
33926
|
var ListTagsForResourcesCommand;
|
|
33927
33927
|
var init_ListTagsForResourcesCommand = __esm(() => {
|
|
33928
33928
|
init_commandBuilder();
|
|
@@ -33931,7 +33931,7 @@ var init_ListTagsForResourcesCommand = __esm(() => {
|
|
|
33931
33931
|
};
|
|
33932
33932
|
});
|
|
33933
33933
|
|
|
33934
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPoliciesCommand.js
|
|
33934
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPoliciesCommand.js
|
|
33935
33935
|
var ListTrafficPoliciesCommand;
|
|
33936
33936
|
var init_ListTrafficPoliciesCommand = __esm(() => {
|
|
33937
33937
|
init_commandBuilder();
|
|
@@ -33940,7 +33940,7 @@ var init_ListTrafficPoliciesCommand = __esm(() => {
|
|
|
33940
33940
|
};
|
|
33941
33941
|
});
|
|
33942
33942
|
|
|
33943
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js
|
|
33943
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js
|
|
33944
33944
|
var ListTrafficPolicyInstancesByHostedZoneCommand;
|
|
33945
33945
|
var init_ListTrafficPolicyInstancesByHostedZoneCommand = __esm(() => {
|
|
33946
33946
|
init_commandBuilder();
|
|
@@ -33949,7 +33949,7 @@ var init_ListTrafficPolicyInstancesByHostedZoneCommand = __esm(() => {
|
|
|
33949
33949
|
};
|
|
33950
33950
|
});
|
|
33951
33951
|
|
|
33952
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js
|
|
33952
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js
|
|
33953
33953
|
var ListTrafficPolicyInstancesByPolicyCommand;
|
|
33954
33954
|
var init_ListTrafficPolicyInstancesByPolicyCommand = __esm(() => {
|
|
33955
33955
|
init_commandBuilder();
|
|
@@ -33958,7 +33958,7 @@ var init_ListTrafficPolicyInstancesByPolicyCommand = __esm(() => {
|
|
|
33958
33958
|
};
|
|
33959
33959
|
});
|
|
33960
33960
|
|
|
33961
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyInstancesCommand.js
|
|
33961
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyInstancesCommand.js
|
|
33962
33962
|
var ListTrafficPolicyInstancesCommand;
|
|
33963
33963
|
var init_ListTrafficPolicyInstancesCommand = __esm(() => {
|
|
33964
33964
|
init_commandBuilder();
|
|
@@ -33967,7 +33967,7 @@ var init_ListTrafficPolicyInstancesCommand = __esm(() => {
|
|
|
33967
33967
|
};
|
|
33968
33968
|
});
|
|
33969
33969
|
|
|
33970
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyVersionsCommand.js
|
|
33970
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyVersionsCommand.js
|
|
33971
33971
|
var ListTrafficPolicyVersionsCommand;
|
|
33972
33972
|
var init_ListTrafficPolicyVersionsCommand = __esm(() => {
|
|
33973
33973
|
init_commandBuilder();
|
|
@@ -33976,7 +33976,7 @@ var init_ListTrafficPolicyVersionsCommand = __esm(() => {
|
|
|
33976
33976
|
};
|
|
33977
33977
|
});
|
|
33978
33978
|
|
|
33979
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js
|
|
33979
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js
|
|
33980
33980
|
var ListVPCAssociationAuthorizationsCommand;
|
|
33981
33981
|
var init_ListVPCAssociationAuthorizationsCommand = __esm(() => {
|
|
33982
33982
|
init_commandBuilder();
|
|
@@ -33985,7 +33985,7 @@ var init_ListVPCAssociationAuthorizationsCommand = __esm(() => {
|
|
|
33985
33985
|
};
|
|
33986
33986
|
});
|
|
33987
33987
|
|
|
33988
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/TestDNSAnswerCommand.js
|
|
33988
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/TestDNSAnswerCommand.js
|
|
33989
33989
|
var TestDNSAnswerCommand;
|
|
33990
33990
|
var init_TestDNSAnswerCommand = __esm(() => {
|
|
33991
33991
|
init_commandBuilder();
|
|
@@ -33994,7 +33994,7 @@ var init_TestDNSAnswerCommand = __esm(() => {
|
|
|
33994
33994
|
};
|
|
33995
33995
|
});
|
|
33996
33996
|
|
|
33997
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateHealthCheckCommand.js
|
|
33997
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateHealthCheckCommand.js
|
|
33998
33998
|
var UpdateHealthCheckCommand;
|
|
33999
33999
|
var init_UpdateHealthCheckCommand = __esm(() => {
|
|
34000
34000
|
init_commandBuilder();
|
|
@@ -34003,7 +34003,7 @@ var init_UpdateHealthCheckCommand = __esm(() => {
|
|
|
34003
34003
|
};
|
|
34004
34004
|
});
|
|
34005
34005
|
|
|
34006
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateHostedZoneCommentCommand.js
|
|
34006
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateHostedZoneCommentCommand.js
|
|
34007
34007
|
var UpdateHostedZoneCommentCommand;
|
|
34008
34008
|
var init_UpdateHostedZoneCommentCommand = __esm(() => {
|
|
34009
34009
|
init_commandBuilder();
|
|
@@ -34012,7 +34012,7 @@ var init_UpdateHostedZoneCommentCommand = __esm(() => {
|
|
|
34012
34012
|
};
|
|
34013
34013
|
});
|
|
34014
34014
|
|
|
34015
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateHostedZoneFeaturesCommand.js
|
|
34015
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateHostedZoneFeaturesCommand.js
|
|
34016
34016
|
var UpdateHostedZoneFeaturesCommand;
|
|
34017
34017
|
var init_UpdateHostedZoneFeaturesCommand = __esm(() => {
|
|
34018
34018
|
init_commandBuilder();
|
|
@@ -34021,7 +34021,7 @@ var init_UpdateHostedZoneFeaturesCommand = __esm(() => {
|
|
|
34021
34021
|
};
|
|
34022
34022
|
});
|
|
34023
34023
|
|
|
34024
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateTrafficPolicyCommentCommand.js
|
|
34024
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateTrafficPolicyCommentCommand.js
|
|
34025
34025
|
var UpdateTrafficPolicyCommentCommand;
|
|
34026
34026
|
var init_UpdateTrafficPolicyCommentCommand = __esm(() => {
|
|
34027
34027
|
init_commandBuilder();
|
|
@@ -34030,7 +34030,7 @@ var init_UpdateTrafficPolicyCommentCommand = __esm(() => {
|
|
|
34030
34030
|
};
|
|
34031
34031
|
});
|
|
34032
34032
|
|
|
34033
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js
|
|
34033
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js
|
|
34034
34034
|
var UpdateTrafficPolicyInstanceCommand;
|
|
34035
34035
|
var init_UpdateTrafficPolicyInstanceCommand = __esm(() => {
|
|
34036
34036
|
init_commandBuilder();
|
|
@@ -34039,7 +34039,7 @@ var init_UpdateTrafficPolicyInstanceCommand = __esm(() => {
|
|
|
34039
34039
|
};
|
|
34040
34040
|
});
|
|
34041
34041
|
|
|
34042
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListCidrBlocksPaginator.js
|
|
34042
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListCidrBlocksPaginator.js
|
|
34043
34043
|
var import_core2, paginateListCidrBlocks;
|
|
34044
34044
|
var init_ListCidrBlocksPaginator = __esm(() => {
|
|
34045
34045
|
init_ListCidrBlocksCommand();
|
|
@@ -34048,7 +34048,7 @@ var init_ListCidrBlocksPaginator = __esm(() => {
|
|
|
34048
34048
|
paginateListCidrBlocks = import_core2.createPaginator(Route53Client, ListCidrBlocksCommand, "NextToken", "NextToken", "MaxResults");
|
|
34049
34049
|
});
|
|
34050
34050
|
|
|
34051
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListCidrCollectionsPaginator.js
|
|
34051
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListCidrCollectionsPaginator.js
|
|
34052
34052
|
var import_core3, paginateListCidrCollections;
|
|
34053
34053
|
var init_ListCidrCollectionsPaginator = __esm(() => {
|
|
34054
34054
|
init_ListCidrCollectionsCommand();
|
|
@@ -34057,7 +34057,7 @@ var init_ListCidrCollectionsPaginator = __esm(() => {
|
|
|
34057
34057
|
paginateListCidrCollections = import_core3.createPaginator(Route53Client, ListCidrCollectionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
34058
34058
|
});
|
|
34059
34059
|
|
|
34060
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListCidrLocationsPaginator.js
|
|
34060
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListCidrLocationsPaginator.js
|
|
34061
34061
|
var import_core4, paginateListCidrLocations;
|
|
34062
34062
|
var init_ListCidrLocationsPaginator = __esm(() => {
|
|
34063
34063
|
init_ListCidrLocationsCommand();
|
|
@@ -34066,7 +34066,7 @@ var init_ListCidrLocationsPaginator = __esm(() => {
|
|
|
34066
34066
|
paginateListCidrLocations = import_core4.createPaginator(Route53Client, ListCidrLocationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
34067
34067
|
});
|
|
34068
34068
|
|
|
34069
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListHealthChecksPaginator.js
|
|
34069
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListHealthChecksPaginator.js
|
|
34070
34070
|
var import_core5, paginateListHealthChecks;
|
|
34071
34071
|
var init_ListHealthChecksPaginator = __esm(() => {
|
|
34072
34072
|
init_ListHealthChecksCommand();
|
|
@@ -34075,7 +34075,7 @@ var init_ListHealthChecksPaginator = __esm(() => {
|
|
|
34075
34075
|
paginateListHealthChecks = import_core5.createPaginator(Route53Client, ListHealthChecksCommand, "Marker", "NextMarker", "MaxItems");
|
|
34076
34076
|
});
|
|
34077
34077
|
|
|
34078
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListHostedZonesPaginator.js
|
|
34078
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListHostedZonesPaginator.js
|
|
34079
34079
|
var import_core6, paginateListHostedZones;
|
|
34080
34080
|
var init_ListHostedZonesPaginator = __esm(() => {
|
|
34081
34081
|
init_ListHostedZonesCommand();
|
|
@@ -34084,7 +34084,7 @@ var init_ListHostedZonesPaginator = __esm(() => {
|
|
|
34084
34084
|
paginateListHostedZones = import_core6.createPaginator(Route53Client, ListHostedZonesCommand, "Marker", "NextMarker", "MaxItems");
|
|
34085
34085
|
});
|
|
34086
34086
|
|
|
34087
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListQueryLoggingConfigsPaginator.js
|
|
34087
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListQueryLoggingConfigsPaginator.js
|
|
34088
34088
|
var import_core7, paginateListQueryLoggingConfigs;
|
|
34089
34089
|
var init_ListQueryLoggingConfigsPaginator = __esm(() => {
|
|
34090
34090
|
init_ListQueryLoggingConfigsCommand();
|
|
@@ -34093,7 +34093,7 @@ var init_ListQueryLoggingConfigsPaginator = __esm(() => {
|
|
|
34093
34093
|
paginateListQueryLoggingConfigs = import_core7.createPaginator(Route53Client, ListQueryLoggingConfigsCommand, "NextToken", "NextToken", "MaxResults");
|
|
34094
34094
|
});
|
|
34095
34095
|
|
|
34096
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/waiters/waitForResourceRecordSetsChanged.js
|
|
34096
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/waiters/waitForResourceRecordSetsChanged.js
|
|
34097
34097
|
var import_client26, checkState = async (client, input) => {
|
|
34098
34098
|
let reason;
|
|
34099
34099
|
try {
|
|
@@ -34121,7 +34121,7 @@ var init_waitForResourceRecordSetsChanged = __esm(() => {
|
|
|
34121
34121
|
import_client26 = __toESM(require_client(), 1);
|
|
34122
34122
|
});
|
|
34123
34123
|
|
|
34124
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/Route53.js
|
|
34124
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/Route53.js
|
|
34125
34125
|
var import_client27, commands2, paginators, waiters, Route53;
|
|
34126
34126
|
var init_Route53 = __esm(() => {
|
|
34127
34127
|
init_ActivateKeySigningKeyCommand();
|
|
@@ -34293,7 +34293,7 @@ var init_Route53 = __esm(() => {
|
|
|
34293
34293
|
import_client27.createAggregatedClient(commands2, Route53, { paginators, waiters });
|
|
34294
34294
|
});
|
|
34295
34295
|
|
|
34296
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/commands/index.js
|
|
34296
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/index.js
|
|
34297
34297
|
var init_commands = __esm(() => {
|
|
34298
34298
|
init_ActivateKeySigningKeyCommand();
|
|
34299
34299
|
init_AssociateVPCWithHostedZoneCommand();
|
|
@@ -34368,10 +34368,10 @@ var init_commands = __esm(() => {
|
|
|
34368
34368
|
init_UpdateTrafficPolicyInstanceCommand();
|
|
34369
34369
|
});
|
|
34370
34370
|
|
|
34371
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/pagination/Interfaces.js
|
|
34371
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/pagination/Interfaces.js
|
|
34372
34372
|
var init_Interfaces = () => {};
|
|
34373
34373
|
|
|
34374
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/pagination/index.js
|
|
34374
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/pagination/index.js
|
|
34375
34375
|
var init_pagination = __esm(() => {
|
|
34376
34376
|
init_Interfaces();
|
|
34377
34377
|
init_ListCidrBlocksPaginator();
|
|
@@ -34382,31 +34382,31 @@ var init_pagination = __esm(() => {
|
|
|
34382
34382
|
init_ListQueryLoggingConfigsPaginator();
|
|
34383
34383
|
});
|
|
34384
34384
|
|
|
34385
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/waiters/index.js
|
|
34385
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/waiters/index.js
|
|
34386
34386
|
var init_waiters = __esm(() => {
|
|
34387
34387
|
init_waitForResourceRecordSetsChanged();
|
|
34388
34388
|
});
|
|
34389
34389
|
|
|
34390
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/models/enums.js
|
|
34390
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/models/enums.js
|
|
34391
34391
|
var init_enums = () => {};
|
|
34392
34392
|
|
|
34393
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/models/models_0.js
|
|
34393
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/models/models_0.js
|
|
34394
34394
|
var init_models_0 = () => {};
|
|
34395
34395
|
|
|
34396
|
-
// node_modules/@aws-sdk/client-route-53/dist-es/index.js
|
|
34396
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/index.js
|
|
34397
34397
|
var init_dist_es12 = __esm(() => {
|
|
34398
34398
|
init_Route53Client();
|
|
34399
34399
|
init_Route53();
|
|
34400
34400
|
init_commands();
|
|
34401
|
+
init_schemas_0();
|
|
34401
34402
|
init_pagination();
|
|
34402
34403
|
init_waiters();
|
|
34403
|
-
init_schemas_0();
|
|
34404
34404
|
init_enums();
|
|
34405
34405
|
init_errors();
|
|
34406
34406
|
init_models_0();
|
|
34407
34407
|
});
|
|
34408
34408
|
|
|
34409
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/auth/httpAuthSchemeProvider.js
|
|
34409
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/auth/httpAuthSchemeProvider.js
|
|
34410
34410
|
function createAwsAuthSigv4HttpAuthOption3(authParameters) {
|
|
34411
34411
|
return {
|
|
34412
34412
|
schemeId: "aws.auth#sigv4",
|
|
@@ -34448,7 +34448,7 @@ var init_httpAuthSchemeProvider2 = __esm(() => {
|
|
|
34448
34448
|
import_client29 = __toESM(require_client(), 1);
|
|
34449
34449
|
});
|
|
34450
34450
|
|
|
34451
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/endpoint/EndpointParameters.js
|
|
34451
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/endpoint/EndpointParameters.js
|
|
34452
34452
|
var resolveClientEndpointParameters3 = (options) => {
|
|
34453
34453
|
return Object.assign(options, {
|
|
34454
34454
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
@@ -34465,12 +34465,12 @@ var init_EndpointParameters2 = __esm(() => {
|
|
|
34465
34465
|
};
|
|
34466
34466
|
});
|
|
34467
34467
|
|
|
34468
|
-
// node_modules/@aws-sdk/client-route-53-domains/package.json
|
|
34468
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/package.json
|
|
34469
34469
|
var package_default2;
|
|
34470
34470
|
var init_package2 = __esm(() => {
|
|
34471
34471
|
package_default2 = {
|
|
34472
34472
|
name: "@aws-sdk/client-route-53-domains",
|
|
34473
|
-
version: "3.
|
|
34473
|
+
version: "3.1106.0",
|
|
34474
34474
|
description: "AWS SDK for JavaScript Route 53 Domains Client for Node.js, Browser and React Native",
|
|
34475
34475
|
homepage: "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-route-53-domains",
|
|
34476
34476
|
license: "Apache-2.0",
|
|
@@ -34515,12 +34515,12 @@ var init_package2 = __esm(() => {
|
|
|
34515
34515
|
"generate:client": "node ../../scripts/generate-clients/single-service",
|
|
34516
34516
|
"test:e2e": "yarn g:vitest run -c vitest.config.e2e.mts",
|
|
34517
34517
|
"test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts",
|
|
34518
|
-
"test:index": "tsc
|
|
34518
|
+
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
34519
34519
|
},
|
|
34520
34520
|
dependencies: {
|
|
34521
|
-
"@aws-sdk/core": "^3.977.
|
|
34522
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
34523
|
-
"@aws-sdk/types": "^3.974.
|
|
34521
|
+
"@aws-sdk/core": "^3.977.6",
|
|
34522
|
+
"@aws-sdk/credential-provider-node": "^3.972.78",
|
|
34523
|
+
"@aws-sdk/types": "^3.974.2",
|
|
34524
34524
|
"@smithy/core": "^3.31.1",
|
|
34525
34525
|
"@smithy/fetch-http-handler": "^5.6.13",
|
|
34526
34526
|
"@smithy/node-http-handler": "^4.9.13",
|
|
@@ -34533,7 +34533,7 @@ var init_package2 = __esm(() => {
|
|
|
34533
34533
|
concurrently: "7.0.0",
|
|
34534
34534
|
"downlevel-dts": "0.10.1",
|
|
34535
34535
|
premove: "4.0.0",
|
|
34536
|
-
typescript: "~
|
|
34536
|
+
typescript: "~5.8.3"
|
|
34537
34537
|
},
|
|
34538
34538
|
engines: {
|
|
34539
34539
|
node: ">=20.0.0"
|
|
@@ -34541,7 +34541,7 @@ var init_package2 = __esm(() => {
|
|
|
34541
34541
|
};
|
|
34542
34542
|
});
|
|
34543
34543
|
|
|
34544
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/endpoint/bdd.js
|
|
34544
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/endpoint/bdd.js
|
|
34545
34545
|
var import_endpoints5, k3 = "ref", a3 = -1, b3 = true, c3 = "isSet", d3 = "PartitionResult", e3 = "booleanEquals", f3 = "getAttr", g3, h3, i3, j3, _data3, root3 = 2, r3 = 1e8, nodes3, bdd3;
|
|
34546
34546
|
var init_bdd2 = __esm(() => {
|
|
34547
34547
|
import_endpoints5 = __toESM(require_endpoints(), 1);
|
|
@@ -34618,7 +34618,7 @@ var init_bdd2 = __esm(() => {
|
|
|
34618
34618
|
bdd3 = import_endpoints5.BinaryDecisionDiagram.from(nodes3, root3, _data3.conditions, _data3.results);
|
|
34619
34619
|
});
|
|
34620
34620
|
|
|
34621
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/endpoint/endpointResolver.js
|
|
34621
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/endpoint/endpointResolver.js
|
|
34622
34622
|
var import_client30, import_endpoints6, cache3, defaultEndpointResolver3 = (endpointParams, context = {}) => {
|
|
34623
34623
|
return cache3.get(endpointParams, () => import_endpoints6.decideEndpoint(bdd3, {
|
|
34624
34624
|
endpointParams,
|
|
@@ -34636,7 +34636,7 @@ var init_endpointResolver2 = __esm(() => {
|
|
|
34636
34636
|
import_endpoints6.customEndpointFunctions.aws = import_client30.awsEndpointFunctions;
|
|
34637
34637
|
});
|
|
34638
34638
|
|
|
34639
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/models/Route53DomainsServiceException.js
|
|
34639
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/models/Route53DomainsServiceException.js
|
|
34640
34640
|
var import_client31, Route53DomainsServiceException;
|
|
34641
34641
|
var init_Route53DomainsServiceException = __esm(() => {
|
|
34642
34642
|
import_client31 = __toESM(require_client(), 1);
|
|
@@ -34648,7 +34648,7 @@ var init_Route53DomainsServiceException = __esm(() => {
|
|
|
34648
34648
|
};
|
|
34649
34649
|
});
|
|
34650
34650
|
|
|
34651
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/models/errors.js
|
|
34651
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/models/errors.js
|
|
34652
34652
|
var DomainLimitExceeded, InvalidInput2, OperationLimitExceeded, UnsupportedTLD, DnssecLimitExceeded, DuplicateRequest, TLDRulesViolation, TLDInMaintenance;
|
|
34653
34653
|
var init_errors2 = __esm(() => {
|
|
34654
34654
|
init_Route53DomainsServiceException();
|
|
@@ -34754,7 +34754,7 @@ var init_errors2 = __esm(() => {
|
|
|
34754
34754
|
};
|
|
34755
34755
|
});
|
|
34756
34756
|
|
|
34757
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/schemas/schemas_0.js
|
|
34757
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/schemas/schemas_0.js
|
|
34758
34758
|
var import_schema3, _A2 = "Availability", _AC = "AuthCode", _ACE = "AbuseContactEmail", _ACP = "AbuseContactPhone", _ACd = "AdminContact", _ADSTD = "AssociateDelegationSignerToDomain", _ADSTDR = "AssociateDelegationSignerToDomainRequest", _ADSTDRs = "AssociateDelegationSignerToDomainResponse", _ADTFAAA = "AcceptDomainTransferFromAnotherAwsAccount", _ADTFAAAR = "AcceptDomainTransferFromAnotherAwsAccountRequest", _ADTFAAARc = "AcceptDomainTransferFromAnotherAwsAccountResponse", _AI2 = "AccountId", _AL2 = "AddressLine", _ALd = "AddressLine1", _ALdd = "AddressLine2", _AP = "AdminPrivacy", _AR2 = "AutoRenew", _Al = "Algorithm", _BC = "BillingContact", _BD = "BillDate", _BP = "BillingPrivacy", _BR = "BillingRecord", _BRi = "BillingRecords", _C2 = "City", _CC2 = "CountryCode", _CD2 = "ContactDetail", _CDA = "CheckDomainAvailability", _CDAR = "CheckDomainAvailabilityRequest", _CDARh = "CheckDomainAvailabilityResponse", _CDT = "CheckDomainTransferability", _CDTR = "CheckDomainTransferabilityRequest", _CDTRh = "CheckDomainTransferabilityResponse", _CDTTAAA = "CancelDomainTransferToAnotherAwsAccount", _CDTTAAAR = "CancelDomainTransferToAnotherAwsAccountRequest", _CDTTAAARa = "CancelDomainTransferToAnotherAwsAccountResponse", _CDr = "CreationDate", _CEY = "CurrentExpiryYear", _CN2 = "ContactName", _CNo2 = "ContactNumber", _COP = "ChangeOwnershipPrice", _CT2 = "ContactType", _Co2 = "Consent", _Cu = "Currency", _D2 = "Digest", _DAC = "DomainAuthCode", _DD = "DeleteDomain", _DDAR = "DisableDomainAutoRenew", _DDARR = "DisableDomainAutoRenewRequest", _DDARRi = "DisableDomainAutoRenewResponse", _DDR = "DeleteDomainRequest", _DDRe = "DeleteDomainResponse", _DDSFD = "DisassociateDelegationSignerFromDomain", _DDSFDR = "DisassociateDelegationSignerFromDomainRequest", _DDSFDRi = "DisassociateDelegationSignerFromDomainResponse", _DDTL = "DisableDomainTransferLock", _DDTLR = "DisableDomainTransferLockRequest", _DDTLRi = "DisableDomainTransferLockResponse", _DIY = "DurationInYears", _DK = "DnssecKey", _DKL = "DnssecKeyList", _DKn = "DnssecKeys", _DLE = "DnssecLimitExceeded", _DLEo = "DomainLimitExceeded", _DN = "DomainName", _DP = "DomainPrice", _DPL = "DomainPriceList", _DR = "DuplicateRequest", _DS2 = "DomainSuggestion", _DSA = "DnssecSigningAttributes", _DSL = "DomainSuggestionsList", _DSLo = "DomainSummaryList", _DSn = "DnsSec", _DSo = "DomainSummary", _DT = "DigestType", _DTFD = "DeleteTagsForDomain", _DTFDR = "DeleteTagsForDomainRequest", _DTFDRe = "DeleteTagsForDomainResponse", _DTo = "DomainTransferability", _Do2 = "Domains", _E = "Email", _ED = "ExpirationDate", _EDAR = "EnableDomainAutoRenew", _EDARR = "EnableDomainAutoRenewRequest", _EDARRn = "EnableDomainAutoRenewResponse", _EDTL = "EnableDomainTransferLock", _EDTLR = "EnableDomainTransferLockRequest", _EDTLRn = "EnableDomainTransferLockResponse", _EP2 = "ExtraParams", _EPL = "ExtraParamList", _EPV = "ExtraParamValue", _EPx = "ExtraParam", _En = "End", _Ex = "Expiry", _F2 = "Fax", _FC = "FilterCondition", _FCi = "FilterConditions", _FIAK = "FIAuthKey", _FN = "FirstName", _Fl2 = "Flags", _GCRS = "GetContactReachabilityStatus", _GCRSR = "GetContactReachabilityStatusRequest", _GCRSRe = "GetContactReachabilityStatusResponse", _GDD = "GetDomainDetail", _GDDR = "GetDomainDetailRequest", _GDDRe = "GetDomainDetailResponse", _GDS = "GetDomainSuggestions", _GDSR = "GetDomainSuggestionsRequest", _GDSRe = "GetDomainSuggestionsResponse", _GI = "GlueIps", _GOD = "GetOperationDetail", _GODR = "GetOperationDetailRequest", _GODRe = "GetOperationDetailResponse", _I2 = "Id", _II2 = "InvalidInput", _IIn = "InvoiceId", _ILC = "IdnLangCode", _K2 = "Key", _KT2 = "KeyTag", _LD = "ListDomains", _LDR = "ListDomainsRequest", _LDRi = "ListDomainsResponse", _LN2 = "LastName", _LO = "ListOperations", _LOR = "ListOperationsRequest", _LORi = "ListOperationsResponse", _LP = "ListPrices", _LPR = "ListPricesRequest", _LPRi = "ListPricesResponse", _LTFD = "ListTagsForDomain", _LTFDR = "ListTagsForDomainRequest", _LTFDRi = "ListTagsForDomainResponse", _LUD = "LastUpdatedDate", _M2 = "Message", _MI2 = "MaxItems", _MP = "MaxPrice", _Ma2 = "Marker", _N2 = "Name", _NL = "NameserverList", _NPM = "NextPageMarker", _Na2 = "Nameservers", _Nam2 = "Nameserver", _O2 = "Operation", _OA2 = "OnlyAvailable", _OI = "OperationId", _OLE = "OperationLimitExceeded", _ON = "OrganizationName", _OS2 = "OperationSummary", _OSL = "OperationSummaryList", _Op = "Operator", _Ope = "Operations", _P2 = "Password", _PD = "PushDomain", _PDR = "PushDomainRequest", _PK2 = "PublicKey", _PN = "PhoneNumber", _PPAC = "PrivacyProtectAdminContact", _PPBC = "PrivacyProtectBillingContact", _PPRC = "PrivacyProtectRegistrantContact", _PPTC = "PrivacyProtectTechContact", _PWC = "PriceWithCurrency", _Pr2 = "Price", _Pri = "Prices", _R2 = "Reseller", _RC3 = "RegistrantContact", _RCRE = "ResendContactReachabilityEmail", _RCRER = "ResendContactReachabilityEmailRequest", _RCRERe = "ResendContactReachabilityEmailResponse", _RD2 = "RegisterDomain", _RDAC = "RetrieveDomainAuthCode", _RDACR = "RetrieveDomainAuthCodeRequest", _RDACRe = "RetrieveDomainAuthCodeResponse", _RDI = "RegistryDomainId", _RDR = "RegisterDomainRequest", _RDRe = "RegisterDomainResponse", _RDRen = "RenewDomainRequest", _RDRene = "RenewDomainResponse", _RDTFAAA = "RejectDomainTransferFromAnotherAwsAccount", _RDTFAAAR = "RejectDomainTransferFromAnotherAwsAccountRequest", _RDTFAAARe = "RejectDomainTransferFromAnotherAwsAccountResponse", _RDe = "RenewDomain", _RN2 = "RegistrarName", _ROA = "ResendOperationAuthorization", _ROAR = "ResendOperationAuthorizationRequest", _RP2 = "RegistrationPrice", _RPe = "RenewalPrice", _RPeg = "RegistrantPrivacy", _RPes = "RestorationPrice", _RU = "RegistrarUrl", _S2 = "State", _SA2 = "SigningAttributes", _SB = "SortBy", _SC2 = "SuggestionCount", _SCo = "SortCondition", _SD = "SubmittedDate", _SF = "StatusFlag", _SL = "StatusList", _SLu = "SuggestionsList", _SO = "SortOrder", _SS2 = "SubmittedSince", _St2 = "Status", _Sta2 = "Start", _T2 = "Transferability", _TC = "TechContact", _TD = "TransferDomain", _TDR = "TransferDomainRequest", _TDRr = "TransferDomainResponse", _TDTAAA = "TransferDomainToAnotherAwsAccount", _TDTAAAR = "TransferDomainToAnotherAwsAccountRequest", _TDTAAARr = "TransferDomainToAnotherAwsAccountResponse", _TL2 = "TransferLock", _TLDIM = "TLDInMaintenance", _TLDRV = "TLDRulesViolation", _TLa = "TagList", _TP2 = "TransferPrice", _TPe = "TechPrivacy", _TTD = "TagsToDelete", _TTU = "TagsToUpdate", _Ta2 = "Target", _Tag2 = "Tag", _Tl = "Tld", _Tr = "Transferable", _Ty = "Type", _UD = "UpdatedDate", _UDC = "UpdateDomainContact", _UDCP = "UpdateDomainContactPrivacy", _UDCPR = "UpdateDomainContactPrivacyRequest", _UDCPRp = "UpdateDomainContactPrivacyResponse", _UDCR = "UpdateDomainContactRequest", _UDCRp = "UpdateDomainContactResponse", _UDN = "UpdateDomainNameservers", _UDNR = "UpdateDomainNameserversRequest", _UDNRp = "UpdateDomainNameserversResponse", _UTFD = "UpdateTagsForDomain", _UTFDR = "UpdateTagsForDomainRequest", _UTFDRp = "UpdateTagsForDomainResponse", _UTLD = "UnsupportedTLD", _V2 = "Value", _VB = "ViewBilling", _VBR = "ViewBillingRequest", _VBRi = "ViewBillingResponse", _Va = "Values", _WIS = "WhoIsServer", _ZC = "ZipCode", _c3 = "client", _dN = "domainName", _e3 = "error", _eA = "emailAddress", _hE3 = "httpError", _iAV = "isAlreadyVerified", _m3 = "message", _rI = "requestId", _s3 = "smithy.ts.sdk.synthetic.com.amazonaws.route53domains", _st2 = "status", _t2 = "tld", n03 = "com.amazonaws.route53domains", _s_registry3, Route53DomainsServiceException$, n0_registry3, DnssecLimitExceeded$, DomainLimitExceeded$, DuplicateRequest$, InvalidInput$2, OperationLimitExceeded$, TLDInMaintenance$, TLDRulesViolation$, UnsupportedTLD$, errorTypeRegistries3, AddressLine, City, ContactName, ContactNumber, CountryCode, DomainAuthCode, Email, ExtraParamValue, FIAuthKey, Password, State, ZipCode, AcceptDomainTransferFromAnotherAwsAccountRequest$, AcceptDomainTransferFromAnotherAwsAccountResponse$, AssociateDelegationSignerToDomainRequest$, AssociateDelegationSignerToDomainResponse$, BillingRecord$, CancelDomainTransferToAnotherAwsAccountRequest$, CancelDomainTransferToAnotherAwsAccountResponse$, CheckDomainAvailabilityRequest$, CheckDomainAvailabilityResponse$, CheckDomainTransferabilityRequest$, CheckDomainTransferabilityResponse$, Consent$, ContactDetail$, DeleteDomainRequest$, DeleteDomainResponse$, DeleteTagsForDomainRequest$, DeleteTagsForDomainResponse$, DisableDomainAutoRenewRequest$, DisableDomainAutoRenewResponse$, DisableDomainTransferLockRequest$, DisableDomainTransferLockResponse$, DisassociateDelegationSignerFromDomainRequest$, DisassociateDelegationSignerFromDomainResponse$, DnssecKey$, DnssecSigningAttributes$, DomainPrice$, DomainSuggestion$, DomainSummary$, DomainTransferability$, EnableDomainAutoRenewRequest$, EnableDomainAutoRenewResponse$, EnableDomainTransferLockRequest$, EnableDomainTransferLockResponse$, ExtraParam$, FilterCondition$, GetContactReachabilityStatusRequest$, GetContactReachabilityStatusResponse$, GetDomainDetailRequest$, GetDomainDetailResponse$, GetDomainSuggestionsRequest$, GetDomainSuggestionsResponse$, GetOperationDetailRequest$, GetOperationDetailResponse$, ListDomainsRequest$, ListDomainsResponse$, ListOperationsRequest$, ListOperationsResponse$, ListPricesRequest$, ListPricesResponse$, ListTagsForDomainRequest$, ListTagsForDomainResponse$, Nameserver$, OperationSummary$, PriceWithCurrency$, PushDomainRequest$, RegisterDomainRequest$, RegisterDomainResponse$, RejectDomainTransferFromAnotherAwsAccountRequest$, RejectDomainTransferFromAnotherAwsAccountResponse$, RenewDomainRequest$, RenewDomainResponse$, ResendContactReachabilityEmailRequest$, ResendContactReachabilityEmailResponse$, ResendOperationAuthorizationRequest$, RetrieveDomainAuthCodeRequest$, RetrieveDomainAuthCodeResponse$, SortCondition$, Tag$2, TransferDomainRequest$, TransferDomainResponse$, TransferDomainToAnotherAwsAccountRequest$, TransferDomainToAnotherAwsAccountResponse$, UpdateDomainContactPrivacyRequest$, UpdateDomainContactPrivacyResponse$, UpdateDomainContactRequest$, UpdateDomainContactResponse$, UpdateDomainNameserversRequest$, UpdateDomainNameserversResponse$, UpdateTagsForDomainRequest$, UpdateTagsForDomainResponse$, ViewBillingRequest$, ViewBillingResponse$, __Unit = "unit", BillingRecords, DnssecKeyList, DomainPriceList, DomainStatusList, DomainSuggestionsList, DomainSummaryList, ExtraParamList, FilterConditions, GlueIpList, NameserverList, OperationStatusList, OperationSummaryList, OperationTypeList, TagKeyList2, TagList2, Values, AcceptDomainTransferFromAnotherAwsAccount$, AssociateDelegationSignerToDomain$, CancelDomainTransferToAnotherAwsAccount$, CheckDomainAvailability$, CheckDomainTransferability$, DeleteDomain$, DeleteTagsForDomain$, DisableDomainAutoRenew$, DisableDomainTransferLock$, DisassociateDelegationSignerFromDomain$, EnableDomainAutoRenew$, EnableDomainTransferLock$, GetContactReachabilityStatus$, GetDomainDetail$, GetDomainSuggestions$, GetOperationDetail$, ListDomains$, ListOperations$, ListPrices$, ListTagsForDomain$, PushDomain$, RegisterDomain$, RejectDomainTransferFromAnotherAwsAccount$, RenewDomain$, ResendContactReachabilityEmail$, ResendOperationAuthorization$, RetrieveDomainAuthCode$, TransferDomain$, TransferDomainToAnotherAwsAccount$, UpdateDomainContact$, UpdateDomainContactPrivacy$, UpdateDomainNameservers$, UpdateTagsForDomain$, ViewBilling$;
|
|
34759
34759
|
var init_schemas_02 = __esm(() => {
|
|
34760
34760
|
init_errors2();
|
|
@@ -35895,7 +35895,7 @@ var init_schemas_02 = __esm(() => {
|
|
|
35895
35895
|
];
|
|
35896
35896
|
});
|
|
35897
35897
|
|
|
35898
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeConfig.shared.js
|
|
35898
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeConfig.shared.js
|
|
35899
35899
|
var import_httpAuthSchemes5, import_protocols8, import_checksum2, import_client32, import_protocols9, import_serde5, getRuntimeConfig4 = (config) => {
|
|
35900
35900
|
return {
|
|
35901
35901
|
apiVersion: "2014-05-15",
|
|
@@ -35940,7 +35940,7 @@ var init_runtimeConfig_shared2 = __esm(() => {
|
|
|
35940
35940
|
import_serde5 = __toESM(require_serde(), 1);
|
|
35941
35941
|
});
|
|
35942
35942
|
|
|
35943
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeConfig.js
|
|
35943
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeConfig.js
|
|
35944
35944
|
var import_client33, import_httpAuthSchemes6, import_client34, import_config30, import_retry5, import_serde6, import_node_http_handler3, getRuntimeConfig5 = (config) => {
|
|
35945
35945
|
import_client34.emitWarningIfUnsupportedVersion(process.version);
|
|
35946
35946
|
const defaultsMode = import_config30.resolveDefaultsModeConfig(config);
|
|
@@ -35986,7 +35986,7 @@ var init_runtimeConfig2 = __esm(() => {
|
|
|
35986
35986
|
import_node_http_handler3 = __toESM(require_dist_cjs4(), 1);
|
|
35987
35987
|
});
|
|
35988
35988
|
|
|
35989
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/auth/httpAuthExtensionConfiguration.js
|
|
35989
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/auth/httpAuthExtensionConfiguration.js
|
|
35990
35990
|
var getHttpAuthExtensionConfiguration3 = (runtimeConfig) => {
|
|
35991
35991
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
35992
35992
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -36024,7 +36024,7 @@ var getHttpAuthExtensionConfiguration3 = (runtimeConfig) => {
|
|
|
36024
36024
|
};
|
|
36025
36025
|
};
|
|
36026
36026
|
|
|
36027
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeExtensions.js
|
|
36027
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeExtensions.js
|
|
36028
36028
|
var import_client35, import_client36, import_protocols10, resolveRuntimeExtensions3 = (runtimeConfig, extensions) => {
|
|
36029
36029
|
const extensionConfiguration = Object.assign(import_client35.getAwsRegionExtensionConfiguration(runtimeConfig), import_client36.getDefaultExtensionConfiguration(runtimeConfig), import_protocols10.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration3(runtimeConfig));
|
|
36030
36030
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
@@ -36036,7 +36036,7 @@ var init_runtimeExtensions2 = __esm(() => {
|
|
|
36036
36036
|
import_protocols10 = __toESM(require_protocols(), 1);
|
|
36037
36037
|
});
|
|
36038
36038
|
|
|
36039
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/Route53DomainsClient.js
|
|
36039
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/Route53DomainsClient.js
|
|
36040
36040
|
var import_client37, import_core8, import_client38, import_config31, import_endpoints7, import_protocols11, import_retry6, import_schema4, Route53DomainsClient;
|
|
36041
36041
|
var init_Route53DomainsClient = __esm(() => {
|
|
36042
36042
|
init_httpAuthSchemeProvider2();
|
|
@@ -36087,7 +36087,7 @@ var init_Route53DomainsClient = __esm(() => {
|
|
|
36087
36087
|
};
|
|
36088
36088
|
});
|
|
36089
36089
|
|
|
36090
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commandBuilder.js
|
|
36090
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commandBuilder.js
|
|
36091
36091
|
var import_client39, import_endpoints8, command3, _ep03, _mw03 = (Command3, cs, config, o2) => [];
|
|
36092
36092
|
var init_commandBuilder2 = __esm(() => {
|
|
36093
36093
|
init_EndpointParameters2();
|
|
@@ -36097,7 +36097,7 @@ var init_commandBuilder2 = __esm(() => {
|
|
|
36097
36097
|
_ep03 = {};
|
|
36098
36098
|
});
|
|
36099
36099
|
|
|
36100
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.js
|
|
36100
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.js
|
|
36101
36101
|
var AcceptDomainTransferFromAnotherAwsAccountCommand;
|
|
36102
36102
|
var init_AcceptDomainTransferFromAnotherAwsAccountCommand = __esm(() => {
|
|
36103
36103
|
init_commandBuilder2();
|
|
@@ -36106,7 +36106,7 @@ var init_AcceptDomainTransferFromAnotherAwsAccountCommand = __esm(() => {
|
|
|
36106
36106
|
};
|
|
36107
36107
|
});
|
|
36108
36108
|
|
|
36109
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/AssociateDelegationSignerToDomainCommand.js
|
|
36109
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/AssociateDelegationSignerToDomainCommand.js
|
|
36110
36110
|
var AssociateDelegationSignerToDomainCommand;
|
|
36111
36111
|
var init_AssociateDelegationSignerToDomainCommand = __esm(() => {
|
|
36112
36112
|
init_commandBuilder2();
|
|
@@ -36115,7 +36115,7 @@ var init_AssociateDelegationSignerToDomainCommand = __esm(() => {
|
|
|
36115
36115
|
};
|
|
36116
36116
|
});
|
|
36117
36117
|
|
|
36118
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/CancelDomainTransferToAnotherAwsAccountCommand.js
|
|
36118
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/CancelDomainTransferToAnotherAwsAccountCommand.js
|
|
36119
36119
|
var CancelDomainTransferToAnotherAwsAccountCommand;
|
|
36120
36120
|
var init_CancelDomainTransferToAnotherAwsAccountCommand = __esm(() => {
|
|
36121
36121
|
init_commandBuilder2();
|
|
@@ -36124,7 +36124,7 @@ var init_CancelDomainTransferToAnotherAwsAccountCommand = __esm(() => {
|
|
|
36124
36124
|
};
|
|
36125
36125
|
});
|
|
36126
36126
|
|
|
36127
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/CheckDomainAvailabilityCommand.js
|
|
36127
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/CheckDomainAvailabilityCommand.js
|
|
36128
36128
|
var CheckDomainAvailabilityCommand;
|
|
36129
36129
|
var init_CheckDomainAvailabilityCommand = __esm(() => {
|
|
36130
36130
|
init_commandBuilder2();
|
|
@@ -36133,7 +36133,7 @@ var init_CheckDomainAvailabilityCommand = __esm(() => {
|
|
|
36133
36133
|
};
|
|
36134
36134
|
});
|
|
36135
36135
|
|
|
36136
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/CheckDomainTransferabilityCommand.js
|
|
36136
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/CheckDomainTransferabilityCommand.js
|
|
36137
36137
|
var CheckDomainTransferabilityCommand;
|
|
36138
36138
|
var init_CheckDomainTransferabilityCommand = __esm(() => {
|
|
36139
36139
|
init_commandBuilder2();
|
|
@@ -36142,7 +36142,7 @@ var init_CheckDomainTransferabilityCommand = __esm(() => {
|
|
|
36142
36142
|
};
|
|
36143
36143
|
});
|
|
36144
36144
|
|
|
36145
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/DeleteDomainCommand.js
|
|
36145
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/DeleteDomainCommand.js
|
|
36146
36146
|
var DeleteDomainCommand;
|
|
36147
36147
|
var init_DeleteDomainCommand = __esm(() => {
|
|
36148
36148
|
init_commandBuilder2();
|
|
@@ -36151,7 +36151,7 @@ var init_DeleteDomainCommand = __esm(() => {
|
|
|
36151
36151
|
};
|
|
36152
36152
|
});
|
|
36153
36153
|
|
|
36154
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/DeleteTagsForDomainCommand.js
|
|
36154
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/DeleteTagsForDomainCommand.js
|
|
36155
36155
|
var DeleteTagsForDomainCommand;
|
|
36156
36156
|
var init_DeleteTagsForDomainCommand = __esm(() => {
|
|
36157
36157
|
init_commandBuilder2();
|
|
@@ -36160,7 +36160,7 @@ var init_DeleteTagsForDomainCommand = __esm(() => {
|
|
|
36160
36160
|
};
|
|
36161
36161
|
});
|
|
36162
36162
|
|
|
36163
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/DisableDomainAutoRenewCommand.js
|
|
36163
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/DisableDomainAutoRenewCommand.js
|
|
36164
36164
|
var DisableDomainAutoRenewCommand;
|
|
36165
36165
|
var init_DisableDomainAutoRenewCommand = __esm(() => {
|
|
36166
36166
|
init_commandBuilder2();
|
|
@@ -36169,7 +36169,7 @@ var init_DisableDomainAutoRenewCommand = __esm(() => {
|
|
|
36169
36169
|
};
|
|
36170
36170
|
});
|
|
36171
36171
|
|
|
36172
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/DisableDomainTransferLockCommand.js
|
|
36172
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/DisableDomainTransferLockCommand.js
|
|
36173
36173
|
var DisableDomainTransferLockCommand;
|
|
36174
36174
|
var init_DisableDomainTransferLockCommand = __esm(() => {
|
|
36175
36175
|
init_commandBuilder2();
|
|
@@ -36178,7 +36178,7 @@ var init_DisableDomainTransferLockCommand = __esm(() => {
|
|
|
36178
36178
|
};
|
|
36179
36179
|
});
|
|
36180
36180
|
|
|
36181
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/DisassociateDelegationSignerFromDomainCommand.js
|
|
36181
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/DisassociateDelegationSignerFromDomainCommand.js
|
|
36182
36182
|
var DisassociateDelegationSignerFromDomainCommand;
|
|
36183
36183
|
var init_DisassociateDelegationSignerFromDomainCommand = __esm(() => {
|
|
36184
36184
|
init_commandBuilder2();
|
|
@@ -36187,7 +36187,7 @@ var init_DisassociateDelegationSignerFromDomainCommand = __esm(() => {
|
|
|
36187
36187
|
};
|
|
36188
36188
|
});
|
|
36189
36189
|
|
|
36190
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/EnableDomainAutoRenewCommand.js
|
|
36190
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/EnableDomainAutoRenewCommand.js
|
|
36191
36191
|
var EnableDomainAutoRenewCommand;
|
|
36192
36192
|
var init_EnableDomainAutoRenewCommand = __esm(() => {
|
|
36193
36193
|
init_commandBuilder2();
|
|
@@ -36196,7 +36196,7 @@ var init_EnableDomainAutoRenewCommand = __esm(() => {
|
|
|
36196
36196
|
};
|
|
36197
36197
|
});
|
|
36198
36198
|
|
|
36199
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/EnableDomainTransferLockCommand.js
|
|
36199
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/EnableDomainTransferLockCommand.js
|
|
36200
36200
|
var EnableDomainTransferLockCommand;
|
|
36201
36201
|
var init_EnableDomainTransferLockCommand = __esm(() => {
|
|
36202
36202
|
init_commandBuilder2();
|
|
@@ -36205,7 +36205,7 @@ var init_EnableDomainTransferLockCommand = __esm(() => {
|
|
|
36205
36205
|
};
|
|
36206
36206
|
});
|
|
36207
36207
|
|
|
36208
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/GetContactReachabilityStatusCommand.js
|
|
36208
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/GetContactReachabilityStatusCommand.js
|
|
36209
36209
|
var GetContactReachabilityStatusCommand;
|
|
36210
36210
|
var init_GetContactReachabilityStatusCommand = __esm(() => {
|
|
36211
36211
|
init_commandBuilder2();
|
|
@@ -36214,7 +36214,7 @@ var init_GetContactReachabilityStatusCommand = __esm(() => {
|
|
|
36214
36214
|
};
|
|
36215
36215
|
});
|
|
36216
36216
|
|
|
36217
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/GetDomainDetailCommand.js
|
|
36217
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/GetDomainDetailCommand.js
|
|
36218
36218
|
var GetDomainDetailCommand;
|
|
36219
36219
|
var init_GetDomainDetailCommand = __esm(() => {
|
|
36220
36220
|
init_commandBuilder2();
|
|
@@ -36223,7 +36223,7 @@ var init_GetDomainDetailCommand = __esm(() => {
|
|
|
36223
36223
|
};
|
|
36224
36224
|
});
|
|
36225
36225
|
|
|
36226
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/GetDomainSuggestionsCommand.js
|
|
36226
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/GetDomainSuggestionsCommand.js
|
|
36227
36227
|
var GetDomainSuggestionsCommand;
|
|
36228
36228
|
var init_GetDomainSuggestionsCommand = __esm(() => {
|
|
36229
36229
|
init_commandBuilder2();
|
|
@@ -36232,7 +36232,7 @@ var init_GetDomainSuggestionsCommand = __esm(() => {
|
|
|
36232
36232
|
};
|
|
36233
36233
|
});
|
|
36234
36234
|
|
|
36235
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/GetOperationDetailCommand.js
|
|
36235
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/GetOperationDetailCommand.js
|
|
36236
36236
|
var GetOperationDetailCommand;
|
|
36237
36237
|
var init_GetOperationDetailCommand = __esm(() => {
|
|
36238
36238
|
init_commandBuilder2();
|
|
@@ -36241,7 +36241,7 @@ var init_GetOperationDetailCommand = __esm(() => {
|
|
|
36241
36241
|
};
|
|
36242
36242
|
});
|
|
36243
36243
|
|
|
36244
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ListDomainsCommand.js
|
|
36244
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ListDomainsCommand.js
|
|
36245
36245
|
var ListDomainsCommand;
|
|
36246
36246
|
var init_ListDomainsCommand = __esm(() => {
|
|
36247
36247
|
init_commandBuilder2();
|
|
@@ -36250,7 +36250,7 @@ var init_ListDomainsCommand = __esm(() => {
|
|
|
36250
36250
|
};
|
|
36251
36251
|
});
|
|
36252
36252
|
|
|
36253
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ListOperationsCommand.js
|
|
36253
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ListOperationsCommand.js
|
|
36254
36254
|
var ListOperationsCommand;
|
|
36255
36255
|
var init_ListOperationsCommand = __esm(() => {
|
|
36256
36256
|
init_commandBuilder2();
|
|
@@ -36259,7 +36259,7 @@ var init_ListOperationsCommand = __esm(() => {
|
|
|
36259
36259
|
};
|
|
36260
36260
|
});
|
|
36261
36261
|
|
|
36262
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ListPricesCommand.js
|
|
36262
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ListPricesCommand.js
|
|
36263
36263
|
var ListPricesCommand;
|
|
36264
36264
|
var init_ListPricesCommand = __esm(() => {
|
|
36265
36265
|
init_commandBuilder2();
|
|
@@ -36268,7 +36268,7 @@ var init_ListPricesCommand = __esm(() => {
|
|
|
36268
36268
|
};
|
|
36269
36269
|
});
|
|
36270
36270
|
|
|
36271
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ListTagsForDomainCommand.js
|
|
36271
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ListTagsForDomainCommand.js
|
|
36272
36272
|
var ListTagsForDomainCommand;
|
|
36273
36273
|
var init_ListTagsForDomainCommand = __esm(() => {
|
|
36274
36274
|
init_commandBuilder2();
|
|
@@ -36277,7 +36277,7 @@ var init_ListTagsForDomainCommand = __esm(() => {
|
|
|
36277
36277
|
};
|
|
36278
36278
|
});
|
|
36279
36279
|
|
|
36280
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/PushDomainCommand.js
|
|
36280
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/PushDomainCommand.js
|
|
36281
36281
|
var PushDomainCommand;
|
|
36282
36282
|
var init_PushDomainCommand = __esm(() => {
|
|
36283
36283
|
init_commandBuilder2();
|
|
@@ -36286,7 +36286,7 @@ var init_PushDomainCommand = __esm(() => {
|
|
|
36286
36286
|
};
|
|
36287
36287
|
});
|
|
36288
36288
|
|
|
36289
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/RegisterDomainCommand.js
|
|
36289
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/RegisterDomainCommand.js
|
|
36290
36290
|
var RegisterDomainCommand;
|
|
36291
36291
|
var init_RegisterDomainCommand = __esm(() => {
|
|
36292
36292
|
init_commandBuilder2();
|
|
@@ -36295,7 +36295,7 @@ var init_RegisterDomainCommand = __esm(() => {
|
|
|
36295
36295
|
};
|
|
36296
36296
|
});
|
|
36297
36297
|
|
|
36298
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/RejectDomainTransferFromAnotherAwsAccountCommand.js
|
|
36298
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/RejectDomainTransferFromAnotherAwsAccountCommand.js
|
|
36299
36299
|
var RejectDomainTransferFromAnotherAwsAccountCommand;
|
|
36300
36300
|
var init_RejectDomainTransferFromAnotherAwsAccountCommand = __esm(() => {
|
|
36301
36301
|
init_commandBuilder2();
|
|
@@ -36304,7 +36304,7 @@ var init_RejectDomainTransferFromAnotherAwsAccountCommand = __esm(() => {
|
|
|
36304
36304
|
};
|
|
36305
36305
|
});
|
|
36306
36306
|
|
|
36307
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/RenewDomainCommand.js
|
|
36307
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/RenewDomainCommand.js
|
|
36308
36308
|
var RenewDomainCommand;
|
|
36309
36309
|
var init_RenewDomainCommand = __esm(() => {
|
|
36310
36310
|
init_commandBuilder2();
|
|
@@ -36313,7 +36313,7 @@ var init_RenewDomainCommand = __esm(() => {
|
|
|
36313
36313
|
};
|
|
36314
36314
|
});
|
|
36315
36315
|
|
|
36316
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ResendContactReachabilityEmailCommand.js
|
|
36316
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ResendContactReachabilityEmailCommand.js
|
|
36317
36317
|
var ResendContactReachabilityEmailCommand;
|
|
36318
36318
|
var init_ResendContactReachabilityEmailCommand = __esm(() => {
|
|
36319
36319
|
init_commandBuilder2();
|
|
@@ -36322,7 +36322,7 @@ var init_ResendContactReachabilityEmailCommand = __esm(() => {
|
|
|
36322
36322
|
};
|
|
36323
36323
|
});
|
|
36324
36324
|
|
|
36325
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ResendOperationAuthorizationCommand.js
|
|
36325
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ResendOperationAuthorizationCommand.js
|
|
36326
36326
|
var ResendOperationAuthorizationCommand;
|
|
36327
36327
|
var init_ResendOperationAuthorizationCommand = __esm(() => {
|
|
36328
36328
|
init_commandBuilder2();
|
|
@@ -36331,7 +36331,7 @@ var init_ResendOperationAuthorizationCommand = __esm(() => {
|
|
|
36331
36331
|
};
|
|
36332
36332
|
});
|
|
36333
36333
|
|
|
36334
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/RetrieveDomainAuthCodeCommand.js
|
|
36334
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/RetrieveDomainAuthCodeCommand.js
|
|
36335
36335
|
var RetrieveDomainAuthCodeCommand;
|
|
36336
36336
|
var init_RetrieveDomainAuthCodeCommand = __esm(() => {
|
|
36337
36337
|
init_commandBuilder2();
|
|
@@ -36340,7 +36340,7 @@ var init_RetrieveDomainAuthCodeCommand = __esm(() => {
|
|
|
36340
36340
|
};
|
|
36341
36341
|
});
|
|
36342
36342
|
|
|
36343
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/TransferDomainCommand.js
|
|
36343
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/TransferDomainCommand.js
|
|
36344
36344
|
var TransferDomainCommand;
|
|
36345
36345
|
var init_TransferDomainCommand = __esm(() => {
|
|
36346
36346
|
init_commandBuilder2();
|
|
@@ -36349,7 +36349,7 @@ var init_TransferDomainCommand = __esm(() => {
|
|
|
36349
36349
|
};
|
|
36350
36350
|
});
|
|
36351
36351
|
|
|
36352
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/TransferDomainToAnotherAwsAccountCommand.js
|
|
36352
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/TransferDomainToAnotherAwsAccountCommand.js
|
|
36353
36353
|
var TransferDomainToAnotherAwsAccountCommand;
|
|
36354
36354
|
var init_TransferDomainToAnotherAwsAccountCommand = __esm(() => {
|
|
36355
36355
|
init_commandBuilder2();
|
|
@@ -36358,7 +36358,7 @@ var init_TransferDomainToAnotherAwsAccountCommand = __esm(() => {
|
|
|
36358
36358
|
};
|
|
36359
36359
|
});
|
|
36360
36360
|
|
|
36361
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/UpdateDomainContactCommand.js
|
|
36361
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/UpdateDomainContactCommand.js
|
|
36362
36362
|
var UpdateDomainContactCommand;
|
|
36363
36363
|
var init_UpdateDomainContactCommand = __esm(() => {
|
|
36364
36364
|
init_commandBuilder2();
|
|
@@ -36367,7 +36367,7 @@ var init_UpdateDomainContactCommand = __esm(() => {
|
|
|
36367
36367
|
};
|
|
36368
36368
|
});
|
|
36369
36369
|
|
|
36370
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/UpdateDomainContactPrivacyCommand.js
|
|
36370
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/UpdateDomainContactPrivacyCommand.js
|
|
36371
36371
|
var UpdateDomainContactPrivacyCommand;
|
|
36372
36372
|
var init_UpdateDomainContactPrivacyCommand = __esm(() => {
|
|
36373
36373
|
init_commandBuilder2();
|
|
@@ -36376,7 +36376,7 @@ var init_UpdateDomainContactPrivacyCommand = __esm(() => {
|
|
|
36376
36376
|
};
|
|
36377
36377
|
});
|
|
36378
36378
|
|
|
36379
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/UpdateDomainNameserversCommand.js
|
|
36379
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/UpdateDomainNameserversCommand.js
|
|
36380
36380
|
var UpdateDomainNameserversCommand;
|
|
36381
36381
|
var init_UpdateDomainNameserversCommand = __esm(() => {
|
|
36382
36382
|
init_commandBuilder2();
|
|
@@ -36385,7 +36385,7 @@ var init_UpdateDomainNameserversCommand = __esm(() => {
|
|
|
36385
36385
|
};
|
|
36386
36386
|
});
|
|
36387
36387
|
|
|
36388
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/UpdateTagsForDomainCommand.js
|
|
36388
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/UpdateTagsForDomainCommand.js
|
|
36389
36389
|
var UpdateTagsForDomainCommand;
|
|
36390
36390
|
var init_UpdateTagsForDomainCommand = __esm(() => {
|
|
36391
36391
|
init_commandBuilder2();
|
|
@@ -36394,7 +36394,7 @@ var init_UpdateTagsForDomainCommand = __esm(() => {
|
|
|
36394
36394
|
};
|
|
36395
36395
|
});
|
|
36396
36396
|
|
|
36397
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ViewBillingCommand.js
|
|
36397
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ViewBillingCommand.js
|
|
36398
36398
|
var ViewBillingCommand;
|
|
36399
36399
|
var init_ViewBillingCommand = __esm(() => {
|
|
36400
36400
|
init_commandBuilder2();
|
|
@@ -36403,7 +36403,7 @@ var init_ViewBillingCommand = __esm(() => {
|
|
|
36403
36403
|
};
|
|
36404
36404
|
});
|
|
36405
36405
|
|
|
36406
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/pagination/ListDomainsPaginator.js
|
|
36406
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/pagination/ListDomainsPaginator.js
|
|
36407
36407
|
var import_core9, paginateListDomains;
|
|
36408
36408
|
var init_ListDomainsPaginator = __esm(() => {
|
|
36409
36409
|
init_ListDomainsCommand();
|
|
@@ -36412,7 +36412,7 @@ var init_ListDomainsPaginator = __esm(() => {
|
|
|
36412
36412
|
paginateListDomains = import_core9.createPaginator(Route53DomainsClient, ListDomainsCommand, "Marker", "NextPageMarker", "MaxItems");
|
|
36413
36413
|
});
|
|
36414
36414
|
|
|
36415
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/pagination/ListOperationsPaginator.js
|
|
36415
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/pagination/ListOperationsPaginator.js
|
|
36416
36416
|
var import_core10, paginateListOperations;
|
|
36417
36417
|
var init_ListOperationsPaginator = __esm(() => {
|
|
36418
36418
|
init_ListOperationsCommand();
|
|
@@ -36421,7 +36421,7 @@ var init_ListOperationsPaginator = __esm(() => {
|
|
|
36421
36421
|
paginateListOperations = import_core10.createPaginator(Route53DomainsClient, ListOperationsCommand, "Marker", "NextPageMarker", "MaxItems");
|
|
36422
36422
|
});
|
|
36423
36423
|
|
|
36424
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/pagination/ListPricesPaginator.js
|
|
36424
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/pagination/ListPricesPaginator.js
|
|
36425
36425
|
var import_core11, paginateListPrices;
|
|
36426
36426
|
var init_ListPricesPaginator = __esm(() => {
|
|
36427
36427
|
init_ListPricesCommand();
|
|
@@ -36430,7 +36430,7 @@ var init_ListPricesPaginator = __esm(() => {
|
|
|
36430
36430
|
paginateListPrices = import_core11.createPaginator(Route53DomainsClient, ListPricesCommand, "Marker", "NextPageMarker", "MaxItems");
|
|
36431
36431
|
});
|
|
36432
36432
|
|
|
36433
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/pagination/ViewBillingPaginator.js
|
|
36433
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/pagination/ViewBillingPaginator.js
|
|
36434
36434
|
var import_core12, paginateViewBilling;
|
|
36435
36435
|
var init_ViewBillingPaginator = __esm(() => {
|
|
36436
36436
|
init_ViewBillingCommand();
|
|
@@ -36439,7 +36439,7 @@ var init_ViewBillingPaginator = __esm(() => {
|
|
|
36439
36439
|
paginateViewBilling = import_core12.createPaginator(Route53DomainsClient, ViewBillingCommand, "Marker", "NextPageMarker", "MaxItems");
|
|
36440
36440
|
});
|
|
36441
36441
|
|
|
36442
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/Route53Domains.js
|
|
36442
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/Route53Domains.js
|
|
36443
36443
|
var import_client40, commands4, paginators2, Route53Domains;
|
|
36444
36444
|
var init_Route53Domains = __esm(() => {
|
|
36445
36445
|
init_AcceptDomainTransferFromAnotherAwsAccountCommand();
|
|
@@ -36529,7 +36529,7 @@ var init_Route53Domains = __esm(() => {
|
|
|
36529
36529
|
import_client40.createAggregatedClient(commands4, Route53Domains, { paginators: paginators2 });
|
|
36530
36530
|
});
|
|
36531
36531
|
|
|
36532
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/index.js
|
|
36532
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/index.js
|
|
36533
36533
|
var init_commands2 = __esm(() => {
|
|
36534
36534
|
init_AcceptDomainTransferFromAnotherAwsAccountCommand();
|
|
36535
36535
|
init_AssociateDelegationSignerToDomainCommand();
|
|
@@ -36567,10 +36567,10 @@ var init_commands2 = __esm(() => {
|
|
|
36567
36567
|
init_ViewBillingCommand();
|
|
36568
36568
|
});
|
|
36569
36569
|
|
|
36570
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/pagination/Interfaces.js
|
|
36570
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/pagination/Interfaces.js
|
|
36571
36571
|
var init_Interfaces2 = () => {};
|
|
36572
36572
|
|
|
36573
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/pagination/index.js
|
|
36573
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/pagination/index.js
|
|
36574
36574
|
var init_pagination2 = __esm(() => {
|
|
36575
36575
|
init_Interfaces2();
|
|
36576
36576
|
init_ListDomainsPaginator();
|
|
@@ -36579,25 +36579,25 @@ var init_pagination2 = __esm(() => {
|
|
|
36579
36579
|
init_ViewBillingPaginator();
|
|
36580
36580
|
});
|
|
36581
36581
|
|
|
36582
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/models/enums.js
|
|
36582
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/models/enums.js
|
|
36583
36583
|
var init_enums2 = () => {};
|
|
36584
36584
|
|
|
36585
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/models/models_0.js
|
|
36585
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/models/models_0.js
|
|
36586
36586
|
var init_models_02 = () => {};
|
|
36587
36587
|
|
|
36588
|
-
// node_modules/@aws-sdk/client-route-53-domains/dist-es/index.js
|
|
36588
|
+
// ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/index.js
|
|
36589
36589
|
var init_dist_es13 = __esm(() => {
|
|
36590
36590
|
init_Route53DomainsClient();
|
|
36591
36591
|
init_Route53Domains();
|
|
36592
36592
|
init_commands2();
|
|
36593
|
-
init_pagination2();
|
|
36594
36593
|
init_schemas_02();
|
|
36594
|
+
init_pagination2();
|
|
36595
36595
|
init_enums2();
|
|
36596
36596
|
init_errors2();
|
|
36597
36597
|
init_models_02();
|
|
36598
36598
|
});
|
|
36599
36599
|
|
|
36600
|
-
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js
|
|
36600
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.53/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js
|
|
36601
36601
|
var import_client42, import_config32, resolveCredentialSource2 = (credentialSource, profileName, logger) => {
|
|
36602
36602
|
const sourceProvidersMap = {
|
|
36603
36603
|
EcsContainer: async (options) => {
|
|
@@ -36628,7 +36628,7 @@ var init_resolveCredentialSource2 = __esm(() => {
|
|
|
36628
36628
|
import_config32 = __toESM(require_config(), 1);
|
|
36629
36629
|
});
|
|
36630
36630
|
|
|
36631
|
-
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js
|
|
36631
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.53/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js
|
|
36632
36632
|
var import_client43, import_config33, isAssumeRoleProfile2 = (arg, { profile = "default", logger } = {}) => {
|
|
36633
36633
|
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 }));
|
|
36634
36634
|
}, isAssumeRoleWithSourceProfile2 = (arg, { profile, logger }) => {
|
|
@@ -36696,7 +36696,7 @@ var init_resolveAssumeRoleCredentials2 = __esm(() => {
|
|
|
36696
36696
|
import_config33 = __toESM(require_config(), 1);
|
|
36697
36697
|
});
|
|
36698
36698
|
|
|
36699
|
-
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js
|
|
36699
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.53/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js
|
|
36700
36700
|
var import_client44, isLoginProfile2 = (data) => {
|
|
36701
36701
|
return Boolean(data && data.login_session);
|
|
36702
36702
|
}, resolveLoginCredentials2 = async (profileName, options, callerClientConfig) => {
|
|
@@ -36711,7 +36711,7 @@ var init_resolveLoginCredentials2 = __esm(() => {
|
|
|
36711
36711
|
import_client44 = __toESM(require_client2(), 1);
|
|
36712
36712
|
});
|
|
36713
36713
|
|
|
36714
|
-
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js
|
|
36714
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.53/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js
|
|
36715
36715
|
var import_client45, isProcessProfile2 = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.credential_process === "string", resolveProcessCredentials3 = async (options, profile) => Promise.resolve().then(() => (init_dist_es7(), exports_dist_es6)).then(({ fromProcess: fromProcess2 }) => fromProcess2({
|
|
36716
36716
|
...options,
|
|
36717
36717
|
profile
|
|
@@ -36720,7 +36720,7 @@ var init_resolveProcessCredentials3 = __esm(() => {
|
|
|
36720
36720
|
import_client45 = __toESM(require_client2(), 1);
|
|
36721
36721
|
});
|
|
36722
36722
|
|
|
36723
|
-
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js
|
|
36723
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.53/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js
|
|
36724
36724
|
var import_client46, resolveSsoCredentials2 = async (profile, profileData, options = {}, callerClientConfig) => {
|
|
36725
36725
|
const { fromSSO: fromSSO2 } = await Promise.resolve().then(() => (init_dist_es5(), exports_dist_es4));
|
|
36726
36726
|
return fromSSO2({
|
|
@@ -36742,7 +36742,7 @@ var init_resolveSsoCredentials2 = __esm(() => {
|
|
|
36742
36742
|
import_client46 = __toESM(require_client2(), 1);
|
|
36743
36743
|
});
|
|
36744
36744
|
|
|
36745
|
-
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js
|
|
36745
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.53/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js
|
|
36746
36746
|
var import_client47, 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, resolveStaticCredentials2 = async (profile, options) => {
|
|
36747
36747
|
options?.logger?.debug("@aws-sdk/credential-provider-ini - resolveStaticCredentials");
|
|
36748
36748
|
const credentials = {
|
|
@@ -36758,7 +36758,7 @@ var init_resolveStaticCredentials2 = __esm(() => {
|
|
|
36758
36758
|
import_client47 = __toESM(require_client2(), 1);
|
|
36759
36759
|
});
|
|
36760
36760
|
|
|
36761
|
-
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js
|
|
36761
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.53/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js
|
|
36762
36762
|
var import_client48, 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, resolveWebIdentityCredentials2 = async (profile, options, callerClientConfig) => Promise.resolve().then(() => (init_dist_es8(), exports_dist_es7)).then(({ fromTokenFile: fromTokenFile2 }) => fromTokenFile2({
|
|
36763
36763
|
webIdentityTokenFile: profile.web_identity_token_file,
|
|
36764
36764
|
roleArn: profile.role_arn,
|
|
@@ -36773,7 +36773,7 @@ var init_resolveWebIdentityCredentials2 = __esm(() => {
|
|
|
36773
36773
|
import_client48 = __toESM(require_client2(), 1);
|
|
36774
36774
|
});
|
|
36775
36775
|
|
|
36776
|
-
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js
|
|
36776
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.53/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js
|
|
36777
36777
|
var import_config34, resolveProfileData2 = async (profileName, profiles, options, callerClientConfig, visitedProfiles = {}, isAssumeRoleRecursiveCall = false) => {
|
|
36778
36778
|
const data = profiles[profileName];
|
|
36779
36779
|
if (Object.keys(visitedProfiles).length > 0 && isStaticCredsProfile2(data)) {
|
|
@@ -36809,7 +36809,7 @@ var init_resolveProfileData2 = __esm(() => {
|
|
|
36809
36809
|
import_config34 = __toESM(require_config(), 1);
|
|
36810
36810
|
});
|
|
36811
36811
|
|
|
36812
|
-
// node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js
|
|
36812
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.53/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js
|
|
36813
36813
|
var import_config35, fromIni2 = (init = {}) => async ({ callerClientConfig } = {}) => {
|
|
36814
36814
|
init.logger?.debug("@aws-sdk/credential-provider-ini - fromIni");
|
|
36815
36815
|
const profiles = await import_config35.parseKnownFiles(init);
|
|
@@ -36822,7 +36822,7 @@ var init_fromIni2 = __esm(() => {
|
|
|
36822
36822
|
import_config35 = __toESM(require_config(), 1);
|
|
36823
36823
|
});
|
|
36824
36824
|
|
|
36825
|
-
// node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js
|
|
36825
|
+
// ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.53/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js
|
|
36826
36826
|
var init_dist_es14 = __esm(() => {
|
|
36827
36827
|
init_fromIni2();
|
|
36828
36828
|
});
|
|
@@ -41346,7 +41346,7 @@ var init_interactive = __esm(() => {
|
|
|
41346
41346
|
init_stdout();
|
|
41347
41347
|
});
|
|
41348
41348
|
|
|
41349
|
-
//
|
|
41349
|
+
// ../events/dist/commander.js
|
|
41350
41350
|
var exports_commander = {};
|
|
41351
41351
|
__export(exports_commander, {
|
|
41352
41352
|
registerEventsCommands: () => registerEventsCommands,
|
|
@@ -41360,8 +41360,12 @@ import { existsSync as existsSync4 } from "fs";
|
|
|
41360
41360
|
import { homedir as homedir5 } from "os";
|
|
41361
41361
|
import { join as join6 } from "path";
|
|
41362
41362
|
import { createHmac, timingSafeEqual } from "crypto";
|
|
41363
|
+
import { lookup as dnsLookup } from "dns/promises";
|
|
41364
|
+
import { isIP as isIP2 } from "net";
|
|
41363
41365
|
import { randomUUID } from "crypto";
|
|
41364
41366
|
import { spawn } from "child_process";
|
|
41367
|
+
import { request as nodeHttpRequest } from "http";
|
|
41368
|
+
import { request as nodeHttpsRequest } from "https";
|
|
41365
41369
|
import { randomUUID as randomUUID2 } from "crypto";
|
|
41366
41370
|
function getPathValue(input, path) {
|
|
41367
41371
|
return path.split(".").reduce((value, part) => {
|
|
@@ -41758,6 +41762,177 @@ function signPayload(secret, timestamp, body) {
|
|
|
41758
41762
|
const digest = createHmac("sha256", secret).update(buildSignatureBase(timestamp, body)).digest("hex");
|
|
41759
41763
|
return `sha256=${digest}`;
|
|
41760
41764
|
}
|
|
41765
|
+
function isPrivateAddress(address) {
|
|
41766
|
+
const normalized = stripZoneId(address);
|
|
41767
|
+
const version2 = isIP2(normalized);
|
|
41768
|
+
if (version2 === 4) {
|
|
41769
|
+
const integer = ipv4ToInt(normalized);
|
|
41770
|
+
if (integer === undefined)
|
|
41771
|
+
return true;
|
|
41772
|
+
return IPV4_PRIVATE_RANGES.some(([low, high]) => integer >= low && integer <= high);
|
|
41773
|
+
}
|
|
41774
|
+
if (version2 === 6) {
|
|
41775
|
+
const groups = ipv6Groups(normalized);
|
|
41776
|
+
if (!groups)
|
|
41777
|
+
return true;
|
|
41778
|
+
for (const prefix of IPV6_SPECIAL_PREFIXES) {
|
|
41779
|
+
if (!ipv6MatchesPrefix(groups, prefix.groups, prefix.bits))
|
|
41780
|
+
continue;
|
|
41781
|
+
if (prefix.bits === 96 && groups[5] === 65535) {
|
|
41782
|
+
return isPrivateAddress(ipv4IntToString(groups[6] << 16 | groups[7]));
|
|
41783
|
+
}
|
|
41784
|
+
if (prefix.bits === 16 && groups[0] === 8194) {
|
|
41785
|
+
return isPrivateAddress(ipv4IntToString(groups[1] << 16 | groups[2]));
|
|
41786
|
+
}
|
|
41787
|
+
return true;
|
|
41788
|
+
}
|
|
41789
|
+
return false;
|
|
41790
|
+
}
|
|
41791
|
+
return true;
|
|
41792
|
+
}
|
|
41793
|
+
async function resolveWebhookTarget(url, policy = {}) {
|
|
41794
|
+
const hostname = normalizeHostname(url.hostname);
|
|
41795
|
+
const allowlist = (policy.allowPrivateHosts ?? []).map((entry) => normalizeHostname(entry.toLowerCase()));
|
|
41796
|
+
if (allowlist.includes(hostname)) {
|
|
41797
|
+
const version22 = isIP2(hostname);
|
|
41798
|
+
if (version22 === 4 || version22 === 6) {
|
|
41799
|
+
return { hostname, addresses: [hostname] };
|
|
41800
|
+
}
|
|
41801
|
+
const lookup2 = policy.lookup ?? defaultTargetLookup;
|
|
41802
|
+
let resolved2;
|
|
41803
|
+
try {
|
|
41804
|
+
resolved2 = await lookup2(hostname);
|
|
41805
|
+
} catch {
|
|
41806
|
+
throw new Error(`Webhook target ${hostname} could not be resolved`);
|
|
41807
|
+
}
|
|
41808
|
+
if (!Array.isArray(resolved2) || resolved2.length === 0) {
|
|
41809
|
+
throw new Error(`Webhook target ${hostname} resolved to no addresses`);
|
|
41810
|
+
}
|
|
41811
|
+
const addresses = resolved2.map((entry) => normalizeHostname(entry.address));
|
|
41812
|
+
return { hostname, addresses };
|
|
41813
|
+
}
|
|
41814
|
+
const version2 = isIP2(hostname);
|
|
41815
|
+
if (version2 === 4 || version2 === 6) {
|
|
41816
|
+
if (isPrivateAddress(hostname)) {
|
|
41817
|
+
throw new Error(`Webhook target ${hostname} is a private or special-use address`);
|
|
41818
|
+
}
|
|
41819
|
+
return { hostname, addresses: [hostname] };
|
|
41820
|
+
}
|
|
41821
|
+
const lookup = policy.lookup ?? defaultTargetLookup;
|
|
41822
|
+
let resolved;
|
|
41823
|
+
try {
|
|
41824
|
+
resolved = await lookup(hostname);
|
|
41825
|
+
} catch {
|
|
41826
|
+
throw new Error(`Webhook target ${hostname} could not be resolved`);
|
|
41827
|
+
}
|
|
41828
|
+
if (!Array.isArray(resolved) || resolved.length === 0) {
|
|
41829
|
+
throw new Error(`Webhook target ${hostname} resolved to no addresses`);
|
|
41830
|
+
}
|
|
41831
|
+
const allowed = [];
|
|
41832
|
+
for (const entry of resolved) {
|
|
41833
|
+
const address = normalizeHostname(entry.address);
|
|
41834
|
+
if (isPrivateAddress(address)) {
|
|
41835
|
+
if (allowlist.includes(address)) {
|
|
41836
|
+
allowed.push(address);
|
|
41837
|
+
continue;
|
|
41838
|
+
}
|
|
41839
|
+
throw new Error(`Webhook target ${hostname} resolves to private or special-use address ${address}`);
|
|
41840
|
+
}
|
|
41841
|
+
allowed.push(address);
|
|
41842
|
+
}
|
|
41843
|
+
if (allowed.length === 0) {
|
|
41844
|
+
throw new Error(`Webhook target ${hostname} resolved to no public addresses`);
|
|
41845
|
+
}
|
|
41846
|
+
return { hostname, addresses: allowed };
|
|
41847
|
+
}
|
|
41848
|
+
function normalizeMaxRedirects(value) {
|
|
41849
|
+
if (value === undefined)
|
|
41850
|
+
return DEFAULT_MAX_REDIRECTS;
|
|
41851
|
+
if (!Number.isInteger(value) || value < 0)
|
|
41852
|
+
throw new Error("webhookTargetPolicy.maxRedirects must be a non-negative integer");
|
|
41853
|
+
return value;
|
|
41854
|
+
}
|
|
41855
|
+
function normalizeHostname(hostname) {
|
|
41856
|
+
const lower = hostname.toLowerCase();
|
|
41857
|
+
if (lower.startsWith("[") && lower.endsWith("]"))
|
|
41858
|
+
return lower.slice(1, -1);
|
|
41859
|
+
return lower;
|
|
41860
|
+
}
|
|
41861
|
+
function stripZoneId(address) {
|
|
41862
|
+
const percent = address.indexOf("%");
|
|
41863
|
+
return percent === -1 ? address : address.slice(0, percent);
|
|
41864
|
+
}
|
|
41865
|
+
function ipv4ToInt(address) {
|
|
41866
|
+
const parts = address.split(".");
|
|
41867
|
+
if (parts.length !== 4)
|
|
41868
|
+
return;
|
|
41869
|
+
let value = 0;
|
|
41870
|
+
for (const part of parts) {
|
|
41871
|
+
if (!/^\d{1,3}$/.test(part))
|
|
41872
|
+
return;
|
|
41873
|
+
const octet = Number(part);
|
|
41874
|
+
if (octet > 255)
|
|
41875
|
+
return;
|
|
41876
|
+
value = value << 8 | octet;
|
|
41877
|
+
}
|
|
41878
|
+
return value >>> 0;
|
|
41879
|
+
}
|
|
41880
|
+
function ipv4IntToString(integer) {
|
|
41881
|
+
return [
|
|
41882
|
+
integer >>> 24 & 255,
|
|
41883
|
+
integer >>> 16 & 255,
|
|
41884
|
+
integer >>> 8 & 255,
|
|
41885
|
+
integer & 255
|
|
41886
|
+
].join(".");
|
|
41887
|
+
}
|
|
41888
|
+
function ipv6Groups(address) {
|
|
41889
|
+
const raw = stripZoneId(address);
|
|
41890
|
+
const doubleColon = raw.indexOf("::");
|
|
41891
|
+
const headText = doubleColon === -1 ? raw : raw.slice(0, doubleColon);
|
|
41892
|
+
const tailText = doubleColon === -1 ? "" : raw.slice(doubleColon + 2);
|
|
41893
|
+
const parseGroups = (text) => {
|
|
41894
|
+
if (text === "")
|
|
41895
|
+
return [];
|
|
41896
|
+
const out = [];
|
|
41897
|
+
for (const part of text.split(":")) {
|
|
41898
|
+
if (part.includes(".")) {
|
|
41899
|
+
const v4 = ipv4ToInt(part);
|
|
41900
|
+
if (v4 === undefined)
|
|
41901
|
+
return;
|
|
41902
|
+
out.push(v4 >>> 16 & 65535, v4 & 65535);
|
|
41903
|
+
} else {
|
|
41904
|
+
if (!/^[0-9a-fA-F]{1,4}$/.test(part))
|
|
41905
|
+
return;
|
|
41906
|
+
out.push(parseInt(part, 16));
|
|
41907
|
+
}
|
|
41908
|
+
}
|
|
41909
|
+
return out;
|
|
41910
|
+
};
|
|
41911
|
+
const head = parseGroups(headText);
|
|
41912
|
+
if (!head)
|
|
41913
|
+
return;
|
|
41914
|
+
const tail = parseGroups(tailText);
|
|
41915
|
+
if (!tail)
|
|
41916
|
+
return;
|
|
41917
|
+
const total = head.length + tail.length;
|
|
41918
|
+
if (doubleColon === -1) {
|
|
41919
|
+
return total === 8 ? head : undefined;
|
|
41920
|
+
}
|
|
41921
|
+
if (total >= 8)
|
|
41922
|
+
return;
|
|
41923
|
+
return [...head, ...new Array(8 - total).fill(0), ...tail];
|
|
41924
|
+
}
|
|
41925
|
+
function ipv6MatchesPrefix(groups, prefixGroups, prefixBits) {
|
|
41926
|
+
let remaining = prefixBits;
|
|
41927
|
+
for (let index = 0;index < prefixGroups.length && remaining > 0; index += 1) {
|
|
41928
|
+
const take = Math.min(16, remaining);
|
|
41929
|
+
const mask = 65535 << 16 - take & 65535;
|
|
41930
|
+
if ((groups[index] & mask) !== (prefixGroups[index] & mask))
|
|
41931
|
+
return false;
|
|
41932
|
+
remaining -= take;
|
|
41933
|
+
}
|
|
41934
|
+
return true;
|
|
41935
|
+
}
|
|
41761
41936
|
function now() {
|
|
41762
41937
|
return new Date().toISOString();
|
|
41763
41938
|
}
|
|
@@ -41788,9 +41963,18 @@ function buildWebhookRequest(event, channel, options = {}) {
|
|
|
41788
41963
|
}
|
|
41789
41964
|
return { body, headers };
|
|
41790
41965
|
}
|
|
41966
|
+
function normalizeWebhookUrl(raw) {
|
|
41967
|
+
const url = new URL(raw);
|
|
41968
|
+
if (url.username !== "" || url.password !== "") {
|
|
41969
|
+
url.username = "";
|
|
41970
|
+
url.password = "";
|
|
41971
|
+
}
|
|
41972
|
+
return url.toString();
|
|
41973
|
+
}
|
|
41791
41974
|
async function dispatchWebhook(event, channel, options = {}) {
|
|
41792
41975
|
if (!channel.webhook)
|
|
41793
41976
|
throw new Error(`Channel ${channel.id} has no webhook config`);
|
|
41977
|
+
const webhookUrl = normalizeWebhookUrl(channel.webhook.url);
|
|
41794
41978
|
const startedAt = now();
|
|
41795
41979
|
let secret = channel.webhook.secret;
|
|
41796
41980
|
if (channel.webhook.secretRef) {
|
|
@@ -41807,10 +41991,14 @@ async function dispatchWebhook(event, channel, options = {}) {
|
|
|
41807
41991
|
}
|
|
41808
41992
|
const timestamp = (options.now?.() ?? new Date).toISOString();
|
|
41809
41993
|
const { body, headers } = buildWebhookRequest(event, channel, { secret, timestamp });
|
|
41994
|
+
const validateTargets = options.webhookTargetPolicy !== undefined || options.fetchImpl === undefined;
|
|
41995
|
+
if (validateTargets) {
|
|
41996
|
+
return dispatchValidatedWebhook(event, channel, { body, headers, startedAt, options });
|
|
41997
|
+
}
|
|
41810
41998
|
const controller = new AbortController;
|
|
41811
41999
|
const timeout = setTimeout(() => controller.abort(), channel.webhook.timeoutMs ?? 15000);
|
|
41812
42000
|
try {
|
|
41813
|
-
const response = await (options.fetchImpl ?? fetch)(
|
|
42001
|
+
const response = await (options.fetchImpl ?? fetch)(webhookUrl, {
|
|
41814
42002
|
method: "POST",
|
|
41815
42003
|
headers,
|
|
41816
42004
|
body,
|
|
@@ -41838,6 +42026,130 @@ async function dispatchWebhook(event, channel, options = {}) {
|
|
|
41838
42026
|
clearTimeout(timeout);
|
|
41839
42027
|
}
|
|
41840
42028
|
}
|
|
42029
|
+
function isRedirectStatus(status) {
|
|
42030
|
+
return status === 301 || status === 302 || status === 303 || status === 307 || status === 308;
|
|
42031
|
+
}
|
|
42032
|
+
function redirectKeepsBody(status) {
|
|
42033
|
+
return status === 307 || status === 308;
|
|
42034
|
+
}
|
|
42035
|
+
async function pinnedNativeRequest(target, addresses, method, headers, body, signal, tls2) {
|
|
42036
|
+
const isHttps = target.protocol === "https:";
|
|
42037
|
+
if (!isHttps && target.protocol !== "http:") {
|
|
42038
|
+
throw new Error(`Webhook target uses unsupported protocol ${target.protocol}`);
|
|
42039
|
+
}
|
|
42040
|
+
const defaultPort = isHttps ? 443 : 80;
|
|
42041
|
+
const port = target.port ? Number(target.port) : defaultPort;
|
|
42042
|
+
const requestOptions = {
|
|
42043
|
+
hostname: target.hostname,
|
|
42044
|
+
port,
|
|
42045
|
+
path: `${target.pathname}${target.search}`,
|
|
42046
|
+
method,
|
|
42047
|
+
headers,
|
|
42048
|
+
...tls2?.ca ? { ca: tls2.ca } : {},
|
|
42049
|
+
lookup: (hostname, _options, callback) => {
|
|
42050
|
+
const entries = addresses.map((address) => ({
|
|
42051
|
+
address,
|
|
42052
|
+
family: address.includes(":") ? 6 : 4
|
|
42053
|
+
}));
|
|
42054
|
+
callback(null, entries);
|
|
42055
|
+
}
|
|
42056
|
+
};
|
|
42057
|
+
return new Promise((resolve3, reject) => {
|
|
42058
|
+
const request = isHttps ? nodeHttpsRequest(requestOptions, onResponse) : nodeHttpRequest(requestOptions, onResponse);
|
|
42059
|
+
const onAbort = () => {
|
|
42060
|
+
const error = new Error("The operation was aborted.");
|
|
42061
|
+
error.name = "AbortError";
|
|
42062
|
+
request.destroy(error);
|
|
42063
|
+
};
|
|
42064
|
+
if (signal.aborted)
|
|
42065
|
+
onAbort();
|
|
42066
|
+
else
|
|
42067
|
+
signal.addEventListener("abort", onAbort, { once: true });
|
|
42068
|
+
request.on("error", reject);
|
|
42069
|
+
if (body !== undefined)
|
|
42070
|
+
request.write(body);
|
|
42071
|
+
request.end();
|
|
42072
|
+
function onResponse(response) {
|
|
42073
|
+
const chunks = [];
|
|
42074
|
+
response.on("data", (chunk) => chunks.push(Buffer.from(chunk)));
|
|
42075
|
+
response.on("error", reject);
|
|
42076
|
+
response.on("end", () => {
|
|
42077
|
+
const headersRecord = {};
|
|
42078
|
+
for (const [name, value] of Object.entries(response.headers)) {
|
|
42079
|
+
if (typeof value === "string")
|
|
42080
|
+
headersRecord[name] = value;
|
|
42081
|
+
else if (Array.isArray(value))
|
|
42082
|
+
headersRecord[name] = value.join(", ");
|
|
42083
|
+
}
|
|
42084
|
+
resolve3(new Response(Buffer.concat(chunks), { status: response.statusCode ?? 200, headers: headersRecord }));
|
|
42085
|
+
});
|
|
42086
|
+
}
|
|
42087
|
+
});
|
|
42088
|
+
}
|
|
42089
|
+
async function dispatchValidatedWebhook(event, channel, input) {
|
|
42090
|
+
const { body, headers, startedAt, options } = input;
|
|
42091
|
+
const webhook = channel.webhook;
|
|
42092
|
+
if (!webhook)
|
|
42093
|
+
throw new Error(`Channel ${channel.id} has no webhook config`);
|
|
42094
|
+
const policy = options.webhookTargetPolicy ?? {};
|
|
42095
|
+
const maxRedirects = normalizeMaxRedirects(policy.maxRedirects);
|
|
42096
|
+
const controller = new AbortController;
|
|
42097
|
+
const timeout = setTimeout(() => controller.abort(), webhook.timeoutMs ?? 15000);
|
|
42098
|
+
try {
|
|
42099
|
+
let target = new URL(normalizeWebhookUrl(webhook.url));
|
|
42100
|
+
let requestHeaders = headers;
|
|
42101
|
+
let method = "POST";
|
|
42102
|
+
let requestBody = body;
|
|
42103
|
+
let redirectsFollowed = 0;
|
|
42104
|
+
for (;; ) {
|
|
42105
|
+
const resolved = await resolveWebhookTarget(target, policy).catch((error) => {
|
|
42106
|
+
throw new Error(`Webhook target rejected by SSRF guard: ${error.message}`);
|
|
42107
|
+
});
|
|
42108
|
+
const response = options.fetchImpl ? await options.fetchImpl(target, {
|
|
42109
|
+
method,
|
|
42110
|
+
headers: requestHeaders,
|
|
42111
|
+
body: requestBody,
|
|
42112
|
+
signal: controller.signal,
|
|
42113
|
+
redirect: "manual"
|
|
42114
|
+
}) : await pinnedNativeRequest(target, resolved.addresses, method, requestHeaders, requestBody, controller.signal, options.tls);
|
|
42115
|
+
const location = response.headers.get("location");
|
|
42116
|
+
if (isRedirectStatus(response.status) && location) {
|
|
42117
|
+
if (redirectsFollowed >= maxRedirects) {
|
|
42118
|
+
return failedAttempt(startedAt, `Webhook target exceeded ${maxRedirects} redirects`);
|
|
42119
|
+
}
|
|
42120
|
+
redirectsFollowed += 1;
|
|
42121
|
+
const next = new URL(location, target);
|
|
42122
|
+
target = next;
|
|
42123
|
+
if (!redirectKeepsBody(response.status)) {
|
|
42124
|
+
method = "GET";
|
|
42125
|
+
requestBody = undefined;
|
|
42126
|
+
requestHeaders = Object.fromEntries(Object.entries(requestHeaders).filter(([name]) => name.toLowerCase() !== "content-type" && name.toLowerCase() !== "content-length"));
|
|
42127
|
+
}
|
|
42128
|
+
continue;
|
|
42129
|
+
}
|
|
42130
|
+
const responseBody = truncate(await response.text());
|
|
42131
|
+
return {
|
|
42132
|
+
attempt: 1,
|
|
42133
|
+
status: response.ok ? "success" : "failed",
|
|
42134
|
+
startedAt,
|
|
42135
|
+
completedAt: now(),
|
|
42136
|
+
responseStatus: response.status,
|
|
42137
|
+
responseBody,
|
|
42138
|
+
error: response.ok ? undefined : `Webhook returned HTTP ${response.status}`
|
|
42139
|
+
};
|
|
42140
|
+
}
|
|
42141
|
+
} catch (error) {
|
|
42142
|
+
return {
|
|
42143
|
+
attempt: 1,
|
|
42144
|
+
status: "failed",
|
|
42145
|
+
startedAt,
|
|
42146
|
+
completedAt: now(),
|
|
42147
|
+
error: error instanceof Error ? error.message : String(error)
|
|
42148
|
+
};
|
|
42149
|
+
} finally {
|
|
42150
|
+
clearTimeout(timeout);
|
|
42151
|
+
}
|
|
42152
|
+
}
|
|
41841
42153
|
function failedAttempt(startedAt, error) {
|
|
41842
42154
|
return {
|
|
41843
42155
|
attempt: 1,
|
|
@@ -42033,7 +42345,9 @@ class EventsClient {
|
|
|
42033
42345
|
this.transportOptions = {
|
|
42034
42346
|
fetchImpl: options.fetchImpl,
|
|
42035
42347
|
secretResolver: options.secretResolver,
|
|
42036
|
-
now: options.now
|
|
42348
|
+
now: options.now,
|
|
42349
|
+
tls: options.tls,
|
|
42350
|
+
webhookTargetPolicy: options.webhookTargetPolicy
|
|
42037
42351
|
};
|
|
42038
42352
|
this.catalog = options.catalog ?? defaultEventTypeCatalog;
|
|
42039
42353
|
this.validateCatalogTypes = options.validateCatalogTypes ?? false;
|
|
@@ -42513,9 +42827,44 @@ function replaySummary(events, deliveries, nextCursor) {
|
|
|
42513
42827
|
const suffix = nextCursor ? `, next cursor: ${nextCursor}` : "";
|
|
42514
42828
|
return `Replayed ${events} event(s), ${deliveries} delivery result(s)${suffix}`;
|
|
42515
42829
|
}
|
|
42516
|
-
var HASNA_EVENTS_DIR_ENV = "HASNA_EVENTS_DIR", HASNA_EVENTS_HOME_ENV = "HASNA_EVENTS_HOME", LOCAL_JSON_EVENT_CURSOR_PREFIX = "local-json-v1:", DEFAULT_EVENT_PAGE_LIMIT = 100, MAX_EVENT_PAGE_LIMIT = 1000, DEFAULT_SIGNATURE_TOLERANCE_MS,
|
|
42830
|
+
var HASNA_EVENTS_DIR_ENV = "HASNA_EVENTS_DIR", HASNA_EVENTS_HOME_ENV = "HASNA_EVENTS_HOME", LOCAL_JSON_EVENT_CURSOR_PREFIX = "local-json-v1:", DEFAULT_EVENT_PAGE_LIMIT = 100, MAX_EVENT_PAGE_LIMIT = 1000, DEFAULT_SIGNATURE_TOLERANCE_MS, DEFAULT_MAX_REDIRECTS = 5, IPV4_PRIVATE_RANGES, IPV6_SPECIAL_PREFIXES, defaultTargetLookup = async (hostname) => {
|
|
42831
|
+
return dnsLookup(hostname, { all: true, verbatim: false });
|
|
42832
|
+
}, EventValidationError, defaultEventTypeCatalog, APP_EVENT_V1_MAX_DATA_BYTES, DEFAULT_EVENT_LIST_LIMIT = 100;
|
|
42517
42833
|
var init_commander = __esm(() => {
|
|
42518
42834
|
DEFAULT_SIGNATURE_TOLERANCE_MS = 5 * 60 * 1000;
|
|
42835
|
+
IPV4_PRIVATE_RANGES = [
|
|
42836
|
+
[0, 16777215],
|
|
42837
|
+
[167772160, 184549375],
|
|
42838
|
+
[1681915904, 1686110207],
|
|
42839
|
+
[2130706432, 2147483647],
|
|
42840
|
+
[2851995648, 2852061183],
|
|
42841
|
+
[2886729728, 2887778303],
|
|
42842
|
+
[3221225472, 3221225727],
|
|
42843
|
+
[3221225984, 3221226239],
|
|
42844
|
+
[3227017984, 3227018239],
|
|
42845
|
+
[3232235520, 3232301055],
|
|
42846
|
+
[3323068416, 3323199487],
|
|
42847
|
+
[3325256704, 3325256959],
|
|
42848
|
+
[3405803776, 3405804031],
|
|
42849
|
+
[3758096384, 4294967295]
|
|
42850
|
+
];
|
|
42851
|
+
IPV6_SPECIAL_PREFIXES = [
|
|
42852
|
+
{ groups: [0, 0, 0, 0, 0, 0, 0, 0], bits: 128 },
|
|
42853
|
+
{ groups: [0, 0, 0, 0, 0, 0, 0, 1], bits: 128 },
|
|
42854
|
+
{ groups: [0, 0, 0, 0, 0, 65535, 0, 0], bits: 96 },
|
|
42855
|
+
{ groups: [100, 65435, 0, 0, 0, 0, 0, 0], bits: 96 },
|
|
42856
|
+
{ groups: [256, 0, 0, 0, 0, 0, 0, 0], bits: 64 },
|
|
42857
|
+
{ groups: [8193, 0, 0, 0, 0, 0, 0, 0], bits: 32 },
|
|
42858
|
+
{ groups: [8193, 2, 0, 0, 0, 0, 0, 0], bits: 48 },
|
|
42859
|
+
{ groups: [8193, 16, 0, 0, 0, 0, 0, 0], bits: 28 },
|
|
42860
|
+
{ groups: [8193, 3512, 0, 0, 0, 0, 0, 0], bits: 32 },
|
|
42861
|
+
{ groups: [8194, 0, 0, 0, 0, 0, 0, 0], bits: 16 },
|
|
42862
|
+
{ groups: [16383, 0, 0, 0, 0, 0, 0, 0], bits: 20 },
|
|
42863
|
+
{ groups: [64512, 0, 0, 0, 0, 0, 0, 0], bits: 7 },
|
|
42864
|
+
{ groups: [65152, 0, 0, 0, 0, 0, 0, 0], bits: 10 },
|
|
42865
|
+
{ groups: [65216, 0, 0, 0, 0, 0, 0, 0], bits: 10 },
|
|
42866
|
+
{ groups: [65280, 0, 0, 0, 0, 0, 0, 0], bits: 8 }
|
|
42867
|
+
];
|
|
42519
42868
|
EventValidationError = class EventValidationError extends Error {
|
|
42520
42869
|
eventType;
|
|
42521
42870
|
issues;
|
|
@@ -42531,7 +42880,7 @@ var init_commander = __esm(() => {
|
|
|
42531
42880
|
APP_EVENT_V1_MAX_DATA_BYTES = 32 * 1024;
|
|
42532
42881
|
});
|
|
42533
42882
|
|
|
42534
|
-
// node_modules/commander/esm.mjs
|
|
42883
|
+
// ../../node_modules/.bun/commander@13.1.0/node_modules/commander/esm.mjs
|
|
42535
42884
|
var import__ = __toESM(require_commander(), 1);
|
|
42536
42885
|
var {
|
|
42537
42886
|
program,
|
|
@@ -45430,7 +45779,7 @@ function registerServeCommand(program2) {
|
|
|
45430
45779
|
});
|
|
45431
45780
|
}
|
|
45432
45781
|
|
|
45433
|
-
//
|
|
45782
|
+
// ../contracts/dist/auth/index.js
|
|
45434
45783
|
var MAX_TENANT_ID_LENGTH = 64;
|
|
45435
45784
|
var TENANT_ID_PATTERN = new RegExp(`^[A-Za-z0-9][A-Za-z0-9._-]{0,${MAX_TENANT_ID_LENGTH - 1}}$`);
|
|
45436
45785
|
var UUID_HEX = "[0-9a-fA-F]";
|