Skip to content

Commit

Permalink
Update available SES endpoints. (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
daveli authored and benwilson512 committed Nov 25, 2019
1 parent ba64da2 commit 865af7d
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions priv/endpoints.exs
Original file line number Diff line number Diff line change
Expand Up @@ -557,11 +557,11 @@
},
"session.qldb" => %{
"endpoints" => %{
"ap-northeast-1" => %{ },
"eu-west-1" => %{ },
"us-east-1" => %{ },
"us-east-2" => %{ },
"us-west-2" => %{ }
"ap-northeast-1" => %{},
"eu-west-1" => %{},
"us-east-1" => %{},
"us-east-2" => %{},
"us-west-2" => %{}
}
},
"shield" => %{
Expand Down Expand Up @@ -1476,7 +1476,16 @@
"us-west-2" => %{}
}
},
"email" => %{"endpoints" => %{"eu-west-1" => %{}, "us-east-1" => %{}, "us-west-2" => %{}}},
"email" => %{
"endpoints" => %{
"ap-south-1" => %{},
"ap-southeast-1" => %{},
"eu-central-1" => %{},
"eu-west-1" => %{},
"us-east-1" => %{},
"us-west-2" => %{}
}
},
"storagegateway" => %{
"endpoints" => %{
"ap-northeast-1" => %{},
Expand Down Expand Up @@ -1976,7 +1985,7 @@
"us-east-2" => %{},
"us-west-2" => %{}
}
},
}
}
},
%{
Expand Down

0 comments on commit 865af7d

Please sign in to comment.