libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CostExplorer.Types.AnomalyDateInterval

Description

 
Synopsis

Documentation

data AnomalyDateInterval Source #

The time period for an anomaly.

See: newAnomalyDateInterval smart constructor.

Constructors

AnomalyDateInterval' 

Fields

Instances

Instances details
Eq AnomalyDateInterval Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AnomalyDateInterval

Read AnomalyDateInterval Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AnomalyDateInterval

Show AnomalyDateInterval Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AnomalyDateInterval

Generic AnomalyDateInterval Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AnomalyDateInterval

Associated Types

type Rep AnomalyDateInterval :: Type -> Type #

NFData AnomalyDateInterval Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AnomalyDateInterval

Methods

rnf :: AnomalyDateInterval -> () #

Hashable AnomalyDateInterval Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AnomalyDateInterval

ToJSON AnomalyDateInterval Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AnomalyDateInterval

type Rep AnomalyDateInterval Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AnomalyDateInterval

type Rep AnomalyDateInterval = D1 ('MetaData "AnomalyDateInterval" "Amazonka.CostExplorer.Types.AnomalyDateInterval" "libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer" 'False) (C1 ('MetaCons "AnomalyDateInterval'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "startDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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.