libZSservicesZSamazonka-iotZSamazonka-iot
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.IoT.Types.ViolationEventOccurrenceRange

Description

 
Synopsis

Documentation

data ViolationEventOccurrenceRange Source #

Specifies the time period of which violation events occurred between.

See: newViolationEventOccurrenceRange smart constructor.

Constructors

ViolationEventOccurrenceRange' 

Fields

  • startTime :: POSIX

    The start date and time of a time period in which violation events occurred.

  • endTime :: POSIX

    The end date and time of a time period in which violation events occurred.

Instances

Instances details
Eq ViolationEventOccurrenceRange Source # 
Instance details

Defined in Amazonka.IoT.Types.ViolationEventOccurrenceRange

Read ViolationEventOccurrenceRange Source # 
Instance details

Defined in Amazonka.IoT.Types.ViolationEventOccurrenceRange

Show ViolationEventOccurrenceRange Source # 
Instance details

Defined in Amazonka.IoT.Types.ViolationEventOccurrenceRange

Generic ViolationEventOccurrenceRange Source # 
Instance details

Defined in Amazonka.IoT.Types.ViolationEventOccurrenceRange

Associated Types

type Rep ViolationEventOccurrenceRange :: Type -> Type #

NFData ViolationEventOccurrenceRange Source # 
Instance details

Defined in Amazonka.IoT.Types.ViolationEventOccurrenceRange

Hashable ViolationEventOccurrenceRange Source # 
Instance details

Defined in Amazonka.IoT.Types.ViolationEventOccurrenceRange

ToJSON ViolationEventOccurrenceRange Source # 
Instance details

Defined in Amazonka.IoT.Types.ViolationEventOccurrenceRange

FromJSON ViolationEventOccurrenceRange Source # 
Instance details

Defined in Amazonka.IoT.Types.ViolationEventOccurrenceRange

type Rep ViolationEventOccurrenceRange Source # 
Instance details

Defined in Amazonka.IoT.Types.ViolationEventOccurrenceRange

type Rep ViolationEventOccurrenceRange = D1 ('MetaData "ViolationEventOccurrenceRange" "Amazonka.IoT.Types.ViolationEventOccurrenceRange" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "ViolationEventOccurrenceRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))

newViolationEventOccurrenceRange Source #

Create a value of ViolationEventOccurrenceRange 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:startTime:ViolationEventOccurrenceRange', violationEventOccurrenceRange_startTime - The start date and time of a time period in which violation events occurred.

$sel:endTime:ViolationEventOccurrenceRange', violationEventOccurrenceRange_endTime - The end date and time of a time period in which violation events occurred.

violationEventOccurrenceRange_startTime :: Lens' ViolationEventOccurrenceRange UTCTime Source #

The start date and time of a time period in which violation events occurred.

violationEventOccurrenceRange_endTime :: Lens' ViolationEventOccurrenceRange UTCTime Source #

The end date and time of a time period in which violation events occurred.