Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data EndTimeRange Source #
A range of time that specifies when anomalous behavior in an anomaly or insight ended.
See: newEndTimeRange
smart constructor.
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.