libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business
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.AlexaBusiness.Types.BusinessReport

Description

 
Synopsis

Documentation

data BusinessReport Source #

Usage report with specified parameters.

See: newBusinessReport smart constructor.

Constructors

BusinessReport' 

Fields

Instances

Instances details
Eq BusinessReport Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReport

Read BusinessReport Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReport

Show BusinessReport Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReport

Generic BusinessReport Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReport

Associated Types

type Rep BusinessReport :: Type -> Type #

NFData BusinessReport Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReport

Methods

rnf :: BusinessReport -> () #

Hashable BusinessReport Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReport

FromJSON BusinessReport Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReport

type Rep BusinessReport Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReport

type Rep BusinessReport = D1 ('MetaData "BusinessReport" "Amazonka.AlexaBusiness.Types.BusinessReport" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "BusinessReport'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BusinessReportStatus)) :*: S1 ('MetaSel ('Just "failureCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BusinessReportFailureCode))) :*: (S1 ('MetaSel ('Just "deliveryTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "downloadUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BusinessReportS3Location))))))

newBusinessReport :: BusinessReport Source #

Create a value of BusinessReport 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:status:BusinessReport', businessReport_status - The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).

$sel:failureCode:BusinessReport', businessReport_failureCode - The failure code.

$sel:deliveryTime:BusinessReport', businessReport_deliveryTime - The time of report delivery.

$sel:downloadUrl:BusinessReport', businessReport_downloadUrl - The download link where a user can download the report.

$sel:s3Location:BusinessReport', businessReport_s3Location - The S3 location of the output reports.

businessReport_status :: Lens' BusinessReport (Maybe BusinessReportStatus) Source #

The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).

businessReport_downloadUrl :: Lens' BusinessReport (Maybe Text) Source #

The download link where a user can download the report.