GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::SavingsPlans(3) User Contributed Perl Documentation Paws::SavingsPlans(3)

Paws::SavingsPlans - Perl Interface to AWS AWS Savings Plans

  use 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' } ],
  );

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 (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>

[ClientToken => Str]
[PurchaseTime => Str]
[Tags => Paws::SavingsPlans::TagMap]
[UpfrontPaymentAmount => Str]

Each argument is described in detail in: Paws::SavingsPlans::CreateSavingsPlan

Returns: a Paws::SavingsPlans::CreateSavingsPlanResponse instance

Creates a Savings Plan.

Each argument is described in detail in: Paws::SavingsPlans::DeleteQueuedSavingsPlan

Returns: a Paws::SavingsPlans::DeleteQueuedSavingsPlanResponse instance

Deletes the queued purchase for the specified Savings Plan.

[Filters => ArrayRef[Paws::SavingsPlans::SavingsPlanRateFilter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SavingsPlans::DescribeSavingsPlanRates

Returns: a Paws::SavingsPlans::DescribeSavingsPlanRatesResponse instance

Describes the specified Savings Plans rates.

[Filters => ArrayRef[Paws::SavingsPlans::SavingsPlanFilter]]
[MaxResults => Int]
[NextToken => Str]
[SavingsPlanArns => ArrayRef[Str|Undef]]
[SavingsPlanIds => ArrayRef[Str|Undef]]
[States => ArrayRef[Str|Undef]]

Each argument is described in detail in: Paws::SavingsPlans::DescribeSavingsPlans

Returns: a Paws::SavingsPlans::DescribeSavingsPlansResponse instance

Describes the specified Savings Plans.

[Filters => ArrayRef[Paws::SavingsPlans::SavingsPlanOfferingRateFilterElement]]
[MaxResults => Int]
[NextToken => Str]
[Operations => ArrayRef[Str|Undef]]
[Products => ArrayRef[Str|Undef]]
[SavingsPlanOfferingIds => ArrayRef[Str|Undef]]
[SavingsPlanPaymentOptions => ArrayRef[Str|Undef]]
[SavingsPlanTypes => ArrayRef[Str|Undef]]
[ServiceCodes => ArrayRef[Str|Undef]]
[UsageTypes => ArrayRef[Str|Undef]]

Each argument is described in detail in: Paws::SavingsPlans::DescribeSavingsPlansOfferingRates

Returns: a Paws::SavingsPlans::DescribeSavingsPlansOfferingRatesResponse instance

Describes the specified Savings Plans offering rates.

[Currencies => ArrayRef[Str|Undef]]
[Descriptions => ArrayRef[Str|Undef]]
[Durations => ArrayRef[Int]]
[Filters => ArrayRef[Paws::SavingsPlans::SavingsPlanOfferingFilterElement]]
[MaxResults => Int]
[NextToken => Str]
[OfferingIds => ArrayRef[Str|Undef]]
[Operations => ArrayRef[Str|Undef]]
[PaymentOptions => ArrayRef[Str|Undef]]
[PlanTypes => ArrayRef[Str|Undef]]
[ProductType => Str]
[ServiceCodes => ArrayRef[Str|Undef]]
[UsageTypes => ArrayRef[Str|Undef]]

Each argument is described in detail in: Paws::SavingsPlans::DescribeSavingsPlansOfferings

Returns: a Paws::SavingsPlans::DescribeSavingsPlansOfferingsResponse instance

Describes the specified Savings Plans offerings.

Each argument is described in detail in: Paws::SavingsPlans::ListTagsForResource

Returns: a Paws::SavingsPlans::ListTagsForResourceResponse instance

Lists the tags for the specified resource.

Each argument is described in detail in: Paws::SavingsPlans::TagResource

Returns: a Paws::SavingsPlans::TagResourceResponse instance

Adds the specified tags to the specified resource.

Each argument is described in detail in: Paws::SavingsPlans::UntagResource

Returns: a Paws::SavingsPlans::UntagResourceResponse instance

Removes the specified tags from the specified resource.

Paginator methods are helpers that repetively call methods that return partial results

This service class forms part of Paws

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.