Skip to content

Commit 4da5722

Browse files
author
AWS
committed
Amazon Route 53 Update: Added us-gov-east-1 and us-gov-west-1 as valid Latency Based Routing regions for change-resource-record-sets.
1 parent 5142a7e commit 4da5722

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Route 53",
4+
"contributor": "",
5+
"description": "Added us-gov-east-1 and us-gov-west-1 as valid Latency Based Routing regions for change-resource-record-sets."
6+
}

services/route53/src/main/resources/codegen-resources/service-2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5568,7 +5568,9 @@
55685568
"ca-west-1",
55695569
"ap-southeast-5",
55705570
"mx-central-1",
5571-
"ap-southeast-7"
5571+
"ap-southeast-7",
5572+
"us-gov-east-1",
5573+
"us-gov-west-1"
55725574
],
55735575
"max":64,
55745576
"min":1

0 commit comments

Comments
 (0)