@aws-sdk/client-route-53 3.295.0 → 3.297.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 (84) hide show
  1. package/dist-cjs/protocols/Aws_restXml.js +36 -229
  2. package/dist-es/protocols/Aws_restXml.js +36 -229
  3. package/dist-types/Route53.d.ts +71 -0
  4. package/dist-types/Route53Client.d.ts +24 -4
  5. package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +16 -0
  6. package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +16 -0
  7. package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +16 -0
  8. package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +16 -0
  9. package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateCidrCollectionCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateHealthCheckCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateHostedZoneCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +16 -0
  20. package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteHealthCheckCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteHostedZoneCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +16 -0
  30. package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +16 -0
  31. package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +16 -0
  32. package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +16 -0
  33. package/dist-types/commands/GetAccountLimitCommand.d.ts +16 -0
  34. package/dist-types/commands/GetChangeCommand.d.ts +16 -0
  35. package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +16 -0
  36. package/dist-types/commands/GetDNSSECCommand.d.ts +16 -0
  37. package/dist-types/commands/GetGeoLocationCommand.d.ts +16 -0
  38. package/dist-types/commands/GetHealthCheckCommand.d.ts +16 -0
  39. package/dist-types/commands/GetHealthCheckCountCommand.d.ts +16 -0
  40. package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +16 -0
  41. package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +16 -0
  42. package/dist-types/commands/GetHostedZoneCommand.d.ts +16 -0
  43. package/dist-types/commands/GetHostedZoneCountCommand.d.ts +16 -0
  44. package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +16 -0
  45. package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +16 -0
  46. package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +16 -0
  47. package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +16 -0
  48. package/dist-types/commands/GetTrafficPolicyCommand.d.ts +16 -0
  49. package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +16 -0
  50. package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +16 -0
  51. package/dist-types/commands/ListCidrBlocksCommand.d.ts +16 -0
  52. package/dist-types/commands/ListCidrCollectionsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListCidrLocationsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListGeoLocationsCommand.d.ts +16 -0
  55. package/dist-types/commands/ListHealthChecksCommand.d.ts +16 -0
  56. package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +16 -0
  57. package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +16 -0
  58. package/dist-types/commands/ListHostedZonesCommand.d.ts +16 -0
  59. package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +16 -0
  61. package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +16 -0
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  63. package/dist-types/commands/ListTagsForResourcesCommand.d.ts +16 -0
  64. package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +16 -0
  65. package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +16 -0
  66. package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +16 -0
  67. package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +16 -0
  68. package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +16 -0
  69. package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +16 -0
  70. package/dist-types/commands/TestDNSAnswerCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateHealthCheckCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +16 -0
  74. package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +16 -0
  75. package/dist-types/models/Route53ServiceException.d.ts +2 -0
  76. package/dist-types/models/models_0.d.ts +378 -0
  77. package/dist-types/pagination/Interfaces.d.ts +3 -0
  78. package/dist-types/pagination/ListCidrBlocksPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListCidrCollectionsPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListCidrLocationsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListHealthChecksPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListHostedZonesPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListQueryLoggingConfigsPaginator.d.ts +3 -0
  84. package/package.json +31 -31
