Skip to content

Commit 8e0cc5e

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-12-08
1 parent 1ff9976 commit 8e0cc5e

File tree

1 file changed

+26
-3
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+26
-3
lines changed

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

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@
388388
"deprecated": true,
389389
"hostname": "acm-pca-fips.us-west-2.amazonaws.com"
390390
},
391+
"me-central-1": {},
391392
"me-south-1": {},
392393
"sa-east-1": {},
393394
"us-east-1": {
@@ -4699,6 +4700,7 @@
46994700
"eu-west-1": {},
47004701
"eu-west-2": {},
47014702
"eu-west-3": {},
4703+
"me-central-1": {},
47024704
"me-south-1": {},
47034705
"sa-east-1": {},
47044706
"us-east-1": {},
@@ -11010,7 +11012,6 @@
1101011012
"ap-south-1": {},
1101111013
"ap-southeast-1": {},
1101211014
"ap-southeast-2": {},
11013-
"ap-southeast-3": {},
1101411015
"ca-central-1": {
1101511016
"variants": [
1101611017
{
@@ -17682,8 +17683,22 @@
1768217683
},
1768317684
"athena": {
1768417685
"endpoints": {
17685-
"cn-north-1": {},
17686-
"cn-northwest-1": {}
17686+
"cn-north-1": {
17687+
"variants": [
17688+
{
17689+
"hostname": "athena.cn-north-1.api.amazonwebservices.com.cn",
17690+
"tags": ["dualstack"]
17691+
}
17692+
]
17693+
},
17694+
"cn-northwest-1": {
17695+
"variants": [
17696+
{
17697+
"hostname": "athena.cn-northwest-1.api.amazonwebservices.com.cn",
17698+
"tags": ["dualstack"]
17699+
}
17700+
]
17701+
}
1768717702
}
1768817703
},
1768917704
"autoscaling": {
@@ -19210,6 +19225,10 @@
1921019225
{
1921119226
"hostname": "athena-fips.us-gov-east-1.amazonaws.com",
1921219227
"tags": ["fips"]
19228+
},
19229+
{
19230+
"hostname": "athena.us-gov-east-1.api.aws",
19231+
"tags": ["dualstack"]
1921319232
}
1921419233
]
1921519234
},
@@ -19218,6 +19237,10 @@
1921819237
{
1921919238
"hostname": "athena-fips.us-gov-west-1.amazonaws.com",
1922019239
"tags": ["fips"]
19240+
},
19241+
{
19242+
"hostname": "athena.us-gov-west-1.api.aws",
19243+
"tags": ["dualstack"]
1922119244
}
1922219245
]
1922319246
}

0 commit comments

Comments
 (0)