[][src]Struct rusoto_medialive::MediaLiveClient

pub struct MediaLiveClient { /* fields omitted */ }

A client for the MediaLive API.

Methods

impl MediaLiveClient
[src]

Creates a client backed by the default tokio event loop.

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

Trait Implementations

impl MediaLive for MediaLiveClient
[src]

Creates a new channel

Create an input

Creates a Input Security Group

Starts deletion of channel. The associated outputs are also deleted.

Deletes the input end point

Deletes an Input Security Group

Delete an expired reservation.

Gets details about a channel

Produces details about an input

Produces a summary of an Input Security Group

Get details for an offering.

Get details for a reservation.

Produces list of channels that have been created

Produces a list of Input Security Groups for an account

Produces list of inputs that have been created

List offerings available for purchase.

List purchased reservations.

Purchase an offering and create a reservation.

Starts an existing channel

Stops a running channel

Updates a channel.

Updates an input.

Update an Input Security Group's Whilelists.

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

Should always be Self

impl<T> Erased for T