@@ -71,6 +71,7 @@ import { UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentComma
71
71
  import { UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput } from "./commands/UpdateTrafficPolicyInstanceCommand";
72
72
  import { Route53Client } from "./Route53Client";
73
73
  /**
74
+ * @public
74
75
  * <p>Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web
75
76
  * service.</p>
76
77
  * <p>You can use Route 53 to:</p>
@@ -91,6 +92,7 @@ import { Route53Client } from "./Route53Client";
91
92
  */
92
93
  export declare class Route53 extends Route53Client {
93
94
  /**
95
+ * @public
94
96
  * <p>Activates a key-signing key (KSK) so that it can be used for signing by DNSSEC. This
95
97
  * operation changes the KSK status to <code>ACTIVE</code>.</p>
96
98
  */
@@ -98,6 +100,7 @@ export declare class Route53 extends Route53Client {
98
100
  activateKeySigningKey(args: ActivateKeySigningKeyCommandInput, cb: (err: any, data?: ActivateKeySigningKeyCommandOutput) => void): void;
99
101
  activateKeySigningKey(args: ActivateKeySigningKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ActivateKeySigningKeyCommandOutput) => void): void;
100
102
  /**
103
+ * @public
101
104
  * <p>Associates an Amazon VPC with a private hosted zone. </p>
102
105
  * <important>
103
106
  * <p>To perform the association, the VPC and the private hosted zone must already
@@ -137,6 +140,7 @@ export declare class Route53 extends Route53Client {
137
140
  associateVPCWithHostedZone(args: AssociateVPCWithHostedZoneCommandInput, cb: (err: any, data?: AssociateVPCWithHostedZoneCommandOutput) => void): void;
138
141
  associateVPCWithHostedZone(args: AssociateVPCWithHostedZoneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateVPCWithHostedZoneCommandOutput) => void): void;
139
142
  /**
143
+ * @public
140
144
  * <p>Creates, changes, or deletes CIDR blocks within a collection. Contains authoritative
141
145
  * IP information mapping blocks to one or multiple locations.</p>
142
146
  * <p>A change request can update multiple locations in a collection at a time, which is
@@ -167,6 +171,7 @@ export declare class Route53 extends Route53Client {
167
171
  changeCidrCollection(args: ChangeCidrCollectionCommandInput, cb: (err: any, data?: ChangeCidrCollectionCommandOutput) => void): void;
168
172
  changeCidrCollection(args: ChangeCidrCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ChangeCidrCollectionCommandOutput) => void): void;
169
173
  /**
174
+ * @public
170
175
  * <p>Creates, changes, or deletes a resource record set, which contains authoritative DNS
171
176
  * information for a specified domain name or subdomain name. For example, you can use
172
177
  * <code>ChangeResourceRecordSets</code> to create a resource record set that routes
@@ -262,6 +267,7 @@ export declare class Route53 extends Route53Client {
262
267
  changeResourceRecordSets(args: ChangeResourceRecordSetsCommandInput, cb: (err: any, data?: ChangeResourceRecordSetsCommandOutput) => void): void;
263
268
  changeResourceRecordSets(args: ChangeResourceRecordSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ChangeResourceRecordSetsCommandOutput) => void): void;
264
269
  /**
270
+ * @public
265
271
  * <p>Adds, edits, or deletes tags for a health check or a hosted zone.</p>
266
272
  * <p>For information about using tags for cost allocation, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Using Cost Allocation
267
273
  * Tags</a> in the <i>Billing and Cost Management User Guide</i>.</p>
@@ -270,12 +276,14 @@ export declare class Route53 extends Route53Client {
270
276
  changeTagsForResource(args: ChangeTagsForResourceCommandInput, cb: (err: any, data?: ChangeTagsForResourceCommandOutput) => void): void;
271
277
  changeTagsForResource(args: ChangeTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ChangeTagsForResourceCommandOutput) => void): void;
272
278
  /**
279
+ * @public
273
280
  * <p>Creates a CIDR collection in the current Amazon Web Services account.</p>
274
281
  */
275
282
  createCidrCollection(args: CreateCidrCollectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateCidrCollectionCommandOutput>;
276
283
  createCidrCollection(args: CreateCidrCollectionCommandInput, cb: (err: any, data?: CreateCidrCollectionCommandOutput) => void): void;
277
284
  createCidrCollection(args: CreateCidrCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCidrCollectionCommandOutput) => void): void;
278
285
  /**
286
+ * @public
279
287
  * <p>Creates a new health check.</p>
280
288
  * <p>For information about adding health checks to resource record sets, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_ResourceRecordSet.html#Route53-Type-ResourceRecordSet-HealthCheckId">HealthCheckId</a> in <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_ChangeResourceRecordSets.html">ChangeResourceRecordSets</a>. </p>
281
289
  * <p>
@@ -316,6 +324,7 @@ export declare class Route53 extends Route53Client {
316
324
  createHealthCheck(args: CreateHealthCheckCommandInput, cb: (err: any, data?: CreateHealthCheckCommandOutput) => void): void;
317
325
  createHealthCheck(args: CreateHealthCheckCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHealthCheckCommandOutput) => void): void;
318
326
  /**
327
+ * @public
319
328
  * <p>Creates a new public or private hosted zone. You create records in a public hosted
320
329
  * zone to define how you want to route traffic on the internet for a domain, such as
321
330
  * example.com, and its subdomains (apex.example.com, acme.example.com). You create records
@@ -384,6 +393,7 @@ export declare class Route53 extends Route53Client {
384
393
  createHostedZone(args: CreateHostedZoneCommandInput, cb: (err: any, data?: CreateHostedZoneCommandOutput) => void): void;
385
394
  createHostedZone(args: CreateHostedZoneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHostedZoneCommandOutput) => void): void;
386
395
  /**
396
+ * @public
387
397
  * <p>Creates a new key-signing key (KSK) associated with a hosted zone. You can only have
388
398
  * two KSKs per hosted zone.</p>
389
399
  */
@@ -391,6 +401,7 @@ export declare class Route53 extends Route53Client {
391
401
  createKeySigningKey(args: CreateKeySigningKeyCommandInput, cb: (err: any, data?: CreateKeySigningKeyCommandOutput) => void): void;
392
402
  createKeySigningKey(args: CreateKeySigningKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateKeySigningKeyCommandOutput) => void): void;
393
403
  /**
404
+ * @public
394
405
  * <p>Creates a configuration for DNS query logging. After you create a query logging
395
406
  * configuration, Amazon Route 53 begins to publish log data to an Amazon CloudWatch Logs
396
407
  * log group.</p>
@@ -564,6 +575,7 @@ export declare class Route53 extends Route53Client {
564
575
  createQueryLoggingConfig(args: CreateQueryLoggingConfigCommandInput, cb: (err: any, data?: CreateQueryLoggingConfigCommandOutput) => void): void;
565
576
  createQueryLoggingConfig(args: CreateQueryLoggingConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateQueryLoggingConfigCommandOutput) => void): void;
566
577
  /**
578
+ * @public
567
579
  * <p>Creates a delegation set (a group of four name servers) that can be reused by multiple
568
580
  * hosted zones that were created by the same Amazon Web Services account. </p>
569
581
  * <p>You can also create a reusable delegation set that uses the four name servers that are
@@ -627,6 +639,7 @@ export declare class Route53 extends Route53Client {
627
639
  createReusableDelegationSet(args: CreateReusableDelegationSetCommandInput, cb: (err: any, data?: CreateReusableDelegationSetCommandOutput) => void): void;
628
640
  createReusableDelegationSet(args: CreateReusableDelegationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReusableDelegationSetCommandOutput) => void): void;
629
641
  /**
642
+ * @public
630
643
  * <p>Creates a traffic policy, which you use to create multiple DNS resource record sets
631
644
  * for one domain name (such as example.com) or one subdomain name (such as
632
645
  * www.example.com).</p>
@@ -635,6 +648,7 @@ export declare class Route53 extends Route53Client {
635
648
  createTrafficPolicy(args: CreateTrafficPolicyCommandInput, cb: (err: any, data?: CreateTrafficPolicyCommandOutput) => void): void;
636
649
  createTrafficPolicy(args: CreateTrafficPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTrafficPolicyCommandOutput) => void): void;
637
650
  /**
651
+ * @public
638
652
  * <p>Creates resource record sets in a specified hosted zone based on the settings in a
639
653
  * specified traffic policy version. In addition, <code>CreateTrafficPolicyInstance</code>
640
654
  * associates the resource record sets with a specified domain name (such as example.com)
@@ -646,6 +660,7 @@ export declare class Route53 extends Route53Client {
646
660
  createTrafficPolicyInstance(args: CreateTrafficPolicyInstanceCommandInput, cb: (err: any, data?: CreateTrafficPolicyInstanceCommandOutput) => void): void;
647
661
  createTrafficPolicyInstance(args: CreateTrafficPolicyInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTrafficPolicyInstanceCommandOutput) => void): void;
648
662
  /**
663
+ * @public
649
664
  * <p>Creates a new version of an existing traffic policy. When you create a new version of
650
665
  * a traffic policy, you specify the ID of the traffic policy that you want to update and a
651
666
  * JSON-formatted document that describes the new version. You use traffic policies to
@@ -658,6 +673,7 @@ export declare class Route53 extends Route53Client {
658
673
  createTrafficPolicyVersion(args: CreateTrafficPolicyVersionCommandInput, cb: (err: any, data?: CreateTrafficPolicyVersionCommandOutput) => void): void;
659
674
  createTrafficPolicyVersion(args: CreateTrafficPolicyVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTrafficPolicyVersionCommandOutput) => void): void;
660
675
  /**
676
+ * @public
661
677
  * <p>Authorizes the Amazon Web Services account that created a specified VPC to submit an
662
678
  * <code>AssociateVPCWithHostedZone</code> request to associate the VPC with a
663
679
  * specified hosted zone that was created by a different account. To submit a
@@ -674,6 +690,7 @@ export declare class Route53 extends Route53Client {
674
690
  createVPCAssociationAuthorization(args: CreateVPCAssociationAuthorizationCommandInput, cb: (err: any, data?: CreateVPCAssociationAuthorizationCommandOutput) => void): void;
675
691
  createVPCAssociationAuthorization(args: CreateVPCAssociationAuthorizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVPCAssociationAuthorizationCommandOutput) => void): void;
676
692
  /**
693
+ * @public
677
694
  * <p>Deactivates a key-signing key (KSK) so that it will not be used for signing by DNSSEC.
678
695
  * This operation changes the KSK status to <code>INACTIVE</code>.</p>
679
696
  */
@@ -681,6 +698,7 @@ export declare class Route53 extends Route53Client {
681
698
  deactivateKeySigningKey(args: DeactivateKeySigningKeyCommandInput, cb: (err: any, data?: DeactivateKeySigningKeyCommandOutput) => void): void;
682
699
  deactivateKeySigningKey(args: DeactivateKeySigningKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeactivateKeySigningKeyCommandOutput) => void): void;
683
700
  /**
701
+ * @public
684
702
  * <p>Deletes a CIDR collection in the current Amazon Web Services account. The collection
685
703
  * must be empty before it can be deleted.</p>
686
704
  */
@@ -688,6 +706,7 @@ export declare class Route53 extends Route53Client {
688
706
  deleteCidrCollection(args: DeleteCidrCollectionCommandInput, cb: (err: any, data?: DeleteCidrCollectionCommandOutput) => void): void;
689
707
  deleteCidrCollection(args: DeleteCidrCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCidrCollectionCommandOutput) => void): void;
690
708
  /**
709
+ * @public
691
710
  * <p>Deletes a health check.</p>
692
711
  * <important>
693
712
  * <p>Amazon Route 53 does not prevent you from deleting a health check even if the
@@ -708,6 +727,7 @@ export declare class Route53 extends Route53Client {
708
727
  deleteHealthCheck(args: DeleteHealthCheckCommandInput, cb: (err: any, data?: DeleteHealthCheckCommandOutput) => void): void;
709
728
  deleteHealthCheck(args: DeleteHealthCheckCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHealthCheckCommandOutput) => void): void;
710
729
  /**
730
+ * @public
711
731
  * <p>Deletes a hosted zone.</p>
712
732
  * <p>If the hosted zone was created by another service, such as Cloud Map, see
713
733
  * <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DeleteHostedZone.html#delete-public-hosted-zone-created-by-another-service">Deleting Public Hosted Zones That Were Created by Another Service</a> in the
@@ -755,6 +775,7 @@ export declare class Route53 extends Route53Client {
755
775
  deleteHostedZone(args: DeleteHostedZoneCommandInput, cb: (err: any, data?: DeleteHostedZoneCommandOutput) => void): void;
756
776
  deleteHostedZone(args: DeleteHostedZoneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHostedZoneCommandOutput) => void): void;
757
777
  /**
778
+ * @public
758
779
  * <p>Deletes a key-signing key (KSK). Before you can delete a KSK, you must deactivate it.
759
780
  * The KSK must be deactivated before you can delete it regardless of whether the hosted
760
781
  * zone is enabled for DNSSEC signing.</p>
@@ -766,6 +787,7 @@ export declare class Route53 extends Route53Client {
766
787
  deleteKeySigningKey(args: DeleteKeySigningKeyCommandInput, cb: (err: any, data?: DeleteKeySigningKeyCommandOutput) => void): void;
767
788
  deleteKeySigningKey(args: DeleteKeySigningKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteKeySigningKeyCommandOutput) => void): void;
768
789
  /**
790
+ * @public
769
791
  * <p>Deletes a configuration for DNS query logging. If you delete a configuration, Amazon
770
792
  * Route 53 stops sending query logs to CloudWatch Logs. Route 53 doesn't delete any logs
771
793
  * that are already in CloudWatch Logs.</p>
@@ -775,6 +797,7 @@ export declare class Route53 extends Route53Client {
775
797
  deleteQueryLoggingConfig(args: DeleteQueryLoggingConfigCommandInput, cb: (err: any, data?: DeleteQueryLoggingConfigCommandOutput) => void): void;
776
798
  deleteQueryLoggingConfig(args: DeleteQueryLoggingConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteQueryLoggingConfigCommandOutput) => void): void;
777
799
  /**
800
+ * @public
778
801
  * <p>Deletes a reusable delegation set.</p>
779
802
  * <important>
780
803
  * <p>You can delete a reusable delegation set only if it isn't associated with any
@@ -788,6 +811,7 @@ export declare class Route53 extends Route53Client {
788
811
  deleteReusableDelegationSet(args: DeleteReusableDelegationSetCommandInput, cb: (err: any, data?: DeleteReusableDelegationSetCommandOutput) => void): void;
789
812
  deleteReusableDelegationSet(args: DeleteReusableDelegationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReusableDelegationSetCommandOutput) => void): void;
790
813
  /**
814
+ * @public
791
815
  * <p>Deletes a traffic policy.</p>
792
816
  * <p>When you delete a traffic policy, Route 53 sets a flag on the policy to indicate that
793
817
  * it has been deleted. However, Route 53 never fully deletes the traffic policy. Note the
@@ -809,6 +833,7 @@ export declare class Route53 extends Route53Client {
809
833
  deleteTrafficPolicy(args: DeleteTrafficPolicyCommandInput, cb: (err: any, data?: DeleteTrafficPolicyCommandOutput) => void): void;
810
834
  deleteTrafficPolicy(args: DeleteTrafficPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTrafficPolicyCommandOutput) => void): void;
811
835
  /**
836
+ * @public
812
837
  * <p>Deletes a traffic policy instance and all of the resource record sets that Amazon
813
838
  * Route 53 created when you created the instance.</p>
814
839
  * <note>
@@ -820,6 +845,7 @@ export declare class Route53 extends Route53Client {
820
845
  deleteTrafficPolicyInstance(args: DeleteTrafficPolicyInstanceCommandInput, cb: (err: any, data?: DeleteTrafficPolicyInstanceCommandOutput) => void): void;
821
846
  deleteTrafficPolicyInstance(args: DeleteTrafficPolicyInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTrafficPolicyInstanceCommandOutput) => void): void;
822
847
  /**
848
+ * @public
823
849
  * <p>Removes authorization to submit an <code>AssociateVPCWithHostedZone</code> request to
824
850
  * associate a specified VPC with a hosted zone that was created by a different account.
825
851
  * You must use the account that created the hosted zone to submit a
@@ -837,6 +863,7 @@ export declare class Route53 extends Route53Client {
837
863
  deleteVPCAssociationAuthorization(args: DeleteVPCAssociationAuthorizationCommandInput, cb: (err: any, data?: DeleteVPCAssociationAuthorizationCommandOutput) => void): void;
838
864
  deleteVPCAssociationAuthorization(args: DeleteVPCAssociationAuthorizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVPCAssociationAuthorizationCommandOutput) => void): void;
839
865
  /**
866
+ * @public
840
867
  * <p>Disables DNSSEC signing in a specific hosted zone. This action does not deactivate any
841
868
  * key-signing keys (KSKs) that are active in the hosted zone.</p>
842
869
  */
@@ -844,6 +871,7 @@ export declare class Route53 extends Route53Client {
844
871
  disableHostedZoneDNSSEC(args: DisableHostedZoneDNSSECCommandInput, cb: (err: any, data?: DisableHostedZoneDNSSECCommandOutput) => void): void;
845
872
  disableHostedZoneDNSSEC(args: DisableHostedZoneDNSSECCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableHostedZoneDNSSECCommandOutput) => void): void;
846
873
  /**
874
+ * @public
847
875
  * <p>Disassociates an Amazon Virtual Private Cloud (Amazon VPC) from an Amazon Route 53
848
876
  * private hosted zone. Note the following:</p>
849
877
  * <ul>
@@ -898,12 +926,14 @@ export declare class Route53 extends Route53Client {
898
926
  disassociateVPCFromHostedZone(args: DisassociateVPCFromHostedZoneCommandInput, cb: (err: any, data?: DisassociateVPCFromHostedZoneCommandOutput) => void): void;
899
927
  disassociateVPCFromHostedZone(args: DisassociateVPCFromHostedZoneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateVPCFromHostedZoneCommandOutput) => void): void;
900
928
  /**
929
+ * @public
901
930
  * <p>Enables DNSSEC signing in a specific hosted zone.</p>
902
931
  */
903
932
  enableHostedZoneDNSSEC(args: EnableHostedZoneDNSSECCommandInput, options?: __HttpHandlerOptions): Promise<EnableHostedZoneDNSSECCommandOutput>;
904
933
  enableHostedZoneDNSSEC(args: EnableHostedZoneDNSSECCommandInput, cb: (err: any, data?: EnableHostedZoneDNSSECCommandOutput) => void): void;
905
934
  enableHostedZoneDNSSEC(args: EnableHostedZoneDNSSECCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableHostedZoneDNSSECCommandOutput) => void): void;
906
935
  /**
936
+ * @public
907
937
  * <p>Gets the specified limit for the current account, for example, the maximum number of
908
938
  * health checks that you can create using the account.</p>
909
939
  * <p>For the default limit, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a> in the
@@ -918,6 +948,7 @@ export declare class Route53 extends Route53Client {
918
948
  getAccountLimit(args: GetAccountLimitCommandInput, cb: (err: any, data?: GetAccountLimitCommandOutput) => void): void;
919
949
  getAccountLimit(args: GetAccountLimitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountLimitCommandOutput) => void): void;
920
950
  /**
951
+ * @public
921
952
  * <p>Returns the current status of a change batch request. The status is one of the
922
953
  * following values:</p>
923
954
  * <ul>
@@ -938,6 +969,7 @@ export declare class Route53 extends Route53Client {
938
969
  getChange(args: GetChangeCommandInput, cb: (err: any, data?: GetChangeCommandOutput) => void): void;
939
970
  getChange(args: GetChangeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetChangeCommandOutput) => void): void;
940
971
  /**
972
+ * @public
941
973
  * <p>Route 53 does not perform authorization for this API because it retrieves information
942
974
  * that is already available to the public.</p>
943
975
  * <important>
@@ -953,6 +985,7 @@ export declare class Route53 extends Route53Client {
953
985
  getCheckerIpRanges(args: GetCheckerIpRangesCommandInput, cb: (err: any, data?: GetCheckerIpRangesCommandOutput) => void): void;
954
986
  getCheckerIpRanges(args: GetCheckerIpRangesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCheckerIpRangesCommandOutput) => void): void;
955
987
  /**
988
+ * @public
956
989
  * <p>Returns information about DNSSEC for a specific hosted zone, including the key-signing
957
990
  * keys (KSKs) in the hosted zone.</p>
958
991
  */
@@ -960,6 +993,7 @@ export declare class Route53 extends Route53Client {
960
993
  getDNSSEC(args: GetDNSSECCommandInput, cb: (err: any, data?: GetDNSSECCommandOutput) => void): void;
961
994
  getDNSSEC(args: GetDNSSECCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDNSSECCommandOutput) => void): void;
962
995
  /**
996
+ * @public
963
997
  * <p>Gets information about whether a specified geographic location is supported for Amazon
964
998
  * Route 53 geolocation resource record sets.</p>
965
999
  * <p>Route 53 does not perform authorization for this API because it retrieves information
@@ -991,24 +1025,28 @@ export declare class Route53 extends Route53Client {
991
1025
  getGeoLocation(args: GetGeoLocationCommandInput, cb: (err: any, data?: GetGeoLocationCommandOutput) => void): void;
992
1026
  getGeoLocation(args: GetGeoLocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGeoLocationCommandOutput) => void): void;
993
1027
  /**
1028
+ * @public
994
1029
  * <p>Gets information about a specified health check.</p>
995
1030
  */
996
1031
  getHealthCheck(args: GetHealthCheckCommandInput, options?: __HttpHandlerOptions): Promise<GetHealthCheckCommandOutput>;
997
1032
  getHealthCheck(args: GetHealthCheckCommandInput, cb: (err: any, data?: GetHealthCheckCommandOutput) => void): void;
998
1033
  getHealthCheck(args: GetHealthCheckCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetHealthCheckCommandOutput) => void): void;
