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 AnalysisSummary = AnalysisSummary' {
- status :: Maybe ResourceStatus
- analysisId :: Maybe Text
- lastUpdatedTime :: Maybe POSIX
- arn :: Maybe Text
- createdTime :: Maybe POSIX
- name :: Maybe Text
- newAnalysisSummary :: AnalysisSummary
- analysisSummary_status :: Lens' AnalysisSummary (Maybe ResourceStatus)
- analysisSummary_analysisId :: Lens' AnalysisSummary (Maybe Text)
- analysisSummary_lastUpdatedTime :: Lens' AnalysisSummary (Maybe UTCTime)
- analysisSummary_arn :: Lens' AnalysisSummary (Maybe Text)
- analysisSummary_createdTime :: Lens' AnalysisSummary (Maybe UTCTime)
- analysisSummary_name :: Lens' AnalysisSummary (Maybe Text)
Documentation
data AnalysisSummary Source #
The summary metadata that describes an analysis.
See: newAnalysisSummary
smart constructor.
AnalysisSummary' | |
|
Instances
newAnalysisSummary :: AnalysisSummary Source #
Create a value of AnalysisSummary
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:AnalysisSummary'
, analysisSummary_status
- The last known status for the analysis.
$sel:analysisId:AnalysisSummary'
, analysisSummary_analysisId
- The ID of the analysis. This ID displays in the URL.
$sel:lastUpdatedTime:AnalysisSummary'
, analysisSummary_lastUpdatedTime
- The time that the analysis was last updated.
$sel:arn:AnalysisSummary'
, analysisSummary_arn
- The Amazon Resource Name (ARN) for the analysis.
$sel:createdTime:AnalysisSummary'
, analysisSummary_createdTime
- The time that the analysis was created.
$sel:name:AnalysisSummary'
, analysisSummary_name
- The name of the analysis. This name is displayed in the Amazon
QuickSight console.
analysisSummary_status :: Lens' AnalysisSummary (Maybe ResourceStatus) Source #
The last known status for the analysis.
analysisSummary_analysisId :: Lens' AnalysisSummary (Maybe Text) Source #
The ID of the analysis. This ID displays in the URL.
analysisSummary_lastUpdatedTime :: Lens' AnalysisSummary (Maybe UTCTime) Source #
The time that the analysis was last updated.
analysisSummary_arn :: Lens' AnalysisSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) for the analysis.
analysisSummary_createdTime :: Lens' AnalysisSummary (Maybe UTCTime) Source #
The time that the analysis was created.
analysisSummary_name :: Lens' AnalysisSummary (Maybe Text) Source #
The name of the analysis. This name is displayed in the Amazon QuickSight console.