@aws-sdk/client-route-53 3.95.0 → 3.103.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 (119) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/README.md +2 -1
  3. package/dist-cjs/Route53.js +90 -0
  4. package/dist-cjs/commands/ChangeCidrCollectionCommand.js +38 -0
  5. package/dist-cjs/commands/CreateCidrCollectionCommand.js +36 -0
  6. package/dist-cjs/commands/DeleteCidrCollectionCommand.js +38 -0
  7. package/dist-cjs/commands/ListCidrBlocksCommand.js +36 -0
  8. package/dist-cjs/commands/ListCidrCollectionsCommand.js +36 -0
  9. package/dist-cjs/commands/ListCidrLocationsCommand.js +36 -0
  10. package/dist-cjs/commands/index.js +6 -0
  11. package/dist-cjs/models/models_0.js +202 -5
  12. package/dist-cjs/pagination/ListCidrBlocksPaginator.js +36 -0
  13. package/dist-cjs/pagination/ListCidrCollectionsPaginator.js +36 -0
  14. package/dist-cjs/pagination/ListCidrLocationsPaginator.js +36 -0
  15. package/dist-cjs/pagination/index.js +3 -0
  16. package/dist-cjs/protocols/Aws_restXml.js +784 -63
  17. package/dist-cjs/runtimeConfig.js +2 -0
  18. package/dist-es/Route53.js +90 -0
  19. package/dist-es/commands/ChangeCidrCollectionCommand.js +41 -0
  20. package/dist-es/commands/CreateCidrCollectionCommand.js +39 -0
  21. package/dist-es/commands/DeleteCidrCollectionCommand.js +41 -0
  22. package/dist-es/commands/ListCidrBlocksCommand.js +39 -0
  23. package/dist-es/commands/ListCidrCollectionsCommand.js +39 -0
  24. package/dist-es/commands/ListCidrLocationsCommand.js +39 -0
  25. package/dist-es/commands/index.js +6 -0
  26. package/dist-es/models/models_0.js +155 -0
  27. package/dist-es/pagination/ListCidrBlocksPaginator.js +75 -0
  28. package/dist-es/pagination/ListCidrCollectionsPaginator.js +75 -0
  29. package/dist-es/pagination/ListCidrLocationsPaginator.js +75 -0
  30. package/dist-es/pagination/index.js +3 -0
  31. package/dist-es/protocols/Aws_restXml.js +966 -99
  32. package/dist-es/runtimeConfig.js +2 -0
  33. package/dist-types/Route53.d.ts +768 -557
  34. package/dist-types/Route53Client.d.ts +10 -3
  35. package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +2 -2
  36. package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +19 -18
  37. package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +60 -0
  38. package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +63 -53
  39. package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +2 -3
  40. package/dist-types/commands/CreateCidrCollectionCommand.d.ts +37 -0
  41. package/dist-types/commands/CreateHealthCheckCommand.d.ts +20 -19
  42. package/dist-types/commands/CreateHostedZoneCommand.d.ts +40 -31
  43. package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +2 -1
  44. package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +103 -74
  45. package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +42 -35
  46. package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +3 -2
  47. package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +6 -4
  48. package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +7 -5
  49. package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +10 -8
  50. package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +2 -2
  51. package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +36 -0
  52. package/dist-types/commands/DeleteHealthCheckCommand.d.ts +12 -11
  53. package/dist-types/commands/DeleteHostedZoneCommand.d.ts +33 -30
  54. package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +4 -4
  55. package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +4 -5
  56. package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +5 -4
  57. package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +10 -9
  58. package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +4 -2
  59. package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +10 -7
  60. package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +2 -2
  61. package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +30 -23
  62. package/dist-types/commands/GetAccountLimitCommand.d.ts +7 -8
  63. package/dist-types/commands/GetChangeCommand.d.ts +5 -3
  64. package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +7 -5
  65. package/dist-types/commands/GetDNSSECCommand.d.ts +2 -1
  66. package/dist-types/commands/GetGeoLocationCommand.d.ts +17 -12
  67. package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +4 -2
  68. package/dist-types/commands/GetHostedZoneCommand.d.ts +2 -1
  69. package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +5 -5
  70. package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +2 -5
  71. package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +2 -2
  72. package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +5 -4
  73. package/dist-types/commands/GetTrafficPolicyCommand.d.ts +2 -3
  74. package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +7 -4
  75. package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +2 -1
  76. package/dist-types/commands/ListCidrBlocksCommand.d.ts +35 -0
  77. package/dist-types/commands/ListCidrCollectionsCommand.d.ts +36 -0
  78. package/dist-types/commands/ListCidrLocationsCommand.d.ts +36 -0
  79. package/dist-types/commands/ListGeoLocationsCommand.d.ts +8 -5
  80. package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +38 -27
  81. package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +22 -18
  82. package/dist-types/commands/ListHostedZonesCommand.d.ts +6 -4
  83. package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +6 -8
  84. package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +42 -35
  85. package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +2 -1
  86. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -3
  87. package/dist-types/commands/ListTagsForResourcesCommand.d.ts +2 -3
  88. package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +5 -7
  89. package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +10 -6
  90. package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +10 -6
  91. package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +9 -5
  92. package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +2 -1
  93. package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +5 -4
  94. package/dist-types/commands/TestDNSAnswerCommand.d.ts +3 -2
  95. package/dist-types/commands/UpdateHealthCheckCommand.d.ts +3 -3
  96. package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +15 -8
  97. package/dist-types/commands/index.d.ts +6 -0
  98. package/dist-types/models/models_0.d.ts +3053 -1877
  99. package/dist-types/pagination/ListCidrBlocksPaginator.d.ts +4 -0
  100. package/dist-types/pagination/ListCidrCollectionsPaginator.d.ts +4 -0
  101. package/dist-types/pagination/ListCidrLocationsPaginator.d.ts +4 -0
  102. package/dist-types/pagination/index.d.ts +3 -0
  103. package/dist-types/protocols/Aws_restXml.d.ts +18 -0
  104. package/dist-types/ts3.4/Route53.d.ts +14 -0
  105. package/dist-types/ts3.4/Route53Client.d.ts +8 -2
  106. package/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  113. package/dist-types/ts3.4/models/models_0.d.ts +248 -0
  114. package/dist-types/ts3.4/pagination/ListCidrBlocksPaginator.d.ts +4 -0
  115. package/dist-types/ts3.4/pagination/ListCidrCollectionsPaginator.d.ts +4 -0
  116. package/dist-types/ts3.4/pagination/ListCidrLocationsPaginator.d.ts +4 -0
  117. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  118. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +18 -0
  119. package/package.json +6 -6
@@ -1,8 +1,10 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { ActivateKeySigningKeyCommandInput, ActivateKeySigningKeyCommandOutput } from "./commands/ActivateKeySigningKeyCommand";
3
3
  import { AssociateVPCWithHostedZoneCommandInput, AssociateVPCWithHostedZoneCommandOutput } from "./commands/AssociateVPCWithHostedZoneCommand";
4
+ import { ChangeCidrCollectionCommandInput, ChangeCidrCollectionCommandOutput } from "./commands/ChangeCidrCollectionCommand";
4
5
  import { ChangeResourceRecordSetsCommandInput, ChangeResourceRecordSetsCommandOutput } from "./commands/ChangeResourceRecordSetsCommand";
5
6
  import { ChangeTagsForResourceCommandInput, ChangeTagsForResourceCommandOutput } from "./commands/ChangeTagsForResourceCommand";
7
+ import { CreateCidrCollectionCommandInput, CreateCidrCollectionCommandOutput } from "./commands/CreateCidrCollectionCommand";
6
8
  import { CreateHealthCheckCommandInput, CreateHealthCheckCommandOutput } from "./commands/CreateHealthCheckCommand";
7
9
  import { CreateHostedZoneCommandInput, CreateHostedZoneCommandOutput } from "./commands/CreateHostedZoneCommand";
8
10
  import { CreateKeySigningKeyCommandInput, CreateKeySigningKeyCommandOutput } from "./commands/CreateKeySigningKeyCommand";