999
1034
  /**
1035
+ * @public
1000
1036
  * <p>Retrieves the number of health checks that are associated with the current Amazon Web Services account.</p>
1001
1037
  */
1002
1038
  getHealthCheckCount(args: GetHealthCheckCountCommandInput, options?: __HttpHandlerOptions): Promise<GetHealthCheckCountCommandOutput>;
1003
1039
  getHealthCheckCount(args: GetHealthCheckCountCommandInput, cb: (err: any, data?: GetHealthCheckCountCommandOutput) => void): void;
1004
1040
  getHealthCheckCount(args: GetHealthCheckCountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetHealthCheckCountCommandOutput) => void): void;
1005
1041
  /**
1042
+ * @public
1006
1043
  * <p>Gets the reason that a specified health check failed most recently.</p>
1007
1044
  */
1008
1045
  getHealthCheckLastFailureReason(args: GetHealthCheckLastFailureReasonCommandInput, options?: __HttpHandlerOptions): Promise<GetHealthCheckLastFailureReasonCommandOutput>;
1009
1046
  getHealthCheckLastFailureReason(args: GetHealthCheckLastFailureReasonCommandInput, cb: (err: any, data?: GetHealthCheckLastFailureReasonCommandOutput) => void): void;
1010
1047
  getHealthCheckLastFailureReason(args: GetHealthCheckLastFailureReasonCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetHealthCheckLastFailureReasonCommandOutput) => void): void;
