logo
pub trait MediaTailor {
Show 31 methods fn create_channel<'life0, 'async_trait>(
        &'life0 self,
        input: CreateChannelRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateChannelResponse, RusotoError<CreateChannelError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn create_program<'life0, 'async_trait>(
        &'life0 self,
        input: CreateProgramRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateProgramResponse, RusotoError<CreateProgramError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn create_source_location<'life0, 'async_trait>(
        &'life0 self,
        input: CreateSourceLocationRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateSourceLocationResponse, RusotoError<CreateSourceLocationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn create_vod_source<'life0, 'async_trait>(
        &'life0 self,
        input: CreateVodSourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateVodSourceResponse, RusotoError<CreateVodSourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_channel<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteChannelRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteChannelResponse, RusotoError<DeleteChannelError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_channel_policy<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteChannelPolicyRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteChannelPolicyResponse, RusotoError<DeleteChannelPolicyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_playback_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: DeletePlaybackConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeletePlaybackConfigurationResponse, RusotoError<DeletePlaybackConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_program<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteProgramRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteProgramResponse, RusotoError<DeleteProgramError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_source_location<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteSourceLocationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteSourceLocationResponse, RusotoError<DeleteSourceLocationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_vod_source<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteVodSourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteVodSourceResponse, RusotoError<DeleteVodSourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn describe_channel<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeChannelRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeChannelResponse, RusotoError<DescribeChannelError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn describe_program<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeProgramRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeProgramResponse, RusotoError<DescribeProgramError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn describe_source_location<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeSourceLocationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeSourceLocationResponse, RusotoError<DescribeSourceLocationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn describe_vod_source<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeVodSourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeVodSourceResponse, RusotoError<DescribeVodSourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_channel_policy<'life0, 'async_trait>(
        &'life0 self,
        input: GetChannelPolicyRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetChannelPolicyResponse, RusotoError<GetChannelPolicyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_channel_schedule<'life0, 'async_trait>(
        &'life0 self,
        input: GetChannelScheduleRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetChannelScheduleResponse, RusotoError<GetChannelScheduleError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_playback_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: GetPlaybackConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetPlaybackConfigurationResponse, RusotoError<GetPlaybackConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn list_channels<'life0, 'async_trait>(
        &'life0 self,
        input: ListChannelsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListChannelsResponse, RusotoError<ListChannelsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn list_playback_configurations<'life0, 'async_trait>(
        &'life0 self,
        input: ListPlaybackConfigurationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListPlaybackConfigurationsResponse, RusotoError<ListPlaybackConfigurationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn list_source_locations<'life0, 'async_trait>(
        &'life0 self,
        input: ListSourceLocationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListSourceLocationsResponse, RusotoError<ListSourceLocationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn list_tags_for_resource<'life0, 'async_trait>(
        &'life0 self,
        input: ListTagsForResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn list_vod_sources<'life0, 'async_trait>(
        &'life0 self,
        input: ListVodSourcesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListVodSourcesResponse, RusotoError<ListVodSourcesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn put_channel_policy<'life0, 'async_trait>(
        &'life0 self,
        input: PutChannelPolicyRequest
    ) -> Pin<Box<dyn Future<Output = Result<PutChannelPolicyResponse, RusotoError<PutChannelPolicyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn put_playback_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: PutPlaybackConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<PutPlaybackConfigurationResponse, RusotoError<PutPlaybackConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn start_channel<'life0, 'async_trait>(
        &'life0 self,
        input: StartChannelRequest
    ) -> Pin<Box<dyn Future<Output = Result<StartChannelResponse, RusotoError<StartChannelError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn stop_channel<'life0, 'async_trait>(
        &'life0 self,
        input: StopChannelRequest
    ) -> Pin<Box<dyn Future<Output = Result<StopChannelResponse, RusotoError<StopChannelError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn tag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: TagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<TagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn untag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: UntagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UntagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn update_channel<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateChannelRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateChannelResponse, RusotoError<UpdateChannelError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn update_source_location<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateSourceLocationRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateSourceLocationResponse, RusotoError<UpdateSourceLocationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn update_vod_source<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateVodSourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateVodSourceResponse, RusotoError<UpdateVodSourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
}
Expand description

Trait representing the capabilities of the MediaTailor API. MediaTailor clients implement this trait.

Required Methods

Creates a channel.

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. You must stop the channel before it can be deleted.

Deletes a channel's IAM policy.

Deletes the playback configuration for the specified name.

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.

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.

Retrieves a list of channels that are associated with this account.

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.

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. 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.

Updates a source location on a specific channel.

Updates a specific VOD source in a specific source location.

Implementors