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

Description

 
Synopsis

Documentation

data InsightTimeRange Source #

A time ranged that specifies when the observed behavior in an insight started and ended.

See: newInsightTimeRange smart constructor.

Constructors

InsightTimeRange' 

Fields

  • endTime :: Maybe POSIX

    The time when the behavior described in an insight ended.

  • startTime :: POSIX

    The time when the behavior described in an insight started.

Instances

Instances details
Eq InsightTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.InsightTimeRange

Read InsightTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.InsightTimeRange

Show InsightTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.InsightTimeRange

Generic InsightTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.InsightTimeRange

Associated Types

type Rep InsightTimeRange :: Type -> Type #

NFData InsightTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.InsightTimeRange

Methods

rnf :: InsightTimeRange -> () #

Hashable InsightTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.InsightTimeRange

FromJSON InsightTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.InsightTimeRange

type Rep InsightTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.InsightTimeRange

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

newInsightTimeRange Source #

Create a value of InsightTimeRange 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:InsightTimeRange', insightTimeRange_endTime - The time when the behavior described in an insight ended.

$sel:startTime:InsightTimeRange', insightTimeRange_startTime - The time when the behavior described in an insight started.

insightTimeRange_endTime :: Lens' InsightTimeRange (Maybe UTCTime) Source #

The time when the behavior described in an insight ended.

insightTimeRange_startTime :: Lens' InsightTimeRange UTCTime Source #

The time when the behavior described in an insight started.