| 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.Connect.Types.HistoricalMetric
Description
Synopsis
- data HistoricalMetric = HistoricalMetric' {}
- newHistoricalMetric :: HistoricalMetric
- historicalMetric_name :: Lens' HistoricalMetric (Maybe HistoricalMetricName)
- historicalMetric_statistic :: Lens' HistoricalMetric (Maybe Statistic)
- historicalMetric_threshold :: Lens' HistoricalMetric (Maybe Threshold)
- historicalMetric_unit :: Lens' HistoricalMetric (Maybe Unit)
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.
Constructors
| HistoricalMetric' | |
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:statistic:HistoricalMetric', historicalMetric_statistic - The statistic for 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.
historicalMetric_name :: Lens' HistoricalMetric (Maybe HistoricalMetricName) Source #
The name of the metric.
historicalMetric_statistic :: Lens' HistoricalMetric (Maybe Statistic) Source #
The statistic for 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.