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 Analysis = Analysis' {}
- newAnalysis :: Analysis
- analysis_status :: Lens' Analysis (Maybe ResourceStatus)
- analysis_themeArn :: Lens' Analysis (Maybe Text)
- analysis_dataSetArns :: Lens' Analysis (Maybe [Text])
- analysis_sheets :: Lens' Analysis (Maybe [Sheet])
- analysis_analysisId :: Lens' Analysis (Maybe Text)
- analysis_lastUpdatedTime :: Lens' Analysis (Maybe UTCTime)
- analysis_arn :: Lens' Analysis (Maybe Text)
- analysis_createdTime :: Lens' Analysis (Maybe UTCTime)
- analysis_name :: Lens' Analysis (Maybe Text)
- analysis_errors :: Lens' Analysis (Maybe (NonEmpty AnalysisError))
Documentation
Metadata structure for an analysis in Amazon QuickSight
See: newAnalysis
smart constructor.
Analysis' | |
|
Instances
newAnalysis :: Analysis Source #
Create a value of Analysis
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:Analysis'
, analysis_status
- Status associated with the analysis.
$sel:themeArn:Analysis'
, analysis_themeArn
- The ARN of the theme of the analysis.
$sel:dataSetArns:Analysis'
, analysis_dataSetArns
- The ARNs of the datasets of the analysis.
$sel:sheets:Analysis'
, analysis_sheets
- A list of the associated sheets with the unique identifier and name of
each sheet.
$sel:analysisId:Analysis'
, analysis_analysisId
- The ID of the analysis.
$sel:lastUpdatedTime:Analysis'
, analysis_lastUpdatedTime
- The time that the analysis was last updated.
$sel:arn:Analysis'
, analysis_arn
- The Amazon Resource Name (ARN) of the analysis.
$sel:createdTime:Analysis'
, analysis_createdTime
- The time that the analysis was created.
$sel:name:Analysis'
, analysis_name
- The descriptive name of the analysis.
$sel:errors:Analysis'
, analysis_errors
- Errors associated with the analysis.
analysis_status :: Lens' Analysis (Maybe ResourceStatus) Source #
Status associated with the analysis.
analysis_dataSetArns :: Lens' Analysis (Maybe [Text]) Source #
The ARNs of the datasets of the analysis.
analysis_sheets :: Lens' Analysis (Maybe [Sheet]) Source #
A list of the associated sheets with the unique identifier and name of each sheet.
analysis_lastUpdatedTime :: Lens' Analysis (Maybe UTCTime) Source #
The time that the analysis was last updated.
analysis_createdTime :: Lens' Analysis (Maybe UTCTime) Source #
The time that the analysis was created.
analysis_errors :: Lens' Analysis (Maybe (NonEmpty AnalysisError)) Source #
Errors associated with the analysis.