Skip to content

Commit 79ad41b

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-05-06
1 parent d32f7f7 commit 79ad41b

File tree

1 file changed

+17
-15
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+17
-15
lines changed

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

+17-15
Original file line numberDiff line numberDiff line change
@@ -4294,7 +4294,7 @@
42944294
"ap-south-1": {
42954295
"variants": [
42964296
{
4297-
"hostname": "api.ec2.ap-south-1.aws",
4297+
"hostname": "ec2.ap-south-1.api.aws",
42984298
"tags": ["dualstack"]
42994299
}
43004300
]
@@ -4316,7 +4316,7 @@
43164316
"eu-west-1": {
43174317
"variants": [
43184318
{
4319-
"hostname": "api.ec2.eu-west-1.aws",
4319+
"hostname": "ec2.eu-west-1.api.aws",
43204320
"tags": ["dualstack"]
43214321
}
43224322
]
@@ -4362,32 +4362,32 @@
43624362
"sa-east-1": {
43634363
"variants": [
43644364
{
4365-
"hostname": "api.ec2.sa-east-1.aws",
4365+
"hostname": "ec2.sa-east-1.api.aws",
43664366
"tags": ["dualstack"]
43674367
}
43684368
]
43694369
},
43704370
"us-east-1": {
43714371
"variants": [
4372-
{
4373-
"hostname": "api.ec2.us-east-1.aws",
4374-
"tags": ["dualstack"]
4375-
},
43764372
{
43774373
"hostname": "ec2-fips.us-east-1.amazonaws.com",
43784374
"tags": ["fips"]
4375+
},
4376+
{
4377+
"hostname": "ec2.us-east-1.api.aws",
4378+
"tags": ["dualstack"]
43794379
}
43804380
]
43814381
},
43824382
"us-east-2": {
43834383
"variants": [
4384-
{
4385-
"hostname": "api.ec2.us-east-2.aws",
4386-
"tags": ["dualstack"]
4387-
},
43884384
{
43894385
"hostname": "ec2-fips.us-east-2.amazonaws.com",
43904386
"tags": ["fips"]
4387+
},
4388+
{
4389+
"hostname": "ec2.us-east-2.api.aws",
4390+
"tags": ["dualstack"]
43914391
}
43924392
]
43934393
},
@@ -4401,13 +4401,13 @@
44014401
},
44024402
"us-west-2": {
44034403
"variants": [
4404-
{
4405-
"hostname": "api.ec2.us-west-2.aws",
4406-
"tags": ["dualstack"]
4407-
},
44084404
{
44094405
"hostname": "ec2-fips.us-west-2.amazonaws.com",
44104406
"tags": ["fips"]
4407+
},
4408+
{
4409+
"hostname": "ec2.us-west-2.api.aws",
4410+
"tags": ["dualstack"]
44114411
}
44124412
]
44134413
}
@@ -6828,6 +6828,7 @@
68286828
},
68296829
"identity-chime": {
68306830
"endpoints": {
6831+
"eu-central-1": {},
68316832
"us-east-1": {
68326833
"variants": [
68336834
{
@@ -8890,6 +8891,7 @@
88908891
},
88918892
"messaging-chime": {
88928893
"endpoints": {
8894+
"eu-central-1": {},
88938895
"us-east-1": {
88948896
"variants": [
88958897
{

0 commit comments

Comments
 (0)