Skip to content

Commit 3899650

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent f43d9d5 commit 3899650

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
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

+12
Original file line numberDiff line numberDiff line change
@@ -922,12 +922,24 @@
922922
},
923923
"hostname" : "api.iotwireless.ap-southeast-2.amazonaws.com"
924924
},
925+
"eu-central-1" : {
926+
"credentialScope" : {
927+
"region" : "eu-central-1"
928+
},
929+
"hostname" : "api.iotwireless.eu-central-1.amazonaws.com"
930+
},
925931
"eu-west-1" : {
926932
"credentialScope" : {
927933
"region" : "eu-west-1"
928934
},
929935
"hostname" : "api.iotwireless.eu-west-1.amazonaws.com"
930936
},
937+
"sa-east-1" : {
938+
"credentialScope" : {
939+
"region" : "sa-east-1"
940+
},
941+
"hostname" : "api.iotwireless.sa-east-1.amazonaws.com"
942+
},
931943
"us-east-1" : {
932944
"credentialScope" : {
933945
"region" : "us-east-1"

0 commit comments

Comments
 (0)