Skip to content

Commit a3b67a8

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent c7f7529 commit a3b67a8

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2815,6 +2815,12 @@
28152815
},
28162816
"hostname" : "bedrock.eu-central-1.amazonaws.com"
28172817
},
2818+
"bedrock-eu-central-2" : {
2819+
"credentialScope" : {
2820+
"region" : "eu-central-2"
2821+
},
2822+
"hostname" : "bedrock.eu-central-2.amazonaws.com"
2823+
},
28182824
"bedrock-eu-west-1" : {
28192825
"credentialScope" : {
28202826
"region" : "eu-west-1"
@@ -2899,6 +2905,12 @@
28992905
},
29002906
"hostname" : "bedrock-runtime.eu-central-1.amazonaws.com"
29012907
},
2908+
"bedrock-runtime-eu-central-2" : {
2909+
"credentialScope" : {
2910+
"region" : "eu-central-2"
2911+
},
2912+
"hostname" : "bedrock-runtime.eu-central-2.amazonaws.com"
2913+
},
29022914
"bedrock-runtime-eu-west-1" : {
29032915
"credentialScope" : {
29042916
"region" : "eu-west-1"
@@ -2991,6 +3003,7 @@
29913003
},
29923004
"ca-central-1" : { },
29933005
"eu-central-1" : { },
3006+
"eu-central-2" : { },
29943007
"eu-west-1" : { },
29953008
"eu-west-2" : { },
29963009
"eu-west-3" : { },
@@ -8939,6 +8952,7 @@
89398952
},
89408953
"ap-southeast-3" : { },
89418954
"ap-southeast-4" : { },
8955+
"ap-southeast-5" : { },
89428956
"ca-central-1" : {
89438957
"variants" : [ {
89448958
"hostname" : "fms-fips.ca-central-1.amazonaws.com",

0 commit comments

Comments
 (0)