Skip to content

Commit 8546f41

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 1e237d6 commit 8546f41

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-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: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3763,6 +3763,7 @@
37633763
"ap-northeast-2" : { },
37643764
"ap-northeast-3" : { },
37653765
"ap-south-1" : { },
3766+
"ap-south-2" : { },
37663767
"ap-southeast-1" : { },
37673768
"ap-southeast-2" : { },
37683769
"ap-southeast-3" : { },
@@ -3772,6 +3773,7 @@
37723773
"eu-central-2" : { },
37733774
"eu-north-1" : { },
37743775
"eu-south-1" : { },
3776+
"eu-south-2" : { },
37753777
"eu-west-1" : { },
37763778
"eu-west-2" : { },
37773779
"eu-west-3" : { },
@@ -3850,6 +3852,7 @@
38503852
"eu-central-2" : { },
38513853
"eu-north-1" : { },
38523854
"eu-south-1" : { },
3855+
"eu-south-2" : { },
38533856
"eu-west-1" : { },
38543857
"eu-west-2" : { },
38553858
"eu-west-3" : { },
@@ -27669,7 +27672,8 @@
2766927672
},
2767027673
"snowball" : {
2767127674
"endpoints" : {
27672-
"us-iso-east-1" : { }
27675+
"us-iso-east-1" : { },
27676+
"us-iso-west-1" : { }
2767327677
}
2767427678
},
2767527679
"sns" : {
@@ -28026,6 +28030,11 @@
2802628030
"us-isob-east-1" : { }
2802728031
}
2802828032
},
28033+
"firehose" : {
28034+
"endpoints" : {
28035+
"us-isob-east-1" : { }
28036+
}
28037+
},
2802928038
"glacier" : {
2803028039
"endpoints" : {
2803128040
"us-isob-east-1" : { }

0 commit comments

Comments
 (0)