1011
1048
  /**
1049
+ * @public
1012
1050
  * <p>Gets status of a specified health check. </p>
1013
1051
  * <important>
1014
1052
  * <p>This API is intended for use during development to diagnose behavior. It doesn’t
@@ -1020,6 +1058,7 @@ export declare class Route53 extends Route53Client {
1020
1058
  getHealthCheckStatus(args: GetHealthCheckStatusCommandInput, cb: (err: any, data?: GetHealthCheckStatusCommandOutput) => void): void;
1021
1059
  getHealthCheckStatus(args: GetHealthCheckStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetHealthCheckStatusCommandOutput) => void): void;
1022
1060
  /**
1061
+ * @public
1023
1062
  * <p>Gets information about a specified hosted zone including the four name servers
1024
1063
  * assigned to the hosted zone.</p>
1025
1064
  */
@@ -1027,12 +1066,14 @@ export declare class Route53 extends Route53Client {
1027
1066
  getHostedZone(args: GetHostedZoneCommandInput, cb: (err: any, data?: GetHostedZoneCommandOutput) => void): void;
1028
1067
  getHostedZone(args: GetHostedZoneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetHostedZoneCommandOutput) => void): void;
1029
1068
  /**
1069
+ * @public
1030
1070
  * <p>Retrieves the number of hosted zones that are associated with the current Amazon Web Services account.</p>
1031
1071
  */
1032
1072
  getHostedZoneCount(args: GetHostedZoneCountCommandInput, options?: __HttpHandlerOptions): Promise<GetHostedZoneCountCommandOutput>;
1033
1073
  getHostedZoneCount(args: GetHostedZoneCountCommandInput, cb: (err: any, data?: GetHostedZoneCountCommandOutput) => void): void;
