| 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 |
Amazonka.EC2.Types.InstanceEventWindowTimeRangeRequest
Description
Synopsis
- data InstanceEventWindowTimeRangeRequest = InstanceEventWindowTimeRangeRequest' {}
- newInstanceEventWindowTimeRangeRequest :: InstanceEventWindowTimeRangeRequest
- instanceEventWindowTimeRangeRequest_endHour :: Lens' InstanceEventWindowTimeRangeRequest (Maybe Natural)
- instanceEventWindowTimeRangeRequest_endWeekDay :: Lens' InstanceEventWindowTimeRangeRequest (Maybe WeekDay)
- instanceEventWindowTimeRangeRequest_startHour :: Lens' InstanceEventWindowTimeRangeRequest (Maybe Natural)
- instanceEventWindowTimeRangeRequest_startWeekDay :: Lens' InstanceEventWindowTimeRangeRequest (Maybe WeekDay)
Documentation
data InstanceEventWindowTimeRangeRequest Source #
The start day and time and the end day and time of the time range, in UTC.
See: newInstanceEventWindowTimeRangeRequest smart constructor.
Constructors
| InstanceEventWindowTimeRangeRequest' | |
Instances
newInstanceEventWindowTimeRangeRequest :: InstanceEventWindowTimeRangeRequest Source #
Create a value of InstanceEventWindowTimeRangeRequest 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:InstanceEventWindowTimeRangeRequest', instanceEventWindowTimeRangeRequest_endHour - The hour when the time range ends.
$sel:endWeekDay:InstanceEventWindowTimeRangeRequest', instanceEventWindowTimeRangeRequest_endWeekDay - The day on which the time range ends.
$sel:startHour:InstanceEventWindowTimeRangeRequest', instanceEventWindowTimeRangeRequest_startHour - The hour when the time range begins.
$sel:startWeekDay:InstanceEventWindowTimeRangeRequest', instanceEventWindowTimeRangeRequest_startWeekDay - The day on which the time range begins.
instanceEventWindowTimeRangeRequest_endHour :: Lens' InstanceEventWindowTimeRangeRequest (Maybe Natural) Source #
The hour when the time range ends.
instanceEventWindowTimeRangeRequest_endWeekDay :: Lens' InstanceEventWindowTimeRangeRequest (Maybe WeekDay) Source #
The day on which the time range ends.
instanceEventWindowTimeRangeRequest_startHour :: Lens' InstanceEventWindowTimeRangeRequest (Maybe Natural) Source #
The hour when the time range begins.
instanceEventWindowTimeRangeRequest_startWeekDay :: Lens' InstanceEventWindowTimeRangeRequest (Maybe WeekDay) Source #
The day on which the time range begins.