@@ -13,6 +15,7 @@ import { CreateTrafficPolicyInstanceCommandInput, CreateTrafficPolicyInstanceCom
13
15
  import { CreateTrafficPolicyVersionCommandInput, CreateTrafficPolicyVersionCommandOutput } from "./commands/CreateTrafficPolicyVersionCommand";
14
16
  import { CreateVPCAssociationAuthorizationCommandInput, CreateVPCAssociationAuthorizationCommandOutput } from "./commands/CreateVPCAssociationAuthorizationCommand";
15
17
  import { DeactivateKeySigningKeyCommandInput, DeactivateKeySigningKeyCommandOutput } from "./commands/DeactivateKeySigningKeyCommand";
18
+ import { DeleteCidrCollectionCommandInput, DeleteCidrCollectionCommandOutput } from "./commands/DeleteCidrCollectionCommand";
16
19
  import { DeleteHealthCheckCommandInput, DeleteHealthCheckCommandOutput } from "./commands/DeleteHealthCheckCommand";
17
20
  import { DeleteHostedZoneCommandInput, DeleteHostedZoneCommandOutput } from "./commands/DeleteHostedZoneCommand";
18
21
  import { DeleteKeySigningKeyCommandInput, DeleteKeySigningKeyCommandOutput } from "./commands/DeleteKeySigningKeyCommand";
@@ -42,6 +45,9 @@ import { GetReusableDelegationSetLimitCommandInput, GetReusableDelegationSetLimi
42
45
  import { GetTrafficPolicyCommandInput, GetTrafficPolicyCommandOutput } from "./commands/GetTrafficPolicyCommand";
43
46
  import { GetTrafficPolicyInstanceCommandInput, GetTrafficPolicyInstanceCommandOutput } from "./commands/GetTrafficPolicyInstanceCommand";
44
47
  import { GetTrafficPolicyInstanceCountCommandInput, GetTrafficPolicyInstanceCountCommandOutput } from "./commands/GetTrafficPolicyInstanceCountCommand";
48
+ import { ListCidrBlocksCommandInput, ListCidrBlocksCommandOutput } from "./commands/ListCidrBlocksCommand";
49
+ import { ListCidrCollectionsCommandInput, ListCidrCollectionsCommandOutput } from "./commands/ListCidrCollectionsCommand";
50
+ import { ListCidrLocationsCommandInput, ListCidrLocationsCommandOutput } from "./commands/ListCidrLocationsCommand";
45
51
  import { ListGeoLocationsCommandInput, ListGeoLocationsCommandOutput } from "./commands/ListGeoLocationsCommand";
46
52
  import { ListHealthChecksCommandInput, ListHealthChecksCommandOutput } from "./commands/ListHealthChecksCommand";
47
53
  import { ListHostedZonesByNameCommandInput, ListHostedZonesByNameCommandOutput } from "./commands/ListHostedZonesByNameCommand";
@@ -65,12 +71,13 @@ import { UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentComma
65
71
  import { UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput } from "./commands/UpdateTrafficPolicyInstanceCommand";
66
72
  import { Route53Client } from "./Route53Client";
67
73
  /**
68
- * <p>Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.</p>
74
+ * <p>Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web
75
+ * service.</p>
69
76
  */
70
77
  export declare class Route53 extends Route53Client {
71
78
  /**
72
- * <p>Activates a key-signing key (KSK) so that it can be used for signing by DNSSEC. This operation changes the
73
- * KSK status to <code>ACTIVE</code>.</p>
79
+ * <p>Activates a key-signing key (KSK) so that it can be used for signing by DNSSEC. This
80
+ * operation changes the KSK status to <code>ACTIVE</code>.</p>
74
81
  */
75
82
  activateKeySigningKey(args: ActivateKeySigningKeyCommandInput, options?: __HttpHandlerOptions): Promise<ActivateKeySigningKeyCommandOutput>;
76
83
  activateKeySigningKey(args: ActivateKeySigningKeyCommandInput, cb: (err: any, data?: ActivateKeySigningKeyCommandOutput) => void): void;
@@ -78,170 +85,220 @@ export declare class Route53 extends Route53Client {
78
85
  /**
79
86
  * <p>Associates an Amazon VPC with a private hosted zone. </p>
80
87
  * <important>
81
- * <p>To perform the association, the VPC and the private hosted zone must already exist.
82
- * You can't convert a public hosted zone into a private hosted zone.</p>
83
- * </important>
88
+ * <p>To perform the association, the VPC and the private hosted zone must already
89
+ * exist. You can't convert a public hosted zone into a private hosted zone.</p>
90
+ * </important>
84
91
  * <note>
85
- * <p>If you want to associate a VPC that was created by using one Amazon Web Services account with a private hosted zone that was created
86
- * by using a different account, the Amazon Web Services account that created the private hosted zone must first submit a
87
- * <code>CreateVPCAssociationAuthorization</code> request. Then the account that created the VPC must submit an
88
- * <code>AssociateVPCWithHostedZone</code> request.</p>
89
- * </note>
92
+ * <p>If you want to associate a VPC that was created by using one Amazon Web Services account with a private hosted zone that was created by using a
93
+ * different account, the Amazon Web Services account that created the private hosted
94
+ * zone must first submit a <code>CreateVPCAssociationAuthorization</code> request.
95
+ * Then the account that created the VPC must submit an
96
+ * <code>AssociateVPCWithHostedZone</code> request.</p>
97
+ * </note>
90
98
  * <note>
91
- * <p>When granting access, the hosted zone and the Amazon VPC must belong to the same partition. A
92
- * partition is a group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to one
93
- * partition.</p>
99
+ * <p>When granting access, the hosted zone and the Amazon VPC must belong to
100
+ * the same partition. A partition is a group of Amazon Web Services Regions. Each
101
+ * Amazon Web Services account is scoped to one partition.</p>
94
102
  * <p>The following are the supported partitions:</p>
95
103
  * <ul>
96
104
  * <li>
97
- * <p>
105
+ * <p>
98
106
  * <code>aws</code> - Amazon Web Services Regions</p>
99
- * </li>
107
+ * </li>
100
108
  * <li>
101
- * <p>
109
+ * <p>
102
110
  * <code>aws-cn</code> - China Regions</p>
103
- * </li>
111
+ * </li>
104
112
  * <li>
105
- * <p>
113
+ * <p>
106
114
  * <code>aws-us-gov</code> - Amazon Web Services GovCloud (US) Region</p>
107
- * </li>
115
+ * </li>
108
116
  * </ul>
109
117
  * <p>For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Access Management</a>
110
118
  * in the <i>Amazon Web Services General Reference</i>.</p>
111
- * </note>
119
+ * </note>
112
120
  */
113
121
  associateVPCWithHostedZone(args: AssociateVPCWithHostedZoneCommandInput, options?: __HttpHandlerOptions): Promise<AssociateVPCWithHostedZoneCommandOutput>;
114
122
  associateVPCWithHostedZone(args: AssociateVPCWithHostedZoneCommandInput, cb: (err: any, data?: AssociateVPCWithHostedZoneCommandOutput) => void): void;
115
123
  associateVPCWithHostedZone(args: AssociateVPCWithHostedZoneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateVPCWithHostedZoneCommandOutput) => void): void;
116
124
  /**
117
- * <p>Creates, changes, or deletes a resource record set, which contains authoritative DNS information for a specified
118
- * domain name or subdomain name. For example, you can use <code>ChangeResourceRecordSets</code> to create a resource record set that
119
- * routes traffic for test.example.com to a web server that has an IP address of 192.0.2.44.</p>
120
- *
125
+ * <p>Creates, changes, or deletes CIDR blocks within a collection. Contains authoritative
126
+ * IP information mapping blocks to one or multiple locations.</p>
127
+ * <p>A change request can update multiple locations in a collection at a time, which is
128
+ * helpful if you want to move one or more CIDR blocks from one location to another in one
129
+ * transaction, without downtime. </p>
130
+ * <p>
131
+ * <b>Limits</b>
132
+ * </p>
133
+ * <p>The max number of CIDR blocks included in the request is
134
+ * 1000.
135
+ * As a result, big updates require multiple API calls.</p>
136
+ * <p>
137
+ * <b> PUT and DELETE_IF_EXISTS</b>
138
+ * </p>
139
+ * <p>Use <code>ChangeCidrCollection</code> to perform the following actions:</p>
140
+ * <ul>
141
+ * <li>
142
+ * <p>
143
+ * <code>PUT</code>: Create a CIDR block within the specified collection.</p>
144
+ * </li>
145
+ * <li>
146
+ * <p>
147
+ * <code> DELETE_IF_EXISTS</code>: Delete an existing CIDR block from the
148
+ * collection.</p>
149
+ * </li>
150
+ * </ul>
151
+ */
152
+ changeCidrCollection(args: ChangeCidrCollectionCommandInput, options?: __HttpHandlerOptions): Promise<ChangeCidrCollectionCommandOutput>;
153
+ changeCidrCollection(args: ChangeCidrCollectionCommandInput, cb: (err: any, data?: ChangeCidrCollectionCommandOutput) => void): void;
154
+ changeCidrCollection(args: ChangeCidrCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ChangeCidrCollectionCommandOutput) => void): void;
155
+ /**
156
+ * <p>Creates, changes, or deletes a resource record set, which contains authoritative DNS
157
+ * information for a specified domain name or subdomain name. For example, you can use
158
+ * <code>ChangeResourceRecordSets</code> to create a resource record set that routes
159
+ * traffic for test.example.com to a web server that has an IP address of
160
+ * 192.0.2.44.</p>
121
161
  * <p>
122
162
  * <b>Deleting Resource Record Sets</b>
123
163
  * </p>
124
- * <p>To delete a resource record set, you must specify all the same values that you specified when you created it.</p>
125
- *
164
+ * <p>To delete a resource record set, you must specify all the same values that you
165
+ * specified when you created it.</p>
126
166
  * <p>
127
167
  * <b>Change Batches and Transactional Changes</b>
128
168
  * </p>
129
- * <p>The request body must include a document with a <code>ChangeResourceRecordSetsRequest</code> element.
130
- * The request body contains a list of change items, known as a change batch. Change batches are considered transactional changes.
131
- * Route 53 validates the changes in the request and then either makes all or none of the changes in the change batch request.
132
- * This ensures that DNS routing isn't adversely affected by partial changes to the resource record sets in a hosted zone. </p>
133
- * <p>For example, suppose a change batch request contains two changes: it deletes the <code>CNAME</code> resource record set for www.example.com and
134
- * creates an alias resource record set for www.example.com. If validation for both records succeeds, Route 53 deletes the first resource record set and
135
- * creates the second resource record set in a single operation. If validation for either the <code>DELETE</code> or the <code>CREATE</code> action fails,
136
- * then the request is canceled, and the original <code>CNAME</code> record continues to exist.</p>
169
+ * <p>The request body must include a document with a
170
+ * <code>ChangeResourceRecordSetsRequest</code> element. The request body contains a
171
+ * list of change items, known as a change batch. Change batches are considered
172
+ * transactional changes. Route 53 validates the changes in the request and then either
173
+ * makes all or none of the changes in the change batch request. This ensures that DNS
174
+ * routing isn't adversely affected by partial changes to the resource record sets in a
175
+ * hosted zone. </p>
176
+ * <p>For example, suppose a change batch request contains two changes: it deletes the
177
+ * <code>CNAME</code> resource record set for www.example.com and creates an alias
178
+ * resource record set for www.example.com. If validation for both records succeeds, Route
179
+ * 53 deletes the first resource record set and creates the second resource record set in a
180
+ * single operation. If validation for either the <code>DELETE</code> or the
181
+ * <code>CREATE</code> action fails, then the request is canceled, and the original
182
+ * <code>CNAME</code> record continues to exist.</p>
137
183
  * <note>
138
- * <p>If you try to delete the same resource record set more than once in a single change batch, Route 53 returns an <code>InvalidChangeBatch</code> error.</p>
184
+ * <p>If you try to delete the same resource record set more than once in a single
185
+ * change batch, Route 53 returns an <code>InvalidChangeBatch</code> error.</p>
139
186
  * </note>
140
- *
141
187
  * <p>
142
188
  * <b>Traffic Flow</b>
143
189
  * </p>
144
- * <p>To create resource record sets for complex routing configurations, use either the traffic flow visual editor in the
145
- * Route 53 console or the API actions for traffic policies and traffic policy instances. Save the configuration as a traffic policy,
146
- * then associate the traffic policy with one or more domain names (such as example.com) or subdomain names (such as www.example.com),
147
- * in the same hosted zone or in multiple hosted zones. You can roll back the updates if the new configuration isn't performing
148
- * as expected. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/traffic-flow.html">Using Traffic Flow to Route DNS Traffic</a>
149
- * in the <i>Amazon Route 53 Developer Guide</i>.</p>
150
- *
190
+ * <p>To create resource record sets for complex routing configurations, use either the
191
+ * traffic flow visual editor in the Route 53 console or the API actions for traffic
192
+ * policies and traffic policy instances. Save the configuration as a traffic policy, then
193
+ * associate the traffic policy with one or more domain names (such as example.com) or
194
+ * subdomain names (such as www.example.com), in the same hosted zone or in multiple hosted
195
+ * zones. You can roll back the updates if the new configuration isn't performing as
196
+ * expected. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/traffic-flow.html">Using Traffic Flow to Route
197
+ * DNS Traffic</a> in the <i>Amazon Route 53 Developer
198
+ * Guide</i>.</p>
151
199
  * <p>
152
200
  * <b>Create, Delete, and Upsert</b>
153
201
  * </p>
154
- * <p>Use <code>ChangeResourceRecordsSetsRequest</code> to perform the following actions:</p>
155
- * <ul>
202
+ * <p>Use <code>ChangeResourceRecordsSetsRequest</code> to perform the following
203
+ * actions:</p>
204
+ * <ul>
156
205
  * <li>
157
- * <p>
158
- * <code>CREATE</code>: Creates a resource record set that has the specified values.</p>
159
- * </li>
206
+ * <p>
207
+ * <code>CREATE</code>: Creates a resource record set that has the specified
208
+ * values.</p>
209
+ * </li>
160
210
  * <li>
161
- * <p>
162
- * <code>DELETE</code>: Deletes an existing resource record set that has the specified values.</p>
163
- * </li>
211
+ * <p>
212
+ * <code>DELETE</code>: Deletes an existing resource record set that has the
213
+ * specified values.</p>
214
+ * </li>
164
215
  * <li>
165
- * <p>
166
- * <code>UPSERT</code>: If a resource set exists Route 53 updates it with the values in the
167
- * request. </p>
168
- * </li>
216
+ * <p>
217
+ * <code>UPSERT</code>: If a resource set exists Route 53 updates it with the
218
+ * values in the request. </p>
219
+ * </li>
169
220
  * </ul>
170
- *
171
221
  * <p>
172
- * <b>Syntaxes for Creating, Updating, and Deleting Resource Record Sets</b>
222
+ * <b>Syntaxes for Creating, Updating, and Deleting Resource Record
223
+ * Sets</b>
173
224
  * </p>
174
- * <p>The syntax for a request depends on the type of resource record set that you want to create, delete, or update, such as
175
- * weighted, alias, or failover. The XML elements in your request must appear in the order listed in the syntax. </p>
176
- *
225
+ * <p>The syntax for a request depends on the type of resource record set that you want to
226
+ * create, delete, or update, such as weighted, alias, or failover. The XML elements in
227
+ * your request must appear in the order listed in the syntax. </p>
177
228
  *
178
229
  * <p>For an example for each type of resource record set, see "Examples."</p>
179
230
  *
180
- *
181
- * <p>Don't refer to the syntax in the "Parameter Syntax" section, which includes all of the elements for every kind of
182
- * resource record set that you can create, delete, or update by using <code>ChangeResourceRecordSets</code>. </p>
183
- *
231
+ * <p>Don't refer to the syntax in the "Parameter Syntax" section, which includes
232
+ * all of the elements for every kind of resource record set that you can create, delete,
233
+ * or update by using <code>ChangeResourceRecordSets</code>. </p>
184
234
  * <p>
185
235
  * <b>Change Propagation to Route 53 DNS Servers</b>
186
236
  * </p>
187
- * <p>When you submit a <code>ChangeResourceRecordSets</code> request, Route 53 propagates your changes to all of the
188
- * Route 53 authoritative DNS servers. While your changes are propagating, <code>GetChange</code> returns a status of
189
- * <code>PENDING</code>. When propagation is complete, <code>GetChange</code> returns a status of <code>INSYNC</code>.
190
- * Changes generally propagate to all Route 53 name servers within 60 seconds. For more information, see
191
- * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetChange.html">GetChange</a>.</p>
192
- *
237
+ * <p>When you submit a <code>ChangeResourceRecordSets</code> request, Route 53 propagates
238
+ * your changes to all of the Route 53 authoritative DNS servers. While your changes are
239
+ * propagating, <code>GetChange</code> returns a status of <code>PENDING</code>. When
240
+ * propagation is complete, <code>GetChange</code> returns a status of <code>INSYNC</code>.
241
+ * Changes generally propagate to all Route 53 name servers within 60 seconds. For more
242
+ * information, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetChange.html">GetChange</a>.</p>
193
243
  * <p>
194
244
  * <b>Limits on ChangeResourceRecordSets Requests</b>
195
245
  * </p>
196
- * <p>For information about the limits on a <code>ChangeResourceRecordSets</code> request, see
197
- * <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a> in the
198
- * <i>Amazon Route 53 Developer Guide</i>.</p>
246
+ * <p>For information about the limits on a <code>ChangeResourceRecordSets</code> request,
247
+ * see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a> in the <i>Amazon Route 53 Developer Guide</i>.</p>
199
248
  */
200
249
  changeResourceRecordSets(args: ChangeResourceRecordSetsCommandInput, options?: __HttpHandlerOptions): Promise<ChangeResourceRecordSetsCommandOutput>;
201
250
  changeResourceRecordSets(args: ChangeResourceRecordSetsCommandInput, cb: (err: any, data?: ChangeResourceRecordSetsCommandOutput) => void): void;
202
251
  changeResourceRecordSets(args: ChangeResourceRecordSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ChangeResourceRecordSetsCommandOutput) => void): void;
203
252
  /**
204
253
  * <p>Adds, edits, or deletes tags for a health check or a hosted zone.</p>
205
- * <p>For information about using tags for cost allocation, see
206
- * <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Using Cost Allocation Tags</a>
207
- * in the <i>Billing and Cost Management User Guide</i>.</p>
254
+ * <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
255
+ * Tags</a> in the <i>Billing and Cost Management User Guide</i>.</p>
208
256
  */
209
257
  changeTagsForResource(args: ChangeTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ChangeTagsForResourceCommandOutput>;
210
258
  changeTagsForResource(args: ChangeTagsForResourceCommandInput, cb: (err: any, data?: ChangeTagsForResourceCommandOutput) => void): void;
211
259
  changeTagsForResource(args: ChangeTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ChangeTagsForResourceCommandOutput) => void): void;
260
+ /**
261
+ * <p>Creates a CIDR collection in the
262
+ * current
263
+ * Amazon Web Services account.</p>
264
+ */
265
+ createCidrCollection(args: CreateCidrCollectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateCidrCollectionCommandOutput>;
266
+ createCidrCollection(args: CreateCidrCollectionCommandInput, cb: (err: any, data?: CreateCidrCollectionCommandOutput) => void): void;
267
+ createCidrCollection(args: CreateCidrCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCidrCollectionCommandOutput) => void): void;
212
268
  /**
213
269
  * <p>Creates a new health check.</p>
214
- * <p>For information about adding health checks to resource record sets, see
215
- * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_ResourceRecordSet.html#Route53-Type-ResourceRecordSet-HealthCheckId">HealthCheckId</a>
216
- * in
217
- * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_ChangeResourceRecordSets.html">ChangeResourceRecordSets</a>. </p>
218
- *
270
+ * <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>
219
271
  * <p>
220
272
  * <b>ELB Load Balancers</b>
221
273
  * </p>
222
- * <p>If you're registering EC2 instances with an Elastic Load Balancing (ELB) load balancer, do not create Amazon Route 53 health checks for the
223
- * EC2 instances. When you register an EC2 instance with a load balancer, you configure settings for an ELB health check, which performs a
224
- * similar function to a Route 53 health check.</p>
225
- *
274
+ * <p>If you're registering EC2 instances with an Elastic Load Balancing (ELB) load
275
+ * balancer, do not create Amazon Route 53 health checks for the EC2 instances. When you
276
+ * register an EC2 instance with a load balancer, you configure settings for an ELB health
277
+ * check, which performs a similar function to a Route 53 health check.</p>
226
278
  * <p>
227
279
  * <b>Private Hosted Zones</b>
228
280
  * </p>
229
- * <p>You can associate health checks with failover resource record sets in a private hosted zone. Note the following:</p>
281
+ * <p>You can associate health checks with failover resource record sets in a private hosted
282
+ * zone. Note the following:</p>
230
283
  * <ul>
231
284
  * <li>
232
- * <p>Route 53 health checkers are outside the VPC. To check the health of an endpoint within a VPC by IP address, you must
233
- * assign a public IP address to the instance in the VPC.</p>
285
+ * <p>Route 53 health checkers are outside the VPC. To check the health of an
286
+ * endpoint within a VPC by IP address, you must assign a public IP address to the
287
+ * instance in the VPC.</p>
234
288
  * </li>
235
289
  * <li>
236
- * <p>You can configure a health checker to check the health of an external resource that the instance relies on, such as a
237
- * database server.</p>
290
+ * <p>You can configure a health checker to check the health of an external resource
291
+ * that the instance relies on, such as a database server.</p>
238
292
  * </li>
239
293
  * <li>
240
- * <p>You can create a CloudWatch metric, associate an alarm with the metric, and then create a health check that is based on the
241
- * state of the alarm. For example, you might create a CloudWatch metric that checks the status of the Amazon EC2 <code>StatusCheckFailed</code> metric,
242
- * add an alarm to the metric, and then create a health check that is based on the state of the alarm. For information about creating
243
- * CloudWatch metrics and alarms by using the CloudWatch console, see the
244
- * <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/WhatIsCloudWatch.html">Amazon CloudWatch User Guide</a>.</p>
294
+ * <p>You can create a CloudWatch metric, associate an alarm with the metric, and
295
+ * then create a health check that is based on the state of the alarm. For example,
296
+ * you might create a CloudWatch metric that checks the status of the Amazon EC2
297
+ * <code>StatusCheckFailed</code> metric, add an alarm to the metric, and then
298
+ * create a health check that is based on the state of the alarm. For information
299
+ * about creating CloudWatch metrics and alarms by using the CloudWatch console,
300
+ * see the <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/WhatIsCloudWatch.html">Amazon
301
+ * CloudWatch User Guide</a>.</p>
245
302
  * </li>
246
303
  * </ul>
247
304
  */
@@ -249,208 +306,247 @@ export declare class Route53 extends Route53Client {
249
306
  createHealthCheck(args: CreateHealthCheckCommandInput, cb: (err: any, data?: CreateHealthCheckCommandOutput) => void): void;
250
307
  createHealthCheck(args: CreateHealthCheckCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHealthCheckCommandOutput) => void): void;
251
308
  /**
252
- * <p>Creates a new public or private hosted zone. You create records in a public hosted zone to define how you want to route traffic
253
- * on the internet for a domain, such as example.com, and its subdomains (apex.example.com, acme.example.com). You create records in a
254
- * private hosted zone to define how you want to route traffic for a domain and its subdomains within one or more
255
- * Amazon Virtual Private Clouds (Amazon VPCs). </p>
309
+ * <p>Creates a new public or private hosted zone. You create records in a public hosted
310
+ * zone to define how you want to route traffic on the internet for a domain, such as
311
+ * example.com, and its subdomains (apex.example.com, acme.example.com). You create records
312
+ * in a private hosted zone to define how you want to route traffic for a domain and its
313
+ * subdomains within one or more Amazon Virtual Private Clouds (Amazon VPCs). </p>
256
314
  * <important>
257
- * <p>You can't convert a public hosted zone to a private hosted zone or vice versa. Instead, you must create a new hosted zone
258
- * with the same name and create new resource record sets.</p>
315
+ * <p>You can't convert a public hosted zone to a private hosted zone or vice versa.
316
+ * Instead, you must create a new hosted zone with the same name and create new
317
+ * resource record sets.</p>
259
318
  * </important>
260
- * <p>For more information about charges for hosted zones, see <a href="http://aws.amazon.com/route53/pricing/">Amazon Route 53 Pricing</a>.</p>
319
+ * <p>For more information about charges for hosted zones, see <a href="http://aws.amazon.com/route53/pricing/">Amazon Route 53 Pricing</a>.</p>
261
320
  * <p>Note the following:</p>
262
321
  * <ul>
263
322
  * <li>
264
- * <p>You can't create a hosted zone for a top-level domain (TLD) such as .com.</p>
323
+ * <p>You can't create a hosted zone for a top-level domain (TLD) such as
324
+ * .com.</p>
265
325
  * </li>
266
326
  * <li>
267
- * <p>For public hosted zones, Route 53 automatically creates a default SOA record and four NS records for the zone.
268
- * For more information about SOA and NS records, see
269
- * <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/SOA-NSrecords.html">NS and SOA Records that Route 53 Creates for a Hosted Zone</a> in the
270
- * <i>Amazon Route 53 Developer Guide</i>.</p>
271
- * <p>If you want to use the same name servers for multiple public hosted zones, you can optionally associate a reusable delegation set
272
- * with the hosted zone. See the <code>DelegationSetId</code> element.</p>
327
+ * <p>For public hosted zones, Route 53 automatically creates a default SOA record
328
+ * and four NS records for the zone. For more information about SOA and NS records,
329
+ * see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/SOA-NSrecords.html">NS and SOA Records
330
+ * that Route 53 Creates for a Hosted Zone</a> in the
331
+ * <i>Amazon Route 53 Developer Guide</i>.</p>
332
+ * <p>If you want to use the same name servers for multiple public hosted zones, you
333
+ * can optionally associate a reusable delegation set with the hosted zone. See the
334
+ * <code>DelegationSetId</code> element.</p>
273
335
  * </li>
274
336
  * <li>
275
- * <p>If your domain is registered with a registrar other than Route 53, you must update the name servers with your registrar to make
276
- * Route 53 the DNS service for the domain. For more information, see
277
- * <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/MigratingDNS.html">Migrating DNS Service for an Existing Domain to Amazon Route 53</a> in the
278
- * <i>Amazon Route 53 Developer Guide</i>. </p>
337
+ * <p>If your domain is registered with a registrar other than Route 53,
338
+ * you must update the name servers with your registrar to make Route 53 the DNS
339
+ * service for the domain. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/MigratingDNS.html">Migrating DNS Service
340
+ * for an Existing Domain to Amazon Route 53</a> in the
341
+ * <i>Amazon Route 53 Developer Guide</i>. </p>
279
342
  * </li>
280
343
  * </ul>
281
- * <p>When you submit a <code>CreateHostedZone</code> request, the initial status of the hosted zone is <code>PENDING</code>.
282
- * For public hosted zones, this means that the NS and SOA records are not yet available on all Route 53 DNS servers. When the
283
- * NS and SOA records are available, the status of the zone changes to <code>INSYNC</code>.</p>
284
- * <p>The <code>CreateHostedZone</code> request requires the caller to have an <code>ec2:DescribeVpcs</code> permission.</p>
344
+ * <p>When you submit a <code>CreateHostedZone</code> request, the initial status of the
345
+ * hosted zone is <code>PENDING</code>. For public hosted zones, this means that the NS and
346
+ * SOA records are not yet available on all Route 53 DNS servers. When the NS and
347
+ * SOA records are available, the status of the zone changes to <code>INSYNC</code>.</p>
348
+ * <p>The <code>CreateHostedZone</code> request requires the caller to have an
349
+ * <code>ec2:DescribeVpcs</code> permission.</p>
285
350
  * <note>
286
- * <p>When creating private hosted zones, the Amazon VPC must belong to the same partition
287
- * where the hosted zone is created. A partition is a group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to one partition.</p>
351
+ * <p>When creating private hosted zones, the Amazon VPC must belong to the same
352
+ * partition where the hosted zone is created. A partition is a group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to one
353
+ * partition.</p>
288
354
  * <p>The following are the supported partitions:</p>
289
355
  * <ul>
290
356
  * <li>
291
- * <p>
357
+ * <p>
292
358
  * <code>aws</code> - Amazon Web Services Regions</p>
293
- * </li>
359
+ * </li>
294
360
  * <li>
295
- * <p>
361
+ * <p>
296
362
  * <code>aws-cn</code> - China Regions</p>
297
- * </li>
363
+ * </li>
298
364
  * <li>
299
- * <p>
365
+ * <p>
300
366
  * <code>aws-us-gov</code> - Amazon Web Services GovCloud (US) Region</p>
301
- * </li>
367
+ * </li>
302
368
  * </ul>
303
369
  * <p>For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Access Management</a>
304
370
  * in the <i>Amazon Web Services General Reference</i>.</p>
305
- * </note>
371
+ * </note>
306
372
  */
307
373
  createHostedZone(args: CreateHostedZoneCommandInput, options?: __HttpHandlerOptions): Promise<CreateHostedZoneCommandOutput>;
308
374
  createHostedZone(args: CreateHostedZoneCommandInput, cb: (err: any, data?: CreateHostedZoneCommandOutput) => void): void;
309
375
  createHostedZone(args: CreateHostedZoneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHostedZoneCommandOutput) => void): void;
310
376
  /**
311
- * <p>Creates a new key-signing key (KSK) associated with a hosted zone. You can only have two KSKs per hosted zone.</p>
377
+ * <p>Creates a new key-signing key (KSK) associated with a hosted zone. You can only have
378
+ * two KSKs per hosted zone.</p>
312
379
  */
313
380
  createKeySigningKey(args: CreateKeySigningKeyCommandInput, options?: __HttpHandlerOptions): Promise<CreateKeySigningKeyCommandOutput>;
314
381
  createKeySigningKey(args: CreateKeySigningKeyCommandInput, cb: (err: any, data?: CreateKeySigningKeyCommandOutput) => void): void;
315
382
  createKeySigningKey(args: CreateKeySigningKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateKeySigningKeyCommandOutput) => void): void;
