Skip to content

Commit bebc3b4

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent febd9b9 commit bebc3b4

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2641,6 +2641,7 @@
26412641
"endpoints" : {
26422642
"ap-northeast-1" : { },
26432643
"ap-southeast-1" : { },
2644+
"ap-southeast-2" : { },
26442645
"bedrock-ap-northeast-1" : {
26452646
"credentialScope" : {
26462647
"region" : "ap-northeast-1"
@@ -2653,6 +2654,12 @@
26532654
},
26542655
"hostname" : "bedrock.ap-southeast-1.amazonaws.com"
26552656
},
2657+
"bedrock-ap-southeast-2" : {
2658+
"credentialScope" : {
2659+
"region" : "ap-southeast-2"
2660+
},
2661+
"hostname" : "bedrock.ap-southeast-2.amazonaws.com"
2662+
},
26562663
"bedrock-eu-central-1" : {
26572664
"credentialScope" : {
26582665
"region" : "eu-central-1"
@@ -2689,6 +2696,12 @@
26892696
},
26902697
"hostname" : "bedrock-runtime.ap-southeast-1.amazonaws.com"
26912698
},
2699+
"bedrock-runtime-ap-southeast-2" : {
2700+
"credentialScope" : {
2701+
"region" : "ap-southeast-2"
2702+
},
2703+
"hostname" : "bedrock-runtime.ap-southeast-2.amazonaws.com"
2704+
},
26922705
"bedrock-runtime-eu-central-1" : {
26932706
"credentialScope" : {
26942707
"region" : "eu-central-1"

0 commit comments

Comments
 (0)