Skip to content

Commit 572332b

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent cbf2a5b commit 572332b

File tree

2 files changed

+13
-1
lines changed

2 files changed

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

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20390,7 +20390,8 @@
2039020390
},
2039120391
"ram" : {
2039220392
"endpoints" : {
20393-
"us-iso-east-1" : { }
20393+
"us-iso-east-1" : { },
20394+
"us-iso-west-1" : { }
2039420395
}
2039520396
},
2039620397
"rds" : {
@@ -20865,6 +20866,11 @@
2086520866
"isRegionalized" : false,
2086620867
"partitionEndpoint" : "aws-iso-b-global"
2086720868
},
20869+
"route53resolver" : {
20870+
"endpoints" : {
20871+
"us-isob-east-1" : { }
20872+
}
20873+
},
2086820874
"s3" : {
2086920875
"defaults" : {
2087020876
"protocols" : [ "http", "https" ],

0 commit comments

Comments
 (0)