| 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.EC2.Types.MetricPoint
Description
Synopsis
Documentation
data MetricPoint Source #
Indicates whether the network was healthy or unhealthy at a particular
point. The value is aggregated from the startDate to the endDate.
Currently only five_minutes is supported.
See: newMetricPoint smart constructor.
Constructors
| MetricPoint' | |
Fields
| |
Instances
newMetricPoint :: MetricPoint Source #
Create a value of MetricPoint 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:endDate:MetricPoint', metricPoint_endDate - The end date for the metric point. The ending time must be formatted as
yyyy-mm-ddThh:mm:ss. For example, 2022-06-12T12:00:00.000Z.
$sel:startDate:MetricPoint', metricPoint_startDate - The start date for the metric point. The starting date for the metric
point. The starting time must be formatted as yyyy-mm-ddThh:mm:ss. For
example, 2022-06-10T12:00:00.000Z.
$sel:status:MetricPoint', metricPoint_status - The status of the metric point.
MetricPoint, metricPoint_value - Undocumented member.
metricPoint_endDate :: Lens' MetricPoint (Maybe UTCTime) Source #
The end date for the metric point. The ending time must be formatted as
yyyy-mm-ddThh:mm:ss. For example, 2022-06-12T12:00:00.000Z.
metricPoint_startDate :: Lens' MetricPoint (Maybe UTCTime) Source #
The start date for the metric point. The starting date for the metric
point. The starting time must be formatted as yyyy-mm-ddThh:mm:ss. For
example, 2022-06-10T12:00:00.000Z.
metricPoint_status :: Lens' MetricPoint (Maybe Text) Source #
The status of the metric point.
metricPoint_value :: Lens' MetricPoint (Maybe Double) Source #
Undocumented member.