View Source aws_mediatailor (aws v0.3.1)

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

Link to this section Functions

Link to this function

delete_playback_configuration(Client, Name, Input)

View Source
Deletes the playback configuration for the specified name.
Link to this function

delete_playback_configuration(Client, Name, Input0, Options0)

View Source
Link to this function

get_playback_configuration(Client, Name)

View Source
Returns the playback configuration for the specified name.
Link to this function

get_playback_configuration(Client, Name, QueryMap, HeadersMap)

View Source
Link to this function

get_playback_configuration(Client, Name, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_playback_configurations(Client)

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_playback_configurations(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_playback_configurations(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn)

View Source
Returns a list of the tags assigned to the specified playback configuration resource.
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

put_playback_configuration(Client, Input)

View Source
Adds a new playback configuration to AWS Elemental MediaTailor.
Link to this function

put_playback_configuration(Client, Input0, Options0)

View Source
Link to this function

tag_resource(Client, ResourceArn, Input)

View Source

Adds tags to the specified playback configuration resource.

You can specify one or more tags to add.
Link to this function

tag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input)

View Source

Removes tags from the specified playback configuration resource.

You can specify one or more tags to remove.
Link to this function

untag_resource(Client, ResourceArn, Input0, Options0)

View Source