Skip to content

Commit da490a1

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-04-04
1 parent 9d14837 commit da490a1

File tree

1 file changed

+69
-2
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+69
-2
lines changed

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

Lines changed: 69 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,6 +1184,7 @@
11841184
"ap-northeast-2": {},
11851185
"ap-northeast-3": {},
11861186
"ap-south-1": {},
1187+
"ap-south-2": {},
11871188
"ap-southeast-1": {},
11881189
"ap-southeast-2": {},
11891190
"ap-southeast-4": {},
@@ -1192,6 +1193,7 @@
11921193
"eu-north-1": {},
11931194
"eu-west-1": {},
11941195
"eu-west-3": {},
1196+
"me-central-1": {},
11951197
"sa-east-1": {},
11961198
"us-east-1": {},
11971199
"us-east-2": {},
@@ -2936,6 +2938,12 @@
29362938
},
29372939
"hostname": "bedrock.eu-central-1.amazonaws.com"
29382940
},
2941+
"bedrock-eu-west-3": {
2942+
"credentialScope": {
2943+
"region": "eu-west-3"
2944+
},
2945+
"hostname": "bedrock.eu-west-3.amazonaws.com"
2946+
},
29392947
"bedrock-fips-us-east-1": {
29402948
"credentialScope": {
29412949
"region": "us-east-1"
@@ -2966,6 +2974,12 @@
29662974
},
29672975
"hostname": "bedrock-runtime.eu-central-1.amazonaws.com"
29682976
},
2977+
"bedrock-runtime-eu-west-3": {
2978+
"credentialScope": {
2979+
"region": "eu-west-3"
2980+
},
2981+
"hostname": "bedrock-runtime.eu-west-3.amazonaws.com"
2982+
},
29692983
"bedrock-runtime-fips-us-east-1": {
29702984
"credentialScope": {
29712985
"region": "us-east-1"
@@ -3003,6 +3017,7 @@
30033017
"hostname": "bedrock.us-west-2.amazonaws.com"
30043018
},
30053019
"eu-central-1": {},
3020+
"eu-west-3": {},
30063021
"us-east-1": {},
30073022
"us-west-2": {}
30083023
}
@@ -28748,8 +28763,60 @@
2874828763
},
2874928764
"signer": {
2875028765
"endpoints": {
28751-
"us-gov-east-1": {},
28752-
"us-gov-west-1": {}
28766+
"fips-us-gov-east-1": {
28767+
"credentialScope": {
28768+
"region": "us-gov-east-1"
28769+
},
28770+
"deprecated": true,
28771+
"hostname": "signer-fips.us-gov-east-1.amazonaws.com"
28772+
},
28773+
"fips-us-gov-west-1": {
28774+
"credentialScope": {
28775+
"region": "us-gov-west-1"
28776+
},
28777+
"deprecated": true,
28778+
"hostname": "signer-fips.us-gov-west-1.amazonaws.com"
28779+
},
28780+
"fips-verification-us-gov-east-1": {
28781+
"credentialScope": {
28782+
"region": "us-gov-east-1"
28783+
},
28784+
"hostname": "verification.signer-fips.us-gov-east-1.amazonaws.com"
28785+
},
28786+
"fips-verification-us-gov-west-1": {
28787+
"credentialScope": {
28788+
"region": "us-gov-west-1"
28789+
},
28790+
"hostname": "verification.signer-fips.us-gov-west-1.amazonaws.com"
28791+
},
28792+
"us-gov-east-1": {
28793+
"variants": [
28794+
{
28795+
"hostname": "signer-fips.us-gov-east-1.amazonaws.com",
28796+
"tags": ["fips"]
28797+
}
28798+
]
28799+
},
28800+
"us-gov-west-1": {
28801+
"variants": [
28802+
{
28803+
"hostname": "signer-fips.us-gov-west-1.amazonaws.com",
28804+
"tags": ["fips"]
28805+
}
28806+
]
28807+
},
28808+
"verification-us-gov-east-1": {
28809+
"credentialScope": {
28810+
"region": "us-gov-east-1"
28811+
},
28812+
"hostname": "verification.signer.us-gov-east-1.amazonaws.com"
28813+
},
28814+
"verification-us-gov-west-1": {
28815+
"credentialScope": {
28816+
"region": "us-gov-west-1"
28817+
},
28818+
"hostname": "verification.signer.us-gov-west-1.amazonaws.com"
28819+
}
2875328820
}
2875428821
},
2875528822
"simspaceweaver": {

0 commit comments

Comments
 (0)