Skip to content

Commit 56047de

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2025-06-05
1 parent de7b7f0 commit 56047de

File tree

1 file changed

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

1 file changed

+30
-0
lines changed

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,7 @@
756756
"ap-southeast-2": {},
757757
"ap-southeast-3": {},
758758
"ap-southeast-4": {},
759+
"ap-southeast-5": {},
759760
"ca-central-1": {},
760761
"ca-west-1": {},
761762
"eu-central-1": {},
@@ -3528,6 +3529,8 @@
35283529
"protocols": ["https"]
35293530
},
35303531
"endpoints": {
3532+
"af-south-1": {},
3533+
"ap-east-1": {},
35313534
"ap-northeast-1": {
35323535
"variants": [
35333536
{
@@ -3563,6 +3566,8 @@
35633566
}
35643567
]
35653568
},
3569+
"ap-southeast-5": {},
3570+
"ap-southeast-7": {},
35663571
"ca-central-1": {},
35673572
"eu-central-1": {
35683573
"variants": [
@@ -3571,13 +3576,15 @@
35713576
}
35723577
]
35733578
},
3579+
"eu-central-2": {},
35743580
"eu-north-1": {
35753581
"variants": [
35763582
{
35773583
"tags": ["dualstack"]
35783584
}
35793585
]
35803586
},
3587+
"eu-south-1": {},
35813588
"eu-west-1": {
35823589
"variants": [
35833590
{
@@ -3599,6 +3606,7 @@
35993606
}
36003607
]
36013608
},
3609+
"me-central-1": {},
36023610
"sa-east-1": {
36033611
"variants": [
36043612
{
@@ -14624,6 +14632,7 @@
1462414632
"endpoints": {
1462514633
"ap-south-1": {},
1462614634
"ap-southeast-2": {},
14635+
"eu-west-1": {},
1462714636
"eu-west-2": {},
1462814637
"us-east-1": {},
1462914638
"us-east-2": {},
@@ -35466,6 +35475,12 @@
3546635475
},
3546735476
"isRegionalized": true
3546835477
},
35478+
"scheduler": {
35479+
"endpoints": {
35480+
"cn-north-1": {},
35481+
"cn-northwest-1": {}
35482+
}
35483+
},
3546935484
"schemas": {
3547035485
"endpoints": {
3547135486
"cn-north-1": {},
@@ -43753,6 +43768,11 @@
4375343768
"us-isob-east-1": {}
4375443769
}
4375543770
},
43771+
"athena": {
43772+
"endpoints": {
43773+
"us-isob-east-1": {}
43774+
}
43775+
},
4375643776
"autoscaling": {
4375743777
"defaults": {
4375843778
"protocols": ["http", "https"]
@@ -44120,6 +44140,11 @@
4412044140
}
4412144141
}
4412244142
},
44143+
"lakeformation": {
44144+
"endpoints": {
44145+
"us-isob-east-1": {}
44146+
}
44147+
},
4412344148
"lambda": {
4412444149
"endpoints": {
4412544150
"us-isob-east-1": {}
@@ -44904,6 +44929,11 @@
4490444929
}
4490544930
}
4490644931
},
44932+
"license-manager": {
44933+
"endpoints": {
44934+
"eu-isoe-west-1": {}
44935+
}
44936+
},
4490744937
"logs": {
4490844938
"endpoints": {
4490944939
"eu-isoe-west-1": {}

0 commit comments

Comments
 (0)