Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2022-05-06
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 6, 2022
1 parent d32f7f7 commit 79ad41b
Showing 1 changed file with 17 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4294,7 +4294,7 @@
"ap-south-1": {
"variants": [
{
"hostname": "api.ec2.ap-south-1.aws",
"hostname": "ec2.ap-south-1.api.aws",
"tags": ["dualstack"]
}
]
Expand All @@ -4316,7 +4316,7 @@
"eu-west-1": {
"variants": [
{
"hostname": "api.ec2.eu-west-1.aws",
"hostname": "ec2.eu-west-1.api.aws",
"tags": ["dualstack"]
}
]
Expand Down Expand Up @@ -4362,32 +4362,32 @@
"sa-east-1": {
"variants": [
{
"hostname": "api.ec2.sa-east-1.aws",
"hostname": "ec2.sa-east-1.api.aws",
"tags": ["dualstack"]
}
]
},
"us-east-1": {
"variants": [
{
"hostname": "api.ec2.us-east-1.aws",
"tags": ["dualstack"]
},
{
"hostname": "ec2-fips.us-east-1.amazonaws.com",
"tags": ["fips"]
},
{
"hostname": "ec2.us-east-1.api.aws",
"tags": ["dualstack"]
}
]
},
"us-east-2": {
"variants": [
{
"hostname": "api.ec2.us-east-2.aws",
"tags": ["dualstack"]
},
{
"hostname": "ec2-fips.us-east-2.amazonaws.com",
"tags": ["fips"]
},
{
"hostname": "ec2.us-east-2.api.aws",
"tags": ["dualstack"]
}
]
},
Expand All @@ -4401,13 +4401,13 @@
},
"us-west-2": {
"variants": [
{
"hostname": "api.ec2.us-west-2.aws",
"tags": ["dualstack"]
},
{
"hostname": "ec2-fips.us-west-2.amazonaws.com",
"tags": ["fips"]
},
{
"hostname": "ec2.us-west-2.api.aws",
"tags": ["dualstack"]
}
]
}
Expand Down Expand Up @@ -6828,6 +6828,7 @@
},
"identity-chime": {
"endpoints": {
"eu-central-1": {},
"us-east-1": {
"variants": [
{
Expand Down Expand Up @@ -8890,6 +8891,7 @@
},
"messaging-chime": {
"endpoints": {
"eu-central-1": {},
"us-east-1": {
"variants": [
{
Expand Down

0 comments on commit 79ad41b

Please sign in to comment.