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 4, 2022
1 parent 1a9b3d1 commit 0324929
Showing 1 changed file with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2859,6 +2859,18 @@
},
"compute-optimizer" : {
"endpoints" : {
"af-south-1" : {
"credentialScope" : {
"region" : "af-south-1"
},
"hostname" : "compute-optimizer.af-south-1.amazonaws.com"
},
"ap-east-1" : {
"credentialScope" : {
"region" : "ap-east-1"
},
"hostname" : "compute-optimizer.ap-east-1.amazonaws.com"
},
"ap-northeast-1" : {
"credentialScope" : {
"region" : "ap-northeast-1"
Expand All @@ -2871,6 +2883,12 @@
},
"hostname" : "compute-optimizer.ap-northeast-2.amazonaws.com"
},
"ap-northeast-3" : {
"credentialScope" : {
"region" : "ap-northeast-3"
},
"hostname" : "compute-optimizer.ap-northeast-3.amazonaws.com"
},
"ap-south-1" : {
"credentialScope" : {
"region" : "ap-south-1"
Expand Down Expand Up @@ -2907,6 +2925,12 @@
},
"hostname" : "compute-optimizer.eu-north-1.amazonaws.com"
},
"eu-south-1" : {
"credentialScope" : {
"region" : "eu-south-1"
},
"hostname" : "compute-optimizer.eu-south-1.amazonaws.com"
},
"eu-west-1" : {
"credentialScope" : {
"region" : "eu-west-1"
Expand All @@ -2925,6 +2949,12 @@
},
"hostname" : "compute-optimizer.eu-west-3.amazonaws.com"
},
"me-south-1" : {
"credentialScope" : {
"region" : "me-south-1"
},
"hostname" : "compute-optimizer.me-south-1.amazonaws.com"
},
"sa-east-1" : {
"credentialScope" : {
"region" : "sa-east-1"
Expand Down

0 comments on commit 0324929

Please sign in to comment.