Skip to content

Commit e1dc42f

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-01-10
1 parent 264eba6 commit e1dc42f

File tree

1 file changed

+60
-4
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+60
-4
lines changed

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

Lines changed: 60 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17611,11 +17611,67 @@
1761117611
"eu-west-1": {},
1761217612
"eu-west-2": {},
1761317613
"eu-west-3": {},
17614+
"fips-us-east-1": {
17615+
"credentialScope": {
17616+
"region": "us-east-1"
17617+
},
17618+
"deprecated": true,
17619+
"hostname": "securitylake-fips.us-east-1.amazonaws.com"
17620+
},
17621+
"fips-us-east-2": {
17622+
"credentialScope": {
17623+
"region": "us-east-2"
17624+
},
17625+
"deprecated": true,
17626+
"hostname": "securitylake-fips.us-east-2.amazonaws.com"
17627+
},
17628+
"fips-us-west-1": {
17629+
"credentialScope": {
17630+
"region": "us-west-1"
17631+
},
17632+
"deprecated": true,
17633+
"hostname": "securitylake-fips.us-west-1.amazonaws.com"
17634+
},
17635+
"fips-us-west-2": {
17636+
"credentialScope": {
17637+
"region": "us-west-2"
17638+
},
17639+
"deprecated": true,
17640+
"hostname": "securitylake-fips.us-west-2.amazonaws.com"
17641+
},
1761417642
"sa-east-1": {},
17615-
"us-east-1": {},
17616-
"us-east-2": {},
17617-
"us-west-1": {},
17618-
"us-west-2": {}
17643+
"us-east-1": {
17644+
"variants": [
17645+
{
17646+
"hostname": "securitylake-fips.us-east-1.amazonaws.com",
17647+
"tags": ["fips"]
17648+
}
17649+
]
17650+
},
17651+
"us-east-2": {
17652+
"variants": [
17653+
{
17654+
"hostname": "securitylake-fips.us-east-2.amazonaws.com",
17655+
"tags": ["fips"]
17656+
}
17657+
]
17658+
},
17659+
"us-west-1": {
17660+
"variants": [
17661+
{
17662+
"hostname": "securitylake-fips.us-west-1.amazonaws.com",
17663+
"tags": ["fips"]
17664+
}
17665+
]
17666+
},
17667+
"us-west-2": {
17668+
"variants": [
17669+
{
17670+
"hostname": "securitylake-fips.us-west-2.amazonaws.com",
17671+
"tags": ["fips"]
17672+
}
17673+
]
17674+
}
1761917675
}
1762017676
},
1762117677
"serverlessrepo": {

0 commit comments

Comments
 (0)