| 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.DevOpsGuru.Types.StartTimeRange
Description
Synopsis
Documentation
data StartTimeRange Source #
A time range used to specify when the behavior of an insight or anomaly started.
See: newStartTimeRange smart constructor.
Constructors
| StartTimeRange' | |
Instances
newStartTimeRange :: StartTimeRange Source #
Create a value of StartTimeRange 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:fromTime:StartTimeRange', startTimeRange_fromTime - The start time of the time range.
$sel:toTime:StartTimeRange', startTimeRange_toTime - The end time of the time range.
startTimeRange_fromTime :: Lens' StartTimeRange (Maybe UTCTime) Source #
The start time of the time range.
startTimeRange_toTime :: Lens' StartTimeRange (Maybe UTCTime) Source #
The end time of the time range.