Skip to content

Commit edbe989

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2023-04-10
1 parent e233a50 commit edbe989

File tree

1 file changed

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

1 file changed

+20
-1
lines changed

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

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@
485485
"ca-central-1": {},
486486
"eu-central-1": {},
487487
"eu-north-1": {},
488+
"eu-south-1": {},
488489
"eu-west-1": {},
489490
"eu-west-2": {},
490491
"eu-west-3": {},
@@ -506,6 +507,7 @@
506507
"ca-central-1": {},
507508
"eu-central-1": {},
508509
"eu-north-1": {},
510+
"eu-south-1": {},
509511
"eu-west-1": {},
510512
"eu-west-2": {},
511513
"eu-west-3": {},
@@ -7093,6 +7095,7 @@
70937095
}
70947096
]
70957097
},
7098+
"ap-south-2": {},
70967099
"ap-southeast-1": {
70977100
"variants": [
70987101
{
@@ -7126,6 +7129,7 @@
71267129
}
71277130
]
71287131
},
7132+
"eu-central-2": {},
71297133
"eu-north-1": {},
71307134
"eu-south-1": {
71317135
"variants": [
@@ -7135,6 +7139,7 @@
71357139
}
71367140
]
71377141
},
7142+
"eu-south-2": {},
71387143
"eu-west-1": {
71397144
"variants": [
71407145
{
@@ -10375,15 +10380,23 @@
1037510380
},
1037610381
"license-manager-linux-subscriptions": {
1037710382
"endpoints": {
10383+
"af-south-1": {},
10384+
"ap-east-1": {},
1037810385
"ap-northeast-1": {},
1037910386
"ap-northeast-2": {},
1038010387
"ap-northeast-3": {},
1038110388
"ap-south-1": {},
10389+
"ap-south-2": {},
1038210390
"ap-southeast-1": {},
1038310391
"ap-southeast-2": {},
10392+
"ap-southeast-3": {},
10393+
"ap-southeast-4": {},
1038410394
"ca-central-1": {},
1038510395
"eu-central-1": {},
10396+
"eu-central-2": {},
1038610397
"eu-north-1": {},
10398+
"eu-south-1": {},
10399+
"eu-south-2": {},
1038710400
"eu-west-1": {},
1038810401
"eu-west-2": {},
1038910402
"eu-west-3": {},
@@ -10415,6 +10428,8 @@
1041510428
"deprecated": true,
1041610429
"hostname": "license-manager-linux-subscriptions-fips.us-west-2.amazonaws.com"
1041710430
},
10431+
"me-central-1": {},
10432+
"me-south-1": {},
1041810433
"sa-east-1": {},
1041910434
"us-east-1": {
1042010435
"variants": [
@@ -13809,6 +13824,7 @@
1380913824
"eu-central-2": {},
1381013825
"eu-north-1": {},
1381113826
"eu-south-1": {},
13827+
"eu-south-2": {},
1381213828
"eu-west-1": {},
1381313829
"eu-west-2": {},
1381413830
"eu-west-3": {},
@@ -19269,7 +19285,10 @@
1926919285
"protocols": ["https"]
1927019286
},
1927119287
"endpoints": {
19272-
"cn-north-1": {},
19288+
"cn-north-1": {
19289+
"hostname": "data.ats.iot.cn-north-1.amazonaws.com.cn",
19290+
"protocols": ["https"]
19291+
},
1927319292
"cn-northwest-1": {}
1927419293
}
1927519294
},

0 commit comments

Comments
 (0)