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 |
Documentation
data ReportWithRawData Source #
Contains the unmodified data for the report. For more information, see .
See: newReportWithRawData
smart constructor.
Instances
newReportWithRawData :: ReportWithRawData Source #
Create a value of ReportWithRawData
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:data':ReportWithRawData'
, reportWithRawData_data
- The value of the requested data field from the report.
$sel:reportArn:ReportWithRawData'
, reportWithRawData_reportArn
- The ARN of the report.
reportWithRawData_data :: Lens' ReportWithRawData (Maybe Text) Source #
The value of the requested data field from the report.
reportWithRawData_reportArn :: Lens' ReportWithRawData (Maybe Text) Source #
The ARN of the report.