![]() |
![]()
| ![]() |
![]()
NAMEPaws::SavingsPlans - Perl Interface to AWS AWS Savings Plans SYNOPSISuse Paws; my $obj = Paws->service('SavingsPlans'); my $res = $obj->Method( Arg1 => $val1, Arg2 => [ 'V1', 'V2' ], # if Arg3 is an object, the HashRef will be used as arguments to the constructor # of the arguments type Arg3 => { Att1 => 'Val1' }, # if Arg4 is an array of objects, the HashRefs will be passed as arguments to # the constructor of the arguments type Arg4 => [ { Att1 => 'Val1' }, { Att1 => 'Val2' } ], ); DESCRIPTIONSavings 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 (https://docs.aws.amazon.com/savingsplans/latest/userguide/). For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/savingsplans-2019-06-28> METHODSCreateSavingsPlan
Each argument is described in detail in: Paws::SavingsPlans::CreateSavingsPlan Returns: a Paws::SavingsPlans::CreateSavingsPlanResponse instance Creates a Savings Plan. DeleteQueuedSavingsPlanEach argument is described in detail in: Paws::SavingsPlans::DeleteQueuedSavingsPlan Returns: a Paws::SavingsPlans::DeleteQueuedSavingsPlanResponse instance Deletes the queued purchase for the specified Savings Plan. DescribeSavingsPlanRates
Each argument is described in detail in: Paws::SavingsPlans::DescribeSavingsPlanRates Returns: a Paws::SavingsPlans::DescribeSavingsPlanRatesResponse instance Describes the specified Savings Plans rates. DescribeSavingsPlans
Each argument is described in detail in: Paws::SavingsPlans::DescribeSavingsPlans Returns: a Paws::SavingsPlans::DescribeSavingsPlansResponse instance Describes the specified Savings Plans. DescribeSavingsPlansOfferingRates
Each argument is described in detail in: Paws::SavingsPlans::DescribeSavingsPlansOfferingRates Returns: a Paws::SavingsPlans::DescribeSavingsPlansOfferingRatesResponse instance Describes the specified Savings Plans offering rates. DescribeSavingsPlansOfferings
Each argument is described in detail in: Paws::SavingsPlans::DescribeSavingsPlansOfferings Returns: a Paws::SavingsPlans::DescribeSavingsPlansOfferingsResponse instance Describes the specified Savings Plans offerings. ListTagsForResourceEach argument is described in detail in: Paws::SavingsPlans::ListTagsForResource Returns: a Paws::SavingsPlans::ListTagsForResourceResponse instance Lists the tags for the specified resource. TagResourceEach argument is described in detail in: Paws::SavingsPlans::TagResource Returns: a Paws::SavingsPlans::TagResourceResponse instance Adds the specified tags to the specified resource. UntagResourceEach argument is described in detail in: Paws::SavingsPlans::UntagResource Returns: a Paws::SavingsPlans::UntagResourceResponse instance Removes the specified tags from the specified resource. PAGINATORSPaginator methods are helpers that repetively call methods that return partial results SEE ALSOThis service class forms part of Paws BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|