316
383
  /**
317
- * <p>Creates a configuration for DNS query logging. After you create a query logging configuration, Amazon Route 53 begins to publish
318
- * log data to an Amazon CloudWatch Logs log group.</p>
319
- * <p>DNS query logs contain information about the queries that Route 53 receives for a specified public hosted zone, such as the following:</p>
384
+ * <p>Creates a configuration for DNS query logging. After you create a query logging
385
+ * configuration, Amazon Route 53 begins to publish log data to an Amazon CloudWatch Logs
386
+ * log group.</p>
387
+ * <p>DNS query logs contain information about the queries that Route 53 receives for a
388
+ * specified public hosted zone, such as the following:</p>
320
389
  * <ul>
321
390
  * <li>
322
- * <p>Route 53 edge location that responded to the DNS query</p>
323
- * </li>
391
+ * <p>Route 53 edge location that responded to the DNS query</p>
392
+ * </li>
324
393
  * <li>
325
- * <p>Domain or subdomain that was requested</p>
326
- * </li>
394
+ * <p>Domain or subdomain that was requested</p>
395
+ * </li>
327
396
  * <li>
328
- * <p>DNS record type, such as A or AAAA</p>
329
- * </li>
397
+ * <p>DNS record type, such as A or AAAA</p>
398
+ * </li>
330
399
  * <li>
331
- * <p>DNS response code, such as <code>NoError</code> or <code>ServFail</code>
400
+ * <p>DNS response code, such as <code>NoError</code> or
401
+ * <code>ServFail</code>
332
402
  * </p>
333
- * </li>
403
+ * </li>
334
404
  * </ul>
335
- *
336
405
  * <dl>
337
406
  * <dt>Log Group and Resource Policy</dt>
338
407
  * <dd>
339
- * <p>Before you create a query logging configuration, perform the following operations.</p>
408
+ * <p>Before you create a query logging configuration, perform the following
409
+ * operations.</p>
340
410
  * <note>
341
- * <p>If you create a query logging configuration using the Route 53 console, Route 53 performs these operations automatically.</p>
342
- * </note>
411
+ * <p>If you create a query logging configuration using the Route 53
412
+ * console, Route 53 performs these operations automatically.</p>
413
+ * </note>
343
414
  * <ol>
344
415
  * <li>
345
- * <p>Create a CloudWatch Logs log group, and make note of the ARN, which you specify when you create a
346
- * query logging configuration. Note the following:</p>
416
+ * <p>Create a CloudWatch Logs log group, and make note of the ARN,
417
+ * which you specify when you create a query logging configuration.
418
+ * Note the following:</p>
347
419
  * <ul>
348
420
  * <li>
349
- * <p>You must create the log group in the us-east-1 region.</p>
350
- * </li>
421
+ * <p>You must create the log group in the us-east-1
422
+ * region.</p>
423
+ * </li>
351
424
  * <li>
352
- * <p>You must use the same Amazon Web Services account to create the log group and the hosted zone that you want to
353
- * configure query logging for.</p>
354
- * </li>
425
+ * <p>You must use the same Amazon Web Services account to create
426
+ * the log group and the hosted zone that you want to configure
427
+ * query logging for.</p>
428
+ * </li>
355
429
  * <li>
356
- * <p>When you create log groups for query logging, we recommend that you use a consistent prefix, for example:</p>
430
+ * <p>When you create log groups for query logging, we recommend
431
+ * that you use a consistent prefix, for example:</p>
357
432
  * <p>
358
- * <code>/aws/route53/<i>hosted zone name</i>
433
+ * <code>/aws/route53/<i>hosted zone
434
+ * name</i>
359
435
  * </code>
360
436
  * </p>
361
- * <p>In the next step, you'll create a resource policy, which controls access to one or more log groups and the associated
362
- * Amazon Web Services resources, such as Route 53 hosted zones. There's a limit on the number of resource policies that you can create, so
363
- * we recommend that you use a consistent prefix so you can use the same resource policy for all the log groups that you create
364
- * for query logging.</p>
437
+ * <p>In the next step, you'll create a resource policy, which
438
+ * controls access to one or more log groups and the associated
439
+ * Amazon Web Services resources, such as Route 53 hosted
440
+ * zones. There's a limit on the number of resource policies
441
+ * that you can create, so we recommend that you use a
442
+ * consistent prefix so you can use the same resource policy
443
+ * for all the log groups that you create for query
444
+ * logging.</p>
365
445
  * </li>
366
446
  * </ul>
367
447
  * </li>
368
448
  * <li>
369
- * <p>Create a CloudWatch Logs resource policy, and give it the permissions that Route 53 needs to create log streams and to
370
- * send query logs to log streams. For the value of <code>Resource</code>, specify the ARN for the log group that you created
371
- * in the previous step. To use the same resource policy for all the CloudWatch Logs log groups that you created for query logging configurations,
372
- * replace the hosted zone name with <code>*</code>, for example:</p>
449
+ * <p>Create a CloudWatch Logs resource policy, and give it the
450
+ * permissions that Route 53 needs to create log streams and to send
451
+ * query logs to log streams. For the value of <code>Resource</code>,
452
+ * specify the ARN for the log group that you created in the previous
453
+ * step. To use the same resource policy for all the CloudWatch Logs
454
+ * log groups that you created for query logging configurations,
455
+ * replace the hosted zone name with <code>*</code>, for
456
+ * example:</p>
373
457
  * <p>
374
458
  * <code>arn:aws:logs:us-east-1:123412341234:log-group:/aws/route53/*</code>
375
459
  * </p>
376
- *
377
- * <p>To avoid the confused deputy problem, a security issue where an entity without a
378
- * permission for an action can coerce a more-privileged entity to
379
- * perform it, you can optionally limit the permissions that a service
380
- * has to a resource in a resource-based policy by supplying the
381
- * following values:</p>
460
+ * <p>To avoid the confused deputy problem, a security issue where an
461
+ * entity without a permission for an action can coerce a
462
+ * more-privileged entity to perform it, you can optionally limit the
463
+ * permissions that a service has to a resource in a resource-based
464
+ * policy by supplying the following values:</p>
382
465
  * <ul>
383
466
  * <li>
384
- * <p>For <code>aws:SourceArn</code>, supply the hosted zone ARN used in creating the query logging
385
- * configuration. For example, <code>aws:SourceArn:
467
+ * <p>For <code>aws:SourceArn</code>, supply the hosted zone ARN
468
+ * used in creating the query logging configuration. For
469
+ * example, <code>aws:SourceArn:
386
470
  * arn:aws:route53:::hostedzone/hosted zone
387
471
  * ID</code>.</p>
388
- * </li>
472
+ * </li>
389
473
  * <li>
390
- * <p>For <code>aws:SourceAccount</code>, supply the account ID for the account that creates the
391
- * query logging configuration. For example,
474
+ * <p>For <code>aws:SourceAccount</code>, supply the account ID
475
+ * for the account that creates the query logging
476
+ * configuration. For example,
392
477
  * <code>aws:SourceAccount:111111111111</code>.</p>
393
- * </li>
478
+ * </li>
394
479
  * </ul>
395
480
  * <p>For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/confused-deputy.html">The confused
396
481
  * deputy problem</a> in the <i>Amazon Web Services
397
482
  * IAM User Guide</i>.</p>
398
483
  * <note>
399
- * <p>You can't use the CloudWatch console to create or edit a resource policy. You must use the CloudWatch API, one of the Amazon Web Services SDKs,
400
- * or the CLI.</p>
401
- * </note>
484
+ * <p>You can't use the CloudWatch console to create or edit a
485
+ * resource policy. You must use the CloudWatch API, one of the
486
+ * Amazon Web Services SDKs, or the CLI.</p>
487
+ * </note>
402
488
  * </li>
403
489
  * </ol>
404
490
  * </dd>
405
491
  * <dt>Log Streams and Edge Locations</dt>
406
492
  * <dd>
407
- * <p>When Route 53 finishes creating the configuration for DNS query logging, it does the following:</p>
493
+ * <p>When Route 53 finishes creating the configuration for DNS query logging,
494
+ * it does the following:</p>
408
495
  * <ul>
409
496
  * <li>
410
- * <p>Creates a log stream for an edge location the first time that the edge location responds to DNS queries for the
411
- * specified hosted zone. That log stream is used to log all queries that Route 53 responds to for that edge location.</p>
412
- * </li>
497
+ * <p>Creates a log stream for an edge location the first time that the
498
+ * edge location responds to DNS queries for the specified hosted zone.
499
+ * That log stream is used to log all queries that Route 53 responds to
500
+ * for that edge location.</p>
501
+ * </li>
413
502
  * <li>
414
- * <p>Begins to send query logs to the applicable log stream.</p>
415
- * </li>
503
+ * <p>Begins to send query logs to the applicable log stream.</p>
504
+ * </li>
416
505
  * </ul>
417
506
  * <p>The name of each log stream is in the following format:</p>
418
507
  * <p>
419
508
  * <code>
420
- * <i>hosted zone ID</i>/<i>edge location code</i>
509
+ * <i>hosted zone ID</i>/<i>edge location
510
+ * code</i>
421
511
  * </code>
422
512
  * </p>
423
- * <p>The edge location code is a three-letter code and an arbitrarily assigned number, for example, DFW3. The three-letter code
424
- * typically corresponds with the International Air Transport Association airport code for an airport near the edge location.
425
- * (These abbreviations might change in the future.) For a list of edge locations, see "The Route 53 Global Network" on the
426
- * <a href="http://aws.amazon.com/route53/details/">Route 53 Product Details</a> page.</p>
513
+ * <p>The edge location code is a three-letter code and an arbitrarily assigned
514
+ * number, for example, DFW3. The three-letter code typically corresponds with
515
+ * the International Air Transport Association airport code for an airport near
516
+ * the edge location. (These abbreviations might change in the future.) For a
517
+ * list of edge locations, see "The Route 53 Global Network" on the <a href="http://aws.amazon.com/route53/details/">Route 53 Product Details</a>
518
+ * page.</p>
427
519
  * </dd>
428
520
  * <dt>Queries That Are Logged</dt>
429
521
  * <dd>
430
- * <p>Query logs contain only the queries that DNS resolvers forward to Route 53. If a DNS resolver has already cached
431
- * the response to a query (such as the IP address for a load balancer for example.com), the resolver will continue to return
432
- * the cached response. It doesn't forward another query to Route 53 until the TTL for the corresponding resource record set expires.
433
- * Depending on how many DNS queries are submitted for a resource record set, and depending on the TTL for that resource record set,
434
- * query logs might contain information about only one query out of every several thousand queries that are submitted to DNS.
435
- * For more information about how DNS works, see
436
- * <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-dns-service.html">Routing Internet Traffic to Your Website or Web Application</a>
437
- * in the <i>Amazon Route 53 Developer Guide</i>.</p>
522
+ * <p>Query logs contain only the queries that DNS resolvers forward to Route
523
+ * 53. If a DNS resolver has already cached the response to a query (such as
524
+ * the IP address for a load balancer for example.com), the resolver will
525
+ * continue to return the cached response. It doesn't forward another query to
526
+ * Route 53 until the TTL for the corresponding resource record set expires.
527
+ * Depending on how many DNS queries are submitted for a resource record set,
528
+ * and depending on the TTL for that resource record set, query logs might
529
+ * contain information about only one query out of every several thousand
530
+ * queries that are submitted to DNS. For more information about how DNS works,
531
+ * see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-dns-service.html">Routing
532
+ * Internet Traffic to Your Website or Web Application</a> in the
533
+ * <i>Amazon Route 53 Developer Guide</i>.</p>
438
534
  * </dd>
439
535
  * <dt>Log File Format</dt>
440
536
  * <dd>
441
- * <p>For a list of the values in each query log and the format of each value, see
442
- * <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html">Logging DNS Queries</a> in the
443
- * <i>Amazon Route 53 Developer Guide</i>.</p>
537
+ * <p>For a list of the values in each query log and the format of each value,
538
+ * see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html">Logging DNS
539
+ * Queries</a> in the <i>Amazon Route 53 Developer
540
+ * Guide</i>.</p>
444
541
  * </dd>
445
542
  * <dt>Pricing</dt>
446
543
  * <dd>
447
- * <p>For information about charges for query logs, see
448
- * <a href="http://aws.amazon.com/cloudwatch/pricing/">Amazon CloudWatch Pricing</a>.</p>
449
- * </dd>
544
+ * <p>For information about charges for query logs, see <a href="http://aws.amazon.com/cloudwatch/pricing/">Amazon CloudWatch Pricing</a>.</p>
545
+ * </dd>
450
546
  * <dt>How to Stop Logging</dt>
451
547
  * <dd>
452
- * <p>If you want Route 53 to stop sending query logs to CloudWatch Logs, delete the query logging configuration. For more information, see
453
- * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeleteQueryLoggingConfig.html">DeleteQueryLoggingConfig</a>.</p>
548
+ * <p>If you want Route 53 to stop sending query logs to CloudWatch Logs, delete
549
+ * the query logging configuration. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeleteQueryLoggingConfig.html">DeleteQueryLoggingConfig</a>.</p>
454
550
  * </dd>
455
551
  * </dl>
456
552
  */
@@ -458,176 +554,201 @@ export declare class Route53 extends Route53Client {
458
554
  createQueryLoggingConfig(args: CreateQueryLoggingConfigCommandInput, cb: (err: any, data?: CreateQueryLoggingConfigCommandOutput) => void): void;
459
555
  createQueryLoggingConfig(args: CreateQueryLoggingConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateQueryLoggingConfigCommandOutput) => void): void;
