libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru
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.DevOpsGuru.Types.AnomalyTimeRange

Description

 
Synopsis

Documentation

data AnomalyTimeRange Source #

A time range that specifies when the observed unusual behavior in an anomaly started and ended. This is different from AnomalyReportedTimeRange, which specifies the time range when DevOps Guru opens and then closes an anomaly.

See: newAnomalyTimeRange smart constructor.

Constructors

AnomalyTimeRange' 

Fields

Instances

Instances details
Eq AnomalyTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalyTimeRange

Read AnomalyTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalyTimeRange

Show AnomalyTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalyTimeRange

Generic AnomalyTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalyTimeRange

Associated Types

type Rep AnomalyTimeRange :: Type -> Type #

NFData AnomalyTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalyTimeRange

Methods

rnf :: AnomalyTimeRange -> () #

Hashable AnomalyTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalyTimeRange

FromJSON AnomalyTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalyTimeRange

type Rep AnomalyTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalyTimeRange

type Rep AnomalyTimeRange = D1 ('MetaData "AnomalyTimeRange" "Amazonka.DevOpsGuru.Types.AnomalyTimeRange" "libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru" 'False) (C1 ('MetaCons "AnomalyTimeRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))

newAnomalyTimeRange Source #

Create a value of AnomalyTimeRange 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:endTime:AnomalyTimeRange', anomalyTimeRange_endTime - The time when the anomalous behavior ended.

$sel:startTime:AnomalyTimeRange', anomalyTimeRange_startTime - The time when the anomalous behavior started.

anomalyTimeRange_endTime :: Lens' AnomalyTimeRange (Maybe UTCTime) Source #

The time when the anomalous behavior ended.

anomalyTimeRange_startTime :: Lens' AnomalyTimeRange UTCTime Source #

The time when the anomalous behavior started.