Skip to content

Commit eefb716

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2023-06-06
1 parent 00f8d8a commit eefb716

File tree

1 file changed

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

1 file changed

+29
-4
lines changed

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

+29-4
Original file line numberDiff line numberDiff line change
@@ -9459,6 +9459,7 @@
94599459
"ap-southeast-2": {},
94609460
"ca-central-1": {},
94619461
"eu-west-1": {},
9462+
"eu-west-2": {},
94629463
"fips-us-east-1": {
94639464
"credentialScope": {
94649465
"region": "us-east-1"
@@ -9552,7 +9553,13 @@
95529553
"hostname": "kendra-ranking.ap-southeast-4.api.aws"
95539554
},
95549555
"ca-central-1": {
9555-
"hostname": "kendra-ranking.ca-central-1.api.aws"
9556+
"hostname": "kendra-ranking.ca-central-1.api.aws",
9557+
"variants": [
9558+
{
9559+
"hostname": "kendra-ranking-fips.ca-central-1.api.aws",
9560+
"tags": ["fips"]
9561+
}
9562+
]
95569563
},
95579564
"eu-central-2": {
95589565
"hostname": "kendra-ranking.eu-central-2.api.aws"
@@ -9582,16 +9589,34 @@
95829589
"hostname": "kendra-ranking.sa-east-1.api.aws"
95839590
},
95849591
"us-east-1": {
9585-
"hostname": "kendra-ranking.us-east-1.api.aws"
9592+
"hostname": "kendra-ranking.us-east-1.api.aws",
9593+
"variants": [
9594+
{
9595+
"hostname": "kendra-ranking-fips.us-east-1.api.aws",
9596+
"tags": ["fips"]
9597+
}
9598+
]
95869599
},
95879600
"us-east-2": {
9588-
"hostname": "kendra-ranking.us-east-2.api.aws"
9601+
"hostname": "kendra-ranking.us-east-2.api.aws",
9602+
"variants": [
9603+
{
9604+
"hostname": "kendra-ranking-fips.us-east-2.api.aws",
9605+
"tags": ["fips"]
9606+
}
9607+
]
95899608
},
95909609
"us-west-1": {
95919610
"hostname": "kendra-ranking.us-west-1.api.aws"
95929611
},
95939612
"us-west-2": {
9594-
"hostname": "kendra-ranking.us-west-2.api.aws"
9613+
"hostname": "kendra-ranking.us-west-2.api.aws",
9614+
"variants": [
9615+
{
9616+
"hostname": "kendra-ranking-fips.us-west-2.api.aws",
9617+
"tags": ["fips"]
9618+
}
9619+
]
95959620
}
95969621
}
95979622
},

0 commit comments

Comments
 (0)