Skip to content

Commit 7fc975e

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 8d7b85e commit 7fc975e

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"description": "Updated service endpoint metadata."
5+
}

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1954,6 +1954,7 @@
19541954
"protocols" : [ "http", "https" ]
19551955
},
19561956
"endpoints" : {
1957+
"af-south-1" : { },
19571958
"ap-east-1" : { },
19581959
"ap-northeast-1" : { },
19591960
"ap-northeast-2" : { },
@@ -1963,6 +1964,7 @@
19631964
"ca-central-1" : { },
19641965
"eu-central-1" : { },
19651966
"eu-north-1" : { },
1967+
"eu-south-1" : { },
19661968
"eu-west-1" : { },
19671969
"eu-west-2" : { },
19681970
"eu-west-3" : { },
@@ -3781,6 +3783,12 @@
37813783
},
37823784
"neptune" : {
37833785
"endpoints" : {
3786+
"ap-east-1" : {
3787+
"credentialScope" : {
3788+
"region" : "ap-east-1"
3789+
},
3790+
"hostname" : "rds.ap-east-1.amazonaws.com"
3791+
},
37843792
"ap-northeast-1" : {
37853793
"credentialScope" : {
37863794
"region" : "ap-northeast-1"
@@ -3853,6 +3861,12 @@
38533861
},
38543862
"hostname" : "rds.me-south-1.amazonaws.com"
38553863
},
3864+
"sa-east-1" : {
3865+
"credentialScope" : {
3866+
"region" : "sa-east-1"
3867+
},
3868+
"hostname" : "rds.sa-east-1.amazonaws.com"
3869+
},
38563870
"us-east-1" : {
38573871
"credentialScope" : {
38583872
"region" : "us-east-1"

0 commit comments

Comments
 (0)