Skip to content

Commit 9676c8f

Browse files
author
awstools
committed
feat(client-route-53): Amazon Route 53 now supports the Middle East (UAE) Region (me-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
1 parent aa03c47 commit 9676c8f

File tree

7 files changed

+31
-60
lines changed

7 files changed

+31
-60
lines changed

clients/client-route-53/README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,8 @@
99

1010
AWS SDK for JavaScript Route53 Client for Node.js, Browser and React Native.
1111

12-
<p>Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web
12+
<p>Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web
1313
service.</p>
14-
<p>You can use Route 53 to:</p>
15-
<ul>
16-
<li>
17-
<p>Register domain names.</p>
18-
<p>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-domain-registration.html">How domain registration works</a>.</p>
19-
</li>
20-
<li>
21-
<p>Route internet traffic to the resources for your domain</p>
22-
<p>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-dns-service.html">How internet traffic is routed to your website or web application</a>.</p>
23-
</li>
24-
<li>
25-
<p>Check the health of your resources.</p>
26-
<p>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-health-checks.html">How Route 53 checks the health of your resources</a>.</p>
27-
</li>
28-
</ul>
2914

3015
## Installing
3116

clients/client-route-53/src/Route53.ts

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -346,23 +346,8 @@ import {
346346
import { Route53Client } from "./Route53Client";
347347

348348
/**
349-
* <p>Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web
349+
* <p>Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web
350350
* service.</p>
351-
* <p>You can use Route 53 to:</p>
352-
* <ul>
353-
* <li>
354-
* <p>Register domain names.</p>
355-
* <p>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-domain-registration.html">How domain registration works</a>.</p>
356-
* </li>
357-
* <li>
358-
* <p>Route internet traffic to the resources for your domain</p>
359-
* <p>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-dns-service.html">How internet traffic is routed to your website or web application</a>.</p>
360-
* </li>
361-
* <li>
362-
* <p>Check the health of your resources.</p>
363-
* <p>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-health-checks.html">How Route 53 checks the health of your resources</a>.</p>
364-
* </li>
365-
* </ul>
366351
*/
367352
export class Route53 extends Route53Client {
368353
/**
@@ -472,8 +457,9 @@ export class Route53 extends Route53Client {
472457
* <p>
473458
* <b>Limits</b>
474459
* </p>
475-
* <p>The max number of CIDR blocks included in the request is 1000. As a result, big updates
476-
* require multiple API calls.</p>
460+
* <p>The max number of CIDR blocks included in the request is
461+
* 1000.
462+
* As a result, big updates require multiple API calls.</p>
477463
* <p>
478464
* <b> PUT and DELETE_IF_EXISTS</b>
479465
* </p>
@@ -677,7 +663,9 @@ export class Route53 extends Route53Client {
677663
}
678664

679665
/**
680-
* <p>Creates a CIDR collection in the current Amazon Web Services account.</p>
666+
* <p>Creates a CIDR collection in the
667+
* current
668+
* Amazon Web Services account.</p>
681669
*/
682670
public createCidrCollection(
683671
args: CreateCidrCollectionCommandInput,

clients/client-route-53/src/Route53Client.ts

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -570,23 +570,8 @@ type Route53ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandl
570570
export interface Route53ClientResolvedConfig extends Route53ClientResolvedConfigType {}
571571

572572
/**
573-
* <p>Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web
573+
* <p>Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web
574574
* service.</p>
575-
* <p>You can use Route 53 to:</p>
576-
* <ul>
577-
* <li>
578-
* <p>Register domain names.</p>
579-
* <p>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-domain-registration.html">How domain registration works</a>.</p>
580-
* </li>
581-
* <li>
582-
* <p>Route internet traffic to the resources for your domain</p>
583-
* <p>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-dns-service.html">How internet traffic is routed to your website or web application</a>.</p>
584-
* </li>
585-
* <li>
586-
* <p>Check the health of your resources.</p>
587-
* <p>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-health-checks.html">How Route 53 checks the health of your resources</a>.</p>
588-
* </li>
589-
* </ul>
590575
*/
591576
export class Route53Client extends __Client<
592577
__HttpHandlerOptions,

clients/client-route-53/src/commands/ChangeCidrCollectionCommand.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ export interface ChangeCidrCollectionCommandOutput extends ChangeCidrCollectionR
3737
* <p>
3838
* <b>Limits</b>
3939
* </p>
40-
* <p>The max number of CIDR blocks included in the request is 1000. As a result, big updates
41-
* require multiple API calls.</p>
40+
* <p>The max number of CIDR blocks included in the request is
41+
* 1000.
42+
* As a result, big updates require multiple API calls.</p>
4243
* <p>
4344
* <b> PUT and DELETE_IF_EXISTS</b>
4445
* </p>

clients/client-route-53/src/commands/CreateCidrCollectionCommand.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ export interface CreateCidrCollectionCommandInput extends CreateCidrCollectionRe
2828
export interface CreateCidrCollectionCommandOutput extends CreateCidrCollectionResponse, __MetadataBearer {}
2929

3030
/**
31-
* <p>Creates a CIDR collection in the current Amazon Web Services account.</p>
31+
* <p>Creates a CIDR collection in the
32+
* current
33+
* Amazon Web Services account.</p>
3234
* @example
3335
* Use a bare-bones client and the command you need to make an API call.
3436
* ```javascript

clients/client-route-53/src/models/models_0.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ export type CloudWatchRegion =
247247
| "eu-west-1"
248248
| "eu-west-2"
249249
| "eu-west-3"
250+
| "me-central-1"
250251
| "me-south-1"
251252
| "sa-east-1"
252253
| "us-east-1"
@@ -739,6 +740,7 @@ export type VPCRegion =
739740
| "eu-west-1"
740741
| "eu-west-2"
741742
| "eu-west-3"
743+
| "me-central-1"
742744
| "me-south-1"
743745
| "sa-east-1"
744746
| "us-east-1"
@@ -5700,8 +5702,8 @@ export interface LocationSummary {
57005702

57015703
export interface ListCidrLocationsResponse {
57025704
/**
5703-
* <p>An opaque pagination token to indicate where the service is to begin enumerating
5704-
* results.</p>
5705+
* <p>An opaque
5706+
* pagination token to indicate where the service is to begin enumerating results.</p>
57055707
* <p>If no value is provided, the listing of results starts from the beginning.</p>
57065708
*/
57075709
NextToken?: string;

codegen/sdk-codegen/aws-models/route-53.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"name": "route53"
5757
},
5858
"aws.protocols#restXml": {},
59-
"smithy.api#documentation": "<p>Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web\n\t\t\tservice.</p>\n\t\t <p>You can use Route 53 to:</p>\n\t\t <ul>\n <li>\n <p>Register domain names.</p>\n\t\t\t\t <p>For more information, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-domain-registration.html\">How domain registration works</a>.</p>\n </li>\n <li>\n <p>Route internet traffic to the resources for your domain</p>\n\t\t\t\t <p>For more information, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-dns-service.html\">How internet traffic is routed to your website or web application</a>.</p>\n </li>\n <li>\n <p>Check the health of your resources.</p>\n\t\t\t\t <p>For more information, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-health-checks.html\">How Route 53 checks the health of your resources</a>.</p>\n </li>\n </ul>",
59+
"smithy.api#documentation": "<p>Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web\n\t\t\tservice.</p>",
6060
"smithy.api#title": "Amazon Route 53",
6161
"smithy.api#xmlNamespace": {
6262
"uri": "https://route53.amazonaws.com/doc/2013-04-01/"
@@ -638,7 +638,7 @@
638638
}
639639
],
640640
"traits": {
641-
"smithy.api#documentation": "<p>Creates, changes, or deletes CIDR blocks within a collection. Contains authoritative\n\t\t\tIP information mapping blocks to one or multiple locations.</p>\n\t\t <p>A change request can update multiple locations in a collection at a time, which is\n\t\t\thelpful if you want to move one or more CIDR blocks from one location to another in one\n\t\t\ttransaction, without downtime. </p>\n\t\t <p>\n <b>Limits</b>\n </p>\n\t\t <p>The max number of CIDR blocks included in the request is 1000. As a result, big updates\n\t\t\trequire multiple API calls.</p>\n\t\t <p>\n <b> PUT and DELETE_IF_EXISTS</b>\n </p>\n\t\t <p>Use <code>ChangeCidrCollection</code> to perform the following actions:</p>\n\t\t <ul>\n <li>\n\t\t\t\t <p>\n <code>PUT</code>: Create a CIDR block within the specified collection.</p>\n\t\t\t </li>\n <li>\n\t\t\t\t <p>\n <code> DELETE_IF_EXISTS</code>: Delete an existing CIDR block from the\n\t\t\t\t\tcollection.</p>\n\t\t\t </li>\n </ul>",
641+
"smithy.api#documentation": "<p>Creates, changes, or deletes CIDR blocks within a collection. Contains authoritative\n\t\t\tIP information mapping blocks to one or multiple locations.</p>\n\t\t <p>A change request can update multiple locations in a collection at a time, which is\n\t\t\thelpful if you want to move one or more CIDR blocks from one location to another in one\n\t\t\ttransaction, without downtime. </p>\n\t\t <p>\n <b>Limits</b>\n </p>\n\t\t <p>The max number of CIDR blocks included in the request is\n\t\t\t1000.\n\t\t\tAs a result, big updates require multiple API calls.</p>\n\t\t <p>\n <b> PUT and DELETE_IF_EXISTS</b>\n </p>\n\t\t <p>Use <code>ChangeCidrCollection</code> to perform the following actions:</p>\n\t\t <ul>\n <li>\n\t\t\t\t <p>\n <code>PUT</code>: Create a CIDR block within the specified collection.</p>\n\t\t\t </li>\n <li>\n\t\t\t\t <p>\n <code> DELETE_IF_EXISTS</code>: Delete an existing CIDR block from the\n\t\t\t\t\tcollection.</p>\n\t\t\t </li>\n </ul>",
642642
"smithy.api#http": {
643643
"method": "POST",
644644
"uri": "/2013-04-01/cidrcollection/{Id}",
@@ -1283,6 +1283,10 @@
12831283
"value": "me-south-1",
12841284
"name": "me_south_1"
12851285
},
1286+
{
1287+
"value": "me-central-1",
1288+
"name": "me_central_1"
1289+
},
12861290
{
12871291
"value": "ap-south-1",
12881292
"name": "ap_south_1"
@@ -1509,7 +1513,7 @@
15091513
}
15101514
],
15111515
"traits": {
1512-
"smithy.api#documentation": "<p>Creates a CIDR collection in the current Amazon Web Services account.</p>",
1516+
"smithy.api#documentation": "<p>Creates a CIDR collection in the\n\t\t\tcurrent\n\t\t\t\tAmazon Web Services account.</p>",
15131517
"smithy.api#http": {
15141518
"method": "POST",
15151519
"uri": "/2013-04-01/cidrcollection",
@@ -5928,7 +5932,7 @@
59285932
"NextToken": {
59295933
"target": "com.amazonaws.route53#PaginationToken",
59305934
"traits": {
5931-
"smithy.api#documentation": "<p>An opaque pagination token to indicate where the service is to begin enumerating\n\t\t\tresults.</p>\n\t\t <p>If no value is provided, the listing of results starts from the beginning.</p>"
5935+
"smithy.api#documentation": "<p>An opaque\n\t\t\tpagination token to indicate where the service is to begin enumerating results.</p>\n\t\t <p>If no value is provided, the listing of results starts from the beginning.</p>"
59325936
}
59335937
},
59345938
"CidrLocations": {
@@ -9706,6 +9710,10 @@
97069710
"value": "us-isob-east-1",
97079711
"name": "us_isob_east_1"
97089712
},
9713+
{
9714+
"value": "me-central-1",
9715+
"name": "me_central_1"
9716+
},
97099717
{
97109718
"value": "ap-southeast-1",
97119719
"name": "ap_southeast_1"

0 commit comments

Comments
 (0)