[][src]Trait rusoto_savingsplans::SavingsPlans

pub trait SavingsPlans {
#[must_use]    pub fn create_savings_plan<'life0, 'async_trait>(
        &'life0 self,
        input: CreateSavingsPlanRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateSavingsPlanResponse, RusotoError<CreateSavingsPlanError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_savings_plan_rates<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeSavingsPlanRatesRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeSavingsPlanRatesResponse, RusotoError<DescribeSavingsPlanRatesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_savings_plans<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeSavingsPlansRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeSavingsPlansResponse, RusotoError<DescribeSavingsPlansError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_savings_plans_offering_rates<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeSavingsPlansOfferingRatesRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeSavingsPlansOfferingRatesResponse, RusotoError<DescribeSavingsPlansOfferingRatesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_savings_plans_offerings<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeSavingsPlansOfferingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeSavingsPlansOfferingsResponse, RusotoError<DescribeSavingsPlansOfferingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub 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
;
#[must_use] pub fn tag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: TagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn untag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: UntagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

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

Required methods

#[must_use]pub fn create_savings_plan<'life0, 'async_trait>(
    &'life0 self,
    input: CreateSavingsPlanRequest
) -> Pin<Box<dyn Future<Output = Result<CreateSavingsPlanResponse, RusotoError<CreateSavingsPlanError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a Savings Plan.

#[must_use]pub fn describe_savings_plan_rates<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeSavingsPlanRatesRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeSavingsPlanRatesResponse, RusotoError<DescribeSavingsPlanRatesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the specified Savings Plans rates.

#[must_use]pub fn describe_savings_plans<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeSavingsPlansRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeSavingsPlansResponse, RusotoError<DescribeSavingsPlansError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the specified Savings Plans.

#[must_use]pub fn describe_savings_plans_offering_rates<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeSavingsPlansOfferingRatesRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeSavingsPlansOfferingRatesResponse, RusotoError<DescribeSavingsPlansOfferingRatesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the specified Savings Plans offering rates.

#[must_use]pub fn describe_savings_plans_offerings<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeSavingsPlansOfferingsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeSavingsPlansOfferingsResponse, RusotoError<DescribeSavingsPlansOfferingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the specified Savings Plans offerings.

#[must_use]pub 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]

Lists the tags for the specified resource.

#[must_use]pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds the specified tags to the specified resource.

#[must_use]pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes the specified tags from the specified resource.

Loading content...

Implementors

impl SavingsPlans for SavingsPlansClient[src]

pub fn create_savings_plan<'life0, 'async_trait>(
    &'life0 self,
    input: CreateSavingsPlanRequest
) -> Pin<Box<dyn Future<Output = Result<CreateSavingsPlanResponse, RusotoError<CreateSavingsPlanError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a Savings Plan.

pub fn describe_savings_plan_rates<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeSavingsPlanRatesRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeSavingsPlanRatesResponse, RusotoError<DescribeSavingsPlanRatesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the specified Savings Plans rates.

pub fn describe_savings_plans<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeSavingsPlansRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeSavingsPlansResponse, RusotoError<DescribeSavingsPlansError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the specified Savings Plans.

pub fn describe_savings_plans_offering_rates<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeSavingsPlansOfferingRatesRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeSavingsPlansOfferingRatesResponse, RusotoError<DescribeSavingsPlansOfferingRatesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the specified Savings Plans offering rates.

pub fn describe_savings_plans_offerings<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeSavingsPlansOfferingsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeSavingsPlansOfferingsResponse, RusotoError<DescribeSavingsPlansOfferingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the specified Savings Plans offerings.

pub 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]

Lists the tags for the specified resource.

pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds the specified tags to the specified resource.

pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes the specified tags from the specified resource.

Loading content...