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 EventTimeRange Source #
The time range during which an AWS event occurred. AWS resource events and metrics are analyzed by DevOps Guru to find anomalous behavior and provide recommendations to improve your operational solutions.
See: newEventTimeRange
smart constructor.
Instances
Create a value of EventTimeRange
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:EventTimeRange'
, eventTimeRange_fromTime
- The time when the event started.
$sel:toTime:EventTimeRange'
, eventTimeRange_toTime
- The time when the event ended.
eventTimeRange_fromTime :: Lens' EventTimeRange UTCTime Source #
The time when the event started.
eventTimeRange_toTime :: Lens' EventTimeRange UTCTime Source #
The time when the event ended.