@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSMediaTailor
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSMediaTailor
instead.
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).
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
CreateChannelResult |
createChannel(CreateChannelRequest createChannelRequest)
Creates a channel.
|
CreateProgramResult |
createProgram(CreateProgramRequest createProgramRequest)
Creates a program.
|
CreateSourceLocationResult |
createSourceLocation(CreateSourceLocationRequest createSourceLocationRequest)
Creates a source location on a specific channel.
|
CreateVodSourceResult |
createVodSource(CreateVodSourceRequest createVodSourceRequest)
Creates name for a specific VOD source in a source location.
|
DeleteChannelResult |
deleteChannel(DeleteChannelRequest deleteChannelRequest)
Deletes a channel.
|
DeleteChannelPolicyResult |
deleteChannelPolicy(DeleteChannelPolicyRequest deleteChannelPolicyRequest)
Deletes a channel's IAM policy.
|
DeletePlaybackConfigurationResult |
deletePlaybackConfiguration(DeletePlaybackConfigurationRequest deletePlaybackConfigurationRequest)
Deletes the playback configuration for the specified name.
|
DeleteProgramResult |
deleteProgram(DeleteProgramRequest deleteProgramRequest)
Deletes a specific program on a specific channel.
|
DeleteSourceLocationResult |
deleteSourceLocation(DeleteSourceLocationRequest deleteSourceLocationRequest)
Deletes a source location on a specific channel.
|
DeleteVodSourceResult |
deleteVodSource(DeleteVodSourceRequest deleteVodSourceRequest)
Deletes a specific VOD source in a specific source location.
|
DescribeChannelResult |
describeChannel(DescribeChannelRequest describeChannelRequest)
Describes the properties of a specific channel.
|
DescribeProgramResult |
describeProgram(DescribeProgramRequest describeProgramRequest)
Retrieves the properties of the requested program.
|
DescribeSourceLocationResult |
describeSourceLocation(DescribeSourceLocationRequest describeSourceLocationRequest)
Retrieves the properties of the requested source location.
|
DescribeVodSourceResult |
describeVodSource(DescribeVodSourceRequest describeVodSourceRequest)
Provides details about a specific VOD source in a specific source location.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetChannelPolicyResult |
getChannelPolicy(GetChannelPolicyRequest getChannelPolicyRequest)
Retrieves information about a channel's IAM policy.
|
GetChannelScheduleResult |
getChannelSchedule(GetChannelScheduleRequest getChannelScheduleRequest)
Retrieves information about your channel's schedule.
|
GetPlaybackConfigurationResult |
getPlaybackConfiguration(GetPlaybackConfigurationRequest getPlaybackConfigurationRequest)
Returns the playback configuration for the specified name.
|
ListChannelsResult |
listChannels(ListChannelsRequest listChannelsRequest)
Retrieves a list of channels that are associated with this account.
|
ListPlaybackConfigurationsResult |
listPlaybackConfigurations(ListPlaybackConfigurationsRequest listPlaybackConfigurationsRequest)
Returns a list of the playback configurations defined in AWS Elemental MediaTailor.
|
ListSourceLocationsResult |
listSourceLocations(ListSourceLocationsRequest listSourceLocationsRequest)
Retrieves a list of source locations.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of the tags assigned to the specified playback configuration resource.
|
ListVodSourcesResult |
listVodSources(ListVodSourcesRequest listVodSourcesRequest)
Lists all the VOD sources in a source location.
|
PutChannelPolicyResult |
putChannelPolicy(PutChannelPolicyRequest putChannelPolicyRequest)
Creates an IAM policy for the channel.
|
PutPlaybackConfigurationResult |
putPlaybackConfiguration(PutPlaybackConfigurationRequest putPlaybackConfigurationRequest)
Adds a new playback configuration to AWS Elemental MediaTailor.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartChannelResult |
startChannel(StartChannelRequest startChannelRequest)
Starts a specific channel.
|
StopChannelResult |
stopChannel(StopChannelRequest stopChannelRequest)
Stops a specific channel.
|
TagResourceResult |
tagResource(TagResourceRequest tagResourceRequest)
Adds tags to the specified playback configuration resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from the specified playback configuration resource.
|
UpdateChannelResult |
updateChannel(UpdateChannelRequest updateChannelRequest)
Updates an existing channel.
|
UpdateSourceLocationResult |
updateSourceLocation(UpdateSourceLocationRequest updateSourceLocationRequest)
Updates a source location on a specific channel.
|
UpdateVodSourceResult |
updateVodSource(UpdateVodSourceRequest updateVodSourceRequest)
Updates a specific VOD source in a specific source location.
|
static final String ENDPOINT_PREFIX
CreateChannelResult createChannel(CreateChannelRequest createChannelRequest)
Creates a channel.
createChannelRequest
- CreateProgramResult createProgram(CreateProgramRequest createProgramRequest)
Creates a program.
createProgramRequest
- CreateSourceLocationResult createSourceLocation(CreateSourceLocationRequest createSourceLocationRequest)
Creates a source location on a specific channel.
createSourceLocationRequest
- CreateVodSourceResult createVodSource(CreateVodSourceRequest createVodSourceRequest)
Creates name for a specific VOD source in a source location.
createVodSourceRequest
- DeleteChannelResult deleteChannel(DeleteChannelRequest deleteChannelRequest)
Deletes a channel. You must stop the channel before it can be deleted.
deleteChannelRequest
- DeleteChannelPolicyResult deleteChannelPolicy(DeleteChannelPolicyRequest deleteChannelPolicyRequest)
Deletes a channel's IAM policy.
deleteChannelPolicyRequest
- DeletePlaybackConfigurationResult deletePlaybackConfiguration(DeletePlaybackConfigurationRequest deletePlaybackConfigurationRequest)
Deletes the playback configuration for the specified name.
deletePlaybackConfigurationRequest
- DeleteProgramResult deleteProgram(DeleteProgramRequest deleteProgramRequest)
Deletes a specific program on a specific channel.
deleteProgramRequest
- DeleteSourceLocationResult deleteSourceLocation(DeleteSourceLocationRequest deleteSourceLocationRequest)
Deletes a source location on a specific channel.
deleteSourceLocationRequest
- DeleteVodSourceResult deleteVodSource(DeleteVodSourceRequest deleteVodSourceRequest)
Deletes a specific VOD source in a specific source location.
deleteVodSourceRequest
- DescribeChannelResult describeChannel(DescribeChannelRequest describeChannelRequest)
Describes the properties of a specific channel.
describeChannelRequest
- DescribeProgramResult describeProgram(DescribeProgramRequest describeProgramRequest)
Retrieves the properties of the requested program.
describeProgramRequest
- DescribeSourceLocationResult describeSourceLocation(DescribeSourceLocationRequest describeSourceLocationRequest)
Retrieves the properties of the requested source location.
describeSourceLocationRequest
- DescribeVodSourceResult describeVodSource(DescribeVodSourceRequest describeVodSourceRequest)
Provides details about a specific VOD source in a specific source location.
describeVodSourceRequest
- GetChannelPolicyResult getChannelPolicy(GetChannelPolicyRequest getChannelPolicyRequest)
Retrieves information about a channel's IAM policy.
getChannelPolicyRequest
- GetChannelScheduleResult getChannelSchedule(GetChannelScheduleRequest getChannelScheduleRequest)
Retrieves information about your channel's schedule.
getChannelScheduleRequest
- GetPlaybackConfigurationResult getPlaybackConfiguration(GetPlaybackConfigurationRequest getPlaybackConfigurationRequest)
Returns the playback configuration for the specified name.
getPlaybackConfigurationRequest
- ListChannelsResult listChannels(ListChannelsRequest listChannelsRequest)
Retrieves a list of channels that are associated with this account.
listChannelsRequest
- ListPlaybackConfigurationsResult listPlaybackConfigurations(ListPlaybackConfigurationsRequest listPlaybackConfigurationsRequest)
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.
listPlaybackConfigurationsRequest
- ListSourceLocationsResult listSourceLocations(ListSourceLocationsRequest listSourceLocationsRequest)
Retrieves a list of source locations.
listSourceLocationsRequest
- ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of the tags assigned to the specified playback configuration resource.
listTagsForResourceRequest
- BadRequestException
- Invalid request parameters.ListVodSourcesResult listVodSources(ListVodSourcesRequest listVodSourcesRequest)
Lists all the VOD sources in a source location.
listVodSourcesRequest
- PutChannelPolicyResult putChannelPolicy(PutChannelPolicyRequest putChannelPolicyRequest)
Creates an IAM policy for the channel.
putChannelPolicyRequest
- PutPlaybackConfigurationResult putPlaybackConfiguration(PutPlaybackConfigurationRequest putPlaybackConfigurationRequest)
Adds a new playback configuration to AWS Elemental MediaTailor.
putPlaybackConfigurationRequest
- StartChannelResult startChannel(StartChannelRequest startChannelRequest)
Starts a specific channel.
startChannelRequest
- StopChannelResult stopChannel(StopChannelRequest stopChannelRequest)
Stops a specific channel.
stopChannelRequest
- TagResourceResult tagResource(TagResourceRequest tagResourceRequest)
Adds tags to the specified playback configuration resource. You can specify one or more tags to add.
tagResourceRequest
- BadRequestException
- Invalid request parameters.UntagResourceResult untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from the specified playback configuration resource. You can specify one or more tags to remove.
untagResourceRequest
- BadRequestException
- Invalid request parameters.UpdateChannelResult updateChannel(UpdateChannelRequest updateChannelRequest)
Updates an existing channel.
updateChannelRequest
- UpdateSourceLocationResult updateSourceLocation(UpdateSourceLocationRequest updateSourceLocationRequest)
Updates a source location on a specific channel.
updateSourceLocationRequest
- UpdateVodSourceResult updateVodSource(UpdateVodSourceRequest updateVodSourceRequest)
Updates a specific VOD source in a specific source location.
updateVodSourceRequest
- void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request
- The originally executed request.