View Source AWS.MediaTailor (aws-elixir v0.13.1)
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
Configures Amazon CloudWatch log settings for a playback configuration.
Creates a channel.
Creates name for a specific live source in a source location.
Creates a new prefetch schedule for the specified playback configuration.
Creates a program.
Creates a source location on a specific channel.
Creates name for a specific VOD source in a source location.
Deletes a channel.
Deletes a channel's IAM policy.
Deletes a specific live source in a specific source location.
Deletes the playback configuration for the specified name.
Deletes a prefetch schedule for a specific playback configuration.
Deletes a specific program on a specific channel.
Deletes a source location on a specific channel.
Deletes a specific VOD source in a specific source location.
Describes the properties of a specific channel.
Provides details about a specific live source in a specific source location.
Retrieves the properties of the requested program.
Retrieves the properties of the requested source location.
Provides details about a specific VOD source in a specific source location.
Retrieves information about a channel's IAM policy.
Retrieves information about your channel's schedule.
Returns the playback configuration for the specified name.
Returns information about the prefetch schedule for a specific playback configuration.
Returns a list of alerts for the given resource.
Retrieves a list of channels that are associated with this account.
lists all the live sources in a source location.
Returns a list of the playback configurations defined in AWS Elemental MediaTailor.
Creates a new prefetch schedule.
Retrieves a list of source locations.
Returns a list of the tags assigned to the specified playback configuration resource.
Lists all the VOD sources in a source location.
Creates an IAM policy for the channel.
Adds a new playback configuration to AWS Elemental MediaTailor.
Starts a specific channel.
Stops a specific channel.
Adds tags to the specified playback configuration resource.
Removes tags from the specified playback configuration resource.
Updates an existing channel.
Updates a specific live source in a specific source location.
Updates a source location on a specific channel.
Updates a specific VOD source in a specific source location.
Link to this section Functions
configure_logs_for_playback_configuration(client, input, options \\ [])
View SourceConfigures Amazon CloudWatch log settings for a playback configuration.
Creates a channel.
create_live_source(client, live_source_name, source_location_name, input, options \\ [])
View SourceCreates name for a specific live source in a source location.
create_prefetch_schedule(client, name, playback_configuration_name, input, options \\ [])
View SourceCreates a new prefetch schedule for the specified playback configuration.
create_program(client, channel_name, program_name, input, options \\ [])
View SourceCreates a program.
create_source_location(client, source_location_name, input, options \\ [])
View SourceCreates a source location on a specific channel.
create_vod_source(client, source_location_name, vod_source_name, input, options \\ [])
View SourceCreates name for a specific VOD source in a source location.
Deletes a channel.
You must stop the channel before it can be deleted.
Deletes a channel's IAM policy.
delete_live_source(client, live_source_name, source_location_name, input, options \\ [])
View SourceDeletes a specific live source in a specific source location.
Deletes the playback configuration for the specified name.
delete_prefetch_schedule(client, name, playback_configuration_name, input, options \\ [])
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_program(client, channel_name, program_name, input, options \\ [])
View SourceDeletes a specific program on a specific channel.
delete_source_location(client, source_location_name, input, options \\ [])
View SourceDeletes a source location on a specific channel.
delete_vod_source(client, source_location_name, vod_source_name, input, options \\ [])
View SourceDeletes a specific VOD source in a specific source location.
Describes the properties of a specific channel.
describe_live_source(client, live_source_name, source_location_name, options \\ [])
View SourceProvides details about a specific live source in a specific source location.
describe_program(client, channel_name, program_name, options \\ [])
View SourceRetrieves the properties of the requested program.
describe_source_location(client, source_location_name, options \\ [])
View SourceRetrieves the properties of the requested source location.
describe_vod_source(client, source_location_name, vod_source_name, options \\ [])
View SourceProvides details about a specific VOD source in a specific source location.
Retrieves information about a channel's IAM policy.
get_channel_schedule( client, channel_name, duration_minutes \\ nil, max_results \\ nil, next_token \\ nil, options \\ [] )
View SourceRetrieves information about your channel's schedule.
Returns the playback configuration for the specified name.
get_prefetch_schedule(client, name, playback_configuration_name, options \\ [])
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.
list_alerts(client, max_results \\ nil, next_token \\ nil, resource_arn, options \\ [])
View SourceReturns a list of alerts for the given resource.
list_channels(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceRetrieves a list of channels that are associated with this account.
list_live_sources( client, source_location_name, max_results \\ nil, next_token \\ nil, options \\ [] )
View Sourcelists all the live sources in a source location.
list_playback_configurations(client, max_results \\ nil, next_token \\ nil, options \\ [])
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_prefetch_schedules(client, playback_configuration_name, input, options \\ [])
View SourceCreates a new prefetch schedule.
list_source_locations(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceRetrieves a list of source locations.
Returns a list of the tags assigned to the specified playback configuration resource.
list_vod_sources( client, source_location_name, max_results \\ nil, next_token \\ nil, options \\ [] )
View SourceLists all the VOD sources in a source location.
Creates an IAM policy for the channel.
Adds a new playback configuration to AWS Elemental MediaTailor.
Starts a specific channel.
Stops a specific channel.
Adds 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.
Updates an existing channel.
update_live_source(client, live_source_name, source_location_name, input, options \\ [])
View SourceUpdates a specific live source in a specific source location.
update_source_location(client, source_location_name, input, options \\ [])
View SourceUpdates a source location on a specific channel.
update_vod_source(client, source_location_name, vod_source_name, input, options \\ [])
View SourceUpdates a specific VOD source in a specific source location.