NAME
Paws::CUR - Perl Interface to AWS AWS Cost and Usage Report Service
SYNOPSIS
use Paws;
my $obj = Paws->service('CUR');
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' } ],
);
DESCRIPTION
All public APIs for AWS Cost and Usage Report service
METHODS
DeleteReportDefinition([ReportName => Str])
Each argument is described in detail in: Paws::CUR::DeleteReportDefinition
Returns: a Paws::CUR::DeleteReportDefinitionResponse instance
Delete a specified report definition
DescribeReportDefinitions([MaxResults => Int, NextToken => Str])
Each argument is described in detail in: Paws::CUR::DescribeReportDefinitions
Returns: a Paws::CUR::DescribeReportDefinitionsResponse instance
Describe a list of report definitions owned by the account
PutReportDefinition(ReportDefinition => Paws::CUR::ReportDefinition)
Each argument is described in detail in: Paws::CUR::PutReportDefinition
Returns: a Paws::CUR::PutReportDefinitionResponse instance
Create a new report definition
PAGINATORS
Paginator methods are helpers that repetively call methods that return partial results
DescribeAllReportDefinitions(sub { },[MaxResults => Int, NextToken => Str])
DescribeAllReportDefinitions([MaxResults => Int, NextToken => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- ReportDefinitions, passing the object as the first parameter, and the string 'ReportDefinitions' as the second parameter
If not, it will return a a Paws::CUR::DescribeReportDefinitionsResponse instance with all the param
s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.
SEE ALSO
This service class forms part of Paws
BUGS and CONTRIBUTIONS
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