MediaLive Service module for ExAws.
The package can be installed by adding ex_aws_medialive
to your list of dependencies in mix.exs
along with :ex_aws
and your preferred JSON codec / http client:
def deps do
[
{:ex_aws, "~> 2.0"},
{:ex_aws_medialive, "~> 0.1.0"},
{:jason, "~> 1.0"},
{:hackney, "~> 1.9"},
]
end
ex_aws_medialive
is Copyright © 2020 Grain Intelligence, Inc. It is free software, and may be
redistributed under the terms specified in the LICENSE file.
ex_aws_medialive
is maintained and funded by Grain Intelligence, Inc.
The names and logos for Grain are trademarks of Grain Intelligence, Inc.
For more information, see the documentation.