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 |
Documentation
data InsightTimeRange Source #
A time ranged that specifies when the observed behavior in an insight started and ended.
See: newInsightTimeRange
smart constructor.
Instances
Create a value of InsightTimeRange
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:InsightTimeRange'
, insightTimeRange_endTime
- The time when the behavior described in an insight ended.
$sel:startTime:InsightTimeRange'
, insightTimeRange_startTime
- The time when the behavior described in an insight started.
insightTimeRange_endTime :: Lens' InsightTimeRange (Maybe UTCTime) Source #
The time when the behavior described in an insight ended.
insightTimeRange_startTime :: Lens' InsightTimeRange UTCTime Source #
The time when the behavior described in an insight started.