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 HistoricalMetric = HistoricalMetric' {}
- newHistoricalMetric :: HistoricalMetric
- historicalMetric_name :: Lens' HistoricalMetric (Maybe HistoricalMetricName)
- historicalMetric_threshold :: Lens' HistoricalMetric (Maybe Threshold)
- historicalMetric_unit :: Lens' HistoricalMetric (Maybe Unit)
- historicalMetric_statistic :: Lens' HistoricalMetric (Maybe Statistic)
Documentation
data HistoricalMetric Source #
Contains information about a historical metric. For a description of each metric, see Historical Metrics Definitions in the Amazon Connect Administrator Guide.
See: newHistoricalMetric
smart constructor.
Instances
newHistoricalMetric :: HistoricalMetric Source #
Create a value of HistoricalMetric
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:name:HistoricalMetric'
, historicalMetric_name
- The name of the metric.
$sel:threshold:HistoricalMetric'
, historicalMetric_threshold
- The threshold for the metric, used with service level metrics.
$sel:unit:HistoricalMetric'
, historicalMetric_unit
- The unit for the metric.
$sel:statistic:HistoricalMetric'
, historicalMetric_statistic
- The statistic for the metric.
historicalMetric_name :: Lens' HistoricalMetric (Maybe HistoricalMetricName) Source #
The name of the metric.
historicalMetric_threshold :: Lens' HistoricalMetric (Maybe Threshold) Source #
The threshold for the metric, used with service level metrics.
historicalMetric_unit :: Lens' HistoricalMetric (Maybe Unit) Source #
The unit for the metric.
historicalMetric_statistic :: Lens' HistoricalMetric (Maybe Statistic) Source #
The statistic for the metric.