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 MetricSetSummary = MetricSetSummary' {}
- newMetricSetSummary :: MetricSetSummary
- metricSetSummary_creationTime :: Lens' MetricSetSummary (Maybe UTCTime)
- metricSetSummary_anomalyDetectorArn :: Lens' MetricSetSummary (Maybe Text)
- metricSetSummary_metricSetName :: Lens' MetricSetSummary (Maybe Text)
- metricSetSummary_metricSetDescription :: Lens' MetricSetSummary (Maybe Text)
- metricSetSummary_metricSetArn :: Lens' MetricSetSummary (Maybe Text)
- metricSetSummary_tags :: Lens' MetricSetSummary (Maybe (HashMap Text Text))
- metricSetSummary_lastModificationTime :: Lens' MetricSetSummary (Maybe UTCTime)
Documentation
data MetricSetSummary Source #
Contains information about a dataset.
See: newMetricSetSummary
smart constructor.
MetricSetSummary' | |
|
Instances
newMetricSetSummary :: MetricSetSummary Source #
Create a value of MetricSetSummary
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:creationTime:MetricSetSummary'
, metricSetSummary_creationTime
- The time at which the dataset was created.
$sel:anomalyDetectorArn:MetricSetSummary'
, metricSetSummary_anomalyDetectorArn
- The ARN of the detector to which the dataset belongs.
$sel:metricSetName:MetricSetSummary'
, metricSetSummary_metricSetName
- The name of the dataset.
$sel:metricSetDescription:MetricSetSummary'
, metricSetSummary_metricSetDescription
- The description of the dataset.
$sel:metricSetArn:MetricSetSummary'
, metricSetSummary_metricSetArn
- The ARN of the dataset.
$sel:tags:MetricSetSummary'
, metricSetSummary_tags
- The dataset's
tags.
$sel:lastModificationTime:MetricSetSummary'
, metricSetSummary_lastModificationTime
- The time at which the dataset was last modified.
metricSetSummary_creationTime :: Lens' MetricSetSummary (Maybe UTCTime) Source #
The time at which the dataset was created.
metricSetSummary_anomalyDetectorArn :: Lens' MetricSetSummary (Maybe Text) Source #
The ARN of the detector to which the dataset belongs.
metricSetSummary_metricSetName :: Lens' MetricSetSummary (Maybe Text) Source #
The name of the dataset.
metricSetSummary_metricSetDescription :: Lens' MetricSetSummary (Maybe Text) Source #
The description of the dataset.
metricSetSummary_metricSetArn :: Lens' MetricSetSummary (Maybe Text) Source #
The ARN of the dataset.
metricSetSummary_tags :: Lens' MetricSetSummary (Maybe (HashMap Text Text)) Source #
The dataset's tags.
metricSetSummary_lastModificationTime :: Lens' MetricSetSummary (Maybe UTCTime) Source #
The time at which the dataset was last modified.