Skip to content

Commit bbd2900

Browse files
Amazon Route 53 now supports the Asia Pacific (Taipei) Region (ap-east-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
1 parent 01595ee commit bbd2900

File tree

5 files changed

+261
-480
lines changed

5 files changed

+261
-480
lines changed

generator/ServiceModels/route53/route53-2013-04-01.api.json

Lines changed: 18 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,8 +1360,7 @@
13601360
},
13611361
"ChangeTagsForResourceResponse":{
13621362
"type":"structure",
1363-
"members":{
1364-
}
1363+
"members":{}
13651364
},
13661365
"Changes":{
13671366
"type":"list",
@@ -1570,7 +1569,8 @@
15701569
"mx-central-1",
15711570
"us-isof-south-1",
15721571
"us-isof-east-1",
1573-
"ap-southeast-7"
1572+
"ap-southeast-7",
1573+
"ap-east-2"
15741574
],
15751575
"max":64,
15761576
"min":1
@@ -2040,8 +2040,7 @@
20402040
},
20412041
"DeleteCidrCollectionResponse":{
20422042
"type":"structure",
2043-
"members":{
2044-
}
2043+
"members":{}
20452044
},
20462045
"DeleteHealthCheckRequest":{
20472046
"type":"structure",
@@ -2056,8 +2055,7 @@
20562055
},
20572056
"DeleteHealthCheckResponse":{
20582057
"type":"structure",
2059-
"members":{
2060-
}
2058+
"members":{}
20612059
},
20622060
"DeleteHostedZoneRequest":{
20632061
"type":"structure",
@@ -2116,8 +2114,7 @@
21162114
},
21172115
"DeleteQueryLoggingConfigResponse":{
21182116
"type":"structure",
2119-
"members":{
2120-
}
2117+
"members":{}
21212118
},
21222119
"DeleteReusableDelegationSetRequest":{
21232120
"type":"structure",
@@ -2132,8 +2129,7 @@
21322129
},
21332130
"DeleteReusableDelegationSetResponse":{
21342131
"type":"structure",
2135-
"members":{
2136-
}
2132+
"members":{}
21372133
},
21382134
"DeleteTrafficPolicyInstanceRequest":{
21392135
"type":"structure",
@@ -2148,8 +2144,7 @@
21482144
},
21492145
"DeleteTrafficPolicyInstanceResponse":{
21502146
"type":"structure",
2151-
"members":{
2152-
}
2147+
"members":{}
21532148
},
21542149
"DeleteTrafficPolicyRequest":{
21552150
"type":"structure",
@@ -2172,8 +2167,7 @@
21722167
},
21732168
"DeleteTrafficPolicyResponse":{
21742169
"type":"structure",
2175-
"members":{
2176-
}
2170+
"members":{}
21772171
},
21782172
"DeleteVPCAssociationAuthorizationRequest":{
21792173
"type":"structure",
@@ -2192,8 +2186,7 @@
21922186
},
21932187
"DeleteVPCAssociationAuthorizationResponse":{
21942188
"type":"structure",
2195-
"members":{
2196-
}
2189+
"members":{}
21972190
},
21982191
"Dimension":{
21992192
"type":"structure",
@@ -2409,8 +2402,7 @@
24092402
},
24102403
"GetCheckerIpRangesRequest":{
24112404
"type":"structure",
2412-
"members":{
2413-
}
2405+
"members":{}
24142406
},
24152407
"GetCheckerIpRangesResponse":{
24162408
"type":"structure",
@@ -2470,8 +2462,7 @@
24702462
},
24712463
"GetHealthCheckCountRequest":{
24722464
"type":"structure",
2473-
"members":{
2474-
}
2465+
"members":{}
24752466
},
24762467
"GetHealthCheckCountResponse":{
24772468
"type":"structure",
@@ -2536,8 +2527,7 @@
25362527
},
25372528
"GetHostedZoneCountRequest":{
25382529
"type":"structure",
2539-
"members":{
2540-
}
2530+
"members":{}
25412531
},
25422532
"GetHostedZoneCountResponse":{
25432533
"type":"structure",
@@ -2664,8 +2654,7 @@
26642654
},
26652655
"GetTrafficPolicyInstanceCountRequest":{
26662656
"type":"structure",
2667-
"members":{
2668-
}
2657+
"members":{}
26692658
},
26702659
"GetTrafficPolicyInstanceCountResponse":{
26712660
"type":"structure",
@@ -4226,7 +4215,8 @@
42264215
"mx-central-1",
42274216
"ap-southeast-7",
42284217
"us-gov-east-1",
4229-
"us-gov-west-1"
4218+
"us-gov-west-1",
4219+
"ap-east-2"
42304220
],
42314221
"max":64,
42324222
"min":1
@@ -4853,7 +4843,8 @@
48534843
"mx-central-1",
48544844
"us-isof-south-1",
48554845
"us-isof-east-1",
4856-
"ap-southeast-7"
4846+
"ap-southeast-7",
4847+
"ap-east-2"
48574848
],
48584849
"max":64,
48594850
"min":1

0 commit comments

Comments
 (0)