Skip to content

Commit 3a2fd16

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2025-03-20
1 parent 9515a90 commit 3a2fd16

File tree

1 file changed

+50
-27
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+50
-27
lines changed

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

+50-27
Original file line numberDiff line numberDiff line change
@@ -8229,6 +8229,9 @@
82298229
"ap-northeast-3": {
82308230
"hostname": "datazone.ap-northeast-3.api.aws"
82318231
},
8232+
"ap-south-1": {
8233+
"hostname": "datazone.ap-south-1.api.aws"
8234+
},
82328235
"ap-south-2": {
82338236
"hostname": "datazone.ap-south-2.api.aws"
82348237
},
@@ -8289,6 +8292,9 @@
82898292
"me-south-1": {
82908293
"hostname": "datazone.me-south-1.api.aws"
82918294
},
8295+
"mx-central-1": {
8296+
"hostname": "datazone.mx-central-1.api.aws"
8297+
},
82928298
"sa-east-1": {
82938299
"hostname": "datazone.sa-east-1.api.aws"
82948300
},
@@ -17335,22 +17341,8 @@
1733517341
}
1733617342
]
1733717343
},
17338-
"ap-southeast-5": {
17339-
"variants": [
17340-
{
17341-
"hostname": "logs.ap-southeast-5.api.aws",
17342-
"tags": ["dualstack"]
17343-
}
17344-
]
17345-
},
17346-
"ap-southeast-7": {
17347-
"variants": [
17348-
{
17349-
"hostname": "logs.ap-southeast-7.api.aws",
17350-
"tags": ["dualstack"]
17351-
}
17352-
]
17353-
},
17344+
"ap-southeast-5": {},
17345+
"ap-southeast-7": {},
1735417346
"ca-central-1": {
1735517347
"variants": [
1735617348
{
@@ -17505,14 +17497,7 @@
1750517497
}
1750617498
]
1750717499
},
17508-
"mx-central-1": {
17509-
"variants": [
17510-
{
17511-
"hostname": "logs.mx-central-1.api.aws",
17512-
"tags": ["dualstack"]
17513-
}
17514-
]
17515-
},
17500+
"mx-central-1": {},
1751617501
"sa-east-1": {
1751717502
"variants": [
1751817503
{
@@ -22213,6 +22198,7 @@
2221322198
"ap-southeast-1": {},
2221422199
"ap-southeast-2": {},
2221522200
"ap-southeast-3": {},
22201+
"ap-southeast-7": {},
2221622202
"ca-central-1": {
2221722203
"variants": [
2221822204
{
@@ -22265,6 +22251,7 @@
2226522251
},
2226622252
"il-central-1": {},
2226722253
"me-central-1": {},
22254+
"mx-central-1": {},
2226822255
"sa-east-1": {},
2226922256
"us-east-1": {
2227022257
"variants": [
@@ -26502,7 +26489,14 @@
2650226489
}
2650326490
]
2650426491
},
26505-
"ca-west-1": {},
26492+
"ca-west-1": {
26493+
"variants": [
26494+
{
26495+
"hostname": "sms-voice-fips.ca-west-1.amazonaws.com",
26496+
"tags": ["fips"]
26497+
}
26498+
]
26499+
},
2650626500
"eu-central-1": {},
2650726501
"eu-central-2": {},
2650826502
"eu-north-1": {},
@@ -26518,6 +26512,13 @@
2651826512
"deprecated": true,
2651926513
"hostname": "sms-voice-fips.ca-central-1.amazonaws.com"
2652026514
},
26515+
"fips-ca-west-1": {
26516+
"credentialScope": {
26517+
"region": "ca-west-1"
26518+
},
26519+
"deprecated": true,
26520+
"hostname": "sms-voice-fips.ca-west-1.amazonaws.com"
26521+
},
2652126522
"fips-us-east-1": {
2652226523
"credentialScope": {
2652326524
"region": "us-east-1"
@@ -33024,8 +33025,22 @@
3302433025
},
3302533026
"logs": {
3302633027
"endpoints": {
33027-
"cn-north-1": {},
33028-
"cn-northwest-1": {}
33028+
"cn-north-1": {
33029+
"variants": [
33030+
{
33031+
"hostname": "logs.cn-north-1.api.amazonwebservices.com.cn",
33032+
"tags": ["dualstack"]
33033+
}
33034+
]
33035+
},
33036+
"cn-northwest-1": {
33037+
"variants": [
33038+
{
33039+
"hostname": "logs.cn-northwest-1.api.amazonwebservices.com.cn",
33040+
"tags": ["dualstack"]
33041+
}
33042+
]
33043+
}
3302933044
}
3303033045
},
3303133046
"mediaconvert": {
@@ -37417,6 +37432,10 @@
3741737432
{
3741837433
"hostname": "logs.us-gov-east-1.amazonaws.com",
3741937434
"tags": ["fips"]
37435+
},
37436+
{
37437+
"hostname": "logs.us-gov-east-1.api.aws",
37438+
"tags": ["dualstack"]
3742037439
}
3742137440
]
3742237441
},
@@ -37425,6 +37444,10 @@
3742537444
{
3742637445
"hostname": "logs.us-gov-west-1.amazonaws.com",
3742737446
"tags": ["fips"]
37447+
},
37448+
{
37449+
"hostname": "logs.us-gov-west-1.api.aws",
37450+
"tags": ["dualstack"]
3742837451
}
3742937452
]
3743037453
}

0 commit comments

Comments
 (0)