Skip to content

Commit cee1e67

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2025-02-27
1 parent 73febed commit cee1e67

File tree

1 file changed

+22
-0
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+22
-0
lines changed

codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json

+22
Original file line numberDiff line numberDiff line change
@@ -621,12 +621,15 @@
621621
"eu-central-1": {},
622622
"eu-central-2": {},
623623
"eu-north-1": {},
624+
"eu-south-1": {},
625+
"eu-south-2": {},
624626
"eu-west-1": {},
625627
"eu-west-2": {},
626628
"eu-west-3": {},
627629
"sa-east-1": {},
628630
"us-east-1": {},
629631
"us-east-2": {},
632+
"us-west-1": {},
630633
"us-west-2": {}
631634
}
632635
},
@@ -3538,6 +3541,12 @@
35383541
},
35393542
"hostname": "bedrock.eu-central-2.amazonaws.com"
35403543
},
3544+
"bedrock-eu-north-1": {
3545+
"credentialScope": {
3546+
"region": "eu-north-1"
3547+
},
3548+
"hostname": "bedrock.eu-north-1.amazonaws.com"
3549+
},
35413550
"bedrock-eu-west-1": {
35423551
"credentialScope": {
35433552
"region": "eu-west-1"
@@ -3640,6 +3649,12 @@
36403649
},
36413650
"hostname": "bedrock-runtime.eu-central-2.amazonaws.com"
36423651
},
3652+
"bedrock-runtime-eu-north-1": {
3653+
"credentialScope": {
3654+
"region": "eu-north-1"
3655+
},
3656+
"hostname": "bedrock-runtime.eu-north-1.amazonaws.com"
3657+
},
36433658
"bedrock-runtime-eu-west-1": {
36443659
"credentialScope": {
36453660
"region": "eu-west-1"
@@ -3733,6 +3748,7 @@
37333748
"ca-central-1": {},
37343749
"eu-central-1": {},
37353750
"eu-central-2": {},
3751+
"eu-north-1": {},
37363752
"eu-west-1": {},
37373753
"eu-west-2": {},
37383754
"eu-west-3": {},
@@ -41296,6 +41312,12 @@
4129641312
"us-isof-south-1": {}
4129741313
}
4129841314
},
41315+
"schemas": {
41316+
"endpoints": {
41317+
"us-isof-east-1": {},
41318+
"us-isof-south-1": {}
41319+
}
41320+
},
4129941321
"secretsmanager": {
4130041322
"endpoints": {
4130141323
"us-isof-east-1": {

0 commit comments

Comments
 (0)