[][src]Struct rusoto_mediapackage_vod::MediaPackageVodClient

pub struct MediaPackageVodClient { /* fields omitted */ }

A client for the MediaPackage Vod API.

Implementations

impl MediaPackageVodClient[src]

pub fn new(region: Region) -> MediaPackageVodClient[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
) -> MediaPackageVodClient where
    P: ProvideAwsCredentials + Send + Sync + 'static,
    D: DispatchSignedRequest + Send + Sync + 'static, 
[src]

pub fn new_with_client(client: Client, region: Region) -> MediaPackageVodClient[src]

Trait Implementations

impl Clone for MediaPackageVodClient[src]

impl MediaPackageVod for MediaPackageVodClient[src]

fn create_asset<'life0, 'async_trait>(
    &'life0 self,
    input: CreateAssetRequest
) -> Pin<Box<dyn Future<Output = Result<CreateAssetResponse, RusotoError<CreateAssetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new MediaPackage VOD Asset resource.

fn create_packaging_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: CreatePackagingConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<CreatePackagingConfigurationResponse, RusotoError<CreatePackagingConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new MediaPackage VOD PackagingConfiguration resource.

fn create_packaging_group<'life0, 'async_trait>(
    &'life0 self,
    input: CreatePackagingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<CreatePackagingGroupResponse, RusotoError<CreatePackagingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new MediaPackage VOD PackagingGroup resource.

fn delete_asset<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteAssetRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteAssetResponse, RusotoError<DeleteAssetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes an existing MediaPackage VOD Asset resource.

fn delete_packaging_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: DeletePackagingConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<DeletePackagingConfigurationResponse, RusotoError<DeletePackagingConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a MediaPackage VOD PackagingConfiguration resource.

fn delete_packaging_group<'life0, 'async_trait>(
    &'life0 self,
    input: DeletePackagingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<DeletePackagingGroupResponse, RusotoError<DeletePackagingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a MediaPackage VOD PackagingGroup resource.

fn describe_asset<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAssetRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAssetResponse, RusotoError<DescribeAssetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a description of a MediaPackage VOD Asset resource.

fn describe_packaging_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: DescribePackagingConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<DescribePackagingConfigurationResponse, RusotoError<DescribePackagingConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a description of a MediaPackage VOD PackagingConfiguration resource.

fn describe_packaging_group<'life0, 'async_trait>(
    &'life0 self,
    input: DescribePackagingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<DescribePackagingGroupResponse, RusotoError<DescribePackagingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a description of a MediaPackage VOD PackagingGroup resource.

fn list_assets<'life0, 'async_trait>(
    &'life0 self,
    input: ListAssetsRequest
) -> Pin<Box<dyn Future<Output = Result<ListAssetsResponse, RusotoError<ListAssetsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a collection of MediaPackage VOD Asset resources.

fn list_packaging_configurations<'life0, 'async_trait>(
    &'life0 self,
    input: ListPackagingConfigurationsRequest
) -> Pin<Box<dyn Future<Output = Result<ListPackagingConfigurationsResponse, RusotoError<ListPackagingConfigurationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a collection of MediaPackage VOD PackagingConfiguration resources.

fn list_packaging_groups<'life0, 'async_trait>(
    &'life0 self,
    input: ListPackagingGroupsRequest
) -> Pin<Box<dyn Future<Output = Result<ListPackagingGroupsResponse, RusotoError<ListPackagingGroupsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a collection of MediaPackage VOD PackagingGroup resources.

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, 
[src]

Returns a list of the tags assigned to the specified resource.

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, 
[src]

Adds tags to the specified resource. You can specify one or more tags to add.

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, 
[src]

Removes tags from the specified resource. You can specify one or more tags to remove.

fn update_packaging_group<'life0, 'async_trait>(
    &'life0 self,
    input: UpdatePackagingGroupRequest
) -> Pin<Box<dyn Future<Output = Result<UpdatePackagingGroupResponse, RusotoError<UpdatePackagingGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a specific packaging group. You can't change the id attribute or any other system-generated attributes.

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Sealed<T> for T where
    T: ?Sized

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.