| 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.Config.Types.TimeWindow
Description
Synopsis
Documentation
data TimeWindow Source #
Filters evaluation results based on start and end times.
See: newTimeWindow smart constructor.
Constructors
| TimeWindow' | |
Instances
newTimeWindow :: TimeWindow Source #
Create a value of TimeWindow 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:endTime:TimeWindow', timeWindow_endTime - The end time of an execution. The end time must be after the start date.
$sel:startTime:TimeWindow', timeWindow_startTime - The start time of an execution.
timeWindow_endTime :: Lens' TimeWindow (Maybe UTCTime) Source #
The end time of an execution. The end time must be after the start date.
timeWindow_startTime :: Lens' TimeWindow (Maybe UTCTime) Source #
The start time of an execution.