Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ViolationEventOccurrenceRange = ViolationEventOccurrenceRange' {}
- newViolationEventOccurrenceRange :: UTCTime -> UTCTime -> ViolationEventOccurrenceRange
- violationEventOccurrenceRange_startTime :: Lens' ViolationEventOccurrenceRange UTCTime
- violationEventOccurrenceRange_endTime :: Lens' ViolationEventOccurrenceRange UTCTime
Documentation
data ViolationEventOccurrenceRange Source #
Specifies the time period of which violation events occurred between.
See: newViolationEventOccurrenceRange
smart constructor.
Instances
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.