[][src]Crate rusoto_savingsplans

Savings Plans are a pricing model that offer significant savings on AWS usage (for example, on Amazon EC2 instances). You commit to a consistent amount of usage, in USD per hour, for a term of 1 or 3 years, and receive a lower price for that usage. For more information, see the AWS Savings Plans User Guide.

If you're using the service, you're probably looking for SavingsPlansClient and SavingsPlans.

Structs

CreateSavingsPlanRequest
CreateSavingsPlanResponse
DescribeSavingsPlanRatesRequest
DescribeSavingsPlanRatesResponse
DescribeSavingsPlansOfferingRatesRequest
DescribeSavingsPlansOfferingRatesResponse
DescribeSavingsPlansOfferingsRequest
DescribeSavingsPlansOfferingsResponse
DescribeSavingsPlansRequest
DescribeSavingsPlansResponse
ListTagsForResourceRequest
ListTagsForResourceResponse
ParentSavingsPlanOffering

Information about a Savings Plan offering.

SavingsPlan

Information about a Savings Plan.

SavingsPlanFilter

Information about a filter.

SavingsPlanOffering

Information about a Savings Plan offering.

SavingsPlanOfferingFilterElement

Information about a filter.

SavingsPlanOfferingProperty

Information about a property.

SavingsPlanOfferingRate

Information about a Savings Plan offering rate.

SavingsPlanOfferingRateFilterElement

Information about a filter.

SavingsPlanOfferingRateProperty

Information about a property.

SavingsPlanRate

Information about a Savings Plan rate.

SavingsPlanRateFilter

Information about a filter.

SavingsPlanRateProperty

Information about a property.

SavingsPlansClient

A client for the AWSSavingsPlans API.

TagResourceRequest
TagResourceResponse
UntagResourceRequest
UntagResourceResponse

Enums

CreateSavingsPlanError

Errors returned by CreateSavingsPlan

DescribeSavingsPlanRatesError

Errors returned by DescribeSavingsPlanRates

DescribeSavingsPlansError

Errors returned by DescribeSavingsPlans

DescribeSavingsPlansOfferingRatesError

Errors returned by DescribeSavingsPlansOfferingRates

DescribeSavingsPlansOfferingsError

Errors returned by DescribeSavingsPlansOfferings

ListTagsForResourceError

Errors returned by ListTagsForResource

TagResourceError

Errors returned by TagResource

UntagResourceError

Errors returned by UntagResource

Traits

SavingsPlans

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