Skip to content

Commit 87ad795

Browse files
author
AWS
committed
Amazon Route 53 Update: Amazon Route 53 now supports the iso-e regions for private DNS Amazon VPCs and cloudwatch healthchecks.
1 parent bd4b815 commit 87ad795

File tree

3 files changed

+61
-2
lines changed

3 files changed

+61
-2
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": "Amazon Route 53 now supports the iso-e regions for private DNS Amazon VPCs and cloudwatch healthchecks."
6+
}

services/route53/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,57 @@
569569
},
570570
"type": "endpoint"
571571
},
572+
{
573+
"conditions": [
574+
{
575+
"fn": "stringEquals",
576+
"argv": [
577+
{
578+
"fn": "getAttr",
579+
"argv": [
580+
{
581+
"ref": "PartitionResult"
582+
},
583+
"name"
584+
]
585+
},
586+
"aws-eusc"
587+
]
588+
},
589+
{
590+
"fn": "booleanEquals",
591+
"argv": [
592+
{
593+
"ref": "UseFIPS"
594+
},
595+
false
596+
]
597+
},
598+
{
599+
"fn": "booleanEquals",
600+
"argv": [
601+
{
602+
"ref": "UseDualStack"
603+
},
604+
false
605+
]
606+
}
607+
],
608+
"endpoint": {
609+
"url": "https://route53.amazonaws.eu",
610+
"properties": {
611+
"authSchemes": [
612+
{
613+
"name": "sigv4",
614+
"signingName": "route53",
615+
"signingRegion": "eusc-de-east-1"
616+
}
617+
]
618+
},
619+
"headers": {}
620+
},
621+
"type": "endpoint"
622+
},
572623
{
573624
"conditions": [
574625
{

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1800,7 +1800,8 @@
18001800
"us-isof-south-1",
18011801
"us-isof-east-1",
18021802
"ap-southeast-7",
1803-
"ap-east-2"
1803+
"ap-east-2",
1804+
"eu-isoe-west-1"
18041805
],
18051806
"max":64,
18061807
"min":1
@@ -6444,7 +6445,8 @@
64446445
"us-isof-south-1",
64456446
"us-isof-east-1",
64466447
"ap-southeast-7",
6447-
"ap-east-2"
6448+
"ap-east-2",
6449+
"eu-isoe-west-1"
64486450
],
64496451
"max":64,
64506452
"min":1

0 commit comments

Comments
 (0)