1034
1074
  getHostedZoneCount(args: GetHostedZoneCountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetHostedZoneCountCommandOutput) => void): void;
1035
1075
  /**
1076
+ * @public
1036
1077
  * <p>Gets the specified limit for a specified hosted zone, for example, the maximum number
1037
1078
  * of records that you can create in the hosted zone. </p>
1038
1079
  * <p>For the default limit, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a> in the
@@ -1043,6 +1084,7 @@ export declare class Route53 extends Route53Client {
1043
1084
  getHostedZoneLimit(args: GetHostedZoneLimitCommandInput, cb: (err: any, data?: GetHostedZoneLimitCommandOutput) => void): void;
1044
1085
  getHostedZoneLimit(args: GetHostedZoneLimitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetHostedZoneLimitCommandOutput) => void): void;
1045
1086
  /**
1087
+ * @public
1046
1088
  * <p>Gets information about a specified configuration for DNS query logging.</p>
1047
1089
  * <p>For more information about DNS query logs, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateQueryLoggingConfig.html">CreateQueryLoggingConfig</a> and <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html">Logging DNS
1048
1090
  * Queries</a>.</p>
@@ -1051,6 +1093,7 @@ export declare class Route53 extends Route53Client {
1051
1093
  getQueryLoggingConfig(args: GetQueryLoggingConfigCommandInput, cb: (err: any, data?: GetQueryLoggingConfigCommandOutput) => void): void;
1052
1094
  getQueryLoggingConfig(args: GetQueryLoggingConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetQueryLoggingConfigCommandOutput) => void): void;
1053
1095
  /**
1096
+ * @public
1054
1097
  * <p>Retrieves information about a specified reusable delegation set, including the four
1055
1098
  * name servers that are assigned to the delegation set.</p>
1056
1099
  */
@@ -1058,6 +1101,7 @@ export declare class Route53 extends Route53Client {
1058
1101
  getReusableDelegationSet(args: GetReusableDelegationSetCommandInput, cb: (err: any, data?: GetReusableDelegationSetCommandOutput) => void): void;
1059
1102
  getReusableDelegationSet(args: GetReusableDelegationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReusableDelegationSetCommandOutput) => void): void;
1060
1103
  /**
1104
+ * @public
1061
1105
  * <p>Gets the maximum number of hosted zones that you can associate with the specified
1062
1106
  * reusable delegation set.</p>
1063
1107
  * <p>For the default limit, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a> in the
@@ -1068,6 +1112,7 @@ export declare class Route53 extends Route53Client {
1068
1112
  getReusableDelegationSetLimit(args: GetReusableDelegationSetLimitCommandInput, cb: (err: any, data?: GetReusableDelegationSetLimitCommandOutput) => void): void;
1069
1113
  getReusableDelegationSetLimit(args: GetReusableDelegationSetLimitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReusableDelegationSetLimitCommandOutput) => void): void;
1070
1114
  /**
1115
+ * @public
1071
1116
  * <p>Gets information about a specific traffic policy version.</p>
1072
1117
  * <p>For information about how of deleting a traffic policy affects the response from
1073
1118
  * <code>GetTrafficPolicy</code>, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeleteTrafficPolicy.html">DeleteTrafficPolicy</a>. </p>
@@ -1076,6 +1121,7 @@ export declare class Route53 extends Route53Client {
1076
1121
  getTrafficPolicy(args: GetTrafficPolicyCommandInput, cb: (err: any, data?: GetTrafficPolicyCommandOutput) => void): void;
1077
1122
  getTrafficPolicy(args: GetTrafficPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTrafficPolicyCommandOutput) => void): void;
1078
1123
  /**
1124
+ * @public
1079
1125
  * <p>Gets information about a specified traffic policy instance.</p>
1080
1126
  * <note>
1081
1127
  * <p>After you submit a <code>CreateTrafficPolicyInstance</code> or an
@@ -1093,6 +1139,7 @@ export declare class Route53 extends Route53Client {
1093
1139
  getTrafficPolicyInstance(args: GetTrafficPolicyInstanceCommandInput, cb: (err: any, data?: GetTrafficPolicyInstanceCommandOutput) => void): void;
1094
1140
  getTrafficPolicyInstance(args: GetTrafficPolicyInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTrafficPolicyInstanceCommandOutput) => void): void;
1095
1141
  /**
1142
+ * @public
1096
1143
  * <p>Gets the number of traffic policy instances that are associated with the current
1097
1144
  * Amazon Web Services account.</p>
1098
1145
  */
@@ -1100,12 +1147,14 @@ export declare class Route53 extends Route53Client {
1100
1147
  getTrafficPolicyInstanceCount(args: GetTrafficPolicyInstanceCountCommandInput, cb: (err: any, data?: GetTrafficPolicyInstanceCountCommandOutput) => void): void;
1101
1148
  getTrafficPolicyInstanceCount(args: GetTrafficPolicyInstanceCountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTrafficPolicyInstanceCountCommandOutput) => void): void;
1102
1149
  /**
1150
+ * @public
1103
1151
  * <p>Returns a paginated list of location objects and their CIDR blocks.</p>
1104
1152
  */
1105
1153
  listCidrBlocks(args: ListCidrBlocksCommandInput, options?: __HttpHandlerOptions): Promise<ListCidrBlocksCommandOutput>;
1106
1154
  listCidrBlocks(args: ListCidrBlocksCommandInput, cb: (err: any, data?: ListCidrBlocksCommandOutput) => void): void;
1107
1155
  listCidrBlocks(args: ListCidrBlocksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCidrBlocksCommandOutput) => void): void;
1108
1156
  /**
1157
+ * @public
1109
1158
  * <p>Returns a paginated list of CIDR collections in the Amazon Web Services account
1110
1159
  * (metadata only).</p>
1111
1160
  */
@@ -1113,6 +1162,7 @@ export declare class Route53 extends Route53Client {
1113
1162
  listCidrCollections(args: ListCidrCollectionsCommandInput, cb: (err: any, data?: ListCidrCollectionsCommandOutput) => void): void;
1114
1163
  listCidrCollections(args: ListCidrCollectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCidrCollectionsCommandOutput) => void): void;
1115
1164
  /**
1165
+ * @public
1116
1166
  * <p>Returns a paginated list of CIDR locations for the given collection (metadata only,
1117
1167
  * does not include CIDR blocks).</p>
1118
1168
  */
@@ -1120,6 +1170,7 @@ export declare class Route53 extends Route53Client {
1120
1170
  listCidrLocations(args: ListCidrLocationsCommandInput, cb: (err: any, data?: ListCidrLocationsCommandOutput) => void): void;
1121
1171
  listCidrLocations(args: ListCidrLocationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCidrLocationsCommandOutput) => void): void;
1122
1172
  /**
1173
+ * @public
1123
1174
  * <p>Retrieves a list of supported geographic locations.</p>
1124
1175
  * <p>Countries are listed first, and continents are listed last. If Amazon Route 53
1125
1176
  * supports subdivisions for a country (for example, states or provinces), the subdivisions
@@ -1134,12 +1185,14 @@ export declare class Route53 extends Route53Client {
1134
1185
  listGeoLocations(args: ListGeoLocationsCommandInput, cb: (err: any, data?: ListGeoLocationsCommandOutput) => void): void;
1135
1186
  listGeoLocations(args: ListGeoLocationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGeoLocationsCommandOutput) => void): void;
1136
1187
  /**
1188
+ * @public
1137
1189
  * <p>Retrieve a list of the health checks that are associated with the current Amazon Web Services account. </p>
1138
1190
  */
