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 Nov 6, 2023
1 parent 5a136e3 commit eae1740
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13683,6 +13683,12 @@
} ]
},
"endpoints" : {
"af-south-1" : {
"hostname" : "resource-explorer-2.af-south-1.api.aws"
},
"ap-east-1" : {
"hostname" : "resource-explorer-2.ap-east-1.api.aws"
},
"ap-northeast-1" : {
"hostname" : "resource-explorer-2.ap-northeast-1.api.aws"
},
Expand Down Expand Up @@ -13722,6 +13728,9 @@
"eu-north-1" : {
"hostname" : "resource-explorer-2.eu-north-1.api.aws"
},
"eu-south-1" : {
"hostname" : "resource-explorer-2.eu-south-1.api.aws"
},
"eu-west-1" : {
"hostname" : "resource-explorer-2.eu-west-1.api.aws"
},
Expand All @@ -13734,6 +13743,9 @@
"il-central-1" : {
"hostname" : "resource-explorer-2.il-central-1.api.aws"
},
"me-central-1" : {
"hostname" : "resource-explorer-2.me-central-1.api.aws"
},
"me-south-1" : {
"hostname" : "resource-explorer-2.me-south-1.api.aws"
},
Expand Down Expand Up @@ -25481,6 +25493,11 @@
"us-isob-east-1" : { }
}
},
"cloudcontrolapi" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"cloudformation" : {
"endpoints" : {
"us-isob-east-1" : { }
Expand Down

0 comments on commit eae1740

Please sign in to comment.