460
556
  /**
461
- * <p>Creates a delegation set (a group of four name servers) that can be reused by multiple hosted zones that were created by
462
- * the same Amazon Web Services account. </p>
463
- * <p>You can also create a reusable delegation set that uses the four name servers that are associated
464
- * with an existing hosted zone. Specify the hosted zone ID in the <code>CreateReusableDelegationSet</code> request.</p>
557
+ * <p>Creates a delegation set (a group of four name servers) that can be reused by multiple
558
+ * hosted zones that were created by the same Amazon Web Services account. </p>
559
+ * <p>You can also create a reusable delegation set that uses the four name servers that are
560
+ * associated with an existing hosted zone. Specify the hosted zone ID in the
561
+ * <code>CreateReusableDelegationSet</code> request.</p>
465
562
  * <note>
466
563
  * <p>You can't associate a reusable delegation set with a private hosted zone.</p>
467
564
  * </note>
468
- * <p>For information about using a reusable delegation set to configure white label name servers, see
469
- * <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/white-label-name-servers.html">Configuring White Label Name Servers</a>.</p>
470
- *
471
- * <p>The process for migrating existing hosted zones to use a reusable delegation set is comparable to the process for
472
- * configuring white label name servers. You need to perform the following steps:</p>
565
+ * <p>For information about using a reusable delegation set to configure white label name
566
+ * servers, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/white-label-name-servers.html">Configuring White
567
+ * Label Name Servers</a>.</p>
568
+ * <p>The process for migrating existing hosted zones to use a reusable delegation set is
569
+ * comparable to the process for configuring white label name servers. You need to perform
570
+ * the following steps:</p>
473
571
  * <ol>
474
572
  * <li>
475
- * <p>Create a reusable delegation set.</p>
476
- * </li>
573
+ * <p>Create a reusable delegation set.</p>
574
+ * </li>
477
575
  * <li>
478
- * <p>Recreate hosted zones, and reduce the TTL to 60 seconds or less.</p>
479
- * </li>
576
+ * <p>Recreate hosted zones, and reduce the TTL to 60 seconds or less.</p>
577
+ * </li>
480
578
  * <li>
481
- * <p>Recreate resource record sets in the new hosted zones.</p>
482
- * </li>
579
+ * <p>Recreate resource record sets in the new hosted zones.</p>
580
+ * </li>
483
581
  * <li>
484
- * <p>Change the registrar's name servers to use the name servers for the new hosted zones.</p>
485
- * </li>
582
+ * <p>Change the registrar's name servers to use the name servers for the new hosted
583
+ * zones.</p>
584
+ * </li>
486
585
  * <li>
487
- * <p>Monitor traffic for the website or application.</p>
488
- * </li>
586
+ * <p>Monitor traffic for the website or application.</p>
587
+ * </li>
489
588
  * <li>
490
- * <p>Change TTLs back to their original values.</p>
491
- * </li>
589
+ * <p>Change TTLs back to their original values.</p>
590
+ * </li>
492
591
  * </ol>
493
- *
494
- * <p>If you want to migrate existing hosted zones to use a reusable delegation set, the existing hosted zones can't use
495
- * any of the name servers that are assigned to the reusable delegation set. If one or more hosted zones do use one or more
496
- * name servers that are assigned to the reusable delegation set, you can do one of the following:</p>
592
+ * <p>If you want to migrate existing hosted zones to use a reusable delegation set, the
593
+ * existing hosted zones can't use any of the name servers that are assigned to the
594
+ * reusable delegation set. If one or more hosted zones do use one or more name servers
595
+ * that are assigned to the reusable delegation set, you can do one of the
596
+ * following:</p>
497
597
  * <ul>
498
598
  * <li>
499
- * <p>For small numbers of hosted zones—up to a few hundred—it's relatively easy to create
500
- * reusable delegation sets until you get one that has four name servers that don't overlap with any of the name servers
501
- * in your hosted zones.</p>
502
- * </li>
599
+ * <p>For small numbers of hosted zones—up to a few hundred—it's
600
+ * relatively easy to create reusable delegation sets until you get one that has
601
+ * four name servers that don't overlap with any of the name servers in your hosted
602
+ * zones.</p>
603
+ * </li>
503
604
  * <li>
504
- * <p>For larger numbers of hosted zones, the easiest solution is to use more than one reusable delegation set.</p>
505
- * </li>
605
+ * <p>For larger numbers of hosted zones, the easiest solution is to use more than
606
+ * one reusable delegation set.</p>
607
+ * </li>
506
608
  * <li>
507
- * <p>For larger numbers of hosted zones, you can also migrate hosted zones that have overlapping name servers
508
- * to hosted zones that don't have overlapping name servers, then migrate the hosted zones again to use the
509
- * reusable delegation set.</p>
510
- * </li>
609
+ * <p>For larger numbers of hosted zones, you can also migrate hosted zones that
610
+ * have overlapping name servers to hosted zones that don't have overlapping name
611
+ * servers, then migrate the hosted zones again to use the reusable delegation
612
+ * set.</p>
613
+ * </li>
511
614
  * </ul>
512
615
  */
513
616
  createReusableDelegationSet(args: CreateReusableDelegationSetCommandInput, options?: __HttpHandlerOptions): Promise<CreateReusableDelegationSetCommandOutput>;
514
617
  createReusableDelegationSet(args: CreateReusableDelegationSetCommandInput, cb: (err: any, data?: CreateReusableDelegationSetCommandOutput) => void): void;
515
618
  createReusableDelegationSet(args: CreateReusableDelegationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReusableDelegationSetCommandOutput) => void): void;
516
619
  /**
517
- * <p>Creates a traffic policy, which you use to create multiple DNS resource record sets for one domain name (such as example.com) or
518
- * one subdomain name (such as www.example.com).</p>
620
+ * <p>Creates a traffic policy, which you use to create multiple DNS resource record sets
621
+ * for one domain name (such as example.com) or one subdomain name (such as
622
+ * www.example.com).</p>
519
623
  */
520
624
  createTrafficPolicy(args: CreateTrafficPolicyCommandInput, options?: __HttpHandlerOptions): Promise<CreateTrafficPolicyCommandOutput>;
521
625
  createTrafficPolicy(args: CreateTrafficPolicyCommandInput, cb: (err: any, data?: CreateTrafficPolicyCommandOutput) => void): void;
522
626
  createTrafficPolicy(args: CreateTrafficPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTrafficPolicyCommandOutput) => void): void;
523
627
  /**
524
- * <p>Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version.
525
- * In addition, <code>CreateTrafficPolicyInstance</code> associates the resource record sets with a specified domain name (such as example.com) or
526
- * subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets
527
- * that <code>CreateTrafficPolicyInstance</code> created.</p>
628
+ * <p>Creates resource record sets in a specified hosted zone based on the settings in a
629
+ * specified traffic policy version. In addition, <code>CreateTrafficPolicyInstance</code>
630
+ * associates the resource record sets with a specified domain name (such as example.com)
631
+ * or subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for
632
+ * the domain or subdomain name by using the resource record sets that
633
+ * <code>CreateTrafficPolicyInstance</code> created.</p>
528
634
  */
529
635
  createTrafficPolicyInstance(args: CreateTrafficPolicyInstanceCommandInput, options?: __HttpHandlerOptions): Promise<CreateTrafficPolicyInstanceCommandOutput>;
530
636
  createTrafficPolicyInstance(args: CreateTrafficPolicyInstanceCommandInput, cb: (err: any, data?: CreateTrafficPolicyInstanceCommandOutput) => void): void;
531
637
  createTrafficPolicyInstance(args: CreateTrafficPolicyInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTrafficPolicyInstanceCommandOutput) => void): void;
532
638
  /**
533
- * <p>Creates a new version of an existing traffic policy. When you create a new version of a traffic policy, you specify the ID of the
534
- * traffic policy that you want to update and a JSON-formatted document that describes the new version. You use traffic policies to create
535
- * multiple DNS resource record sets for one domain name (such as example.com) or one subdomain name (such as www.example.com). You can
536
- * create a maximum of 1000 versions of a traffic policy. If you reach the limit and need to create another version, you'll need to start a new
537
- * traffic policy.</p>
639
+ * <p>Creates a new version of an existing traffic policy. When you create a new version of
640
+ * a traffic policy, you specify the ID of the traffic policy that you want to update and a
641
+ * JSON-formatted document that describes the new version. You use traffic policies to
642
+ * create multiple DNS resource record sets for one domain name (such as example.com) or
643
+ * one subdomain name (such as www.example.com). You can create a maximum of 1000 versions
644
+ * of a traffic policy. If you reach the limit and need to create another version, you'll
645
+ * need to start a new traffic policy.</p>
538
646
  */
539
647
  createTrafficPolicyVersion(args: CreateTrafficPolicyVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateTrafficPolicyVersionCommandOutput>;
540
648
  createTrafficPolicyVersion(args: CreateTrafficPolicyVersionCommandInput, cb: (err: any, data?: CreateTrafficPolicyVersionCommandOutput) => void): void;
541
649
  createTrafficPolicyVersion(args: CreateTrafficPolicyVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTrafficPolicyVersionCommandOutput) => void): void;
542
650
  /**
543
- * <p>Authorizes the Amazon Web Services account that created a specified VPC to submit an <code>AssociateVPCWithHostedZone</code>
544
- * request to associate the VPC with a specified hosted zone that was created by a different account.
545
- * To submit a <code>CreateVPCAssociationAuthorization</code> request, you must use the account that created the
546
- * hosted zone. After you authorize the association, use the account that created the VPC to submit an
547
- * <code>AssociateVPCWithHostedZone</code> request.</p>
651
+ * <p>Authorizes the Amazon Web Services account that created a specified VPC to submit an
652
+ * <code>AssociateVPCWithHostedZone</code> request to associate the VPC with a
653
+ * specified hosted zone that was created by a different account. To submit a
654
+ * <code>CreateVPCAssociationAuthorization</code> request, you must use the account
655
+ * that created the hosted zone. After you authorize the association, use the account that
656
+ * created the VPC to submit an <code>AssociateVPCWithHostedZone</code> request.</p>
548
657
  * <note>
549
- * <p>If you want to associate multiple VPCs that you created by using one account with a hosted zone
550
- * that you created by using a different account, you must submit one authorization request for each VPC.</p>
551
- * </note>
658
+ * <p>If you want to associate multiple VPCs that you created by using one account with
659
+ * a hosted zone that you created by using a different account, you must submit one
660
+ * authorization request for each VPC.</p>
661
+ * </note>
552
662
  */
553
663
  createVPCAssociationAuthorization(args: CreateVPCAssociationAuthorizationCommandInput, options?: __HttpHandlerOptions): Promise<CreateVPCAssociationAuthorizationCommandOutput>;
554
664
  createVPCAssociationAuthorization(args: CreateVPCAssociationAuthorizationCommandInput, cb: (err: any, data?: CreateVPCAssociationAuthorizationCommandOutput) => void): void;
555
665
  createVPCAssociationAuthorization(args: CreateVPCAssociationAuthorizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVPCAssociationAuthorizationCommandOutput) => void): void;
556
666
  /**
557
- * <p>Deactivates a key-signing key (KSK) so that it will not be used for signing by DNSSEC. This operation changes the
558
- * KSK status to <code>INACTIVE</code>.</p>
667
+ * <p>Deactivates a key-signing key (KSK) so that it will not be used for signing by DNSSEC.
668
+ * This operation changes the KSK status to <code>INACTIVE</code>.</p>
559
669
  */
560
670
  deactivateKeySigningKey(args: DeactivateKeySigningKeyCommandInput, options?: __HttpHandlerOptions): Promise<DeactivateKeySigningKeyCommandOutput>;
561
671
  deactivateKeySigningKey(args: DeactivateKeySigningKeyCommandInput, cb: (err: any, data?: DeactivateKeySigningKeyCommandOutput) => void): void;
562
672
  deactivateKeySigningKey(args: DeactivateKeySigningKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeactivateKeySigningKeyCommandOutput) => void): void;
673
+ /**
674
+ * <p>Deletes a CIDR collection in the current Amazon Web Services account. The collection
675
+ * must be empty before it can be deleted.</p>
676
+ */
677
+ deleteCidrCollection(args: DeleteCidrCollectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCidrCollectionCommandOutput>;
678
+ deleteCidrCollection(args: DeleteCidrCollectionCommandInput, cb: (err: any, data?: DeleteCidrCollectionCommandOutput) => void): void;
679
+ deleteCidrCollection(args: DeleteCidrCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCidrCollectionCommandOutput) => void): void;
563
680
  /**
564
681
  * <p>Deletes a health check.</p>
565
682
  * <important>
566
- * <p>Amazon Route 53 does not prevent you from deleting a health check even if the health check is associated with one or more
567
- * resource record sets. If you delete a health check and you don't update the associated resource record sets, the future status
568
- * of the health check can't be predicted and may change. This will affect the routing of DNS queries for your DNS failover
569
- * configuration. For more information, see
570
- * <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/health-checks-creating-deleting.html#health-checks-deleting.html">Replacing and Deleting Health Checks</a>
571
- * in the <i>Amazon Route 53 Developer Guide</i>.</p>
683
+ * <p>Amazon Route 53 does not prevent you from deleting a health check even if the
684
+ * health check is associated with one or more resource record sets. If you delete a
685
+ * health check and you don't update the associated resource record sets, the future
686
+ * status of the health check can't be predicted and may change. This will affect the
687
+ * routing of DNS queries for your DNS failover configuration. For more information,
688
+ * see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/health-checks-creating-deleting.html#health-checks-deleting.html">Replacing and Deleting Health Checks</a> in the <i>Amazon Route 53
689
+ * Developer Guide</i>.</p>
572
690
  * </important>
573
- *
574
- * <p>If you're using Cloud Map and you configured Cloud Map to create a Route 53 health check when you register an instance,
575
- * you can't use the Route 53 <code>DeleteHealthCheck</code> command to delete the health check. The health check is deleted
576
- * automatically when you deregister the instance; there can be a delay of several hours before the health check is deleted
577
- * from Route 53. </p>
691
+ * <p>If you're using Cloud Map and you configured Cloud Map to create a Route 53
692
+ * health check when you register an instance, you can't use the Route 53
693
+ * <code>DeleteHealthCheck</code> command to delete the health check. The health check
694
+ * is deleted automatically when you deregister the instance; there can be a delay of
695
+ * several hours before the health check is deleted from Route 53. </p>
578
696
  */
579
697
  deleteHealthCheck(args: DeleteHealthCheckCommandInput, options?: __HttpHandlerOptions): Promise<DeleteHealthCheckCommandOutput>;
580
698
  deleteHealthCheck(args: DeleteHealthCheckCommandInput, cb: (err: any, data?: DeleteHealthCheckCommandOutput) => void): void;
581
699
  deleteHealthCheck(args: DeleteHealthCheckCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHealthCheckCommandOutput) => void): void;
582
700
  /**
583
701
  * <p>Deletes a hosted zone.</p>
584
- *
585
702
  * <p>If the hosted zone was created by another service, such as Cloud Map, see
586
- * <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DeleteHostedZone.html#delete-public-hosted-zone-created-by-another-service">Deleting
587
- * Public Hosted Zones That Were Created by Another Service</a> in the <i>Amazon Route 53 Developer Guide</i> for information about how to delete it.
588
- * (The process is the same for public and private hosted zones that were created by another service.)</p>
589
- *
590
- * <p>If you want to keep your domain registration but you want to stop routing internet traffic to your website or web application,
591
- * we recommend that you delete resource record sets in the hosted zone instead of deleting the hosted zone.</p>
592
- *
703
+ * <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
704
+ * <i>Amazon Route 53 Developer Guide</i> for information
705
+ * about how to delete it. (The process is the same for public and private hosted zones
706
+ * that were created by another service.)</p>
707
+ * <p>If you want to keep your domain registration but you want to stop routing internet
708
+ * traffic to your website or web application, we recommend that you delete resource record
709
+ * sets in the hosted zone instead of deleting the hosted zone.</p>
593
710
  * <important>
594
- * <p>If you delete a hosted zone, you can't undelete it. You must create a new hosted zone and update the name servers for your
595
- * domain registration, which can require up to 48 hours to take effect. (If you delegated responsibility for a subdomain to a hosted zone
596
- * and you delete the child hosted zone, you must update the name servers in the parent hosted zone.) In addition, if you delete a hosted zone,
597
- * someone could hijack the domain and route traffic to their own resources using your domain name.</p>
711
+ * <p>If you delete a hosted zone, you can't undelete it. You must create a new hosted
712
+ * zone and update the name servers for your domain registration, which can require up
713
+ * to 48 hours to take effect. (If you delegated responsibility for a subdomain to a
714
+ * hosted zone and you delete the child hosted zone, you must update the name servers
715
+ * in the parent hosted zone.) In addition, if you delete a hosted zone, someone could
716
+ * hijack the domain and route traffic to their own resources using your domain
717
+ * name.</p>
598
718
  * </important>
599
- *
600
- * <p>If you want to avoid the monthly charge for the hosted zone, you can transfer DNS service for the domain to a free DNS service.
601
- * When you transfer DNS service, you have to update the name servers for the domain registration. If the domain is registered with Route 53,
602
- * see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_UpdateDomainNameservers.html">UpdateDomainNameservers</a>
603
- * for information about how to replace Route 53 name servers with name servers for the new DNS service. If the domain is registered with
604
- * another registrar, use the method provided by the registrar to update name servers for the domain registration. For more information,
605
- * perform an internet search on "free DNS service."</p>
606
- *
607
- * <p>You can delete a hosted zone only if it contains only the default SOA record and NS resource record sets.
608
- * If the hosted zone contains other resource record sets, you must delete them before you can delete the hosted zone.
609
- * If you try to delete a hosted zone that contains other resource record sets, the request fails, and Route 53 returns a
610
- * <code>HostedZoneNotEmpty</code> error. For information about deleting records from your hosted zone, see
611
- * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_ChangeResourceRecordSets.html">ChangeResourceRecordSets</a>.</p>
719
+ * <p>If you want to avoid the monthly charge for the hosted zone, you can transfer DNS
720
+ * service for the domain to a free DNS service. When you transfer DNS service, you have to
721
+ * update the name servers for the domain registration. If the domain is registered with
722
+ * Route 53, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_UpdateDomainNameservers.html">UpdateDomainNameservers</a> for information about how to replace Route 53 name servers with name servers for the new DNS service. If the domain is
723
+ * registered with another registrar, use the method provided by the registrar to update
724
+ * name servers for the domain registration. For more information, perform an internet
725
+ * search on "free DNS service."</p>
726
+ * <p>You can delete a hosted zone only if it contains only the default SOA record and NS
727
+ * resource record sets. If the hosted zone contains other resource record sets, you must
728
+ * delete them before you can delete the hosted zone. If you try to delete a hosted zone
729
+ * that contains other resource record sets, the request fails, and Route 53
730
+ * returns a <code>HostedZoneNotEmpty</code> error. For information about deleting records
731
+ * from your hosted zone, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_ChangeResourceRecordSets.html">ChangeResourceRecordSets</a>.</p>
612
732
  * <p>To verify that the hosted zone has been deleted, do one of the following:</p>
613
733
  * <ul>
614
734
  * <li>
615
- * <p>Use the <code>GetHostedZone</code> action to request information about the hosted zone.</p>
616
- * </li>
735
+ * <p>Use the <code>GetHostedZone</code> action to request information about the
736
+ * hosted zone.</p>
737
+ * </li>
617
738
  * <li>
618
- * <p>Use the <code>ListHostedZones</code> action to get a list of the hosted zones associated with the current
619
- * Amazon Web Services account.</p>
620
- * </li>
739
+ * <p>Use the <code>ListHostedZones</code> action to get a list of the hosted zones
740
+ * associated with the current Amazon Web Services account.</p>
741
+ * </li>
621
742
  * </ul>
622
743
  */