1139
1191
  listHealthChecks(args: ListHealthChecksCommandInput, options?: __HttpHandlerOptions): Promise<ListHealthChecksCommandOutput>;
1140
1192
  listHealthChecks(args: ListHealthChecksCommandInput, cb: (err: any, data?: ListHealthChecksCommandOutput) => void): void;
1141
1193
  listHealthChecks(args: ListHealthChecksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHealthChecksCommandOutput) => void): void;
1142
1194
  /**
1195
+ * @public
1143
1196
  * <p>Retrieves a list of the public and private hosted zones that are associated with the
1144
1197
  * current Amazon Web Services account. The response includes a <code>HostedZones</code>
1145
1198
  * child element for each hosted zone.</p>
@@ -1151,6 +1204,7 @@ export declare class Route53 extends Route53Client {
1151
1204
  listHostedZones(args: ListHostedZonesCommandInput, cb: (err: any, data?: ListHostedZonesCommandOutput) => void): void;
1152
1205
  listHostedZones(args: ListHostedZonesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHostedZonesCommandOutput) => void): void;
1153
1206
  /**
1207
+ * @public
1154
1208
  * <p>Retrieves a list of your hosted zones in lexicographic order. The response includes a
1155
1209
  * <code>HostedZones</code> child element for each hosted zone created by the current
1156
1210
  * Amazon Web Services account. </p>
@@ -1212,6 +1266,7 @@ export declare class Route53 extends Route53Client {
1212
1266
  listHostedZonesByName(args: ListHostedZonesByNameCommandInput, cb: (err: any, data?: ListHostedZonesByNameCommandOutput) => void): void;
1213
1267
  listHostedZonesByName(args: ListHostedZonesByNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHostedZonesByNameCommandOutput) => void): void;
1214
1268
  /**
1269
+ * @public
1215
1270
  * <p>Lists all the private hosted zones that a specified VPC is associated with, regardless
1216
1271
  * of which Amazon Web Services account or Amazon Web Services service owns the hosted zones.
1217
1272
  * The <code>HostedZoneOwner</code> structure in the response contains one of the following
@@ -1257,6 +1312,7 @@ export declare class Route53 extends Route53Client {
1257
1312
  listHostedZonesByVPC(args: ListHostedZonesByVPCCommandInput, cb: (err: any, data?: ListHostedZonesByVPCCommandOutput) => void): void;
1258
1313
  listHostedZonesByVPC(args: ListHostedZonesByVPCCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHostedZonesByVPCCommandOutput) => void): void;
1259
1314
  /**
1315
+ * @public
1260
1316
  * <p>Lists the configurations for DNS query logging that are associated with the current
1261
1317
  * Amazon Web Services account or the configuration that is associated with a specified
1262
1318
  * hosted zone.</p>
@@ -1268,6 +1324,7 @@ export declare class Route53 extends Route53Client {
1268
1324
  listQueryLoggingConfigs(args: ListQueryLoggingConfigsCommandInput, cb: (err: any, data?: ListQueryLoggingConfigsCommandOutput) => void): void;
1269
1325
  listQueryLoggingConfigs(args: ListQueryLoggingConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQueryLoggingConfigsCommandOutput) => void): void;
1270
1326
  /**
1327
+ * @public
1271
1328
  * <p>Lists the resource record sets in a specified hosted zone.</p>
1272
1329
  * <p>
1273
1330
  * <code>ListResourceRecordSets</code> returns up to 300 resource record sets at a time
@@ -1344,6 +1401,7 @@ export declare class Route53 extends Route53Client {
1344
1401
  listResourceRecordSets(args: ListResourceRecordSetsCommandInput, cb: (err: any, data?: ListResourceRecordSetsCommandOutput) => void): void;
1345
1402
  listResourceRecordSets(args: ListResourceRecordSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceRecordSetsCommandOutput) => void): void;
1346
1403
  /**
1404
+ * @public
1347
1405
  * <p>Retrieves a list of the reusable delegation sets that are associated with the current
1348
1406
  * Amazon Web Services account.</p>
1349
1407
  */
@@ -1351,6 +1409,7 @@ export declare class Route53 extends Route53Client {
1351
1409
  listReusableDelegationSets(args: ListReusableDelegationSetsCommandInput, cb: (err: any, data?: ListReusableDelegationSetsCommandOutput) => void): void;
1352
1410
  listReusableDelegationSets(args: ListReusableDelegationSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReusableDelegationSetsCommandOutput) => void): void;
