Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data BusinessReport = BusinessReport' {}
- newBusinessReport :: BusinessReport
- businessReport_status :: Lens' BusinessReport (Maybe BusinessReportStatus)
- businessReport_failureCode :: Lens' BusinessReport (Maybe BusinessReportFailureCode)
- businessReport_deliveryTime :: Lens' BusinessReport (Maybe UTCTime)
- businessReport_downloadUrl :: Lens' BusinessReport (Maybe Text)
- businessReport_s3Location :: Lens' BusinessReport (Maybe BusinessReportS3Location)
Documentation
data BusinessReport Source #
Usage report with specified parameters.
See: newBusinessReport
smart constructor.
BusinessReport' | |
|
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: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_failureCode :: Lens' BusinessReport (Maybe BusinessReportFailureCode) Source #
The failure code.
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_s3Location :: Lens' BusinessReport (Maybe BusinessReportS3Location) Source #
The S3 location of the output reports.