Skip to content

Commit

Permalink
Update endpoints model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Aug 8, 2022
1 parent 76877de commit 4d93d56
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1310,6 +1310,12 @@
"tags" : [ "dualstack" ]
} ]
},
"ap-northeast-3" : {
"variants" : [ {
"hostname" : "appmesh.ap-northeast-3.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-south-1" : {
"variants" : [ {
"hostname" : "appmesh.ap-south-1.api.aws",
Expand All @@ -1328,6 +1334,12 @@
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-3" : {
"variants" : [ {
"hostname" : "appmesh.ap-southeast-3.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ca-central-1" : {
"variants" : [ {
"hostname" : "appmesh.ca-central-1.api.aws",
Expand Down Expand Up @@ -6079,6 +6091,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 4d93d56

Please sign in to comment.