Skip to content

Commit 5cd1702

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent beb9be4 commit 5cd1702

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-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 endpoint and partition metadata."
6+
}

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24168,7 +24168,8 @@
2416824168
"protocols" : [ "http", "https" ]
2416924169
},
2417024170
"endpoints" : {
24171-
"us-iso-east-1" : { }
24171+
"us-iso-east-1" : { },
24172+
"us-iso-west-1" : { }
2417224173
}
2417324174
},
2417424175
"elasticache" : {
@@ -24406,6 +24407,12 @@
2440624407
"us-iso-west-1" : { }
2440724408
}
2440824409
},
24410+
"resource-groups" : {
24411+
"endpoints" : {
24412+
"us-iso-east-1" : { },
24413+
"us-iso-west-1" : { }
24414+
}
24415+
},
2440924416
"route53" : {
2441024417
"endpoints" : {
2441124418
"aws-iso-global" : {

0 commit comments

Comments
 (0)