@aws-sdk/client-route-53 3.649.0 → 3.650.0

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.
Files changed (74) hide show
  1. package/dist-cjs/index.js +70 -210
  2. package/dist-es/commands/ActivateKeySigningKeyCommand.js +1 -3
  3. package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +1 -3
  4. package/dist-es/commands/ChangeCidrCollectionCommand.js +1 -3
  5. package/dist-es/commands/ChangeResourceRecordSetsCommand.js +1 -3
  6. package/dist-es/commands/ChangeTagsForResourceCommand.js +1 -3
  7. package/dist-es/commands/CreateCidrCollectionCommand.js +1 -3
  8. package/dist-es/commands/CreateHealthCheckCommand.js +1 -3
  9. package/dist-es/commands/CreateHostedZoneCommand.js +1 -3
  10. package/dist-es/commands/CreateKeySigningKeyCommand.js +1 -3
  11. package/dist-es/commands/CreateQueryLoggingConfigCommand.js +1 -3
  12. package/dist-es/commands/CreateReusableDelegationSetCommand.js +1 -3
  13. package/dist-es/commands/CreateTrafficPolicyCommand.js +1 -3
  14. package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +1 -3
  15. package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +1 -3
  16. package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +1 -3
  17. package/dist-es/commands/DeactivateKeySigningKeyCommand.js +1 -3
  18. package/dist-es/commands/DeleteCidrCollectionCommand.js +1 -3
  19. package/dist-es/commands/DeleteHealthCheckCommand.js +1 -3
  20. package/dist-es/commands/DeleteHostedZoneCommand.js +1 -3
  21. package/dist-es/commands/DeleteKeySigningKeyCommand.js +1 -3
  22. package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +1 -3
  23. package/dist-es/commands/DeleteReusableDelegationSetCommand.js +1 -3
  24. package/dist-es/commands/DeleteTrafficPolicyCommand.js +1 -3
  25. package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +1 -3
  26. package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +1 -3
  27. package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +1 -3
  28. package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +1 -3
  29. package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +1 -3
  30. package/dist-es/commands/GetAccountLimitCommand.js +1 -3
  31. package/dist-es/commands/GetChangeCommand.js +1 -3
  32. package/dist-es/commands/GetCheckerIpRangesCommand.js +1 -3
  33. package/dist-es/commands/GetDNSSECCommand.js +1 -3
  34. package/dist-es/commands/GetGeoLocationCommand.js +1 -3
  35. package/dist-es/commands/GetHealthCheckCommand.js +1 -3
  36. package/dist-es/commands/GetHealthCheckCountCommand.js +1 -3
  37. package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +1 -3
  38. package/dist-es/commands/GetHealthCheckStatusCommand.js +1 -3
  39. package/dist-es/commands/GetHostedZoneCommand.js +1 -3
  40. package/dist-es/commands/GetHostedZoneCountCommand.js +1 -3
  41. package/dist-es/commands/GetHostedZoneLimitCommand.js +1 -3
  42. package/dist-es/commands/GetQueryLoggingConfigCommand.js +1 -3
  43. package/dist-es/commands/GetReusableDelegationSetCommand.js +1 -3
  44. package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +1 -3
  45. package/dist-es/commands/GetTrafficPolicyCommand.js +1 -3
  46. package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +1 -3
  47. package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +1 -3
  48. package/dist-es/commands/ListCidrBlocksCommand.js +1 -3
  49. package/dist-es/commands/ListCidrCollectionsCommand.js +1 -3
  50. package/dist-es/commands/ListCidrLocationsCommand.js +1 -3
  51. package/dist-es/commands/ListGeoLocationsCommand.js +1 -3
  52. package/dist-es/commands/ListHealthChecksCommand.js +1 -3
  53. package/dist-es/commands/ListHostedZonesByNameCommand.js +1 -3
  54. package/dist-es/commands/ListHostedZonesByVPCCommand.js +1 -3
  55. package/dist-es/commands/ListHostedZonesCommand.js +1 -3
  56. package/dist-es/commands/ListQueryLoggingConfigsCommand.js +1 -3
  57. package/dist-es/commands/ListResourceRecordSetsCommand.js +1 -3
  58. package/dist-es/commands/ListReusableDelegationSetsCommand.js +1 -3
  59. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  60. package/dist-es/commands/ListTagsForResourcesCommand.js +1 -3
  61. package/dist-es/commands/ListTrafficPoliciesCommand.js +1 -3
  62. package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +1 -3
  63. package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +1 -3
  64. package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +1 -3
  65. package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +1 -3
  66. package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +1 -3
  67. package/dist-es/commands/TestDNSAnswerCommand.js +1 -3
  68. package/dist-es/commands/UpdateHealthCheckCommand.js +1 -3
  69. package/dist-es/commands/UpdateHostedZoneCommentCommand.js +1 -3
  70. package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +1 -3
  71. package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +1 -3
  72. package/dist-es/endpoint/endpointResolver.js +7 -3
  73. package/package.json +4 -4
  74. package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js CHANGED
@@ -6327,9 +6327,7 @@ var _ver = "version";
6327
6327
  var _vp = "vpcregion";
6328
6328
 
6329
6329
  // src/commands/ActivateKeySigningKeyCommand.ts
