| 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.CostExplorer.Types.AnomalyDateInterval
Description
Documentation
data AnomalyDateInterval Source #
The time period for an anomaly.
See: newAnomalyDateInterval smart constructor.
Constructors
| AnomalyDateInterval' | |
Instances
newAnomalyDateInterval Source #
Arguments
| :: Text | |
| -> AnomalyDateInterval |
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.