Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2022-08-08
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 8, 2022
1 parent 3425087 commit 8a11fde
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
16 changes: 16 additions & 0 deletions clients/client-app-mesh/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ const regionHash: RegionHash = {
},
],
},
"ap-northeast-3": {
variants: [
{
hostname: "appmesh.ap-northeast-3.api.aws",
tags: ["dualstack"],
},
],
},
"ap-south-1": {
variants: [
{
Expand All @@ -59,6 +67,14 @@ const regionHash: RegionHash = {
},
],
},
"ap-southeast-3": {
variants: [
{
hostname: "appmesh.ap-southeast-3.api.aws",
tags: ["dualstack"],
},
],
},
"ca-central-1": {
variants: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1409,6 +1409,14 @@
}
]
},
"ap-northeast-3": {
"variants": [
{
"hostname": "appmesh.ap-northeast-3.api.aws",
"tags": ["dualstack"]
}
]
},
"ap-south-1": {
"variants": [
{
Expand All @@ -1433,6 +1441,14 @@
}
]
},
"ap-southeast-3": {
"variants": [
{
"hostname": "appmesh.ap-southeast-3.api.aws",
"tags": ["dualstack"]
}
]
},
"ca-central-1": {
"variants": [
{
Expand Down Expand Up @@ -6655,6 +6671,19 @@
"us-east-1": {}
}
},
"geo": {
"endpoints": {
"ap-northeast-1": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"eu-central-1": {},
"eu-north-1": {},
"eu-west-1": {},
"us-east-1": {},
"us-east-2": {},
"us-west-2": {}
}
},
"glacier": {
"defaults": {
"protocols": ["http", "https"]
Expand Down

0 comments on commit 8a11fde

Please sign in to comment.