623
744
  deleteHostedZone(args: DeleteHostedZoneCommandInput, options?: __HttpHandlerOptions): Promise<DeleteHostedZoneCommandOutput>;
624
745
  deleteHostedZone(args: DeleteHostedZoneCommandInput, cb: (err: any, data?: DeleteHostedZoneCommandOutput) => void): void;
625
746
  deleteHostedZone(args: DeleteHostedZoneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHostedZoneCommandOutput) => void): void;
626
747
  /**
627
- * <p>Deletes a key-signing key (KSK). Before you can delete a KSK, you must deactivate it. The KSK must be
628
- * deactivated before you can delete it regardless of whether the hosted zone is enabled for DNSSEC signing.</p>
629
- * <p>You can use <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeactivateKeySigningKey.html">DeactivateKeySigningKey</a>
630
- * to deactivate the key before you delete it.</p>
748
+ * <p>Deletes a key-signing key (KSK). Before you can delete a KSK, you must deactivate it.
749
+ * The KSK must be deactivated before you can delete it regardless of whether the hosted
750
+ * zone is enabled for DNSSEC signing.</p>
751
+ * <p>You can use <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeactivateKeySigningKey.html">DeactivateKeySigningKey</a> to deactivate the key before you delete it.</p>
631
752
  * <p>Use <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetDNSSEC.html">GetDNSSEC</a> to verify that the KSK is in an <code>INACTIVE</code>
632
753
  * status.</p>
633
754
  */
@@ -635,11 +756,10 @@ export declare class Route53 extends Route53Client {
635
756
  deleteKeySigningKey(args: DeleteKeySigningKeyCommandInput, cb: (err: any, data?: DeleteKeySigningKeyCommandOutput) => void): void;
636
757
  deleteKeySigningKey(args: DeleteKeySigningKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteKeySigningKeyCommandOutput) => void): void;
637
758
  /**
638
- * <p>Deletes a configuration for DNS query logging. If you delete a configuration, Amazon Route 53 stops sending query logs to CloudWatch Logs.
639
- * Route 53 doesn't delete any logs that are already in CloudWatch Logs.</p>
640
- *
641
- * <p>For more information about DNS query logs, see
642
- * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateQueryLoggingConfig.html">CreateQueryLoggingConfig</a>.</p>
759
+ * <p>Deletes a configuration for DNS query logging. If you delete a configuration, Amazon
760
+ * Route 53 stops sending query logs to CloudWatch Logs. Route 53 doesn't delete any logs
761
+ * that are already in CloudWatch Logs.</p>
762
+ * <p>For more information about DNS query logs, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateQueryLoggingConfig.html">CreateQueryLoggingConfig</a>.</p>
643
763
  */
644
764
  deleteQueryLoggingConfig(args: DeleteQueryLoggingConfigCommandInput, options?: __HttpHandlerOptions): Promise<DeleteQueryLoggingConfigCommandOutput>;
645
765
  deleteQueryLoggingConfig(args: DeleteQueryLoggingConfigCommandInput, cb: (err: any, data?: DeleteQueryLoggingConfigCommandOutput) => void): void;
@@ -647,108 +767,122 @@ export declare class Route53 extends Route53Client {
647
767
  /**
648
768
  * <p>Deletes a reusable delegation set.</p>
649
769
  * <important>
650
- * <p>You can delete a reusable delegation set only if it isn't associated with any hosted zones.</p>
770
+ * <p>You can delete a reusable delegation set only if it isn't associated with any
771
+ * hosted zones.</p>
651
772
  * </important>
652
- * <p>To verify that the reusable delegation set is not associated with any hosted zones, submit a
653
- * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetReusableDelegationSet.html">GetReusableDelegationSet</a>
654
- * request and specify the ID of the reusable delegation set that you want to delete.</p>
773
+ * <p>To verify that the reusable delegation set is not associated with any hosted zones,
774
+ * submit a <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetReusableDelegationSet.html">GetReusableDelegationSet</a> request and specify the ID of the reusable
775
+ * delegation set that you want to delete.</p>
655
776
  */
656
777
  deleteReusableDelegationSet(args: DeleteReusableDelegationSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteReusableDelegationSetCommandOutput>;
657
778
  deleteReusableDelegationSet(args: DeleteReusableDelegationSetCommandInput, cb: (err: any, data?: DeleteReusableDelegationSetCommandOutput) => void): void;
658
779
  deleteReusableDelegationSet(args: DeleteReusableDelegationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReusableDelegationSetCommandOutput) => void): void;
659
780
  /**
660
781
  * <p>Deletes a traffic policy.</p>
661
- * <p>When you delete a traffic policy, Route 53 sets a flag on the policy to indicate that it has been deleted. However, Route 53 never fully deletes
662
- * the traffic policy. Note the following:</p>
782
+ * <p>When you delete a traffic policy, Route 53 sets a flag on the policy to indicate that
783
+ * it has been deleted. However, Route 53 never fully deletes the traffic policy. Note the
784
+ * following:</p>
663
785
  * <ul>
664
786
  * <li>
665
- * <p>Deleted traffic policies aren't listed if you run <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListTrafficPolicies.html">ListTrafficPolicies</a>.</p>
666
- * </li>
787
+ * <p>Deleted traffic policies aren't listed if you run <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListTrafficPolicies.html">ListTrafficPolicies</a>.</p>
788
+ * </li>
667
789
  * <li>
668
- * <p> There's no way to get a list of deleted policies.</p>
669
- * </li>
790
+ * <p> There's no way to get a list of deleted policies.</p>
791
+ * </li>
670
792
  * <li>
671
- * <p>If you retain the ID of the policy, you can get information about the policy, including the traffic policy document, by running
672
- * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetTrafficPolicy.html">GetTrafficPolicy</a>.</p>
673
- * </li>
793
+ * <p>If you retain the ID of the policy, you can get information about the policy,
794
+ * including the traffic policy document, by running <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetTrafficPolicy.html">GetTrafficPolicy</a>.</p>
795
+ * </li>
674
796
  * </ul>
675
797
  */
676
798
  deleteTrafficPolicy(args: DeleteTrafficPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTrafficPolicyCommandOutput>;
677
799
  deleteTrafficPolicy(args: DeleteTrafficPolicyCommandInput, cb: (err: any, data?: DeleteTrafficPolicyCommandOutput) => void): void;
678
800
  deleteTrafficPolicy(args: DeleteTrafficPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTrafficPolicyCommandOutput) => void): void;
679
801
  /**
680
- * <p>Deletes a traffic policy instance and all of the resource record sets that Amazon Route 53 created when you created the instance.</p>
802
+ * <p>Deletes a traffic policy instance and all of the resource record sets that Amazon
803
+ * Route 53 created when you created the instance.</p>
681
804
  * <note>
682
- * <p>In the Route 53 console, traffic policy instances are known as policy records.</p>
805
+ * <p>In the Route 53 console, traffic policy instances are known as policy
806
+ * records.</p>
683
807
  * </note>
684
808
  */
685
809
  deleteTrafficPolicyInstance(args: DeleteTrafficPolicyInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTrafficPolicyInstanceCommandOutput>;
686
810
  deleteTrafficPolicyInstance(args: DeleteTrafficPolicyInstanceCommandInput, cb: (err: any, data?: DeleteTrafficPolicyInstanceCommandOutput) => void): void;
687
811
  deleteTrafficPolicyInstance(args: DeleteTrafficPolicyInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTrafficPolicyInstanceCommandOutput) => void): void;
688
812
  /**
689
- * <p>Removes authorization to submit an <code>AssociateVPCWithHostedZone</code> request to associate a specified VPC
690
- * with a hosted zone that was created by a different account. You must use the account that created the hosted zone
691
- * to submit a <code>DeleteVPCAssociationAuthorization</code> request.</p>
813
+ * <p>Removes authorization to submit an <code>AssociateVPCWithHostedZone</code> request to
814
+ * associate a specified VPC with a hosted zone that was created by a different account.
815
+ * You must use the account that created the hosted zone to submit a
816
+ * <code>DeleteVPCAssociationAuthorization</code> request.</p>
692
817
  * <important>
693
- * <p>Sending this request only prevents the Amazon Web Services account that created the VPC from associating the VPC
694
- * with the Amazon Route 53 hosted zone in the future. If the VPC is already associated with the hosted zone,
695
- * <code>DeleteVPCAssociationAuthorization</code> won't disassociate the VPC from the hosted zone.
696
- * If you want to delete an existing association, use <code>DisassociateVPCFromHostedZone</code>.</p>
818
+ * <p>Sending this request only prevents the Amazon Web Services account that created the
819
+ * VPC from associating the VPC with the Amazon Route 53 hosted zone in the future. If
820
+ * the VPC is already associated with the hosted zone,
821
+ * <code>DeleteVPCAssociationAuthorization</code> won't disassociate the VPC from
822
+ * the hosted zone. If you want to delete an existing association, use
823
+ * <code>DisassociateVPCFromHostedZone</code>.</p>
697
824
  * </important>
698
825
  */
699
826
  deleteVPCAssociationAuthorization(args: DeleteVPCAssociationAuthorizationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVPCAssociationAuthorizationCommandOutput>;
700
827
  deleteVPCAssociationAuthorization(args: DeleteVPCAssociationAuthorizationCommandInput, cb: (err: any, data?: DeleteVPCAssociationAuthorizationCommandOutput) => void): void;
701
828
  deleteVPCAssociationAuthorization(args: DeleteVPCAssociationAuthorizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVPCAssociationAuthorizationCommandOutput) => void): void;
702
829
  /**
703
- * <p>Disables DNSSEC signing in a specific hosted zone. This action does not deactivate any key-signing keys (KSKs)
704
- * that are active in the hosted zone.</p>
830
+ * <p>Disables DNSSEC signing in a specific hosted zone. This action does not deactivate any
831
+ * key-signing keys (KSKs) that are active in the hosted zone.</p>
705
832
  */
706
833
  disableHostedZoneDNSSEC(args: DisableHostedZoneDNSSECCommandInput, options?: __HttpHandlerOptions): Promise<DisableHostedZoneDNSSECCommandOutput>;
707
834
  disableHostedZoneDNSSEC(args: DisableHostedZoneDNSSECCommandInput, cb: (err: any, data?: DisableHostedZoneDNSSECCommandOutput) => void): void;
708
835
  disableHostedZoneDNSSEC(args: DisableHostedZoneDNSSECCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableHostedZoneDNSSECCommandOutput) => void): void;
709
836
  /**
710
- * <p>Disassociates an Amazon Virtual Private Cloud (Amazon VPC) from an Amazon Route 53 private hosted zone. Note the following:</p>
837
+ * <p>Disassociates an Amazon Virtual Private Cloud (Amazon VPC) from an Amazon Route 53
838
+ * private hosted zone. Note the following:</p>
711
839
  * <ul>
712
840
  * <li>
713
- * <p>You can't disassociate the last Amazon VPC from a private hosted zone.</p>
714
- * </li>
841
+ * <p>You can't disassociate the last Amazon VPC from a private hosted zone.</p>
842
+ * </li>
715
843
  * <li>
716
- * <p>You can't convert a private hosted zone into a public hosted zone.</p>
717
- * </li>
844
+ * <p>You can't convert a private hosted zone into a public hosted zone.</p>
845
+ * </li>
718
846
  * <li>
719
- * <p>You can submit a <code>DisassociateVPCFromHostedZone</code> request using either the account
720
- * that created the hosted zone or the account that created the Amazon VPC.</p>
721
- * </li>
847
+ * <p>You can submit a <code>DisassociateVPCFromHostedZone</code> request using
848
+ * either the account that created the hosted zone or the account that created the
849
+ * Amazon VPC.</p>
850
+ * </li>
722
851
  * <li>
723
- * <p>Some services, such as Cloud Map and Amazon Elastic File System (Amazon EFS) automatically create hosted zones and associate
724
- * VPCs with the hosted zones. A service can create a hosted zone using your account or using its own account.
725
- * You can disassociate a VPC from a hosted zone only if the service created the hosted zone using your account.</p>
726
- * <p>When you run <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListHostedZonesByVPC.html">DisassociateVPCFromHostedZone</a>,
727
- * if the hosted zone has a value for <code>OwningAccount</code>, you can use <code>DisassociateVPCFromHostedZone</code>.
728
- * If the hosted zone has a value for <code>OwningService</code>, you can't use <code>DisassociateVPCFromHostedZone</code>.</p>
852
+ * <p>Some services, such as Cloud Map and Amazon Elastic File System
853
+ * (Amazon EFS) automatically create hosted zones and associate VPCs with the
854
+ * hosted zones. A service can create a hosted zone using your account or using its
855
+ * own account. You can disassociate a VPC from a hosted zone only if the service
856
+ * created the hosted zone using your account.</p>
857
+ * <p>When you run <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListHostedZonesByVPC.html">DisassociateVPCFromHostedZone</a>, if the hosted zone has a value for
858
+ * <code>OwningAccount</code>, you can use
859
+ * <code>DisassociateVPCFromHostedZone</code>. If the hosted zone has a value
860
+ * for <code>OwningService</code>, you can't use
861
+ * <code>DisassociateVPCFromHostedZone</code>.</p>
729
862
  * </li>
730
863
  * </ul>
731
864
  * <note>
732
- * <p>When revoking access, the hosted zone and the Amazon VPC must belong to the same
733
- * partition. A partition is a group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to one partition.</p>
865
+ * <p>When revoking access, the hosted zone and the Amazon VPC must belong to
866
+ * the same partition. A partition is a group of Amazon Web Services Regions. Each
867
+ * Amazon Web Services account is scoped to one partition.</p>
734
868
  * <p>The following are the supported partitions:</p>
735
869
  * <ul>
736
870
  * <li>
737
- * <p>
871
+ * <p>
738
872
  * <code>aws</code> - Amazon Web Services Regions</p>
739
- * </li>
873
+ * </li>
740
874
  * <li>
741
- * <p>
875
+ * <p>
742
876
  * <code>aws-cn</code> - China Regions</p>
743
- * </li>
877
+ * </li>
744
878
  * <li>
745
- * <p>
879
+ * <p>
746
880
  * <code>aws-us-gov</code> - Amazon Web Services GovCloud (US) Region</p>
747
- * </li>
881
+ * </li>
748
882
  * </ul>
749
883
  * <p>For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Access Management</a>
750
884
  * in the <i>Amazon Web Services General Reference</i>.</p>
751
- * </note>
885
+ * </note>
752
886
  */
