Skip to content

Commit f24158a

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2025-04-02
1 parent 263dd71 commit f24158a

File tree

1 file changed

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

1 file changed

+22
-1
lines changed

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

+22-1
Original file line numberDiff line numberDiff line change
@@ -7001,7 +7001,14 @@
70017001
"endpoints": {
70027002
"ap-northeast-1": {},
70037003
"ap-northeast-2": {},
7004-
"ap-south-1": {},
7004+
"ap-south-1": {
7005+
"variants": [
7006+
{
7007+
"hostname": "comprehend.ap-south-1.api.aws",
7008+
"tags": ["dualstack"]
7009+
}
7010+
]
7011+
},
70057012
"ap-southeast-1": {},
70067013
"ap-southeast-2": {},
70077014
"ca-central-1": {
@@ -7056,6 +7063,14 @@
70567063
{
70577064
"hostname": "comprehend-fips.us-east-2.amazonaws.com",
70587065
"tags": ["fips"]
7066+
},
7067+
{
7068+
"hostname": "comprehend-fips.us-east-2.api.aws",
7069+
"tags": ["dualstack", "fips"]
7070+
},
7071+
{
7072+
"hostname": "comprehend.us-east-2.api.aws",
7073+
"tags": ["dualstack"]
70597074
}
70607075
]
70617076
},
@@ -14194,6 +14209,7 @@
1419414209
"ap-southeast-3": {},
1419514210
"ap-southeast-4": {},
1419614211
"ap-southeast-5": {},
14212+
"ap-southeast-7": {},
1419714213
"ca-central-1": {},
1419814214
"ca-west-1": {
1419914215
"variants": [
@@ -43017,6 +43033,11 @@
4301743033
}
4301843034
}
4301943035
},
43036+
"codebuild": {
43037+
"endpoints": {
43038+
"us-isob-east-1": {}
43039+
}
43040+
},
4302043041
"codedeploy": {
4302143042
"endpoints": {
4302243043
"us-isob-east-1": {}

0 commit comments

Comments
 (0)