[−][src]Struct rusoto_medialive::MediaLiveClient
A client for the MediaLive API.
Methods
impl MediaLiveClient
[src]
pub fn new(region: Region) -> MediaLiveClient
[src]
Creates a client backed by the default tokio event loop.
The client will use the default credentials provider and tls client.
pub fn new_with<P, D>(
request_dispatcher: D,
credentials_provider: P,
region: Region
) -> MediaLiveClient where
P: ProvideAwsCredentials + Send + Sync + 'static,
P::Future: Send,
D: DispatchSignedRequest + Send + Sync + 'static,
D::Future: Send,
[src]
request_dispatcher: D,
credentials_provider: P,
region: Region
) -> MediaLiveClient where
P: ProvideAwsCredentials + Send + Sync + 'static,
P::Future: Send,
D: DispatchSignedRequest + Send + Sync + 'static,
D::Future: Send,
Trait Implementations
impl MediaLive for MediaLiveClient
[src]
fn batch_update_schedule(
&self,
input: BatchUpdateScheduleRequest
) -> RusotoFuture<BatchUpdateScheduleResponse, BatchUpdateScheduleError>
[src]
&self,
input: BatchUpdateScheduleRequest
) -> RusotoFuture<BatchUpdateScheduleResponse, BatchUpdateScheduleError>
Update a channel schedule
fn create_channel(
&self,
input: CreateChannelRequest
) -> RusotoFuture<CreateChannelResponse, CreateChannelError>
[src]
&self,
input: CreateChannelRequest
) -> RusotoFuture<CreateChannelResponse, CreateChannelError>
Creates a new channel
fn create_input(
&self,
input: CreateInputRequest
) -> RusotoFuture<CreateInputResponse, CreateInputError>
[src]
&self,
input: CreateInputRequest
) -> RusotoFuture<CreateInputResponse, CreateInputError>
Create an input
fn create_input_security_group(
&self,
input: CreateInputSecurityGroupRequest
) -> RusotoFuture<CreateInputSecurityGroupResponse, CreateInputSecurityGroupError>
[src]
&self,
input: CreateInputSecurityGroupRequest
) -> RusotoFuture<CreateInputSecurityGroupResponse, CreateInputSecurityGroupError>
Creates a Input Security Group
fn create_tags(
&self,
input: CreateTagsRequest
) -> RusotoFuture<(), CreateTagsError>
[src]
&self,
input: CreateTagsRequest
) -> RusotoFuture<(), CreateTagsError>
Create tags for a resource
fn delete_channel(
&self,
input: DeleteChannelRequest
) -> RusotoFuture<DeleteChannelResponse, DeleteChannelError>
[src]
&self,
input: DeleteChannelRequest
) -> RusotoFuture<DeleteChannelResponse, DeleteChannelError>
Starts deletion of channel. The associated outputs are also deleted.
fn delete_input(
&self,
input: DeleteInputRequest
) -> RusotoFuture<DeleteInputResponse, DeleteInputError>
[src]
&self,
input: DeleteInputRequest
) -> RusotoFuture<DeleteInputResponse, DeleteInputError>
Deletes the input end point
fn delete_input_security_group(
&self,
input: DeleteInputSecurityGroupRequest
) -> RusotoFuture<DeleteInputSecurityGroupResponse, DeleteInputSecurityGroupError>
[src]
&self,
input: DeleteInputSecurityGroupRequest
) -> RusotoFuture<DeleteInputSecurityGroupResponse, DeleteInputSecurityGroupError>
Deletes an Input Security Group
fn delete_reservation(
&self,
input: DeleteReservationRequest
) -> RusotoFuture<DeleteReservationResponse, DeleteReservationError>
[src]
&self,
input: DeleteReservationRequest
) -> RusotoFuture<DeleteReservationResponse, DeleteReservationError>
Delete an expired reservation.
fn delete_schedule(
&self,
input: DeleteScheduleRequest
) -> RusotoFuture<DeleteScheduleResponse, DeleteScheduleError>
[src]
&self,
input: DeleteScheduleRequest
) -> RusotoFuture<DeleteScheduleResponse, DeleteScheduleError>
Delete all schedule actions on a channel.
fn delete_tags(
&self,
input: DeleteTagsRequest
) -> RusotoFuture<(), DeleteTagsError>
[src]
&self,
input: DeleteTagsRequest
) -> RusotoFuture<(), DeleteTagsError>
Removes tags for a resource
fn describe_channel(
&self,
input: DescribeChannelRequest
) -> RusotoFuture<DescribeChannelResponse, DescribeChannelError>
[src]
&self,
input: DescribeChannelRequest
) -> RusotoFuture<DescribeChannelResponse, DescribeChannelError>
Gets details about a channel
fn describe_input(
&self,
input: DescribeInputRequest
) -> RusotoFuture<DescribeInputResponse, DescribeInputError>
[src]
&self,
input: DescribeInputRequest
) -> RusotoFuture<DescribeInputResponse, DescribeInputError>
Produces details about an input
fn describe_input_security_group(
&self,
input: DescribeInputSecurityGroupRequest
) -> RusotoFuture<DescribeInputSecurityGroupResponse, DescribeInputSecurityGroupError>
[src]
&self,
input: DescribeInputSecurityGroupRequest
) -> RusotoFuture<DescribeInputSecurityGroupResponse, DescribeInputSecurityGroupError>
Produces a summary of an Input Security Group
fn describe_offering(
&self,
input: DescribeOfferingRequest
) -> RusotoFuture<DescribeOfferingResponse, DescribeOfferingError>
[src]
&self,
input: DescribeOfferingRequest
) -> RusotoFuture<DescribeOfferingResponse, DescribeOfferingError>
Get details for an offering.
fn describe_reservation(
&self,
input: DescribeReservationRequest
) -> RusotoFuture<DescribeReservationResponse, DescribeReservationError>
[src]
&self,
input: DescribeReservationRequest
) -> RusotoFuture<DescribeReservationResponse, DescribeReservationError>
Get details for a reservation.
fn describe_schedule(
&self,
input: DescribeScheduleRequest
) -> RusotoFuture<DescribeScheduleResponse, DescribeScheduleError>
[src]
&self,
input: DescribeScheduleRequest
) -> RusotoFuture<DescribeScheduleResponse, DescribeScheduleError>
Get a channel schedule
fn list_channels(
&self,
input: ListChannelsRequest
) -> RusotoFuture<ListChannelsResponse, ListChannelsError>
[src]
&self,
input: ListChannelsRequest
) -> RusotoFuture<ListChannelsResponse, ListChannelsError>
Produces list of channels that have been created
fn list_input_security_groups(
&self,
input: ListInputSecurityGroupsRequest
) -> RusotoFuture<ListInputSecurityGroupsResponse, ListInputSecurityGroupsError>
[src]
&self,
input: ListInputSecurityGroupsRequest
) -> RusotoFuture<ListInputSecurityGroupsResponse, ListInputSecurityGroupsError>
Produces a list of Input Security Groups for an account
fn list_inputs(
&self,
input: ListInputsRequest
) -> RusotoFuture<ListInputsResponse, ListInputsError>
[src]
&self,
input: ListInputsRequest
) -> RusotoFuture<ListInputsResponse, ListInputsError>
Produces list of inputs that have been created
fn list_offerings(
&self,
input: ListOfferingsRequest
) -> RusotoFuture<ListOfferingsResponse, ListOfferingsError>
[src]
&self,
input: ListOfferingsRequest
) -> RusotoFuture<ListOfferingsResponse, ListOfferingsError>
List offerings available for purchase.
fn list_reservations(
&self,
input: ListReservationsRequest
) -> RusotoFuture<ListReservationsResponse, ListReservationsError>
[src]
&self,
input: ListReservationsRequest
) -> RusotoFuture<ListReservationsResponse, ListReservationsError>
List purchased reservations.
fn list_tags_for_resource(
&self,
input: ListTagsForResourceRequest
) -> RusotoFuture<ListTagsForResourceResponse, ListTagsForResourceError>
[src]
&self,
input: ListTagsForResourceRequest
) -> RusotoFuture<ListTagsForResourceResponse, ListTagsForResourceError>
Produces list of tags that have been created for a resource
fn purchase_offering(
&self,
input: PurchaseOfferingRequest
) -> RusotoFuture<PurchaseOfferingResponse, PurchaseOfferingError>
[src]
&self,
input: PurchaseOfferingRequest
) -> RusotoFuture<PurchaseOfferingResponse, PurchaseOfferingError>
Purchase an offering and create a reservation.
fn start_channel(
&self,
input: StartChannelRequest
) -> RusotoFuture<StartChannelResponse, StartChannelError>
[src]
&self,
input: StartChannelRequest
) -> RusotoFuture<StartChannelResponse, StartChannelError>
Starts an existing channel
fn stop_channel(
&self,
input: StopChannelRequest
) -> RusotoFuture<StopChannelResponse, StopChannelError>
[src]
&self,
input: StopChannelRequest
) -> RusotoFuture<StopChannelResponse, StopChannelError>
Stops a running channel
fn update_channel(
&self,
input: UpdateChannelRequest
) -> RusotoFuture<UpdateChannelResponse, UpdateChannelError>
[src]
&self,
input: UpdateChannelRequest
) -> RusotoFuture<UpdateChannelResponse, UpdateChannelError>
Updates a channel.
fn update_channel_class(
&self,
input: UpdateChannelClassRequest
) -> RusotoFuture<UpdateChannelClassResponse, UpdateChannelClassError>
[src]
&self,
input: UpdateChannelClassRequest
) -> RusotoFuture<UpdateChannelClassResponse, UpdateChannelClassError>
Changes the class of the channel.
fn update_input(
&self,
input: UpdateInputRequest
) -> RusotoFuture<UpdateInputResponse, UpdateInputError>
[src]
&self,
input: UpdateInputRequest
) -> RusotoFuture<UpdateInputResponse, UpdateInputError>
Updates an input.
fn update_input_security_group(
&self,
input: UpdateInputSecurityGroupRequest
) -> RusotoFuture<UpdateInputSecurityGroupResponse, UpdateInputSecurityGroupError>
[src]
&self,
input: UpdateInputSecurityGroupRequest
) -> RusotoFuture<UpdateInputSecurityGroupResponse, UpdateInputSecurityGroupError>
Update an Input Security Group's Whilelists.
fn update_reservation(
&self,
input: UpdateReservationRequest
) -> RusotoFuture<UpdateReservationResponse, UpdateReservationError>
[src]
&self,
input: UpdateReservationRequest
) -> RusotoFuture<UpdateReservationResponse, UpdateReservationError>
Update reservation.
impl Clone for MediaLiveClient
[src]
fn clone(&self) -> MediaLiveClient
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for MediaLiveClient
impl Sync for MediaLiveClient
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self