Skip to content

Commit 167c321

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 7f13c52 commit 167c321

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-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": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Updated endpoint and partition metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21990,8 +21990,26 @@
2199021990
},
2199121991
"route53resolver" : {
2199221992
"endpoints" : {
21993-
"us-gov-east-1" : { },
21994-
"us-gov-west-1" : { }
21993+
"us-gov-east-1" : {
21994+
"variants" : [ {
21995+
"hostname" : "route53resolver.us-gov-east-1.amazonaws.com",
21996+
"tags" : [ "fips" ]
21997+
} ]
21998+
},
21999+
"us-gov-east-1-fips" : {
22000+
"deprecated" : true,
22001+
"hostname" : "route53resolver.us-gov-east-1.amazonaws.com"
22002+
},
22003+
"us-gov-west-1" : {
22004+
"variants" : [ {
22005+
"hostname" : "route53resolver.us-gov-west-1.amazonaws.com",
22006+
"tags" : [ "fips" ]
22007+
} ]
22008+
},
22009+
"us-gov-west-1-fips" : {
22010+
"deprecated" : true,
22011+
"hostname" : "route53resolver.us-gov-west-1.amazonaws.com"
22012+
}
2199522013
}
2199622014
},
2199722015
"runtime.lex" : {

0 commit comments

Comments
 (0)