753
887
  disassociateVPCFromHostedZone(args: DisassociateVPCFromHostedZoneCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateVPCFromHostedZoneCommandOutput>;
754
888
  disassociateVPCFromHostedZone(args: DisassociateVPCFromHostedZoneCommandInput, cb: (err: any, data?: DisassociateVPCFromHostedZoneCommandOutput) => void): void;
@@ -760,15 +894,14 @@ export declare class Route53 extends Route53Client {
760
894
  enableHostedZoneDNSSEC(args: EnableHostedZoneDNSSECCommandInput, cb: (err: any, data?: EnableHostedZoneDNSSECCommandOutput) => void): void;
761
895
  enableHostedZoneDNSSEC(args: EnableHostedZoneDNSSECCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableHostedZoneDNSSECCommandOutput) => void): void;
762
896
  /**
763
- * <p>Gets the specified limit for the current account, for example, the maximum number of health checks that you
764
- * can create using the account.</p>
765
- * <p>For the default limit, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a>
766
- * in the <i>Amazon Route 53 Developer Guide</i>. To request a higher limit,
767
- * <a href="https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&limitType=service-code-route53">open a case</a>.</p>
897
+ * <p>Gets the specified limit for the current account, for example, the maximum number of
898
+ * health checks that you can create using the account.</p>
899
+ * <p>For the default limit, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a> in the
900
+ * <i>Amazon Route 53 Developer Guide</i>. To request a higher limit,
901
+ * <a href="https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&limitType=service-code-route53">open a case</a>.</p>
768
902
  * <note>
769
- * <p>You can also view account limits in Amazon Web Services Trusted Advisor. Sign in to the Amazon Web Services Management Console and open the Trusted Advisor console at
770
- * <a href="https://console.aws.amazon.com/trustedadvisor">https://console.aws.amazon.com/trustedadvisor/</a>. Then choose
771
- * <b>Service limits</b> in the navigation pane.</p>
903
+ * <p>You can also view account limits in Amazon Web Services Trusted Advisor. Sign in to
904
+ * the Amazon Web Services Management Console and open the Trusted Advisor console at <a href="https://console.aws.amazon.com/trustedadvisor">https://console.aws.amazon.com/trustedadvisor/</a>. Then choose <b>Service limits</b> in the navigation pane.</p>
772
905
  * </note>
773
906
  */
774
907
  getAccountLimit(args: GetAccountLimitCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountLimitCommandOutput>;
@@ -780,12 +913,14 @@ export declare class Route53 extends Route53Client {
780
913
  * <ul>
781
914
  * <li>
782
915
  * <p>
783
- * <code>PENDING</code> indicates that the changes in this request have not propagated to all Amazon Route 53 DNS servers.
784
- * This is the initial status of all change batch requests.</p>
916
+ * <code>PENDING</code> indicates that the changes in this request have not
917
+ * propagated to all Amazon Route 53 DNS servers. This is the initial status of all
918
+ * change batch requests.</p>
785
919
  * </li>
786
920
  * <li>
787
921
  * <p>
788
- * <code>INSYNC</code> indicates that the changes have propagated to all Route 53 DNS servers. </p>
922
+ * <code>INSYNC</code> indicates that the changes have propagated to all Route 53
923
+ * DNS servers. </p>
789
924
  * </li>
790
925
  * </ul>
791
926
  */
@@ -793,44 +928,52 @@ export declare class Route53 extends Route53Client {
793
928
  getChange(args: GetChangeCommandInput, cb: (err: any, data?: GetChangeCommandOutput) => void): void;
794
929
  getChange(args: GetChangeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetChangeCommandOutput) => void): void;
795
930
  /**
796
- * <p>Route 53 does not perform authorization for this API because it retrieves information that is already available to the public.</p>
797
- * <important>
931
+ * <p>Route 53 does not perform authorization for this API because it retrieves information
932
+ * that is already available to the public.</p>
933
+ * <important>
798
934
  * <p>
799
935
  * <code>GetCheckerIpRanges</code> still works, but we recommend that you download
800
- * ip-ranges.json, which includes IP address ranges for all Amazon Web Services services. For more information, see
801
- * <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/route-53-ip-addresses.html">IP Address Ranges of Amazon Route 53 Servers</a>
802
- * in the <i>Amazon Route 53 Developer Guide</i>.</p>
936
+ * ip-ranges.json, which includes IP address ranges for all Amazon Web Services
937
+ * services. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/route-53-ip-addresses.html">IP Address Ranges
938
+ * of Amazon Route 53 Servers</a> in the <i>Amazon Route 53 Developer
939
+ * Guide</i>.</p>
803
940
  * </important>
804
941
  */
805
942
  getCheckerIpRanges(args: GetCheckerIpRangesCommandInput, options?: __HttpHandlerOptions): Promise<GetCheckerIpRangesCommandOutput>;
806
943
  getCheckerIpRanges(args: GetCheckerIpRangesCommandInput, cb: (err: any, data?: GetCheckerIpRangesCommandOutput) => void): void;
807
944
  getCheckerIpRanges(args: GetCheckerIpRangesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCheckerIpRangesCommandOutput) => void): void;
808
945
  /**
809
- * <p>Returns information about DNSSEC for a specific hosted zone, including the key-signing keys (KSKs) in the hosted zone.</p>
946
+ * <p>Returns information about DNSSEC for a specific hosted zone, including the key-signing
947
+ * keys (KSKs) in the hosted zone.</p>
810
948
  */
811
949
  getDNSSEC(args: GetDNSSECCommandInput, options?: __HttpHandlerOptions): Promise<GetDNSSECCommandOutput>;
812
950
  getDNSSEC(args: GetDNSSECCommandInput, cb: (err: any, data?: GetDNSSECCommandOutput) => void): void;
813
951
  getDNSSEC(args: GetDNSSECCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDNSSECCommandOutput) => void): void;
814
952
  /**
815
- * <p>Gets information about whether a specified geographic location is supported for Amazon Route 53 geolocation
816
- * resource record sets.</p>
817
- * <p>Route 53 does not perform authorization for this API because it retrieves information that is already available to the public.</p>
818
- *
819
- * <p>Use the following syntax to determine whether a continent is supported for geolocation:</p>
953
+ * <p>Gets information about whether a specified geographic location is supported for Amazon
954
+ * Route 53 geolocation resource record sets.</p>
955
+ * <p>Route 53 does not perform authorization for this API because it retrieves information
956
+ * that is already available to the public.</p>
957
+ * <p>Use the following syntax to determine whether a continent is supported for
958
+ * geolocation:</p>
820
959
  * <p>
821
- * <code>GET /2013-04-01/geolocation?continentcode=<i>two-letter abbreviation for a continent</i>
960
+ * <code>GET /2013-04-01/geolocation?continentcode=<i>two-letter abbreviation for
961
+ * a continent</i>
822
962
  * </code>
823
963
  * </p>
824
- *
825
- * <p>Use the following syntax to determine whether a country is supported for geolocation:</p>
964
+ * <p>Use the following syntax to determine whether a country is supported for
965
+ * geolocation:</p>
826
966
  * <p>
827
- * <code>GET /2013-04-01/geolocation?countrycode=<i>two-character country code</i>
967
+ * <code>GET /2013-04-01/geolocation?countrycode=<i>two-character country
968
+ * code</i>
828
969
  * </code>
829
970
  * </p>
830
- *
831
- * <p>Use the following syntax to determine whether a subdivision of a country is supported for geolocation:</p>
971
+ * <p>Use the following syntax to determine whether a subdivision of a country is supported
972
+ * for geolocation:</p>
832
973
  * <p>
833
- * <code>GET /2013-04-01/geolocation?countrycode=<i>two-character country code</i>&subdivisioncode=<i>subdivision code</i>
974
+ * <code>GET /2013-04-01/geolocation?countrycode=<i>two-character country
975
+ * code</i>&subdivisioncode=<i>subdivision
976
+ * code</i>
834
977
  * </code>
835
978
  * </p>
836
979
  */
@@ -858,14 +1001,17 @@ export declare class Route53 extends Route53Client {
858
1001
  /**
859
1002
  * <p>Gets status of a specified health check. </p>
860
1003
  * <important>
861
- * <p>This API is intended for use during development to diagnose behavior. It doesn’t support production use-cases with high query rates that require immediate and actionable responses.</p>
862
- * </important>
1004
+ * <p>This API is intended for use during development to diagnose behavior. It doesn’t
1005
+ * support production use-cases with high query rates that require immediate and
1006
+ * actionable responses.</p>
1007
+ * </important>
863
1008
  */
864
1009
  getHealthCheckStatus(args: GetHealthCheckStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetHealthCheckStatusCommandOutput>;
865
1010
  getHealthCheckStatus(args: GetHealthCheckStatusCommandInput, cb: (err: any, data?: GetHealthCheckStatusCommandOutput) => void): void;
866
1011
  getHealthCheckStatus(args: GetHealthCheckStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetHealthCheckStatusCommandOutput) => void): void;
867
1012
  /**
868
- * <p>Gets information about a specified hosted zone including the four name servers assigned to the hosted zone.</p>
1013
+ * <p>Gets information about a specified hosted zone including the four name servers
1014
+ * assigned to the hosted zone.</p>
869
1015
  */
870
1016
  getHostedZone(args: GetHostedZoneCommandInput, options?: __HttpHandlerOptions): Promise<GetHostedZoneCommandOutput>;
871
1017
  getHostedZone(args: GetHostedZoneCommandInput, cb: (err: any, data?: GetHostedZoneCommandOutput) => void): void;
@@ -877,47 +1023,44 @@ export declare class Route53 extends Route53Client {
877
1023
  getHostedZoneCount(args: GetHostedZoneCountCommandInput, cb: (err: any, data?: GetHostedZoneCountCommandOutput) => void): void;
878
1024
  getHostedZoneCount(args: GetHostedZoneCountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetHostedZoneCountCommandOutput) => void): void;
879
1025
  /**
880
- * <p>Gets the specified limit for a specified hosted zone, for example, the maximum number of records that you
881
- * can create in the hosted zone. </p>
882
- * <p>For the default limit, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a>
883
- * in the <i>Amazon Route 53 Developer Guide</i>. To request a higher limit,
884
- * <a href="https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&limitType=service-code-route53">open a case</a>.</p>
1026
+ * <p>Gets the specified limit for a specified hosted zone, for example, the maximum number
1027
+ * of records that you can create in the hosted zone. </p>
1028
+ * <p>For the default limit, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a> in the
1029
+ * <i>Amazon Route 53 Developer Guide</i>. To request a higher limit,
1030
+ * <a href="https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&limitType=service-code-route53">open a case</a>.</p>
885
1031
  */
886
1032
  getHostedZoneLimit(args: GetHostedZoneLimitCommandInput, options?: __HttpHandlerOptions): Promise<GetHostedZoneLimitCommandOutput>;
887
1033
  getHostedZoneLimit(args: GetHostedZoneLimitCommandInput, cb: (err: any, data?: GetHostedZoneLimitCommandOutput) => void): void;
888
1034
  getHostedZoneLimit(args: GetHostedZoneLimitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetHostedZoneLimitCommandOutput) => void): void;
889
1035
  /**
890
1036
  * <p>Gets information about a specified configuration for DNS query logging.</p>
891
- *
892
- * <p>For more information about DNS query logs, see
893
- * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateQueryLoggingConfig.html">CreateQueryLoggingConfig</a>
894
- * and
895
- * <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html">Logging DNS Queries</a>.</p>
1037
+ * <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
1038
+ * Queries</a>.</p>
896
1039
  */
897
1040
  getQueryLoggingConfig(args: GetQueryLoggingConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetQueryLoggingConfigCommandOutput>;
898
1041
  getQueryLoggingConfig(args: GetQueryLoggingConfigCommandInput, cb: (err: any, data?: GetQueryLoggingConfigCommandOutput) => void): void;
899
1042
  getQueryLoggingConfig(args: GetQueryLoggingConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetQueryLoggingConfigCommandOutput) => void): void;
900
1043
  /**
901
- * <p>Retrieves information about a specified reusable delegation set, including the four name servers that are assigned
902
- * to the delegation set.</p>
1044
+ * <p>Retrieves information about a specified reusable delegation set, including the four
1045
+ * name servers that are assigned to the delegation set.</p>
903
1046
  */
904
1047
  getReusableDelegationSet(args: GetReusableDelegationSetCommandInput, options?: __HttpHandlerOptions): Promise<GetReusableDelegationSetCommandOutput>;
905
1048
  getReusableDelegationSet(args: GetReusableDelegationSetCommandInput, cb: (err: any, data?: GetReusableDelegationSetCommandOutput) => void): void;
906
1049
  getReusableDelegationSet(args: GetReusableDelegationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReusableDelegationSetCommandOutput) => void): void;
907
1050
  /**
908
- * <p>Gets the maximum number of hosted zones that you can associate with the specified reusable delegation set.</p>
909
- * <p>For the default limit, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a>
910
- * in the <i>Amazon Route 53 Developer Guide</i>. To request a higher limit,
911
- * <a href="https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&limitType=service-code-route53">open a case</a>.</p>
1051
+ * <p>Gets the maximum number of hosted zones that you can associate with the specified
1052
+ * reusable delegation set.</p>
1053
+ * <p>For the default limit, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a> in the
1054
+ * <i>Amazon Route 53 Developer Guide</i>. To request a higher limit,
1055
+ * <a href="https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&limitType=service-code-route53">open a case</a>.</p>
912
1056
  */
913
1057
  getReusableDelegationSetLimit(args: GetReusableDelegationSetLimitCommandInput, options?: __HttpHandlerOptions): Promise<GetReusableDelegationSetLimitCommandOutput>;
914
1058
  getReusableDelegationSetLimit(args: GetReusableDelegationSetLimitCommandInput, cb: (err: any, data?: GetReusableDelegationSetLimitCommandOutput) => void): void;
915
1059
  getReusableDelegationSetLimit(args: GetReusableDelegationSetLimitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReusableDelegationSetLimitCommandOutput) => void): void;
916
1060
  /**
917
1061
  * <p>Gets information about a specific traffic policy version.</p>
918
- * <p>For information about how of deleting a traffic policy affects the response from <code>GetTrafficPolicy</code>, see
919
- * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeleteTrafficPolicy.html">DeleteTrafficPolicy</a>.
920
- * </p>
1062
+ * <p>For information about how of deleting a traffic policy affects the response from
1063
+ * <code>GetTrafficPolicy</code>, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeleteTrafficPolicy.html">DeleteTrafficPolicy</a>. </p>
921
1064
  */
922
1065
  getTrafficPolicy(args: GetTrafficPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetTrafficPolicyCommandOutput>;
923
1066
  getTrafficPolicy(args: GetTrafficPolicyCommandInput, cb: (err: any, data?: GetTrafficPolicyCommandOutput) => void): void;
@@ -925,30 +1068,57 @@ export declare class Route53 extends Route53Client {
925
1068
  /**
926
1069
  * <p>Gets information about a specified traffic policy instance.</p>
927
1070
  * <note>
928
- * <p>After you submit a <code>CreateTrafficPolicyInstance</code> or an <code>UpdateTrafficPolicyInstance</code> request,
929
- * there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For
930
- * more information, see the <code>State</code> response element.</p>
1071
+ * <p>After you submit a <code>CreateTrafficPolicyInstance</code> or an
1072
+ * <code>UpdateTrafficPolicyInstance</code> request, there's a brief delay while
1073
+ * Amazon Route 53 creates the resource record sets that are specified in the traffic
1074
+ * policy definition. For more information, see the <code>State</code> response
1075
+ * element.</p>
931
1076
  * </note>
932
1077
  * <note>
933
- * <p>In the Route 53 console, traffic policy instances are known as policy records.</p>
1078
+ * <p>In the Route 53 console, traffic policy instances are known as policy
1079
+ * records.</p>
934
1080
  * </note>
935
1081
  */
936
1082
  getTrafficPolicyInstance(args: GetTrafficPolicyInstanceCommandInput, options?: __HttpHandlerOptions): Promise<GetTrafficPolicyInstanceCommandOutput>;
937
1083
  getTrafficPolicyInstance(args: GetTrafficPolicyInstanceCommandInput, cb: (err: any, data?: GetTrafficPolicyInstanceCommandOutput) => void): void;
938
1084
  getTrafficPolicyInstance(args: GetTrafficPolicyInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTrafficPolicyInstanceCommandOutput) => void): void;
939
1085
  /**
940
- * <p>Gets the number of traffic policy instances that are associated with the current Amazon Web Services account.</p>
1086
+ * <p>Gets the number of traffic policy instances that are associated with the current
1087
+ * Amazon Web Services account.</p>
941
1088
  */
942
1089
  getTrafficPolicyInstanceCount(args: GetTrafficPolicyInstanceCountCommandInput, options?: __HttpHandlerOptions): Promise<GetTrafficPolicyInstanceCountCommandOutput>;
943
1090
  getTrafficPolicyInstanceCount(args: GetTrafficPolicyInstanceCountCommandInput, cb: (err: any, data?: GetTrafficPolicyInstanceCountCommandOutput) => void): void;
944
1091
  getTrafficPolicyInstanceCount(args: GetTrafficPolicyInstanceCountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTrafficPolicyInstanceCountCommandOutput) => void): void;
1092
+ /**
1093
+ * <p>Returns a paginated list of location objects and their CIDR blocks.</p>
1094
+ */
1095
+ listCidrBlocks(args: ListCidrBlocksCommandInput, options?: __HttpHandlerOptions): Promise<ListCidrBlocksCommandOutput>;
1096
+ listCidrBlocks(args: ListCidrBlocksCommandInput, cb: (err: any, data?: ListCidrBlocksCommandOutput) => void): void;
1097
+ listCidrBlocks(args: ListCidrBlocksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCidrBlocksCommandOutput) => void): void;
1098
+ /**
1099
+ * <p>Returns a paginated list of CIDR collections in the Amazon Web Services account
1100
+ * (metadata only).</p>
1101
+ */
1102
+ listCidrCollections(args: ListCidrCollectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListCidrCollectionsCommandOutput>;
1103
+ listCidrCollections(args: ListCidrCollectionsCommandInput, cb: (err: any, data?: ListCidrCollectionsCommandOutput) => void): void;
1104
+ listCidrCollections(args: ListCidrCollectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCidrCollectionsCommandOutput) => void): void;
1105
+ /**
1106
+ * <p>Returns a paginated list of CIDR locations for the given collection (metadata only,
1107
+ * does not include CIDR blocks).</p>
1108
+ */
1109
+ listCidrLocations(args: ListCidrLocationsCommandInput, options?: __HttpHandlerOptions): Promise<ListCidrLocationsCommandOutput>;
1110
+ listCidrLocations(args: ListCidrLocationsCommandInput, cb: (err: any, data?: ListCidrLocationsCommandOutput) => void): void;
1111
+ listCidrLocations(args: ListCidrLocationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCidrLocationsCommandOutput) => void): void;
945
1112
  /**
946
1113
  * <p>Retrieves a list of supported geographic locations.</p>
947
- * <p>Countries are listed first, and continents are listed last. If Amazon Route 53 supports subdivisions for a country (for example, states or provinces),
948
- * the subdivisions for that country are listed in alphabetical order immediately after the corresponding country.</p>
949
- * <p>Route 53 does not perform authorization for this API because it retrieves information that is already available to the public.</p>
950
- * <p>For a list of supported geolocation codes, see the
951
- * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GeoLocation.html">GeoLocation</a> data type.</p>
1114
+ * <p>Countries are listed first, and continents are listed last. If Amazon Route 53
1115
+ * supports subdivisions for a country (for example, states or provinces), the subdivisions
1116
+ * for that country are listed in alphabetical order immediately after the corresponding
1117
+ * country.</p>
1118
+ * <p>Route 53 does not perform authorization for this API because it retrieves information
1119
+ * that is already available to the public.</p>
1120
+ * <p>For a list of supported geolocation codes, see the <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GeoLocation.html">GeoLocation</a> data
1121
+ * type.</p>
952
1122
  */
