Skip to content

Commit 7340485

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 7f07517 commit 7340485

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2856,6 +2856,7 @@
28562856
"ap-northeast-2" : { },
28572857
"ap-northeast-3" : { },
28582858
"ap-south-1" : { },
2859+
"ap-south-2" : { },
28592860
"ap-southeast-1" : { },
28602861
"ap-southeast-2" : { },
28612862
"ap-southeast-3" : { },
@@ -2885,6 +2886,7 @@
28852886
"deprecated" : true,
28862887
"hostname" : "codecommit-fips.ca-central-1.amazonaws.com"
28872888
},
2889+
"me-central-1" : { },
28882890
"me-south-1" : { },
28892891
"sa-east-1" : { },
28902892
"us-east-1" : {
@@ -22562,7 +22564,8 @@
2256222564
},
2256322565
"secretsmanager" : {
2256422566
"endpoints" : {
22565-
"us-iso-east-1" : { }
22567+
"us-iso-east-1" : { },
22568+
"us-iso-west-1" : { }
2256622569
}
2256722570
},
2256822571
"snowball" : {

0 commit comments

Comments
 (0)