Skip to content

Commit 2cac334

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2025-01-22
1 parent 9a07043 commit 2cac334

File tree

1 file changed

+249
-28
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+249
-28
lines changed

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

+249-28
Original file line numberDiff line numberDiff line change
@@ -3355,6 +3355,7 @@
33553355
"il-central-1": {},
33563356
"me-central-1": {},
33573357
"me-south-1": {},
3358+
"mx-central-1": {},
33583359
"sa-east-1": {},
33593360
"us-east-1": {},
33603361
"us-east-2": {},
@@ -27104,24 +27105,119 @@
2710427105
},
2710527106
"synthetics": {
2710627107
"endpoints": {
27107-
"af-south-1": {},
27108-
"ap-east-1": {},
27109-
"ap-northeast-1": {},
27110-
"ap-northeast-2": {},
27111-
"ap-northeast-3": {},
27112-
"ap-south-1": {},
27113-
"ap-south-2": {},
27114-
"ap-southeast-1": {},
27115-
"ap-southeast-2": {},
27116-
"ap-southeast-3": {},
27117-
"ap-southeast-4": {},
27118-
"ap-southeast-5": {},
27119-
"ap-southeast-7": {},
27108+
"af-south-1": {
27109+
"variants": [
27110+
{
27111+
"hostname": "synthetics.af-south-1.api.aws",
27112+
"tags": ["dualstack"]
27113+
}
27114+
]
27115+
},
27116+
"ap-east-1": {
27117+
"variants": [
27118+
{
27119+
"hostname": "synthetics.ap-east-1.api.aws",
27120+
"tags": ["dualstack"]
27121+
}
27122+
]
27123+
},
27124+
"ap-northeast-1": {
27125+
"variants": [
27126+
{
27127+
"hostname": "synthetics.ap-northeast-1.api.aws",
27128+
"tags": ["dualstack"]
27129+
}
27130+
]
27131+
},
27132+
"ap-northeast-2": {
27133+
"variants": [
27134+
{
27135+
"hostname": "synthetics.ap-northeast-2.api.aws",
27136+
"tags": ["dualstack"]
27137+
}
27138+
]
27139+
},
27140+
"ap-northeast-3": {
27141+
"variants": [
27142+
{
27143+
"hostname": "synthetics.ap-northeast-3.api.aws",
27144+
"tags": ["dualstack"]
27145+
}
27146+
]
27147+
},
27148+
"ap-south-1": {
27149+
"variants": [
27150+
{
27151+
"hostname": "synthetics.ap-south-1.api.aws",
27152+
"tags": ["dualstack"]
27153+
}
27154+
]
27155+
},
27156+
"ap-south-2": {
27157+
"variants": [
27158+
{
27159+
"hostname": "synthetics.ap-south-2.api.aws",
27160+
"tags": ["dualstack"]
27161+
}
27162+
]
27163+
},
27164+
"ap-southeast-1": {
27165+
"variants": [
27166+
{
27167+
"hostname": "synthetics.ap-southeast-1.api.aws",
27168+
"tags": ["dualstack"]
27169+
}
27170+
]
27171+
},
27172+
"ap-southeast-2": {
27173+
"variants": [
27174+
{
27175+
"hostname": "synthetics.ap-southeast-2.api.aws",
27176+
"tags": ["dualstack"]
27177+
}
27178+
]
27179+
},
27180+
"ap-southeast-3": {
27181+
"variants": [
27182+
{
27183+
"hostname": "synthetics.ap-southeast-3.api.aws",
27184+
"tags": ["dualstack"]
27185+
}
27186+
]
27187+
},
27188+
"ap-southeast-4": {
27189+
"variants": [
27190+
{
27191+
"hostname": "synthetics.ap-southeast-4.api.aws",
27192+
"tags": ["dualstack"]
27193+
}
27194+
]
27195+
},
27196+
"ap-southeast-5": {
27197+
"variants": [
27198+
{
27199+
"hostname": "synthetics.ap-southeast-5.api.aws",
27200+
"tags": ["dualstack"]
27201+
}
27202+
]
27203+
},
27204+
"ap-southeast-7": {
27205+
"variants": [
27206+
{
27207+
"hostname": "synthetics.ap-southeast-7.api.aws",
27208+
"tags": ["dualstack"]
27209+
}
27210+
]
27211+
},
2712027212
"ca-central-1": {
2712127213
"variants": [
2712227214
{
2712327215
"hostname": "synthetics-fips.ca-central-1.amazonaws.com",
2712427216
"tags": ["fips"]
27217+
},
27218+
{
27219+
"hostname": "synthetics.ca-central-1.api.aws",
27220+
"tags": ["dualstack"]
2712527221
}
2712627222
]
2712727223
},
@@ -27130,17 +27226,77 @@
2713027226
{
2713127227
"hostname": "synthetics-fips.ca-west-1.amazonaws.com",
2713227228
"tags": ["fips"]
27229+
},
27230+
{
27231+
"hostname": "synthetics.ca-west-1.api.aws",
27232+
"tags": ["dualstack"]
27233+
}
27234+
]
27235+
},
27236+
"eu-central-1": {
27237+
"variants": [
27238+
{
27239+
"hostname": "synthetics.eu-central-1.api.aws",
27240+
"tags": ["dualstack"]
27241+
}
27242+
]
27243+
},
27244+
"eu-central-2": {
27245+
"variants": [
27246+
{
27247+
"hostname": "synthetics.eu-central-2.api.aws",
27248+
"tags": ["dualstack"]
27249+
}
27250+
]
27251+
},
27252+
"eu-north-1": {
27253+
"variants": [
27254+
{
27255+
"hostname": "synthetics.eu-north-1.api.aws",
27256+
"tags": ["dualstack"]
27257+
}
27258+
]
27259+
},
27260+
"eu-south-1": {
27261+
"variants": [
27262+
{
27263+
"hostname": "synthetics.eu-south-1.api.aws",
27264+
"tags": ["dualstack"]
27265+
}
27266+
]
27267+
},
27268+
"eu-south-2": {
27269+
"variants": [
27270+
{
27271+
"hostname": "synthetics.eu-south-2.api.aws",
27272+
"tags": ["dualstack"]
27273+
}
27274+
]
27275+
},
27276+
"eu-west-1": {
27277+
"variants": [
27278+
{
27279+
"hostname": "synthetics.eu-west-1.api.aws",
27280+
"tags": ["dualstack"]
27281+
}
27282+
]
27283+
},
27284+
"eu-west-2": {
27285+
"variants": [
27286+
{
27287+
"hostname": "synthetics.eu-west-2.api.aws",
27288+
"tags": ["dualstack"]
27289+
}
27290+
]
27291+
},
27292+
"eu-west-3": {
27293+
"variants": [
27294+
{
27295+
"hostname": "synthetics.eu-west-3.api.aws",
27296+
"tags": ["dualstack"]
2713327297
}
2713427298
]
2713527299
},
27136-
"eu-central-1": {},
27137-
"eu-central-2": {},
27138-
"eu-north-1": {},
27139-
"eu-south-1": {},
27140-
"eu-south-2": {},
27141-
"eu-west-1": {},
27142-
"eu-west-2": {},
27143-
"eu-west-3": {},
2714427300
"fips-ca-central-1": {
2714527301
"credentialScope": {
2714627302
"region": "ca-central-1"
@@ -27183,16 +27339,55 @@
2718327339
"deprecated": true,
2718427340
"hostname": "synthetics-fips.us-west-2.amazonaws.com"
2718527341
},
27186-
"il-central-1": {},
27187-
"me-central-1": {},
27188-
"me-south-1": {},
27189-
"mx-central-1": {},
27190-
"sa-east-1": {},
27342+
"il-central-1": {
27343+
"variants": [
27344+
{
27345+
"hostname": "synthetics.il-central-1.api.aws",
27346+
"tags": ["dualstack"]
27347+
}
27348+
]
27349+
},
27350+
"me-central-1": {
27351+
"variants": [
27352+
{
27353+
"hostname": "synthetics.me-central-1.api.aws",
27354+
"tags": ["dualstack"]
27355+
}
27356+
]
27357+
},
27358+
"me-south-1": {
27359+
"variants": [
27360+
{
27361+
"hostname": "synthetics.me-south-1.api.aws",
27362+
"tags": ["dualstack"]
27363+
}
27364+
]
27365+
},
27366+
"mx-central-1": {
27367+
"variants": [
27368+
{
27369+
"hostname": "synthetics.mx-central-1.api.aws",
27370+
"tags": ["dualstack"]
27371+
}
27372+
]
27373+
},
27374+
"sa-east-1": {
27375+
"variants": [
27376+
{
27377+
"hostname": "synthetics.sa-east-1.api.aws",
27378+
"tags": ["dualstack"]
27379+
}
27380+
]
27381+
},
2719127382
"us-east-1": {
2719227383
"variants": [
2719327384
{
2719427385
"hostname": "synthetics-fips.us-east-1.amazonaws.com",
2719527386
"tags": ["fips"]
27387+
},
27388+
{
27389+
"hostname": "synthetics.us-east-1.api.aws",
27390+
"tags": ["dualstack"]
2719627391
}
2719727392
]
2719827393
},
@@ -27201,6 +27396,10 @@
2720127396
{
2720227397
"hostname": "synthetics-fips.us-east-2.amazonaws.com",
2720327398
"tags": ["fips"]
27399+
},
27400+
{
27401+
"hostname": "synthetics.us-east-2.api.aws",
27402+
"tags": ["dualstack"]
2720427403
}
2720527404
]
2720627405
},
@@ -27209,6 +27408,10 @@
2720927408
{
2721027409
"hostname": "synthetics-fips.us-west-1.amazonaws.com",
2721127410
"tags": ["fips"]
27411+
},
27412+
{
27413+
"hostname": "synthetics.us-west-1.api.aws",
27414+
"tags": ["dualstack"]
2721227415
}
2721327416
]
2721427417
},
@@ -27217,6 +27420,10 @@
2721727420
{
2721827421
"hostname": "synthetics-fips.us-west-2.amazonaws.com",
2721927422
"tags": ["fips"]
27423+
},
27424+
{
27425+
"hostname": "synthetics.us-west-2.api.aws",
27426+
"tags": ["dualstack"]
2722027427
}
2722127428
]
2722227429
}
@@ -31251,8 +31458,22 @@
3125131458
},
3125231459
"synthetics": {
3125331460
"endpoints": {
31254-
"cn-north-1": {},
31255-
"cn-northwest-1": {}
31461+
"cn-north-1": {
31462+
"variants": [
31463+
{
31464+
"hostname": "synthetics.cn-north-1.api.amazonwebservices.com.cn",
31465+
"tags": ["dualstack"]
31466+
}
31467+
]
31468+
},
31469+
"cn-northwest-1": {
31470+
"variants": [
31471+
{
31472+
"hostname": "synthetics.cn-northwest-1.api.amazonwebservices.com.cn",
31473+
"tags": ["dualstack"]
31474+
}
31475+
]
31476+
}
3125631477
}
3125731478
},
3125831479
"tagging": {

0 commit comments

Comments
 (0)