logo
pub struct MediaTailorClient { /* private fields */ }
Expand description

A client for the MediaTailor API.

Implementations

Creates a client backed by the default tokio event loop.

The client will use the default credentials provider and tls client.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more