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 CanaryRunTimeline Source #
This structure contains the start and end times of a single canary run.
See: newCanaryRunTimeline
smart constructor.
Instances
newCanaryRunTimeline :: CanaryRunTimeline Source #
Create a value of CanaryRunTimeline
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:completed:CanaryRunTimeline'
, canaryRunTimeline_completed
- The end time of the run.
$sel:started:CanaryRunTimeline'
, canaryRunTimeline_started
- The start time of the run.
canaryRunTimeline_completed :: Lens' CanaryRunTimeline (Maybe UTCTime) Source #
The end time of the run.
canaryRunTimeline_started :: Lens' CanaryRunTimeline (Maybe UTCTime) Source #
The start time of the run.