AWS.MediaTailor (aws-elixir v0.7.0) View Source

Use the AWS Elemental MediaTailor SDK to configure scalable ad insertion for your live and VOD content.

With AWS Elemental MediaTailor, you can serve targeted ads to viewers while maintaining broadcast quality in over-the-top (OTT) video applications. For information about using the service, including detailed information about the settings covered in this guide, see the AWS Elemental MediaTailor User Guide.

Through the SDK, you manage AWS Elemental MediaTailor configurations the same as you do through the console. For example, you specify ad insertion behavior and mapping information for the origin server and the ad decision server (ADS).

Link to this section Summary

Functions

Deletes the playback configuration for the specified name.

Returns the playback configuration for the specified name.

Returns a list of the playback configurations defined in AWS Elemental MediaTailor.

Returns a list of the tags assigned to the specified playback configuration resource.

Adds a new playback configuration to AWS Elemental MediaTailor.

Adds tags to the specified playback configuration resource.

Removes tags from the specified playback configuration resource.

Link to this section Functions

Link to this function

delete_playback_configuration(client, name, input, options \\ [])

View Source

Deletes the playback configuration for the specified name.

Link to this function

get_playback_configuration(client, name, options \\ [])

View Source

Returns the playback configuration for the specified name.

Link to this function

list_playback_configurations(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of the playback configurations defined in AWS Elemental MediaTailor.

You can specify a maximum number of configurations to return at a time. The default maximum is 50. Results are returned in pagefuls. If MediaTailor has more configurations than the specified maximum, it provides parameters in the response that you can use to retrieve the next pageful.

Link to this function

list_tags_for_resource(client, resource_arn, options \\ [])

View Source

Returns a list of the tags assigned to the specified playback configuration resource.

Link to this function

put_playback_configuration(client, input, options \\ [])

View Source

Adds a new playback configuration to AWS Elemental MediaTailor.

Link to this function

tag_resource(client, resource_arn, input, options \\ [])

View Source

Adds tags to the specified playback configuration resource.

You can specify one or more tags to add.

Link to this function

untag_resource(client, resource_arn, input, options \\ [])

View Source

Removes tags from the specified playback configuration resource.

You can specify one or more tags to remove.