| 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.InsightTimeRange
Description
Documentation
data InsightTimeRange Source #
A time ranged that specifies when the observed behavior in an insight started and ended.
See: newInsightTimeRange smart constructor.
Constructors
| InsightTimeRange' | |
Instances
Arguments
| :: UTCTime | |
| -> InsightTimeRange |
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.