Skip to content

Commit bf71422

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2025-03-14
1 parent 3144f88 commit bf71422

File tree

1 file changed

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

1 file changed

+38
-0
lines changed

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

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4102,6 +4102,18 @@
41024102
},
41034103
"hostname": "bedrock.eu-north-1.amazonaws.com"
41044104
},
4105+
"bedrock-eu-south-1": {
4106+
"credentialScope": {
4107+
"region": "eu-south-1"
4108+
},
4109+
"hostname": "bedrock.eu-south-1.amazonaws.com"
4110+
},
4111+
"bedrock-eu-south-2": {
4112+
"credentialScope": {
4113+
"region": "eu-south-2"
4114+
},
4115+
"hostname": "bedrock.eu-south-2.amazonaws.com"
4116+
},
41054117
"bedrock-eu-west-1": {
41064118
"credentialScope": {
41074119
"region": "eu-west-1"
@@ -4210,6 +4222,18 @@
42104222
},
42114223
"hostname": "bedrock-runtime.eu-north-1.amazonaws.com"
42124224
},
4225+
"bedrock-runtime-eu-south-1": {
4226+
"credentialScope": {
4227+
"region": "eu-south-1"
4228+
},
4229+
"hostname": "bedrock-runtime.eu-south-1.amazonaws.com"
4230+
},
4231+
"bedrock-runtime-eu-south-2": {
4232+
"credentialScope": {
4233+
"region": "eu-south-2"
4234+
},
4235+
"hostname": "bedrock-runtime.eu-south-2.amazonaws.com"
4236+
},
42134237
"bedrock-runtime-eu-west-1": {
42144238
"credentialScope": {
42154239
"region": "eu-west-1"
@@ -4304,6 +4328,8 @@
43044328
"eu-central-1": {},
43054329
"eu-central-2": {},
43064330
"eu-north-1": {},
4331+
"eu-south-1": {},
4332+
"eu-south-2": {},
43074333
"eu-west-1": {},
43084334
"eu-west-2": {},
43094335
"eu-west-3": {},
@@ -5948,6 +5974,7 @@
59485974
"ap-southeast-2": {},
59495975
"ap-southeast-3": {},
59505976
"ap-southeast-4": {},
5977+
"ap-southeast-5": {},
59515978
"ca-central-1": {
59525979
"variants": [
59535980
{
@@ -16957,6 +16984,7 @@
1695716984
"ap-southeast-3": {},
1695816985
"ap-southeast-4": {},
1695916986
"ap-southeast-5": {},
16987+
"ap-southeast-7": {},
1696016988
"ca-central-1": {},
1696116989
"ca-west-1": {},
1696216990
"eu-central-1": {},
@@ -32941,6 +32969,16 @@
3294132969
"cn-northwest-1": {}
3294232970
}
3294332971
},
32972+
"metering.marketplace": {
32973+
"defaults": {
32974+
"credentialScope": {
32975+
"service": "aws-marketplace"
32976+
}
32977+
},
32978+
"endpoints": {
32979+
"cn-northwest-1": {}
32980+
}
32981+
},
3294432982
"metrics.sagemaker": {
3294532983
"endpoints": {
3294632984
"cn-north-1": {},

0 commit comments

Comments
 (0)