ex-aws / ex_aws

A flexible, easy to use set of clients AWS APIs for Elixir
https://hex.pm/packages/ex_aws
MIT License
1.26k stars 521 forks source link

add more supported endpoints for medialive #887

Closed linjingjing-dot closed 2 years ago

linjingjing-dot commented 2 years ago

We are using us-east-2 to manage our medialive channels but us-east-2 still not supported in ExAws. The specified region is supported according to the AWS documentation.

image

I want to add all missing supported endpoints for medialive according to Amazons documentation: https://docs.aws.amazon.com/general/latest/gr/medialive_region.html

bernardd commented 2 years ago

Thanks @linjingjing-dot!