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.AnomalyReportedTimeRange

Description

 
Synopsis

Documentation

data AnomalyReportedTimeRange Source #

A time range that specifies when DevOps Guru opens and then closes an anomaly. This is different from AnomalyTimeRange, which specifies the time range when DevOps Guru actually observes the anomalous behavior.

See: newAnomalyReportedTimeRange smart constructor.

Constructors

AnomalyReportedTimeRange' 

Fields

Instances

Instances details
Eq AnomalyReportedTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalyReportedTimeRange

Read AnomalyReportedTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalyReportedTimeRange

Show AnomalyReportedTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalyReportedTimeRange

Generic AnomalyReportedTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalyReportedTimeRange

Associated Types

type Rep AnomalyReportedTimeRange :: Type -> Type #

NFData AnomalyReportedTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalyReportedTimeRange

Hashable AnomalyReportedTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalyReportedTimeRange

FromJSON AnomalyReportedTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalyReportedTimeRange

type Rep AnomalyReportedTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AnomalyReportedTimeRange

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

newAnomalyReportedTimeRange Source #

Create a value of AnomalyReportedTimeRange 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:closeTime:AnomalyReportedTimeRange', anomalyReportedTimeRange_closeTime - The time when an anomaly is closed.

$sel:openTime:AnomalyReportedTimeRange', anomalyReportedTimeRange_openTime - The time when an anomaly is opened.