Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data InstanceEventWindowTimeRange = InstanceEventWindowTimeRange' {}
- newInstanceEventWindowTimeRange :: InstanceEventWindowTimeRange
- instanceEventWindowTimeRange_endHour :: Lens' InstanceEventWindowTimeRange (Maybe Natural)
- instanceEventWindowTimeRange_endWeekDay :: Lens' InstanceEventWindowTimeRange (Maybe WeekDay)
- instanceEventWindowTimeRange_startHour :: Lens' InstanceEventWindowTimeRange (Maybe Natural)
- instanceEventWindowTimeRange_startWeekDay :: Lens' InstanceEventWindowTimeRange (Maybe WeekDay)
Documentation
data InstanceEventWindowTimeRange Source #
The start day and time and the end day and time of the time range, in UTC.
See: newInstanceEventWindowTimeRange
smart constructor.
Instances
newInstanceEventWindowTimeRange :: InstanceEventWindowTimeRange Source #
Create a value of InstanceEventWindowTimeRange
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:endHour:InstanceEventWindowTimeRange'
, instanceEventWindowTimeRange_endHour
- The hour when the time range ends.
$sel:endWeekDay:InstanceEventWindowTimeRange'
, instanceEventWindowTimeRange_endWeekDay
- The day on which the time range ends.
$sel:startHour:InstanceEventWindowTimeRange'
, instanceEventWindowTimeRange_startHour
- The hour when the time range begins.
$sel:startWeekDay:InstanceEventWindowTimeRange'
, instanceEventWindowTimeRange_startWeekDay
- The day on which the time range begins.
instanceEventWindowTimeRange_endHour :: Lens' InstanceEventWindowTimeRange (Maybe Natural) Source #
The hour when the time range ends.
instanceEventWindowTimeRange_endWeekDay :: Lens' InstanceEventWindowTimeRange (Maybe WeekDay) Source #
The day on which the time range ends.
instanceEventWindowTimeRange_startHour :: Lens' InstanceEventWindowTimeRange (Maybe Natural) Source #
The hour when the time range begins.
instanceEventWindowTimeRange_startWeekDay :: Lens' InstanceEventWindowTimeRange (Maybe WeekDay) Source #
The day on which the time range begins.