libZSservicesZSamazonka-applicationcostprofilerZSamazonka-applicationcostprofiler
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ApplicationCostProfiler.GetReportDefinition

Description

Retrieves the definition of a report already configured in AWS Application Cost Profiler.

Synopsis

Creating a Request

data GetReportDefinition Source #

See: newGetReportDefinition smart constructor.

Constructors

GetReportDefinition' 

Fields

Instances

Instances details
Eq GetReportDefinition Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.GetReportDefinition

Read GetReportDefinition Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.GetReportDefinition

Show GetReportDefinition Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.GetReportDefinition

Generic GetReportDefinition Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.GetReportDefinition

Associated Types

type Rep GetReportDefinition :: Type -> Type #

NFData GetReportDefinition Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.GetReportDefinition

Methods

rnf :: GetReportDefinition -> () #

Hashable GetReportDefinition Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.GetReportDefinition

AWSRequest GetReportDefinition Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.GetReportDefinition

Associated Types

type AWSResponse GetReportDefinition #

ToHeaders GetReportDefinition Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.GetReportDefinition

ToPath GetReportDefinition Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.GetReportDefinition

ToQuery GetReportDefinition Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.GetReportDefinition

type Rep GetReportDefinition Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.GetReportDefinition

type Rep GetReportDefinition = D1 ('MetaData "GetReportDefinition" "Amazonka.ApplicationCostProfiler.GetReportDefinition" "libZSservicesZSamazonka-applicationcostprofilerZSamazonka-applicationcostprofiler" 'False) (C1 ('MetaCons "GetReportDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reportId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetReportDefinition Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.GetReportDefinition

newGetReportDefinition Source #

Create a value of GetReportDefinition 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:reportId:GetReportDefinition', getReportDefinition_reportId - ID of the report to retrieve.

Request Lenses

Destructuring the Response

data GetReportDefinitionResponse Source #

See: newGetReportDefinitionResponse smart constructor.

Constructors

GetReportDefinitionResponse' 

Fields

Instances

Instances details
Eq GetReportDefinitionResponse Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.GetReportDefinition

Read GetReportDefinitionResponse Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.GetReportDefinition

Show GetReportDefinitionResponse Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.GetReportDefinition

Generic GetReportDefinitionResponse Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.GetReportDefinition

Associated Types

type Rep GetReportDefinitionResponse :: Type -> Type #

NFData GetReportDefinitionResponse Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.GetReportDefinition

type Rep GetReportDefinitionResponse Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.GetReportDefinition

type Rep GetReportDefinitionResponse = D1 ('MetaData "GetReportDefinitionResponse" "Amazonka.ApplicationCostProfiler.GetReportDefinition" "libZSservicesZSamazonka-applicationcostprofilerZSamazonka-applicationcostprofiler" 'False) (C1 ('MetaCons "GetReportDefinitionResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "reportId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "reportDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "reportFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReportFrequency))) :*: ((S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Format) :*: S1 ('MetaSel ('Just "destinationS3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3Location)) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newGetReportDefinitionResponse Source #

Create a value of GetReportDefinitionResponse 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:httpStatus:GetReportDefinitionResponse', getReportDefinitionResponse_httpStatus - The response's http status code.

$sel:reportId:GetReportDefinition', getReportDefinitionResponse_reportId - ID of the report retrieved.

$sel:reportDescription:GetReportDefinitionResponse', getReportDefinitionResponse_reportDescription - Description of the report.

$sel:reportFrequency:GetReportDefinitionResponse', getReportDefinitionResponse_reportFrequency - Cadence used to generate the report.

$sel:format:GetReportDefinitionResponse', getReportDefinitionResponse_format - Format of the generated report.

$sel:destinationS3Location:GetReportDefinitionResponse', getReportDefinitionResponse_destinationS3Location - Amazon Simple Storage Service (Amazon S3) location where the report is uploaded.

$sel:createdAt:GetReportDefinitionResponse', getReportDefinitionResponse_createdAt - Timestamp (milliseconds) when this report definition was created.

$sel:lastUpdated:GetReportDefinitionResponse', getReportDefinitionResponse_lastUpdated - Timestamp (milliseconds) when this report definition was last updated.

Response Lenses

getReportDefinitionResponse_destinationS3Location :: Lens' GetReportDefinitionResponse S3Location Source #

Amazon Simple Storage Service (Amazon S3) location where the report is uploaded.

getReportDefinitionResponse_createdAt :: Lens' GetReportDefinitionResponse UTCTime Source #

Timestamp (milliseconds) when this report definition was created.

getReportDefinitionResponse_lastUpdated :: Lens' GetReportDefinitionResponse UTCTime Source #

Timestamp (milliseconds) when this report definition was last updated.