| 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.Synthetics.Types.CanaryRunTimeline
Description
Documentation
data CanaryRunTimeline Source #
This structure contains the start and end times of a single canary run.
See: newCanaryRunTimeline smart constructor.
Constructors
| CanaryRunTimeline' | |
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.