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

Description

 
Synopsis

Documentation

data EventTimeRange Source #

The time range during which an AWS event occurred. AWS resource events and metrics are analyzed by DevOps Guru to find anomalous behavior and provide recommendations to improve your operational solutions.

See: newEventTimeRange smart constructor.

Constructors

EventTimeRange' 

Fields

Instances

Instances details
Eq EventTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.EventTimeRange

Read EventTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.EventTimeRange

Show EventTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.EventTimeRange

Generic EventTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.EventTimeRange

Associated Types

type Rep EventTimeRange :: Type -> Type #

NFData EventTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.EventTimeRange

Methods

rnf :: EventTimeRange -> () #

Hashable EventTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.EventTimeRange

ToJSON EventTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.EventTimeRange

type Rep EventTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.EventTimeRange

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

newEventTimeRange Source #

Create a value of EventTimeRange 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:fromTime:EventTimeRange', eventTimeRange_fromTime - The time when the event started.

$sel:toTime:EventTimeRange', eventTimeRange_toTime - The time when the event ended.

eventTimeRange_fromTime :: Lens' EventTimeRange UTCTime Source #

The time when the event started.

eventTimeRange_toTime :: Lens' EventTimeRange UTCTime Source #

The time when the event ended.