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
Documentation
data SlotDateTimeRangeRequest Source #
Describes the time period for a Scheduled Instance to start its first schedule. The time period must span less than one day.
See: newSlotDateTimeRangeRequest
smart constructor.
SlotDateTimeRangeRequest' | |
|
Instances
newSlotDateTimeRangeRequest Source #
Create a value of SlotDateTimeRangeRequest
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:SlotDateTimeRangeRequest'
, slotDateTimeRangeRequest_earliestTime
- The earliest date and time, in UTC, for the Scheduled Instance to start.
$sel:latestTime:SlotDateTimeRangeRequest'
, slotDateTimeRangeRequest_latestTime
- The latest date and time, in UTC, for the Scheduled Instance to start.
This value must be later than or equal to the earliest date and at most
three months in the future.
slotDateTimeRangeRequest_earliestTime :: Lens' SlotDateTimeRangeRequest UTCTime Source #
The earliest date and time, in UTC, for the Scheduled Instance to start.
slotDateTimeRangeRequest_latestTime :: Lens' SlotDateTimeRangeRequest UTCTime Source #
The latest date and time, in UTC, for the Scheduled Instance to start. This value must be later than or equal to the earliest date and at most three months in the future.