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