| 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.SlotStartTimeRangeRequest
Description
Synopsis
Documentation
data SlotStartTimeRangeRequest Source #
Describes the time period for a Scheduled Instance to start its first schedule.
See: newSlotStartTimeRangeRequest smart constructor.
Constructors
| SlotStartTimeRangeRequest' | |
Fields
| |
Instances
newSlotStartTimeRangeRequest :: SlotStartTimeRangeRequest Source #
Create a value of SlotStartTimeRangeRequest 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:earliestTime:SlotStartTimeRangeRequest', slotStartTimeRangeRequest_earliestTime - The earliest date and time, in UTC, for the Scheduled Instance to start.
$sel:latestTime:SlotStartTimeRangeRequest', slotStartTimeRangeRequest_latestTime - The latest date and time, in UTC, for the Scheduled Instance to start.
slotStartTimeRangeRequest_earliestTime :: Lens' SlotStartTimeRangeRequest (Maybe UTCTime) Source #
The earliest date and time, in UTC, for the Scheduled Instance to start.
slotStartTimeRangeRequest_latestTime :: Lens' SlotStartTimeRangeRequest (Maybe UTCTime) Source #
The latest date and time, in UTC, for the Scheduled Instance to start.