6330
- var _ActivateKeySigningKeyCommand = class _ActivateKeySigningKeyCommand extends import_smithy_client.Command.classBuilder().ep({
6331
- ...commonParams
6332
- }).m(function(Command, cs, config, o) {
6330
+ var _ActivateKeySigningKeyCommand = class _ActivateKeySigningKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6333
6331
  return [
6334
6332
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6335
6333
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6345,9 +6343,7 @@ var import_middleware_sdk_route532 = require("@aws-sdk/middleware-sdk-route53");
6345
6343
 
6346
6344
 
6347
6345
 
6348
- var _AssociateVPCWithHostedZoneCommand = class _AssociateVPCWithHostedZoneCommand extends import_smithy_client.Command.classBuilder().ep({
6349
- ...commonParams
6350
- }).m(function(Command, cs, config, o) {
6346
+ var _AssociateVPCWithHostedZoneCommand = class _AssociateVPCWithHostedZoneCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6351
6347
  return [
6352
6348
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6353
6349
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6363,9 +6359,7 @@ var import_middleware_sdk_route533 = require("@aws-sdk/middleware-sdk-route53");
6363
6359
 
6364
6360
 
6365
6361
 
6366
- var _ChangeCidrCollectionCommand = class _ChangeCidrCollectionCommand extends import_smithy_client.Command.classBuilder().ep({
6367
- ...commonParams
6368
- }).m(function(Command, cs, config, o) {
6362
+ var _ChangeCidrCollectionCommand = class _ChangeCidrCollectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6369
6363
  return [
6370
6364
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6371
6365
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6381,9 +6375,7 @@ var import_middleware_sdk_route534 = require("@aws-sdk/middleware-sdk-route53");
6381
6375
 
6382
6376
 
6383
6377
 
6384
- var _ChangeResourceRecordSetsCommand = class _ChangeResourceRecordSetsCommand extends import_smithy_client.Command.classBuilder().ep({
6385
- ...commonParams
6386
- }).m(function(Command, cs, config, o) {
6378
+ var _ChangeResourceRecordSetsCommand = class _ChangeResourceRecordSetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6387
6379
  return [
6388
6380
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6389
6381
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6399,9 +6391,7 @@ var ChangeResourceRecordSetsCommand = _ChangeResourceRecordSetsCommand;
6399
6391
 
6400
6392
 
6401
6393
 
6402
- var _ChangeTagsForResourceCommand = class _ChangeTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
6403
- ...commonParams
6404
- }).m(function(Command, cs, config, o) {
6394
+ var _ChangeTagsForResourceCommand = class _ChangeTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6405
6395
  return [
6406
6396
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6407
6397
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6415,9 +6405,7 @@ var ChangeTagsForResourceCommand = _ChangeTagsForResourceCommand;
6415
6405
 
6416
6406
 
6417
6407
 
6418
- var _CreateCidrCollectionCommand = class _CreateCidrCollectionCommand extends import_smithy_client.Command.classBuilder().ep({
6419
- ...commonParams
6420
- }).m(function(Command, cs, config, o) {
6408
+ var _CreateCidrCollectionCommand = class _CreateCidrCollectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6421
6409
  return [
6422
6410
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6423
6411
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6431,9 +6419,7 @@ var CreateCidrCollectionCommand = _CreateCidrCollectionCommand;
6431
6419
 
6432
6420
 
6433
6421
 
6434
- var _CreateHealthCheckCommand = class _CreateHealthCheckCommand extends import_smithy_client.Command.classBuilder().ep({
6435
- ...commonParams
6436
- }).m(function(Command, cs, config, o) {
6422
+ var _CreateHealthCheckCommand = class _CreateHealthCheckCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6437
6423
  return [
6438
6424
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6439
6425
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6448,9 +6434,7 @@ var import_middleware_sdk_route535 = require("@aws-sdk/middleware-sdk-route53");
6448
6434
 
6449
6435
 
6450
6436
 
6451
- var _CreateHostedZoneCommand = class _CreateHostedZoneCommand extends import_smithy_client.Command.classBuilder().ep({
6452
- ...commonParams
6453
- }).m(function(Command, cs, config, o) {
6437
+ var _CreateHostedZoneCommand = class _CreateHostedZoneCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6454
6438
  return [
6455
6439
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6456
6440
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6466,9 +6450,7 @@ var import_middleware_sdk_route536 = require("@aws-sdk/middleware-sdk-route53");
6466
6450
 
6467
6451
 
6468
6452
 
6469
- var _CreateKeySigningKeyCommand = class _CreateKeySigningKeyCommand extends import_smithy_client.Command.classBuilder().ep({
6470
- ...commonParams
6471
- }).m(function(Command, cs, config, o) {
6453
+ var _CreateKeySigningKeyCommand = class _CreateKeySigningKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6472
6454
  return [
6473
6455
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6474
6456
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6484,9 +6466,7 @@ var import_middleware_sdk_route537 = require("@aws-sdk/middleware-sdk-route53");
6484
6466
 
6485
6467
 
6486
6468
 
6487
- var _CreateQueryLoggingConfigCommand = class _CreateQueryLoggingConfigCommand extends import_smithy_client.Command.classBuilder().ep({
6488
- ...commonParams
6489
- }).m(function(Command, cs, config, o) {
6469
+ var _CreateQueryLoggingConfigCommand = class _CreateQueryLoggingConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6490
6470
  return [
6491
6471
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6492
6472
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6502,9 +6482,7 @@ var import_middleware_sdk_route538 = require("@aws-sdk/middleware-sdk-route53");
6502
6482
 
6503
6483
 
6504
6484
 
6505
- var _CreateReusableDelegationSetCommand = class _CreateReusableDelegationSetCommand extends import_smithy_client.Command.classBuilder().ep({
6506
- ...commonParams
6507
- }).m(function(Command, cs, config, o) {
6485
+ var _CreateReusableDelegationSetCommand = class _CreateReusableDelegationSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6508
6486
  return [
6509
6487
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6510
6488
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6519,9 +6497,7 @@ var CreateReusableDelegationSetCommand = _CreateReusableDelegationSetCommand;
6519
6497
 
6520
6498
 
6521
6499
 
6522
- var _CreateTrafficPolicyCommand = class _CreateTrafficPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
6523
- ...commonParams
6524
- }).m(function(Command, cs, config, o) {
6500
+ var _CreateTrafficPolicyCommand = class _CreateTrafficPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6525
6501
  return [
6526
6502
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6527
6503
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6536,9 +6512,7 @@ var import_middleware_sdk_route539 = require("@aws-sdk/middleware-sdk-route53");
6536
6512
 
6537
6513
 
6538
6514
 
6539
- var _CreateTrafficPolicyInstanceCommand = class _CreateTrafficPolicyInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
6540
- ...commonParams
6541
- }).m(function(Command, cs, config, o) {
6515
+ var _CreateTrafficPolicyInstanceCommand = class _CreateTrafficPolicyInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6542
6516
  return [
6543
6517
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6544
6518
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6554,9 +6528,7 @@ var import_middleware_sdk_route5310 = require("@aws-sdk/middleware-sdk-route53")
6554
6528
 
6555
6529
 
6556
6530
 
6557
- var _CreateTrafficPolicyVersionCommand = class _CreateTrafficPolicyVersionCommand extends import_smithy_client.Command.classBuilder().ep({
6558
- ...commonParams
6559
- }).m(function(Command, cs, config, o) {
6531
+ var _CreateTrafficPolicyVersionCommand = class _CreateTrafficPolicyVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6560
6532
  return [
6561
6533
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6562
6534
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6572,9 +6544,7 @@ var import_middleware_sdk_route5311 = require("@aws-sdk/middleware-sdk-route53")
6572
6544
 
6573
6545
 
6574
6546
 
6575
- var _CreateVPCAssociationAuthorizationCommand = class _CreateVPCAssociationAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep({
6576
- ...commonParams
6577
- }).m(function(Command, cs, config, o) {
6547
+ var _CreateVPCAssociationAuthorizationCommand = class _CreateVPCAssociationAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6578
6548
  return [
6579
6549
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6580
6550
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6590,9 +6560,7 @@ var import_middleware_sdk_route5312 = require("@aws-sdk/middleware-sdk-route53")
6590
6560
 
6591
6561
 
6592
6562
 
6593
- var _DeactivateKeySigningKeyCommand = class _DeactivateKeySigningKeyCommand extends import_smithy_client.Command.classBuilder().ep({
6594
- ...commonParams
6595
- }).m(function(Command, cs, config, o) {
6563
+ var _DeactivateKeySigningKeyCommand = class _DeactivateKeySigningKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6596
6564
  return [
6597
6565
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6598
6566
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6608,9 +6576,7 @@ var import_middleware_sdk_route5313 = require("@aws-sdk/middleware-sdk-route53")
6608
6576
 
6609
6577
 
6610
6578
 
6611
- var _DeleteCidrCollectionCommand = class _DeleteCidrCollectionCommand extends import_smithy_client.Command.classBuilder().ep({
6612
- ...commonParams
6613
- }).m(function(Command, cs, config, o) {
6579
+ var _DeleteCidrCollectionCommand = class _DeleteCidrCollectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6614
6580
  return [
6615
6581
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6616
6582
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6625,9 +6591,7 @@ var DeleteCidrCollectionCommand = _DeleteCidrCollectionCommand;
6625
6591
 
6626
6592
 
6627
6593
 
6628
- var _DeleteHealthCheckCommand = class _DeleteHealthCheckCommand extends import_smithy_client.Command.classBuilder().ep({
6629
- ...commonParams
6630
- }).m(function(Command, cs, config, o) {
6594
+ var _DeleteHealthCheckCommand = class _DeleteHealthCheckCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6631
6595
  return [
6632
6596
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6633
6597
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6642,9 +6606,7 @@ var import_middleware_sdk_route5314 = require("@aws-sdk/middleware-sdk-route53")
6642
6606
 
6643
6607
 
6644
6608
 
6645
- var _DeleteHostedZoneCommand = class _DeleteHostedZoneCommand extends import_smithy_client.Command.classBuilder().ep({
6646
- ...commonParams
6647
- }).m(function(Command, cs, config, o) {
6609
+ var _DeleteHostedZoneCommand = class _DeleteHostedZoneCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6648
6610
  return [
6649
6611
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6650
6612
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6660,9 +6622,7 @@ var import_middleware_sdk_route5315 = require("@aws-sdk/middleware-sdk-route53")
6660
6622
 
6661
6623
 
6662
6624
 
6663
- var _DeleteKeySigningKeyCommand = class _DeleteKeySigningKeyCommand extends import_smithy_client.Command.classBuilder().ep({
6664
- ...commonParams
6665
- }).m(function(Command, cs, config, o) {
6625
+ var _DeleteKeySigningKeyCommand = class _DeleteKeySigningKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6666
6626
  return [
6667
6627
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6668
6628
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6678,9 +6638,7 @@ var import_middleware_sdk_route5316 = require("@aws-sdk/middleware-sdk-route53")
6678
6638
 
6679
6639
 
6680
6640
 
6681
- var _DeleteQueryLoggingConfigCommand = class _DeleteQueryLoggingConfigCommand extends import_smithy_client.Command.classBuilder().ep({
6682
- ...commonParams
6683
- }).m(function(Command, cs, config, o) {
6641
+ var _DeleteQueryLoggingConfigCommand = class _DeleteQueryLoggingConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6684
6642
  return [
6685
6643
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6686
6644
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6696,9 +6654,7 @@ var import_middleware_sdk_route5317 = require("@aws-sdk/middleware-sdk-route53")
6696
6654
 
6697
6655
 
6698
6656
 
6699
- var _DeleteReusableDelegationSetCommand = class _DeleteReusableDelegationSetCommand extends import_smithy_client.Command.classBuilder().ep({
6700
- ...commonParams
6701
- }).m(function(Command, cs, config, o) {
6657
+ var _DeleteReusableDelegationSetCommand = class _DeleteReusableDelegationSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6702
6658
  return [
6703
6659
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6704
6660
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6714,9 +6670,7 @@ var import_middleware_sdk_route5318 = require("@aws-sdk/middleware-sdk-route53")
6714
6670
 
6715
6671
 
6716
6672
 
6717
- var _DeleteTrafficPolicyCommand = class _DeleteTrafficPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
6718
- ...commonParams
6719
- }).m(function(Command, cs, config, o) {
6673
+ var _DeleteTrafficPolicyCommand = class _DeleteTrafficPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6720
6674
  return [
6721
6675
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6722
6676
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6732,9 +6686,7 @@ var import_middleware_sdk_route5319 = require("@aws-sdk/middleware-sdk-route53")
6732
6686
 
6733
6687
 
6734
6688
 
6735
- var _DeleteTrafficPolicyInstanceCommand = class _DeleteTrafficPolicyInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
6736
- ...commonParams
6737
- }).m(function(Command, cs, config, o) {
6689
+ var _DeleteTrafficPolicyInstanceCommand = class _DeleteTrafficPolicyInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6738
6690
  return [
6739
6691
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6740
6692
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6750,9 +6702,7 @@ var import_middleware_sdk_route5320 = require("@aws-sdk/middleware-sdk-route53")
6750
6702
 
6751
6703
 
6752
6704
 
6753
- var _DeleteVPCAssociationAuthorizationCommand = class _DeleteVPCAssociationAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep({
6754
- ...commonParams
6755
- }).m(function(Command, cs, config, o) {
6705
+ var _DeleteVPCAssociationAuthorizationCommand = class _DeleteVPCAssociationAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6756
6706
  return [
6757
6707
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6758
6708
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6768,9 +6718,7 @@ var import_middleware_sdk_route5321 = require("@aws-sdk/middleware-sdk-route53")
6768
6718
 
6769
6719
 
6770
6720
 
6771
- var _DisableHostedZoneDNSSECCommand = class _DisableHostedZoneDNSSECCommand extends import_smithy_client.Command.classBuilder().ep({
6772
- ...commonParams
6773
- }).m(function(Command, cs, config, o) {
6721
+ var _DisableHostedZoneDNSSECCommand = class _DisableHostedZoneDNSSECCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6774
6722
  return [
6775
6723
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6776
6724
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6786,9 +6734,7 @@ var import_middleware_sdk_route5322 = require("@aws-sdk/middleware-sdk-route53")
6786
6734
 
6787
6735
 
6788
6736
 
6789
- var _DisassociateVPCFromHostedZoneCommand = class _DisassociateVPCFromHostedZoneCommand extends import_smithy_client.Command.classBuilder().ep({
6790
- ...commonParams
6791
- }).m(function(Command, cs, config, o) {
6737
+ var _DisassociateVPCFromHostedZoneCommand = class _DisassociateVPCFromHostedZoneCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6792
6738
  return [
6793
6739
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6794
6740
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6804,9 +6750,7 @@ var import_middleware_sdk_route5323 = require("@aws-sdk/middleware-sdk-route53")
6804
6750
 
6805
6751
 
6806
6752
 
6807
- var _EnableHostedZoneDNSSECCommand = class _EnableHostedZoneDNSSECCommand extends import_smithy_client.Command.classBuilder().ep({
6808
- ...commonParams
6809
- }).m(function(Command, cs, config, o) {
6753
+ var _EnableHostedZoneDNSSECCommand = class _EnableHostedZoneDNSSECCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6810
6754
  return [
6811
6755
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6812
6756
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6821,9 +6765,7 @@ var EnableHostedZoneDNSSECCommand = _EnableHostedZoneDNSSECCommand;
6821
6765
 
6822
6766
 
6823
6767
 
6824
- var _GetAccountLimitCommand = class _GetAccountLimitCommand extends import_smithy_client.Command.classBuilder().ep({
6825
- ...commonParams
6826
- }).m(function(Command, cs, config, o) {
6768
+ var _GetAccountLimitCommand = class _GetAccountLimitCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6827
6769
  return [
6828
6770
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6829
6771
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6838,9 +6780,7 @@ var import_middleware_sdk_route5324 = require("@aws-sdk/middleware-sdk-route53")
6838
6780
 
6839
6781
 
6840
6782
 
6841
- var _GetChangeCommand = class _GetChangeCommand extends import_smithy_client.Command.classBuilder().ep({
6842
- ...commonParams
6843
- }).m(function(Command, cs, config, o) {
6783
+ var _GetChangeCommand = class _GetChangeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6844
6784
  return [
6845
6785
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6846
6786
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6855,9 +6795,7 @@ var GetChangeCommand = _GetChangeCommand;
6855
6795
 
6856
6796
 
6857
6797
 
6858
- var _GetCheckerIpRangesCommand = class _GetCheckerIpRangesCommand extends import_smithy_client.Command.classBuilder().ep({
6859
- ...commonParams
6860
- }).m(function(Command, cs, config, o) {
6798
+ var _GetCheckerIpRangesCommand = class _GetCheckerIpRangesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6861
6799
  return [
6862
6800
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6863
6801
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6872,9 +6810,7 @@ var import_middleware_sdk_route5325 = require("@aws-sdk/middleware-sdk-route53")
6872
6810
 
6873
6811
 
6874
6812
 
6875
- var _GetDNSSECCommand = class _GetDNSSECCommand extends import_smithy_client.Command.classBuilder().ep({
6876
- ...commonParams
6877
- }).m(function(Command, cs, config, o) {
6813
+ var _GetDNSSECCommand = class _GetDNSSECCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6878
6814
  return [
6879
6815
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6880
6816
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6889,9 +6825,7 @@ var GetDNSSECCommand = _GetDNSSECCommand;
6889
6825
 
6890
6826
 
6891
6827
 
6892
- var _GetGeoLocationCommand = class _GetGeoLocationCommand extends import_smithy_client.Command.classBuilder().ep({
6893
- ...commonParams
6894
- }).m(function(Command, cs, config, o) {
6828
+ var _GetGeoLocationCommand = class _GetGeoLocationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6895
6829
  return [
6896
6830
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6897
6831
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6905,9 +6839,7 @@ var GetGeoLocationCommand = _GetGeoLocationCommand;
6905
6839
 
6906
6840
 
6907
6841
 
6908
- var _GetHealthCheckCommand = class _GetHealthCheckCommand extends import_smithy_client.Command.classBuilder().ep({
6909
- ...commonParams
6910
- }).m(function(Command, cs, config, o) {
6842
+ var _GetHealthCheckCommand = class _GetHealthCheckCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6911
6843
  return [
6912
6844
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6913
6845
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6921,9 +6853,7 @@ var GetHealthCheckCommand = _GetHealthCheckCommand;
6921
6853
 
6922
6854
 
6923
6855
 
6924
- var _GetHealthCheckCountCommand = class _GetHealthCheckCountCommand extends import_smithy_client.Command.classBuilder().ep({
6925
- ...commonParams
6926
- }).m(function(Command, cs, config, o) {
6856
+ var _GetHealthCheckCountCommand = class _GetHealthCheckCountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6927
6857
  return [
6928
6858
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6929
6859
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6937,9 +6867,7 @@ var GetHealthCheckCountCommand = _GetHealthCheckCountCommand;
6937
6867
 
6938
6868
 
6939
6869
 
6940
- var _GetHealthCheckLastFailureReasonCommand = class _GetHealthCheckLastFailureReasonCommand extends import_smithy_client.Command.classBuilder().ep({
6941
- ...commonParams
6942
- }).m(function(Command, cs, config, o) {
6870
+ var _GetHealthCheckLastFailureReasonCommand = class _GetHealthCheckLastFailureReasonCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6943
6871
  return [
6944
6872
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6945
6873
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6953,9 +6881,7 @@ var GetHealthCheckLastFailureReasonCommand = _GetHealthCheckLastFailureReasonCom
6953
6881
 
6954
6882
 
6955
6883
 
6956
- var _GetHealthCheckStatusCommand = class _GetHealthCheckStatusCommand extends import_smithy_client.Command.classBuilder().ep({
6957
- ...commonParams
6958
- }).m(function(Command, cs, config, o) {
6884
+ var _GetHealthCheckStatusCommand = class _GetHealthCheckStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6959
6885
  return [
6960
6886
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6961
6887
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6970,9 +6896,7 @@ var import_middleware_sdk_route5326 = require("@aws-sdk/middleware-sdk-route53")
6970
6896
 
6971
6897
 
6972
6898
 
6973
- var _GetHostedZoneCommand = class _GetHostedZoneCommand extends import_smithy_client.Command.classBuilder().ep({
6974
- ...commonParams
6975
- }).m(function(Command, cs, config, o) {
6899
+ var _GetHostedZoneCommand = class _GetHostedZoneCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6976
6900
  return [
6977
6901
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6978
6902
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -6987,9 +6911,7 @@ var GetHostedZoneCommand = _GetHostedZoneCommand;
6987
6911
 
6988
6912
 
6989
6913
 
6990
- var _GetHostedZoneCountCommand = class _GetHostedZoneCountCommand extends import_smithy_client.Command.classBuilder().ep({
6991
- ...commonParams
6992
- }).m(function(Command, cs, config, o) {
6914
+ var _GetHostedZoneCountCommand = class _GetHostedZoneCountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6993
6915
  return [
6994
6916
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6995
6917
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7004,9 +6926,7 @@ var import_middleware_sdk_route5327 = require("@aws-sdk/middleware-sdk-route53")
7004
6926
 
7005
6927
 
7006
6928
 
7007
- var _GetHostedZoneLimitCommand = class _GetHostedZoneLimitCommand extends import_smithy_client.Command.classBuilder().ep({
7008
- ...commonParams
7009
- }).m(function(Command, cs, config, o) {
6929
+ var _GetHostedZoneLimitCommand = class _GetHostedZoneLimitCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7010
6930
  return [
7011
6931
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7012
6932
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -7022,9 +6942,7 @@ var import_middleware_sdk_route5328 = require("@aws-sdk/middleware-sdk-route53")
7022
6942
 
7023
6943
 
7024
6944
 
7025
- var _GetQueryLoggingConfigCommand = class _GetQueryLoggingConfigCommand extends import_smithy_client.Command.classBuilder().ep({
7026
- ...commonParams
7027
- }).m(function(Command, cs, config, o) {
6945
+ var _GetQueryLoggingConfigCommand = class _GetQueryLoggingConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7028
6946
  return [
7029
6947
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7030
6948
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -7040,9 +6958,7 @@ var import_middleware_sdk_route5329 = require("@aws-sdk/middleware-sdk-route53")
7040
6958
 
7041
6959
 
7042
6960
 
7043
- var _GetReusableDelegationSetCommand = class _GetReusableDelegationSetCommand extends import_smithy_client.Command.classBuilder().ep({
7044
- ...commonParams
7045
- }).m(function(Command, cs, config, o) {
6961
+ var _GetReusableDelegationSetCommand = class _GetReusableDelegationSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7046
6962
  return [
7047
6963
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7048
6964
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -7058,9 +6974,7 @@ var import_middleware_sdk_route5330 = require("@aws-sdk/middleware-sdk-route53")
7058
6974
 
7059
6975
 
7060
6976
 
7061
- var _GetReusableDelegationSetLimitCommand = class _GetReusableDelegationSetLimitCommand extends import_smithy_client.Command.classBuilder().ep({
7062
- ...commonParams
7063
- }).m(function(Command, cs, config, o) {
6977
+ var _GetReusableDelegationSetLimitCommand = class _GetReusableDelegationSetLimitCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7064
6978
  return [
7065
6979
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7066
6980
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -7076,9 +6990,7 @@ var import_middleware_sdk_route5331 = require("@aws-sdk/middleware-sdk-route53")
7076
6990
 
7077
6991
 
7078
6992
 
7079
- var _GetTrafficPolicyCommand = class _GetTrafficPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
7080
- ...commonParams
7081
- }).m(function(Command, cs, config, o) {
6993
+ var _GetTrafficPolicyCommand = class _GetTrafficPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7082
6994
  return [
7083
6995
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7084
6996
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -7094,9 +7006,7 @@ var import_middleware_sdk_route5332 = require("@aws-sdk/middleware-sdk-route53")
7094
7006
 
7095
7007
 
7096
7008
 
7097
- var _GetTrafficPolicyInstanceCommand = class _GetTrafficPolicyInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
7098
- ...commonParams
7099
- }).m(function(Command, cs, config, o) {
7009
+ var _GetTrafficPolicyInstanceCommand = class _GetTrafficPolicyInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7100
7010
  return [
7101
7011
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7102
7012
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -7111,9 +7021,7 @@ var GetTrafficPolicyInstanceCommand = _GetTrafficPolicyInstanceCommand;
7111
7021
 
7112
7022
 
7113
7023
 
7114
- var _GetTrafficPolicyInstanceCountCommand = class _GetTrafficPolicyInstanceCountCommand extends import_smithy_client.Command.classBuilder().ep({
7115
- ...commonParams
7116
- }).m(function(Command, cs, config, o) {
7024
+ var _GetTrafficPolicyInstanceCountCommand = class _GetTrafficPolicyInstanceCountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7117
7025
  return [
7118
7026
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7119
7027
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7127,9 +7035,7 @@ var GetTrafficPolicyInstanceCountCommand = _GetTrafficPolicyInstanceCountCommand
7127
7035
 
7128
7036
 
7129
7037
 
7130
- var _ListCidrBlocksCommand = class _ListCidrBlocksCommand extends import_smithy_client.Command.classBuilder().ep({
7131
- ...commonParams
7132
- }).m(function(Command, cs, config, o) {
7038
+ var _ListCidrBlocksCommand = class _ListCidrBlocksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7133
7039
  return [
7134
7040
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7135
7041
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7143,9 +7049,7 @@ var ListCidrBlocksCommand = _ListCidrBlocksCommand;
7143
7049
 
7144
7050
 
7145
7051
 
7146
- var _ListCidrCollectionsCommand = class _ListCidrCollectionsCommand extends import_smithy_client.Command.classBuilder().ep({
7147
- ...commonParams
7148
- }).m(function(Command, cs, config, o) {
7052
+ var _ListCidrCollectionsCommand = class _ListCidrCollectionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7149
7053
  return [
7150
7054
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7151
7055
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7159,9 +7063,7 @@ var ListCidrCollectionsCommand = _ListCidrCollectionsCommand;
7159
7063
 
7160
7064
 
7161
7065
 
7162
- var _ListCidrLocationsCommand = class _ListCidrLocationsCommand extends import_smithy_client.Command.classBuilder().ep({
7163
- ...commonParams
7164
- }).m(function(Command, cs, config, o) {
7066
+ var _ListCidrLocationsCommand = class _ListCidrLocationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7165
7067
  return [
7166
7068
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7167
7069
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7175,9 +7077,7 @@ var ListCidrLocationsCommand = _ListCidrLocationsCommand;
7175
7077
 
7176
7078
 
7177
7079
 
7178
- var _ListGeoLocationsCommand = class _ListGeoLocationsCommand extends import_smithy_client.Command.classBuilder().ep({
7179
- ...commonParams
7180
- }).m(function(Command, cs, config, o) {
7080
+ var _ListGeoLocationsCommand = class _ListGeoLocationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7181
7081
  return [
7182
7082
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7183
7083
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7191,9 +7091,7 @@ var ListGeoLocationsCommand = _ListGeoLocationsCommand;
7191
7091
 
7192
7092
 
7193
7093
 
7194
- var _ListHealthChecksCommand = class _ListHealthChecksCommand extends import_smithy_client.Command.classBuilder().ep({
7195
- ...commonParams
7196
- }).m(function(Command, cs, config, o) {
7094
+ var _ListHealthChecksCommand = class _ListHealthChecksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7197
7095
  return [
7198
7096
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7199
7097
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7208,9 +7106,7 @@ var import_middleware_sdk_route5333 = require("@aws-sdk/middleware-sdk-route53")
7208
7106
 
7209
7107
 
7210
7108
 
7211
- var _ListHostedZonesByNameCommand = class _ListHostedZonesByNameCommand extends import_smithy_client.Command.classBuilder().ep({
7212
- ...commonParams
7213
- }).m(function(Command, cs, config, o) {
7109
+ var _ListHostedZonesByNameCommand = class _ListHostedZonesByNameCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7214
7110
  return [
7215
7111
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7216
7112
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -7225,9 +7121,7 @@ var ListHostedZonesByNameCommand = _ListHostedZonesByNameCommand;
7225
7121
 
7226
7122
 
7227
7123
 
7228
- var _ListHostedZonesByVPCCommand = class _ListHostedZonesByVPCCommand extends import_smithy_client.Command.classBuilder().ep({
7229
- ...commonParams
7230
- }).m(function(Command, cs, config, o) {
7124
+ var _ListHostedZonesByVPCCommand = class _ListHostedZonesByVPCCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7231
7125
  return [
7232
7126
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7233
7127
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7242,9 +7136,7 @@ var import_middleware_sdk_route5334 = require("@aws-sdk/middleware-sdk-route53")
7242
7136
 
7243
7137
 
7244
7138
 
7245
- var _ListHostedZonesCommand = class _ListHostedZonesCommand extends import_smithy_client.Command.classBuilder().ep({
7246
- ...commonParams
7247
- }).m(function(Command, cs, config, o) {
7139
+ var _ListHostedZonesCommand = class _ListHostedZonesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7248
7140
  return [
7249
7141
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7250
7142
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -7260,9 +7152,7 @@ var import_middleware_sdk_route5335 = require("@aws-sdk/middleware-sdk-route53")
7260
7152
 
7261
7153
 
7262
7154
 
7263
- var _ListQueryLoggingConfigsCommand = class _ListQueryLoggingConfigsCommand extends import_smithy_client.Command.classBuilder().ep({
7264
- ...commonParams
7265
- }).m(function(Command, cs, config, o) {
7155
+ var _ListQueryLoggingConfigsCommand = class _ListQueryLoggingConfigsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7266
7156
  return [
7267
7157
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7268
7158
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -7278,9 +7168,7 @@ var import_middleware_sdk_route5336 = require("@aws-sdk/middleware-sdk-route53")
7278
7168
 
7279
7169
 
7280
7170
 
7281
- var _ListResourceRecordSetsCommand = class _ListResourceRecordSetsCommand extends import_smithy_client.Command.classBuilder().ep({
7282
- ...commonParams
7283
- }).m(function(Command, cs, config, o) {
7171
+ var _ListResourceRecordSetsCommand = class _ListResourceRecordSetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7284
7172
  return [
7285
7173
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7286
7174
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -7295,9 +7183,7 @@ var ListResourceRecordSetsCommand = _ListResourceRecordSetsCommand;
7295
7183
 
7296
7184
 
7297
7185
 
7298
- var _ListReusableDelegationSetsCommand = class _ListReusableDelegationSetsCommand extends import_smithy_client.Command.classBuilder().ep({
7299
- ...commonParams
7300
- }).m(function(Command, cs, config, o) {
7186
+ var _ListReusableDelegationSetsCommand = class _ListReusableDelegationSetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7301
7187
  return [
7302
7188
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7303
7189
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7311,9 +7197,7 @@ var ListReusableDelegationSetsCommand = _ListReusableDelegationSetsCommand;
7311
7197
 
7312
7198
 
7313
7199
 
7314
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
7315
- ...commonParams
7316
- }).m(function(Command, cs, config, o) {
7200
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7317
7201
  return [
7318
7202
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7319
7203
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7327,9 +7211,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
7327
7211
 
7328
7212
 
7329
7213
 
7330
- var _ListTagsForResourcesCommand = class _ListTagsForResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
7331
- ...commonParams
7332
- }).m(function(Command, cs, config, o) {
7214
+ var _ListTagsForResourcesCommand = class _ListTagsForResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7333
7215
  return [
7334
7216
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7335
7217
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7343,9 +7225,7 @@ var ListTagsForResourcesCommand = _ListTagsForResourcesCommand;
7343
7225
 
7344
7226
 
7345
7227
 
7346
- var _ListTrafficPoliciesCommand = class _ListTrafficPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
7347
- ...commonParams
7348
- }).m(function(Command, cs, config, o) {
7228
+ var _ListTrafficPoliciesCommand = class _ListTrafficPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7349
7229
  return [
7350
7230
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7351
7231
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7360,9 +7240,7 @@ var import_middleware_sdk_route5337 = require("@aws-sdk/middleware-sdk-route53")
7360
7240
 
7361
7241
 
7362
7242
 
7363
- var _ListTrafficPolicyInstancesByHostedZoneCommand = class _ListTrafficPolicyInstancesByHostedZoneCommand extends import_smithy_client.Command.classBuilder().ep({
7364
- ...commonParams
7365
- }).m(function(Command, cs, config, o) {
7243
+ var _ListTrafficPolicyInstancesByHostedZoneCommand = class _ListTrafficPolicyInstancesByHostedZoneCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7366
7244
  return [
7367
7245
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7368
7246
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -7377,9 +7255,7 @@ var ListTrafficPolicyInstancesByHostedZoneCommand = _ListTrafficPolicyInstancesB
7377
7255
 
7378
7256
 
7379
7257
 
7380
- var _ListTrafficPolicyInstancesByPolicyCommand = class _ListTrafficPolicyInstancesByPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
7381
- ...commonParams
7382
- }).m(function(Command, cs, config, o) {
7258
+ var _ListTrafficPolicyInstancesByPolicyCommand = class _ListTrafficPolicyInstancesByPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7383
7259
  return [
7384
7260
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7385
7261
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7393,9 +7269,7 @@ var ListTrafficPolicyInstancesByPolicyCommand = _ListTrafficPolicyInstancesByPol
7393
7269
 
7394
7270
 
7395
7271
 
7396
- var _ListTrafficPolicyInstancesCommand = class _ListTrafficPolicyInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
7397
- ...commonParams
7398
- }).m(function(Command, cs, config, o) {
7272
+ var _ListTrafficPolicyInstancesCommand = class _ListTrafficPolicyInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7399
7273
  return [
7400
7274
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7401
7275
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7410,9 +7284,7 @@ var import_middleware_sdk_route5338 = require("@aws-sdk/middleware-sdk-route53")
7410
7284
 
7411
7285
 
7412
7286
 
7413
- var _ListTrafficPolicyVersionsCommand = class _ListTrafficPolicyVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
7414
- ...commonParams
7415
- }).m(function(Command, cs, config, o) {
7287
+ var _ListTrafficPolicyVersionsCommand = class _ListTrafficPolicyVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7416
7288
  return [
7417
7289
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7418
7290
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -7428,9 +7300,7 @@ var import_middleware_sdk_route5339 = require("@aws-sdk/middleware-sdk-route53")
7428
7300
 
7429
7301
 
7430
7302
 
7431
- var _ListVPCAssociationAuthorizationsCommand = class _ListVPCAssociationAuthorizationsCommand extends import_smithy_client.Command.classBuilder().ep({
7432
- ...commonParams
7433
- }).m(function(Command, cs, config, o) {
7303
+ var _ListVPCAssociationAuthorizationsCommand = class _ListVPCAssociationAuthorizationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7434
7304
  return [
7435
7305
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7436
7306
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -7446,9 +7316,7 @@ var import_middleware_sdk_route5340 = require("@aws-sdk/middleware-sdk-route53")
7446
7316
 
7447
7317
 
7448
7318
 
7449
- var _TestDNSAnswerCommand = class _TestDNSAnswerCommand extends import_smithy_client.Command.classBuilder().ep({
7450
- ...commonParams
7451
- }).m(function(Command, cs, config, o) {
7319
+ var _TestDNSAnswerCommand = class _TestDNSAnswerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7452
7320
  return [
7453
7321
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7454
7322
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -7463,9 +7331,7 @@ var TestDNSAnswerCommand = _TestDNSAnswerCommand;
7463
7331
 
7464
7332
 
7465
7333
 
7466
- var _UpdateHealthCheckCommand = class _UpdateHealthCheckCommand extends import_smithy_client.Command.classBuilder().ep({
7467
- ...commonParams
7468
- }).m(function(Command, cs, config, o) {
7334
+ var _UpdateHealthCheckCommand = class _UpdateHealthCheckCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7469
7335
  return [
7470
7336
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7471
7337
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7480,9 +7346,7 @@ var import_middleware_sdk_route5341 = require("@aws-sdk/middleware-sdk-route53")
7480
7346
 
7481
7347
 
7482
7348
 
7483
- var _UpdateHostedZoneCommentCommand = class _UpdateHostedZoneCommentCommand extends import_smithy_client.Command.classBuilder().ep({
7484
- ...commonParams
7485
- }).m(function(Command, cs, config, o) {
7349
+ var _UpdateHostedZoneCommentCommand = class _UpdateHostedZoneCommentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7486
7350
  return [
7487
7351
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7488
7352
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -7498,9 +7362,7 @@ var import_middleware_sdk_route5342 = require("@aws-sdk/middleware-sdk-route53")
7498
7362
 
7499
7363
 
7500
7364
 
7501
- var _UpdateTrafficPolicyCommentCommand = class _UpdateTrafficPolicyCommentCommand extends import_smithy_client.Command.classBuilder().ep({
7502
- ...commonParams
7503
- }).m(function(Command, cs, config, o) {
7365
+ var _UpdateTrafficPolicyCommentCommand = class _UpdateTrafficPolicyCommentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7504
7366
  return [
7505
7367
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7506
7368
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -7516,9 +7378,7 @@ var import_middleware_sdk_route5343 = require("@aws-sdk/middleware-sdk-route53")
7516
7378
 
7517
7379
 
7518
7380
 
7519
- var _UpdateTrafficPolicyInstanceCommand = class _UpdateTrafficPolicyInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
7520
- ...commonParams
7521
- }).m(function(Command, cs, config, o) {
7381
+ var _UpdateTrafficPolicyInstanceCommand = class _UpdateTrafficPolicyInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7522
7382
  return [
7523
7383
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7524
7384
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),