amazonka-billingconductor-2.0: Amazon BillingConductor SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.BillingConductor.ListBillingGroupCostReports

Description

A paginated call to retrieve a summary report of actual Amazon Web Services charges and the calculated Amazon Web Services charges based on the associated pricing plan of a billing group.

This operation returns paginated results.

Synopsis

Creating a Request

data ListBillingGroupCostReports Source #

See: newListBillingGroupCostReports smart constructor.

Constructors

ListBillingGroupCostReports' 

Fields

Instances

Instances details
ToJSON ListBillingGroupCostReports Source # 
Instance details

Defined in Amazonka.BillingConductor.ListBillingGroupCostReports

ToHeaders ListBillingGroupCostReports Source # 
Instance details

Defined in Amazonka.BillingConductor.ListBillingGroupCostReports

ToPath ListBillingGroupCostReports Source # 
Instance details

Defined in Amazonka.BillingConductor.ListBillingGroupCostReports

ToQuery ListBillingGroupCostReports Source # 
Instance details

Defined in Amazonka.BillingConductor.ListBillingGroupCostReports

AWSPager ListBillingGroupCostReports Source # 
Instance details

Defined in Amazonka.BillingConductor.ListBillingGroupCostReports

AWSRequest ListBillingGroupCostReports Source # 
Instance details

Defined in Amazonka.BillingConductor.ListBillingGroupCostReports

Generic ListBillingGroupCostReports Source # 
Instance details

Defined in Amazonka.BillingConductor.ListBillingGroupCostReports

Associated Types

type Rep ListBillingGroupCostReports :: Type -> Type #

Read ListBillingGroupCostReports Source # 
Instance details

Defined in Amazonka.BillingConductor.ListBillingGroupCostReports

Show ListBillingGroupCostReports Source # 
Instance details

Defined in Amazonka.BillingConductor.ListBillingGroupCostReports

NFData ListBillingGroupCostReports Source # 
Instance details

Defined in Amazonka.BillingConductor.ListBillingGroupCostReports

Eq ListBillingGroupCostReports Source # 
Instance details

Defined in Amazonka.BillingConductor.ListBillingGroupCostReports

Hashable ListBillingGroupCostReports Source # 
Instance details

Defined in Amazonka.BillingConductor.ListBillingGroupCostReports

type AWSResponse ListBillingGroupCostReports Source # 
Instance details

Defined in Amazonka.BillingConductor.ListBillingGroupCostReports

type Rep ListBillingGroupCostReports Source # 
Instance details

Defined in Amazonka.BillingConductor.ListBillingGroupCostReports

type Rep ListBillingGroupCostReports = D1 ('MetaData "ListBillingGroupCostReports" "Amazonka.BillingConductor.ListBillingGroupCostReports" "amazonka-billingconductor-2.0-1YoxVi69FkN1Nj28JbXXJ5" 'False) (C1 ('MetaCons "ListBillingGroupCostReports'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "billingPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListBillingGroupCostReportsFilter))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListBillingGroupCostReports :: ListBillingGroupCostReports Source #

Create a value of ListBillingGroupCostReports with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:billingPeriod:ListBillingGroupCostReports', listBillingGroupCostReports_billingPeriod - The preferred billing period for your report.

$sel:filters:ListBillingGroupCostReports', listBillingGroupCostReports_filters - A ListBillingGroupCostReportsFilter to specify billing groups to retrieve reports from.

$sel:maxResults:ListBillingGroupCostReports', listBillingGroupCostReports_maxResults - The maximum number of reports to retrieve.

ListBillingGroupCostReports, listBillingGroupCostReports_nextToken - The pagination token that's used on subsequent calls to get reports.

Request Lenses

listBillingGroupCostReports_filters :: Lens' ListBillingGroupCostReports (Maybe ListBillingGroupCostReportsFilter) Source #

A ListBillingGroupCostReportsFilter to specify billing groups to retrieve reports from.

listBillingGroupCostReports_nextToken :: Lens' ListBillingGroupCostReports (Maybe Text) Source #

The pagination token that's used on subsequent calls to get reports.

Destructuring the Response

data ListBillingGroupCostReportsResponse Source #

Constructors

ListBillingGroupCostReportsResponse' 

Fields

Instances

Instances details
Generic ListBillingGroupCostReportsResponse Source # 
Instance details

Defined in Amazonka.BillingConductor.ListBillingGroupCostReports

Read ListBillingGroupCostReportsResponse Source # 
Instance details

Defined in Amazonka.BillingConductor.ListBillingGroupCostReports

Show ListBillingGroupCostReportsResponse Source # 
Instance details

Defined in Amazonka.BillingConductor.ListBillingGroupCostReports

NFData ListBillingGroupCostReportsResponse Source # 
Instance details

Defined in Amazonka.BillingConductor.ListBillingGroupCostReports

Eq ListBillingGroupCostReportsResponse Source # 
Instance details

Defined in Amazonka.BillingConductor.ListBillingGroupCostReports

type Rep ListBillingGroupCostReportsResponse Source # 
Instance details

Defined in Amazonka.BillingConductor.ListBillingGroupCostReports

type Rep ListBillingGroupCostReportsResponse = D1 ('MetaData "ListBillingGroupCostReportsResponse" "Amazonka.BillingConductor.ListBillingGroupCostReports" "amazonka-billingconductor-2.0-1YoxVi69FkN1Nj28JbXXJ5" 'False) (C1 ('MetaCons "ListBillingGroupCostReportsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "billingGroupCostReports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BillingGroupCostReportElement])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListBillingGroupCostReportsResponse Source #

Create a value of ListBillingGroupCostReportsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:billingGroupCostReports:ListBillingGroupCostReportsResponse', listBillingGroupCostReportsResponse_billingGroupCostReports - A list of BillingGroupCostReportElement retrieved.

ListBillingGroupCostReports, listBillingGroupCostReportsResponse_nextToken - The pagination token that's used on subsequent calls to get reports.

$sel:httpStatus:ListBillingGroupCostReportsResponse', listBillingGroupCostReportsResponse_httpStatus - The response's http status code.

Response Lenses

listBillingGroupCostReportsResponse_nextToken :: Lens' ListBillingGroupCostReportsResponse (Maybe Text) Source #

The pagination token that's used on subsequent calls to get reports.