libZSservicesZSamazonka-inspectorZSamazonka-inspector
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.Inspector.Types.TimestampRange

Description

 
Synopsis

Documentation

data TimestampRange Source #

This data type is used in the AssessmentRunFilter data type.

See: newTimestampRange smart constructor.

Constructors

TimestampRange' 

Fields

Instances

Instances details
Eq TimestampRange Source # 
Instance details

Defined in Amazonka.Inspector.Types.TimestampRange

Read TimestampRange Source # 
Instance details

Defined in Amazonka.Inspector.Types.TimestampRange

Show TimestampRange Source # 
Instance details

Defined in Amazonka.Inspector.Types.TimestampRange

Generic TimestampRange Source # 
Instance details

Defined in Amazonka.Inspector.Types.TimestampRange

Associated Types

type Rep TimestampRange :: Type -> Type #

NFData TimestampRange Source # 
Instance details

Defined in Amazonka.Inspector.Types.TimestampRange

Methods

rnf :: TimestampRange -> () #

Hashable TimestampRange Source # 
Instance details

Defined in Amazonka.Inspector.Types.TimestampRange

ToJSON TimestampRange Source # 
Instance details

Defined in Amazonka.Inspector.Types.TimestampRange

type Rep TimestampRange Source # 
Instance details

Defined in Amazonka.Inspector.Types.TimestampRange

type Rep TimestampRange = D1 ('MetaData "TimestampRange" "Amazonka.Inspector.Types.TimestampRange" "libZSservicesZSamazonka-inspectorZSamazonka-inspector" 'False) (C1 ('MetaCons "TimestampRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "beginDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))

newTimestampRange :: TimestampRange Source #

Create a value of TimestampRange 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:TimestampRange', timestampRange_endDate - The maximum value of the timestamp range.

$sel:beginDate:TimestampRange', timestampRange_beginDate - The minimum value of the timestamp range.

timestampRange_endDate :: Lens' TimestampRange (Maybe UTCTime) Source #

The maximum value of the timestamp range.

timestampRange_beginDate :: Lens' TimestampRange (Maybe UTCTime) Source #

The minimum value of the timestamp range.