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 StartTimeRange Source #
A time range used to specify when the behavior of an insight or anomaly started.
See: newStartTimeRange
smart constructor.
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.