@hasna/domains 0.0.42 → 0.0.44
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 +308 -308
- package/dist/generated/storage-kit/index.d.ts +1 -1
- package/dist/index.js +196 -196
- package/dist/mcp/index.js +224 -204
- package/dist/sdk/index.js +1 -1
- package/dist/server/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -948,7 +948,7 @@ var init_domain_history = __esm(() => {
|
|
|
948
948
|
];
|
|
949
949
|
});
|
|
950
950
|
|
|
951
|
-
//
|
|
951
|
+
// node_modules/@smithy/types/dist-cjs/index.js
|
|
952
952
|
var require_dist_cjs = __commonJS((exports) => {
|
|
953
953
|
var HttpAuthLocation;
|
|
954
954
|
(function(HttpAuthLocation2) {
|
|
@@ -1039,7 +1039,7 @@ var require_dist_cjs = __commonJS((exports) => {
|
|
|
1039
1039
|
exports.resolveDefaultRuntimeConfig = resolveDefaultRuntimeConfig;
|
|
1040
1040
|
});
|
|
1041
1041
|
|
|
1042
|
-
//
|
|
1042
|
+
// node_modules/@smithy/core/dist-cjs/submodules/transport/index.js
|
|
1043
1043
|
var require_transport = __commonJS((exports) => {
|
|
1044
1044
|
var { SMITHY_CONTEXT_KEY } = require_dist_cjs();
|
|
1045
1045
|
var getSmithyContext = (context) => context[SMITHY_CONTEXT_KEY] || (context[SMITHY_CONTEXT_KEY] = {});
|
|
@@ -1206,7 +1206,7 @@ var require_transport = __commonJS((exports) => {
|
|
|
1206
1206
|
exports.toEndpointV1 = toEndpointV1;
|
|
1207
1207
|
});
|
|
1208
1208
|
|
|
1209
|
-
//
|
|
1209
|
+
// node_modules/@smithy/core/dist-cjs/submodules/schema/index.js
|
|
1210
1210
|
var require_schema = __commonJS((exports) => {
|
|
1211
1211
|
var { getSmithyContext, HttpResponse, toEndpointV1 } = require_transport();
|
|
1212
1212
|
var deref = (schemaRef) => {
|
|
@@ -1339,8 +1339,6 @@ var require_schema = __commonJS((exports) => {
|
|
|
1339
1339
|
|
|
1340
1340
|
class ListSchema extends Schema {
|
|
1341
1341
|
static symbol = Symbol.for("@smithy/lis");
|
|
1342
|
-
name;
|
|
1343
|
-
traits;
|
|
1344
1342
|
valueSchema;
|
|
1345
1343
|
symbol = ListSchema.symbol;
|
|
1346
1344
|
}
|
|
@@ -1353,8 +1351,6 @@ var require_schema = __commonJS((exports) => {
|
|
|
1353
1351
|
|
|
1354
1352
|
class MapSchema extends Schema {
|
|
1355
1353
|
static symbol = Symbol.for("@smithy/map");
|
|
1356
|
-
name;
|
|
1357
|
-
traits;
|
|
1358
1354
|
keySchema;
|
|
1359
1355
|
valueSchema;
|
|
1360
1356
|
symbol = MapSchema.symbol;
|
|
@@ -1369,8 +1365,6 @@ var require_schema = __commonJS((exports) => {
|
|
|
1369
1365
|
|
|
1370
1366
|
class OperationSchema extends Schema {
|
|
1371
1367
|
static symbol = Symbol.for("@smithy/ope");
|
|
1372
|
-
name;
|
|
1373
|
-
traits;
|
|
1374
1368
|
input;
|
|
1375
1369
|
output;
|
|
1376
1370
|
symbol = OperationSchema.symbol;
|
|
@@ -1385,8 +1379,6 @@ var require_schema = __commonJS((exports) => {
|
|
|
1385
1379
|
|
|
1386
1380
|
class StructureSchema extends Schema {
|
|
1387
1381
|
static symbol = Symbol.for("@smithy/str");
|
|
1388
|
-
name;
|
|
1389
|
-
traits;
|
|
1390
1382
|
memberNames;
|
|
1391
1383
|
memberList;
|
|
1392
1384
|
symbol = StructureSchema.symbol;
|
|
@@ -1721,9 +1713,7 @@ var require_schema = __commonJS((exports) => {
|
|
|
1721
1713
|
|
|
1722
1714
|
class SimpleSchema extends Schema {
|
|
1723
1715
|
static symbol = Symbol.for("@smithy/sim");
|
|
1724
|
-
name;
|
|
1725
1716
|
schemaRef;
|
|
1726
|
-
traits;
|
|
1727
1717
|
symbol = SimpleSchema.symbol;
|
|
1728
1718
|
}
|
|
1729
1719
|
var sim = (namespace, name, schemaRef, traits) => Schema.assign(new SimpleSchema, {
|
|
@@ -1885,7 +1875,7 @@ var require_schema = __commonJS((exports) => {
|
|
|
1885
1875
|
exports.translateTraits = translateTraits;
|
|
1886
1876
|
});
|
|
1887
1877
|
|
|
1888
|
-
//
|
|
1878
|
+
// node_modules/@smithy/core/dist-cjs/submodules/client/index.js
|
|
1889
1879
|
var require_client = __commonJS((exports) => {
|
|
1890
1880
|
var { getSmithyContext, normalizeProvider } = require_transport();
|
|
1891
1881
|
exports.getSmithyContext = getSmithyContext;
|
|
@@ -2954,7 +2944,7 @@ var require_client = __commonJS((exports) => {
|
|
|
2954
2944
|
exports.withBaseException = withBaseException;
|
|
2955
2945
|
});
|
|
2956
2946
|
|
|
2957
|
-
//
|
|
2947
|
+
// node_modules/@smithy/core/dist-cjs/submodules/config/index.js
|
|
2958
2948
|
var require_config = __commonJS((exports) => {
|
|
2959
2949
|
var { homedir: homedir2 } = __require("os");
|
|
2960
2950
|
var { sep, join: join3 } = __require("path");
|
|
@@ -3649,7 +3639,7 @@ var require_config = __commonJS((exports) => {
|
|
|
3649
3639
|
exports.resolveRegionConfig = resolveRegionConfig;
|
|
3650
3640
|
});
|
|
3651
3641
|
|
|
3652
|
-
//
|
|
3642
|
+
// node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js
|
|
3653
3643
|
var require_endpoints = __commonJS((exports) => {
|
|
3654
3644
|
var { CONFIG_PREFIX_SEPARATOR, booleanSelector, SelectorType, loadConfig } = require_config();
|
|
3655
3645
|
var { toEndpointV1, getSmithyContext, normalizeProvider, isValidHostLabel } = require_transport();
|
|
@@ -4461,7 +4451,7 @@ var require_endpoints = __commonJS((exports) => {
|
|
|
4461
4451
|
exports.resolveParams = resolveParams;
|
|
4462
4452
|
});
|
|
4463
4453
|
|
|
4464
|
-
//
|
|
4454
|
+
// node_modules/@smithy/core/dist-cjs/submodules/serde/index.js
|
|
4465
4455
|
var require_serde = __commonJS((exports) => {
|
|
4466
4456
|
var { createHmac, createHash: createHash2, getRandomValues } = __require("crypto");
|
|
4467
4457
|
var { ReadStream, lstatSync, fstatSync } = __require("fs");
|
|
@@ -6099,7 +6089,7 @@ ${value}\r
|
|
|
6099
6089
|
exports.v4 = v4;
|
|
6100
6090
|
});
|
|
6101
6091
|
|
|
6102
|
-
//
|
|
6092
|
+
// node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js
|
|
6103
6093
|
var require_checksum = __commonJS((exports) => {
|
|
6104
6094
|
var { createReadStream } = __require("fs");
|
|
6105
6095
|
var { Writable } = __require("stream");
|
|
@@ -6715,7 +6705,7 @@ var require_checksum = __commonJS((exports) => {
|
|
|
6715
6705
|
exports.readableStreamHasher = readableStreamHasher;
|
|
6716
6706
|
});
|
|
6717
6707
|
|
|
6718
|
-
//
|
|
6708
|
+
// node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js
|
|
6719
6709
|
var require_event_streams = __commonJS((exports) => {
|
|
6720
6710
|
var { Crc32 } = require_checksum();
|
|
6721
6711
|
var { toHex, fromHex, toUtf8, fromUtf8 } = require_serde();
|
|
@@ -7598,7 +7588,7 @@ var require_event_streams = __commonJS((exports) => {
|
|
|
7598
7588
|
exports.universalEventStreamSerdeProvider = eventStreamSerdeProvider$1;
|
|
7599
7589
|
});
|
|
7600
7590
|
|
|
7601
|
-
//
|
|
7591
|
+
// node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js
|
|
7602
7592
|
var require_protocols = __commonJS((exports) => {
|
|
7603
7593
|
var { Uint8ArrayBlobAdapter, sdkStreamMixin, splitEvery, splitHeader, fromBase64, _parseEpochTimestamp, _parseRfc7231DateTime, _parseRfc3339DateTimeWithOffset, LazyJsonString, NumericValue, toUtf8, fromUtf8, generateIdempotencyToken, toBase64, dateToUtcString, quoteHeader } = require_serde();
|
|
7604
7594
|
var { TypeRegistry, NormalizedSchema, translateTraits } = require_schema();
|
|
@@ -8483,24 +8473,27 @@ var require_protocols = __commonJS((exports) => {
|
|
|
8483
8473
|
}
|
|
8484
8474
|
}
|
|
8485
8475
|
var getHttpHandlerExtensionConfiguration = (runtimeConfig) => {
|
|
8476
|
+
if (runtimeConfig.logger && runtimeConfig.logger.constructor?.name !== "NoOpLogger") {
|
|
8477
|
+
runtimeConfig.requestHandler?.updateHttpClientConfig?.(Symbol.for("logger"), runtimeConfig.logger);
|
|
8478
|
+
}
|
|
8486
8479
|
return {
|
|
8487
8480
|
setHttpHandler(handler) {
|
|
8488
|
-
runtimeConfig.
|
|
8481
|
+
runtimeConfig.requestHandler = handler;
|
|
8489
8482
|
},
|
|
8490
8483
|
httpHandler() {
|
|
8491
|
-
return runtimeConfig.
|
|
8484
|
+
return runtimeConfig.requestHandler;
|
|
8492
8485
|
},
|
|
8493
8486
|
updateHttpClientConfig(key, value) {
|
|
8494
|
-
runtimeConfig.
|
|
8487
|
+
runtimeConfig.requestHandler?.updateHttpClientConfig(key, value);
|
|
8495
8488
|
},
|
|
8496
8489
|
httpHandlerConfigs() {
|
|
8497
|
-
return runtimeConfig.
|
|
8490
|
+
return runtimeConfig.requestHandler.httpHandlerConfigs();
|
|
8498
8491
|
}
|
|
8499
8492
|
};
|
|
8500
8493
|
};
|
|
8501
8494
|
var resolveHttpHandlerRuntimeConfig = (httpHandlerExtensionConfiguration) => {
|
|
8502
8495
|
return {
|
|
8503
|
-
|
|
8496
|
+
requestHandler: httpHandlerExtensionConfiguration.httpHandler()
|
|
8504
8497
|
};
|
|
8505
8498
|
};
|
|
8506
8499
|
var CONTENT_LENGTH_HEADER = "content-length";
|
|
@@ -8584,7 +8577,7 @@ var require_protocols = __commonJS((exports) => {
|
|
|
8584
8577
|
exports.resolvedPath = resolvedPath;
|
|
8585
8578
|
});
|
|
8586
8579
|
|
|
8587
|
-
//
|
|
8580
|
+
// node_modules/@smithy/core/dist-cjs/submodules/retry/index.js
|
|
8588
8581
|
var require_retry = __commonJS((exports) => {
|
|
8589
8582
|
var { Readable } = __require("stream");
|
|
8590
8583
|
var { NoOpLogger, normalizeProvider } = require_client();
|
|
@@ -9381,7 +9374,7 @@ var require_retry = __commonJS((exports) => {
|
|
|
9381
9374
|
exports.retryMiddlewareOptions = retryMiddlewareOptions;
|
|
9382
9375
|
});
|
|
9383
9376
|
|
|
9384
|
-
//
|
|
9377
|
+
// node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js
|
|
9385
9378
|
var require_invoke_store = __commonJS((exports) => {
|
|
9386
9379
|
var PROTECTED_KEYS = {
|
|
9387
9380
|
REQUEST_ID: Symbol.for("_AWS_LAMBDA_REQUEST_ID"),
|
|
@@ -9510,7 +9503,7 @@ var require_invoke_store = __commonJS((exports) => {
|
|
|
9510
9503
|
exports.InvokeStoreBase = InvokeStoreBase;
|
|
9511
9504
|
});
|
|
9512
9505
|
|
|
9513
|
-
//
|
|
9506
|
+
// node_modules/@smithy/core/dist-cjs/index.js
|
|
9514
9507
|
var require_dist_cjs2 = __commonJS((exports) => {
|
|
9515
9508
|
var { getSmithyContext } = require_transport();
|
|
9516
9509
|
exports.getSmithyContext = getSmithyContext;
|
|
@@ -9836,7 +9829,7 @@ var require_dist_cjs2 = __commonJS((exports) => {
|
|
|
9836
9829
|
exports.setFeature = setFeature;
|
|
9837
9830
|
});
|
|
9838
9831
|
|
|
9839
|
-
//
|
|
9832
|
+
// node_modules/bowser/es5.js
|
|
9840
9833
|
var require_es5 = __commonJS((exports, module) => {
|
|
9841
9834
|
(function(e, t) {
|
|
9842
9835
|
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();
|
|
@@ -10676,7 +10669,7 @@ var require_es5 = __commonJS((exports, module) => {
|
|
|
10676
10669
|
});
|
|
10677
10670
|
});
|
|
10678
10671
|
|
|
10679
|
-
//
|
|
10672
|
+
// node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js
|
|
10680
10673
|
var require_client2 = __commonJS((exports) => {
|
|
10681
10674
|
var { Retry, RETRY_MODES } = require_retry();
|
|
10682
10675
|
var { HttpRequest, parseUrl } = require_protocols();
|
|
@@ -11614,7 +11607,7 @@ More information can be found at: https://a.co/c895JFp`);
|
|
|
11614
11607
|
exports.userAgentMiddleware = userAgentMiddleware;
|
|
11615
11608
|
});
|
|
11616
11609
|
|
|
11617
|
-
//
|
|
11610
|
+
// node_modules/@smithy/signature-v4/dist-cjs/index.js
|
|
11618
11611
|
var require_dist_cjs3 = __commonJS((exports) => {
|
|
11619
11612
|
var { fromUtf8, fromHex, toHex, toUint8Array, isArrayBuffer } = require_serde();
|
|
11620
11613
|
var { normalizeProvider } = require_client();
|
|
@@ -12154,7 +12147,7 @@ ${toHex(hashedRequest)}`;
|
|
|
12154
12147
|
exports.signatureV4aContainer = signatureV4aContainer;
|
|
12155
12148
|
});
|
|
12156
12149
|
|
|
12157
|
-
//
|
|
12150
|
+
// node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js
|
|
12158
12151
|
var require_httpAuthSchemes = __commonJS((exports) => {
|
|
12159
12152
|
var { ProviderError, booleanSelector, SelectorType, loadConfig } = require_config();
|
|
12160
12153
|
var { setCredentialFeature } = require_client2();
|
|
@@ -12484,7 +12477,7 @@ var require_httpAuthSchemes = __commonJS((exports) => {
|
|
|
12484
12477
|
exports.validateSigningProperties = validateSigningProperties;
|
|
12485
12478
|
});
|
|
12486
12479
|
|
|
12487
|
-
//
|
|
12480
|
+
// node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js
|
|
12488
12481
|
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 () => {
|
|
12489
12482
|
init?.logger?.debug("@aws-sdk/credential-provider-env - fromEnv");
|
|
12490
12483
|
const accessKeyId = process.env[ENV_KEY];
|
|
@@ -12512,7 +12505,7 @@ var init_fromEnv = __esm(() => {
|
|
|
12512
12505
|
import_config = __toESM(require_config(), 1);
|
|
12513
12506
|
});
|
|
12514
12507
|
|
|
12515
|
-
//
|
|
12508
|
+
// node_modules/@aws-sdk/credential-provider-env/dist-es/index.js
|
|
12516
12509
|
var exports_dist_es = {};
|
|
12517
12510
|
__export(exports_dist_es, {
|
|
12518
12511
|
fromEnv: () => fromEnv,
|
|
@@ -12527,7 +12520,7 @@ var init_dist_es = __esm(() => {
|
|
|
12527
12520
|
init_fromEnv();
|
|
12528
12521
|
});
|
|
12529
12522
|
|
|
12530
|
-
//
|
|
12523
|
+
// node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js
|
|
12531
12524
|
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) => ({
|
|
12532
12525
|
accessKeyId: creds.AccessKeyId,
|
|
12533
12526
|
secretAccessKey: creds.SecretAccessKey,
|
|
@@ -12536,14 +12529,14 @@ var isImdsCredentials = (arg) => Boolean(arg) && typeof arg === "object" && type
|
|
|
12536
12529
|
...creds.AccountId && { accountId: creds.AccountId }
|
|
12537
12530
|
});
|
|
12538
12531
|
|
|
12539
|
-
//
|
|
12532
|
+
// node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js
|
|
12540
12533
|
var DEFAULT_TIMEOUT = 1000, DEFAULT_MAX_RETRIES = 0, providerConfigFromInit = ({ maxRetries = DEFAULT_MAX_RETRIES, timeout = DEFAULT_TIMEOUT }) => ({ maxRetries, timeout });
|
|
12541
12534
|
|
|
12542
|
-
//
|
|
12535
|
+
// node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/node-http.js
|
|
12543
12536
|
import node_http from "http";
|
|
12544
12537
|
var init_node_http = () => {};
|
|
12545
12538
|
|
|
12546
|
-
//
|
|
12539
|
+
// node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js
|
|
12547
12540
|
function httpRequest(options) {
|
|
12548
12541
|
return new Promise((resolve3, reject) => {
|
|
12549
12542
|
const req = node_http.request({
|
|
@@ -12583,7 +12576,7 @@ var init_httpRequest = __esm(() => {
|
|
|
12583
12576
|
import_config2 = __toESM(require_config(), 1);
|
|
12584
12577
|
});
|
|
12585
12578
|
|
|
12586
|
-
//
|
|
12579
|
+
// node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js
|
|
12587
12580
|
var retry = (toRetry, maxRetries) => {
|
|
12588
12581
|
let promise = toRetry();
|
|
12589
12582
|
for (let i = 0;i < maxRetries; i++) {
|
|
@@ -12592,7 +12585,7 @@ var retry = (toRetry, maxRetries) => {
|
|
|
12592
12585
|
return promise;
|
|
12593
12586
|
};
|
|
12594
12587
|
|
|
12595
|
-
//
|
|
12588
|
+
// node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js
|
|
12596
12589
|
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 = {}) => {
|
|
12597
12590
|
const { timeout, maxRetries } = providerConfigFromInit(init);
|
|
12598
12591
|
return () => retry(async () => {
|
|
@@ -12662,7 +12655,7 @@ var init_fromContainerMetadata = __esm(() => {
|
|
|
12662
12655
|
GREENGRASS_PROTOCOLS = new Set(["http:", "https:"]);
|
|
12663
12656
|
});
|
|
12664
12657
|
|
|
12665
|
-
//
|
|
12658
|
+
// node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js
|
|
12666
12659
|
var import_config4, InstanceMetadataV1FallbackError;
|
|
12667
12660
|
var init_InstanceMetadataV1FallbackError = __esm(() => {
|
|
12668
12661
|
import_config4 = __toESM(require_config(), 1);
|
|
@@ -12677,7 +12670,7 @@ var init_InstanceMetadataV1FallbackError = __esm(() => {
|
|
|
12677
12670
|
};
|
|
12678
12671
|
});
|
|
12679
12672
|
|
|
12680
|
-
//
|
|
12673
|
+
// node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js
|
|
12681
12674
|
var Endpoint;
|
|
12682
12675
|
var init_Endpoint = __esm(() => {
|
|
12683
12676
|
(function(Endpoint2) {
|
|
@@ -12686,7 +12679,7 @@ var init_Endpoint = __esm(() => {
|
|
|
12686
12679
|
})(Endpoint || (Endpoint = {}));
|
|
12687
12680
|
});
|
|
12688
12681
|
|
|
12689
|
-
//
|
|
12682
|
+
// node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js
|
|
12690
12683
|
var ENV_ENDPOINT_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT", CONFIG_ENDPOINT_NAME = "ec2_metadata_service_endpoint", ENDPOINT_CONFIG_OPTIONS;
|
|
12691
12684
|
var init_EndpointConfigOptions = __esm(() => {
|
|
12692
12685
|
ENDPOINT_CONFIG_OPTIONS = {
|
|
@@ -12696,7 +12689,7 @@ var init_EndpointConfigOptions = __esm(() => {
|
|
|
12696
12689
|
};
|
|
12697
12690
|
});
|
|
12698
12691
|
|
|
12699
|
-
//
|
|
12692
|
+
// node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js
|
|
12700
12693
|
var EndpointMode;
|
|
12701
12694
|
var init_EndpointMode = __esm(() => {
|
|
12702
12695
|
(function(EndpointMode2) {
|
|
@@ -12705,7 +12698,7 @@ var init_EndpointMode = __esm(() => {
|
|
|
12705
12698
|
})(EndpointMode || (EndpointMode = {}));
|
|
12706
12699
|
});
|
|
12707
12700
|
|
|
12708
|
-
//
|
|
12701
|
+
// node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js
|
|
12709
12702
|
var ENV_ENDPOINT_MODE_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE", CONFIG_ENDPOINT_MODE_NAME = "ec2_metadata_service_endpoint_mode", ENDPOINT_MODE_CONFIG_OPTIONS;
|
|
12710
12703
|
var init_EndpointModeConfigOptions = __esm(() => {
|
|
12711
12704
|
init_EndpointMode();
|
|
@@ -12716,7 +12709,7 @@ var init_EndpointModeConfigOptions = __esm(() => {
|
|
|
12716
12709
|
};
|
|
12717
12710
|
});
|
|
12718
12711
|
|
|
12719
|
-
//
|
|
12712
|
+
// node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js
|
|
12720
12713
|
var import_config5, import_protocols, getInstanceMetadataEndpoint = async () => import_protocols.parseUrl(await getFromEndpointConfig() || await getFromEndpointModeConfig()), getFromEndpointConfig = async () => import_config5.loadConfig(ENDPOINT_CONFIG_OPTIONS)(), getFromEndpointModeConfig = async () => {
|
|
12721
12714
|
const endpointMode = await import_config5.loadConfig(ENDPOINT_MODE_CONFIG_OPTIONS)();
|
|
12722
12715
|
switch (endpointMode) {
|
|
@@ -12737,7 +12730,7 @@ var init_getInstanceMetadataEndpoint = __esm(() => {
|
|
|
12737
12730
|
import_protocols = __toESM(require_protocols(), 1);
|
|
12738
12731
|
});
|
|
12739
12732
|
|
|
12740
|
-
//
|
|
12733
|
+
// node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js
|
|
12741
12734
|
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) => {
|
|
12742
12735
|
const refreshInterval = STATIC_STABILITY_REFRESH_INTERVAL_SECONDS + Math.floor(Math.random() * STATIC_STABILITY_REFRESH_INTERVAL_JITTER_WINDOW_SECONDS);
|
|
12743
12736
|
const newExpiration = new Date(Date.now() + refreshInterval * 1000);
|
|
@@ -12755,7 +12748,7 @@ var init_getExtendedInstanceMetadataCredentials = __esm(() => {
|
|
|
12755
12748
|
STATIC_STABILITY_REFRESH_INTERVAL_JITTER_WINDOW_SECONDS = 5 * 60;
|
|
12756
12749
|
});
|
|
12757
12750
|
|
|
12758
|
-
//
|
|
12751
|
+
// node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js
|
|
12759
12752
|
var staticStabilityProvider = (provider, options = {}) => {
|
|
12760
12753
|
const logger = options?.logger || console;
|
|
12761
12754
|
let pastCredentials;
|
|
@@ -12782,7 +12775,7 @@ var init_staticStabilityProvider = __esm(() => {
|
|
|
12782
12775
|
init_getExtendedInstanceMetadataCredentials();
|
|
12783
12776
|
});
|
|
12784
12777
|
|
|
12785
|
-
//
|
|
12778
|
+
// node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js
|
|
12786
12779
|
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 = {}) => {
|
|
12787
12780
|
let disableFetchToken = false;
|
|
12788
12781
|
const { logger, profile } = init;
|
|
@@ -12902,7 +12895,7 @@ var init_fromInstanceMetadata = __esm(() => {
|
|
|
12902
12895
|
import_config6 = __toESM(require_config(), 1);
|
|
12903
12896
|
});
|
|
12904
12897
|
|
|
12905
|
-
//
|
|
12898
|
+
// node_modules/@smithy/credential-provider-imds/dist-es/index.js
|
|
12906
12899
|
var exports_dist_es2 = {};
|
|
12907
12900
|
__export(exports_dist_es2, {
|
|
12908
12901
|
providerConfigFromInit: () => providerConfigFromInit,
|
|
@@ -12925,7 +12918,7 @@ var init_dist_es2 = __esm(() => {
|
|
|
12925
12918
|
init_Endpoint();
|
|
12926
12919
|
});
|
|
12927
12920
|
|
|
12928
|
-
//
|
|
12921
|
+
// node_modules/@smithy/node-http-handler/dist-cjs/index.js
|
|
12929
12922
|
var require_dist_cjs4 = __commonJS((exports) => {
|
|
12930
12923
|
var { buildQueryString, HttpResponse } = require_protocols();
|
|
12931
12924
|
var node_https = __require("https");
|
|
@@ -13172,6 +13165,7 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
|
|
13172
13165
|
this.config = await this.configProvider;
|
|
13173
13166
|
}
|
|
13174
13167
|
const config = this.config;
|
|
13168
|
+
const logger = config.logger;
|
|
13175
13169
|
const isSSL = request.protocol === "https:";
|
|
13176
13170
|
if (!isSSL && !this.config.httpAgent) {
|
|
13177
13171
|
this.config.httpAgent = await this.config.httpAgentProvider();
|
|
@@ -13215,7 +13209,7 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
|
|
13215
13209
|
});
|
|
13216
13210
|
}
|
|
13217
13211
|
socketWarningTimeoutId = timing.setTimeout(() => {
|
|
13218
|
-
this.socketWarningTimestamp = NodeHttpHandler.checkSocketUsage(agent, this.socketWarningTimestamp,
|
|
13212
|
+
this.socketWarningTimestamp = NodeHttpHandler.checkSocketUsage(agent, this.socketWarningTimestamp, logger);
|
|
13219
13213
|
}, config.socketAcquisitionWarningTimeout ?? (config.requestTimeout ?? 2000) + (config.connectionTimeout ?? 1000));
|
|
13220
13214
|
const queryString = request.query ? buildQueryString(request.query) : "";
|
|
13221
13215
|
let auth = undefined;
|
|
@@ -13279,7 +13273,7 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
|
|
13279
13273
|
}
|
|
13280
13274
|
const effectiveRequestTimeout = requestTimeout ?? config.requestTimeout;
|
|
13281
13275
|
connectionTimeoutId = setConnectionTimeout(req, reject, config.connectionTimeout);
|
|
13282
|
-
requestTimeoutId = setRequestTimeout(req, reject, effectiveRequestTimeout, config.throwOnRequestTimeout,
|
|
13276
|
+
requestTimeoutId = setRequestTimeout(req, reject, effectiveRequestTimeout, config.throwOnRequestTimeout, logger ?? console);
|
|
13283
13277
|
socketTimeoutId = setSocketTimeout(req, reject, config.socketTimeout);
|
|
13284
13278
|
const httpAgent = nodeHttpsOptions.agent;
|
|
13285
13279
|
if (typeof httpAgent === "object" && "keepAlive" in httpAgent) {
|
|
@@ -13297,6 +13291,12 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
|
|
13297
13291
|
updateHttpClientConfig(key, value) {
|
|
13298
13292
|
this.config = undefined;
|
|
13299
13293
|
this.configProvider = this.configProvider.then((config) => {
|
|
13294
|
+
if (key === Symbol.for("logger")) {
|
|
13295
|
+
return {
|
|
13296
|
+
...config,
|
|
13297
|
+
logger: config.logger ?? value
|
|
13298
|
+
};
|
|
13299
|
+
}
|
|
13300
13300
|
return {
|
|
13301
13301
|
...config,
|
|
13302
13302
|
[key]: value
|
|
@@ -13732,7 +13732,7 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
|
|
13732
13732
|
exports.NodeHttpHandler = NodeHttpHandler;
|
|
13733
13733
|
});
|
|
13734
13734
|
|
|
13735
|
-
//
|
|
13735
|
+
// node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js
|
|
13736
13736
|
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) => {
|
|
13737
13737
|
if (url.protocol === "https:") {
|
|
13738
13738
|
return;
|
|
@@ -13766,7 +13766,7 @@ var init_checkUrl = __esm(() => {
|
|
|
13766
13766
|
import_config7 = __toESM(require_config(), 1);
|
|
13767
13767
|
});
|
|
13768
13768
|
|
|
13769
|
-
//
|
|
13769
|
+
// node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js
|
|
13770
13770
|
function createGetRequest(url) {
|
|
13771
13771
|
return new import_protocols2.HttpRequest({
|
|
13772
13772
|
protocol: url.protocol,
|
|
@@ -13815,7 +13815,7 @@ var init_requestHelpers = __esm(() => {
|
|
|
13815
13815
|
import_serde2 = __toESM(require_serde(), 1);
|
|
13816
13816
|
});
|
|
13817
13817
|
|
|
13818
|
-
//
|
|
13818
|
+
// node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js
|
|
13819
13819
|
var retryWrapper = (toRetry, maxRetries, delayMs) => {
|
|
13820
13820
|
return async () => {
|
|
13821
13821
|
for (let i = 0;i < maxRetries; ++i) {
|
|
@@ -13829,7 +13829,7 @@ var retryWrapper = (toRetry, maxRetries, delayMs) => {
|
|
|
13829
13829
|
};
|
|
13830
13830
|
};
|
|
13831
13831
|
|
|
13832
|
-
//
|
|
13832
|
+
// node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js
|
|
13833
13833
|
import fs from "fs/promises";
|
|
13834
13834
|
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 = {}) => {
|
|
13835
13835
|
options.logger?.debug("@aws-sdk/credential-provider-http - fromHttp");
|
|
@@ -13895,7 +13895,7 @@ var init_fromHttp = __esm(() => {
|
|
|
13895
13895
|
import_node_http_handler = __toESM(require_dist_cjs4(), 1);
|
|
13896
13896
|
});
|
|
13897
13897
|
|
|
13898
|
-
//
|
|
13898
|
+
// node_modules/@aws-sdk/credential-provider-http/dist-es/index.js
|
|
13899
13899
|
var exports_dist_es3 = {};
|
|
13900
13900
|
__export(exports_dist_es3, {
|
|
13901
13901
|
fromHttp: () => fromHttp
|
|
@@ -13904,16 +13904,16 @@ var init_dist_es3 = __esm(() => {
|
|
|
13904
13904
|
init_fromHttp();
|
|
13905
13905
|
});
|
|
13906
13906
|
|
|
13907
|
-
//
|
|
13907
|
+
// node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js
|
|
13908
13908
|
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");
|
|
13909
13909
|
|
|
13910
|
-
//
|
|
13910
|
+
// node_modules/@aws-sdk/token-providers/dist-es/constants.js
|
|
13911
13911
|
var EXPIRE_WINDOW_MS, REFRESH_MESSAGE = `To refresh this SSO session run 'aws sso login' with the corresponding profile.`;
|
|
13912
13912
|
var init_constants = __esm(() => {
|
|
13913
13913
|
EXPIRE_WINDOW_MS = 5 * 60 * 1000;
|
|
13914
13914
|
});
|
|
13915
13915
|
|
|
13916
|
-
//
|
|
13916
|
+
// node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js
|
|
13917
13917
|
var require_cbor = __commonJS((exports) => {
|
|
13918
13918
|
var { nv, NumericValue, calculateBodyLength, generateIdempotencyToken, fromBase64, _parseEpochTimestamp } = require_serde();
|
|
13919
13919
|
var { HttpRequest: HttpRequest2, collectBody, SerdeContext, RpcProtocol } = require_protocols();
|
|
@@ -16281,7 +16281,7 @@ var require_cbor = __commonJS((exports) => {
|
|
|
16281
16281
|
exports.tagSymbol = tagSymbol;
|
|
16282
16282
|
});
|
|
16283
16283
|
|
|
16284
|
-
//
|
|
16284
|
+
// node_modules/@aws-sdk/xml-builder/dist-cjs/index.js
|
|
16285
16285
|
var require_dist_cjs5 = __commonJS((exports) => {
|
|
16286
16286
|
var ATTR_ESCAPE_RE = /[&<>"]/g;
|
|
16287
16287
|
var ATTR_ESCAPE_MAP = {
|
|
@@ -16649,7 +16649,7 @@ var require_dist_cjs5 = __commonJS((exports) => {
|
|
|
16649
16649
|
exports.parseXML = parseXML;
|
|
16650
16650
|
});
|
|
16651
16651
|
|
|
16652
|
-
//
|
|
16652
|
+
// node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js
|
|
16653
16653
|
var require_protocols2 = __commonJS((exports) => {
|
|
16654
16654
|
var { SmithyRpcV2CborProtocol, loadSmithyRpcV2CborErrorCode } = require_cbor();
|
|
16655
16655
|
var { TypeRegistry, NormalizedSchema, deref } = require_schema();
|
|
@@ -19490,7 +19490,7 @@ var require_protocols2 = __commonJS((exports) => {
|
|
|
19490
19490
|
exports.parseXmlErrorBody = parseXmlErrorBody;
|
|
19491
19491
|
});
|
|
19492
19492
|
|
|
19493
|
-
//
|
|
19493
|
+
// node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js
|
|
19494
19494
|
var require_sso_oidc = __commonJS((exports) => {
|
|
19495
19495
|
var { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require_client2();
|
|
19496
19496
|
var { NoAuthSigner, getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin } = require_dist_cjs2();
|
|
@@ -19568,7 +19568,7 @@ var require_sso_oidc = __commonJS((exports) => {
|
|
|
19568
19568
|
Region: { type: "builtInParams", name: "region" },
|
|
19569
19569
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
19570
19570
|
};
|
|
19571
|
-
var version = "3.997.
|
|
19571
|
+
var version = "3.997.42";
|
|
19572
19572
|
var packageInfo = {
|
|
19573
19573
|
version
|
|
19574
19574
|
};
|
|
@@ -20245,7 +20245,7 @@ var require_sso_oidc = __commonJS((exports) => {
|
|
|
20245
20245
|
exports.errorTypeRegistries = errorTypeRegistries;
|
|
20246
20246
|
});
|
|
20247
20247
|
|
|
20248
|
-
//
|
|
20248
|
+
// node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js
|
|
20249
20249
|
var getSsoOidcClient = async (ssoRegion, init = {}, callerClientConfig) => {
|
|
20250
20250
|
const { SSOOIDCClient } = await Promise.resolve().then(() => __toESM(require_sso_oidc(), 1));
|
|
20251
20251
|
const coalesce = (prop) => init.clientConfig?.[prop] ?? init.parentClientConfig?.[prop] ?? callerClientConfig?.[prop];
|
|
@@ -20257,7 +20257,7 @@ var getSsoOidcClient = async (ssoRegion, init = {}, callerClientConfig) => {
|
|
|
20257
20257
|
return ssoOidcClient;
|
|
20258
20258
|
};
|
|
20259
20259
|
|
|
20260
|
-
//
|
|
20260
|
+
// node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js
|
|
20261
20261
|
var getNewSsoOidcToken = async (ssoToken, ssoRegion, init = {}, callerClientConfig) => {
|
|
20262
20262
|
const { CreateTokenCommand } = await Promise.resolve().then(() => __toESM(require_sso_oidc(), 1));
|
|
20263
20263
|
const ssoOidcClient = await getSsoOidcClient(ssoRegion, init, callerClientConfig);
|
|
@@ -20270,7 +20270,7 @@ var getNewSsoOidcToken = async (ssoToken, ssoRegion, init = {}, callerClientConf
|
|
|
20270
20270
|
};
|
|
20271
20271
|
var init_getNewSsoOidcToken = () => {};
|
|
20272
20272
|
|
|
20273
|
-
//
|
|
20273
|
+
// node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js
|
|
20274
20274
|
var import_config11, validateTokenExpiry = (token) => {
|
|
20275
20275
|
if (token.expiration && token.expiration.getTime() < Date.now()) {
|
|
20276
20276
|
throw new import_config11.TokenProviderError(`Token is expired. ${REFRESH_MESSAGE}`, false);
|
|
@@ -20281,7 +20281,7 @@ var init_validateTokenExpiry = __esm(() => {
|
|
|
20281
20281
|
import_config11 = __toESM(require_config(), 1);
|
|
20282
20282
|
});
|
|
20283
20283
|
|
|
20284
|
-
//
|
|
20284
|
+
// node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js
|
|
20285
20285
|
var import_config12, validateTokenKey = (key, value, forRefresh = false) => {
|
|
20286
20286
|
if (typeof value === "undefined") {
|
|
20287
20287
|
throw new import_config12.TokenProviderError(`Value not present for '${key}' in SSO Token${forRefresh ? ". Cannot refresh" : ""}. ${REFRESH_MESSAGE}`, false);
|
|
@@ -20292,7 +20292,7 @@ var init_validateTokenKey = __esm(() => {
|
|
|
20292
20292
|
import_config12 = __toESM(require_config(), 1);
|
|
20293
20293
|
});
|
|
20294
20294
|
|
|
20295
|
-
//
|
|
20295
|
+
// node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js
|
|
20296
20296
|
import { promises as fsPromises } from "fs";
|
|
20297
20297
|
var import_config13, writeFile, writeSSOTokenToFile = (id, ssoToken) => {
|
|
20298
20298
|
const tokenFilepath = import_config13.getSSOTokenFilepath(id);
|
|
@@ -20304,7 +20304,7 @@ var init_writeSSOTokenToFile = __esm(() => {
|
|
|
20304
20304
|
({ writeFile } = fsPromises);
|
|
20305
20305
|
});
|
|
20306
20306
|
|
|
20307
|
-
//
|
|
20307
|
+
// node_modules/@aws-sdk/token-providers/dist-es/fromSso.js
|
|
20308
20308
|
var import_config14, lastRefreshAttemptTime, fromSso = (init = {}) => async ({ callerClientConfig } = {}) => {
|
|
20309
20309
|
init.logger?.debug("@aws-sdk/token-providers - fromSso");
|
|
20310
20310
|
const profiles = await import_config14.parseKnownFiles(init);
|
|
@@ -20383,12 +20383,12 @@ var init_fromSso = __esm(() => {
|
|
|
20383
20383
|
lastRefreshAttemptTime = new Date(0);
|
|
20384
20384
|
});
|
|
20385
20385
|
|
|
20386
|
-
//
|
|
20386
|
+
// node_modules/@aws-sdk/token-providers/dist-es/index.js
|
|
20387
20387
|
var init_dist_es4 = __esm(() => {
|
|
20388
20388
|
init_fromSso();
|
|
20389
20389
|
});
|
|
20390
20390
|
|
|
20391
|
-
//
|
|
20391
|
+
// node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js
|
|
20392
20392
|
function createAwsAuthSigv4HttpAuthOption2(authParameters) {
|
|
20393
20393
|
return {
|
|
20394
20394
|
schemeId: "aws.auth#sigv4",
|
|
@@ -20439,7 +20439,7 @@ var awsEndpointFunctions, emitWarningIfUnsupportedVersion$1, createDefaultUserAg
|
|
|
20439
20439
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
20440
20440
|
defaultSigningName: "awsssoportal"
|
|
20441
20441
|
});
|
|
20442
|
-
}, commonParams2, version = "3.997.
|
|
20442
|
+
}, commonParams2, version = "3.997.42", 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 = {}) => {
|
|
20443
20443
|
return cache.get(endpointParams, () => decideEndpoint(bdd, {
|
|
20444
20444
|
endpointParams,
|
|
20445
20445
|
logger: context.logger
|
|
@@ -20836,7 +20836,7 @@ var init_sso = __esm(() => {
|
|
|
20836
20836
|
$SSOClient = SSOClient;
|
|
20837
20837
|
});
|
|
20838
20838
|
|
|
20839
|
-
//
|
|
20839
|
+
// node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js
|
|
20840
20840
|
var exports_loadSso = {};
|
|
20841
20841
|
__export(exports_loadSso, {
|
|
20842
20842
|
SSOClient: () => $SSOClient,
|
|
@@ -20846,7 +20846,7 @@ var init_loadSso = __esm(() => {
|
|
|
20846
20846
|
init_sso();
|
|
20847
20847
|
});
|
|
20848
20848
|
|
|
20849
|
-
//
|
|
20849
|
+
// node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js
|
|
20850
20850
|
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 }) => {
|
|
20851
20851
|
let token;
|
|
20852
20852
|
const refreshMessage = `To refresh this SSO session run aws sso login with the corresponding profile.`;
|
|
@@ -20935,7 +20935,7 @@ var init_resolveSSOCredentials = __esm(() => {
|
|
|
20935
20935
|
import_config15 = __toESM(require_config(), 1);
|
|
20936
20936
|
});
|
|
20937
20937
|
|
|
20938
|
-
//
|
|
20938
|
+
// node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js
|
|
20939
20939
|
var import_config16, validateSsoProfile = (profile, logger) => {
|
|
20940
20940
|
const { sso_start_url, sso_account_id, sso_region, sso_role_name } = profile;
|
|
20941
20941
|
if (!sso_start_url || !sso_account_id || !sso_region || !sso_role_name) {
|
|
@@ -20948,7 +20948,7 @@ var init_validateSsoProfile = __esm(() => {
|
|
|
20948
20948
|
import_config16 = __toESM(require_config(), 1);
|
|
20949
20949
|
});
|
|
20950
20950
|
|
|
20951
|
-
//
|
|
20951
|
+
// node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js
|
|
20952
20952
|
var import_config17, fromSSO = (init = {}) => async ({ callerClientConfig } = {}) => {
|
|
20953
20953
|
init.logger?.debug("@aws-sdk/credential-provider-sso - fromSSO");
|
|
20954
20954
|
const { ssoStartUrl, ssoAccountId, ssoRegion, ssoRoleName, ssoSession } = init;
|
|
@@ -21030,7 +21030,7 @@ var init_fromSSO = __esm(() => {
|
|
|
21030
21030
|
import_config17 = __toESM(require_config(), 1);
|
|
21031
21031
|
});
|
|
21032
21032
|
|
|
21033
|
-
//
|
|
21033
|
+
// node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js
|
|
21034
21034
|
var exports_dist_es4 = {};
|
|
21035
21035
|
__export(exports_dist_es4, {
|
|
21036
21036
|
validateSsoProfile: () => validateSsoProfile,
|
|
@@ -21042,7 +21042,7 @@ var init_dist_es5 = __esm(() => {
|
|
|
21042
21042
|
init_validateSsoProfile();
|
|
21043
21043
|
});
|
|
21044
21044
|
|
|
21045
|
-
//
|
|
21045
|
+
// node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js
|
|
21046
21046
|
var import_client6, import_config18, resolveCredentialSource = (credentialSource, profileName, logger) => {
|
|
21047
21047
|
const sourceProvidersMap = {
|
|
21048
21048
|
EcsContainer: async (options) => {
|
|
@@ -21073,7 +21073,7 @@ var init_resolveCredentialSource = __esm(() => {
|
|
|
21073
21073
|
import_config18 = __toESM(require_config(), 1);
|
|
21074
21074
|
});
|
|
21075
21075
|
|
|
21076
|
-
//
|
|
21076
|
+
// node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js
|
|
21077
21077
|
var require_dist_cjs6 = __commonJS((exports) => {
|
|
21078
21078
|
var { SignatureV4, signatureV4aContainer } = require_dist_cjs3();
|
|
21079
21079
|
var signatureV4CrtContainer = {
|
|
@@ -21205,7 +21205,7 @@ var require_dist_cjs6 = __commonJS((exports) => {
|
|
|
21205
21205
|
exports.signatureV4CrtContainer = signatureV4CrtContainer;
|
|
21206
21206
|
});
|
|
21207
21207
|
|
|
21208
|
-
//
|
|
21208
|
+
// node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js
|
|
21209
21209
|
var require_sts = __commonJS((exports) => {
|
|
21210
21210
|
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();
|
|
21211
21211
|
var { NoAuthSigner: NoAuthSigner2, getHttpAuthSchemeEndpointRuleSetPlugin: getHttpAuthSchemeEndpointRuleSetPlugin2, DefaultIdentityProviderConfig: DefaultIdentityProviderConfig2, getHttpSigningPlugin: getHttpSigningPlugin2 } = require_dist_cjs2();
|
|
@@ -21536,7 +21536,7 @@ var require_sts = __commonJS((exports) => {
|
|
|
21536
21536
|
Region: { type: "builtInParams", name: "region" },
|
|
21537
21537
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
21538
21538
|
};
|
|
21539
|
-
var version2 = "3.997.
|
|
21539
|
+
var version2 = "3.997.42";
|
|
21540
21540
|
var packageInfo2 = {
|
|
21541
21541
|
version: version2
|
|
21542
21542
|
};
|
|
@@ -22227,7 +22227,7 @@ var require_sts = __commonJS((exports) => {
|
|
|
22227
22227
|
exports.getDefaultRoleAssumerWithWebIdentity = getDefaultRoleAssumerWithWebIdentity;
|
|
22228
22228
|
});
|
|
22229
22229
|
|
|
22230
|
-
//
|
|
22230
|
+
// node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js
|
|
22231
22231
|
var import_client7, import_config19, isAssumeRoleProfile = (arg, { profile = "default", logger } = {}) => {
|
|
22232
22232
|
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 }));
|
|
22233
22233
|
}, isAssumeRoleWithSourceProfile = (arg, { profile, logger }) => {
|
|
@@ -22295,7 +22295,7 @@ var init_resolveAssumeRoleCredentials = __esm(() => {
|
|
|
22295
22295
|
import_config19 = __toESM(require_config(), 1);
|
|
22296
22296
|
});
|
|
22297
22297
|
|
|
22298
|
-
//
|
|
22298
|
+
// node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js
|
|
22299
22299
|
var require_signin = __commonJS((exports) => {
|
|
22300
22300
|
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();
|
|
22301
22301
|
var { NoAuthSigner: NoAuthSigner2, getHttpAuthSchemeEndpointRuleSetPlugin: getHttpAuthSchemeEndpointRuleSetPlugin2, DefaultIdentityProviderConfig: DefaultIdentityProviderConfig2, getHttpSigningPlugin: getHttpSigningPlugin2 } = require_dist_cjs2();
|
|
@@ -22373,7 +22373,7 @@ var require_signin = __commonJS((exports) => {
|
|
|
22373
22373
|
Region: { type: "builtInParams", name: "region" },
|
|
22374
22374
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
22375
22375
|
};
|
|
22376
|
-
var version2 = "3.997.
|
|
22376
|
+
var version2 = "3.997.42";
|
|
22377
22377
|
var packageInfo2 = {
|
|
22378
22378
|
version: version2
|
|
22379
22379
|
};
|
|
@@ -23027,7 +23027,7 @@ var require_signin = __commonJS((exports) => {
|
|
|
23027
23027
|
exports.errorTypeRegistries = errorTypeRegistries2;
|
|
23028
23028
|
});
|
|
23029
23029
|
|
|
23030
|
-
//
|
|
23030
|
+
// node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js
|
|
23031
23031
|
import { createHash as createHash2, createPrivateKey, createPublicKey, sign } from "crypto";
|
|
23032
23032
|
import { promises as fs2 } from "fs";
|
|
23033
23033
|
import { homedir as homedir2 } from "os";
|
|
@@ -23291,7 +23291,7 @@ var init_LoginCredentialsFetcher = __esm(() => {
|
|
|
23291
23291
|
};
|
|
23292
23292
|
});
|
|
23293
23293
|
|
|
23294
|
-
//
|
|
23294
|
+
// node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js
|
|
23295
23295
|
var import_client8, import_config21, fromLoginCredentials = (init) => async ({ callerClientConfig } = {}) => {
|
|
23296
23296
|
init?.logger?.debug?.("@aws-sdk/credential-providers - fromLoginCredentials");
|
|
23297
23297
|
const profiles = await import_config21.parseKnownFiles(init || {});
|
|
@@ -23315,7 +23315,7 @@ var init_fromLoginCredentials = __esm(() => {
|
|
|
23315
23315
|
import_config21 = __toESM(require_config(), 1);
|
|
23316
23316
|
});
|
|
23317
23317
|
|
|
23318
|
-
//
|
|
23318
|
+
// node_modules/@aws-sdk/credential-provider-login/dist-es/index.js
|
|
23319
23319
|
var exports_dist_es5 = {};
|
|
23320
23320
|
__export(exports_dist_es5, {
|
|
23321
23321
|
fromLoginCredentials: () => fromLoginCredentials
|
|
@@ -23324,7 +23324,7 @@ var init_dist_es6 = __esm(() => {
|
|
|
23324
23324
|
init_fromLoginCredentials();
|
|
23325
23325
|
});
|
|
23326
23326
|
|
|
23327
|
-
//
|
|
23327
|
+
// node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js
|
|
23328
23328
|
var import_client9, isLoginProfile = (data) => {
|
|
23329
23329
|
return Boolean(data && data.login_session);
|
|
23330
23330
|
}, resolveLoginCredentials = async (profileName, options, callerClientConfig) => {
|
|
@@ -23339,7 +23339,7 @@ var init_resolveLoginCredentials = __esm(() => {
|
|
|
23339
23339
|
import_client9 = __toESM(require_client2(), 1);
|
|
23340
23340
|
});
|
|
23341
23341
|
|
|
23342
|
-
//
|
|
23342
|
+
// node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js
|
|
23343
23343
|
var import_client10, getValidatedProcessCredentials = (profileName, data, profiles) => {
|
|
23344
23344
|
if (data.Version !== 1) {
|
|
23345
23345
|
throw Error(`Profile ${profileName} credential_process did not return Version 1.`);
|
|
@@ -23373,7 +23373,7 @@ var init_getValidatedProcessCredentials = __esm(() => {
|
|
|
23373
23373
|
import_client10 = __toESM(require_client2(), 1);
|
|
23374
23374
|
});
|
|
23375
23375
|
|
|
23376
|
-
//
|
|
23376
|
+
// node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js
|
|
23377
23377
|
import { exec } from "child_process";
|
|
23378
23378
|
import { promisify } from "util";
|
|
23379
23379
|
var import_config22, resolveProcessCredentials = async (profileName, profiles, logger) => {
|
|
@@ -23408,7 +23408,7 @@ var init_resolveProcessCredentials = __esm(() => {
|
|
|
23408
23408
|
import_config22 = __toESM(require_config(), 1);
|
|
23409
23409
|
});
|
|
23410
23410
|
|
|
23411
|
-
//
|
|
23411
|
+
// node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js
|
|
23412
23412
|
var import_config23, fromProcess = (init = {}) => async ({ callerClientConfig } = {}) => {
|
|
23413
23413
|
init.logger?.debug("@aws-sdk/credential-provider-process - fromProcess");
|
|
23414
23414
|
const profiles = await import_config23.parseKnownFiles(init);
|
|
@@ -23421,7 +23421,7 @@ var init_fromProcess = __esm(() => {
|
|
|
23421
23421
|
import_config23 = __toESM(require_config(), 1);
|
|
23422
23422
|
});
|
|
23423
23423
|
|
|
23424
|
-
//
|
|
23424
|
+
// node_modules/@aws-sdk/credential-provider-process/dist-es/index.js
|
|
23425
23425
|
var exports_dist_es6 = {};
|
|
23426
23426
|
__export(exports_dist_es6, {
|
|
23427
23427
|
fromProcess: () => fromProcess
|
|
@@ -23430,7 +23430,7 @@ var init_dist_es7 = __esm(() => {
|
|
|
23430
23430
|
init_fromProcess();
|
|
23431
23431
|
});
|
|
23432
23432
|
|
|
23433
|
-
//
|
|
23433
|
+
// node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js
|
|
23434
23434
|
var import_client11, isProcessProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.credential_process === "string", resolveProcessCredentials2 = async (options, profile) => {
|
|
23435
23435
|
const { fromProcess: fromProcess2 } = await Promise.resolve().then(() => (init_dist_es7(), exports_dist_es6));
|
|
23436
23436
|
const credentials = await fromProcess2({
|
|
@@ -23443,7 +23443,7 @@ var init_resolveProcessCredentials2 = __esm(() => {
|
|
|
23443
23443
|
import_client11 = __toESM(require_client2(), 1);
|
|
23444
23444
|
});
|
|
23445
23445
|
|
|
23446
|
-
//
|
|
23446
|
+
// node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js
|
|
23447
23447
|
var import_client12, resolveSsoCredentials = async (profile, profileData, options = {}, callerClientConfig) => {
|
|
23448
23448
|
const { fromSSO: fromSSO2 } = await Promise.resolve().then(() => (init_dist_es5(), exports_dist_es4));
|
|
23449
23449
|
return fromSSO2({
|
|
@@ -23465,7 +23465,7 @@ var init_resolveSsoCredentials = __esm(() => {
|
|
|
23465
23465
|
import_client12 = __toESM(require_client2(), 1);
|
|
23466
23466
|
});
|
|
23467
23467
|
|
|
23468
|
-
//
|
|
23468
|
+
// node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js
|
|
23469
23469
|
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) => {
|
|
23470
23470
|
options?.logger?.debug("@aws-sdk/credential-provider-ini - resolveStaticCredentials");
|
|
23471
23471
|
const credentials = {
|
|
@@ -23481,7 +23481,7 @@ var init_resolveStaticCredentials = __esm(() => {
|
|
|
23481
23481
|
import_client13 = __toESM(require_client2(), 1);
|
|
23482
23482
|
});
|
|
23483
23483
|
|
|
23484
|
-
//
|
|
23484
|
+
// node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js
|
|
23485
23485
|
var fromWebToken = (init) => async (awsIdentityProperties) => {
|
|
23486
23486
|
init.logger?.debug("@aws-sdk/credential-provider-web-identity - fromWebToken");
|
|
23487
23487
|
const { roleArn, roleSessionName, webIdentityToken, providerId, policyArns, policy, durationSeconds } = init;
|
|
@@ -23508,7 +23508,7 @@ var fromWebToken = (init) => async (awsIdentityProperties) => {
|
|
|
23508
23508
|
});
|
|
23509
23509
|
};
|
|
23510
23510
|
|
|
23511
|
-
//
|
|
23511
|
+
// node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js
|
|
23512
23512
|
import { readFileSync as readFileSync4 } from "fs";
|
|
23513
23513
|
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) => {
|
|
23514
23514
|
init.logger?.debug("@aws-sdk/credential-provider-web-identity - fromTokenFile");
|
|
@@ -23536,7 +23536,7 @@ var init_fromTokenFile = __esm(() => {
|
|
|
23536
23536
|
import_config24 = __toESM(require_config(), 1);
|
|
23537
23537
|
});
|
|
23538
23538
|
|
|
23539
|
-
//
|
|
23539
|
+
// node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js
|
|
23540
23540
|
var exports_dist_es7 = {};
|
|
23541
23541
|
__export(exports_dist_es7, {
|
|
23542
23542
|
fromWebToken: () => fromWebToken,
|
|
@@ -23546,7 +23546,7 @@ var init_dist_es8 = __esm(() => {
|
|
|
23546
23546
|
init_fromTokenFile();
|
|
23547
23547
|
});
|
|
23548
23548
|
|
|
23549
|
-
//
|
|
23549
|
+
// node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js
|
|
23550
23550
|
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) => {
|
|
23551
23551
|
const { fromTokenFile: fromTokenFile2 } = await Promise.resolve().then(() => (init_dist_es8(), exports_dist_es7));
|
|
23552
23552
|
const credentials = await fromTokenFile2({
|
|
@@ -23565,7 +23565,7 @@ var init_resolveWebIdentityCredentials = __esm(() => {
|
|
|
23565
23565
|
import_client15 = __toESM(require_client2(), 1);
|
|
23566
23566
|
});
|
|
23567
23567
|
|
|
23568
|
-
//
|
|
23568
|
+
// node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js
|
|
23569
23569
|
var import_config25, resolveProfileData = async (profileName, profiles, options, callerClientConfig, visitedProfiles = {}, isAssumeRoleRecursiveCall = false) => {
|
|
23570
23570
|
const data = profiles[profileName];
|
|
23571
23571
|
if (Object.keys(visitedProfiles).length > 0 && isStaticCredsProfile(data)) {
|
|
@@ -23601,7 +23601,7 @@ var init_resolveProfileData = __esm(() => {
|
|
|
23601
23601
|
import_config25 = __toESM(require_config(), 1);
|
|
23602
23602
|
});
|
|
23603
23603
|
|
|
23604
|
-
//
|
|
23604
|
+
// node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js
|
|
23605
23605
|
var import_config26, fromIni = (init = {}) => async ({ callerClientConfig } = {}) => {
|
|
23606
23606
|
init.logger?.debug("@aws-sdk/credential-provider-ini - fromIni");
|
|
23607
23607
|
const profiles = await import_config26.parseKnownFiles(init);
|
|
@@ -23614,7 +23614,7 @@ var init_fromIni = __esm(() => {
|
|
|
23614
23614
|
import_config26 = __toESM(require_config(), 1);
|
|
23615
23615
|
});
|
|
23616
23616
|
|
|
23617
|
-
//
|
|
23617
|
+
// node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js
|
|
23618
23618
|
var exports_dist_es8 = {};
|
|
23619
23619
|
__export(exports_dist_es8, {
|
|
23620
23620
|
fromIni: () => fromIni
|
|
@@ -23623,7 +23623,7 @@ var init_dist_es9 = __esm(() => {
|
|
|
23623
23623
|
init_fromIni();
|
|
23624
23624
|
});
|
|
23625
23625
|
|
|
23626
|
-
//
|
|
23626
|
+
// node_modules/@hasna/contracts/dist/client/storage.js
|
|
23627
23627
|
import { isIP } from "net";
|
|
23628
23628
|
import { readFileSync, statSync } from "fs";
|
|
23629
23629
|
import { join } from "path";
|
|
@@ -24514,7 +24514,7 @@ function resolveStorageClient(name, env = process.env, overrides) {
|
|
|
24514
24514
|
return { transport: "sqlite", client: null };
|
|
24515
24515
|
}
|
|
24516
24516
|
|
|
24517
|
-
//
|
|
24517
|
+
// node_modules/@hasna/contracts/dist/client/transport.js
|
|
24518
24518
|
function envToken2(name) {
|
|
24519
24519
|
return name.toUpperCase().replace(/-/g, "_");
|
|
24520
24520
|
}
|
|
@@ -26977,7 +26977,7 @@ async function syncToLocalDb2(dbFns) {
|
|
|
26977
26977
|
return result;
|
|
26978
26978
|
}
|
|
26979
26979
|
|
|
26980
|
-
//
|
|
26980
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/Route53Client.js
|
|
26981
26981
|
var import_client23 = __toESM(require_client2(), 1);
|
|
26982
26982
|
var import_core = __toESM(require_dist_cjs2(), 1);
|
|
26983
26983
|
var import_client24 = __toESM(require_client(), 1);
|
|
@@ -26987,7 +26987,7 @@ var import_protocols7 = __toESM(require_protocols(), 1);
|
|
|
26987
26987
|
var import_retry4 = __toESM(require_retry(), 1);
|
|
26988
26988
|
var import_schema2 = __toESM(require_schema(), 1);
|
|
26989
26989
|
|
|
26990
|
-
//
|
|
26990
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/auth/httpAuthSchemeProvider.js
|
|
26991
26991
|
var import_httpAuthSchemes = __toESM(require_httpAuthSchemes(), 1);
|
|
26992
26992
|
var import_client2 = __toESM(require_client(), 1);
|
|
26993
26993
|
var defaultRoute53HttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
@@ -27029,7 +27029,7 @@ var resolveHttpAuthSchemeConfig = (config) => {
|
|
|
27029
27029
|
});
|
|
27030
27030
|
};
|
|
27031
27031
|
|
|
27032
|
-
//
|
|
27032
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/endpoint/EndpointParameters.js
|
|
27033
27033
|
var resolveClientEndpointParameters = (options) => {
|
|
27034
27034
|
return Object.assign(options, {
|
|
27035
27035
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
@@ -27043,10 +27043,10 @@ var commonParams = {
|
|
|
27043
27043
|
Region: { type: "builtInParams", name: "region" },
|
|
27044
27044
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
27045
27045
|
};
|
|
27046
|
-
//
|
|
27046
|
+
// node_modules/@aws-sdk/client-route-53/package.json
|
|
27047
27047
|
var package_default = {
|
|
27048
27048
|
name: "@aws-sdk/client-route-53",
|
|
27049
|
-
version: "3.
|
|
27049
|
+
version: "3.1111.0",
|
|
27050
27050
|
description: "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
|
|
27051
27051
|
homepage: "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-route-53",
|
|
27052
27052
|
license: "Apache-2.0",
|
|
@@ -27095,13 +27095,13 @@ var package_default = {
|
|
|
27095
27095
|
"test:integration:watch": "yarn g:vitest watch --passWithNoTests -c vitest.config.integ.mts",
|
|
27096
27096
|
"test:e2e": "yarn g:vitest run -c vitest.config.e2e.mts",
|
|
27097
27097
|
"test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts",
|
|
27098
|
-
"test:index": "tsc
|
|
27098
|
+
"test:index": "tsc -p tsconfig.test.json && node ./test/index-objects.spec.mjs"
|
|
27099
27099
|
},
|
|
27100
27100
|
dependencies: {
|
|
27101
|
-
"@aws-sdk/core": "^3.977.
|
|
27102
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
27103
|
-
"@aws-sdk/middleware-sdk-route53": "^3.972.
|
|
27104
|
-
"@aws-sdk/types": "^3.974.
|
|
27101
|
+
"@aws-sdk/core": "^3.977.8",
|
|
27102
|
+
"@aws-sdk/credential-provider-node": "^3.972.80",
|
|
27103
|
+
"@aws-sdk/middleware-sdk-route53": "^3.972.25",
|
|
27104
|
+
"@aws-sdk/types": "^3.974.4",
|
|
27105
27105
|
"@smithy/core": "^3.31.1",
|
|
27106
27106
|
"@smithy/fetch-http-handler": "^5.6.13",
|
|
27107
27107
|
"@smithy/node-http-handler": "^4.9.13",
|
|
@@ -27115,7 +27115,7 @@ var package_default = {
|
|
|
27115
27115
|
concurrently: "7.0.0",
|
|
27116
27116
|
"downlevel-dts": "0.10.1",
|
|
27117
27117
|
premove: "4.0.0",
|
|
27118
|
-
typescript: "~
|
|
27118
|
+
typescript: "~7.0.2",
|
|
27119
27119
|
vitest: "^4.0.17"
|
|
27120
27120
|
},
|
|
27121
27121
|
engines: {
|
|
@@ -27123,15 +27123,15 @@ var package_default = {
|
|
|
27123
27123
|
}
|
|
27124
27124
|
};
|
|
27125
27125
|
|
|
27126
|
-
//
|
|
27126
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.js
|
|
27127
27127
|
var import_client19 = __toESM(require_client2(), 1);
|
|
27128
27128
|
var import_httpAuthSchemes3 = __toESM(require_httpAuthSchemes(), 1);
|
|
27129
27129
|
|
|
27130
|
-
//
|
|
27130
|
+
// node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js
|
|
27131
27131
|
init_dist_es();
|
|
27132
27132
|
var import_config27 = __toESM(require_config(), 1);
|
|
27133
27133
|
|
|
27134
|
-
//
|
|
27134
|
+
// node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js
|
|
27135
27135
|
var import_config10 = __toESM(require_config(), 1);
|
|
27136
27136
|
var ENV_IMDS_DISABLED = "AWS_EC2_METADATA_DISABLED";
|
|
27137
27137
|
var remoteProvider = async (init) => {
|
|
@@ -27150,7 +27150,7 @@ var remoteProvider = async (init) => {
|
|
|
27150
27150
|
return fromInstanceMetadata2(init);
|
|
27151
27151
|
};
|
|
27152
27152
|
|
|
27153
|
-
//
|
|
27153
|
+
// node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js
|
|
27154
27154
|
function memoizeChain(providers, treatAsExpired) {
|
|
27155
27155
|
const chain2 = internalCreateChain(providers);
|
|
27156
27156
|
let activeLock;
|
|
@@ -27214,7 +27214,7 @@ var internalCreateChain = (providers) => async (awsIdentityProperties) => {
|
|
|
27214
27214
|
throw lastProviderError;
|
|
27215
27215
|
};
|
|
27216
27216
|
|
|
27217
|
-
//
|
|
27217
|
+
// node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js
|
|
27218
27218
|
var multipleCredentialSourceWarningEmitted = false;
|
|
27219
27219
|
var defaultProvider = (init = {}) => memoizeChain([
|
|
27220
27220
|
async () => {
|
|
@@ -27280,14 +27280,14 @@ var defaultProvider = (init = {}) => memoizeChain([
|
|
|
27280
27280
|
}
|
|
27281
27281
|
], credentialsTreatedAsExpired);
|
|
27282
27282
|
var credentialsTreatedAsExpired = (credentials) => credentials?.expiration !== undefined && credentials.expiration.getTime() - Date.now() < 300000;
|
|
27283
|
-
//
|
|
27283
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.js
|
|
27284
27284
|
var import_client20 = __toESM(require_client(), 1);
|
|
27285
27285
|
var import_config28 = __toESM(require_config(), 1);
|
|
27286
27286
|
var import_retry3 = __toESM(require_retry(), 1);
|
|
27287
27287
|
var import_serde4 = __toESM(require_serde(), 1);
|
|
27288
27288
|
var import_node_http_handler2 = __toESM(require_dist_cjs4(), 1);
|
|
27289
27289
|
|
|
27290
|
-
//
|
|
27290
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.shared.js
|
|
27291
27291
|
var import_httpAuthSchemes2 = __toESM(require_httpAuthSchemes(), 1);
|
|
27292
27292
|
var import_protocols4 = __toESM(require_protocols2(), 1);
|
|
27293
27293
|
var import_checksum = __toESM(require_checksum(), 1);
|
|
@@ -27295,11 +27295,11 @@ var import_client18 = __toESM(require_client(), 1);
|
|
|
27295
27295
|
var import_protocols5 = __toESM(require_protocols(), 1);
|
|
27296
27296
|
var import_serde3 = __toESM(require_serde(), 1);
|
|
27297
27297
|
|
|
27298
|
-
//
|
|
27298
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/endpoint/endpointResolver.js
|
|
27299
27299
|
var import_client16 = __toESM(require_client2(), 1);
|
|
27300
27300
|
var import_endpoints2 = __toESM(require_endpoints(), 1);
|
|
27301
27301
|
|
|
27302
|
-
//
|
|
27302
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/endpoint/bdd.js
|
|
27303
27303
|
var import_endpoints = __toESM(require_endpoints(), 1);
|
|
27304
27304
|
var s = "ref";
|
|
27305
27305
|
var t = "authSchemes";
|
|
@@ -27459,7 +27459,7 @@ var nodes2 = new Int32Array([
|
|
|
27459
27459
|
]);
|
|
27460
27460
|
var bdd2 = import_endpoints.BinaryDecisionDiagram.from(nodes2, root2, _data2.conditions, _data2.results);
|
|
27461
27461
|
|
|
27462
|
-
//
|
|
27462
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/endpoint/endpointResolver.js
|
|
27463
27463
|
var cache2 = new import_endpoints2.EndpointCache({
|
|
27464
27464
|
size: 50,
|
|
27465
27465
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"]
|
|
@@ -27472,10 +27472,10 @@ var defaultEndpointResolver2 = (endpointParams, context = {}) => {
|
|
|
27472
27472
|
};
|
|
27473
27473
|
import_endpoints2.customEndpointFunctions.aws = import_client16.awsEndpointFunctions;
|
|
27474
27474
|
|
|
27475
|
-
//
|
|
27475
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/schemas/schemas_0.js
|
|
27476
27476
|
var import_schema = __toESM(require_schema(), 1);
|
|
27477
27477
|
|
|
27478
|
-
//
|
|
27478
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/models/Route53ServiceException.js
|
|
27479
27479
|
var import_client17 = __toESM(require_client(), 1);
|
|
27480
27480
|
class Route53ServiceException extends import_client17.ServiceException {
|
|
27481
27481
|
constructor(options) {
|
|
@@ -27484,7 +27484,7 @@ class Route53ServiceException extends import_client17.ServiceException {
|
|
|
27484
27484
|
}
|
|
27485
27485
|
}
|
|
27486
27486
|
|
|
27487
|
-
//
|
|
27487
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/models/errors.js
|
|
27488
27488
|
class ConcurrentModification extends Route53ServiceException {
|
|
27489
27489
|
name = "ConcurrentModification";
|
|
27490
27490
|
$fault = "client";
|
|
@@ -28396,7 +28396,7 @@ class ConflictingTypes extends Route53ServiceException {
|
|
|
28396
28396
|
}
|
|
28397
28397
|
}
|
|
28398
28398
|
|
|
28399
|
-
//
|
|
28399
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/schemas/schemas_0.js
|
|
28400
28400
|
var _A = "Action";
|
|
28401
28401
|
var _AI = "AlarmIdentifier";
|
|
28402
28402
|
var _AKSK = "ActivateKeySigningKey";
|
|
@@ -32075,7 +32075,7 @@ var UpdateTrafficPolicyInstance$ = [
|
|
|
32075
32075
|
() => UpdateTrafficPolicyInstanceResponse$
|
|
32076
32076
|
];
|
|
32077
32077
|
|
|
32078
|
-
//
|
|
32078
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.shared.js
|
|
32079
32079
|
var getRuntimeConfig2 = (config) => {
|
|
32080
32080
|
return {
|
|
32081
32081
|
apiVersion: "2013-04-01",
|
|
@@ -32109,7 +32109,7 @@ var getRuntimeConfig2 = (config) => {
|
|
|
32109
32109
|
};
|
|
32110
32110
|
};
|
|
32111
32111
|
|
|
32112
|
-
//
|
|
32112
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.js
|
|
32113
32113
|
var getRuntimeConfig3 = (config) => {
|
|
32114
32114
|
import_client20.emitWarningIfUnsupportedVersion(process.version);
|
|
32115
32115
|
const defaultsMode = import_config28.resolveDefaultsModeConfig(config);
|
|
@@ -32143,12 +32143,12 @@ var getRuntimeConfig3 = (config) => {
|
|
|
32143
32143
|
};
|
|
32144
32144
|
};
|
|
32145
32145
|
|
|
32146
|
-
//
|
|
32146
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/runtimeExtensions.js
|
|
32147
32147
|
var import_client21 = __toESM(require_client2(), 1);
|
|
32148
32148
|
var import_client22 = __toESM(require_client(), 1);
|
|
32149
32149
|
var import_protocols6 = __toESM(require_protocols(), 1);
|
|
32150
32150
|
|
|
32151
|
-
//
|
|
32151
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/auth/httpAuthExtensionConfiguration.js
|
|
32152
32152
|
var getHttpAuthExtensionConfiguration2 = (runtimeConfig) => {
|
|
32153
32153
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
32154
32154
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -32187,14 +32187,14 @@ var resolveHttpAuthRuntimeConfig2 = (config) => {
|
|
|
32187
32187
|
};
|
|
32188
32188
|
};
|
|
32189
32189
|
|
|
32190
|
-
//
|
|
32190
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/runtimeExtensions.js
|
|
32191
32191
|
var resolveRuntimeExtensions2 = (runtimeConfig, extensions) => {
|
|
32192
32192
|
const extensionConfiguration = Object.assign(import_client21.getAwsRegionExtensionConfiguration(runtimeConfig), import_client22.getDefaultExtensionConfiguration(runtimeConfig), import_protocols6.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration2(runtimeConfig));
|
|
32193
32193
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
32194
32194
|
return Object.assign(runtimeConfig, import_client21.resolveAwsRegionExtensionConfiguration(extensionConfiguration), import_client22.resolveDefaultRuntimeConfig(extensionConfiguration), import_protocols6.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig2(extensionConfiguration));
|
|
32195
32195
|
};
|
|
32196
32196
|
|
|
32197
|
-
//
|
|
32197
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/Route53Client.js
|
|
32198
32198
|
class Route53Client extends import_client24.Client {
|
|
32199
32199
|
config;
|
|
32200
32200
|
constructor(...[configuration]) {
|
|
@@ -32230,10 +32230,10 @@ class Route53Client extends import_client24.Client {
|
|
|
32230
32230
|
}
|
|
32231
32231
|
}
|
|
32232
32232
|
|
|
32233
|
-
//
|
|
32233
|
+
// node_modules/@aws-sdk/middleware-sdk-route53/dist-es/constants.js
|
|
32234
32234
|
var IDENTIFIER_PREFIX_PATTERN = /^\/(hostedzone|change|delegationset)\//;
|
|
32235
32235
|
|
|
32236
|
-
//
|
|
32236
|
+
// node_modules/@aws-sdk/middleware-sdk-route53/dist-es/change-resource-record-sets.js
|
|
32237
32237
|
function changeResourceRecordSetsMiddleware() {
|
|
32238
32238
|
return (next) => async (args) => {
|
|
32239
32239
|
const { ChangeBatch } = args.input;
|
|
@@ -32278,7 +32278,7 @@ var getChangeResourceRecordSetsPlugin = (unused) => ({
|
|
|
32278
32278
|
clientStack.add(changeResourceRecordSetsMiddleware(), changeResourceRecordSetsMiddlewareOptions);
|
|
32279
32279
|
}
|
|
32280
32280
|
});
|
|
32281
|
-
//
|
|
32281
|
+
// node_modules/@aws-sdk/middleware-sdk-route53/dist-es/id-normalizer.js
|
|
32282
32282
|
var IDENTIFIER_PARAMETERS = ["DelegationSetId", "HostedZoneId", "Id"];
|
|
32283
32283
|
function idNormalizerMiddleware() {
|
|
32284
32284
|
return (next) => async (args) => {
|
|
@@ -32306,7 +32306,7 @@ var getIdNormalizerPlugin = (unused) => ({
|
|
|
32306
32306
|
clientStack.add(idNormalizerMiddleware(), idNormalizerMiddlewareOptions);
|
|
32307
32307
|
}
|
|
32308
32308
|
});
|
|
32309
|
-
//
|
|
32309
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/commandBuilder.js
|
|
32310
32310
|
var import_client25 = __toESM(require_client(), 1);
|
|
32311
32311
|
var import_endpoints4 = __toESM(require_endpoints(), 1);
|
|
32312
32312
|
var command2 = import_client25.makeBuilder(commonParams, "AWSDnsV20130401", "Route53Client", import_endpoints4.getEndpointPlugin);
|
|
@@ -32319,35 +32319,35 @@ var _mw1 = (Command, cs, config, o2) => [
|
|
|
32319
32319
|
getIdNormalizerPlugin(config)
|
|
32320
32320
|
];
|
|
32321
32321
|
|
|
32322
|
-
//
|
|
32322
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ChangeResourceRecordSetsCommand.js
|
|
32323
32323
|
class ChangeResourceRecordSetsCommand extends command2(_ep02, _mw1, "ChangeResourceRecordSets", ChangeResourceRecordSets$) {
|
|
32324
32324
|
}
|
|
32325
32325
|
|
|
32326
|
-
//
|
|
32326
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateHostedZoneCommand.js
|
|
32327
32327
|
class CreateHostedZoneCommand extends command2(_ep02, _mw02, "CreateHostedZone", CreateHostedZone$) {
|
|
32328
32328
|
}
|
|
32329
32329
|
|
|
32330
|
-
//
|
|
32330
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteHostedZoneCommand.js
|
|
32331
32331
|
class DeleteHostedZoneCommand extends command2(_ep02, _mw02, "DeleteHostedZone", DeleteHostedZone$) {
|
|
32332
32332
|
}
|
|
32333
32333
|
|
|
32334
|
-
//
|
|
32334
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHostedZoneCommand.js
|
|
32335
32335
|
class GetHostedZoneCommand extends command2(_ep02, _mw02, "GetHostedZone", GetHostedZone$) {
|
|
32336
32336
|
}
|
|
32337
32337
|
|
|
32338
|
-
//
|
|
32338
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHostedZonesByNameCommand.js
|
|
32339
32339
|
class ListHostedZonesByNameCommand extends command2(_ep02, _mw02, "ListHostedZonesByName", ListHostedZonesByName$) {
|
|
32340
32340
|
}
|
|
32341
32341
|
|
|
32342
|
-
//
|
|
32342
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHostedZonesCommand.js
|
|
32343
32343
|
class ListHostedZonesCommand extends command2(_ep02, _mw02, "ListHostedZones", ListHostedZones$) {
|
|
32344
32344
|
}
|
|
32345
32345
|
|
|
32346
|
-
//
|
|
32346
|
+
// node_modules/@aws-sdk/client-route-53/dist-es/commands/ListResourceRecordSetsCommand.js
|
|
32347
32347
|
class ListResourceRecordSetsCommand extends command2(_ep02, _mw02, "ListResourceRecordSets", ListResourceRecordSets$) {
|
|
32348
32348
|
}
|
|
32349
32349
|
|
|
32350
|
-
//
|
|
32350
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/Route53DomainsClient.js
|
|
32351
32351
|
var import_client34 = __toESM(require_client2(), 1);
|
|
32352
32352
|
var import_core2 = __toESM(require_dist_cjs2(), 1);
|
|
32353
32353
|
var import_client35 = __toESM(require_client(), 1);
|
|
@@ -32357,7 +32357,7 @@ var import_protocols11 = __toESM(require_protocols(), 1);
|
|
|
32357
32357
|
var import_retry6 = __toESM(require_retry(), 1);
|
|
32358
32358
|
var import_schema4 = __toESM(require_schema(), 1);
|
|
32359
32359
|
|
|
32360
|
-
//
|
|
32360
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/auth/httpAuthSchemeProvider.js
|
|
32361
32361
|
var import_httpAuthSchemes4 = __toESM(require_httpAuthSchemes(), 1);
|
|
32362
32362
|
var import_client26 = __toESM(require_client(), 1);
|
|
32363
32363
|
var defaultRoute53DomainsHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
@@ -32399,7 +32399,7 @@ var resolveHttpAuthSchemeConfig3 = (config) => {
|
|
|
32399
32399
|
});
|
|
32400
32400
|
};
|
|
32401
32401
|
|
|
32402
|
-
//
|
|
32402
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/endpoint/EndpointParameters.js
|
|
32403
32403
|
var resolveClientEndpointParameters3 = (options) => {
|
|
32404
32404
|
return Object.assign(options, {
|
|
32405
32405
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
@@ -32413,10 +32413,10 @@ var commonParams3 = {
|
|
|
32413
32413
|
Region: { type: "builtInParams", name: "region" },
|
|
32414
32414
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
32415
32415
|
};
|
|
32416
|
-
//
|
|
32416
|
+
// node_modules/@aws-sdk/client-route-53-domains/package.json
|
|
32417
32417
|
var package_default2 = {
|
|
32418
32418
|
name: "@aws-sdk/client-route-53-domains",
|
|
32419
|
-
version: "3.
|
|
32419
|
+
version: "3.1111.0",
|
|
32420
32420
|
description: "AWS SDK for JavaScript Route 53 Domains Client for Node.js, Browser and React Native",
|
|
32421
32421
|
homepage: "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-route-53-domains",
|
|
32422
32422
|
license: "Apache-2.0",
|
|
@@ -32461,12 +32461,12 @@ var package_default2 = {
|
|
|
32461
32461
|
"generate:client": "node ../../scripts/generate-clients/single-service",
|
|
32462
32462
|
"test:e2e": "yarn g:vitest run -c vitest.config.e2e.mts",
|
|
32463
32463
|
"test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts",
|
|
32464
|
-
"test:index": "tsc
|
|
32464
|
+
"test:index": "tsc -p tsconfig.test.json && node ./test/index-objects.spec.mjs"
|
|
32465
32465
|
},
|
|
32466
32466
|
dependencies: {
|
|
32467
|
-
"@aws-sdk/core": "^3.977.
|
|
32468
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
32469
|
-
"@aws-sdk/types": "^3.974.
|
|
32467
|
+
"@aws-sdk/core": "^3.977.8",
|
|
32468
|
+
"@aws-sdk/credential-provider-node": "^3.972.80",
|
|
32469
|
+
"@aws-sdk/types": "^3.974.4",
|
|
32470
32470
|
"@smithy/core": "^3.31.1",
|
|
32471
32471
|
"@smithy/fetch-http-handler": "^5.6.13",
|
|
32472
32472
|
"@smithy/node-http-handler": "^4.9.13",
|
|
@@ -32479,14 +32479,14 @@ var package_default2 = {
|
|
|
32479
32479
|
concurrently: "7.0.0",
|
|
32480
32480
|
"downlevel-dts": "0.10.1",
|
|
32481
32481
|
premove: "4.0.0",
|
|
32482
|
-
typescript: "~
|
|
32482
|
+
typescript: "~7.0.2"
|
|
32483
32483
|
},
|
|
32484
32484
|
engines: {
|
|
32485
32485
|
node: ">=20.0.0"
|
|
32486
32486
|
}
|
|
32487
32487
|
};
|
|
32488
32488
|
|
|
32489
|
-
//
|
|
32489
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeConfig.js
|
|
32490
32490
|
var import_client30 = __toESM(require_client2(), 1);
|
|
32491
32491
|
var import_httpAuthSchemes6 = __toESM(require_httpAuthSchemes(), 1);
|
|
32492
32492
|
var import_client31 = __toESM(require_client(), 1);
|
|
@@ -32495,7 +32495,7 @@ var import_retry5 = __toESM(require_retry(), 1);
|
|
|
32495
32495
|
var import_serde6 = __toESM(require_serde(), 1);
|
|
32496
32496
|
var import_node_http_handler3 = __toESM(require_dist_cjs4(), 1);
|
|
32497
32497
|
|
|
32498
|
-
//
|
|
32498
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeConfig.shared.js
|
|
32499
32499
|
var import_httpAuthSchemes5 = __toESM(require_httpAuthSchemes(), 1);
|
|
32500
32500
|
var import_protocols8 = __toESM(require_protocols2(), 1);
|
|
32501
32501
|
var import_checksum2 = __toESM(require_checksum(), 1);
|
|
@@ -32503,11 +32503,11 @@ var import_client29 = __toESM(require_client(), 1);
|
|
|
32503
32503
|
var import_protocols9 = __toESM(require_protocols(), 1);
|
|
32504
32504
|
var import_serde5 = __toESM(require_serde(), 1);
|
|
32505
32505
|
|
|
32506
|
-
//
|
|
32506
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/endpoint/endpointResolver.js
|
|
32507
32507
|
var import_client27 = __toESM(require_client2(), 1);
|
|
32508
32508
|
var import_endpoints6 = __toESM(require_endpoints(), 1);
|
|
32509
32509
|
|
|
32510
|
-
//
|
|
32510
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/endpoint/bdd.js
|
|
32511
32511
|
var import_endpoints5 = __toESM(require_endpoints(), 1);
|
|
32512
32512
|
var k3 = "ref";
|
|
32513
32513
|
var a3 = -1;
|
|
@@ -32590,7 +32590,7 @@ var nodes3 = new Int32Array([
|
|
|
32590
32590
|
]);
|
|
32591
32591
|
var bdd3 = import_endpoints5.BinaryDecisionDiagram.from(nodes3, root3, _data3.conditions, _data3.results);
|
|
32592
32592
|
|
|
32593
|
-
//
|
|
32593
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/endpoint/endpointResolver.js
|
|
32594
32594
|
var cache3 = new import_endpoints6.EndpointCache({
|
|
32595
32595
|
size: 50,
|
|
32596
32596
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"]
|
|
@@ -32603,10 +32603,10 @@ var defaultEndpointResolver3 = (endpointParams, context = {}) => {
|
|
|
32603
32603
|
};
|
|
32604
32604
|
import_endpoints6.customEndpointFunctions.aws = import_client27.awsEndpointFunctions;
|
|
32605
32605
|
|
|
32606
|
-
//
|
|
32606
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/schemas/schemas_0.js
|
|
32607
32607
|
var import_schema3 = __toESM(require_schema(), 1);
|
|
32608
32608
|
|
|
32609
|
-
//
|
|
32609
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/models/Route53DomainsServiceException.js
|
|
32610
32610
|
var import_client28 = __toESM(require_client(), 1);
|
|
32611
32611
|
class Route53DomainsServiceException extends import_client28.ServiceException {
|
|
32612
32612
|
constructor(options) {
|
|
@@ -32615,7 +32615,7 @@ class Route53DomainsServiceException extends import_client28.ServiceException {
|
|
|
32615
32615
|
}
|
|
32616
32616
|
}
|
|
32617
32617
|
|
|
32618
|
-
//
|
|
32618
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/models/errors.js
|
|
32619
32619
|
class DomainLimitExceeded extends Route53DomainsServiceException {
|
|
32620
32620
|
name = "DomainLimitExceeded";
|
|
32621
32621
|
$fault = "client";
|
|
@@ -32724,7 +32724,7 @@ class TLDInMaintenance extends Route53DomainsServiceException {
|
|
|
32724
32724
|
}
|
|
32725
32725
|
}
|
|
32726
32726
|
|
|
32727
|
-
//
|
|
32727
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/schemas/schemas_0.js
|
|
32728
32728
|
var _A2 = "Availability";
|
|
32729
32729
|
var _AC = "AuthCode";
|
|
32730
32730
|
var _ACE = "AbuseContactEmail";
|
|
@@ -33363,7 +33363,7 @@ var UpdateDomainNameservers$ = [
|
|
|
33363
33363
|
() => UpdateDomainNameserversResponse$
|
|
33364
33364
|
];
|
|
33365
33365
|
|
|
33366
|
-
//
|
|
33366
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeConfig.shared.js
|
|
33367
33367
|
var getRuntimeConfig4 = (config) => {
|
|
33368
33368
|
return {
|
|
33369
33369
|
apiVersion: "2014-05-15",
|
|
@@ -33397,7 +33397,7 @@ var getRuntimeConfig4 = (config) => {
|
|
|
33397
33397
|
};
|
|
33398
33398
|
};
|
|
33399
33399
|
|
|
33400
|
-
//
|
|
33400
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeConfig.js
|
|
33401
33401
|
var getRuntimeConfig5 = (config) => {
|
|
33402
33402
|
import_client31.emitWarningIfUnsupportedVersion(process.version);
|
|
33403
33403
|
const defaultsMode = import_config30.resolveDefaultsModeConfig(config);
|
|
@@ -33431,12 +33431,12 @@ var getRuntimeConfig5 = (config) => {
|
|
|
33431
33431
|
};
|
|
33432
33432
|
};
|
|
33433
33433
|
|
|
33434
|
-
//
|
|
33434
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeExtensions.js
|
|
33435
33435
|
var import_client32 = __toESM(require_client2(), 1);
|
|
33436
33436
|
var import_client33 = __toESM(require_client(), 1);
|
|
33437
33437
|
var import_protocols10 = __toESM(require_protocols(), 1);
|
|
33438
33438
|
|
|
33439
|
-
//
|
|
33439
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/auth/httpAuthExtensionConfiguration.js
|
|
33440
33440
|
var getHttpAuthExtensionConfiguration3 = (runtimeConfig) => {
|
|
33441
33441
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
33442
33442
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -33475,14 +33475,14 @@ var resolveHttpAuthRuntimeConfig3 = (config) => {
|
|
|
33475
33475
|
};
|
|
33476
33476
|
};
|
|
33477
33477
|
|
|
33478
|
-
//
|
|
33478
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeExtensions.js
|
|
33479
33479
|
var resolveRuntimeExtensions3 = (runtimeConfig, extensions) => {
|
|
33480
33480
|
const extensionConfiguration = Object.assign(import_client32.getAwsRegionExtensionConfiguration(runtimeConfig), import_client33.getDefaultExtensionConfiguration(runtimeConfig), import_protocols10.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration3(runtimeConfig));
|
|
33481
33481
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
33482
33482
|
return Object.assign(runtimeConfig, import_client32.resolveAwsRegionExtensionConfiguration(extensionConfiguration), import_client33.resolveDefaultRuntimeConfig(extensionConfiguration), import_protocols10.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig3(extensionConfiguration));
|
|
33483
33483
|
};
|
|
33484
33484
|
|
|
33485
|
-
//
|
|
33485
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/Route53DomainsClient.js
|
|
33486
33486
|
class Route53DomainsClient extends import_client35.Client {
|
|
33487
33487
|
config;
|
|
33488
33488
|
constructor(...[configuration]) {
|
|
@@ -33518,64 +33518,64 @@ class Route53DomainsClient extends import_client35.Client {
|
|
|
33518
33518
|
}
|
|
33519
33519
|
}
|
|
33520
33520
|
|
|
33521
|
-
//
|
|
33521
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commandBuilder.js
|
|
33522
33522
|
var import_client36 = __toESM(require_client(), 1);
|
|
33523
33523
|
var import_endpoints8 = __toESM(require_endpoints(), 1);
|
|
33524
33524
|
var command3 = import_client36.makeBuilder(commonParams3, "Route53Domains_v20140515", "Route53DomainsClient", import_endpoints8.getEndpointPlugin);
|
|
33525
33525
|
var _ep03 = {};
|
|
33526
33526
|
var _mw03 = (Command, cs, config, o2) => [];
|
|
33527
33527
|
|
|
33528
|
-
//
|
|
33528
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/CheckDomainAvailabilityCommand.js
|
|
33529
33529
|
class CheckDomainAvailabilityCommand extends command3(_ep03, _mw03, "CheckDomainAvailability", CheckDomainAvailability$) {
|
|
33530
33530
|
}
|
|
33531
33531
|
|
|
33532
|
-
//
|
|
33532
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/DisableDomainTransferLockCommand.js
|
|
33533
33533
|
class DisableDomainTransferLockCommand extends command3(_ep03, _mw03, "DisableDomainTransferLock", DisableDomainTransferLock$) {
|
|
33534
33534
|
}
|
|
33535
33535
|
|
|
33536
|
-
//
|
|
33536
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/GetDomainDetailCommand.js
|
|
33537
33537
|
class GetDomainDetailCommand extends command3(_ep03, _mw03, "GetDomainDetail", GetDomainDetail$) {
|
|
33538
33538
|
}
|
|
33539
33539
|
|
|
33540
|
-
//
|
|
33540
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/GetOperationDetailCommand.js
|
|
33541
33541
|
class GetOperationDetailCommand extends command3(_ep03, _mw03, "GetOperationDetail", GetOperationDetail$) {
|
|
33542
33542
|
}
|
|
33543
33543
|
|
|
33544
|
-
//
|
|
33544
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ListDomainsCommand.js
|
|
33545
33545
|
class ListDomainsCommand extends command3(_ep03, _mw03, "ListDomains", ListDomains$) {
|
|
33546
33546
|
}
|
|
33547
33547
|
|
|
33548
|
-
//
|
|
33548
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ListPricesCommand.js
|
|
33549
33549
|
class ListPricesCommand extends command3(_ep03, _mw03, "ListPrices", ListPrices$) {
|
|
33550
33550
|
}
|
|
33551
33551
|
|
|
33552
|
-
//
|
|
33552
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/RegisterDomainCommand.js
|
|
33553
33553
|
class RegisterDomainCommand extends command3(_ep03, _mw03, "RegisterDomain", RegisterDomain$) {
|
|
33554
33554
|
}
|
|
33555
33555
|
|
|
33556
|
-
//
|
|
33556
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/RetrieveDomainAuthCodeCommand.js
|
|
33557
33557
|
class RetrieveDomainAuthCodeCommand extends command3(_ep03, _mw03, "RetrieveDomainAuthCode", RetrieveDomainAuthCode$) {
|
|
33558
33558
|
}
|
|
33559
33559
|
|
|
33560
|
-
//
|
|
33560
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/TransferDomainCommand.js
|
|
33561
33561
|
class TransferDomainCommand extends command3(_ep03, _mw03, "TransferDomain", TransferDomain$) {
|
|
33562
33562
|
}
|
|
33563
33563
|
|
|
33564
|
-
//
|
|
33564
|
+
// node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/UpdateDomainNameserversCommand.js
|
|
33565
33565
|
class UpdateDomainNameserversCommand extends command3(_ep03, _mw03, "UpdateDomainNameservers", UpdateDomainNameservers$) {
|
|
33566
33566
|
}
|
|
33567
33567
|
|
|
33568
|
-
//
|
|
33568
|
+
// node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js
|
|
33569
33569
|
var import_config35 = __toESM(require_config(), 1);
|
|
33570
33570
|
|
|
33571
|
-
//
|
|
33571
|
+
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js
|
|
33572
33572
|
var import_config34 = __toESM(require_config(), 1);
|
|
33573
33573
|
|
|
33574
|
-
//
|
|
33574
|
+
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js
|
|
33575
33575
|
var import_client38 = __toESM(require_client2(), 1);
|
|
33576
33576
|
var import_config33 = __toESM(require_config(), 1);
|
|
33577
33577
|
|
|
33578
|
-
//
|
|
33578
|
+
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js
|
|
33579
33579
|
var import_client37 = __toESM(require_client2(), 1);
|
|
33580
33580
|
var import_config32 = __toESM(require_config(), 1);
|
|
33581
33581
|
var resolveCredentialSource2 = (credentialSource, profileName, logger) => {
|
|
@@ -33605,7 +33605,7 @@ var resolveCredentialSource2 = (credentialSource, profileName, logger) => {
|
|
|
33605
33605
|
};
|
|
33606
33606
|
var setNamedProvider2 = (creds) => import_client37.setCredentialFeature(creds, "CREDENTIALS_PROFILE_NAMED_PROVIDER", "p");
|
|
33607
33607
|
|
|
33608
|
-
//
|
|
33608
|
+
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js
|
|
33609
33609
|
var isAssumeRoleProfile2 = (arg, { profile = "default", logger } = {}) => {
|
|
33610
33610
|
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 }));
|
|
33611
33611
|
};
|
|
@@ -33672,7 +33672,7 @@ var isCredentialSourceWithoutRoleArn2 = (section) => {
|
|
|
33672
33672
|
return !section.role_arn && !!section.credential_source;
|
|
33673
33673
|
};
|
|
33674
33674
|
|
|
33675
|
-
//
|
|
33675
|
+
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js
|
|
33676
33676
|
init_dist_es6();
|
|
33677
33677
|
var import_client39 = __toESM(require_client2(), 1);
|
|
33678
33678
|
var isLoginProfile2 = (data) => {
|
|
@@ -33686,7 +33686,7 @@ var resolveLoginCredentials2 = async (profileName, options, callerClientConfig)
|
|
|
33686
33686
|
return import_client39.setCredentialFeature(credentials, "CREDENTIALS_PROFILE_LOGIN", "AC");
|
|
33687
33687
|
};
|
|
33688
33688
|
|
|
33689
|
-
//
|
|
33689
|
+
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js
|
|
33690
33690
|
var import_client40 = __toESM(require_client2(), 1);
|
|
33691
33691
|
var isProcessProfile2 = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.credential_process === "string";
|
|
33692
33692
|
var resolveProcessCredentials3 = async (options, profile) => Promise.resolve().then(() => (init_dist_es7(), exports_dist_es6)).then(({ fromProcess: fromProcess2 }) => fromProcess2({
|
|
@@ -33694,7 +33694,7 @@ var resolveProcessCredentials3 = async (options, profile) => Promise.resolve().t
|
|
|
33694
33694
|
profile
|
|
33695
33695
|
})().then((creds) => import_client40.setCredentialFeature(creds, "CREDENTIALS_PROFILE_PROCESS", "v")));
|
|
33696
33696
|
|
|
33697
|
-
//
|
|
33697
|
+
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js
|
|
33698
33698
|
var import_client41 = __toESM(require_client2(), 1);
|
|
33699
33699
|
var resolveSsoCredentials2 = async (profile, profileData, options = {}, callerClientConfig) => {
|
|
33700
33700
|
const { fromSSO: fromSSO2 } = await Promise.resolve().then(() => (init_dist_es5(), exports_dist_es4));
|
|
@@ -33715,7 +33715,7 @@ var resolveSsoCredentials2 = async (profile, profileData, options = {}, callerCl
|
|
|
33715
33715
|
};
|
|
33716
33716
|
var isSsoProfile3 = (arg) => arg && (typeof arg.sso_start_url === "string" || typeof arg.sso_account_id === "string" || typeof arg.sso_session === "string" || typeof arg.sso_region === "string" || typeof arg.sso_role_name === "string");
|
|
33717
33717
|
|
|
33718
|
-
//
|
|
33718
|
+
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js
|
|
33719
33719
|
var import_client42 = __toESM(require_client2(), 1);
|
|
33720
33720
|
var isStaticCredsProfile2 = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.aws_access_key_id === "string" && typeof arg.aws_secret_access_key === "string" && ["undefined", "string"].indexOf(typeof arg.aws_session_token) > -1 && ["undefined", "string"].indexOf(typeof arg.aws_account_id) > -1;
|
|
33721
33721
|
var resolveStaticCredentials2 = async (profile, options) => {
|
|
@@ -33730,7 +33730,7 @@ var resolveStaticCredentials2 = async (profile, options) => {
|
|
|
33730
33730
|
return import_client42.setCredentialFeature(credentials, "CREDENTIALS_PROFILE", "n");
|
|
33731
33731
|
};
|
|
33732
33732
|
|
|
33733
|
-
//
|
|
33733
|
+
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js
|
|
33734
33734
|
var import_client43 = __toESM(require_client2(), 1);
|
|
33735
33735
|
var isWebIdentityProfile2 = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.web_identity_token_file === "string" && typeof arg.role_arn === "string" && ["undefined", "string"].indexOf(typeof arg.role_session_name) > -1;
|
|
33736
33736
|
var resolveWebIdentityCredentials2 = async (profile, options, callerClientConfig) => Promise.resolve().then(() => (init_dist_es8(), exports_dist_es7)).then(({ fromTokenFile: fromTokenFile2 }) => fromTokenFile2({
|
|
@@ -33744,7 +33744,7 @@ var resolveWebIdentityCredentials2 = async (profile, options, callerClientConfig
|
|
|
33744
33744
|
callerClientConfig
|
|
33745
33745
|
}).then((creds) => import_client43.setCredentialFeature(creds, "CREDENTIALS_PROFILE_STS_WEB_ID_TOKEN", "q")));
|
|
33746
33746
|
|
|
33747
|
-
//
|
|
33747
|
+
// node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js
|
|
33748
33748
|
var resolveProfileData2 = async (profileName, profiles, options, callerClientConfig, visitedProfiles = {}, isAssumeRoleRecursiveCall = false) => {
|
|
33749
33749
|
const data = profiles[profileName];
|
|
33750
33750
|
if (Object.keys(visitedProfiles).length > 0 && isStaticCredsProfile2(data)) {
|
|
@@ -33771,7 +33771,7 @@ var resolveProfileData2 = async (profileName, profiles, options, callerClientCon
|
|
|
33771
33771
|
throw new import_config34.CredentialsProviderError(`Could not resolve credentials using profile: [${profileName}] in configuration/credentials file(s).`, { logger: options.logger });
|
|
33772
33772
|
};
|
|
33773
33773
|
|
|
33774
|
-
//
|
|
33774
|
+
// node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js
|
|
33775
33775
|
var fromIni2 = (init = {}) => async ({ callerClientConfig } = {}) => {
|
|
33776
33776
|
init.logger?.debug("@aws-sdk/credential-provider-ini - fromIni");
|
|
33777
33777
|
const profiles = await import_config35.parseKnownFiles(init);
|