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
Functions
Returns a list of the playback configurations defined in AWS Elemental MediaTailor.
Adds tags to the specified playback configuration resource.
Removes tags from the specified playback configuration resource.
Link to this section Functions
get_playback_configuration(Client, Name, QueryMap, HeadersMap, Options0)
View SourceReturns 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.list_playback_configurations(Client, QueryMap, HeadersMap, Options0)
View Sourcelist_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)
View SourceAdds tags to the specified playback configuration resource.
You can specify one or more tags to add.Removes tags from the specified playback configuration resource.
You can specify one or more tags to remove.