@hasna/domains 0.0.45 → 0.0.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli/index.js CHANGED
@@ -5973,7 +5973,7 @@ var init_godaddy = __esm(() => {
5973
5973
  };
5974
5974
  });
5975
5975
 
5976
- // ../../node_modules/.bun/@smithy+types@4.16.1/node_modules/@smithy/types/dist-cjs/index.js
5976
+ // ../../node_modules/.bun/@smithy+types@4.17.2/node_modules/@smithy/types/dist-cjs/index.js
5977
5977
  var require_dist_cjs = __commonJS((exports) => {
5978
5978
  var HttpAuthLocation;
5979
5979
  (function(HttpAuthLocation2) {
@@ -6064,7 +6064,7 @@ var require_dist_cjs = __commonJS((exports) => {
6064
6064
  exports.resolveDefaultRuntimeConfig = resolveDefaultRuntimeConfig;
6065
6065
  });
6066
6066
 
6067
- // ../../node_modules/.bun/@smithy+core@3.31.1/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js
6067
+ // ../../node_modules/.bun/@smithy+core@3.33.2/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js
6068
6068
  var require_transport = __commonJS((exports) => {
6069
6069
  var { SMITHY_CONTEXT_KEY } = require_dist_cjs();
6070
6070
  var getSmithyContext = (context) => context[SMITHY_CONTEXT_KEY] || (context[SMITHY_CONTEXT_KEY] = {});
@@ -6231,7 +6231,7 @@ var require_transport = __commonJS((exports) => {
6231
6231
  exports.toEndpointV1 = toEndpointV1;
6232
6232
  });
6233
6233
 
6234
- // ../../node_modules/.bun/@smithy+core@3.31.1/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js
6234
+ // ../../node_modules/.bun/@smithy+core@3.33.2/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js
6235
6235
  var require_schema = __commonJS((exports) => {
6236
6236
  var { getSmithyContext, HttpResponse, toEndpointV1 } = require_transport();
6237
6237
  var deref = (schemaRef) => {
@@ -6364,8 +6364,6 @@ var require_schema = __commonJS((exports) => {
6364
6364
 
6365
6365
  class ListSchema extends Schema {
6366
6366
  static symbol = Symbol.for("@smithy/lis");
6367
- name;
6368
- traits;
6369
6367
  valueSchema;
6370
6368
  symbol = ListSchema.symbol;
6371
6369
  }
@@ -6378,8 +6376,6 @@ var require_schema = __commonJS((exports) => {
6378
6376
 
6379
6377
  class MapSchema extends Schema {
6380
6378
  static symbol = Symbol.for("@smithy/map");
6381
- name;
6382
- traits;
6383
6379
  keySchema;
6384
6380
  valueSchema;
6385
6381
  symbol = MapSchema.symbol;
@@ -6394,8 +6390,6 @@ var require_schema = __commonJS((exports) => {
6394
6390
 
6395
6391
  class OperationSchema extends Schema {
6396
6392
  static symbol = Symbol.for("@smithy/ope");
6397
- name;
6398
- traits;
6399
6393
  input;
6400
6394
  output;
6401
6395
  symbol = OperationSchema.symbol;
@@ -6410,8 +6404,6 @@ var require_schema = __commonJS((exports) => {
6410
6404
 
6411
6405
  class StructureSchema extends Schema {
6412
6406
  static symbol = Symbol.for("@smithy/str");
6413
- name;
6414
- traits;
6415
6407
  memberNames;
6416
6408
  memberList;
6417
6409
  symbol = StructureSchema.symbol;
@@ -6746,9 +6738,7 @@ var require_schema = __commonJS((exports) => {
6746
6738
 
6747
6739
  class SimpleSchema extends Schema {
6748
6740
  static symbol = Symbol.for("@smithy/sim");
6749
- name;
6750
6741
  schemaRef;
6751
- traits;
6752
6742
  symbol = SimpleSchema.symbol;
6753
6743
  }
6754
6744
  var sim = (namespace, name, schemaRef, traits) => Schema.assign(new SimpleSchema, {
@@ -6910,7 +6900,7 @@ var require_schema = __commonJS((exports) => {
6910
6900
  exports.translateTraits = translateTraits;
6911
6901
  });
6912
6902
 
6913
- // ../../node_modules/.bun/@smithy+core@3.31.1/node_modules/@smithy/core/dist-cjs/submodules/client/index.js
6903
+ // ../../node_modules/.bun/@smithy+core@3.33.2/node_modules/@smithy/core/dist-cjs/submodules/client/index.js
6914
6904
  var require_client = __commonJS((exports) => {
6915
6905
  var { getSmithyContext, normalizeProvider } = require_transport();
6916
6906
  exports.getSmithyContext = getSmithyContext;
@@ -7979,7 +7969,7 @@ var require_client = __commonJS((exports) => {
7979
7969
  exports.withBaseException = withBaseException;
7980
7970
  });
7981
7971
 
7982
- // ../../node_modules/.bun/@smithy+core@3.31.1/node_modules/@smithy/core/dist-cjs/submodules/config/index.js
7972
+ // ../../node_modules/.bun/@smithy+core@3.33.2/node_modules/@smithy/core/dist-cjs/submodules/config/index.js
7983
7973
  var require_config = __commonJS((exports) => {
7984
7974
  var { homedir: homedir2 } = __require("os");
7985
7975
  var { sep, join: join3 } = __require("path");
@@ -8674,7 +8664,7 @@ var require_config = __commonJS((exports) => {
8674
8664
  exports.resolveRegionConfig = resolveRegionConfig;
8675
8665
  });
8676
8666
 
8677
- // ../../node_modules/.bun/@smithy+core@3.31.1/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js
8667
+ // ../../node_modules/.bun/@smithy+core@3.33.2/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js
8678
8668
  var require_endpoints = __commonJS((exports) => {
8679
8669
  var { CONFIG_PREFIX_SEPARATOR, booleanSelector, SelectorType, loadConfig } = require_config();
8680
8670
  var { toEndpointV1, getSmithyContext, normalizeProvider, isValidHostLabel } = require_transport();
@@ -9486,7 +9476,7 @@ var require_endpoints = __commonJS((exports) => {
9486
9476
  exports.resolveParams = resolveParams;
9487
9477
  });
9488
9478
 
9489
- // ../../node_modules/.bun/@smithy+core@3.31.1/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js
9479
+ // ../../node_modules/.bun/@smithy+core@3.33.2/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js
9490
9480
  var require_serde = __commonJS((exports) => {
9491
9481
  var { createHmac, createHash: createHash2, getRandomValues } = __require("crypto");
9492
9482
  var { ReadStream, lstatSync, fstatSync } = __require("fs");
@@ -11124,7 +11114,7 @@ ${value}\r
11124
11114
  exports.v4 = v4;
11125
11115
  });
11126
11116
 
11127
- // ../../node_modules/.bun/@smithy+core@3.31.1/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js
11117
+ // ../../node_modules/.bun/@smithy+core@3.33.2/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js
11128
11118
  var require_checksum = __commonJS((exports) => {
11129
11119
  var { createReadStream } = __require("fs");
11130
11120
  var { Writable } = __require("stream");
@@ -11740,7 +11730,7 @@ var require_checksum = __commonJS((exports) => {
11740
11730
  exports.readableStreamHasher = readableStreamHasher;
11741
11731
  });
11742
11732
 
11743
- // ../../node_modules/.bun/@smithy+core@3.31.1/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js
11733
+ // ../../node_modules/.bun/@smithy+core@3.33.2/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js
11744
11734
  var require_event_streams = __commonJS((exports) => {
11745
11735
  var { Crc32 } = require_checksum();
11746
11736
  var { toHex, fromHex, toUtf8, fromUtf8 } = require_serde();
@@ -11815,27 +11805,27 @@ var require_event_streams = __commonJS((exports) => {
11815
11805
  formatHeaderValue(header) {
11816
11806
  switch (header.type) {
11817
11807
  case "boolean":
11818
- return Uint8Array.from([header.value ? HEADER_VALUE_TYPE.boolTrue : HEADER_VALUE_TYPE.boolFalse]);
11808
+ return Uint8Array.from([header.value ? 0 : 1]);
11819
11809
  case "byte":
11820
- return Uint8Array.from([HEADER_VALUE_TYPE.byte, header.value]);
11810
+ return Uint8Array.from([2, header.value]);
11821
11811
  case "short":
11822
11812
  const shortView = new DataView(new ArrayBuffer(3));
11823
- shortView.setUint8(0, HEADER_VALUE_TYPE.short);
11813
+ shortView.setUint8(0, 3);
11824
11814
  shortView.setInt16(1, header.value, false);
11825
11815
  return new Uint8Array(shortView.buffer);
11826
11816
  case "integer":
11827
11817
  const intView = new DataView(new ArrayBuffer(5));
11828
- intView.setUint8(0, HEADER_VALUE_TYPE.integer);
11818
+ intView.setUint8(0, 4);
11829
11819
  intView.setInt32(1, header.value, false);
11830
11820
  return new Uint8Array(intView.buffer);
11831
11821
  case "long":
11832
11822
  const longBytes = new Uint8Array(9);
11833
- longBytes[0] = HEADER_VALUE_TYPE.long;
11823
+ longBytes[0] = 5;
11834
11824
  longBytes.set(header.value.bytes, 1);
11835
11825
  return longBytes;
11836
11826
  case "binary":
11837
11827
  const binView = new DataView(new ArrayBuffer(3 + header.value.byteLength));
11838
- binView.setUint8(0, HEADER_VALUE_TYPE.byteArray);
11828
+ binView.setUint8(0, 6);
11839
11829
  binView.setUint16(1, header.value.byteLength, false);
11840
11830
  const binBytes = new Uint8Array(binView.buffer);
11841
11831
  binBytes.set(header.value, 3);
@@ -11843,14 +11833,14 @@ var require_event_streams = __commonJS((exports) => {
11843
11833
  case "string":
11844
11834
  const utf8Bytes = this.fromUtf8(header.value);
11845
11835
  const strView = new DataView(new ArrayBuffer(3 + utf8Bytes.byteLength));
11846
- strView.setUint8(0, HEADER_VALUE_TYPE.string);
11836
+ strView.setUint8(0, 7);
11847
11837
  strView.setUint16(1, utf8Bytes.byteLength, false);
11848
11838
  const strBytes = new Uint8Array(strView.buffer);
11849
11839
  strBytes.set(utf8Bytes, 3);
11850
11840
  return strBytes;
11851
11841
  case "timestamp":
11852
11842
  const tsBytes = new Uint8Array(9);
11853
- tsBytes[0] = HEADER_VALUE_TYPE.timestamp;
11843
+ tsBytes[0] = 8;
11854
11844
  tsBytes.set(Int64.fromNumber(header.value.valueOf()).bytes, 1);
11855
11845
  return tsBytes;
11856
11846
  case "uuid":
@@ -11858,7 +11848,7 @@ var require_event_streams = __commonJS((exports) => {
11858
11848
  throw new Error(`Invalid UUID received: ${header.value}`);
11859
11849
  }
11860
11850
  const uuidBytes = new Uint8Array(17);
11861
- uuidBytes[0] = HEADER_VALUE_TYPE.uuid;
11851
+ uuidBytes[0] = 9;
11862
11852
  uuidBytes.set(fromHex(header.value.replace(/-/g, "")), 1);
11863
11853
  return uuidBytes;
11864
11854
  }
@@ -11871,46 +11861,46 @@ var require_event_streams = __commonJS((exports) => {
11871
11861
  const name = this.toUtf8(new Uint8Array(headers.buffer, headers.byteOffset + position, nameLength));
11872
11862
  position += nameLength;
11873
11863
  switch (headers.getUint8(position++)) {
11874
- case HEADER_VALUE_TYPE.boolTrue:
11864
+ case 0:
11875
11865
  out[name] = {
11876
11866
  type: BOOLEAN_TAG,
11877
11867
  value: true
11878
11868
  };
11879
11869
  break;
11880
- case HEADER_VALUE_TYPE.boolFalse:
11870
+ case 1:
11881
11871
  out[name] = {
11882
11872
  type: BOOLEAN_TAG,
11883
11873
  value: false
11884
11874
  };
11885
11875
  break;
11886
- case HEADER_VALUE_TYPE.byte:
11876
+ case 2:
11887
11877
  out[name] = {
11888
11878
  type: BYTE_TAG,
11889
11879
  value: headers.getInt8(position++)
11890
11880
  };
11891
11881
  break;
11892
- case HEADER_VALUE_TYPE.short:
11882
+ case 3:
11893
11883
  out[name] = {
11894
11884
  type: SHORT_TAG,
11895
11885
  value: headers.getInt16(position, false)
11896
11886
  };
11897
11887
  position += 2;
11898
11888
  break;
11899
- case HEADER_VALUE_TYPE.integer:
11889
+ case 4:
11900
11890
  out[name] = {
11901
11891
  type: INT_TAG,
11902
11892
  value: headers.getInt32(position, false)
11903
11893
  };
11904
11894
  position += 4;
11905
11895
  break;
11906
- case HEADER_VALUE_TYPE.long:
11896
+ case 5:
11907
11897
  out[name] = {
11908
11898
  type: LONG_TAG,
11909
11899
  value: new Int64(new Uint8Array(headers.buffer, headers.byteOffset + position, 8))
11910
11900
  };
11911
11901
  position += 8;
11912
11902
  break;
11913
- case HEADER_VALUE_TYPE.byteArray:
11903
+ case 6:
11914
11904
  const binaryLength = headers.getUint16(position, false);
11915
11905
  position += 2;
11916
11906
  out[name] = {
@@ -11919,7 +11909,7 @@ var require_event_streams = __commonJS((exports) => {
11919
11909
  };
11920
11910
  position += binaryLength;
11921
11911
  break;
11922
- case HEADER_VALUE_TYPE.string:
11912
+ case 7:
11923
11913
  const stringLength = headers.getUint16(position, false);
11924
11914
  position += 2;
11925
11915
  out[name] = {
@@ -11928,14 +11918,14 @@ var require_event_streams = __commonJS((exports) => {
11928
11918
  };
11929
11919
  position += stringLength;
11930
11920
  break;
11931
- case HEADER_VALUE_TYPE.timestamp:
11921
+ case 8:
11932
11922
  out[name] = {
11933
11923
  type: TIMESTAMP_TAG,
11934
11924
  value: new Date(new Int64(new Uint8Array(headers.buffer, headers.byteOffset + position, 8)).valueOf())
11935
11925
  };
11936
11926
  position += 8;
11937
11927
  break;
11938
- case HEADER_VALUE_TYPE.uuid:
11928
+ case 9:
11939
11929
  const uuidBytes = new Uint8Array(headers.buffer, headers.byteOffset + position, 16);
11940
11930
  position += 16;
11941
11931
  out[name] = {
@@ -12358,7 +12348,7 @@ var require_event_streams = __commonJS((exports) => {
12358
12348
  this.defaultContentType = defaultContentType;
12359
12349
  this.compositeErrorRegistry = compositeErrorRegistry;
12360
12350
  }
12361
- async serializeEventStream({ eventStream, requestSchema, initialRequest }) {
12351
+ async serializeEventStream({ eventStream, requestSchema, initialRequest, initialMessageType }) {
12362
12352
  const marshaller = this.marshaller;
12363
12353
  const eventStreamMember = requestSchema.getEventStreamMember();
12364
12354
  const unionSchema = requestSchema.getMemberSchema(eventStreamMember);
@@ -12369,7 +12359,7 @@ var require_event_streams = __commonJS((exports) => {
12369
12359
  async* [Symbol.asyncIterator]() {
12370
12360
  if (initialRequest) {
12371
12361
  const headers = {
12372
- ":event-type": { type: "string", value: "initial-request" },
12362
+ ":event-type": { type: "string", value: initialMessageType ?? "initial-request" },
12373
12363
  ":message-type": { type: "string", value: "event" },
12374
12364
  ":content-type": { type: "string", value: defaultContentType }
12375
12365
  };
@@ -12413,7 +12403,7 @@ var require_event_streams = __commonJS((exports) => {
12413
12403
  };
12414
12404
  });
12415
12405
  }
12416
- async deserializeEventStream({ response, responseSchema, initialResponseContainer }) {
12406
+ async deserializeEventStream({ response, responseSchema, initialResponseContainer, initialMessageType }) {
12417
12407
  const marshaller = this.marshaller;
12418
12408
  const eventStreamMember = responseSchema.getEventStreamMember();
12419
12409
  const unionSchema = responseSchema.getMemberSchema(eventStreamMember);
@@ -12428,7 +12418,7 @@ var require_event_streams = __commonJS((exports) => {
12428
12418
  }
12429
12419
  }
12430
12420
  const body = event[unionMember].body;
12431
- if (unionMember === "initial-response") {
12421
+ if (unionMember === (initialMessageType ?? "initial-response")) {
12432
12422
  const dataObject = await this.deserializer.read(responseSchema, body);
12433
12423
  delete dataObject[eventStreamMember];
12434
12424
  return {
@@ -12623,7 +12613,7 @@ var require_event_streams = __commonJS((exports) => {
12623
12613
  exports.universalEventStreamSerdeProvider = eventStreamSerdeProvider$1;
12624
12614
  });
12625
12615
 
12626
- // ../../node_modules/.bun/@smithy+core@3.31.1/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js
12616
+ // ../../node_modules/.bun/@smithy+core@3.33.2/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js
12627
12617
  var require_protocols = __commonJS((exports) => {
12628
12618
  var { Uint8ArrayBlobAdapter, sdkStreamMixin, splitEvery, splitHeader, fromBase64, _parseEpochTimestamp, _parseRfc7231DateTime, _parseRfc3339DateTimeWithOffset, LazyJsonString, NumericValue, toUtf8, fromUtf8, generateIdempotencyToken, toBase64, dateToUtcString, quoteHeader } = require_serde();
12629
12619
  var { TypeRegistry, NormalizedSchema, translateTraits } = require_schema();
@@ -13096,10 +13086,9 @@ var require_protocols = __commonJS((exports) => {
13096
13086
  if (eventStreamMember) {
13097
13087
  if (input[eventStreamMember]) {
13098
13088
  const initialRequest = {};
13099
- for (const [memberName, memberSchema] of ns.structIterator()) {
13100
- if (memberName !== eventStreamMember && input[memberName]) {
13101
- serializer.write(memberSchema, input[memberName]);
13102
- initialRequest[memberName] = serializer.flush();
13089
+ for (const [memberName] of ns.structIterator()) {
13090
+ if (memberName !== eventStreamMember && input[memberName] != null) {
13091
+ initialRequest[memberName] = input[memberName];
13103
13092
  }
13104
13093
  }
13105
13094
  payload = await this.serializeEventStream({
@@ -13508,24 +13497,27 @@ var require_protocols = __commonJS((exports) => {
13508
13497
  }
13509
13498
  }
13510
13499
  var getHttpHandlerExtensionConfiguration = (runtimeConfig) => {
13500
+ if (runtimeConfig.logger && runtimeConfig.logger.constructor?.name !== "NoOpLogger") {
13501
+ runtimeConfig.requestHandler?.updateHttpClientConfig?.(Symbol.for("logger"), runtimeConfig.logger);
13502
+ }
13511
13503
  return {
13512
13504
  setHttpHandler(handler) {
13513
- runtimeConfig.httpHandler = handler;
13505
+ runtimeConfig.requestHandler = handler;
13514
13506
  },
13515
13507
  httpHandler() {
13516
- return runtimeConfig.httpHandler;
13508
+ return runtimeConfig.requestHandler;
13517
13509
  },
13518
13510
  updateHttpClientConfig(key, value) {
13519
- runtimeConfig.httpHandler?.updateHttpClientConfig(key, value);
13511
+ runtimeConfig.requestHandler?.updateHttpClientConfig(key, value);
13520
13512
  },
13521
13513
  httpHandlerConfigs() {
13522
- return runtimeConfig.httpHandler.httpHandlerConfigs();
13514
+ return runtimeConfig.requestHandler.httpHandlerConfigs();
13523
13515
  }
13524
13516
  };
13525
13517
  };
13526
13518
  var resolveHttpHandlerRuntimeConfig = (httpHandlerExtensionConfiguration) => {
13527
13519
  return {
13528
- httpHandler: httpHandlerExtensionConfiguration.httpHandler()
13520
+ requestHandler: httpHandlerExtensionConfiguration.httpHandler()
13529
13521
  };
13530
13522
  };
13531
13523
  var CONTENT_LENGTH_HEADER = "content-length";
@@ -13537,10 +13529,12 @@ var require_protocols = __commonJS((exports) => {
13537
13529
  if (body && Object.keys(headers).map((str) => str.toLowerCase()).indexOf(CONTENT_LENGTH_HEADER) === -1) {
13538
13530
  try {
13539
13531
  const length = bodyLengthChecker(body);
13540
- request.headers = {
13541
- ...request.headers,
13542
- [CONTENT_LENGTH_HEADER]: String(length)
13543
- };
13532
+ if (length != null) {
13533
+ request.headers = {
13534
+ ...request.headers,
13535
+ [CONTENT_LENGTH_HEADER]: String(length)
13536
+ };
13537
+ }
13544
13538
  } catch (ignored) {}
13545
13539
  }
13546
13540
  }
@@ -13609,7 +13603,7 @@ var require_protocols = __commonJS((exports) => {
13609
13603
  exports.resolvedPath = resolvedPath;
13610
13604
  });
13611
13605
 
13612
- // ../../node_modules/.bun/@smithy+core@3.31.1/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js
13606
+ // ../../node_modules/.bun/@smithy+core@3.33.2/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js
13613
13607
  var require_retry = __commonJS((exports) => {
13614
13608
  var { Readable } = __require("stream");
13615
13609
  var { NoOpLogger, normalizeProvider } = require_client();
@@ -14535,7 +14529,7 @@ var require_invoke_store = __commonJS((exports) => {
14535
14529
  exports.InvokeStoreBase = InvokeStoreBase;
14536
14530
  });
14537
14531
 
14538
- // ../../node_modules/.bun/@smithy+core@3.31.1/node_modules/@smithy/core/dist-cjs/index.js
14532
+ // ../../node_modules/.bun/@smithy+core@3.33.2/node_modules/@smithy/core/dist-cjs/index.js
14539
14533
  var require_dist_cjs2 = __commonJS((exports) => {
14540
14534
  var { getSmithyContext } = require_transport();
14541
14535
  exports.getSmithyContext = getSmithyContext;
@@ -15701,7 +15695,7 @@ var require_es5 = __commonJS((exports, module) => {
15701
15695
  });
15702
15696
  });
15703
15697
 
15704
- // ../../node_modules/.bun/@aws-sdk+core@3.977.6/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js
15698
+ // ../../node_modules/.bun/@aws-sdk+core@3.977.8/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js
15705
15699
  var require_client2 = __commonJS((exports) => {
15706
15700
  var { Retry, RETRY_MODES } = require_retry();
15707
15701
  var { HttpRequest, parseUrl } = require_protocols();
@@ -16639,7 +16633,7 @@ More information can be found at: https://a.co/c895JFp`);
16639
16633
  exports.userAgentMiddleware = userAgentMiddleware;
16640
16634
  });
16641
16635
 
16642
- // ../../node_modules/.bun/@smithy+signature-v4@5.6.12/node_modules/@smithy/signature-v4/dist-cjs/index.js
16636
+ // ../../node_modules/.bun/@smithy+signature-v4@5.7.2/node_modules/@smithy/signature-v4/dist-cjs/index.js
16643
16637
  var require_dist_cjs3 = __commonJS((exports) => {
16644
16638
  var { fromUtf8, fromHex, toHex, toUint8Array, isArrayBuffer } = require_serde();
16645
16639
  var { normalizeProvider } = require_client();
@@ -16663,27 +16657,27 @@ var require_dist_cjs3 = __commonJS((exports) => {
16663
16657
  formatHeaderValue(header) {
16664
16658
  switch (header.type) {
16665
16659
  case "boolean":
16666
- return Uint8Array.from([header.value ? HEADER_VALUE_TYPE.boolTrue : HEADER_VALUE_TYPE.boolFalse]);
16660
+ return Uint8Array.from([header.value ? 0 : 1]);
16667
16661
  case "byte":
16668
- return Uint8Array.from([HEADER_VALUE_TYPE.byte, header.value]);
16662
+ return Uint8Array.from([2, header.value]);
16669
16663
  case "short":
16670
16664
  const shortView = new DataView(new ArrayBuffer(3));
16671
- shortView.setUint8(0, HEADER_VALUE_TYPE.short);
16665
+ shortView.setUint8(0, 3);
16672
16666
  shortView.setInt16(1, header.value, false);
16673
16667
  return new Uint8Array(shortView.buffer);
16674
16668
  case "integer":
16675
16669
  const intView = new DataView(new ArrayBuffer(5));
16676
- intView.setUint8(0, HEADER_VALUE_TYPE.integer);
16670
+ intView.setUint8(0, 4);
16677
16671
  intView.setInt32(1, header.value, false);
16678
16672
  return new Uint8Array(intView.buffer);
16679
16673
  case "long":
16680
16674
  const longBytes = new Uint8Array(9);
16681
- longBytes[0] = HEADER_VALUE_TYPE.long;
16675
+ longBytes[0] = 5;
16682
16676
  longBytes.set(header.value.bytes, 1);
16683
16677
  return longBytes;
16684
16678
  case "binary":
16685
16679
  const binView = new DataView(new ArrayBuffer(3 + header.value.byteLength));
16686
- binView.setUint8(0, HEADER_VALUE_TYPE.byteArray);
16680
+ binView.setUint8(0, 6);
16687
16681
  binView.setUint16(1, header.value.byteLength, false);
16688
16682
  const binBytes = new Uint8Array(binView.buffer);
16689
16683
  binBytes.set(header.value, 3);
@@ -16691,14 +16685,14 @@ var require_dist_cjs3 = __commonJS((exports) => {
16691
16685
  case "string":
16692
16686
  const utf8Bytes = fromUtf8(header.value);
16693
16687
  const strView = new DataView(new ArrayBuffer(3 + utf8Bytes.byteLength));
16694
- strView.setUint8(0, HEADER_VALUE_TYPE.string);
16688
+ strView.setUint8(0, 7);
16695
16689
  strView.setUint16(1, utf8Bytes.byteLength, false);
16696
16690
  const strBytes = new Uint8Array(strView.buffer);
16697
16691
  strBytes.set(utf8Bytes, 3);
16698
16692
  return strBytes;
16699
16693
  case "timestamp":
16700
16694
  const tsBytes = new Uint8Array(9);
16701
- tsBytes[0] = HEADER_VALUE_TYPE.timestamp;
16695
+ tsBytes[0] = 8;
16702
16696
  tsBytes.set(Int64.fromNumber(header.value.valueOf()).bytes, 1);
16703
16697
  return tsBytes;
16704
16698
  case "uuid":
@@ -16706,7 +16700,7 @@ var require_dist_cjs3 = __commonJS((exports) => {
16706
16700
  throw new Error(`Invalid UUID received: ${header.value}`);
16707
16701
  }
16708
16702
  const uuidBytes = new Uint8Array(17);
16709
- uuidBytes[0] = HEADER_VALUE_TYPE.uuid;
16703
+ uuidBytes[0] = 9;
16710
16704
  uuidBytes.set(fromHex(header.value.replace(/-/g, "")), 1);
16711
16705
  return uuidBytes;
16712
16706
  }
@@ -17179,7 +17173,7 @@ ${toHex(hashedRequest)}`;
17179
17173
  exports.signatureV4aContainer = signatureV4aContainer;
17180
17174
  });
17181
17175
 
17182
- // ../../node_modules/.bun/@aws-sdk+core@3.977.6/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js
17176
+ // ../../node_modules/.bun/@aws-sdk+core@3.977.8/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js
17183
17177
  var require_httpAuthSchemes = __commonJS((exports) => {
17184
17178
  var { ProviderError, booleanSelector, SelectorType, loadConfig } = require_config();
17185
17179
  var { setCredentialFeature } = require_client2();
@@ -17509,7 +17503,7 @@ var require_httpAuthSchemes = __commonJS((exports) => {
17509
17503
  exports.validateSigningProperties = validateSigningProperties;
17510
17504
  });
17511
17505
 
17512
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/auth/httpAuthSchemeProvider.js
17506
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/auth/httpAuthSchemeProvider.js
17513
17507
  function createAwsAuthSigv4HttpAuthOption(authParameters) {
17514
17508
  return {
17515
17509
  schemeId: "aws.auth#sigv4",
@@ -17551,7 +17545,7 @@ var init_httpAuthSchemeProvider = __esm(() => {
17551
17545
  import_client2 = __toESM(require_client(), 1);
17552
17546
  });
17553
17547
 
17554
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/endpoint/EndpointParameters.js
17548
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/endpoint/EndpointParameters.js
17555
17549
  var resolveClientEndpointParameters = (options) => {
17556
17550
  return Object.assign(options, {
17557
17551
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
@@ -17568,12 +17562,12 @@ var init_EndpointParameters = __esm(() => {
17568
17562
  };
17569
17563
  });
17570
17564
 
17571
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/package.json
17565
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/package.json
17572
17566
  var package_default;
17573
17567
  var init_package = __esm(() => {
17574
17568
  package_default = {
17575
17569
  name: "@aws-sdk/client-route-53",
17576
- version: "3.1106.0",
17570
+ version: "3.1112.0",
17577
17571
  description: "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
17578
17572
  homepage: "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-route-53",
17579
17573
  license: "Apache-2.0",
@@ -17622,13 +17616,13 @@ var init_package = __esm(() => {
17622
17616
  "test:integration:watch": "yarn g:vitest watch --passWithNoTests -c vitest.config.integ.mts",
17623
17617
  "test:e2e": "yarn g:vitest run -c vitest.config.e2e.mts",
17624
17618
  "test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts",
17625
- "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
17619
+ "test:index": "tsc -p tsconfig.test.json && node ./test/index-objects.spec.mjs"
17626
17620
  },
17627
17621
  dependencies: {
17628
- "@aws-sdk/core": "^3.977.6",
17629
- "@aws-sdk/credential-provider-node": "^3.972.78",
17630
- "@aws-sdk/middleware-sdk-route53": "^3.972.23",
17631
- "@aws-sdk/types": "^3.974.2",
17622
+ "@aws-sdk/core": "^3.977.8",
17623
+ "@aws-sdk/credential-provider-node": "^3.972.80",
17624
+ "@aws-sdk/middleware-sdk-route53": "^3.972.25",
17625
+ "@aws-sdk/types": "^3.974.4",
17632
17626
  "@smithy/core": "^3.31.1",
17633
17627
  "@smithy/fetch-http-handler": "^5.6.13",
17634
17628
  "@smithy/node-http-handler": "^4.9.13",
@@ -17642,7 +17636,7 @@ var init_package = __esm(() => {
17642
17636
  concurrently: "7.0.0",
17643
17637
  "downlevel-dts": "0.10.1",
17644
17638
  premove: "4.0.0",
17645
- typescript: "~5.8.3",
17639
+ typescript: "~7.0.2",
17646
17640
  vitest: "^4.0.17"
17647
17641
  },
17648
17642
  engines: {
@@ -17651,7 +17645,7 @@ var init_package = __esm(() => {
17651
17645
  };
17652
17646
  });
17653
17647
 
17654
- // ../../node_modules/.bun/@aws-sdk+credential-provider-env@3.972.67/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js
17648
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-env@3.972.69/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js
17655
17649
  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 () => {
17656
17650
  init?.logger?.debug("@aws-sdk/credential-provider-env - fromEnv");
17657
17651
  const accessKeyId = process.env[ENV_KEY];
@@ -17679,7 +17673,7 @@ var init_fromEnv = __esm(() => {
17679
17673
  import_config = __toESM(require_config(), 1);
17680
17674
  });
17681
17675
 
17682
- // ../../node_modules/.bun/@aws-sdk+credential-provider-env@3.972.67/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js
17676
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-env@3.972.69/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js
17683
17677
  var exports_dist_es = {};
17684
17678
  __export(exports_dist_es, {
17685
17679
  fromEnv: () => fromEnv,
@@ -17694,7 +17688,7 @@ var init_dist_es = __esm(() => {
17694
17688
  init_fromEnv();
17695
17689
  });
17696
17690
 
17697
- // ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js
17691
+ // ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js
17698
17692
  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) => ({
17699
17693
  accessKeyId: creds.AccessKeyId,
17700
17694
  secretAccessKey: creds.SecretAccessKey,
@@ -17703,14 +17697,14 @@ var isImdsCredentials = (arg) => Boolean(arg) && typeof arg === "object" && type
17703
17697
  ...creds.AccountId && { accountId: creds.AccountId }
17704
17698
  });
17705
17699
 
17706
- // ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js
17700
+ // ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js
17707
17701
  var DEFAULT_TIMEOUT = 1000, DEFAULT_MAX_RETRIES = 0, providerConfigFromInit = ({ maxRetries = DEFAULT_MAX_RETRIES, timeout = DEFAULT_TIMEOUT }) => ({ maxRetries, timeout });
17708
17702
 
17709
- // ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/node-http.js
17703
+ // ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/node-http.js
17710
17704
  import node_http from "http";
17711
17705
  var init_node_http = () => {};
17712
17706
 
17713
- // ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js
17707
+ // ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js
17714
17708
  function httpRequest(options) {
17715
17709
  return new Promise((resolve3, reject) => {
17716
17710
  const req = node_http.request({
@@ -17750,7 +17744,7 @@ var init_httpRequest = __esm(() => {
17750
17744
  import_config2 = __toESM(require_config(), 1);
17751
17745
  });
17752
17746
 
17753
- // ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js
17747
+ // ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js
17754
17748
  var retry = (toRetry, maxRetries) => {
17755
17749
  let promise = toRetry();
17756
17750
  for (let i = 0;i < maxRetries; i++) {
@@ -17759,7 +17753,7 @@ var retry = (toRetry, maxRetries) => {
17759
17753
  return promise;
17760
17754
  };
17761
17755
 
17762
- // ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js
17756
+ // ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js
17763
17757
  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 = {}) => {
17764
17758
  const { timeout, maxRetries } = providerConfigFromInit(init);
17765
17759
  return () => retry(async () => {
@@ -17829,7 +17823,7 @@ var init_fromContainerMetadata = __esm(() => {
17829
17823
  GREENGRASS_PROTOCOLS = new Set(["http:", "https:"]);
17830
17824
  });
17831
17825
 
17832
- // ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js
17826
+ // ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js
17833
17827
  var import_config4, InstanceMetadataV1FallbackError;
17834
17828
  var init_InstanceMetadataV1FallbackError = __esm(() => {
17835
17829
  import_config4 = __toESM(require_config(), 1);
@@ -17844,7 +17838,7 @@ var init_InstanceMetadataV1FallbackError = __esm(() => {
17844
17838
  };
17845
17839
  });
17846
17840
 
17847
- // ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js
17841
+ // ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js
17848
17842
  var Endpoint;
17849
17843
  var init_Endpoint = __esm(() => {
17850
17844
  (function(Endpoint2) {
@@ -17853,7 +17847,7 @@ var init_Endpoint = __esm(() => {
17853
17847
  })(Endpoint || (Endpoint = {}));
17854
17848
  });
17855
17849
 
17856
- // ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js
17850
+ // ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js
17857
17851
  var ENV_ENDPOINT_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT", CONFIG_ENDPOINT_NAME = "ec2_metadata_service_endpoint", ENDPOINT_CONFIG_OPTIONS;
17858
17852
  var init_EndpointConfigOptions = __esm(() => {
17859
17853
  ENDPOINT_CONFIG_OPTIONS = {
@@ -17863,7 +17857,7 @@ var init_EndpointConfigOptions = __esm(() => {
17863
17857
  };
17864
17858
  });
17865
17859
 
17866
- // ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js
17860
+ // ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js
17867
17861
  var EndpointMode;
17868
17862
  var init_EndpointMode = __esm(() => {
17869
17863
  (function(EndpointMode2) {
@@ -17872,7 +17866,7 @@ var init_EndpointMode = __esm(() => {
17872
17866
  })(EndpointMode || (EndpointMode = {}));
17873
17867
  });
17874
17868
 
17875
- // ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js
17869
+ // ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js
17876
17870
  var ENV_ENDPOINT_MODE_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE", CONFIG_ENDPOINT_MODE_NAME = "ec2_metadata_service_endpoint_mode", ENDPOINT_MODE_CONFIG_OPTIONS;
17877
17871
  var init_EndpointModeConfigOptions = __esm(() => {
17878
17872
  init_EndpointMode();
@@ -17883,7 +17877,7 @@ var init_EndpointModeConfigOptions = __esm(() => {
17883
17877
  };
17884
17878
  });
17885
17879
 
17886
- // ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js
17880
+ // ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js
17887
17881
  var import_config5, import_protocols, getInstanceMetadataEndpoint = async () => import_protocols.parseUrl(await getFromEndpointConfig() || await getFromEndpointModeConfig()), getFromEndpointConfig = async () => import_config5.loadConfig(ENDPOINT_CONFIG_OPTIONS)(), getFromEndpointModeConfig = async () => {
17888
17882
  const endpointMode = await import_config5.loadConfig(ENDPOINT_MODE_CONFIG_OPTIONS)();
17889
17883
  switch (endpointMode) {
@@ -17904,7 +17898,7 @@ var init_getInstanceMetadataEndpoint = __esm(() => {
17904
17898
  import_protocols = __toESM(require_protocols(), 1);
17905
17899
  });
17906
17900
 
17907
- // ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js
17901
+ // ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js
17908
17902
  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) => {
17909
17903
  const refreshInterval = STATIC_STABILITY_REFRESH_INTERVAL_SECONDS + Math.floor(Math.random() * STATIC_STABILITY_REFRESH_INTERVAL_JITTER_WINDOW_SECONDS);
17910
17904
  const newExpiration = new Date(Date.now() + refreshInterval * 1000);
@@ -17922,7 +17916,7 @@ var init_getExtendedInstanceMetadataCredentials = __esm(() => {
17922
17916
  STATIC_STABILITY_REFRESH_INTERVAL_JITTER_WINDOW_SECONDS = 5 * 60;
17923
17917
  });
17924
17918
 
17925
- // ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js
17919
+ // ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js
17926
17920
  var staticStabilityProvider = (provider, options = {}) => {
17927
17921
  const logger = options?.logger || console;
17928
17922
  let pastCredentials;
@@ -17949,7 +17943,7 @@ var init_staticStabilityProvider = __esm(() => {
17949
17943
  init_getExtendedInstanceMetadataCredentials();
17950
17944
  });
17951
17945
 
17952
- // ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js
17946
+ // ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js
17953
17947
  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 = {}) => {
17954
17948
  let disableFetchToken = false;
17955
17949
  const { logger, profile } = init;
@@ -18069,7 +18063,7 @@ var init_fromInstanceMetadata = __esm(() => {
18069
18063
  import_config6 = __toESM(require_config(), 1);
18070
18064
  });
18071
18065
 
18072
- // ../../node_modules/.bun/@smithy+credential-provider-imds@4.4.16/node_modules/@smithy/credential-provider-imds/dist-es/index.js
18066
+ // ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/index.js
18073
18067
  var exports_dist_es2 = {};
18074
18068
  __export(exports_dist_es2, {
18075
18069
  providerConfigFromInit: () => providerConfigFromInit,
@@ -18092,7 +18086,7 @@ var init_dist_es2 = __esm(() => {
18092
18086
  init_Endpoint();
18093
18087
  });
18094
18088
 
18095
- // ../../node_modules/.bun/@smithy+node-http-handler@4.9.13/node_modules/@smithy/node-http-handler/dist-cjs/index.js
18089
+ // ../../node_modules/.bun/@smithy+node-http-handler@4.11.2/node_modules/@smithy/node-http-handler/dist-cjs/index.js
18096
18090
  var require_dist_cjs4 = __commonJS((exports) => {
18097
18091
  var { buildQueryString, HttpResponse } = require_protocols();
18098
18092
  var node_https = __require("https");
@@ -18339,6 +18333,7 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
18339
18333
  this.config = await this.configProvider;
18340
18334
  }
18341
18335
  const config = this.config;
18336
+ const logger = config.logger;
18342
18337
  const isSSL = request.protocol === "https:";
18343
18338
  if (!isSSL && !this.config.httpAgent) {
18344
18339
  this.config.httpAgent = await this.config.httpAgentProvider();
@@ -18382,7 +18377,7 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
18382
18377
  });
18383
18378
  }
18384
18379
  socketWarningTimeoutId = timing.setTimeout(() => {
18385
- this.socketWarningTimestamp = NodeHttpHandler.checkSocketUsage(agent, this.socketWarningTimestamp, config.logger);
18380
+ this.socketWarningTimestamp = NodeHttpHandler.checkSocketUsage(agent, this.socketWarningTimestamp, logger);
18386
18381
  }, config.socketAcquisitionWarningTimeout ?? (config.requestTimeout ?? 2000) + (config.connectionTimeout ?? 1000));
18387
18382
  const queryString = request.query ? buildQueryString(request.query) : "";
18388
18383
  let auth = undefined;
@@ -18446,7 +18441,7 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
18446
18441
  }
18447
18442
  const effectiveRequestTimeout = requestTimeout ?? config.requestTimeout;
18448
18443
  connectionTimeoutId = setConnectionTimeout(req, reject, config.connectionTimeout);
18449
- requestTimeoutId = setRequestTimeout(req, reject, effectiveRequestTimeout, config.throwOnRequestTimeout, config.logger ?? console);
18444
+ requestTimeoutId = setRequestTimeout(req, reject, effectiveRequestTimeout, config.throwOnRequestTimeout, logger ?? console);
18450
18445
  socketTimeoutId = setSocketTimeout(req, reject, config.socketTimeout);
18451
18446
  const httpAgent = nodeHttpsOptions.agent;
18452
18447
  if (typeof httpAgent === "object" && "keepAlive" in httpAgent) {
@@ -18464,6 +18459,12 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
18464
18459
  updateHttpClientConfig(key, value) {
18465
18460
  this.config = undefined;
18466
18461
  this.configProvider = this.configProvider.then((config) => {
18462
+ if (key === Symbol.for("logger")) {
18463
+ return {
18464
+ ...config,
18465
+ logger: config.logger ?? value
18466
+ };
18467
+ }
18467
18468
  return {
18468
18469
  ...config,
18469
18470
  [key]: value
@@ -18899,7 +18900,7 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
18899
18900
  exports.NodeHttpHandler = NodeHttpHandler;
18900
18901
  });
18901
18902
 
18902
- // ../../node_modules/.bun/@aws-sdk+credential-provider-http@3.972.69/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js
18903
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-http@3.972.71/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js
18903
18904
  var import_config7, ECS_CONTAINER_HOST = "169.254.170.2", EKS_CONTAINER_HOST_IPv4 = "169.254.170.23", EKS_CONTAINER_HOST_IPv6 = "[fd00:ec2::23]", checkUrl = (url, logger) => {
18904
18905
  if (url.protocol === "https:") {
18905
18906
  return;
@@ -18933,7 +18934,7 @@ var init_checkUrl = __esm(() => {
18933
18934
  import_config7 = __toESM(require_config(), 1);
18934
18935
  });
18935
18936
 
18936
- // ../../node_modules/.bun/@aws-sdk+credential-provider-http@3.972.69/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js
18937
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-http@3.972.71/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js
18937
18938
  function createGetRequest(url) {
18938
18939
  return new import_protocols2.HttpRequest({
18939
18940
  protocol: url.protocol,
@@ -18982,7 +18983,7 @@ var init_requestHelpers = __esm(() => {
18982
18983
  import_serde2 = __toESM(require_serde(), 1);
18983
18984
  });
18984
18985
 
18985
- // ../../node_modules/.bun/@aws-sdk+credential-provider-http@3.972.69/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js
18986
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-http@3.972.71/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js
18986
18987
  var retryWrapper = (toRetry, maxRetries, delayMs) => {
18987
18988
  return async () => {
18988
18989
  for (let i = 0;i < maxRetries; ++i) {
@@ -18996,7 +18997,7 @@ var retryWrapper = (toRetry, maxRetries, delayMs) => {
18996
18997
  };
18997
18998
  };
18998
18999
 
18999
- // ../../node_modules/.bun/@aws-sdk+credential-provider-http@3.972.69/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js
19000
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-http@3.972.71/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js
19000
19001
  import fs from "fs/promises";
19001
19002
  var import_client4, import_config9, import_node_http_handler, AWS_CONTAINER_CREDENTIALS_RELATIVE_URI = "AWS_CONTAINER_CREDENTIALS_RELATIVE_URI", DEFAULT_LINK_LOCAL_HOST = "http://169.254.170.2", AWS_CONTAINER_CREDENTIALS_FULL_URI = "AWS_CONTAINER_CREDENTIALS_FULL_URI", AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE = "AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE", AWS_CONTAINER_AUTHORIZATION_TOKEN = "AWS_CONTAINER_AUTHORIZATION_TOKEN", fromHttp = (options = {}) => {
19002
19003
  options.logger?.debug("@aws-sdk/credential-provider-http - fromHttp");
@@ -19062,7 +19063,7 @@ var init_fromHttp = __esm(() => {
19062
19063
  import_node_http_handler = __toESM(require_dist_cjs4(), 1);
19063
19064
  });
19064
19065
 
19065
- // ../../node_modules/.bun/@aws-sdk+credential-provider-http@3.972.69/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js
19066
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-http@3.972.71/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js
19066
19067
  var exports_dist_es3 = {};
19067
19068
  __export(exports_dist_es3, {
19068
19069
  fromHttp: () => fromHttp
@@ -19071,7 +19072,7 @@ var init_dist_es3 = __esm(() => {
19071
19072
  init_fromHttp();
19072
19073
  });
19073
19074
 
19074
- // ../../node_modules/.bun/@aws-sdk+credential-provider-node@3.972.78/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js
19075
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-node@3.972.80/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js
19075
19076
  var import_config10, ENV_IMDS_DISABLED = "AWS_EC2_METADATA_DISABLED", remoteProvider = async (init) => {
19076
19077
  const { ENV_CMDS_FULL_URI: ENV_CMDS_FULL_URI2, ENV_CMDS_RELATIVE_URI: ENV_CMDS_RELATIVE_URI2, fromContainerMetadata: fromContainerMetadata2, fromInstanceMetadata: fromInstanceMetadata2 } = await Promise.resolve().then(() => (init_dist_es2(), exports_dist_es2));
19077
19078
  if (process.env[ENV_CMDS_RELATIVE_URI2] || process.env[ENV_CMDS_FULL_URI2]) {
@@ -19091,7 +19092,7 @@ var init_remoteProvider = __esm(() => {
19091
19092
  import_config10 = __toESM(require_config(), 1);
19092
19093
  });
19093
19094
 
19094
- // ../../node_modules/.bun/@aws-sdk+credential-provider-node@3.972.78/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js
19095
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-node@3.972.80/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js
19095
19096
  function memoizeChain(providers, treatAsExpired) {
19096
19097
  const chain2 = internalCreateChain(providers);
19097
19098
  let activeLock;
@@ -19155,16 +19156,16 @@ var internalCreateChain = (providers) => async (awsIdentityProperties) => {
19155
19156
  throw lastProviderError;
19156
19157
  };
19157
19158
 
19158
- // ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.11/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js
19159
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.13/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js
19159
19160
  var isSsoProfile = (arg) => arg && (typeof arg.sso_start_url === "string" || typeof arg.sso_account_id === "string" || typeof arg.sso_session === "string" || typeof arg.sso_region === "string" || typeof arg.sso_role_name === "string");
19160
19161
 
19161
- // ../../node_modules/.bun/@aws-sdk+token-providers@3.1103.0/node_modules/@aws-sdk/token-providers/dist-es/constants.js
19162
+ // ../../node_modules/.bun/@aws-sdk+token-providers@3.1111.0/node_modules/@aws-sdk/token-providers/dist-es/constants.js
19162
19163
  var EXPIRE_WINDOW_MS, REFRESH_MESSAGE = `To refresh this SSO session run 'aws sso login' with the corresponding profile.`;
19163
19164
  var init_constants = __esm(() => {
19164
19165
  EXPIRE_WINDOW_MS = 5 * 60 * 1000;
19165
19166
  });
19166
19167
 
19167
- // ../../node_modules/.bun/@smithy+core@3.31.1/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js
19168
+ // ../../node_modules/.bun/@smithy+core@3.33.2/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js
19168
19169
  var require_cbor = __commonJS((exports) => {
19169
19170
  var { nv, NumericValue, calculateBodyLength, generateIdempotencyToken, fromBase64, _parseEpochTimestamp } = require_serde();
19170
19171
  var { HttpRequest: HttpRequest2, collectBody, SerdeContext, RpcProtocol } = require_protocols();
@@ -21258,9 +21259,9 @@ var require_cbor = __commonJS((exports) => {
21258
21259
  this.serializer.write(15, {});
21259
21260
  request.body = this.serializer.flush();
21260
21261
  }
21261
- try {
21262
+ if (request.body instanceof Uint8Array) {
21262
21263
  request.headers["content-length"] = String(request.body.byteLength);
21263
- } catch (ignored) {}
21264
+ }
21264
21265
  }
21265
21266
  const { service, operation } = getSmithyContext2(context);
21266
21267
  const path = `/service/${service}/operation/${operation}`;
@@ -21532,7 +21533,7 @@ var require_cbor = __commonJS((exports) => {
21532
21533
  exports.tagSymbol = tagSymbol;
21533
21534
  });
21534
21535
 
21535
- // ../../node_modules/.bun/@aws-sdk+xml-builder@3.972.37/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js
21536
+ // ../../node_modules/.bun/@aws-sdk+xml-builder@3.972.39/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js
21536
21537
  var require_dist_cjs5 = __commonJS((exports) => {
21537
21538
  var ATTR_ESCAPE_RE = /[&<>"]/g;
21538
21539
  var ATTR_ESCAPE_MAP = {
@@ -21900,7 +21901,7 @@ var require_dist_cjs5 = __commonJS((exports) => {
21900
21901
  exports.parseXML = parseXML;
21901
21902
  });
21902
21903
 
21903
- // ../../node_modules/.bun/@aws-sdk+core@3.977.6/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js
21904
+ // ../../node_modules/.bun/@aws-sdk+core@3.977.8/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js
21904
21905
  var require_protocols2 = __commonJS((exports) => {
21905
21906
  var { SmithyRpcV2CborProtocol, loadSmithyRpcV2CborErrorCode } = require_cbor();
21906
21907
  var { TypeRegistry, NormalizedSchema, deref } = require_schema();
@@ -24741,7 +24742,7 @@ var require_protocols2 = __commonJS((exports) => {
24741
24742
  exports.parseXmlErrorBody = parseXmlErrorBody;
24742
24743
  });
24743
24744
 
24744
- // ../../node_modules/.bun/@aws-sdk+nested-clients@3.997.41/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js
24745
+ // ../../node_modules/.bun/@aws-sdk+nested-clients@3.997.43/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js
24745
24746
  var require_sso_oidc = __commonJS((exports) => {
24746
24747
  var { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require_client2();
24747
24748
  var { NoAuthSigner, getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin } = require_dist_cjs2();
@@ -24819,7 +24820,7 @@ var require_sso_oidc = __commonJS((exports) => {
24819
24820
  Region: { type: "builtInParams", name: "region" },
24820
24821
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
24821
24822
  };
24822
- var version = "3.997.40";
24823
+ var version = "3.997.42";
24823
24824
  var packageInfo = {
24824
24825
  version
24825
24826
  };
@@ -25496,7 +25497,7 @@ var require_sso_oidc = __commonJS((exports) => {
25496
25497
  exports.errorTypeRegistries = errorTypeRegistries;
25497
25498
  });
25498
25499
 
25499
- // ../../node_modules/.bun/@aws-sdk+token-providers@3.1103.0/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js
25500
+ // ../../node_modules/.bun/@aws-sdk+token-providers@3.1111.0/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js
25500
25501
  var getSsoOidcClient = async (ssoRegion, init = {}, callerClientConfig) => {
25501
25502
  const { SSOOIDCClient } = await Promise.resolve().then(() => __toESM(require_sso_oidc(), 1));
25502
25503
  const coalesce = (prop) => init.clientConfig?.[prop] ?? init.parentClientConfig?.[prop] ?? callerClientConfig?.[prop];
@@ -25508,7 +25509,7 @@ var getSsoOidcClient = async (ssoRegion, init = {}, callerClientConfig) => {
25508
25509
  return ssoOidcClient;
25509
25510
  };
25510
25511
 
25511
- // ../../node_modules/.bun/@aws-sdk+token-providers@3.1103.0/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js
25512
+ // ../../node_modules/.bun/@aws-sdk+token-providers@3.1111.0/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js
25512
25513
  var getNewSsoOidcToken = async (ssoToken, ssoRegion, init = {}, callerClientConfig) => {
25513
25514
  const { CreateTokenCommand } = await Promise.resolve().then(() => __toESM(require_sso_oidc(), 1));
25514
25515
  const ssoOidcClient = await getSsoOidcClient(ssoRegion, init, callerClientConfig);
@@ -25521,7 +25522,7 @@ var getNewSsoOidcToken = async (ssoToken, ssoRegion, init = {}, callerClientConf
25521
25522
  };
25522
25523
  var init_getNewSsoOidcToken = () => {};
25523
25524
 
25524
- // ../../node_modules/.bun/@aws-sdk+token-providers@3.1103.0/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js
25525
+ // ../../node_modules/.bun/@aws-sdk+token-providers@3.1111.0/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js
25525
25526
  var import_config11, validateTokenExpiry = (token) => {
25526
25527
  if (token.expiration && token.expiration.getTime() < Date.now()) {
25527
25528
  throw new import_config11.TokenProviderError(`Token is expired. ${REFRESH_MESSAGE}`, false);
@@ -25532,7 +25533,7 @@ var init_validateTokenExpiry = __esm(() => {
25532
25533
  import_config11 = __toESM(require_config(), 1);
25533
25534
  });
25534
25535
 
25535
- // ../../node_modules/.bun/@aws-sdk+token-providers@3.1103.0/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js
25536
+ // ../../node_modules/.bun/@aws-sdk+token-providers@3.1111.0/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js
25536
25537
  var import_config12, validateTokenKey = (key, value, forRefresh = false) => {
25537
25538
  if (typeof value === "undefined") {
25538
25539
  throw new import_config12.TokenProviderError(`Value not present for '${key}' in SSO Token${forRefresh ? ". Cannot refresh" : ""}. ${REFRESH_MESSAGE}`, false);
@@ -25543,7 +25544,7 @@ var init_validateTokenKey = __esm(() => {
25543
25544
  import_config12 = __toESM(require_config(), 1);
25544
25545
  });
25545
25546
 
25546
- // ../../node_modules/.bun/@aws-sdk+token-providers@3.1103.0/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js
25547
+ // ../../node_modules/.bun/@aws-sdk+token-providers@3.1111.0/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js
25547
25548
  import { promises as fsPromises } from "fs";
25548
25549
  var import_config13, writeFile, writeSSOTokenToFile = (id, ssoToken) => {
25549
25550
  const tokenFilepath = import_config13.getSSOTokenFilepath(id);
@@ -25555,7 +25556,7 @@ var init_writeSSOTokenToFile = __esm(() => {
25555
25556
  ({ writeFile } = fsPromises);
25556
25557
  });
25557
25558
 
25558
- // ../../node_modules/.bun/@aws-sdk+token-providers@3.1103.0/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js
25559
+ // ../../node_modules/.bun/@aws-sdk+token-providers@3.1111.0/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js
25559
25560
  var import_config14, lastRefreshAttemptTime, fromSso = (init = {}) => async ({ callerClientConfig } = {}) => {
25560
25561
  init.logger?.debug("@aws-sdk/token-providers - fromSso");
25561
25562
  const profiles = await import_config14.parseKnownFiles(init);
@@ -25634,12 +25635,12 @@ var init_fromSso = __esm(() => {
25634
25635
  lastRefreshAttemptTime = new Date(0);
25635
25636
  });
25636
25637
 
25637
- // ../../node_modules/.bun/@aws-sdk+token-providers@3.1103.0/node_modules/@aws-sdk/token-providers/dist-es/index.js
25638
+ // ../../node_modules/.bun/@aws-sdk+token-providers@3.1111.0/node_modules/@aws-sdk/token-providers/dist-es/index.js
25638
25639
  var init_dist_es4 = __esm(() => {
25639
25640
  init_fromSso();
25640
25641
  });
25641
25642
 
25642
- // ../../node_modules/.bun/@aws-sdk+nested-clients@3.997.41/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js
25643
+ // ../../node_modules/.bun/@aws-sdk+nested-clients@3.997.43/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js
25643
25644
  function createAwsAuthSigv4HttpAuthOption2(authParameters) {
25644
25645
  return {
25645
25646
  schemeId: "aws.auth#sigv4",
@@ -25690,7 +25691,7 @@ var awsEndpointFunctions, emitWarningIfUnsupportedVersion$1, createDefaultUserAg
25690
25691
  useFipsEndpoint: options.useFipsEndpoint ?? false,
25691
25692
  defaultSigningName: "awsssoportal"
25692
25693
  });
25693
- }, commonParams2, version = "3.997.40", packageInfo, k = "ref", a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g, h, i, j, _data, root = 2, r = 1e8, nodes, bdd, cache, defaultEndpointResolver = (endpointParams, context = {}) => {
25694
+ }, 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 = {}) => {
25694
25695
  return cache.get(endpointParams, () => decideEndpoint(bdd, {
25695
25696
  endpointParams,
25696
25697
  logger: context.logger
@@ -26087,7 +26088,7 @@ var init_sso = __esm(() => {
26087
26088
  $SSOClient = SSOClient;
26088
26089
  });
26089
26090
 
26090
- // ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.11/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js
26091
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.13/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js
26091
26092
  var exports_loadSso = {};
26092
26093
  __export(exports_loadSso, {
26093
26094
  SSOClient: () => $SSOClient,
@@ -26097,7 +26098,7 @@ var init_loadSso = __esm(() => {
26097
26098
  init_sso();
26098
26099
  });
26099
26100
 
26100
- // ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.11/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js
26101
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.13/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js
26101
26102
  var import_client5, import_config15, SHOULD_FAIL_CREDENTIAL_CHAIN = false, resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, clientConfig, parentClientConfig, callerClientConfig, profile, filepath, configFilepath, ignoreCache, logger }) => {
26102
26103
  let token;
26103
26104
  const refreshMessage = `To refresh this SSO session run aws sso login with the corresponding profile.`;
@@ -26186,7 +26187,7 @@ var init_resolveSSOCredentials = __esm(() => {
26186
26187
  import_config15 = __toESM(require_config(), 1);
26187
26188
  });
26188
26189
 
26189
- // ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.11/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js
26190
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.13/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js
26190
26191
  var import_config16, validateSsoProfile = (profile, logger) => {
26191
26192
  const { sso_start_url, sso_account_id, sso_region, sso_role_name } = profile;
26192
26193
  if (!sso_start_url || !sso_account_id || !sso_region || !sso_role_name) {
@@ -26199,7 +26200,7 @@ var init_validateSsoProfile = __esm(() => {
26199
26200
  import_config16 = __toESM(require_config(), 1);
26200
26201
  });
26201
26202
 
26202
- // ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.11/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js
26203
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.13/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js
26203
26204
  var import_config17, fromSSO = (init = {}) => async ({ callerClientConfig } = {}) => {
26204
26205
  init.logger?.debug("@aws-sdk/credential-provider-sso - fromSSO");
26205
26206
  const { ssoStartUrl, ssoAccountId, ssoRegion, ssoRoleName, ssoSession } = init;
@@ -26281,7 +26282,7 @@ var init_fromSSO = __esm(() => {
26281
26282
  import_config17 = __toESM(require_config(), 1);
26282
26283
  });
26283
26284
 
26284
- // ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.11/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js
26285
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.13/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js
26285
26286
  var exports_dist_es4 = {};
26286
26287
  __export(exports_dist_es4, {
26287
26288
  validateSsoProfile: () => validateSsoProfile,
@@ -26293,7 +26294,7 @@ var init_dist_es5 = __esm(() => {
26293
26294
  init_validateSsoProfile();
26294
26295
  });
26295
26296
 
26296
- // ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.12/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js
26297
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.14/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js
26297
26298
  var import_client6, import_config18, resolveCredentialSource = (credentialSource, profileName, logger) => {
26298
26299
  const sourceProvidersMap = {
26299
26300
  EcsContainer: async (options) => {
@@ -26324,7 +26325,7 @@ var init_resolveCredentialSource = __esm(() => {
26324
26325
  import_config18 = __toESM(require_config(), 1);
26325
26326
  });
26326
26327
 
26327
- // ../../node_modules/.bun/@aws-sdk+signature-v4-multi-region@3.996.43/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js
26328
+ // ../../node_modules/.bun/@aws-sdk+signature-v4-multi-region@3.996.45/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js
26328
26329
  var require_dist_cjs6 = __commonJS((exports) => {
26329
26330
  var { SignatureV4, signatureV4aContainer } = require_dist_cjs3();
26330
26331
  var signatureV4CrtContainer = {
@@ -26456,7 +26457,7 @@ var require_dist_cjs6 = __commonJS((exports) => {
26456
26457
  exports.signatureV4CrtContainer = signatureV4CrtContainer;
26457
26458
  });
26458
26459
 
26459
- // ../../node_modules/.bun/@aws-sdk+nested-clients@3.997.41/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js
26460
+ // ../../node_modules/.bun/@aws-sdk+nested-clients@3.997.43/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js
26460
26461
  var require_sts = __commonJS((exports) => {
26461
26462
  var { awsEndpointFunctions: awsEndpointFunctions2, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$12, createDefaultUserAgentProvider: createDefaultUserAgentProvider2, NODE_APP_ID_CONFIG_OPTIONS: NODE_APP_ID_CONFIG_OPTIONS2, getAwsRegionExtensionConfiguration: getAwsRegionExtensionConfiguration2, resolveAwsRegionExtensionConfiguration: resolveAwsRegionExtensionConfiguration2, resolveUserAgentConfig: resolveUserAgentConfig2, resolveHostHeaderConfig: resolveHostHeaderConfig2, getUserAgentPlugin: getUserAgentPlugin2, getHostHeaderPlugin: getHostHeaderPlugin2, getLoggerPlugin: getLoggerPlugin2, getRecursionDetectionPlugin: getRecursionDetectionPlugin2, setCredentialFeature: setCredentialFeature5, stsRegionDefaultResolver } = require_client2();
26462
26463
  var { NoAuthSigner: NoAuthSigner2, getHttpAuthSchemeEndpointRuleSetPlugin: getHttpAuthSchemeEndpointRuleSetPlugin2, DefaultIdentityProviderConfig: DefaultIdentityProviderConfig2, getHttpSigningPlugin: getHttpSigningPlugin2 } = require_dist_cjs2();
@@ -26787,7 +26788,7 @@ var require_sts = __commonJS((exports) => {
26787
26788
  Region: { type: "builtInParams", name: "region" },
26788
26789
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
26789
26790
  };
26790
- var version2 = "3.997.40";
26791
+ var version2 = "3.997.42";
26791
26792
  var packageInfo2 = {
26792
26793
  version: version2
26793
26794
  };
@@ -27478,7 +27479,7 @@ var require_sts = __commonJS((exports) => {
27478
27479
  exports.getDefaultRoleAssumerWithWebIdentity = getDefaultRoleAssumerWithWebIdentity;
27479
27480
  });
27480
27481
 
27481
- // ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.12/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js
27482
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.14/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js
27482
27483
  var import_client7, import_config19, isAssumeRoleProfile = (arg, { profile = "default", logger } = {}) => {
27483
27484
  return Boolean(arg) && typeof arg === "object" && typeof arg.role_arn === "string" && ["undefined", "string"].indexOf(typeof arg.role_session_name) > -1 && ["undefined", "string"].indexOf(typeof arg.external_id) > -1 && ["undefined", "string"].indexOf(typeof arg.mfa_serial) > -1 && (isAssumeRoleWithSourceProfile(arg, { profile, logger }) || isCredentialSourceProfile(arg, { profile, logger }));
27484
27485
  }, isAssumeRoleWithSourceProfile = (arg, { profile, logger }) => {
@@ -27546,7 +27547,7 @@ var init_resolveAssumeRoleCredentials = __esm(() => {
27546
27547
  import_config19 = __toESM(require_config(), 1);
27547
27548
  });
27548
27549
 
27549
- // ../../node_modules/.bun/@aws-sdk+nested-clients@3.997.41/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js
27550
+ // ../../node_modules/.bun/@aws-sdk+nested-clients@3.997.43/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js
27550
27551
  var require_signin = __commonJS((exports) => {
27551
27552
  var { awsEndpointFunctions: awsEndpointFunctions2, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$12, createDefaultUserAgentProvider: createDefaultUserAgentProvider2, NODE_APP_ID_CONFIG_OPTIONS: NODE_APP_ID_CONFIG_OPTIONS2, getAwsRegionExtensionConfiguration: getAwsRegionExtensionConfiguration2, resolveAwsRegionExtensionConfiguration: resolveAwsRegionExtensionConfiguration2, resolveUserAgentConfig: resolveUserAgentConfig2, resolveHostHeaderConfig: resolveHostHeaderConfig2, getUserAgentPlugin: getUserAgentPlugin2, getHostHeaderPlugin: getHostHeaderPlugin2, getLoggerPlugin: getLoggerPlugin2, getRecursionDetectionPlugin: getRecursionDetectionPlugin2 } = require_client2();
27552
27553
  var { NoAuthSigner: NoAuthSigner2, getHttpAuthSchemeEndpointRuleSetPlugin: getHttpAuthSchemeEndpointRuleSetPlugin2, DefaultIdentityProviderConfig: DefaultIdentityProviderConfig2, getHttpSigningPlugin: getHttpSigningPlugin2 } = require_dist_cjs2();
@@ -27624,7 +27625,7 @@ var require_signin = __commonJS((exports) => {
27624
27625
  Region: { type: "builtInParams", name: "region" },
27625
27626
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
27626
27627
  };
27627
- var version2 = "3.997.40";
27628
+ var version2 = "3.997.42";
27628
27629
  var packageInfo2 = {
27629
27630
  version: version2
27630
27631
  };
@@ -28278,7 +28279,7 @@ var require_signin = __commonJS((exports) => {
28278
28279
  exports.errorTypeRegistries = errorTypeRegistries2;
28279
28280
  });
28280
28281
 
28281
- // ../../node_modules/.bun/@aws-sdk+credential-provider-login@3.972.74/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js
28282
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-login@3.972.76/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js
28282
28283
  import { createHash as createHash2, createPrivateKey, createPublicKey, sign } from "crypto";
28283
28284
  import { promises as fs2 } from "fs";
28284
28285
  import { homedir as homedir2 } from "os";
@@ -28542,7 +28543,7 @@ var init_LoginCredentialsFetcher = __esm(() => {
28542
28543
  };
28543
28544
  });
28544
28545
 
28545
- // ../../node_modules/.bun/@aws-sdk+credential-provider-login@3.972.74/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js
28546
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-login@3.972.76/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js
28546
28547
  var import_client8, import_config21, fromLoginCredentials = (init) => async ({ callerClientConfig } = {}) => {
28547
28548
  init?.logger?.debug?.("@aws-sdk/credential-providers - fromLoginCredentials");
28548
28549
  const profiles = await import_config21.parseKnownFiles(init || {});
@@ -28566,7 +28567,7 @@ var init_fromLoginCredentials = __esm(() => {
28566
28567
  import_config21 = __toESM(require_config(), 1);
28567
28568
  });
28568
28569
 
28569
- // ../../node_modules/.bun/@aws-sdk+credential-provider-login@3.972.74/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js
28570
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-login@3.972.76/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js
28570
28571
  var exports_dist_es5 = {};
28571
28572
  __export(exports_dist_es5, {
28572
28573
  fromLoginCredentials: () => fromLoginCredentials
@@ -28575,7 +28576,7 @@ var init_dist_es6 = __esm(() => {
28575
28576
  init_fromLoginCredentials();
28576
28577
  });
28577
28578
 
28578
- // ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.12/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js
28579
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.14/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js
28579
28580
  var import_client9, isLoginProfile = (data) => {
28580
28581
  return Boolean(data && data.login_session);
28581
28582
  }, resolveLoginCredentials = async (profileName, options, callerClientConfig) => {
@@ -28590,7 +28591,7 @@ var init_resolveLoginCredentials = __esm(() => {
28590
28591
  import_client9 = __toESM(require_client2(), 1);
28591
28592
  });
28592
28593
 
28593
- // ../../node_modules/.bun/@aws-sdk+credential-provider-process@3.972.67/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js
28594
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-process@3.972.69/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js
28594
28595
  var import_client10, getValidatedProcessCredentials = (profileName, data, profiles) => {
28595
28596
  if (data.Version !== 1) {
28596
28597
  throw Error(`Profile ${profileName} credential_process did not return Version 1.`);
@@ -28624,7 +28625,7 @@ var init_getValidatedProcessCredentials = __esm(() => {
28624
28625
  import_client10 = __toESM(require_client2(), 1);
28625
28626
  });
28626
28627
 
28627
- // ../../node_modules/.bun/@aws-sdk+credential-provider-process@3.972.67/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js
28628
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-process@3.972.69/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js
28628
28629
  import { exec } from "child_process";
28629
28630
  import { promisify } from "util";
28630
28631
  var import_config22, resolveProcessCredentials = async (profileName, profiles, logger) => {
@@ -28659,7 +28660,7 @@ var init_resolveProcessCredentials = __esm(() => {
28659
28660
  import_config22 = __toESM(require_config(), 1);
28660
28661
  });
28661
28662
 
28662
- // ../../node_modules/.bun/@aws-sdk+credential-provider-process@3.972.67/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js
28663
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-process@3.972.69/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js
28663
28664
  var import_config23, fromProcess = (init = {}) => async ({ callerClientConfig } = {}) => {
28664
28665
  init.logger?.debug("@aws-sdk/credential-provider-process - fromProcess");
28665
28666
  const profiles = await import_config23.parseKnownFiles(init);
@@ -28672,7 +28673,7 @@ var init_fromProcess = __esm(() => {
28672
28673
  import_config23 = __toESM(require_config(), 1);
28673
28674
  });
28674
28675
 
28675
- // ../../node_modules/.bun/@aws-sdk+credential-provider-process@3.972.67/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js
28676
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-process@3.972.69/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js
28676
28677
  var exports_dist_es6 = {};
28677
28678
  __export(exports_dist_es6, {
28678
28679
  fromProcess: () => fromProcess
@@ -28681,7 +28682,7 @@ var init_dist_es7 = __esm(() => {
28681
28682
  init_fromProcess();
28682
28683
  });
28683
28684
 
28684
- // ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.12/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js
28685
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.14/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js
28685
28686
  var import_client11, isProcessProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.credential_process === "string", resolveProcessCredentials2 = async (options, profile) => {
28686
28687
  const { fromProcess: fromProcess2 } = await Promise.resolve().then(() => (init_dist_es7(), exports_dist_es6));
28687
28688
  const credentials = await fromProcess2({
@@ -28694,7 +28695,7 @@ var init_resolveProcessCredentials2 = __esm(() => {
28694
28695
  import_client11 = __toESM(require_client2(), 1);
28695
28696
  });
28696
28697
 
28697
- // ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.12/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js
28698
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.14/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js
28698
28699
  var import_client12, resolveSsoCredentials = async (profile, profileData, options = {}, callerClientConfig) => {
28699
28700
  const { fromSSO: fromSSO2 } = await Promise.resolve().then(() => (init_dist_es5(), exports_dist_es4));
28700
28701
  return fromSSO2({
@@ -28716,7 +28717,7 @@ var init_resolveSsoCredentials = __esm(() => {
28716
28717
  import_client12 = __toESM(require_client2(), 1);
28717
28718
  });
28718
28719
 
28719
- // ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.12/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js
28720
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.14/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js
28720
28721
  var import_client13, isStaticCredsProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.aws_access_key_id === "string" && typeof arg.aws_secret_access_key === "string" && ["undefined", "string"].indexOf(typeof arg.aws_session_token) > -1 && ["undefined", "string"].indexOf(typeof arg.aws_account_id) > -1, resolveStaticCredentials = async (profile, options) => {
28721
28722
  options?.logger?.debug("@aws-sdk/credential-provider-ini - resolveStaticCredentials");
28722
28723
  const credentials = {
@@ -28732,7 +28733,7 @@ var init_resolveStaticCredentials = __esm(() => {
28732
28733
  import_client13 = __toESM(require_client2(), 1);
28733
28734
  });
28734
28735
 
28735
- // ../../node_modules/.bun/@aws-sdk+credential-provider-web-identity@3.972.73/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js
28736
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-web-identity@3.972.75/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js
28736
28737
  var fromWebToken = (init) => async (awsIdentityProperties) => {
28737
28738
  init.logger?.debug("@aws-sdk/credential-provider-web-identity - fromWebToken");
28738
28739
  const { roleArn, roleSessionName, webIdentityToken, providerId, policyArns, policy, durationSeconds } = init;
@@ -28759,7 +28760,7 @@ var fromWebToken = (init) => async (awsIdentityProperties) => {
28759
28760
  });
28760
28761
  };
28761
28762
 
28762
- // ../../node_modules/.bun/@aws-sdk+credential-provider-web-identity@3.972.73/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js
28763
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-web-identity@3.972.75/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js
28763
28764
  import { readFileSync as readFileSync4 } from "fs";
28764
28765
  var import_client14, import_config24, ENV_TOKEN_FILE = "AWS_WEB_IDENTITY_TOKEN_FILE", ENV_ROLE_ARN = "AWS_ROLE_ARN", ENV_ROLE_SESSION_NAME = "AWS_ROLE_SESSION_NAME", fromTokenFile = (init = {}) => async (awsIdentityProperties) => {
28765
28766
  init.logger?.debug("@aws-sdk/credential-provider-web-identity - fromTokenFile");
@@ -28787,7 +28788,7 @@ var init_fromTokenFile = __esm(() => {
28787
28788
  import_config24 = __toESM(require_config(), 1);
28788
28789
  });
28789
28790
 
28790
- // ../../node_modules/.bun/@aws-sdk+credential-provider-web-identity@3.972.73/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js
28791
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-web-identity@3.972.75/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js
28791
28792
  var exports_dist_es7 = {};
28792
28793
  __export(exports_dist_es7, {
28793
28794
  fromWebToken: () => fromWebToken,
@@ -28797,7 +28798,7 @@ var init_dist_es8 = __esm(() => {
28797
28798
  init_fromTokenFile();
28798
28799
  });
28799
28800
 
28800
- // ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.12/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js
28801
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.14/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js
28801
28802
  var import_client15, isWebIdentityProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.web_identity_token_file === "string" && typeof arg.role_arn === "string" && ["undefined", "string"].indexOf(typeof arg.role_session_name) > -1, resolveWebIdentityCredentials = async (profile, options, callerClientConfig) => {
28802
28803
  const { fromTokenFile: fromTokenFile2 } = await Promise.resolve().then(() => (init_dist_es8(), exports_dist_es7));
28803
28804
  const credentials = await fromTokenFile2({
@@ -28816,7 +28817,7 @@ var init_resolveWebIdentityCredentials = __esm(() => {
28816
28817
  import_client15 = __toESM(require_client2(), 1);
28817
28818
  });
28818
28819
 
28819
- // ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.12/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js
28820
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.14/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js
28820
28821
  var import_config25, resolveProfileData = async (profileName, profiles, options, callerClientConfig, visitedProfiles = {}, isAssumeRoleRecursiveCall = false) => {
28821
28822
  const data = profiles[profileName];
28822
28823
  if (Object.keys(visitedProfiles).length > 0 && isStaticCredsProfile(data)) {
@@ -28852,7 +28853,7 @@ var init_resolveProfileData = __esm(() => {
28852
28853
  import_config25 = __toESM(require_config(), 1);
28853
28854
  });
28854
28855
 
28855
- // ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.12/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js
28856
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.14/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js
28856
28857
  var import_config26, fromIni = (init = {}) => async ({ callerClientConfig } = {}) => {
28857
28858
  init.logger?.debug("@aws-sdk/credential-provider-ini - fromIni");
28858
28859
  const profiles = await import_config26.parseKnownFiles(init);
@@ -28865,7 +28866,7 @@ var init_fromIni = __esm(() => {
28865
28866
  import_config26 = __toESM(require_config(), 1);
28866
28867
  });
28867
28868
 
28868
- // ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.12/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js
28869
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.14/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js
28869
28870
  var exports_dist_es8 = {};
28870
28871
  __export(exports_dist_es8, {
28871
28872
  fromIni: () => fromIni
@@ -28874,7 +28875,7 @@ var init_dist_es9 = __esm(() => {
28874
28875
  init_fromIni();
28875
28876
  });
28876
28877
 
28877
- // ../../node_modules/.bun/@aws-sdk+credential-provider-node@3.972.78/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js
28878
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-node@3.972.80/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js
28878
28879
  var import_config27, multipleCredentialSourceWarningEmitted = false, defaultProvider = (init = {}) => memoizeChain([
28879
28880
  async () => {
28880
28881
  const profile = init.profile ?? process.env[import_config27.ENV_PROFILE];
@@ -28944,12 +28945,12 @@ var init_defaultProvider = __esm(() => {
28944
28945
  import_config27 = __toESM(require_config(), 1);
28945
28946
  });
28946
28947
 
28947
- // ../../node_modules/.bun/@aws-sdk+credential-provider-node@3.972.78/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js
28948
+ // ../../node_modules/.bun/@aws-sdk+credential-provider-node@3.972.80/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js
28948
28949
  var init_dist_es10 = __esm(() => {
28949
28950
  init_defaultProvider();
28950
28951
  });
28951
28952
 
28952
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/endpoint/bdd.js
28953
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/endpoint/bdd.js
28953
28954
  var import_endpoints, s = "ref", t = "authSchemes", u = "name", v = "signingRegion", a2 = -1, b2 = true, c2 = "isSet", d2 = "PartitionResult", e2 = "booleanEquals", f2 = "stringEquals", g2 = "getAttr", h2 = "sigv4", i2, j2, k2, l, m, n, o, p, q2, _data2, root2 = 2, r2 = 1e8, nodes2, bdd2;
28954
28955
  var init_bdd = __esm(() => {
28955
28956
  import_endpoints = __toESM(require_endpoints(), 1);
@@ -29098,7 +29099,7 @@ var init_bdd = __esm(() => {
29098
29099
  bdd2 = import_endpoints.BinaryDecisionDiagram.from(nodes2, root2, _data2.conditions, _data2.results);
29099
29100
  });
29100
29101
 
29101
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/endpoint/endpointResolver.js
29102
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/endpoint/endpointResolver.js
29102
29103
  var import_client16, import_endpoints2, cache2, defaultEndpointResolver2 = (endpointParams, context = {}) => {
29103
29104
  return cache2.get(endpointParams, () => import_endpoints2.decideEndpoint(bdd2, {
29104
29105
  endpointParams,
@@ -29116,7 +29117,7 @@ var init_endpointResolver = __esm(() => {
29116
29117
  import_endpoints2.customEndpointFunctions.aws = import_client16.awsEndpointFunctions;
29117
29118
  });
29118
29119
 
29119
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/models/Route53ServiceException.js
29120
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/models/Route53ServiceException.js
29120
29121
  var import_client17, Route53ServiceException;
29121
29122
  var init_Route53ServiceException = __esm(() => {
29122
29123
  import_client17 = __toESM(require_client(), 1);
@@ -29128,7 +29129,7 @@ var init_Route53ServiceException = __esm(() => {
29128
29129
  };
29129
29130
  });
29130
29131
 
29131
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/models/errors.js
29132
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/models/errors.js
29132
29133
  var ConcurrentModification, InvalidInput, InvalidKeySigningKeyStatus, InvalidKMSArn, InvalidSigningStatus, NoSuchKeySigningKey, ConflictingDomainExists, InvalidVPCId, LimitsExceeded, NoSuchHostedZone, NotAuthorizedException, PriorRequestNotComplete, PublicZoneVPCAssociation, CidrBlockInUseException, CidrCollectionVersionMismatchException, NoSuchCidrCollectionException, InvalidChangeBatch, NoSuchHealthCheck, ThrottlingException, CidrCollectionAlreadyExistsException, HealthCheckAlreadyExists, TooManyHealthChecks, DelegationSetNotAvailable, DelegationSetNotReusable, HostedZoneAlreadyExists, InvalidDomainName, NoSuchDelegationSet, TooManyHostedZones, InvalidArgument, InvalidKeySigningKeyName, KeySigningKeyAlreadyExists, TooManyKeySigningKeys, InsufficientCloudWatchLogsResourcePolicy, NoSuchCloudWatchLogsLogGroup, QueryLoggingConfigAlreadyExists, DelegationSetAlreadyCreated, DelegationSetAlreadyReusable, HostedZoneNotFound, InvalidTrafficPolicyDocument, TooManyTrafficPolicies, TrafficPolicyAlreadyExists, NoSuchTrafficPolicy, TooManyTrafficPolicyInstances, TrafficPolicyInstanceAlreadyExists, TooManyTrafficPolicyVersionsForCurrentPolicy, TooManyVPCAssociationAuthorizations, KeySigningKeyInParentDSRecord, KeySigningKeyInUse, CidrCollectionInUseException, HealthCheckInUse, HostedZoneNotEmpty, NoSuchQueryLoggingConfig, DelegationSetInUse, TrafficPolicyInUse, NoSuchTrafficPolicyInstance, VPCAssociationAuthorizationNotFound, DNSSECNotFound, LastVPCAssociation, VPCAssociationNotFound, HostedZonePartiallyDelegated, KeySigningKeyWithActiveStatusNotFound, NoSuchChange, NoSuchGeoLocation, IncompatibleVersion, HostedZoneNotPrivate, NoSuchCidrLocationException, InvalidPaginationToken, HealthCheckVersionMismatch, ConflictingTypes;
29133
29134
  var init_errors = __esm(() => {
29134
29135
  init_Route53ServiceException();
@@ -29976,7 +29977,7 @@ var init_errors = __esm(() => {
29976
29977
  };
29977
29978
  });
29978
29979
 
29979
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/schemas/schemas_0.js
29980
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/schemas/schemas_0.js
29980
29981
  var import_schema, _A = "Action", _AI = "AlarmIdentifier", _AKSK = "ActivateKeySigningKey", _AKSKR = "ActivateKeySigningKeyRequest", _AKSKRc = "ActivateKeySigningKeyResponse", _AL = "AccountLimit", _AR = "AcceleratedRecovery", _ARS = "AcceleratedRecoveryStatus", _AT = "AliasTarget", _ATd = "AddTags", _AVPCWHZ = "AssociateVPCWithHostedZone", _AVPCWHZR = "AssociateVPCWithHostedZoneRequest", _AVPCWHZRs = "AssociateVPCWithHostedZoneResponse", _AWSR = "AWSRegion", _Ar = "Arn", _B = "Bias", _C = "Comment", _CB = "ChangeBatch", _CBIUE = "CidrBlockInUseException", _CBS = "CidrBlockSummary", _CBSi = "CidrBlockSummaries", _CBi = "CidrBlock", _CBid = "CidrBlocks", _CC = "CidrCollection", _CCAEE = "CidrCollectionAlreadyExistsException", _CCC = "CidrCollectionChange", _CCCR = "ChangeCidrCollectionRequest", _CCCRh = "ChangeCidrCollectionResponse", _CCCRr = "CreateCidrCollectionRequest", _CCCRre = "CreateCidrCollectionResponse", _CCCh = "ChangeCidrCollection", _CCCi = "CidrCollectionChanges", _CCCr = "CreateCidrCollection", _CCIUE = "CidrCollectionInUseException", _CCVME = "CidrCollectionVersionMismatchException", _CCi = "CidrCollections", _CCo = "ContinentCode", _CCou = "CountryCode", _CD = "CreatedDate", _CDE = "ConflictingDomainExists", _CHC = "ChildHealthChecks", _CHCL = "ChildHealthCheckList", _CHCR = "CreateHealthCheckRequest", _CHCRr = "CreateHealthCheckResponse", _CHCh = "ChildHealthCheck", _CHCr = "CreateHealthCheck", _CHZ = "CreateHostedZone", _CHZR = "CreateHostedZoneRequest", _CHZRr = "CreateHostedZoneResponse", _CI = "ChangeInfo", _CIR = "CheckerIpRanges", _CIo = "CollectionId", _CKSK = "CreateKeySigningKey", _CKSKR = "CreateKeySigningKeyRequest", _CKSKRr = "CreateKeySigningKeyResponse", _CL = "CidrList", _CLi = "CidrLocations", _CM = "ConcurrentModification", _CN = "ContinentName", _CNo = "CountryName", _CO = "ComparisonOperator", _CQLC = "CreateQueryLoggingConfig", _CQLCR = "CreateQueryLoggingConfigRequest", _CQLCRr = "CreateQueryLoggingConfigResponse", _CR = "CallerReference", _CRC = "CidrRoutingConfig", _CRDS = "CreateReusableDelegationSet", _CRDSR = "CreateReusableDelegationSetRequest", _CRDSRr = "CreateReusableDelegationSetResponse", _CRRS = "ChangeResourceRecordSets", _CRRSR = "ChangeResourceRecordSetsRequest", _CRRSRh = "ChangeResourceRecordSetsResponse", _CS = "CollectionSummary", _CSo = "CollectionSummaries", _CT = "ConflictingTypes", _CTFR = "ChangeTagsForResource", _CTFRR = "ChangeTagsForResourceRequest", _CTFRRh = "ChangeTagsForResourceResponse", _CTP = "CreateTrafficPolicy", _CTPI = "CreateTrafficPolicyInstance", _CTPIR = "CreateTrafficPolicyInstanceRequest", _CTPIRr = "CreateTrafficPolicyInstanceResponse", _CTPR = "CreateTrafficPolicyRequest", _CTPRr = "CreateTrafficPolicyResponse", _CTPV = "CreateTrafficPolicyVersion", _CTPVR = "CreateTrafficPolicyVersionRequest", _CTPVRr = "CreateTrafficPolicyVersionResponse", _CTh = "CheckedTime", _CV = "CollectionVersion", _CVPCAA = "CreateVPCAssociationAuthorization", _CVPCAAR = "CreateVPCAssociationAuthorizationRequest", _CVPCAARr = "CreateVPCAssociationAuthorizationResponse", _CWAC = "CloudWatchAlarmConfiguration", _CWLLGA = "CloudWatchLogsLogGroupArn", _Ch = "Change", _Cha = "Changes", _Ci = "Cidr", _Co = "Coordinates", _Col = "Collection", _Con = "Config", _Cou = "Count", _D = "Dimensions", _DAM = "DigestAlgorithmMnemonic", _DAT = "DigestAlgorithmType", _DCC = "DeleteCidrCollection", _DCCR = "DeleteCidrCollectionRequest", _DCCRe = "DeleteCidrCollectionResponse", _DHC = "DeleteHealthCheck", _DHCR = "DeleteHealthCheckRequest", _DHCRe = "DeleteHealthCheckResponse", _DHZ = "DeleteHostedZone", _DHZDNSSEC = "DisableHostedZoneDNSSEC", _DHZDNSSECR = "DisableHostedZoneDNSSECRequest", _DHZDNSSECRi = "DisableHostedZoneDNSSECResponse", _DHZR = "DeleteHostedZoneRequest", _DHZRe = "DeleteHostedZoneResponse", _DKSK = "DeactivateKeySigningKey", _DKSKR = "DeactivateKeySigningKeyRequest", _DKSKRe = "DeactivateKeySigningKeyResponse", _DKSKRel = "DeleteKeySigningKeyRequest", _DKSKRele = "DeleteKeySigningKeyResponse", _DKSKe = "DeleteKeySigningKey", _DL = "DimensionList", _DNSKEYR = "DNSKEYRecord", _DNSN = "DNSName", _DNSSECNF = "DNSSECNotFound", _DNSSECS = "DNSSECStatus", _DQLC = "DeleteQueryLoggingConfig", _DQLCR = "DeleteQueryLoggingConfigRequest", _DQLCRe = "DeleteQueryLoggingConfigResponse", _DRDS = "DeleteReusableDelegationSet", _DRDSR = "DeleteReusableDelegationSetRequest", _DRDSRe = "DeleteReusableDelegationSetResponse", _DS = "DelegationSet", _DSAC = "DelegationSetAlreadyCreated", _DSAR = "DelegationSetAlreadyReusable", _DSI = "DelegationSetId", _DSIU = "DelegationSetInUse", _DSNA = "DelegationSetNotAvailable", _DSNR = "DelegationSetNotReusable", _DSNS = "DelegationSetNameServers", _DSR = "DSRecord", _DSe = "DelegationSets", _DTP = "DeleteTrafficPolicy", _DTPI = "DeleteTrafficPolicyInstance", _DTPIR = "DeleteTrafficPolicyInstanceRequest", _DTPIRe = "DeleteTrafficPolicyInstanceResponse", _DTPR = "DeleteTrafficPolicyRequest", _DTPRe = "DeleteTrafficPolicyResponse", _DV = "DigestValue", _DVPCAA = "DeleteVPCAssociationAuthorization", _DVPCAAR = "DeleteVPCAssociationAuthorizationRequest", _DVPCAARe = "DeleteVPCAssociationAuthorizationResponse", _DVPCFHZ = "DisassociateVPCFromHostedZone", _DVPCFHZR = "DisassociateVPCFromHostedZoneRequest", _DVPCFHZRi = "DisassociateVPCFromHostedZoneResponse", _De = "Description", _Di = "Dimension", _Dis = "Disabled", _Do = "Document", _EAR = "EnableAcceleratedRecovery", _EDNSCSIP = "EDNS0ClientSubnetIP", _EDNSCSM = "EDNS0ClientSubnetMask", _EHZDNSSEC = "EnableHostedZoneDNSSEC", _EHZDNSSECR = "EnableHostedZoneDNSSECRequest", _EHZDNSSECRn = "EnableHostedZoneDNSSECResponse", _EM = "ErrorMessages", _EP = "EvaluationPeriods", _ESNI = "EnableSNI", _ETH = "EvaluateTargetHealth", _F = "Features", _FQDN = "FullyQualifiedDomainName", _FR = "FailureReasons", _FT = "FailureThreshold", _Fa = "Failover", _Fl = "Flag", _GAL = "GetAccountLimit", _GALR = "GetAccountLimitRequest", _GALRe = "GetAccountLimitResponse", _GC = "GetChange", _GCIR = "GetCheckerIpRanges", _GCIRR = "GetCheckerIpRangesRequest", _GCIRRe = "GetCheckerIpRangesResponse", _GCR = "GetChangeRequest", _GCRe = "GetChangeResponse", _GDNSSEC = "GetDNSSEC", _GDNSSECR = "GetDNSSECRequest", _GDNSSECRe = "GetDNSSECResponse", _GGL = "GetGeoLocation", _GGLR = "GetGeoLocationRequest", _GGLRe = "GetGeoLocationResponse", _GHC = "GetHealthCheck", _GHCC = "GetHealthCheckCount", _GHCCR = "GetHealthCheckCountRequest", _GHCCRe = "GetHealthCheckCountResponse", _GHCLFR = "GetHealthCheckLastFailureReason", _GHCLFRR = "GetHealthCheckLastFailureReasonRequest", _GHCLFRRe = "GetHealthCheckLastFailureReasonResponse", _GHCR = "GetHealthCheckRequest", _GHCRe = "GetHealthCheckResponse", _GHCS = "GetHealthCheckStatus", _GHCSR = "GetHealthCheckStatusRequest", _GHCSRe = "GetHealthCheckStatusResponse", _GHZ = "GetHostedZone", _GHZC = "GetHostedZoneCount", _GHZCR = "GetHostedZoneCountRequest", _GHZCRe = "GetHostedZoneCountResponse", _GHZL = "GetHostedZoneLimit", _GHZLR = "GetHostedZoneLimitRequest", _GHZLRe = "GetHostedZoneLimitResponse", _GHZR = "GetHostedZoneRequest", _GHZRe = "GetHostedZoneResponse", _GL = "GeoLocation", _GLD = "GeoLocationDetails", _GLDL = "GeoLocationDetailsList", _GPL = "GeoProximityLocation", _GQLC = "GetQueryLoggingConfig", _GQLCR = "GetQueryLoggingConfigRequest", _GQLCRe = "GetQueryLoggingConfigResponse", _GRDS = "GetReusableDelegationSet", _GRDSL = "GetReusableDelegationSetLimit", _GRDSLR = "GetReusableDelegationSetLimitRequest", _GRDSLRe = "GetReusableDelegationSetLimitResponse", _GRDSR = "GetReusableDelegationSetRequest", _GRDSRe = "GetReusableDelegationSetResponse", _GTP = "GetTrafficPolicy", _GTPI = "GetTrafficPolicyInstance", _GTPIC = "GetTrafficPolicyInstanceCount", _GTPICR = "GetTrafficPolicyInstanceCountRequest", _GTPICRe = "GetTrafficPolicyInstanceCountResponse", _GTPIR = "GetTrafficPolicyInstanceRequest", _GTPIRe = "GetTrafficPolicyInstanceResponse", _GTPR = "GetTrafficPolicyRequest", _GTPRe = "GetTrafficPolicyResponse", _HC = "HealthCheck", _HCAE = "HealthCheckAlreadyExists", _HCC = "HealthCheckConfig", _HCCe = "HealthCheckCount", _HCI = "HealthCheckId", _HCIU = "HealthCheckInUse", _HCO = "HealthCheckObservations", _HCOe = "HealthCheckObservation", _HCRL = "HealthCheckRegionList", _HCV = "HealthCheckVersion", _HCVM = "HealthCheckVersionMismatch", _HCe = "HealthChecks", _HT = "HealthThreshold", _HZ = "HostedZone", _HZAE = "HostedZoneAlreadyExists", _HZC = "HostedZoneConfig", _HZCo = "HostedZoneCount", _HZF = "HostedZoneFeatures", _HZFR = "HostedZoneFailureReasons", _HZI = "HostedZoneId", _HZIM = "HostedZoneIdMarker", _HZL = "HostedZoneLimit", _HZNE = "HostedZoneNotEmpty", _HZNF = "HostedZoneNotFound", _HZNP = "HostedZoneNotPrivate", _HZO = "HostedZoneOwner", _HZPD = "HostedZonePartiallyDelegated", _HZS = "HostedZoneSummary", _HZSo = "HostedZoneSummaries", _HZT = "HostedZoneType", _HZo = "HostedZones", _I = "Id", _IA = "InvalidArgument", _ICB = "InvalidChangeBatch", _ICWLRP = "InsufficientCloudWatchLogsResourcePolicy", _IDHS = "InsufficientDataHealthStatus", _IDN = "InvalidDomainName", _II = "InvalidInput", _IKMSA = "InvalidKMSArn", _IKSKN = "InvalidKeySigningKeyName", _IKSKS = "InvalidKeySigningKeyStatus", _IPA = "IPAddress", _IPT = "InvalidPaginationToken", _ISS = "InvalidSigningStatus", _IT = "IsTruncated", _ITPD = "InvalidTrafficPolicyDocument", _IV = "IncompatibleVersion", _IVPCI = "InvalidVPCId", _In = "Inverted", _K = "Key", _KA = "KmsArn", _KMSA = "KeyManagementServiceArn", _KSK = "KeySigningKey", _KSKAE = "KeySigningKeyAlreadyExists", _KSKIPDSR = "KeySigningKeyInParentDSRecord", _KSKIU = "KeySigningKeyInUse", _KSKWASNF = "KeySigningKeyWithActiveStatusNotFound", _KSKe = "KeySigningKeys", _KT = "KeyTag", _L = "Latitude", _LCB = "ListCidrBlocks", _LCBR = "ListCidrBlocksRequest", _LCBRi = "ListCidrBlocksResponse", _LCC = "ListCidrCollections", _LCCR = "ListCidrCollectionsRequest", _LCCRi = "ListCidrCollectionsResponse", _LCL = "ListCidrLocations", _LCLR = "ListCidrLocationsRequest", _LCLRi = "ListCidrLocationsResponse", _LE = "LimitsExceeded", _LGL = "ListGeoLocations", _LGLR = "ListGeoLocationsRequest", _LGLRi = "ListGeoLocationsResponse", _LHC = "ListHealthChecks", _LHCR = "ListHealthChecksRequest", _LHCRi = "ListHealthChecksResponse", _LHZ = "ListHostedZones", _LHZBN = "ListHostedZonesByName", _LHZBNR = "ListHostedZonesByNameRequest", _LHZBNRi = "ListHostedZonesByNameResponse", _LHZBVPC = "ListHostedZonesByVPC", _LHZBVPCR = "ListHostedZonesByVPCRequest", _LHZBVPCRi = "ListHostedZonesByVPCResponse", _LHZR = "ListHostedZonesRequest", _LHZRi = "ListHostedZonesResponse", _LMD = "LastModifiedDate", _LN = "LocationName", _LQLC = "ListQueryLoggingConfigs", _LQLCR = "ListQueryLoggingConfigsRequest", _LQLCRi = "ListQueryLoggingConfigsResponse", _LRDS = "ListReusableDelegationSets", _LRDSR = "ListReusableDelegationSetsRequest", _LRDSRi = "ListReusableDelegationSetsResponse", _LRRS = "ListResourceRecordSets", _LRRSR = "ListResourceRecordSetsRequest", _LRRSRi = "ListResourceRecordSetsResponse", _LS = "LinkedService", _LSo = "LocationSummary", _LSoc = "LocationSummaries", _LTFR = "ListTagsForResource", _LTFRR = "ListTagsForResourceRequest", _LTFRRi = "ListTagsForResourceResponse", _LTFRRis = "ListTagsForResourcesRequest", _LTFRRist = "ListTagsForResourcesResponse", _LTFRi = "ListTagsForResources", _LTP = "ListTrafficPolicies", _LTPI = "ListTrafficPolicyInstances", _LTPIBHZ = "ListTrafficPolicyInstancesByHostedZone", _LTPIBHZR = "ListTrafficPolicyInstancesByHostedZoneRequest", _LTPIBHZRi = "ListTrafficPolicyInstancesByHostedZoneResponse", _LTPIBP = "ListTrafficPolicyInstancesByPolicy", _LTPIBPR = "ListTrafficPolicyInstancesByPolicyRequest", _LTPIBPRi = "ListTrafficPolicyInstancesByPolicyResponse", _LTPIR = "ListTrafficPolicyInstancesRequest", _LTPIRi = "ListTrafficPolicyInstancesResponse", _LTPR = "ListTrafficPoliciesRequest", _LTPRi = "ListTrafficPoliciesResponse", _LTPV = "ListTrafficPolicyVersions", _LTPVR = "ListTrafficPolicyVersionsRequest", _LTPVRi = "ListTrafficPolicyVersionsResponse", _LV = "LatestVersion", _LVPCA = "LastVPCAssociation", _LVPCAA = "ListVPCAssociationAuthorizations", _LVPCAAR = "ListVPCAssociationAuthorizationsRequest", _LVPCAARi = "ListVPCAssociationAuthorizationsResponse", _LZG = "LocalZoneGroup", _Li = "Limit", _Lo = "Longitude", _Loc = "Location", _M = "Message", _MI = "MaxItems", _ML = "MeasureLatency", _MN = "MetricName", _MR = "MaxResults", _MVA = "MultiValueAnswer", _Ma = "Marker", _N = "Name", _NAE = "NotAuthorizedException", _NCC = "NextContinentCode", _NCCe = "NextCountryCode", _NDNSN = "NextDNSName", _NHZI = "NextHostedZoneId", _NM = "NextMarker", _NRI = "NextRecordIdentifier", _NRN = "NextRecordName", _NRT = "NextRecordType", _NS = "NameServers", _NSC = "NoSuchChange", _NSCCE = "NoSuchCidrCollectionException", _NSCLE = "NoSuchCidrLocationException", _NSCWLLG = "NoSuchCloudWatchLogsLogGroup", _NSCe = "NextSubdivisionCode", _NSDS = "NoSuchDelegationSet", _NSGL = "NoSuchGeoLocation", _NSHC = "NoSuchHealthCheck", _NSHZ = "NoSuchHostedZone", _NSKSK = "NoSuchKeySigningKey", _NSQLC = "NoSuchQueryLoggingConfig", _NSTP = "NoSuchTrafficPolicy", _NSTPI = "NoSuchTrafficPolicyInstance", _NSa = "NameServer", _NT = "NextToken", _Na = "Namespace", _Nam = "Nameserver", _O = "Owner", _OA = "OwningAccount", _OS = "OwningService", _P = "Period", _PK = "PublicKey", _PRNC = "PriorRequestNotComplete", _PZ = "PrivateZone", _PZVPCA = "PublicZoneVPCAssociation", _Po = "Port", _Pr = "Protocol", _QLC = "QueryLoggingConfig", _QLCAE = "QueryLoggingConfigAlreadyExists", _QLCu = "QueryLoggingConfigs", _R = "Region", _RC2 = "ResponseCode", _RCA = "RoutingControlArn", _RD = "RecordData", _RDE = "RecordDataEntry", _RDSL = "ReusableDelegationSetLimit", _RE = "ResetElements", _REN = "ResettableElementName", _RENL = "ResettableElementNameList", _RI = "ResourceId", _RIP = "ResolverIP", _RIe = "RequestInterval", _RIes = "ResourceIds", _RN = "RecordName", _RP = "ResourcePath", _RR = "ResourceRecord", _RRS = "ResourceRecordSet", _RRSC = "ResourceRecordSetCount", _RRSe = "ResourceRecordSets", _RRe = "ResourceRecords", _RT = "ResourceType", _RTK = "RemoveTagKeys", _RTS = "ResourceTagSet", _RTSL = "ResourceTagSetList", _RTSe = "ResourceTagSets", _RTe = "RecordType", _Re = "Regions", _S = "Status", _SA = "SubmittedAt", _SAM = "SigningAlgorithmMnemonic", _SAT = "SigningAlgorithmType", _SC = "SubdivisionCode", _SCC = "StartContinentCode", _SCCt = "StartCountryCode", _SI = "SetIdentifier", _SM = "StatusMessage", _SN = "SubdivisionName", _SP = "ServicePrincipal", _SR = "StatusReport", _SRI = "StartRecordIdentifier", _SRN = "StartRecordName", _SRT = "StartRecordType", _SS = "ServeSignature", _SSC = "StartSubdivisionCode", _SSe = "SearchString", _St = "Statistic", _Sta = "State", _T = "Type", _TDNSA = "TestDNSAnswer", _TDNSAR = "TestDNSAnswerRequest", _TDNSARe = "TestDNSAnswerResponse", _TE = "ThrottlingException", _TKL = "TagKeyList", _TL = "TagList", _TMHC = "TooManyHealthChecks", _TMHZ = "TooManyHostedZones", _TMKSK = "TooManyKeySigningKeys", _TMTP = "TooManyTrafficPolicies", _TMTPI = "TooManyTrafficPolicyInstances", _TMTPVFCP = "TooManyTrafficPolicyVersionsForCurrentPolicy", _TMVPCAA = "TooManyVPCAssociationAuthorizations", _TP = "TrafficPolicy", _TPAE = "TrafficPolicyAlreadyExists", _TPC = "TrafficPolicyCount", _TPI = "TrafficPolicyId", _TPIAE = "TrafficPolicyInstanceAlreadyExists", _TPIC = "TrafficPolicyInstanceCount", _TPII = "TrafficPolicyInstanceId", _TPIM = "TrafficPolicyIdMarker", _TPINM = "TrafficPolicyInstanceNameMarker", _TPITM = "TrafficPolicyInstanceTypeMarker", _TPIU = "TrafficPolicyInUse", _TPIr = "TrafficPolicyInstance", _TPIra = "TrafficPolicyInstances", _TPS = "TrafficPolicySummaries", _TPSr = "TrafficPolicySummary", _TPT = "TrafficPolicyType", _TPV = "TrafficPolicyVersion", _TPVM = "TrafficPolicyVersionMarker", _TPr = "TrafficPolicies", _TRIL = "TagResourceIdList", _TTL = "TTL", _Ta = "Tags", _Tag = "Tag", _Th = "Threshold", _UHC = "UpdateHealthCheck", _UHCR = "UpdateHealthCheckRequest", _UHCRp = "UpdateHealthCheckResponse", _UHZC = "UpdateHostedZoneComment", _UHZCR = "UpdateHostedZoneCommentRequest", _UHZCRp = "UpdateHostedZoneCommentResponse", _UHZF = "UpdateHostedZoneFeatures", _UHZFR = "UpdateHostedZoneFeaturesRequest", _UHZFRp = "UpdateHostedZoneFeaturesResponse", _UTPC = "UpdateTrafficPolicyComment", _UTPCR = "UpdateTrafficPolicyCommentRequest", _UTPCRp = "UpdateTrafficPolicyCommentResponse", _UTPI = "UpdateTrafficPolicyInstance", _UTPIR = "UpdateTrafficPolicyInstanceRequest", _UTPIRp = "UpdateTrafficPolicyInstanceResponse", _V = "Value", _VPC = "VPC", _VPCAANF = "VPCAssociationAuthorizationNotFound", _VPCANF = "VPCAssociationNotFound", _VPCI = "VPCId", _VPCR = "VPCRegion", _VPCs = "VPCs", _Ve = "Version", _W = "Weight", _c2 = "client", _co = "continentcode", _cou = "countrycode", _d = "dnsname", _de = "delegationsetid", _e2 = "error", _ed = "edns0clientsubnetip", _edn = "edns0clientsubnetmask", _h2 = "hostedzoneid", _hE2 = "httpError", _hH2 = "httpHeader", _hQ2 = "httpQuery", _ho = "hostedzonetype", _ht = "http", _i = "identifier", _id = "id", _l = "location", _m2 = "message", _ma = "maxresults", _mar = "marker", _max = "maxitems", _me = "messages", _n = "nexttoken", _na = "name", _r = "recordname", _re = "recordtype", _res = "resolverip", _s2 = "smithy.ts.sdk.synthetic.com.amazonaws.route53", _st = "startcontinentcode", _sta = "startcountrycode", _star = "startsubdivisioncode", _su = "subdivisioncode", _t = "type", _tr = "trafficpolicyid", _tra = "trafficpolicyinstancename", _traf = "trafficpolicyinstancetype", _traff = "trafficpolicyversion", _v = "vpcid", _ve = "version", _vp = "vpcregion", _xN = "xmlName", n02 = "com.amazonaws.route53", _s_registry2, Route53ServiceException$, n0_registry2, CidrBlockInUseException$, CidrCollectionAlreadyExistsException$, CidrCollectionInUseException$, CidrCollectionVersionMismatchException$, ConcurrentModification$, ConflictingDomainExists$, ConflictingTypes$, DelegationSetAlreadyCreated$, DelegationSetAlreadyReusable$, DelegationSetInUse$, DelegationSetNotAvailable$, DelegationSetNotReusable$, DNSSECNotFound$, HealthCheckAlreadyExists$, HealthCheckInUse$, HealthCheckVersionMismatch$, HostedZoneAlreadyExists$, HostedZoneNotEmpty$, HostedZoneNotFound$, HostedZoneNotPrivate$, HostedZonePartiallyDelegated$, IncompatibleVersion$, InsufficientCloudWatchLogsResourcePolicy$, InvalidArgument$, InvalidChangeBatch$, InvalidDomainName$, InvalidInput$, InvalidKeySigningKeyName$, InvalidKeySigningKeyStatus$, InvalidKMSArn$, InvalidPaginationToken$, InvalidSigningStatus$, InvalidTrafficPolicyDocument$, InvalidVPCId$, KeySigningKeyAlreadyExists$, KeySigningKeyInParentDSRecord$, KeySigningKeyInUse$, KeySigningKeyWithActiveStatusNotFound$, LastVPCAssociation$, LimitsExceeded$, NoSuchChange$, NoSuchCidrCollectionException$, NoSuchCidrLocationException$, NoSuchCloudWatchLogsLogGroup$, NoSuchDelegationSet$, NoSuchGeoLocation$, NoSuchHealthCheck$, NoSuchHostedZone$, NoSuchKeySigningKey$, NoSuchQueryLoggingConfig$, NoSuchTrafficPolicy$, NoSuchTrafficPolicyInstance$, NotAuthorizedException$, PriorRequestNotComplete$, PublicZoneVPCAssociation$, QueryLoggingConfigAlreadyExists$, ThrottlingException$, TooManyHealthChecks$, TooManyHostedZones$, TooManyKeySigningKeys$, TooManyTrafficPolicies$, TooManyTrafficPolicyInstances$, TooManyTrafficPolicyVersionsForCurrentPolicy$, TooManyVPCAssociationAuthorizations$, TrafficPolicyAlreadyExists$, TrafficPolicyInstanceAlreadyExists$, TrafficPolicyInUse$, VPCAssociationAuthorizationNotFound$, VPCAssociationNotFound$, errorTypeRegistries2, AccountLimit$, ActivateKeySigningKeyRequest$, ActivateKeySigningKeyResponse$, AlarmIdentifier$, AliasTarget$, AssociateVPCWithHostedZoneRequest$, AssociateVPCWithHostedZoneResponse$, Change$, ChangeBatch$, ChangeCidrCollectionRequest$, ChangeCidrCollectionResponse$, ChangeInfo$, ChangeResourceRecordSetsRequest$, ChangeResourceRecordSetsResponse$, ChangeTagsForResourceRequest$, ChangeTagsForResourceResponse$, CidrBlockSummary$, CidrCollection$, CidrCollectionChange$, CidrRoutingConfig$, CloudWatchAlarmConfiguration$, CollectionSummary$, Coordinates$, CreateCidrCollectionRequest$, CreateCidrCollectionResponse$, CreateHealthCheckRequest$, CreateHealthCheckResponse$, CreateHostedZoneRequest$, CreateHostedZoneResponse$, CreateKeySigningKeyRequest$, CreateKeySigningKeyResponse$, CreateQueryLoggingConfigRequest$, CreateQueryLoggingConfigResponse$, CreateReusableDelegationSetRequest$, CreateReusableDelegationSetResponse$, CreateTrafficPolicyInstanceRequest$, CreateTrafficPolicyInstanceResponse$, CreateTrafficPolicyRequest$, CreateTrafficPolicyResponse$, CreateTrafficPolicyVersionRequest$, CreateTrafficPolicyVersionResponse$, CreateVPCAssociationAuthorizationRequest$, CreateVPCAssociationAuthorizationResponse$, DeactivateKeySigningKeyRequest$, DeactivateKeySigningKeyResponse$, DelegationSet$, DeleteCidrCollectionRequest$, DeleteCidrCollectionResponse$, DeleteHealthCheckRequest$, DeleteHealthCheckResponse$, DeleteHostedZoneRequest$, DeleteHostedZoneResponse$, DeleteKeySigningKeyRequest$, DeleteKeySigningKeyResponse$, DeleteQueryLoggingConfigRequest$, DeleteQueryLoggingConfigResponse$, DeleteReusableDelegationSetRequest$, DeleteReusableDelegationSetResponse$, DeleteTrafficPolicyInstanceRequest$, DeleteTrafficPolicyInstanceResponse$, DeleteTrafficPolicyRequest$, DeleteTrafficPolicyResponse$, DeleteVPCAssociationAuthorizationRequest$, DeleteVPCAssociationAuthorizationResponse$, Dimension$, DisableHostedZoneDNSSECRequest$, DisableHostedZoneDNSSECResponse$, DisassociateVPCFromHostedZoneRequest$, DisassociateVPCFromHostedZoneResponse$, DNSSECStatus$, EnableHostedZoneDNSSECRequest$, EnableHostedZoneDNSSECResponse$, GeoLocation$, GeoLocationDetails$, GeoProximityLocation$, GetAccountLimitRequest$, GetAccountLimitResponse$, GetChangeRequest$, GetChangeResponse$, GetCheckerIpRangesRequest$, GetCheckerIpRangesResponse$, GetDNSSECRequest$, GetDNSSECResponse$, GetGeoLocationRequest$, GetGeoLocationResponse$, GetHealthCheckCountRequest$, GetHealthCheckCountResponse$, GetHealthCheckLastFailureReasonRequest$, GetHealthCheckLastFailureReasonResponse$, GetHealthCheckRequest$, GetHealthCheckResponse$, GetHealthCheckStatusRequest$, GetHealthCheckStatusResponse$, GetHostedZoneCountRequest$, GetHostedZoneCountResponse$, GetHostedZoneLimitRequest$, GetHostedZoneLimitResponse$, GetHostedZoneRequest$, GetHostedZoneResponse$, GetQueryLoggingConfigRequest$, GetQueryLoggingConfigResponse$, GetReusableDelegationSetLimitRequest$, GetReusableDelegationSetLimitResponse$, GetReusableDelegationSetRequest$, GetReusableDelegationSetResponse$, GetTrafficPolicyInstanceCountRequest$, GetTrafficPolicyInstanceCountResponse$, GetTrafficPolicyInstanceRequest$, GetTrafficPolicyInstanceResponse$, GetTrafficPolicyRequest$, GetTrafficPolicyResponse$, HealthCheck$, HealthCheckConfig$, HealthCheckObservation$, HostedZone$, HostedZoneConfig$, HostedZoneFailureReasons$, HostedZoneFeatures$, HostedZoneLimit$, HostedZoneOwner$, HostedZoneSummary$, KeySigningKey$, LinkedService$, ListCidrBlocksRequest$, ListCidrBlocksResponse$, ListCidrCollectionsRequest$, ListCidrCollectionsResponse$, ListCidrLocationsRequest$, ListCidrLocationsResponse$, ListGeoLocationsRequest$, ListGeoLocationsResponse$, ListHealthChecksRequest$, ListHealthChecksResponse$, ListHostedZonesByNameRequest$, ListHostedZonesByNameResponse$, ListHostedZonesByVPCRequest$, ListHostedZonesByVPCResponse$, ListHostedZonesRequest$, ListHostedZonesResponse$, ListQueryLoggingConfigsRequest$, ListQueryLoggingConfigsResponse$, ListResourceRecordSetsRequest$, ListResourceRecordSetsResponse$, ListReusableDelegationSetsRequest$, ListReusableDelegationSetsResponse$, ListTagsForResourceRequest$, ListTagsForResourceResponse$, ListTagsForResourcesRequest$, ListTagsForResourcesResponse$, ListTrafficPoliciesRequest$, ListTrafficPoliciesResponse$, ListTrafficPolicyInstancesByHostedZoneRequest$, ListTrafficPolicyInstancesByHostedZoneResponse$, ListTrafficPolicyInstancesByPolicyRequest$, ListTrafficPolicyInstancesByPolicyResponse$, ListTrafficPolicyInstancesRequest$, ListTrafficPolicyInstancesResponse$, ListTrafficPolicyVersionsRequest$, ListTrafficPolicyVersionsResponse$, ListVPCAssociationAuthorizationsRequest$, ListVPCAssociationAuthorizationsResponse$, LocationSummary$, QueryLoggingConfig$, ResourceRecord$, ResourceRecordSet$, ResourceTagSet$, ReusableDelegationSetLimit$, StatusReport$, Tag$, TestDNSAnswerRequest$, TestDNSAnswerResponse$, TrafficPolicy$, TrafficPolicyInstance$, TrafficPolicySummary$, UpdateHealthCheckRequest$, UpdateHealthCheckResponse$, UpdateHostedZoneCommentRequest$, UpdateHostedZoneCommentResponse$, UpdateHostedZoneFeaturesRequest$, UpdateHostedZoneFeaturesResponse$, UpdateTrafficPolicyCommentRequest$, UpdateTrafficPolicyCommentResponse$, UpdateTrafficPolicyInstanceRequest$, UpdateTrafficPolicyInstanceResponse$, VPC$, Changes, CheckerIpRanges, ChildHealthCheckList, CidrBlockSummaries, CidrCollectionChanges, CidrList, CollectionSummaries, DelegationSetNameServers, DelegationSets, DimensionList, ErrorMessages, GeoLocationDetailsList, HealthCheckObservations, HealthCheckRegionList, HealthChecks, HostedZones, HostedZoneSummaries, KeySigningKeys, LocationSummaries, QueryLoggingConfigs, RecordData, ResettableElementNameList, ResourceRecords, ResourceRecordSets, ResourceTagSetList, TagKeyList, TagList, TagResourceIdList, TrafficPolicies, TrafficPolicyInstances, TrafficPolicySummaries, VPCs, ActivateKeySigningKey$, AssociateVPCWithHostedZone$, ChangeCidrCollection$, ChangeResourceRecordSets$, ChangeTagsForResource$, CreateCidrCollection$, CreateHealthCheck$, CreateHostedZone$, CreateKeySigningKey$, CreateQueryLoggingConfig$, CreateReusableDelegationSet$, CreateTrafficPolicy$, CreateTrafficPolicyInstance$, CreateTrafficPolicyVersion$, CreateVPCAssociationAuthorization$, DeactivateKeySigningKey$, DeleteCidrCollection$, DeleteHealthCheck$, DeleteHostedZone$, DeleteKeySigningKey$, DeleteQueryLoggingConfig$, DeleteReusableDelegationSet$, DeleteTrafficPolicy$, DeleteTrafficPolicyInstance$, DeleteVPCAssociationAuthorization$, DisableHostedZoneDNSSEC$, DisassociateVPCFromHostedZone$, EnableHostedZoneDNSSEC$, GetAccountLimit$, GetChange$, GetCheckerIpRanges$, GetDNSSEC$, GetGeoLocation$, GetHealthCheck$, GetHealthCheckCount$, GetHealthCheckLastFailureReason$, GetHealthCheckStatus$, GetHostedZone$, GetHostedZoneCount$, GetHostedZoneLimit$, GetQueryLoggingConfig$, GetReusableDelegationSet$, GetReusableDelegationSetLimit$, GetTrafficPolicy$, GetTrafficPolicyInstance$, GetTrafficPolicyInstanceCount$, ListCidrBlocks$, ListCidrCollections$, ListCidrLocations$, ListGeoLocations$, ListHealthChecks$, ListHostedZones$, ListHostedZonesByName$, ListHostedZonesByVPC$, ListQueryLoggingConfigs$, ListResourceRecordSets$, ListReusableDelegationSets$, ListTagsForResource$, ListTagsForResources$, ListTrafficPolicies$, ListTrafficPolicyInstances$, ListTrafficPolicyInstancesByHostedZone$, ListTrafficPolicyInstancesByPolicy$, ListTrafficPolicyVersions$, ListVPCAssociationAuthorizations$, TestDNSAnswer$, UpdateHealthCheck$, UpdateHostedZoneComment$, UpdateHostedZoneFeatures$, UpdateTrafficPolicyComment$, UpdateTrafficPolicyInstance$;
29981
29982
  var init_schemas_0 = __esm(() => {
29982
29983
  init_errors();
@@ -33099,7 +33100,7 @@ var init_schemas_0 = __esm(() => {
33099
33100
  ];
33100
33101
  });
33101
33102
 
33102
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.shared.js
33103
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.shared.js
33103
33104
  var import_httpAuthSchemes2, import_protocols4, import_checksum, import_client18, import_protocols5, import_serde3, getRuntimeConfig2 = (config) => {
33104
33105
  return {
33105
33106
  apiVersion: "2013-04-01",
@@ -33144,7 +33145,7 @@ var init_runtimeConfig_shared = __esm(() => {
33144
33145
  import_serde3 = __toESM(require_serde(), 1);
33145
33146
  });
33146
33147
 
33147
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.js
33148
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.js
33148
33149
  var import_client19, import_httpAuthSchemes3, import_client20, import_config28, import_retry3, import_serde4, import_node_http_handler2, getRuntimeConfig3 = (config) => {
33149
33150
  import_client20.emitWarningIfUnsupportedVersion(process.version);
33150
33151
  const defaultsMode = import_config28.resolveDefaultsModeConfig(config);
@@ -33190,7 +33191,7 @@ var init_runtimeConfig = __esm(() => {
33190
33191
  import_node_http_handler2 = __toESM(require_dist_cjs4(), 1);
33191
33192
  });
33192
33193
 
33193
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/auth/httpAuthExtensionConfiguration.js
33194
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/auth/httpAuthExtensionConfiguration.js
33194
33195
  var getHttpAuthExtensionConfiguration2 = (runtimeConfig) => {
33195
33196
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
33196
33197
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -33228,7 +33229,7 @@ var getHttpAuthExtensionConfiguration2 = (runtimeConfig) => {
33228
33229
  };
33229
33230
  };
33230
33231
 
33231
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/runtimeExtensions.js
33232
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/runtimeExtensions.js
33232
33233
  var import_client21, import_client22, import_protocols6, resolveRuntimeExtensions2 = (runtimeConfig, extensions) => {
33233
33234
  const extensionConfiguration = Object.assign(import_client21.getAwsRegionExtensionConfiguration(runtimeConfig), import_client22.getDefaultExtensionConfiguration(runtimeConfig), import_protocols6.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration2(runtimeConfig));
33234
33235
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
@@ -33240,7 +33241,7 @@ var init_runtimeExtensions = __esm(() => {
33240
33241
  import_protocols6 = __toESM(require_protocols(), 1);
33241
33242
  });
33242
33243
 
33243
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/Route53Client.js
33244
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/Route53Client.js
33244
33245
  var import_client23, import_core, import_client24, import_config29, import_endpoints3, import_protocols7, import_retry4, import_schema2, Route53Client;
33245
33246
  var init_Route53Client = __esm(() => {
33246
33247
  init_httpAuthSchemeProvider();
@@ -33291,13 +33292,13 @@ var init_Route53Client = __esm(() => {
33291
33292
  };
33292
33293
  });
33293
33294
 
33294
- // ../../node_modules/.bun/@aws-sdk+middleware-sdk-route53@3.972.23/node_modules/@aws-sdk/middleware-sdk-route53/dist-es/constants.js
33295
+ // ../../node_modules/.bun/@aws-sdk+middleware-sdk-route53@3.972.25/node_modules/@aws-sdk/middleware-sdk-route53/dist-es/constants.js
33295
33296
  var IDENTIFIER_PREFIX_PATTERN;
33296
33297
  var init_constants2 = __esm(() => {
33297
33298
  IDENTIFIER_PREFIX_PATTERN = /^\/(hostedzone|change|delegationset)\//;
33298
33299
  });
33299
33300
 
33300
- // ../../node_modules/.bun/@aws-sdk+middleware-sdk-route53@3.972.23/node_modules/@aws-sdk/middleware-sdk-route53/dist-es/change-resource-record-sets.js
33301
+ // ../../node_modules/.bun/@aws-sdk+middleware-sdk-route53@3.972.25/node_modules/@aws-sdk/middleware-sdk-route53/dist-es/change-resource-record-sets.js
33301
33302
  function changeResourceRecordSetsMiddleware() {
33302
33303
  return (next) => async (args) => {
33303
33304
  const { ChangeBatch } = args.input;
@@ -33346,7 +33347,7 @@ var init_change_resource_record_sets = __esm(() => {
33346
33347
  };
33347
33348
  });
33348
33349
 
33349
- // ../../node_modules/.bun/@aws-sdk+middleware-sdk-route53@3.972.23/node_modules/@aws-sdk/middleware-sdk-route53/dist-es/id-normalizer.js
33350
+ // ../../node_modules/.bun/@aws-sdk+middleware-sdk-route53@3.972.25/node_modules/@aws-sdk/middleware-sdk-route53/dist-es/id-normalizer.js
33350
33351
  function idNormalizerMiddleware() {
33351
33352
  return (next) => async (args) => {
33352
33353
  const input = { ...args.input };
@@ -33378,13 +33379,13 @@ var init_id_normalizer = __esm(() => {
33378
33379
  };
33379
33380
  });
33380
33381
 
33381
- // ../../node_modules/.bun/@aws-sdk+middleware-sdk-route53@3.972.23/node_modules/@aws-sdk/middleware-sdk-route53/dist-es/index.js
33382
+ // ../../node_modules/.bun/@aws-sdk+middleware-sdk-route53@3.972.25/node_modules/@aws-sdk/middleware-sdk-route53/dist-es/index.js
33382
33383
  var init_dist_es11 = __esm(() => {
33383
33384
  init_change_resource_record_sets();
33384
33385
  init_id_normalizer();
33385
33386
  });
33386
33387
 
33387
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commandBuilder.js
33388
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commandBuilder.js
33388
33389
  var import_client25, import_endpoints4, command2, _ep02, _mw02 = (Command2, cs, config, o2) => [
33389
33390
  getIdNormalizerPlugin(config)
33390
33391
  ], _mw1 = (Command2, cs, config, o2) => [
@@ -33400,7 +33401,7 @@ var init_commandBuilder = __esm(() => {
33400
33401
  _ep02 = {};
33401
33402
  });
33402
33403
 
33403
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ActivateKeySigningKeyCommand.js
33404
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ActivateKeySigningKeyCommand.js
33404
33405
  var ActivateKeySigningKeyCommand;
33405
33406
  var init_ActivateKeySigningKeyCommand = __esm(() => {
33406
33407
  init_commandBuilder();
@@ -33409,7 +33410,7 @@ var init_ActivateKeySigningKeyCommand = __esm(() => {
33409
33410
  };
33410
33411
  });
33411
33412
 
33412
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/AssociateVPCWithHostedZoneCommand.js
33413
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/AssociateVPCWithHostedZoneCommand.js
33413
33414
  var AssociateVPCWithHostedZoneCommand;
33414
33415
  var init_AssociateVPCWithHostedZoneCommand = __esm(() => {
33415
33416
  init_commandBuilder();
@@ -33418,7 +33419,7 @@ var init_AssociateVPCWithHostedZoneCommand = __esm(() => {
33418
33419
  };
33419
33420
  });
33420
33421
 
33421
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ChangeCidrCollectionCommand.js
33422
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ChangeCidrCollectionCommand.js
33422
33423
  var ChangeCidrCollectionCommand;
33423
33424
  var init_ChangeCidrCollectionCommand = __esm(() => {
33424
33425
  init_commandBuilder();
@@ -33427,7 +33428,7 @@ var init_ChangeCidrCollectionCommand = __esm(() => {
33427
33428
  };
33428
33429
  });
33429
33430
 
33430
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ChangeResourceRecordSetsCommand.js
33431
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ChangeResourceRecordSetsCommand.js
33431
33432
  var ChangeResourceRecordSetsCommand;
33432
33433
  var init_ChangeResourceRecordSetsCommand = __esm(() => {
33433
33434
  init_commandBuilder();
@@ -33436,7 +33437,7 @@ var init_ChangeResourceRecordSetsCommand = __esm(() => {
33436
33437
  };
33437
33438
  });
33438
33439
 
33439
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ChangeTagsForResourceCommand.js
33440
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ChangeTagsForResourceCommand.js
33440
33441
  var ChangeTagsForResourceCommand;
33441
33442
  var init_ChangeTagsForResourceCommand = __esm(() => {
33442
33443
  init_commandBuilder();
@@ -33445,7 +33446,7 @@ var init_ChangeTagsForResourceCommand = __esm(() => {
33445
33446
  };
33446
33447
  });
33447
33448
 
33448
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateCidrCollectionCommand.js
33449
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateCidrCollectionCommand.js
33449
33450
  var CreateCidrCollectionCommand;
33450
33451
  var init_CreateCidrCollectionCommand = __esm(() => {
33451
33452
  init_commandBuilder();
@@ -33454,7 +33455,7 @@ var init_CreateCidrCollectionCommand = __esm(() => {
33454
33455
  };
33455
33456
  });
33456
33457
 
33457
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateHealthCheckCommand.js
33458
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateHealthCheckCommand.js
33458
33459
  var CreateHealthCheckCommand;
33459
33460
  var init_CreateHealthCheckCommand = __esm(() => {
33460
33461
  init_commandBuilder();
@@ -33463,7 +33464,7 @@ var init_CreateHealthCheckCommand = __esm(() => {
33463
33464
  };
33464
33465
  });
33465
33466
 
33466
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateHostedZoneCommand.js
33467
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateHostedZoneCommand.js
33467
33468
  var CreateHostedZoneCommand;
33468
33469
  var init_CreateHostedZoneCommand = __esm(() => {
33469
33470
  init_commandBuilder();
@@ -33472,7 +33473,7 @@ var init_CreateHostedZoneCommand = __esm(() => {
33472
33473
  };
33473
33474
  });
33474
33475
 
33475
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateKeySigningKeyCommand.js
33476
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateKeySigningKeyCommand.js
33476
33477
  var CreateKeySigningKeyCommand;
33477
33478
  var init_CreateKeySigningKeyCommand = __esm(() => {
33478
33479
  init_commandBuilder();
@@ -33481,7 +33482,7 @@ var init_CreateKeySigningKeyCommand = __esm(() => {
33481
33482
  };
33482
33483
  });
33483
33484
 
33484
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateQueryLoggingConfigCommand.js
33485
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateQueryLoggingConfigCommand.js
33485
33486
  var CreateQueryLoggingConfigCommand;
33486
33487
  var init_CreateQueryLoggingConfigCommand = __esm(() => {
33487
33488
  init_commandBuilder();
@@ -33490,7 +33491,7 @@ var init_CreateQueryLoggingConfigCommand = __esm(() => {
33490
33491
  };
33491
33492
  });
33492
33493
 
33493
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateReusableDelegationSetCommand.js
33494
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateReusableDelegationSetCommand.js
33494
33495
  var CreateReusableDelegationSetCommand;
33495
33496
  var init_CreateReusableDelegationSetCommand = __esm(() => {
33496
33497
  init_commandBuilder();
@@ -33499,7 +33500,7 @@ var init_CreateReusableDelegationSetCommand = __esm(() => {
33499
33500
  };
33500
33501
  });
33501
33502
 
33502
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateTrafficPolicyCommand.js
33503
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateTrafficPolicyCommand.js
33503
33504
  var CreateTrafficPolicyCommand;
33504
33505
  var init_CreateTrafficPolicyCommand = __esm(() => {
33505
33506
  init_commandBuilder();
@@ -33508,7 +33509,7 @@ var init_CreateTrafficPolicyCommand = __esm(() => {
33508
33509
  };
33509
33510
  });
33510
33511
 
33511
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateTrafficPolicyInstanceCommand.js
33512
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateTrafficPolicyInstanceCommand.js
33512
33513
  var CreateTrafficPolicyInstanceCommand;
33513
33514
  var init_CreateTrafficPolicyInstanceCommand = __esm(() => {
33514
33515
  init_commandBuilder();
@@ -33517,7 +33518,7 @@ var init_CreateTrafficPolicyInstanceCommand = __esm(() => {
33517
33518
  };
33518
33519
  });
33519
33520
 
33520
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateTrafficPolicyVersionCommand.js
33521
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateTrafficPolicyVersionCommand.js
33521
33522
  var CreateTrafficPolicyVersionCommand;
33522
33523
  var init_CreateTrafficPolicyVersionCommand = __esm(() => {
33523
33524
  init_commandBuilder();
@@ -33526,7 +33527,7 @@ var init_CreateTrafficPolicyVersionCommand = __esm(() => {
33526
33527
  };
33527
33528
  });
33528
33529
 
33529
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js
33530
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js
33530
33531
  var CreateVPCAssociationAuthorizationCommand;
33531
33532
  var init_CreateVPCAssociationAuthorizationCommand = __esm(() => {
33532
33533
  init_commandBuilder();
@@ -33535,7 +33536,7 @@ var init_CreateVPCAssociationAuthorizationCommand = __esm(() => {
33535
33536
  };
33536
33537
  });
33537
33538
 
33538
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeactivateKeySigningKeyCommand.js
33539
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeactivateKeySigningKeyCommand.js
33539
33540
  var DeactivateKeySigningKeyCommand;
33540
33541
  var init_DeactivateKeySigningKeyCommand = __esm(() => {
33541
33542
  init_commandBuilder();
@@ -33544,7 +33545,7 @@ var init_DeactivateKeySigningKeyCommand = __esm(() => {
33544
33545
  };
33545
33546
  });
33546
33547
 
33547
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteCidrCollectionCommand.js
33548
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteCidrCollectionCommand.js
33548
33549
  var DeleteCidrCollectionCommand;
33549
33550
  var init_DeleteCidrCollectionCommand = __esm(() => {
33550
33551
  init_commandBuilder();
@@ -33553,7 +33554,7 @@ var init_DeleteCidrCollectionCommand = __esm(() => {
33553
33554
  };
33554
33555
  });
33555
33556
 
33556
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteHealthCheckCommand.js
33557
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteHealthCheckCommand.js
33557
33558
  var DeleteHealthCheckCommand;
33558
33559
  var init_DeleteHealthCheckCommand = __esm(() => {
33559
33560
  init_commandBuilder();
@@ -33562,7 +33563,7 @@ var init_DeleteHealthCheckCommand = __esm(() => {
33562
33563
  };
33563
33564
  });
33564
33565
 
33565
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteHostedZoneCommand.js
33566
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteHostedZoneCommand.js
33566
33567
  var DeleteHostedZoneCommand;
33567
33568
  var init_DeleteHostedZoneCommand = __esm(() => {
33568
33569
  init_commandBuilder();
@@ -33571,7 +33572,7 @@ var init_DeleteHostedZoneCommand = __esm(() => {
33571
33572
  };
33572
33573
  });
33573
33574
 
33574
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteKeySigningKeyCommand.js
33575
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteKeySigningKeyCommand.js
33575
33576
  var DeleteKeySigningKeyCommand;
33576
33577
  var init_DeleteKeySigningKeyCommand = __esm(() => {
33577
33578
  init_commandBuilder();
@@ -33580,7 +33581,7 @@ var init_DeleteKeySigningKeyCommand = __esm(() => {
33580
33581
  };
33581
33582
  });
33582
33583
 
33583
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteQueryLoggingConfigCommand.js
33584
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteQueryLoggingConfigCommand.js
33584
33585
  var DeleteQueryLoggingConfigCommand;
33585
33586
  var init_DeleteQueryLoggingConfigCommand = __esm(() => {
33586
33587
  init_commandBuilder();
@@ -33589,7 +33590,7 @@ var init_DeleteQueryLoggingConfigCommand = __esm(() => {
33589
33590
  };
33590
33591
  });
33591
33592
 
33592
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteReusableDelegationSetCommand.js
33593
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteReusableDelegationSetCommand.js
33593
33594
  var DeleteReusableDelegationSetCommand;
33594
33595
  var init_DeleteReusableDelegationSetCommand = __esm(() => {
33595
33596
  init_commandBuilder();
@@ -33598,7 +33599,7 @@ var init_DeleteReusableDelegationSetCommand = __esm(() => {
33598
33599
  };
33599
33600
  });
33600
33601
 
33601
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteTrafficPolicyCommand.js
33602
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteTrafficPolicyCommand.js
33602
33603
  var DeleteTrafficPolicyCommand;
33603
33604
  var init_DeleteTrafficPolicyCommand = __esm(() => {
33604
33605
  init_commandBuilder();
@@ -33607,7 +33608,7 @@ var init_DeleteTrafficPolicyCommand = __esm(() => {
33607
33608
  };
33608
33609
  });
33609
33610
 
33610
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js
33611
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js
33611
33612
  var DeleteTrafficPolicyInstanceCommand;
33612
33613
  var init_DeleteTrafficPolicyInstanceCommand = __esm(() => {
33613
33614
  init_commandBuilder();
@@ -33616,7 +33617,7 @@ var init_DeleteTrafficPolicyInstanceCommand = __esm(() => {
33616
33617
  };
33617
33618
  });
33618
33619
 
33619
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js
33620
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js
33620
33621
  var DeleteVPCAssociationAuthorizationCommand;
33621
33622
  var init_DeleteVPCAssociationAuthorizationCommand = __esm(() => {
33622
33623
  init_commandBuilder();
@@ -33625,7 +33626,7 @@ var init_DeleteVPCAssociationAuthorizationCommand = __esm(() => {
33625
33626
  };
33626
33627
  });
33627
33628
 
33628
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DisableHostedZoneDNSSECCommand.js
33629
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DisableHostedZoneDNSSECCommand.js
33629
33630
  var DisableHostedZoneDNSSECCommand;
33630
33631
  var init_DisableHostedZoneDNSSECCommand = __esm(() => {
33631
33632
  init_commandBuilder();
@@ -33634,7 +33635,7 @@ var init_DisableHostedZoneDNSSECCommand = __esm(() => {
33634
33635
  };
33635
33636
  });
33636
33637
 
33637
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js
33638
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js
33638
33639
  var DisassociateVPCFromHostedZoneCommand;
33639
33640
  var init_DisassociateVPCFromHostedZoneCommand = __esm(() => {
33640
33641
  init_commandBuilder();
@@ -33643,7 +33644,7 @@ var init_DisassociateVPCFromHostedZoneCommand = __esm(() => {
33643
33644
  };
33644
33645
  });
33645
33646
 
33646
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/EnableHostedZoneDNSSECCommand.js
33647
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/EnableHostedZoneDNSSECCommand.js
33647
33648
  var EnableHostedZoneDNSSECCommand;
33648
33649
  var init_EnableHostedZoneDNSSECCommand = __esm(() => {
33649
33650
  init_commandBuilder();
@@ -33652,7 +33653,7 @@ var init_EnableHostedZoneDNSSECCommand = __esm(() => {
33652
33653
  };
33653
33654
  });
33654
33655
 
33655
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetAccountLimitCommand.js
33656
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetAccountLimitCommand.js
33656
33657
  var GetAccountLimitCommand;
33657
33658
  var init_GetAccountLimitCommand = __esm(() => {
33658
33659
  init_commandBuilder();
@@ -33661,7 +33662,7 @@ var init_GetAccountLimitCommand = __esm(() => {
33661
33662
  };
33662
33663
  });
33663
33664
 
33664
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetChangeCommand.js
33665
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetChangeCommand.js
33665
33666
  var GetChangeCommand;
33666
33667
  var init_GetChangeCommand = __esm(() => {
33667
33668
  init_commandBuilder();
@@ -33670,7 +33671,7 @@ var init_GetChangeCommand = __esm(() => {
33670
33671
  };
33671
33672
  });
33672
33673
 
33673
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetCheckerIpRangesCommand.js
33674
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetCheckerIpRangesCommand.js
33674
33675
  var GetCheckerIpRangesCommand;
33675
33676
  var init_GetCheckerIpRangesCommand = __esm(() => {
33676
33677
  init_commandBuilder();
@@ -33679,7 +33680,7 @@ var init_GetCheckerIpRangesCommand = __esm(() => {
33679
33680
  };
33680
33681
  });
33681
33682
 
33682
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetDNSSECCommand.js
33683
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetDNSSECCommand.js
33683
33684
  var GetDNSSECCommand;
33684
33685
  var init_GetDNSSECCommand = __esm(() => {
33685
33686
  init_commandBuilder();
@@ -33688,7 +33689,7 @@ var init_GetDNSSECCommand = __esm(() => {
33688
33689
  };
33689
33690
  });
33690
33691
 
33691
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetGeoLocationCommand.js
33692
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetGeoLocationCommand.js
33692
33693
  var GetGeoLocationCommand;
33693
33694
  var init_GetGeoLocationCommand = __esm(() => {
33694
33695
  init_commandBuilder();
@@ -33697,7 +33698,7 @@ var init_GetGeoLocationCommand = __esm(() => {
33697
33698
  };
33698
33699
  });
33699
33700
 
33700
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckCommand.js
33701
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckCommand.js
33701
33702
  var GetHealthCheckCommand;
33702
33703
  var init_GetHealthCheckCommand = __esm(() => {
33703
33704
  init_commandBuilder();
@@ -33706,7 +33707,7 @@ var init_GetHealthCheckCommand = __esm(() => {
33706
33707
  };
33707
33708
  });
33708
33709
 
33709
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckCountCommand.js
33710
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckCountCommand.js
33710
33711
  var GetHealthCheckCountCommand;
33711
33712
  var init_GetHealthCheckCountCommand = __esm(() => {
33712
33713
  init_commandBuilder();
@@ -33715,7 +33716,7 @@ var init_GetHealthCheckCountCommand = __esm(() => {
33715
33716
  };
33716
33717
  });
33717
33718
 
33718
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js
33719
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js
33719
33720
  var GetHealthCheckLastFailureReasonCommand;
33720
33721
  var init_GetHealthCheckLastFailureReasonCommand = __esm(() => {
33721
33722
  init_commandBuilder();
@@ -33724,7 +33725,7 @@ var init_GetHealthCheckLastFailureReasonCommand = __esm(() => {
33724
33725
  };
33725
33726
  });
33726
33727
 
33727
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckStatusCommand.js
33728
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckStatusCommand.js
33728
33729
  var GetHealthCheckStatusCommand;
33729
33730
  var init_GetHealthCheckStatusCommand = __esm(() => {
33730
33731
  init_commandBuilder();
@@ -33733,7 +33734,7 @@ var init_GetHealthCheckStatusCommand = __esm(() => {
33733
33734
  };
33734
33735
  });
33735
33736
 
33736
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHostedZoneCommand.js
33737
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHostedZoneCommand.js
33737
33738
  var GetHostedZoneCommand;
33738
33739
  var init_GetHostedZoneCommand = __esm(() => {
33739
33740
  init_commandBuilder();
@@ -33742,7 +33743,7 @@ var init_GetHostedZoneCommand = __esm(() => {
33742
33743
  };
33743
33744
  });
33744
33745
 
33745
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHostedZoneCountCommand.js
33746
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHostedZoneCountCommand.js
33746
33747
  var GetHostedZoneCountCommand;
33747
33748
  var init_GetHostedZoneCountCommand = __esm(() => {
33748
33749
  init_commandBuilder();
@@ -33751,7 +33752,7 @@ var init_GetHostedZoneCountCommand = __esm(() => {
33751
33752
  };
33752
33753
  });
33753
33754
 
33754
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHostedZoneLimitCommand.js
33755
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHostedZoneLimitCommand.js
33755
33756
  var GetHostedZoneLimitCommand;
33756
33757
  var init_GetHostedZoneLimitCommand = __esm(() => {
33757
33758
  init_commandBuilder();
@@ -33760,7 +33761,7 @@ var init_GetHostedZoneLimitCommand = __esm(() => {
33760
33761
  };
33761
33762
  });
33762
33763
 
33763
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetQueryLoggingConfigCommand.js
33764
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetQueryLoggingConfigCommand.js
33764
33765
  var GetQueryLoggingConfigCommand;
33765
33766
  var init_GetQueryLoggingConfigCommand = __esm(() => {
33766
33767
  init_commandBuilder();
@@ -33769,7 +33770,7 @@ var init_GetQueryLoggingConfigCommand = __esm(() => {
33769
33770
  };
33770
33771
  });
33771
33772
 
33772
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetReusableDelegationSetCommand.js
33773
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetReusableDelegationSetCommand.js
33773
33774
  var GetReusableDelegationSetCommand;
33774
33775
  var init_GetReusableDelegationSetCommand = __esm(() => {
33775
33776
  init_commandBuilder();
@@ -33778,7 +33779,7 @@ var init_GetReusableDelegationSetCommand = __esm(() => {
33778
33779
  };
33779
33780
  });
33780
33781
 
33781
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetReusableDelegationSetLimitCommand.js
33782
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetReusableDelegationSetLimitCommand.js
33782
33783
  var GetReusableDelegationSetLimitCommand;
33783
33784
  var init_GetReusableDelegationSetLimitCommand = __esm(() => {
33784
33785
  init_commandBuilder();
@@ -33787,7 +33788,7 @@ var init_GetReusableDelegationSetLimitCommand = __esm(() => {
33787
33788
  };
33788
33789
  });
33789
33790
 
33790
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetTrafficPolicyCommand.js
33791
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetTrafficPolicyCommand.js
33791
33792
  var GetTrafficPolicyCommand;
33792
33793
  var init_GetTrafficPolicyCommand = __esm(() => {
33793
33794
  init_commandBuilder();
@@ -33796,7 +33797,7 @@ var init_GetTrafficPolicyCommand = __esm(() => {
33796
33797
  };
33797
33798
  });
33798
33799
 
33799
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetTrafficPolicyInstanceCommand.js
33800
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetTrafficPolicyInstanceCommand.js
33800
33801
  var GetTrafficPolicyInstanceCommand;
33801
33802
  var init_GetTrafficPolicyInstanceCommand = __esm(() => {
33802
33803
  init_commandBuilder();
@@ -33805,7 +33806,7 @@ var init_GetTrafficPolicyInstanceCommand = __esm(() => {
33805
33806
  };
33806
33807
  });
33807
33808
 
33808
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js
33809
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js
33809
33810
  var GetTrafficPolicyInstanceCountCommand;
33810
33811
  var init_GetTrafficPolicyInstanceCountCommand = __esm(() => {
33811
33812
  init_commandBuilder();
@@ -33814,7 +33815,7 @@ var init_GetTrafficPolicyInstanceCountCommand = __esm(() => {
33814
33815
  };
33815
33816
  });
33816
33817
 
33817
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListCidrBlocksCommand.js
33818
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListCidrBlocksCommand.js
33818
33819
  var ListCidrBlocksCommand;
33819
33820
  var init_ListCidrBlocksCommand = __esm(() => {
33820
33821
  init_commandBuilder();
@@ -33823,7 +33824,7 @@ var init_ListCidrBlocksCommand = __esm(() => {
33823
33824
  };
33824
33825
  });
33825
33826
 
33826
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListCidrCollectionsCommand.js
33827
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListCidrCollectionsCommand.js
33827
33828
  var ListCidrCollectionsCommand;
33828
33829
  var init_ListCidrCollectionsCommand = __esm(() => {
33829
33830
  init_commandBuilder();
@@ -33832,7 +33833,7 @@ var init_ListCidrCollectionsCommand = __esm(() => {
33832
33833
  };
33833
33834
  });
33834
33835
 
33835
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListCidrLocationsCommand.js
33836
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListCidrLocationsCommand.js
33836
33837
  var ListCidrLocationsCommand;
33837
33838
  var init_ListCidrLocationsCommand = __esm(() => {
33838
33839
  init_commandBuilder();
@@ -33841,7 +33842,7 @@ var init_ListCidrLocationsCommand = __esm(() => {
33841
33842
  };
33842
33843
  });
33843
33844
 
33844
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListGeoLocationsCommand.js
33845
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListGeoLocationsCommand.js
33845
33846
  var ListGeoLocationsCommand;
33846
33847
  var init_ListGeoLocationsCommand = __esm(() => {
33847
33848
  init_commandBuilder();
@@ -33850,7 +33851,7 @@ var init_ListGeoLocationsCommand = __esm(() => {
33850
33851
  };
33851
33852
  });
33852
33853
 
33853
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHealthChecksCommand.js
33854
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHealthChecksCommand.js
33854
33855
  var ListHealthChecksCommand;
33855
33856
  var init_ListHealthChecksCommand = __esm(() => {
33856
33857
  init_commandBuilder();
@@ -33859,7 +33860,7 @@ var init_ListHealthChecksCommand = __esm(() => {
33859
33860
  };
33860
33861
  });
33861
33862
 
33862
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHostedZonesByNameCommand.js
33863
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHostedZonesByNameCommand.js
33863
33864
  var ListHostedZonesByNameCommand;
33864
33865
  var init_ListHostedZonesByNameCommand = __esm(() => {
33865
33866
  init_commandBuilder();
@@ -33868,7 +33869,7 @@ var init_ListHostedZonesByNameCommand = __esm(() => {
33868
33869
  };
33869
33870
  });
33870
33871
 
33871
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHostedZonesByVPCCommand.js
33872
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHostedZonesByVPCCommand.js
33872
33873
  var ListHostedZonesByVPCCommand;
33873
33874
  var init_ListHostedZonesByVPCCommand = __esm(() => {
33874
33875
  init_commandBuilder();
@@ -33877,7 +33878,7 @@ var init_ListHostedZonesByVPCCommand = __esm(() => {
33877
33878
  };
33878
33879
  });
33879
33880
 
33880
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHostedZonesCommand.js
33881
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHostedZonesCommand.js
33881
33882
  var ListHostedZonesCommand;
33882
33883
  var init_ListHostedZonesCommand = __esm(() => {
33883
33884
  init_commandBuilder();
@@ -33886,7 +33887,7 @@ var init_ListHostedZonesCommand = __esm(() => {
33886
33887
  };
33887
33888
  });
33888
33889
 
33889
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListQueryLoggingConfigsCommand.js
33890
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListQueryLoggingConfigsCommand.js
33890
33891
  var ListQueryLoggingConfigsCommand;
33891
33892
  var init_ListQueryLoggingConfigsCommand = __esm(() => {
33892
33893
  init_commandBuilder();
@@ -33895,7 +33896,7 @@ var init_ListQueryLoggingConfigsCommand = __esm(() => {
33895
33896
  };
33896
33897
  });
33897
33898
 
33898
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListResourceRecordSetsCommand.js
33899
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListResourceRecordSetsCommand.js
33899
33900
  var ListResourceRecordSetsCommand;
33900
33901
  var init_ListResourceRecordSetsCommand = __esm(() => {
33901
33902
  init_commandBuilder();
@@ -33904,7 +33905,7 @@ var init_ListResourceRecordSetsCommand = __esm(() => {
33904
33905
  };
33905
33906
  });
33906
33907
 
33907
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListReusableDelegationSetsCommand.js
33908
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListReusableDelegationSetsCommand.js
33908
33909
  var ListReusableDelegationSetsCommand;
33909
33910
  var init_ListReusableDelegationSetsCommand = __esm(() => {
33910
33911
  init_commandBuilder();
@@ -33913,7 +33914,7 @@ var init_ListReusableDelegationSetsCommand = __esm(() => {
33913
33914
  };
33914
33915
  });
33915
33916
 
33916
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTagsForResourceCommand.js
33917
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTagsForResourceCommand.js
33917
33918
  var ListTagsForResourceCommand;
33918
33919
  var init_ListTagsForResourceCommand = __esm(() => {
33919
33920
  init_commandBuilder();
@@ -33922,7 +33923,7 @@ var init_ListTagsForResourceCommand = __esm(() => {
33922
33923
  };
33923
33924
  });
33924
33925
 
33925
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTagsForResourcesCommand.js
33926
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTagsForResourcesCommand.js
33926
33927
  var ListTagsForResourcesCommand;
33927
33928
  var init_ListTagsForResourcesCommand = __esm(() => {
33928
33929
  init_commandBuilder();
@@ -33931,7 +33932,7 @@ var init_ListTagsForResourcesCommand = __esm(() => {
33931
33932
  };
33932
33933
  });
33933
33934
 
33934
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPoliciesCommand.js
33935
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPoliciesCommand.js
33935
33936
  var ListTrafficPoliciesCommand;
33936
33937
  var init_ListTrafficPoliciesCommand = __esm(() => {
33937
33938
  init_commandBuilder();
@@ -33940,7 +33941,7 @@ var init_ListTrafficPoliciesCommand = __esm(() => {
33940
33941
  };
33941
33942
  });
33942
33943
 
33943
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js
33944
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js
33944
33945
  var ListTrafficPolicyInstancesByHostedZoneCommand;
33945
33946
  var init_ListTrafficPolicyInstancesByHostedZoneCommand = __esm(() => {
33946
33947
  init_commandBuilder();
@@ -33949,7 +33950,7 @@ var init_ListTrafficPolicyInstancesByHostedZoneCommand = __esm(() => {
33949
33950
  };
33950
33951
  });
33951
33952
 
33952
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js
33953
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js
33953
33954
  var ListTrafficPolicyInstancesByPolicyCommand;
33954
33955
  var init_ListTrafficPolicyInstancesByPolicyCommand = __esm(() => {
33955
33956
  init_commandBuilder();
@@ -33958,7 +33959,7 @@ var init_ListTrafficPolicyInstancesByPolicyCommand = __esm(() => {
33958
33959
  };
33959
33960
  });
33960
33961
 
33961
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyInstancesCommand.js
33962
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyInstancesCommand.js
33962
33963
  var ListTrafficPolicyInstancesCommand;
33963
33964
  var init_ListTrafficPolicyInstancesCommand = __esm(() => {
33964
33965
  init_commandBuilder();
@@ -33967,7 +33968,7 @@ var init_ListTrafficPolicyInstancesCommand = __esm(() => {
33967
33968
  };
33968
33969
  });
33969
33970
 
33970
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyVersionsCommand.js
33971
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyVersionsCommand.js
33971
33972
  var ListTrafficPolicyVersionsCommand;
33972
33973
  var init_ListTrafficPolicyVersionsCommand = __esm(() => {
33973
33974
  init_commandBuilder();
@@ -33976,7 +33977,7 @@ var init_ListTrafficPolicyVersionsCommand = __esm(() => {
33976
33977
  };
33977
33978
  });
33978
33979
 
33979
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js
33980
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js
33980
33981
  var ListVPCAssociationAuthorizationsCommand;
33981
33982
  var init_ListVPCAssociationAuthorizationsCommand = __esm(() => {
33982
33983
  init_commandBuilder();
@@ -33985,7 +33986,7 @@ var init_ListVPCAssociationAuthorizationsCommand = __esm(() => {
33985
33986
  };
33986
33987
  });
33987
33988
 
33988
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/TestDNSAnswerCommand.js
33989
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/TestDNSAnswerCommand.js
33989
33990
  var TestDNSAnswerCommand;
33990
33991
  var init_TestDNSAnswerCommand = __esm(() => {
33991
33992
  init_commandBuilder();
@@ -33994,7 +33995,7 @@ var init_TestDNSAnswerCommand = __esm(() => {
33994
33995
  };
33995
33996
  });
33996
33997
 
33997
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateHealthCheckCommand.js
33998
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateHealthCheckCommand.js
33998
33999
  var UpdateHealthCheckCommand;
33999
34000
  var init_UpdateHealthCheckCommand = __esm(() => {
34000
34001
  init_commandBuilder();
@@ -34003,7 +34004,7 @@ var init_UpdateHealthCheckCommand = __esm(() => {
34003
34004
  };
34004
34005
  });
34005
34006
 
34006
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateHostedZoneCommentCommand.js
34007
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateHostedZoneCommentCommand.js
34007
34008
  var UpdateHostedZoneCommentCommand;
34008
34009
  var init_UpdateHostedZoneCommentCommand = __esm(() => {
34009
34010
  init_commandBuilder();
@@ -34012,7 +34013,7 @@ var init_UpdateHostedZoneCommentCommand = __esm(() => {
34012
34013
  };
34013
34014
  });
34014
34015
 
34015
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateHostedZoneFeaturesCommand.js
34016
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateHostedZoneFeaturesCommand.js
34016
34017
  var UpdateHostedZoneFeaturesCommand;
34017
34018
  var init_UpdateHostedZoneFeaturesCommand = __esm(() => {
34018
34019
  init_commandBuilder();
@@ -34021,7 +34022,7 @@ var init_UpdateHostedZoneFeaturesCommand = __esm(() => {
34021
34022
  };
34022
34023
  });
34023
34024
 
34024
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateTrafficPolicyCommentCommand.js
34025
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateTrafficPolicyCommentCommand.js
34025
34026
  var UpdateTrafficPolicyCommentCommand;
34026
34027
  var init_UpdateTrafficPolicyCommentCommand = __esm(() => {
34027
34028
  init_commandBuilder();
@@ -34030,7 +34031,7 @@ var init_UpdateTrafficPolicyCommentCommand = __esm(() => {
34030
34031
  };
34031
34032
  });
34032
34033
 
34033
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js
34034
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js
34034
34035
  var UpdateTrafficPolicyInstanceCommand;
34035
34036
  var init_UpdateTrafficPolicyInstanceCommand = __esm(() => {
34036
34037
  init_commandBuilder();
@@ -34039,7 +34040,7 @@ var init_UpdateTrafficPolicyInstanceCommand = __esm(() => {
34039
34040
  };
34040
34041
  });
34041
34042
 
34042
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListCidrBlocksPaginator.js
34043
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListCidrBlocksPaginator.js
34043
34044
  var import_core2, paginateListCidrBlocks;
34044
34045
  var init_ListCidrBlocksPaginator = __esm(() => {
34045
34046
  init_ListCidrBlocksCommand();
@@ -34048,7 +34049,7 @@ var init_ListCidrBlocksPaginator = __esm(() => {
34048
34049
  paginateListCidrBlocks = import_core2.createPaginator(Route53Client, ListCidrBlocksCommand, "NextToken", "NextToken", "MaxResults");
34049
34050
  });
34050
34051
 
34051
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListCidrCollectionsPaginator.js
34052
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListCidrCollectionsPaginator.js
34052
34053
  var import_core3, paginateListCidrCollections;
34053
34054
  var init_ListCidrCollectionsPaginator = __esm(() => {
34054
34055
  init_ListCidrCollectionsCommand();
@@ -34057,7 +34058,7 @@ var init_ListCidrCollectionsPaginator = __esm(() => {
34057
34058
  paginateListCidrCollections = import_core3.createPaginator(Route53Client, ListCidrCollectionsCommand, "NextToken", "NextToken", "MaxResults");
34058
34059
  });
34059
34060
 
34060
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListCidrLocationsPaginator.js
34061
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListCidrLocationsPaginator.js
34061
34062
  var import_core4, paginateListCidrLocations;
34062
34063
  var init_ListCidrLocationsPaginator = __esm(() => {
34063
34064
  init_ListCidrLocationsCommand();
@@ -34066,7 +34067,7 @@ var init_ListCidrLocationsPaginator = __esm(() => {
34066
34067
  paginateListCidrLocations = import_core4.createPaginator(Route53Client, ListCidrLocationsCommand, "NextToken", "NextToken", "MaxResults");
34067
34068
  });
34068
34069
 
34069
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListHealthChecksPaginator.js
34070
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListHealthChecksPaginator.js
34070
34071
  var import_core5, paginateListHealthChecks;
34071
34072
  var init_ListHealthChecksPaginator = __esm(() => {
34072
34073
  init_ListHealthChecksCommand();
@@ -34075,7 +34076,7 @@ var init_ListHealthChecksPaginator = __esm(() => {
34075
34076
  paginateListHealthChecks = import_core5.createPaginator(Route53Client, ListHealthChecksCommand, "Marker", "NextMarker", "MaxItems");
34076
34077
  });
34077
34078
 
34078
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListHostedZonesPaginator.js
34079
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListHostedZonesPaginator.js
34079
34080
  var import_core6, paginateListHostedZones;
34080
34081
  var init_ListHostedZonesPaginator = __esm(() => {
34081
34082
  init_ListHostedZonesCommand();
@@ -34084,7 +34085,7 @@ var init_ListHostedZonesPaginator = __esm(() => {
34084
34085
  paginateListHostedZones = import_core6.createPaginator(Route53Client, ListHostedZonesCommand, "Marker", "NextMarker", "MaxItems");
34085
34086
  });
34086
34087
 
34087
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListQueryLoggingConfigsPaginator.js
34088
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListQueryLoggingConfigsPaginator.js
34088
34089
  var import_core7, paginateListQueryLoggingConfigs;
34089
34090
  var init_ListQueryLoggingConfigsPaginator = __esm(() => {
34090
34091
  init_ListQueryLoggingConfigsCommand();
@@ -34093,7 +34094,7 @@ var init_ListQueryLoggingConfigsPaginator = __esm(() => {
34093
34094
  paginateListQueryLoggingConfigs = import_core7.createPaginator(Route53Client, ListQueryLoggingConfigsCommand, "NextToken", "NextToken", "MaxResults");
34094
34095
  });
34095
34096
 
34096
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/waiters/waitForResourceRecordSetsChanged.js
34097
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/waiters/waitForResourceRecordSetsChanged.js
34097
34098
  var import_client26, checkState = async (client, input) => {
34098
34099
  let reason;
34099
34100
  try {
@@ -34121,7 +34122,7 @@ var init_waitForResourceRecordSetsChanged = __esm(() => {
34121
34122
  import_client26 = __toESM(require_client(), 1);
34122
34123
  });
34123
34124
 
34124
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/Route53.js
34125
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/Route53.js
34125
34126
  var import_client27, commands2, paginators, waiters, Route53;
34126
34127
  var init_Route53 = __esm(() => {
34127
34128
  init_ActivateKeySigningKeyCommand();
@@ -34293,7 +34294,7 @@ var init_Route53 = __esm(() => {
34293
34294
  import_client27.createAggregatedClient(commands2, Route53, { paginators, waiters });
34294
34295
  });
34295
34296
 
34296
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/index.js
34297
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/commands/index.js
34297
34298
  var init_commands = __esm(() => {
34298
34299
  init_ActivateKeySigningKeyCommand();
34299
34300
  init_AssociateVPCWithHostedZoneCommand();
@@ -34368,10 +34369,10 @@ var init_commands = __esm(() => {
34368
34369
  init_UpdateTrafficPolicyInstanceCommand();
34369
34370
  });
34370
34371
 
34371
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/pagination/Interfaces.js
34372
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/pagination/Interfaces.js
34372
34373
  var init_Interfaces = () => {};
34373
34374
 
34374
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/pagination/index.js
34375
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/pagination/index.js
34375
34376
  var init_pagination = __esm(() => {
34376
34377
  init_Interfaces();
34377
34378
  init_ListCidrBlocksPaginator();
@@ -34382,31 +34383,31 @@ var init_pagination = __esm(() => {
34382
34383
  init_ListQueryLoggingConfigsPaginator();
34383
34384
  });
34384
34385
 
34385
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/waiters/index.js
34386
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/waiters/index.js
34386
34387
  var init_waiters = __esm(() => {
34387
34388
  init_waitForResourceRecordSetsChanged();
34388
34389
  });
34389
34390
 
34390
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/models/enums.js
34391
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/models/enums.js
34391
34392
  var init_enums = () => {};
34392
34393
 
34393
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/models/models_0.js
34394
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/models/models_0.js
34394
34395
  var init_models_0 = () => {};
34395
34396
 
34396
- // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1106.0/node_modules/@aws-sdk/client-route-53/dist-es/index.js
34397
+ // ../../node_modules/.bun/@aws-sdk+client-route-53@3.1112.0/node_modules/@aws-sdk/client-route-53/dist-es/index.js
34397
34398
  var init_dist_es12 = __esm(() => {
34398
34399
  init_Route53Client();
34399
34400
  init_Route53();
34400
34401
  init_commands();
34401
- init_schemas_0();
34402
34402
  init_pagination();
34403
34403
  init_waiters();
34404
+ init_schemas_0();
34404
34405
  init_enums();
34405
34406
  init_errors();
34406
34407
  init_models_0();
34407
34408
  });
34408
34409
 
34409
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/auth/httpAuthSchemeProvider.js
34410
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/auth/httpAuthSchemeProvider.js
34410
34411
  function createAwsAuthSigv4HttpAuthOption3(authParameters) {
34411
34412
  return {
34412
34413
  schemeId: "aws.auth#sigv4",
@@ -34448,7 +34449,7 @@ var init_httpAuthSchemeProvider2 = __esm(() => {
34448
34449
  import_client29 = __toESM(require_client(), 1);
34449
34450
  });
34450
34451
 
34451
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/endpoint/EndpointParameters.js
34452
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/endpoint/EndpointParameters.js
34452
34453
  var resolveClientEndpointParameters3 = (options) => {
34453
34454
  return Object.assign(options, {
34454
34455
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
@@ -34465,12 +34466,12 @@ var init_EndpointParameters2 = __esm(() => {
34465
34466
  };
34466
34467
  });
34467
34468
 
34468
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/package.json
34469
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/package.json
34469
34470
  var package_default2;
34470
34471
  var init_package2 = __esm(() => {
34471
34472
  package_default2 = {
34472
34473
  name: "@aws-sdk/client-route-53-domains",
34473
- version: "3.1106.0",
34474
+ version: "3.1112.0",
34474
34475
  description: "AWS SDK for JavaScript Route 53 Domains Client for Node.js, Browser and React Native",
34475
34476
  homepage: "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-route-53-domains",
34476
34477
  license: "Apache-2.0",
@@ -34515,12 +34516,12 @@ var init_package2 = __esm(() => {
34515
34516
  "generate:client": "node ../../scripts/generate-clients/single-service",
34516
34517
  "test:e2e": "yarn g:vitest run -c vitest.config.e2e.mts",
34517
34518
  "test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts",
34518
- "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
34519
+ "test:index": "tsc -p tsconfig.test.json && node ./test/index-objects.spec.mjs"
34519
34520
  },
34520
34521
  dependencies: {
34521
- "@aws-sdk/core": "^3.977.6",
34522
- "@aws-sdk/credential-provider-node": "^3.972.78",
34523
- "@aws-sdk/types": "^3.974.2",
34522
+ "@aws-sdk/core": "^3.977.8",
34523
+ "@aws-sdk/credential-provider-node": "^3.972.80",
34524
+ "@aws-sdk/types": "^3.974.4",
34524
34525
  "@smithy/core": "^3.31.1",
34525
34526
  "@smithy/fetch-http-handler": "^5.6.13",
34526
34527
  "@smithy/node-http-handler": "^4.9.13",
@@ -34533,7 +34534,7 @@ var init_package2 = __esm(() => {
34533
34534
  concurrently: "7.0.0",
34534
34535
  "downlevel-dts": "0.10.1",
34535
34536
  premove: "4.0.0",
34536
- typescript: "~5.8.3"
34537
+ typescript: "~7.0.2"
34537
34538
  },
34538
34539
  engines: {
34539
34540
  node: ">=20.0.0"
@@ -34541,7 +34542,7 @@ var init_package2 = __esm(() => {
34541
34542
  };
34542
34543
  });
34543
34544
 
34544
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/endpoint/bdd.js
34545
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/endpoint/bdd.js
34545
34546
  var import_endpoints5, k3 = "ref", a3 = -1, b3 = true, c3 = "isSet", d3 = "PartitionResult", e3 = "booleanEquals", f3 = "getAttr", g3, h3, i3, j3, _data3, root3 = 2, r3 = 1e8, nodes3, bdd3;
34546
34547
  var init_bdd2 = __esm(() => {
34547
34548
  import_endpoints5 = __toESM(require_endpoints(), 1);
@@ -34618,7 +34619,7 @@ var init_bdd2 = __esm(() => {
34618
34619
  bdd3 = import_endpoints5.BinaryDecisionDiagram.from(nodes3, root3, _data3.conditions, _data3.results);
34619
34620
  });
34620
34621
 
34621
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/endpoint/endpointResolver.js
34622
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/endpoint/endpointResolver.js
34622
34623
  var import_client30, import_endpoints6, cache3, defaultEndpointResolver3 = (endpointParams, context = {}) => {
34623
34624
  return cache3.get(endpointParams, () => import_endpoints6.decideEndpoint(bdd3, {
34624
34625
  endpointParams,
@@ -34636,7 +34637,7 @@ var init_endpointResolver2 = __esm(() => {
34636
34637
  import_endpoints6.customEndpointFunctions.aws = import_client30.awsEndpointFunctions;
34637
34638
  });
34638
34639
 
34639
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/models/Route53DomainsServiceException.js
34640
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/models/Route53DomainsServiceException.js
34640
34641
  var import_client31, Route53DomainsServiceException;
34641
34642
  var init_Route53DomainsServiceException = __esm(() => {
34642
34643
  import_client31 = __toESM(require_client(), 1);
@@ -34648,7 +34649,7 @@ var init_Route53DomainsServiceException = __esm(() => {
34648
34649
  };
34649
34650
  });
34650
34651
 
34651
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/models/errors.js
34652
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/models/errors.js
34652
34653
  var DomainLimitExceeded, InvalidInput2, OperationLimitExceeded, UnsupportedTLD, DnssecLimitExceeded, DuplicateRequest, TLDRulesViolation, TLDInMaintenance;
34653
34654
  var init_errors2 = __esm(() => {
34654
34655
  init_Route53DomainsServiceException();
@@ -34754,7 +34755,7 @@ var init_errors2 = __esm(() => {
34754
34755
  };
34755
34756
  });
34756
34757
 
34757
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/schemas/schemas_0.js
34758
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/schemas/schemas_0.js
34758
34759
  var import_schema3, _A2 = "Availability", _AC = "AuthCode", _ACE = "AbuseContactEmail", _ACP = "AbuseContactPhone", _ACd = "AdminContact", _ADSTD = "AssociateDelegationSignerToDomain", _ADSTDR = "AssociateDelegationSignerToDomainRequest", _ADSTDRs = "AssociateDelegationSignerToDomainResponse", _ADTFAAA = "AcceptDomainTransferFromAnotherAwsAccount", _ADTFAAAR = "AcceptDomainTransferFromAnotherAwsAccountRequest", _ADTFAAARc = "AcceptDomainTransferFromAnotherAwsAccountResponse", _AI2 = "AccountId", _AL2 = "AddressLine", _ALd = "AddressLine1", _ALdd = "AddressLine2", _AP = "AdminPrivacy", _AR2 = "AutoRenew", _Al = "Algorithm", _BC = "BillingContact", _BD = "BillDate", _BP = "BillingPrivacy", _BR = "BillingRecord", _BRi = "BillingRecords", _C2 = "City", _CC2 = "CountryCode", _CD2 = "ContactDetail", _CDA = "CheckDomainAvailability", _CDAR = "CheckDomainAvailabilityRequest", _CDARh = "CheckDomainAvailabilityResponse", _CDT = "CheckDomainTransferability", _CDTR = "CheckDomainTransferabilityRequest", _CDTRh = "CheckDomainTransferabilityResponse", _CDTTAAA = "CancelDomainTransferToAnotherAwsAccount", _CDTTAAAR = "CancelDomainTransferToAnotherAwsAccountRequest", _CDTTAAARa = "CancelDomainTransferToAnotherAwsAccountResponse", _CDr = "CreationDate", _CEY = "CurrentExpiryYear", _CN2 = "ContactName", _CNo2 = "ContactNumber", _COP = "ChangeOwnershipPrice", _CT2 = "ContactType", _Co2 = "Consent", _Cu = "Currency", _D2 = "Digest", _DAC = "DomainAuthCode", _DD = "DeleteDomain", _DDAR = "DisableDomainAutoRenew", _DDARR = "DisableDomainAutoRenewRequest", _DDARRi = "DisableDomainAutoRenewResponse", _DDR = "DeleteDomainRequest", _DDRe = "DeleteDomainResponse", _DDSFD = "DisassociateDelegationSignerFromDomain", _DDSFDR = "DisassociateDelegationSignerFromDomainRequest", _DDSFDRi = "DisassociateDelegationSignerFromDomainResponse", _DDTL = "DisableDomainTransferLock", _DDTLR = "DisableDomainTransferLockRequest", _DDTLRi = "DisableDomainTransferLockResponse", _DIY = "DurationInYears", _DK = "DnssecKey", _DKL = "DnssecKeyList", _DKn = "DnssecKeys", _DLE = "DnssecLimitExceeded", _DLEo = "DomainLimitExceeded", _DN = "DomainName", _DP = "DomainPrice", _DPL = "DomainPriceList", _DR = "DuplicateRequest", _DS2 = "DomainSuggestion", _DSA = "DnssecSigningAttributes", _DSL = "DomainSuggestionsList", _DSLo = "DomainSummaryList", _DSn = "DnsSec", _DSo = "DomainSummary", _DT = "DigestType", _DTFD = "DeleteTagsForDomain", _DTFDR = "DeleteTagsForDomainRequest", _DTFDRe = "DeleteTagsForDomainResponse", _DTo = "DomainTransferability", _Do2 = "Domains", _E = "Email", _ED = "ExpirationDate", _EDAR = "EnableDomainAutoRenew", _EDARR = "EnableDomainAutoRenewRequest", _EDARRn = "EnableDomainAutoRenewResponse", _EDTL = "EnableDomainTransferLock", _EDTLR = "EnableDomainTransferLockRequest", _EDTLRn = "EnableDomainTransferLockResponse", _EP2 = "ExtraParams", _EPL = "ExtraParamList", _EPV = "ExtraParamValue", _EPx = "ExtraParam", _En = "End", _Ex = "Expiry", _F2 = "Fax", _FC = "FilterCondition", _FCi = "FilterConditions", _FIAK = "FIAuthKey", _FN = "FirstName", _Fl2 = "Flags", _GCRS = "GetContactReachabilityStatus", _GCRSR = "GetContactReachabilityStatusRequest", _GCRSRe = "GetContactReachabilityStatusResponse", _GDD = "GetDomainDetail", _GDDR = "GetDomainDetailRequest", _GDDRe = "GetDomainDetailResponse", _GDS = "GetDomainSuggestions", _GDSR = "GetDomainSuggestionsRequest", _GDSRe = "GetDomainSuggestionsResponse", _GI = "GlueIps", _GOD = "GetOperationDetail", _GODR = "GetOperationDetailRequest", _GODRe = "GetOperationDetailResponse", _I2 = "Id", _II2 = "InvalidInput", _IIn = "InvoiceId", _ILC = "IdnLangCode", _K2 = "Key", _KT2 = "KeyTag", _LD = "ListDomains", _LDR = "ListDomainsRequest", _LDRi = "ListDomainsResponse", _LN2 = "LastName", _LO = "ListOperations", _LOR = "ListOperationsRequest", _LORi = "ListOperationsResponse", _LP = "ListPrices", _LPR = "ListPricesRequest", _LPRi = "ListPricesResponse", _LTFD = "ListTagsForDomain", _LTFDR = "ListTagsForDomainRequest", _LTFDRi = "ListTagsForDomainResponse", _LUD = "LastUpdatedDate", _M2 = "Message", _MI2 = "MaxItems", _MP = "MaxPrice", _Ma2 = "Marker", _N2 = "Name", _NL = "NameserverList", _NPM = "NextPageMarker", _Na2 = "Nameservers", _Nam2 = "Nameserver", _O2 = "Operation", _OA2 = "OnlyAvailable", _OI = "OperationId", _OLE = "OperationLimitExceeded", _ON = "OrganizationName", _OS2 = "OperationSummary", _OSL = "OperationSummaryList", _Op = "Operator", _Ope = "Operations", _P2 = "Password", _PD = "PushDomain", _PDR = "PushDomainRequest", _PK2 = "PublicKey", _PN = "PhoneNumber", _PPAC = "PrivacyProtectAdminContact", _PPBC = "PrivacyProtectBillingContact", _PPRC = "PrivacyProtectRegistrantContact", _PPTC = "PrivacyProtectTechContact", _PWC = "PriceWithCurrency", _Pr2 = "Price", _Pri = "Prices", _R2 = "Reseller", _RC3 = "RegistrantContact", _RCRE = "ResendContactReachabilityEmail", _RCRER = "ResendContactReachabilityEmailRequest", _RCRERe = "ResendContactReachabilityEmailResponse", _RD2 = "RegisterDomain", _RDAC = "RetrieveDomainAuthCode", _RDACR = "RetrieveDomainAuthCodeRequest", _RDACRe = "RetrieveDomainAuthCodeResponse", _RDI = "RegistryDomainId", _RDR = "RegisterDomainRequest", _RDRe = "RegisterDomainResponse", _RDRen = "RenewDomainRequest", _RDRene = "RenewDomainResponse", _RDTFAAA = "RejectDomainTransferFromAnotherAwsAccount", _RDTFAAAR = "RejectDomainTransferFromAnotherAwsAccountRequest", _RDTFAAARe = "RejectDomainTransferFromAnotherAwsAccountResponse", _RDe = "RenewDomain", _RN2 = "RegistrarName", _ROA = "ResendOperationAuthorization", _ROAR = "ResendOperationAuthorizationRequest", _RP2 = "RegistrationPrice", _RPe = "RenewalPrice", _RPeg = "RegistrantPrivacy", _RPes = "RestorationPrice", _RU = "RegistrarUrl", _S2 = "State", _SA2 = "SigningAttributes", _SB = "SortBy", _SC2 = "SuggestionCount", _SCo = "SortCondition", _SD = "SubmittedDate", _SF = "StatusFlag", _SL = "StatusList", _SLu = "SuggestionsList", _SO = "SortOrder", _SS2 = "SubmittedSince", _St2 = "Status", _Sta2 = "Start", _T2 = "Transferability", _TC = "TechContact", _TD = "TransferDomain", _TDR = "TransferDomainRequest", _TDRr = "TransferDomainResponse", _TDTAAA = "TransferDomainToAnotherAwsAccount", _TDTAAAR = "TransferDomainToAnotherAwsAccountRequest", _TDTAAARr = "TransferDomainToAnotherAwsAccountResponse", _TL2 = "TransferLock", _TLDIM = "TLDInMaintenance", _TLDRV = "TLDRulesViolation", _TLa = "TagList", _TP2 = "TransferPrice", _TPe = "TechPrivacy", _TTD = "TagsToDelete", _TTU = "TagsToUpdate", _Ta2 = "Target", _Tag2 = "Tag", _Tl = "Tld", _Tr = "Transferable", _Ty = "Type", _UD = "UpdatedDate", _UDC = "UpdateDomainContact", _UDCP = "UpdateDomainContactPrivacy", _UDCPR = "UpdateDomainContactPrivacyRequest", _UDCPRp = "UpdateDomainContactPrivacyResponse", _UDCR = "UpdateDomainContactRequest", _UDCRp = "UpdateDomainContactResponse", _UDN = "UpdateDomainNameservers", _UDNR = "UpdateDomainNameserversRequest", _UDNRp = "UpdateDomainNameserversResponse", _UTFD = "UpdateTagsForDomain", _UTFDR = "UpdateTagsForDomainRequest", _UTFDRp = "UpdateTagsForDomainResponse", _UTLD = "UnsupportedTLD", _V2 = "Value", _VB = "ViewBilling", _VBR = "ViewBillingRequest", _VBRi = "ViewBillingResponse", _Va = "Values", _WIS = "WhoIsServer", _ZC = "ZipCode", _c3 = "client", _dN = "domainName", _e3 = "error", _eA = "emailAddress", _hE3 = "httpError", _iAV = "isAlreadyVerified", _m3 = "message", _rI = "requestId", _s3 = "smithy.ts.sdk.synthetic.com.amazonaws.route53domains", _st2 = "status", _t2 = "tld", n03 = "com.amazonaws.route53domains", _s_registry3, Route53DomainsServiceException$, n0_registry3, DnssecLimitExceeded$, DomainLimitExceeded$, DuplicateRequest$, InvalidInput$2, OperationLimitExceeded$, TLDInMaintenance$, TLDRulesViolation$, UnsupportedTLD$, errorTypeRegistries3, AddressLine, City, ContactName, ContactNumber, CountryCode, DomainAuthCode, Email, ExtraParamValue, FIAuthKey, Password, State, ZipCode, AcceptDomainTransferFromAnotherAwsAccountRequest$, AcceptDomainTransferFromAnotherAwsAccountResponse$, AssociateDelegationSignerToDomainRequest$, AssociateDelegationSignerToDomainResponse$, BillingRecord$, CancelDomainTransferToAnotherAwsAccountRequest$, CancelDomainTransferToAnotherAwsAccountResponse$, CheckDomainAvailabilityRequest$, CheckDomainAvailabilityResponse$, CheckDomainTransferabilityRequest$, CheckDomainTransferabilityResponse$, Consent$, ContactDetail$, DeleteDomainRequest$, DeleteDomainResponse$, DeleteTagsForDomainRequest$, DeleteTagsForDomainResponse$, DisableDomainAutoRenewRequest$, DisableDomainAutoRenewResponse$, DisableDomainTransferLockRequest$, DisableDomainTransferLockResponse$, DisassociateDelegationSignerFromDomainRequest$, DisassociateDelegationSignerFromDomainResponse$, DnssecKey$, DnssecSigningAttributes$, DomainPrice$, DomainSuggestion$, DomainSummary$, DomainTransferability$, EnableDomainAutoRenewRequest$, EnableDomainAutoRenewResponse$, EnableDomainTransferLockRequest$, EnableDomainTransferLockResponse$, ExtraParam$, FilterCondition$, GetContactReachabilityStatusRequest$, GetContactReachabilityStatusResponse$, GetDomainDetailRequest$, GetDomainDetailResponse$, GetDomainSuggestionsRequest$, GetDomainSuggestionsResponse$, GetOperationDetailRequest$, GetOperationDetailResponse$, ListDomainsRequest$, ListDomainsResponse$, ListOperationsRequest$, ListOperationsResponse$, ListPricesRequest$, ListPricesResponse$, ListTagsForDomainRequest$, ListTagsForDomainResponse$, Nameserver$, OperationSummary$, PriceWithCurrency$, PushDomainRequest$, RegisterDomainRequest$, RegisterDomainResponse$, RejectDomainTransferFromAnotherAwsAccountRequest$, RejectDomainTransferFromAnotherAwsAccountResponse$, RenewDomainRequest$, RenewDomainResponse$, ResendContactReachabilityEmailRequest$, ResendContactReachabilityEmailResponse$, ResendOperationAuthorizationRequest$, RetrieveDomainAuthCodeRequest$, RetrieveDomainAuthCodeResponse$, SortCondition$, Tag$2, TransferDomainRequest$, TransferDomainResponse$, TransferDomainToAnotherAwsAccountRequest$, TransferDomainToAnotherAwsAccountResponse$, UpdateDomainContactPrivacyRequest$, UpdateDomainContactPrivacyResponse$, UpdateDomainContactRequest$, UpdateDomainContactResponse$, UpdateDomainNameserversRequest$, UpdateDomainNameserversResponse$, UpdateTagsForDomainRequest$, UpdateTagsForDomainResponse$, ViewBillingRequest$, ViewBillingResponse$, __Unit = "unit", BillingRecords, DnssecKeyList, DomainPriceList, DomainStatusList, DomainSuggestionsList, DomainSummaryList, ExtraParamList, FilterConditions, GlueIpList, NameserverList, OperationStatusList, OperationSummaryList, OperationTypeList, TagKeyList2, TagList2, Values, AcceptDomainTransferFromAnotherAwsAccount$, AssociateDelegationSignerToDomain$, CancelDomainTransferToAnotherAwsAccount$, CheckDomainAvailability$, CheckDomainTransferability$, DeleteDomain$, DeleteTagsForDomain$, DisableDomainAutoRenew$, DisableDomainTransferLock$, DisassociateDelegationSignerFromDomain$, EnableDomainAutoRenew$, EnableDomainTransferLock$, GetContactReachabilityStatus$, GetDomainDetail$, GetDomainSuggestions$, GetOperationDetail$, ListDomains$, ListOperations$, ListPrices$, ListTagsForDomain$, PushDomain$, RegisterDomain$, RejectDomainTransferFromAnotherAwsAccount$, RenewDomain$, ResendContactReachabilityEmail$, ResendOperationAuthorization$, RetrieveDomainAuthCode$, TransferDomain$, TransferDomainToAnotherAwsAccount$, UpdateDomainContact$, UpdateDomainContactPrivacy$, UpdateDomainNameservers$, UpdateTagsForDomain$, ViewBilling$;
34759
34760
  var init_schemas_02 = __esm(() => {
34760
34761
  init_errors2();
@@ -35895,7 +35896,7 @@ var init_schemas_02 = __esm(() => {
35895
35896
  ];
35896
35897
  });
35897
35898
 
35898
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeConfig.shared.js
35899
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeConfig.shared.js
35899
35900
  var import_httpAuthSchemes5, import_protocols8, import_checksum2, import_client32, import_protocols9, import_serde5, getRuntimeConfig4 = (config) => {
35900
35901
  return {
35901
35902
  apiVersion: "2014-05-15",
@@ -35940,7 +35941,7 @@ var init_runtimeConfig_shared2 = __esm(() => {
35940
35941
  import_serde5 = __toESM(require_serde(), 1);
35941
35942
  });
35942
35943
 
35943
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeConfig.js
35944
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeConfig.js
35944
35945
  var import_client33, import_httpAuthSchemes6, import_client34, import_config30, import_retry5, import_serde6, import_node_http_handler3, getRuntimeConfig5 = (config) => {
35945
35946
  import_client34.emitWarningIfUnsupportedVersion(process.version);
35946
35947
  const defaultsMode = import_config30.resolveDefaultsModeConfig(config);
@@ -35986,7 +35987,7 @@ var init_runtimeConfig2 = __esm(() => {
35986
35987
  import_node_http_handler3 = __toESM(require_dist_cjs4(), 1);
35987
35988
  });
35988
35989
 
35989
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/auth/httpAuthExtensionConfiguration.js
35990
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/auth/httpAuthExtensionConfiguration.js
35990
35991
  var getHttpAuthExtensionConfiguration3 = (runtimeConfig) => {
35991
35992
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
35992
35993
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -36024,7 +36025,7 @@ var getHttpAuthExtensionConfiguration3 = (runtimeConfig) => {
36024
36025
  };
36025
36026
  };
36026
36027
 
36027
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeExtensions.js
36028
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/runtimeExtensions.js
36028
36029
  var import_client35, import_client36, import_protocols10, resolveRuntimeExtensions3 = (runtimeConfig, extensions) => {
36029
36030
  const extensionConfiguration = Object.assign(import_client35.getAwsRegionExtensionConfiguration(runtimeConfig), import_client36.getDefaultExtensionConfiguration(runtimeConfig), import_protocols10.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration3(runtimeConfig));
36030
36031
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
@@ -36036,7 +36037,7 @@ var init_runtimeExtensions2 = __esm(() => {
36036
36037
  import_protocols10 = __toESM(require_protocols(), 1);
36037
36038
  });
36038
36039
 
36039
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/Route53DomainsClient.js
36040
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/Route53DomainsClient.js
36040
36041
  var import_client37, import_core8, import_client38, import_config31, import_endpoints7, import_protocols11, import_retry6, import_schema4, Route53DomainsClient;
36041
36042
  var init_Route53DomainsClient = __esm(() => {
36042
36043
  init_httpAuthSchemeProvider2();
@@ -36087,7 +36088,7 @@ var init_Route53DomainsClient = __esm(() => {
36087
36088
  };
36088
36089
  });
36089
36090
 
36090
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commandBuilder.js
36091
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commandBuilder.js
36091
36092
  var import_client39, import_endpoints8, command3, _ep03, _mw03 = (Command3, cs, config, o2) => [];
36092
36093
  var init_commandBuilder2 = __esm(() => {
36093
36094
  init_EndpointParameters2();
@@ -36097,7 +36098,7 @@ var init_commandBuilder2 = __esm(() => {
36097
36098
  _ep03 = {};
36098
36099
  });
36099
36100
 
36100
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.js
36101
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.js
36101
36102
  var AcceptDomainTransferFromAnotherAwsAccountCommand;
36102
36103
  var init_AcceptDomainTransferFromAnotherAwsAccountCommand = __esm(() => {
36103
36104
  init_commandBuilder2();
@@ -36106,7 +36107,7 @@ var init_AcceptDomainTransferFromAnotherAwsAccountCommand = __esm(() => {
36106
36107
  };
36107
36108
  });
36108
36109
 
36109
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/AssociateDelegationSignerToDomainCommand.js
36110
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/AssociateDelegationSignerToDomainCommand.js
36110
36111
  var AssociateDelegationSignerToDomainCommand;
36111
36112
  var init_AssociateDelegationSignerToDomainCommand = __esm(() => {
36112
36113
  init_commandBuilder2();
@@ -36115,7 +36116,7 @@ var init_AssociateDelegationSignerToDomainCommand = __esm(() => {
36115
36116
  };
36116
36117
  });
36117
36118
 
36118
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/CancelDomainTransferToAnotherAwsAccountCommand.js
36119
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/CancelDomainTransferToAnotherAwsAccountCommand.js
36119
36120
  var CancelDomainTransferToAnotherAwsAccountCommand;
36120
36121
  var init_CancelDomainTransferToAnotherAwsAccountCommand = __esm(() => {
36121
36122
  init_commandBuilder2();
@@ -36124,7 +36125,7 @@ var init_CancelDomainTransferToAnotherAwsAccountCommand = __esm(() => {
36124
36125
  };
36125
36126
  });
36126
36127
 
36127
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/CheckDomainAvailabilityCommand.js
36128
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/CheckDomainAvailabilityCommand.js
36128
36129
  var CheckDomainAvailabilityCommand;
36129
36130
  var init_CheckDomainAvailabilityCommand = __esm(() => {
36130
36131
  init_commandBuilder2();
@@ -36133,7 +36134,7 @@ var init_CheckDomainAvailabilityCommand = __esm(() => {
36133
36134
  };
36134
36135
  });
36135
36136
 
36136
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/CheckDomainTransferabilityCommand.js
36137
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/CheckDomainTransferabilityCommand.js
36137
36138
  var CheckDomainTransferabilityCommand;
36138
36139
  var init_CheckDomainTransferabilityCommand = __esm(() => {
36139
36140
  init_commandBuilder2();
@@ -36142,7 +36143,7 @@ var init_CheckDomainTransferabilityCommand = __esm(() => {
36142
36143
  };
36143
36144
  });
36144
36145
 
36145
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/DeleteDomainCommand.js
36146
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/DeleteDomainCommand.js
36146
36147
  var DeleteDomainCommand;
36147
36148
  var init_DeleteDomainCommand = __esm(() => {
36148
36149
  init_commandBuilder2();
@@ -36151,7 +36152,7 @@ var init_DeleteDomainCommand = __esm(() => {
36151
36152
  };
36152
36153
  });
36153
36154
 
36154
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/DeleteTagsForDomainCommand.js
36155
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/DeleteTagsForDomainCommand.js
36155
36156
  var DeleteTagsForDomainCommand;
36156
36157
  var init_DeleteTagsForDomainCommand = __esm(() => {
36157
36158
  init_commandBuilder2();
@@ -36160,7 +36161,7 @@ var init_DeleteTagsForDomainCommand = __esm(() => {
36160
36161
  };
36161
36162
  });
36162
36163
 
36163
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/DisableDomainAutoRenewCommand.js
36164
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/DisableDomainAutoRenewCommand.js
36164
36165
  var DisableDomainAutoRenewCommand;
36165
36166
  var init_DisableDomainAutoRenewCommand = __esm(() => {
36166
36167
  init_commandBuilder2();
@@ -36169,7 +36170,7 @@ var init_DisableDomainAutoRenewCommand = __esm(() => {
36169
36170
  };
36170
36171
  });
36171
36172
 
36172
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/DisableDomainTransferLockCommand.js
36173
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/DisableDomainTransferLockCommand.js
36173
36174
  var DisableDomainTransferLockCommand;
36174
36175
  var init_DisableDomainTransferLockCommand = __esm(() => {
36175
36176
  init_commandBuilder2();
@@ -36178,7 +36179,7 @@ var init_DisableDomainTransferLockCommand = __esm(() => {
36178
36179
  };
36179
36180
  });
36180
36181
 
36181
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/DisassociateDelegationSignerFromDomainCommand.js
36182
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/DisassociateDelegationSignerFromDomainCommand.js
36182
36183
  var DisassociateDelegationSignerFromDomainCommand;
36183
36184
  var init_DisassociateDelegationSignerFromDomainCommand = __esm(() => {
36184
36185
  init_commandBuilder2();
@@ -36187,7 +36188,7 @@ var init_DisassociateDelegationSignerFromDomainCommand = __esm(() => {
36187
36188
  };
36188
36189
  });
36189
36190
 
36190
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/EnableDomainAutoRenewCommand.js
36191
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/EnableDomainAutoRenewCommand.js
36191
36192
  var EnableDomainAutoRenewCommand;
36192
36193
  var init_EnableDomainAutoRenewCommand = __esm(() => {
36193
36194
  init_commandBuilder2();
@@ -36196,7 +36197,7 @@ var init_EnableDomainAutoRenewCommand = __esm(() => {
36196
36197
  };
36197
36198
  });
36198
36199
 
36199
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/EnableDomainTransferLockCommand.js
36200
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/EnableDomainTransferLockCommand.js
36200
36201
  var EnableDomainTransferLockCommand;
36201
36202
  var init_EnableDomainTransferLockCommand = __esm(() => {
36202
36203
  init_commandBuilder2();
@@ -36205,7 +36206,7 @@ var init_EnableDomainTransferLockCommand = __esm(() => {
36205
36206
  };
36206
36207
  });
36207
36208
 
36208
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/GetContactReachabilityStatusCommand.js
36209
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/GetContactReachabilityStatusCommand.js
36209
36210
  var GetContactReachabilityStatusCommand;
36210
36211
  var init_GetContactReachabilityStatusCommand = __esm(() => {
36211
36212
  init_commandBuilder2();
@@ -36214,7 +36215,7 @@ var init_GetContactReachabilityStatusCommand = __esm(() => {
36214
36215
  };
36215
36216
  });
36216
36217
 
36217
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/GetDomainDetailCommand.js
36218
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/GetDomainDetailCommand.js
36218
36219
  var GetDomainDetailCommand;
36219
36220
  var init_GetDomainDetailCommand = __esm(() => {
36220
36221
  init_commandBuilder2();
@@ -36223,7 +36224,7 @@ var init_GetDomainDetailCommand = __esm(() => {
36223
36224
  };
36224
36225
  });
36225
36226
 
36226
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/GetDomainSuggestionsCommand.js
36227
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/GetDomainSuggestionsCommand.js
36227
36228
  var GetDomainSuggestionsCommand;
36228
36229
  var init_GetDomainSuggestionsCommand = __esm(() => {
36229
36230
  init_commandBuilder2();
@@ -36232,7 +36233,7 @@ var init_GetDomainSuggestionsCommand = __esm(() => {
36232
36233
  };
36233
36234
  });
36234
36235
 
36235
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/GetOperationDetailCommand.js
36236
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/GetOperationDetailCommand.js
36236
36237
  var GetOperationDetailCommand;
36237
36238
  var init_GetOperationDetailCommand = __esm(() => {
36238
36239
  init_commandBuilder2();
@@ -36241,7 +36242,7 @@ var init_GetOperationDetailCommand = __esm(() => {
36241
36242
  };
36242
36243
  });
36243
36244
 
36244
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ListDomainsCommand.js
36245
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ListDomainsCommand.js
36245
36246
  var ListDomainsCommand;
36246
36247
  var init_ListDomainsCommand = __esm(() => {
36247
36248
  init_commandBuilder2();
@@ -36250,7 +36251,7 @@ var init_ListDomainsCommand = __esm(() => {
36250
36251
  };
36251
36252
  });
36252
36253
 
36253
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ListOperationsCommand.js
36254
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ListOperationsCommand.js
36254
36255
  var ListOperationsCommand;
36255
36256
  var init_ListOperationsCommand = __esm(() => {
36256
36257
  init_commandBuilder2();
@@ -36259,7 +36260,7 @@ var init_ListOperationsCommand = __esm(() => {
36259
36260
  };
36260
36261
  });
36261
36262
 
36262
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ListPricesCommand.js
36263
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ListPricesCommand.js
36263
36264
  var ListPricesCommand;
36264
36265
  var init_ListPricesCommand = __esm(() => {
36265
36266
  init_commandBuilder2();
@@ -36268,7 +36269,7 @@ var init_ListPricesCommand = __esm(() => {
36268
36269
  };
36269
36270
  });
36270
36271
 
36271
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ListTagsForDomainCommand.js
36272
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ListTagsForDomainCommand.js
36272
36273
  var ListTagsForDomainCommand;
36273
36274
  var init_ListTagsForDomainCommand = __esm(() => {
36274
36275
  init_commandBuilder2();
@@ -36277,7 +36278,7 @@ var init_ListTagsForDomainCommand = __esm(() => {
36277
36278
  };
36278
36279
  });
36279
36280
 
36280
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/PushDomainCommand.js
36281
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/PushDomainCommand.js
36281
36282
  var PushDomainCommand;
36282
36283
  var init_PushDomainCommand = __esm(() => {
36283
36284
  init_commandBuilder2();
@@ -36286,7 +36287,7 @@ var init_PushDomainCommand = __esm(() => {
36286
36287
  };
36287
36288
  });
36288
36289
 
36289
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/RegisterDomainCommand.js
36290
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/RegisterDomainCommand.js
36290
36291
  var RegisterDomainCommand;
36291
36292
  var init_RegisterDomainCommand = __esm(() => {
36292
36293
  init_commandBuilder2();
@@ -36295,7 +36296,7 @@ var init_RegisterDomainCommand = __esm(() => {
36295
36296
  };
36296
36297
  });
36297
36298
 
36298
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/RejectDomainTransferFromAnotherAwsAccountCommand.js
36299
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/RejectDomainTransferFromAnotherAwsAccountCommand.js
36299
36300
  var RejectDomainTransferFromAnotherAwsAccountCommand;
36300
36301
  var init_RejectDomainTransferFromAnotherAwsAccountCommand = __esm(() => {
36301
36302
  init_commandBuilder2();
@@ -36304,7 +36305,7 @@ var init_RejectDomainTransferFromAnotherAwsAccountCommand = __esm(() => {
36304
36305
  };
36305
36306
  });
36306
36307
 
36307
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/RenewDomainCommand.js
36308
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/RenewDomainCommand.js
36308
36309
  var RenewDomainCommand;
36309
36310
  var init_RenewDomainCommand = __esm(() => {
36310
36311
  init_commandBuilder2();
@@ -36313,7 +36314,7 @@ var init_RenewDomainCommand = __esm(() => {
36313
36314
  };
36314
36315
  });
36315
36316
 
36316
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ResendContactReachabilityEmailCommand.js
36317
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ResendContactReachabilityEmailCommand.js
36317
36318
  var ResendContactReachabilityEmailCommand;
36318
36319
  var init_ResendContactReachabilityEmailCommand = __esm(() => {
36319
36320
  init_commandBuilder2();
@@ -36322,7 +36323,7 @@ var init_ResendContactReachabilityEmailCommand = __esm(() => {
36322
36323
  };
36323
36324
  });
36324
36325
 
36325
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ResendOperationAuthorizationCommand.js
36326
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ResendOperationAuthorizationCommand.js
36326
36327
  var ResendOperationAuthorizationCommand;
36327
36328
  var init_ResendOperationAuthorizationCommand = __esm(() => {
36328
36329
  init_commandBuilder2();
@@ -36331,7 +36332,7 @@ var init_ResendOperationAuthorizationCommand = __esm(() => {
36331
36332
  };
36332
36333
  });
36333
36334
 
36334
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/RetrieveDomainAuthCodeCommand.js
36335
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/RetrieveDomainAuthCodeCommand.js
36335
36336
  var RetrieveDomainAuthCodeCommand;
36336
36337
  var init_RetrieveDomainAuthCodeCommand = __esm(() => {
36337
36338
  init_commandBuilder2();
@@ -36340,7 +36341,7 @@ var init_RetrieveDomainAuthCodeCommand = __esm(() => {
36340
36341
  };
36341
36342
  });
36342
36343
 
36343
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/TransferDomainCommand.js
36344
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/TransferDomainCommand.js
36344
36345
  var TransferDomainCommand;
36345
36346
  var init_TransferDomainCommand = __esm(() => {
36346
36347
  init_commandBuilder2();
@@ -36349,7 +36350,7 @@ var init_TransferDomainCommand = __esm(() => {
36349
36350
  };
36350
36351
  });
36351
36352
 
36352
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/TransferDomainToAnotherAwsAccountCommand.js
36353
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/TransferDomainToAnotherAwsAccountCommand.js
36353
36354
  var TransferDomainToAnotherAwsAccountCommand;
36354
36355
  var init_TransferDomainToAnotherAwsAccountCommand = __esm(() => {
36355
36356
  init_commandBuilder2();
@@ -36358,7 +36359,7 @@ var init_TransferDomainToAnotherAwsAccountCommand = __esm(() => {
36358
36359
  };
36359
36360
  });
36360
36361
 
36361
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/UpdateDomainContactCommand.js
36362
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/UpdateDomainContactCommand.js
36362
36363
  var UpdateDomainContactCommand;
36363
36364
  var init_UpdateDomainContactCommand = __esm(() => {
36364
36365
  init_commandBuilder2();
@@ -36367,7 +36368,7 @@ var init_UpdateDomainContactCommand = __esm(() => {
36367
36368
  };
36368
36369
  });
36369
36370
 
36370
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/UpdateDomainContactPrivacyCommand.js
36371
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/UpdateDomainContactPrivacyCommand.js
36371
36372
  var UpdateDomainContactPrivacyCommand;
36372
36373
  var init_UpdateDomainContactPrivacyCommand = __esm(() => {
36373
36374
  init_commandBuilder2();
@@ -36376,7 +36377,7 @@ var init_UpdateDomainContactPrivacyCommand = __esm(() => {
36376
36377
  };
36377
36378
  });
36378
36379
 
36379
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/UpdateDomainNameserversCommand.js
36380
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/UpdateDomainNameserversCommand.js
36380
36381
  var UpdateDomainNameserversCommand;
36381
36382
  var init_UpdateDomainNameserversCommand = __esm(() => {
36382
36383
  init_commandBuilder2();
@@ -36385,7 +36386,7 @@ var init_UpdateDomainNameserversCommand = __esm(() => {
36385
36386
  };
36386
36387
  });
36387
36388
 
36388
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/UpdateTagsForDomainCommand.js
36389
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/UpdateTagsForDomainCommand.js
36389
36390
  var UpdateTagsForDomainCommand;
36390
36391
  var init_UpdateTagsForDomainCommand = __esm(() => {
36391
36392
  init_commandBuilder2();
@@ -36394,7 +36395,7 @@ var init_UpdateTagsForDomainCommand = __esm(() => {
36394
36395
  };
36395
36396
  });
36396
36397
 
36397
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ViewBillingCommand.js
36398
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/ViewBillingCommand.js
36398
36399
  var ViewBillingCommand;
36399
36400
  var init_ViewBillingCommand = __esm(() => {
36400
36401
  init_commandBuilder2();
@@ -36403,7 +36404,7 @@ var init_ViewBillingCommand = __esm(() => {
36403
36404
  };
36404
36405
  });
36405
36406
 
36406
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/pagination/ListDomainsPaginator.js
36407
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/pagination/ListDomainsPaginator.js
36407
36408
  var import_core9, paginateListDomains;
36408
36409
  var init_ListDomainsPaginator = __esm(() => {
36409
36410
  init_ListDomainsCommand();
@@ -36412,7 +36413,7 @@ var init_ListDomainsPaginator = __esm(() => {
36412
36413
  paginateListDomains = import_core9.createPaginator(Route53DomainsClient, ListDomainsCommand, "Marker", "NextPageMarker", "MaxItems");
36413
36414
  });
36414
36415
 
36415
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/pagination/ListOperationsPaginator.js
36416
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/pagination/ListOperationsPaginator.js
36416
36417
  var import_core10, paginateListOperations;
36417
36418
  var init_ListOperationsPaginator = __esm(() => {
36418
36419
  init_ListOperationsCommand();
@@ -36421,7 +36422,7 @@ var init_ListOperationsPaginator = __esm(() => {
36421
36422
  paginateListOperations = import_core10.createPaginator(Route53DomainsClient, ListOperationsCommand, "Marker", "NextPageMarker", "MaxItems");
36422
36423
  });
36423
36424
 
36424
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/pagination/ListPricesPaginator.js
36425
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/pagination/ListPricesPaginator.js
36425
36426
  var import_core11, paginateListPrices;
36426
36427
  var init_ListPricesPaginator = __esm(() => {
36427
36428
  init_ListPricesCommand();
@@ -36430,7 +36431,7 @@ var init_ListPricesPaginator = __esm(() => {
36430
36431
  paginateListPrices = import_core11.createPaginator(Route53DomainsClient, ListPricesCommand, "Marker", "NextPageMarker", "MaxItems");
36431
36432
  });
36432
36433
 
36433
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/pagination/ViewBillingPaginator.js
36434
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/pagination/ViewBillingPaginator.js
36434
36435
  var import_core12, paginateViewBilling;
36435
36436
  var init_ViewBillingPaginator = __esm(() => {
36436
36437
  init_ViewBillingCommand();
@@ -36439,7 +36440,7 @@ var init_ViewBillingPaginator = __esm(() => {
36439
36440
  paginateViewBilling = import_core12.createPaginator(Route53DomainsClient, ViewBillingCommand, "Marker", "NextPageMarker", "MaxItems");
36440
36441
  });
36441
36442
 
36442
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/Route53Domains.js
36443
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/Route53Domains.js
36443
36444
  var import_client40, commands4, paginators2, Route53Domains;
36444
36445
  var init_Route53Domains = __esm(() => {
36445
36446
  init_AcceptDomainTransferFromAnotherAwsAccountCommand();
@@ -36529,7 +36530,7 @@ var init_Route53Domains = __esm(() => {
36529
36530
  import_client40.createAggregatedClient(commands4, Route53Domains, { paginators: paginators2 });
36530
36531
  });
36531
36532
 
36532
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/index.js
36533
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/commands/index.js
36533
36534
  var init_commands2 = __esm(() => {
36534
36535
  init_AcceptDomainTransferFromAnotherAwsAccountCommand();
36535
36536
  init_AssociateDelegationSignerToDomainCommand();
@@ -36567,10 +36568,10 @@ var init_commands2 = __esm(() => {
36567
36568
  init_ViewBillingCommand();
36568
36569
  });
36569
36570
 
36570
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/pagination/Interfaces.js
36571
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/pagination/Interfaces.js
36571
36572
  var init_Interfaces2 = () => {};
36572
36573
 
36573
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/pagination/index.js
36574
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/pagination/index.js
36574
36575
  var init_pagination2 = __esm(() => {
36575
36576
  init_Interfaces2();
36576
36577
  init_ListDomainsPaginator();
@@ -36579,19 +36580,19 @@ var init_pagination2 = __esm(() => {
36579
36580
  init_ViewBillingPaginator();
36580
36581
  });
36581
36582
 
36582
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/models/enums.js
36583
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/models/enums.js
36583
36584
  var init_enums2 = () => {};
36584
36585
 
36585
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/models/models_0.js
36586
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/models/models_0.js
36586
36587
  var init_models_02 = () => {};
36587
36588
 
36588
- // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1106.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/index.js
36589
+ // ../../node_modules/.bun/@aws-sdk+client-route-53-domains@3.1112.0/node_modules/@aws-sdk/client-route-53-domains/dist-es/index.js
36589
36590
  var init_dist_es13 = __esm(() => {
36590
36591
  init_Route53DomainsClient();
36591
36592
  init_Route53Domains();
36592
36593
  init_commands2();
36593
- init_schemas_02();
36594
36594
  init_pagination2();
36595
+ init_schemas_02();
36595
36596
  init_enums2();
36596
36597
  init_errors2();
36597
36598
  init_models_02();
@@ -46071,6 +46072,7 @@ class MigrationLedger {
46071
46072
  client;
46072
46073
  migrations;
46073
46074
  ledgerTable;
46075
+ acknowledgedLegacyIds;
46074
46076
  constructor(client, migrations, options = {}) {
46075
46077
  this.client = client;
46076
46078
  this.migrations = migrations;
@@ -46081,6 +46083,20 @@ class MigrationLedger {
46081
46083
  throw new Error(`Duplicate migration id: ${migration.id}`);
46082
46084
  seen.add(migration.id);
46083
46085
  }
46086
+ const rawAcknowledged = ownProp(options, "acknowledgedLegacyIds");
46087
+ if (rawAcknowledged !== undefined) {
46088
+ if (!Array.isArray(rawAcknowledged) || rawAcknowledged.some((id) => typeof id !== "string")) {
46089
+ throw new Error("acknowledgedLegacyIds must be an array of migration id strings");
46090
+ }
46091
+ this.acknowledgedLegacyIds = new Set(rawAcknowledged);
46092
+ } else {
46093
+ this.acknowledgedLegacyIds = new Set;
46094
+ }
46095
+ for (const id of this.acknowledgedLegacyIds) {
46096
+ if (seen.has(id)) {
46097
+ throw new Error(`Acknowledged legacy migration id '${id}' is also declared as a migration.`);
46098
+ }
46099
+ }
46084
46100
  }
46085
46101
  async ensureLedger() {
46086
46102
  await this.client.execute(`CREATE TABLE IF NOT EXISTS ${this.ledgerTable} (
@@ -46104,9 +46120,10 @@ class MigrationLedger {
46104
46120
  buildPlan(applied) {
46105
46121
  const known = new Set(this.migrations.map((m2) => m2.id));
46106
46122
  for (const row of applied) {
46107
- if (!known.has(row.id)) {
46108
- throw new Error(`Applied migration '${row.id}' is not recognized by this build (downgrade?).`);
46123
+ if (known.has(row.id) || this.acknowledgedLegacyIds.has(row.id)) {
46124
+ continue;
46109
46125
  }
46126
+ throw new Error(`Applied migration '${row.id}' is not recognized by this build (downgrade?).`);
46110
46127
  }
46111
46128
  const appliedById = new Map(applied.map((row) => [row.id, row]));
46112
46129
  for (const migration of this.migrations) {
@@ -46294,7 +46311,9 @@ async function runMigrations(opts = {}) {
46294
46311
  const pool2 = createPgPool({ connectionString: dsn, env, applicationName: "domains-migrate" });
46295
46312
  try {
46296
46313
  const client = wrapExecutor(pool2);
46297
- const ledger = new MigrationLedger(client, buildMigrations());
46314
+ const ledger = new MigrationLedger(client, buildMigrations(), {
46315
+ acknowledgedLegacyIds: ["domains_apikeys_tenancy_0001"]
46316
+ });
46298
46317
  return await ledger.migrate(opts.dryRun ? { dryRun: true } : {});
46299
46318
  } finally {
46300
46319
  await pool2.end();