| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AlexaBusiness.Types.BusinessReport
Description
Synopsis
- data BusinessReport = BusinessReport' {}
- newBusinessReport :: BusinessReport
- businessReport_deliveryTime :: Lens' BusinessReport (Maybe UTCTime)
- businessReport_downloadUrl :: Lens' BusinessReport (Maybe Text)
- businessReport_failureCode :: Lens' BusinessReport (Maybe BusinessReportFailureCode)
- businessReport_s3Location :: Lens' BusinessReport (Maybe BusinessReportS3Location)
- businessReport_status :: Lens' BusinessReport (Maybe BusinessReportStatus)
Documentation
data BusinessReport Source #
Usage report with specified parameters.
See: newBusinessReport smart constructor.
Constructors
| BusinessReport' | |
Fields
| |
Instances
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: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:failureCode:BusinessReport', businessReport_failureCode - The failure code.
$sel:s3Location:BusinessReport', businessReport_s3Location - The S3 location of the output reports.
$sel:status:BusinessReport', businessReport_status - The status of the report generation execution (RUNNING, SUCCEEDED, or
FAILED).
businessReport_deliveryTime :: Lens' BusinessReport (Maybe UTCTime) Source #
The time of report delivery.
businessReport_downloadUrl :: Lens' BusinessReport (Maybe Text) Source #
The download link where a user can download the report.
businessReport_failureCode :: Lens' BusinessReport (Maybe BusinessReportFailureCode) Source #
The failure code.
businessReport_s3Location :: Lens' BusinessReport (Maybe BusinessReportS3Location) Source #
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).