PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::SavingsPlans; use Moose; sub service { 'savingsplans' } sub signing_name { 'savingsplans' } sub version { '2019-06-28' } sub flattened_arrays { 0 } has max_attempts => (is => 'ro', isa => 'Int', default => 5); has retry => (is => 'ro', isa => 'HashRef', default => sub { { base => 'rand', type => 'exponential', growth_factor => 2 } }); has retriables => (is => 'ro', isa => 'ArrayRef', default => sub { [ ] }); with 'Paws::API::Caller', 'Paws::API::EndpointResolver', 'Paws::Net::V4Signature', 'Paws::Net::RestJsonCaller'; sub CreateSavingsPlan { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SavingsPlans::CreateSavingsPlan', @_); return $self->caller->do_call($self, $call_object); } sub DeleteQueuedSavingsPlan { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SavingsPlans::DeleteQueuedSavingsPlan', @_); return $self->caller->do_call($self, $call_object); } sub DescribeSavingsPlanRates { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SavingsPlans::DescribeSavingsPlanRates', @_); return $self->caller->do_call($self, $call_object); } sub DescribeSavingsPlans { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SavingsPlans::DescribeSavingsPlans', @_); return $self->caller->do_call($self, $call_object); } sub DescribeSavingsPlansOfferingRates { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SavingsPlans::DescribeSavingsPlansOfferingRates', @_); return $self->caller->do_call($self, $call_object); } sub DescribeSavingsPlansOfferings { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SavingsPlans::DescribeSavingsPlansOfferings', @_); return $self->caller->do_call($self, $call_object); } sub ListTagsForResource { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SavingsPlans::ListTagsForResource', @_); return $self->caller->do_call($self, $call_object); } sub TagResource { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SavingsPlans::TagResource', @_); return $self->caller->do_call($self, $call_object); } sub UntagResource { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SavingsPlans::UntagResource', @_); return $self->caller->do_call($self, $call_object); } sub operations { qw/CreateSavingsPlan DeleteQueuedSavingsPlan DescribeSavingsPlanRates DescribeSavingsPlans DescribeSavingsPlansOfferingRates DescribeSavingsPlansOfferings ListTagsForResource TagResource UntagResource / } 1; ### main pod documentation begin ### =head1 NAME Paws::SavingsPlans - Perl Interface to AWS AWS Savings Plans =head1 SYNOPSIS 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' } ], ); =head1 DESCRIPTION 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 L =head1 METHODS =head2 CreateSavingsPlan =over =item Commitment => Str =item SavingsPlanOfferingId => Str =item [ClientToken => Str] =item [PurchaseTime => Str] =item [Tags => L] =item [UpfrontPaymentAmount => Str] =back Each argument is described in detail in: L Returns: a L instance Creates a Savings Plan. =head2 DeleteQueuedSavingsPlan =over =item SavingsPlanId => Str =back Each argument is described in detail in: L Returns: a L instance Deletes the queued purchase for the specified Savings Plan. =head2 DescribeSavingsPlanRates =over =item SavingsPlanId => Str =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Describes the specified Savings Plans rates. =head2 DescribeSavingsPlans =over =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =item [SavingsPlanArns => ArrayRef[Str|Undef]] =item [SavingsPlanIds => ArrayRef[Str|Undef]] =item [States => ArrayRef[Str|Undef]] =back Each argument is described in detail in: L Returns: a L instance Describes the specified Savings Plans. =head2 DescribeSavingsPlansOfferingRates =over =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =item [Operations => ArrayRef[Str|Undef]] =item [Products => ArrayRef[Str|Undef]] =item [SavingsPlanOfferingIds => ArrayRef[Str|Undef]] =item [SavingsPlanPaymentOptions => ArrayRef[Str|Undef]] =item [SavingsPlanTypes => ArrayRef[Str|Undef]] =item [ServiceCodes => ArrayRef[Str|Undef]] =item [UsageTypes => ArrayRef[Str|Undef]] =back Each argument is described in detail in: L Returns: a L instance Describes the specified Savings Plans offering rates. =head2 DescribeSavingsPlansOfferings =over =item [Currencies => ArrayRef[Str|Undef]] =item [Descriptions => ArrayRef[Str|Undef]] =item [Durations => ArrayRef[Int]] =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =item [OfferingIds => ArrayRef[Str|Undef]] =item [Operations => ArrayRef[Str|Undef]] =item [PaymentOptions => ArrayRef[Str|Undef]] =item [PlanTypes => ArrayRef[Str|Undef]] =item [ProductType => Str] =item [ServiceCodes => ArrayRef[Str|Undef]] =item [UsageTypes => ArrayRef[Str|Undef]] =back Each argument is described in detail in: L Returns: a L instance Describes the specified Savings Plans offerings. =head2 ListTagsForResource =over =item ResourceArn => Str =back Each argument is described in detail in: L Returns: a L instance Lists the tags for the specified resource. =head2 TagResource =over =item ResourceArn => Str =item Tags => L =back Each argument is described in detail in: L Returns: a L instance Adds the specified tags to the specified resource. =head2 UntagResource =over =item ResourceArn => Str =item TagKeys => ArrayRef[Str|Undef] =back Each argument is described in detail in: L Returns: a L instance Removes the specified tags from the specified resource. =head1 PAGINATORS Paginator methods are helpers that repetively call methods that return partial results =head1 SEE ALSO This service class forms part of L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut