Skip to content

Commit 05a1a6f

Browse files
feat: update AWS service endpoints metadata
1 parent 6982741 commit 05a1a6f

File tree

1 file changed

+13
-0
lines changed
  • codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen

1 file changed

+13
-0
lines changed

codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/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)