1353
1411
  /**
1412
+ * @public
1354
1413
  * <p>Lists tags for one health check or hosted zone. </p>
1355
1414
  * <p>For information about using tags for cost allocation, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Using Cost Allocation
1356
1415
  * Tags</a> in the <i>Billing and Cost Management User Guide</i>.</p>
@@ -1359,6 +1418,7 @@ export declare class Route53 extends Route53Client {
1359
1418
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
1360
1419
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
1361
1420
  /**
1421
+ * @public
1362
1422
  * <p>Lists tags for up to 10 health checks or hosted zones.</p>
1363
1423
  * <p>For information about using tags for cost allocation, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Using Cost Allocation
1364
1424
  * Tags</a> in the <i>Billing and Cost Management User Guide</i>.</p>
@@ -1367,6 +1427,7 @@ export declare class Route53 extends Route53Client {
1367
1427
  listTagsForResources(args: ListTagsForResourcesCommandInput, cb: (err: any, data?: ListTagsForResourcesCommandOutput) => void): void;
1368
1428
  listTagsForResources(args: ListTagsForResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourcesCommandOutput) => void): void;
1369
1429
  /**
1430
+ * @public
1370
1431
  * <p>Gets information about the latest version for every traffic policy that is associated
1371
1432
  * with the current Amazon Web Services account. Policies are listed in the order that they
1372
1433
  * were created in. </p>
@@ -1377,6 +1438,7 @@ export declare class Route53 extends Route53Client {
1377
1438
  listTrafficPolicies(args: ListTrafficPoliciesCommandInput, cb: (err: any, data?: ListTrafficPoliciesCommandOutput) => void): void;
1378
1439
  listTrafficPolicies(args: ListTrafficPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrafficPoliciesCommandOutput) => void): void;
1379
1440
  /**
1441
+ * @public
1380
1442
  * <p>Gets information about the traffic policy instances that you created by using the
1381
1443
  * current Amazon Web Services account.</p>
1382
1444
  * <note>
@@ -1393,6 +1455,7 @@ export declare class Route53 extends Route53Client {
1393
1455
  listTrafficPolicyInstances(args: ListTrafficPolicyInstancesCommandInput, cb: (err: any, data?: ListTrafficPolicyInstancesCommandOutput) => void): void;
1394
1456
  listTrafficPolicyInstances(args: ListTrafficPolicyInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrafficPolicyInstancesCommandOutput) => void): void;
1395
1457
  /**
1458
+ * @public
1396
1459
  * <p>Gets information about the traffic policy instances that you created in a specified
1397
1460
  * hosted zone.</p>
1398
1461
  * <note>
@@ -1410,6 +1473,7 @@ export declare class Route53 extends Route53Client {
1410
1473
  listTrafficPolicyInstancesByHostedZone(args: ListTrafficPolicyInstancesByHostedZoneCommandInput, cb: (err: any, data?: ListTrafficPolicyInstancesByHostedZoneCommandOutput) => void): void;
1411
1474
  listTrafficPolicyInstancesByHostedZone(args: ListTrafficPolicyInstancesByHostedZoneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrafficPolicyInstancesByHostedZoneCommandOutput) => void): void;
1412
1475
  /**
1476
+ * @public
1413
1477
  * <p>Gets information about the traffic policy instances that you created by using a
1414
1478
  * specify traffic policy version.</p>
1415
1479
  * <note>
@@ -1427,6 +1491,7 @@ export declare class Route53 extends Route53Client {
1427
1491
  listTrafficPolicyInstancesByPolicy(args: ListTrafficPolicyInstancesByPolicyCommandInput, cb: (err: any, data?: ListTrafficPolicyInstancesByPolicyCommandOutput) => void): void;
1428
1492
  listTrafficPolicyInstancesByPolicy(args: ListTrafficPolicyInstancesByPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrafficPolicyInstancesByPolicyCommandOutput) => void): void;
1429
1493
  /**
1494
+ * @public
1430
1495
  * <p>Gets information about all of the versions for a specified traffic policy.</p>
1431
1496
  * <p>Traffic policy versions are listed in numerical order by
1432
1497
  * <code>VersionNumber</code>.</p>
@@ -1435,6 +1500,7 @@ export declare class Route53 extends Route53Client {
1435
1500
  listTrafficPolicyVersions(args: ListTrafficPolicyVersionsCommandInput, cb: (err: any, data?: ListTrafficPolicyVersionsCommandOutput) => void): void;
1436
1501
  listTrafficPolicyVersions(args: ListTrafficPolicyVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrafficPolicyVersionsCommandOutput) => void): void;
1437
1502
  /**
1503
+ * @public
1438
1504
  * <p>Gets a list of the VPCs that were created by other accounts and that can be associated
1439
1505
  * with a specified hosted zone because you've submitted one or more
1440
1506
  * <code>CreateVPCAssociationAuthorization</code> requests. </p>
@@ -1445,6 +1511,7 @@ export declare class Route53 extends Route53Client {
1445
1511
  listVPCAssociationAuthorizations(args: ListVPCAssociationAuthorizationsCommandInput, cb: (err: any, data?: ListVPCAssociationAuthorizationsCommandOutput) => void): void;
1446
1512
  listVPCAssociationAuthorizations(args: ListVPCAssociationAuthorizationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVPCAssociationAuthorizationsCommandOutput) => void): void;
1447
1513
  /**
1514
+ * @public
1448
1515
  * <p>Gets the value that Amazon Route 53 returns in response to a DNS request for a
1449
1516
  * specified record name and type. You can optionally specify the IP address of a DNS
1450
1517
  * resolver, an EDNS0 client subnet IP address, and a subnet mask. </p>
@@ -1454,6 +1521,7 @@ export declare class Route53 extends Route53Client {
1454
1521
  testDNSAnswer(args: TestDNSAnswerCommandInput, cb: (err: any, data?: TestDNSAnswerCommandOutput) => void): void;
1455
1522
  testDNSAnswer(args: TestDNSAnswerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestDNSAnswerCommandOutput) => void): void;
1456
1523
  /**
1524
+ * @public
1457
1525
  * <p>Updates an existing health check. Note that some values can't be updated. </p>
1458
1526
  * <p>For more information about updating health checks, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/health-checks-creating-deleting.html">Creating,
1459
1527
  * Updating, and Deleting Health Checks</a> in the <i>Amazon Route 53
@@ -1463,18 +1531,21 @@ export declare class Route53 extends Route53Client {
1463
1531
  updateHealthCheck(args: UpdateHealthCheckCommandInput, cb: (err: any, data?: UpdateHealthCheckCommandOutput) => void): void;
1464
1532
  updateHealthCheck(args: UpdateHealthCheckCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHealthCheckCommandOutput) => void): void;
1465
1533
  /**
1534
+ * @public
1466
1535
  * <p>Updates the comment for a specified hosted zone.</p>
1467
1536
  */
1468
1537
  updateHostedZoneComment(args: UpdateHostedZoneCommentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHostedZoneCommentCommandOutput>;
1469
1538
  updateHostedZoneComment(args: UpdateHostedZoneCommentCommandInput, cb: (err: any, data?: UpdateHostedZoneCommentCommandOutput) => void): void;
1470
1539
  updateHostedZoneComment(args: UpdateHostedZoneCommentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHostedZoneCommentCommandOutput) => void): void;
1471
1540
  /**
1541
+ * @public
1472
1542
  * <p>Updates the comment for a specified traffic policy version.</p>
1473
1543
  */
1474
1544
  updateTrafficPolicyComment(args: UpdateTrafficPolicyCommentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTrafficPolicyCommentCommandOutput>;
1475
1545
  updateTrafficPolicyComment(args: UpdateTrafficPolicyCommentCommandInput, cb: (err: any, data?: UpdateTrafficPolicyCommentCommandOutput) => void): void;
1476
1546
  updateTrafficPolicyComment(args: UpdateTrafficPolicyCommentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTrafficPolicyCommentCommandOutput) => void): void;
