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 |
Documentation
data AnomalyDateInterval Source #
The time period for an anomaly.
See: newAnomalyDateInterval
smart constructor.
Instances
newAnomalyDateInterval Source #
Create a value of AnomalyDateInterval
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:AnomalyDateInterval'
, anomalyDateInterval_endDate
- The last date an anomaly was observed.
$sel:startDate:AnomalyDateInterval'
, anomalyDateInterval_startDate
- The first date an anomaly was observed.
anomalyDateInterval_endDate :: Lens' AnomalyDateInterval (Maybe Text) Source #
The last date an anomaly was observed.
anomalyDateInterval_startDate :: Lens' AnomalyDateInterval Text Source #
The first date an anomaly was observed.