| 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.EndTimeRange
Description
Synopsis
Documentation
data EndTimeRange Source #
A range of time that specifies when anomalous behavior in an anomaly or insight ended.
See: newEndTimeRange smart constructor.
Constructors
| EndTimeRange' | |
Instances
newEndTimeRange :: EndTimeRange Source #
Create a value of EndTimeRange 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:EndTimeRange', endTimeRange_fromTime - The earliest end time in the time range.
$sel:toTime:EndTimeRange', endTimeRange_toTime - The latest end time in the time range.
endTimeRange_fromTime :: Lens' EndTimeRange (Maybe UTCTime) Source #
The earliest end time in the time range.
endTimeRange_toTime :: Lens' EndTimeRange (Maybe UTCTime) Source #
The latest end time in the time range.