1477
1547
  /**
1548
+ * @public
1478
1549
  * <p>Updates the resource record sets in a specified hosted zone that were created based on
1479
1550
  * the settings in a specified traffic policy version.</p>
1480
1551
  * <p>When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS
@@ -78,15 +78,24 @@ import { UpdateHostedZoneCommentCommandInput, UpdateHostedZoneCommentCommandOutp
78
78
  import { UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentCommandOutput } from "./commands/UpdateTrafficPolicyCommentCommand";
79
79
  import { UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput } from "./commands/UpdateTrafficPolicyInstanceCommand";
80
80
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
81
+ /**
82
+ * @public
83
+ */
81
84
  export type ServiceInputTypes = ActivateKeySigningKeyCommandInput | AssociateVPCWithHostedZoneCommandInput | ChangeCidrCollectionCommandInput | ChangeResourceRecordSetsCommandInput | ChangeTagsForResourceCommandInput | CreateCidrCollectionCommandInput | CreateHealthCheckCommandInput | CreateHostedZoneCommandInput | CreateKeySigningKeyCommandInput | CreateQueryLoggingConfigCommandInput | CreateReusableDelegationSetCommandInput | CreateTrafficPolicyCommandInput | CreateTrafficPolicyInstanceCommandInput | CreateTrafficPolicyVersionCommandInput | CreateVPCAssociationAuthorizationCommandInput | DeactivateKeySigningKeyCommandInput | DeleteCidrCollectionCommandInput | DeleteHealthCheckCommandInput | DeleteHostedZoneCommandInput | DeleteKeySigningKeyCommandInput | DeleteQueryLoggingConfigCommandInput | DeleteReusableDelegationSetCommandInput | DeleteTrafficPolicyCommandInput | DeleteTrafficPolicyInstanceCommandInput | DeleteVPCAssociationAuthorizationCommandInput | DisableHostedZoneDNSSECCommandInput | DisassociateVPCFromHostedZoneCommandInput | EnableHostedZoneDNSSECCommandInput | GetAccountLimitCommandInput | GetChangeCommandInput | GetCheckerIpRangesCommandInput | GetDNSSECCommandInput | GetGeoLocationCommandInput | GetHealthCheckCommandInput | GetHealthCheckCountCommandInput | GetHealthCheckLastFailureReasonCommandInput | GetHealthCheckStatusCommandInput | GetHostedZoneCommandInput | GetHostedZoneCountCommandInput | GetHostedZoneLimitCommandInput | GetQueryLoggingConfigCommandInput | GetReusableDelegationSetCommandInput | GetReusableDelegationSetLimitCommandInput | GetTrafficPolicyCommandInput | GetTrafficPolicyInstanceCommandInput | GetTrafficPolicyInstanceCountCommandInput | ListCidrBlocksCommandInput | ListCidrCollectionsCommandInput | ListCidrLocationsCommandInput | ListGeoLocationsCommandInput | ListHealthChecksCommandInput | ListHostedZonesByNameCommandInput | ListHostedZonesByVPCCommandInput | ListHostedZonesCommandInput | ListQueryLoggingConfigsCommandInput | ListResourceRecordSetsCommandInput | ListReusableDelegationSetsCommandInput | ListTagsForResourceCommandInput | ListTagsForResourcesCommandInput | ListTrafficPoliciesCommandInput | ListTrafficPolicyInstancesByHostedZoneCommandInput | ListTrafficPolicyInstancesByPolicyCommandInput | ListTrafficPolicyInstancesCommandInput | ListTrafficPolicyVersionsCommandInput | ListVPCAssociationAuthorizationsCommandInput | TestDNSAnswerCommandInput | UpdateHealthCheckCommandInput | UpdateHostedZoneCommentCommandInput | UpdateTrafficPolicyCommentCommandInput | UpdateTrafficPolicyInstanceCommandInput;
85
+ /**
86
+ * @public
87
+ */
82
88
  export type ServiceOutputTypes = ActivateKeySigningKeyCommandOutput | AssociateVPCWithHostedZoneCommandOutput | ChangeCidrCollectionCommandOutput | ChangeResourceRecordSetsCommandOutput | ChangeTagsForResourceCommandOutput | CreateCidrCollectionCommandOutput | CreateHealthCheckCommandOutput | CreateHostedZoneCommandOutput | CreateKeySigningKeyCommandOutput | CreateQueryLoggingConfigCommandOutput | CreateReusableDelegationSetCommandOutput | CreateTrafficPolicyCommandOutput | CreateTrafficPolicyInstanceCommandOutput | CreateTrafficPolicyVersionCommandOutput | CreateVPCAssociationAuthorizationCommandOutput | DeactivateKeySigningKeyCommandOutput | DeleteCidrCollectionCommandOutput | DeleteHealthCheckCommandOutput | DeleteHostedZoneCommandOutput | DeleteKeySigningKeyCommandOutput | DeleteQueryLoggingConfigCommandOutput | DeleteReusableDelegationSetCommandOutput | DeleteTrafficPolicyCommandOutput | DeleteTrafficPolicyInstanceCommandOutput | DeleteVPCAssociationAuthorizationCommandOutput | DisableHostedZoneDNSSECCommandOutput | DisassociateVPCFromHostedZoneCommandOutput | EnableHostedZoneDNSSECCommandOutput | GetAccountLimitCommandOutput | GetChangeCommandOutput | GetCheckerIpRangesCommandOutput | GetDNSSECCommandOutput | GetGeoLocationCommandOutput | GetHealthCheckCommandOutput | GetHealthCheckCountCommandOutput | GetHealthCheckLastFailureReasonCommandOutput | GetHealthCheckStatusCommandOutput | GetHostedZoneCommandOutput | GetHostedZoneCountCommandOutput | GetHostedZoneLimitCommandOutput | GetQueryLoggingConfigCommandOutput | GetReusableDelegationSetCommandOutput | GetReusableDelegationSetLimitCommandOutput | GetTrafficPolicyCommandOutput | GetTrafficPolicyInstanceCommandOutput | GetTrafficPolicyInstanceCountCommandOutput | ListCidrBlocksCommandOutput | ListCidrCollectionsCommandOutput | ListCidrLocationsCommandOutput | ListGeoLocationsCommandOutput | ListHealthChecksCommandOutput | ListHostedZonesByNameCommandOutput | ListHostedZonesByVPCCommandOutput | ListHostedZonesCommandOutput | ListQueryLoggingConfigsCommandOutput | ListResourceRecordSetsCommandOutput | ListReusableDelegationSetsCommandOutput | ListTagsForResourceCommandOutput | ListTagsForResourcesCommandOutput | ListTrafficPoliciesCommandOutput | ListTrafficPolicyInstancesByHostedZoneCommandOutput | ListTrafficPolicyInstancesByPolicyCommandOutput | ListTrafficPolicyInstancesCommandOutput | ListTrafficPolicyVersionsCommandOutput | ListVPCAssociationAuthorizationsCommandOutput | TestDNSAnswerCommandOutput | UpdateHealthCheckCommandOutput | UpdateHostedZoneCommentCommandOutput | UpdateTrafficPolicyCommentCommandOutput | UpdateTrafficPolicyInstanceCommandOutput;
89
+ /**
90
+ * @public
91
+ */
83
92
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
84
93
  /**
85
94
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
86
95
  */
87
96
  requestHandler?: __HttpHandler;
88
97
  /**
89
- * A constructor for a class implementing the {@link __Checksum} interface
98
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
90
99
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
91
100
  * @internal
92
101
  */
@@ -176,23 +185,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
176
185
  */
177
186
  logger?: __Logger;
178
187
  /**
179
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
188
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
180
189
  */
181
190
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
182
191
  }
192
+ /**
193
+ * @public
194
+ */
183
195
  type Route53ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
184
196
  /**
185
- * The configuration interface of Route53Client class constructor that set the region, credentials and other options.
197
+ * @public
198
+ *
199
+ * The configuration interface of Route53Client class constructor that set the region, credentials and other options.
186
200
  */
187
201
  export interface Route53ClientConfig extends Route53ClientConfigType {
188
202
  }
203
+ /**
204
+ * @public
205
+ */
189
206
  type Route53ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
190
207
  /**
191
- * The resolved configuration interface of Route53Client class. This is resolved and normalized from the {@link Route53ClientConfig | constructor configuration interface}.
208
+ * @public
209
+ *
210
+ * The resolved configuration interface of Route53Client class. This is resolved and normalized from the {@link Route53ClientConfig | constructor configuration interface}.
192
211
  */
193
212
  export interface Route53ClientResolvedConfig extends Route53ClientResolvedConfigType {
194
213
  }
195
214
  /**
215
+ * @public
196
216
  * <p>Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web
197
217
  * service.</p>
198
218
  * <p>You can use Route 53 to:</p>