953
1123
  listGeoLocations(args: ListGeoLocationsCommandInput, options?: __HttpHandlerOptions): Promise<ListGeoLocationsCommandOutput>;
954
1124
  listGeoLocations(args: ListGeoLocationsCommandInput, cb: (err: any, data?: ListGeoLocationsCommandOutput) => void): void;
@@ -960,58 +1130,71 @@ export declare class Route53 extends Route53Client {
960
1130
  listHealthChecks(args: ListHealthChecksCommandInput, cb: (err: any, data?: ListHealthChecksCommandOutput) => void): void;
961
1131
  listHealthChecks(args: ListHealthChecksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHealthChecksCommandOutput) => void): void;
962
1132
  /**
963
- * <p>Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services account. The response
964
- * includes a <code>HostedZones</code> child element for each hosted zone.</p>
965
- * <p>Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of hosted zones, you can use the
966
- * <code>maxitems</code> parameter to list them in groups of up to 100.</p>
1133
+ * <p>Retrieves a list of the public and private hosted zones that are associated with the
1134
+ * current Amazon Web Services account. The response includes a <code>HostedZones</code>
1135
+ * child element for each hosted zone.</p>
1136
+ * <p>Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of
1137
+ * hosted zones, you can use the <code>maxitems</code> parameter to list them in groups of
1138
+ * up to 100.</p>
967
1139
  */
968
1140
  listHostedZones(args: ListHostedZonesCommandInput, options?: __HttpHandlerOptions): Promise<ListHostedZonesCommandOutput>;
969
1141
  listHostedZones(args: ListHostedZonesCommandInput, cb: (err: any, data?: ListHostedZonesCommandOutput) => void): void;
970
1142
  listHostedZones(args: ListHostedZonesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHostedZonesCommandOutput) => void): void;
971
1143
  /**
972
- * <p>Retrieves a list of your hosted zones in lexicographic order. The response includes a <code>HostedZones</code> child element
973
- * for each hosted zone created by the current Amazon Web Services account. </p>
1144
+ * <p>Retrieves a list of your hosted zones in lexicographic order. The response includes a
1145
+ * <code>HostedZones</code> child element for each hosted zone created by the current
1146
+ * Amazon Web Services account. </p>
974
1147
  * <p>
975
- * <code>ListHostedZonesByName</code> sorts hosted zones by name with the labels reversed. For example:</p>
976
- *
1148
+ * <code>ListHostedZonesByName</code> sorts hosted zones by name with the labels
1149
+ * reversed. For example:</p>
977
1150
  * <p>
978
1151
  * <code>com.example.www.</code>
979
1152
  * </p>
980
- *
981
1153
  * <p>Note the trailing dot, which can change the sort order in some circumstances.</p>
982
- * <p>If the domain name includes escape characters or Punycode, <code>ListHostedZonesByName</code> alphabetizes the domain name
983
- * using the escaped or Punycoded value, which is the format that Amazon Route 53 saves in its database. For example, to create a hosted zone
984
- * for exämple.com, you specify ex\344mple.com for the domain name. <code>ListHostedZonesByName</code> alphabetizes it as:</p>
985
- *
1154
+ * <p>If the domain name includes escape characters or Punycode,
1155
+ * <code>ListHostedZonesByName</code> alphabetizes the domain name using the escaped or
1156
+ * Punycoded value, which is the format that Amazon Route 53 saves in its database. For
1157
+ * example, to create a hosted zone for exämple.com, you specify ex\344mple.com for
1158
+ * the domain name. <code>ListHostedZonesByName</code> alphabetizes it as:</p>
986
1159
  * <p>
987
1160
  * <code>com.ex\344mple.</code>
988
1161
  * </p>
989
- *
990
- * <p>The labels are reversed and alphabetized using the escaped value. For more information about valid domain name formats,
991
- * including internationalized domain names, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html">DNS Domain Name Format</a> in the
992
- * <i>Amazon Route 53 Developer Guide</i>.</p>
993
- * <p>Route 53 returns up to 100 items in each response. If you have a lot of hosted zones, use the <code>MaxItems</code> parameter to list
994
- * them in groups of up to 100. The response includes values that help navigate from one group of <code>MaxItems</code> hosted zones to the next:</p>
1162
+ * <p>The labels are reversed and alphabetized using the escaped value. For more information
1163
+ * about valid domain name formats, including internationalized domain names, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html">DNS
1164
+ * Domain Name Format</a> in the <i>Amazon Route 53 Developer
1165
+ * Guide</i>.</p>
1166
+ * <p>Route 53 returns up to 100 items in each response. If you have a lot of hosted zones,
1167
+ * use the <code>MaxItems</code> parameter to list them in groups of up to 100. The
1168
+ * response includes values that help navigate from one group of <code>MaxItems</code>
1169
+ * hosted zones to the next:</p>
995
1170
  * <ul>
996
1171
  * <li>
997
- * <p>The <code>DNSName</code> and <code>HostedZoneId</code> elements in the response contain the values, if any, specified for the
998
- * <code>dnsname</code> and <code>hostedzoneid</code> parameters in the request that produced the current response.</p>
1172
+ * <p>The <code>DNSName</code> and <code>HostedZoneId</code> elements in the
1173
+ * response contain the values, if any, specified for the <code>dnsname</code> and
1174
+ * <code>hostedzoneid</code> parameters in the request that produced the
1175
+ * current response.</p>
999
1176
  * </li>
1000
1177
  * <li>
1001
- * <p>The <code>MaxItems</code> element in the response contains the value, if any, that you specified for the <code>maxitems</code>
1002
- * parameter in the request that produced the current response.</p>
1178
+ * <p>The <code>MaxItems</code> element in the response contains the value, if any,
1179
+ * that you specified for the <code>maxitems</code> parameter in the request that
1180
+ * produced the current response.</p>
1003
1181
  * </li>
1004
1182
  * <li>
1005
- * <p>If the value of <code>IsTruncated</code> in the response is true, there are more hosted zones associated with the
1006
- * current Amazon Web Services account. </p>
1007
- * <p>If <code>IsTruncated</code> is false, this response includes the last hosted zone that is associated with the current account.
1008
- * The <code>NextDNSName</code> element and <code>NextHostedZoneId</code> elements are omitted from the response.</p>
1183
+ * <p>If the value of <code>IsTruncated</code> in the response is true, there are
1184
+ * more hosted zones associated with the current Amazon Web Services account. </p>
1185
+ * <p>If <code>IsTruncated</code> is false, this response includes the last hosted
1186
+ * zone that is associated with the current account. The <code>NextDNSName</code>
1187
+ * element and <code>NextHostedZoneId</code> elements are omitted from the
1188
+ * response.</p>
1009
1189
  * </li>
1010
1190
  * <li>
1011
- * <p>The <code>NextDNSName</code> and <code>NextHostedZoneId</code> elements in the response contain the domain name and the
1012
- * hosted zone ID of the next hosted zone that is associated with the current Amazon Web Services account. If you want to list more hosted zones,
1013
- * make another call to <code>ListHostedZonesByName</code>, and specify the value of <code>NextDNSName</code> and
1014
- * <code>NextHostedZoneId</code> in the <code>dnsname</code> and <code>hostedzoneid</code> parameters, respectively.</p>
1191
+ * <p>The <code>NextDNSName</code> and <code>NextHostedZoneId</code> elements in the
1192
+ * response contain the domain name and the hosted zone ID of the next hosted zone
1193
+ * that is associated with the current Amazon Web Services account. If you want to
1194
+ * list more hosted zones, make another call to <code>ListHostedZonesByName</code>,
1195
+ * and specify the value of <code>NextDNSName</code> and
1196
+ * <code>NextHostedZoneId</code> in the <code>dnsname</code> and
1197
+ * <code>hostedzoneid</code> parameters, respectively.</p>
1015
1198
  * </li>
1016
1199
  * </ul>
1017
1200
  */
@@ -1019,55 +1202,57 @@ export declare class Route53 extends Route53Client {
1019
1202
  listHostedZonesByName(args: ListHostedZonesByNameCommandInput, cb: (err: any, data?: ListHostedZonesByNameCommandOutput) => void): void;
1020
1203
  listHostedZonesByName(args: ListHostedZonesByNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHostedZonesByNameCommandOutput) => void): void;
1021
1204
  /**
1022
- * <p>Lists all the private hosted zones that a specified VPC is associated with, regardless of which Amazon Web Services account or Amazon Web Services service owns the
1023
- * hosted zones. The <code>HostedZoneOwner</code> structure in the response contains one of the following values:</p>
1205
+ * <p>Lists all the private hosted zones that a specified VPC is associated with, regardless
1206
+ * of which Amazon Web Services account or Amazon Web Services service owns the hosted zones.
1207
+ * The <code>HostedZoneOwner</code> structure in the response contains one of the following
1208
+ * values:</p>
1024
1209
  * <ul>
1025
1210
  * <li>
1026
- * <p>An <code>OwningAccount</code> element, which contains the account number of either the current Amazon Web Services account or
1027
- * another Amazon Web Services account. Some services, such as Cloud Map, create hosted zones using the current account. </p>
1211
+ * <p>An <code>OwningAccount</code> element, which contains the account number of
1212
+ * either the current Amazon Web Services account or another Amazon Web Services account. Some services, such as Cloud Map, create
1213
+ * hosted zones using the current account. </p>
1028
1214
  * </li>
1029
1215
  * <li>
1030
- * <p>An <code>OwningService</code> element, which identifies the Amazon Web Services service that created and owns the hosted zone.
1031
- * For example, if a hosted zone was created by Amazon Elastic File System (Amazon EFS), the value of <code>Owner</code> is
1032
- * <code>efs.amazonaws.com</code>. </p>
1216
+ * <p>An <code>OwningService</code> element, which identifies the Amazon Web Services
1217
+ * service that created and owns the hosted zone. For example, if a hosted zone was
1218
+ * created by Amazon Elastic File System (Amazon EFS), the value of
1219
+ * <code>Owner</code> is <code>efs.amazonaws.com</code>. </p>
1033
1220
  * </li>
1034
1221
  * </ul>
1035
1222
  * <note>
1036
- * <p>When listing private hosted zones, the hosted zone and the Amazon VPC must belong to
1037
- * the same partition where the hosted zones were created. A partition is a group of
1038
- * Amazon Web Services Regions. Each Amazon Web Services account is scoped to one
1039
- * partition.</p>
1223
+ * <p>When listing private hosted zones, the hosted zone and the Amazon VPC must
1224
+ * belong to the same partition where the hosted zones were created. A partition is a
1225
+ * group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to
1226
+ * one partition.</p>
1040
1227
  * <p>The following are the supported partitions:</p>
1041
1228
  * <ul>
1042
1229
  * <li>
1043
- * <p>
1230
+ * <p>
1044
1231
  * <code>aws</code> - Amazon Web Services Regions</p>
1045
- * </li>
1232
+ * </li>
1046
1233
  * <li>
1047
- * <p>
1234
+ * <p>
1048
1235
  * <code>aws-cn</code> - China Regions</p>
1049
- * </li>
1236
+ * </li>
1050
1237
  * <li>
1051
- * <p>
1238
+ * <p>
1052
1239
  * <code>aws-us-gov</code> - Amazon Web Services GovCloud (US) Region</p>
1053
- * </li>
1240
+ * </li>
1054
1241
  * </ul>
1055
1242
  * <p>For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Access Management</a>
1056
1243
  * in the <i>Amazon Web Services General Reference</i>.</p>
1057
- * </note>
1244
+ * </note>
1058
1245
  */
1059
1246
  listHostedZonesByVPC(args: ListHostedZonesByVPCCommandInput, options?: __HttpHandlerOptions): Promise<ListHostedZonesByVPCCommandOutput>;
1060
1247
  listHostedZonesByVPC(args: ListHostedZonesByVPCCommandInput, cb: (err: any, data?: ListHostedZonesByVPCCommandOutput) => void): void;
1061
1248
  listHostedZonesByVPC(args: ListHostedZonesByVPCCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHostedZonesByVPCCommandOutput) => void): void;
1062
1249
  /**
1063
- * <p>Lists the configurations for DNS query logging that are associated with the current Amazon Web Services account or the configuration
1064
- * that is associated with a specified hosted zone.</p>
1065
- *
1066
- * <p>For more information about DNS query logs, see
1067
- * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateQueryLoggingConfig.html">CreateQueryLoggingConfig</a>.
1068
- * Additional information, including the format of DNS query logs, appears in
1069
- * <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html">Logging DNS Queries</a>
1070
- * in the <i>Amazon Route 53 Developer Guide</i>.</p>
1250
+ * <p>Lists the configurations for DNS query logging that are associated with the current
1251
+ * Amazon Web Services account or the configuration that is associated with a specified
1252
+ * hosted zone.</p>
1253
+ * <p>For more information about DNS query logs, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateQueryLoggingConfig.html">CreateQueryLoggingConfig</a>. Additional information, including the format of
1254
+ * DNS query logs, appears in <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html">Logging DNS Queries</a> in
1255
+ * the <i>Amazon Route 53 Developer Guide</i>.</p>
1071
1256
  */
