View Source aws_mediatailor (aws v0.5.0)
Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels.
With MediaTailor, you can assemble existing content into a linear stream and 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 SDKs and the CLI you manage AWS Elemental MediaTailor configurations and channels 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 a channel.
Deletes a prefetch schedule for a specific playback configuration.
Returns information about the prefetch schedule for a specific playback configuration.
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
configure_logs_for_playback_configuration(Client, Input0, Options0)
View Sourcecreate_prefetch_schedule(Client, Name, PlaybackConfigurationName, Input)
View Sourcecreate_prefetch_schedule(Client, Name, PlaybackConfigurationName, Input0, Options0)
View Sourcecreate_program(Client, ChannelName, ProgramName, Input0, Options0)
View Sourcecreate_source_location(Client, SourceLocationName, Input0, Options0)
View Sourcecreate_vod_source(Client, SourceLocationName, VodSourceName, Input)
View Sourcecreate_vod_source(Client, SourceLocationName, VodSourceName, Input0, Options0)
View SourceDeletes a channel.
You must stop the channel before it can be deleted.delete_prefetch_schedule(Client, Name, PlaybackConfigurationName, Input)
View SourceDeletes a prefetch schedule for a specific playback configuration.
If you call DeletePrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.delete_prefetch_schedule(Client, Name, PlaybackConfigurationName, Input0, Options0)
View Sourcedelete_program(Client, ChannelName, ProgramName, Input0, Options0)
View Sourcedelete_source_location(Client, SourceLocationName, Input0, Options0)
View Sourcedelete_vod_source(Client, SourceLocationName, VodSourceName, Input)
View Sourcedelete_vod_source(Client, SourceLocationName, VodSourceName, Input0, Options0)
View Sourcedescribe_channel(Client, ChannelName, QueryMap, HeadersMap, Options0)
View Sourcedescribe_program(Client, ChannelName, ProgramName, QueryMap, HeadersMap)
View Sourcedescribe_program(Client, ChannelName, ProgramName, QueryMap, HeadersMap, Options0)
View Sourcedescribe_source_location(Client, SourceLocationName, QueryMap, HeadersMap)
View Sourcedescribe_source_location(Client, SourceLocationName, QueryMap, HeadersMap, Options0)
View Sourcedescribe_vod_source(Client, SourceLocationName, VodSourceName, QueryMap, HeadersMap)
View Sourcedescribe_vod_source(Client, SourceLocationName, VodSourceName, QueryMap, HeadersMap, Options0)
View Sourceget_channel_policy(Client, ChannelName, QueryMap, HeadersMap, Options0)
View Sourceget_channel_schedule(Client, ChannelName, QueryMap, HeadersMap, Options0)
View Sourceget_playback_configuration(Client, Name, QueryMap, HeadersMap, Options0)
View SourceReturns information about the prefetch schedule for a specific playback configuration.
If you call GetPrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.get_prefetch_schedule(Client, Name, PlaybackConfigurationName, QueryMap, HeadersMap)
View Sourceget_prefetch_schedule(Client, Name, PlaybackConfigurationName, 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_prefetch_schedules(Client, PlaybackConfigurationName, Input0, Options0)
View Sourcelist_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)
View Sourcelist_vod_sources(Client, SourceLocationName, QueryMap, HeadersMap)
View Sourcelist_vod_sources(Client, SourceLocationName, 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.