1072
1257
  listQueryLoggingConfigs(args: ListQueryLoggingConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListQueryLoggingConfigsCommandOutput>;
1073
1258
  listQueryLoggingConfigs(args: ListQueryLoggingConfigsCommandInput, cb: (err: any, data?: ListQueryLoggingConfigsCommandOutput) => void): void;
@@ -1075,165 +1260,184 @@ export declare class Route53 extends Route53Client {
1075
1260
  /**
1076
1261
  * <p>Lists the resource record sets in a specified hosted zone.</p>
1077
1262
  * <p>
1078
- * <code>ListResourceRecordSets</code> returns up to 300 resource record sets at a time in ASCII order,
1079
- * beginning at a position specified by the <code>name</code> and <code>type</code> elements.</p>
1080
- *
1263
+ * <code>ListResourceRecordSets</code> returns up to 300 resource record sets at a time
1264
+ * in ASCII order, beginning at a position specified by the <code>name</code> and
1265
+ * <code>type</code> elements.</p>
1081
1266
  * <p>
1082
1267
  * <b>Sort order</b>
1083
1268
  * </p>
1084
- * <p>
1085
- * <code>ListResourceRecordSets</code> sorts results first by DNS name with the labels reversed, for example:</p>
1086
- * <p>
1269
+ * <p>
1270
+ * <code>ListResourceRecordSets</code> sorts results first by DNS name with the labels
1271
+ * reversed, for example:</p>
1272
+ * <p>
1087
1273
  * <code>com.example.www.</code>
1088
1274
  * </p>
1089
- * <p>Note the trailing dot, which can change the sort order when the record name contains characters that appear before
1090
- * <code>.</code> (decimal 46) in the ASCII table. These characters include the following: <code>! " # $ % & ' ( ) * + , -</code>
1275
+ * <p>Note the trailing dot, which can change the sort order when the record name contains
1276
+ * characters that appear before <code>.</code> (decimal 46) in the ASCII table. These
1277
+ * characters include the following: <code>! " # $ % & ' ( ) * + , -</code>
1091
1278
  * </p>
1092
- * <p>When multiple records have the same DNS name, <code>ListResourceRecordSets</code> sorts results by the record type.</p>
1093
- *
1279
+ * <p>When multiple records have the same DNS name, <code>ListResourceRecordSets</code>
1280
+ * sorts results by the record type.</p>
1094
1281
  * <p>
1095
1282
  * <b>Specifying where to start listing records</b>
1096
1283
  * </p>
1097
- * <p>You can use the name and type elements to specify the resource record set that the list begins with:</p>
1098
- * <dl>
1284
+ * <p>You can use the name and type elements to specify the resource record set that the
1285
+ * list begins with:</p>
1286
+ * <dl>
1099
1287
  * <dt>If you do not specify Name or Type</dt>
1100
1288
  * <dd>
1101
- * <p>The results begin with the first resource record set that the hosted zone contains.</p>
1102
- * </dd>
1289
+ * <p>The results begin with the first resource record set that the hosted zone
1290
+ * contains.</p>
1291
+ * </dd>
1103
1292
  * <dt>If you specify Name but not Type</dt>
1104
1293
  * <dd>
1105
- * <p>The results begin with the first resource record set in the list whose name is greater than or equal to
1106
- * <code>Name</code>.</p>
1107
- * </dd>
1294
+ * <p>The results begin with the first resource record set in the list whose
1295
+ * name is greater than or equal to <code>Name</code>.</p>
1296
+ * </dd>
1108
1297
  * <dt>If you specify Type but not Name</dt>
1109
1298
  * <dd>
1110
- * <p>Amazon Route 53 returns the <code>InvalidInput</code> error.</p>
1111
- * </dd>
1299
+ * <p>Amazon Route 53 returns the <code>InvalidInput</code> error.</p>
1300
+ * </dd>
1112
1301
  * <dt>If you specify both Name and Type</dt>
1113
1302
  * <dd>
1114
- * <p>The results begin with the first resource record set in the list whose name is greater than or equal to
1115
- * <code>Name</code>, and whose type is greater than or equal to <code>Type</code>.</p>
1116
- * </dd>
1303
+ * <p>The results begin with the first resource record set in the list whose
1304
+ * name is greater than or equal to <code>Name</code>, and whose type is
1305
+ * greater than or equal to <code>Type</code>.</p>
1306
+ * </dd>
1117
1307
  * </dl>
1118
- *
1119
1308
  * <p>
1120
1309
  * <b>Resource record sets that are PENDING</b>
1121
1310
  * </p>
1122
- * <p>This action returns the most current version of the records. This includes records that are <code>PENDING</code>,
1123
- * and that are not yet available on all Route 53 DNS servers.</p>
1124
- *
1311
+ * <p>This action returns the most current version of the records. This includes records
1312
+ * that are <code>PENDING</code>, and that are not yet available on all Route 53 DNS
1313
+ * servers.</p>
1125
1314
  * <p>
1126
1315
  * <b>Changing resource record sets</b>
1127
1316
  * </p>
1128
- * <p>To ensure that you get an accurate listing of the resource record sets for a hosted zone at a point in time,
1129
- * do not submit a <code>ChangeResourceRecordSets</code> request while you're paging through the results of a
1130
- * <code>ListResourceRecordSets</code> request. If you do, some pages may display results without the latest changes
1131
- * while other pages display results with the latest changes.</p>
1132
- *
1317
+ * <p>To ensure that you get an accurate listing of the resource record sets for a hosted
1318
+ * zone at a point in time, do not submit a <code>ChangeResourceRecordSets</code> request
1319
+ * while you're paging through the results of a <code>ListResourceRecordSets</code>
1320
+ * request. If you do, some pages may display results without the latest changes while
1321
+ * other pages display results with the latest changes.</p>
1133
1322
  * <p>
1134
1323
  * <b>Displaying the next page of results</b>
1135
1324
  * </p>
1136
- * <p>If a <code>ListResourceRecordSets</code> command returns more than one page of results, the value of <code>IsTruncated</code>
1137
- * is <code>true</code>. To display the next page of results, get the values of <code>NextRecordName</code>, <code>NextRecordType</code>,
1138
- * and <code>NextRecordIdentifier</code> (if any) from the response. Then submit another <code>ListResourceRecordSets</code> request, and
1139
- * specify those values for <code>StartRecordName</code>, <code>StartRecordType</code>, and <code>StartRecordIdentifier</code>.</p>
1325
+ * <p>If a <code>ListResourceRecordSets</code> command returns more than one page of
1326
+ * results, the value of <code>IsTruncated</code> is <code>true</code>. To display the next
1327
+ * page of results, get the values of <code>NextRecordName</code>,
1328
+ * <code>NextRecordType</code>, and <code>NextRecordIdentifier</code> (if any) from the
1329
+ * response. Then submit another <code>ListResourceRecordSets</code> request, and specify
1330
+ * those values for <code>StartRecordName</code>, <code>StartRecordType</code>, and
1331
+ * <code>StartRecordIdentifier</code>.</p>
1140
1332
  */
1141
1333
  listResourceRecordSets(args: ListResourceRecordSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListResourceRecordSetsCommandOutput>;
1142
1334
  listResourceRecordSets(args: ListResourceRecordSetsCommandInput, cb: (err: any, data?: ListResourceRecordSetsCommandOutput) => void): void;
1143
1335
  listResourceRecordSets(args: ListResourceRecordSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceRecordSetsCommandOutput) => void): void;
1144
1336
  /**
1145
- * <p>Retrieves a list of the reusable delegation sets that are associated with the current Amazon Web Services account.</p>
1337
+ * <p>Retrieves a list of the reusable delegation sets that are associated with the current
1338
+ * Amazon Web Services account.</p>
1146
1339
  */
1147
1340
  listReusableDelegationSets(args: ListReusableDelegationSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListReusableDelegationSetsCommandOutput>;
1148
1341
  listReusableDelegationSets(args: ListReusableDelegationSetsCommandInput, cb: (err: any, data?: ListReusableDelegationSetsCommandOutput) => void): void;
1149
1342
  listReusableDelegationSets(args: ListReusableDelegationSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReusableDelegationSetsCommandOutput) => void): void;
1150
1343
  /**
1151
1344
  * <p>Lists tags for one health check or hosted zone. </p>
1152
- * <p>For information about using tags for cost allocation, see
1153
- * <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Using Cost Allocation Tags</a>
1154
- * in the <i>Billing and Cost Management User Guide</i>.</p>
1345
+ * <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
1346
+ * Tags</a> in the <i>Billing and Cost Management User Guide</i>.</p>
1155
1347
  */
1156
1348
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
1157
1349
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
1158
1350
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
1159
1351
  /**
1160
1352
  * <p>Lists tags for up to 10 health checks or hosted zones.</p>
1161
- * <p>For information about using tags for cost allocation, see
1162
- * <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Using Cost Allocation Tags</a>
1163
- * in the <i>Billing and Cost Management User Guide</i>.</p>
1353
+ * <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
1354
+ * Tags</a> in the <i>Billing and Cost Management User Guide</i>.</p>
1164
1355
  */
1165
1356
  listTagsForResources(args: ListTagsForResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourcesCommandOutput>;
1166
1357
  listTagsForResources(args: ListTagsForResourcesCommandInput, cb: (err: any, data?: ListTagsForResourcesCommandOutput) => void): void;
1167
1358
  listTagsForResources(args: ListTagsForResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourcesCommandOutput) => void): void;
1168
1359
  /**
1169
- * <p>Gets information about the latest version for every traffic policy that is associated with the current Amazon Web Services account.
1170
- * Policies are listed in the order that they were created in. </p>
1171
- *
1172
- * <p>For information about how of deleting a traffic policy affects the response from <code>ListTrafficPolicies</code>, see
1173
- * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeleteTrafficPolicy.html">DeleteTrafficPolicy</a>.
1174
- *
1175
- * </p>
1360
+ * <p>Gets information about the latest version for every traffic policy that is associated
1361
+ * with the current Amazon Web Services account. Policies are listed in the order that they
1362
+ * were created in. </p>
1363
+ * <p>For information about how of deleting a traffic policy affects the response from
1364
+ * <code>ListTrafficPolicies</code>, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeleteTrafficPolicy.html">DeleteTrafficPolicy</a>. </p>
1176
1365
  */
1177
1366
  listTrafficPolicies(args: ListTrafficPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListTrafficPoliciesCommandOutput>;
1178
1367
  listTrafficPolicies(args: ListTrafficPoliciesCommandInput, cb: (err: any, data?: ListTrafficPoliciesCommandOutput) => void): void;
1179
1368
  listTrafficPolicies(args: ListTrafficPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrafficPoliciesCommandOutput) => void): void;
1180
1369
  /**
1181
- * <p>Gets information about the traffic policy instances that you created by using the current Amazon Web Services account.</p>
1370
+ * <p>Gets information about the traffic policy instances that you created by using the
1371
+ * current Amazon Web Services account.</p>
1182
1372
  * <note>
1183
- * <p>After you submit an <code>UpdateTrafficPolicyInstance</code> request, there's a brief delay while Amazon Route 53 creates the
1184
- * resource record sets that are specified in the traffic policy definition. For more information, see the <code>State</code> response element.</p>
1373
+ * <p>After you submit an <code>UpdateTrafficPolicyInstance</code> request, there's a
1374
+ * brief delay while Amazon Route 53 creates the resource record sets that are
1375
+ * specified in the traffic policy definition. For more information, see the
1376
+ * <code>State</code> response element.</p>
1185
1377
  * </note>
1186
- * <p>Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the
1187
- * <code>MaxItems</code> parameter to list them in groups of up to 100.</p>
1378
+ * <p>Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic
1379
+ * policy instances, you can use the <code>MaxItems</code> parameter to list them in groups
1380
+ * of up to 100.</p>
1188
1381
  */
1189
1382
  listTrafficPolicyInstances(args: ListTrafficPolicyInstancesCommandInput, options?: __HttpHandlerOptions): Promise<ListTrafficPolicyInstancesCommandOutput>;
1190
1383
  listTrafficPolicyInstances(args: ListTrafficPolicyInstancesCommandInput, cb: (err: any, data?: ListTrafficPolicyInstancesCommandOutput) => void): void;
1191
1384
  listTrafficPolicyInstances(args: ListTrafficPolicyInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrafficPolicyInstancesCommandOutput) => void): void;
1192
1385
  /**
1193
- * <p>Gets information about the traffic policy instances that you created in a specified hosted zone.</p>
1386
+ * <p>Gets information about the traffic policy instances that you created in a specified
1387
+ * hosted zone.</p>
1194
1388
  * <note>
1195
- * <p>After you submit a <code>CreateTrafficPolicyInstance</code> or an <code>UpdateTrafficPolicyInstance</code> request, there's a
1196
- * brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information,
1197
- * see the <code>State</code> response element.</p>
1389
+ * <p>After you submit a <code>CreateTrafficPolicyInstance</code> or an
1390
+ * <code>UpdateTrafficPolicyInstance</code> request, there's a brief delay while
1391
+ * Amazon Route 53 creates the resource record sets that are specified in the traffic
1392
+ * policy definition. For more information, see the <code>State</code> response
1393
+ * element.</p>
1198
1394
  * </note>
1199
- * <p>Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the
1200
- * <code>MaxItems</code> parameter to list them in groups of up to 100.</p>
1395
+ * <p>Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic
1396
+ * policy instances, you can use the <code>MaxItems</code> parameter to list them in groups
1397
+ * of up to 100.</p>
1201
1398
  */
1202
1399
  listTrafficPolicyInstancesByHostedZone(args: ListTrafficPolicyInstancesByHostedZoneCommandInput, options?: __HttpHandlerOptions): Promise<ListTrafficPolicyInstancesByHostedZoneCommandOutput>;
1203
1400
  listTrafficPolicyInstancesByHostedZone(args: ListTrafficPolicyInstancesByHostedZoneCommandInput, cb: (err: any, data?: ListTrafficPolicyInstancesByHostedZoneCommandOutput) => void): void;
1204
1401
  listTrafficPolicyInstancesByHostedZone(args: ListTrafficPolicyInstancesByHostedZoneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrafficPolicyInstancesByHostedZoneCommandOutput) => void): void;
1205
1402
  /**
1206
- * <p>Gets information about the traffic policy instances that you created by using a specify traffic policy version.</p>
1403
+ * <p>Gets information about the traffic policy instances that you created by using a
1404
+ * specify traffic policy version.</p>
1207
1405
  * <note>
1208
- * <p>After you submit a <code>CreateTrafficPolicyInstance</code> or an <code>UpdateTrafficPolicyInstance</code> request,
1209
- * there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For
1210
- * more information, see the <code>State</code> response element.</p>
1406
+ * <p>After you submit a <code>CreateTrafficPolicyInstance</code> or an
1407
+ * <code>UpdateTrafficPolicyInstance</code> request, there's a brief delay while
1408
+ * Amazon Route 53 creates the resource record sets that are specified in the traffic
1409
+ * policy definition. For more information, see the <code>State</code> response
1410
+ * element.</p>
1211
1411
  * </note>
1212
- * <p>Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the
1213
- * <code>MaxItems</code> parameter to list them in groups of up to 100.</p>
1412
+ * <p>Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic
1413
+ * policy instances, you can use the <code>MaxItems</code> parameter to list them in groups
1414
+ * of up to 100.</p>
1214
1415
  */
1215
1416
  listTrafficPolicyInstancesByPolicy(args: ListTrafficPolicyInstancesByPolicyCommandInput, options?: __HttpHandlerOptions): Promise<ListTrafficPolicyInstancesByPolicyCommandOutput>;
1216
1417
  listTrafficPolicyInstancesByPolicy(args: ListTrafficPolicyInstancesByPolicyCommandInput, cb: (err: any, data?: ListTrafficPolicyInstancesByPolicyCommandOutput) => void): void;
1217
1418
  listTrafficPolicyInstancesByPolicy(args: ListTrafficPolicyInstancesByPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrafficPolicyInstancesByPolicyCommandOutput) => void): void;
1218
1419
  /**
1219
1420
  * <p>Gets information about all of the versions for a specified traffic policy.</p>
1220
- * <p>Traffic policy versions are listed in numerical order by <code>VersionNumber</code>.</p>
1421
+ * <p>Traffic policy versions are listed in numerical order by
1422
+ * <code>VersionNumber</code>.</p>
1221
1423
  */
1222
1424
  listTrafficPolicyVersions(args: ListTrafficPolicyVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListTrafficPolicyVersionsCommandOutput>;
1223
1425
  listTrafficPolicyVersions(args: ListTrafficPolicyVersionsCommandInput, cb: (err: any, data?: ListTrafficPolicyVersionsCommandOutput) => void): void;
1224
1426
  listTrafficPolicyVersions(args: ListTrafficPolicyVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrafficPolicyVersionsCommandOutput) => void): void;
1225
1427
  /**
1226
- * <p>Gets a list of the VPCs that were created by other accounts and that can be associated with a
1227
- * specified hosted zone because you've submitted one or more <code>CreateVPCAssociationAuthorization</code> requests. </p>
1228
- * <p>The response includes a <code>VPCs</code> element with a <code>VPC</code> child element for each VPC
1229
- * that can be associated with the hosted zone.</p>
1428
+ * <p>Gets a list of the VPCs that were created by other accounts and that can be associated
1429
+ * with a specified hosted zone because you've submitted one or more
1430
+ * <code>CreateVPCAssociationAuthorization</code> requests. </p>
1431
+ * <p>The response includes a <code>VPCs</code> element with a <code>VPC</code> child
1432
+ * element for each VPC that can be associated with the hosted zone.</p>
1230
1433
  */
1231
1434
  listVPCAssociationAuthorizations(args: ListVPCAssociationAuthorizationsCommandInput, options?: __HttpHandlerOptions): Promise<ListVPCAssociationAuthorizationsCommandOutput>;
1232
1435
  listVPCAssociationAuthorizations(args: ListVPCAssociationAuthorizationsCommandInput, cb: (err: any, data?: ListVPCAssociationAuthorizationsCommandOutput) => void): void;
1233
1436
  listVPCAssociationAuthorizations(args: ListVPCAssociationAuthorizationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVPCAssociationAuthorizationsCommandOutput) => void): void;
1234
1437
  /**
1235
- * <p>Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type. You can optionally specify
1236
- * the IP address of a DNS resolver, an EDNS0 client subnet IP address, and a subnet mask. </p>
1438
+ * <p>Gets the value that Amazon Route 53 returns in response to a DNS request for a
1439
+ * specified record name and type. You can optionally specify the IP address of a DNS
1440
+ * resolver, an EDNS0 client subnet IP address, and a subnet mask. </p>
1237
1441
  * <p>This call only supports querying public hosted zones.</p>
1238
1442
  */
1239
1443
  testDNSAnswer(args: TestDNSAnswerCommandInput, options?: __HttpHandlerOptions): Promise<TestDNSAnswerCommandOutput>;
@@ -1241,9 +1445,9 @@ export declare class Route53 extends Route53Client {
1241
1445
  testDNSAnswer(args: TestDNSAnswerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestDNSAnswerCommandOutput) => void): void;
1242
1446
  /**
1243
1447
  * <p>Updates an existing health check. Note that some values can't be updated. </p>
1244
- * <p>For more information about updating health checks, see
1245
- * <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/health-checks-creating-deleting.html">Creating, Updating, and Deleting Health Checks</a>
1246
- * in the <i>Amazon Route 53 Developer Guide</i>.</p>
1448
+ * <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,
1449
+ * Updating, and Deleting Health Checks</a> in the <i>Amazon Route 53
1450
+ * Developer Guide</i>.</p>
1247
1451
  */
1248
1452
  updateHealthCheck(args: UpdateHealthCheckCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHealthCheckCommandOutput>;
1249
1453
  updateHealthCheck(args: UpdateHealthCheckCommandInput, cb: (err: any, data?: UpdateHealthCheckCommandOutput) => void): void;
@@ -1261,20 +1465,27 @@ export declare class Route53 extends Route53Client {
1261
1465
  updateTrafficPolicyComment(args: UpdateTrafficPolicyCommentCommandInput, cb: (err: any, data?: UpdateTrafficPolicyCommentCommandOutput) => void): void;
1262
1466
  updateTrafficPolicyComment(args: UpdateTrafficPolicyCommentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTrafficPolicyCommentCommandOutput) => void): void;
1263
1467
  /**
1264
- * <p>Updates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version.</p>
1265
- * <p>When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS queries for the root resource record set name
1266
- * (such as example.com) while it replaces one group of resource record sets with another. Route 53 performs the following operations:</p>
1468
+ * <p>Updates the resource record sets in a specified hosted zone that were created based on
1469
+ * the settings in a specified traffic policy version.</p>
1470
+ * <p>When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS
1471
+ * queries for the root resource record set name (such as example.com) while it replaces
1472
+ * one group of resource record sets with another. Route 53 performs the following
1473
+ * operations:</p>
1267
1474
  * <ol>
1268
1475
  * <li>
1269
- * <p>Route 53 creates a new group of resource record sets based on the specified traffic policy. This is true regardless of how significant
1270
- * the differences are between the existing resource record sets and the new resource record sets. </p>
1476
+ * <p>Route 53 creates a new group of resource record sets based on the specified
1477
+ * traffic policy. This is true regardless of how significant the differences are
1478
+ * between the existing resource record sets and the new resource record sets.
1479
+ * </p>
1271
1480
  * </li>
1272
1481
  * <li>
1273
- * <p>When all of the new resource record sets have been created, Route 53 starts to respond to DNS queries for the root resource record set name
1274
- * (such as example.com) by using the new resource record sets.</p>
1482
+ * <p>When all of the new resource record sets have been created, Route 53 starts to
1483
+ * respond to DNS queries for the root resource record set name (such as
1484
+ * example.com) by using the new resource record sets.</p>
1275
1485
  * </li>
1276
1486
  * <li>
1277
- * <p>Route 53 deletes the old group of resource record sets that are associated with the root resource record set name.</p>
1487
+ * <p>Route 53 deletes the old group of resource record sets that are associated
1488
+ * with the root resource record set name.</p>
1278
1489
  * </li>
1279
1490
  * </ol>
1280
1491
  */