| 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.CanaryTimeline
Description
Synopsis
- data CanaryTimeline = CanaryTimeline' {}
- newCanaryTimeline :: CanaryTimeline
- canaryTimeline_created :: Lens' CanaryTimeline (Maybe UTCTime)
- canaryTimeline_lastModified :: Lens' CanaryTimeline (Maybe UTCTime)
- canaryTimeline_lastStarted :: Lens' CanaryTimeline (Maybe UTCTime)
- canaryTimeline_lastStopped :: Lens' CanaryTimeline (Maybe UTCTime)
Documentation
data CanaryTimeline Source #
This structure contains information about when the canary was created and modified.
See: newCanaryTimeline smart constructor.
Constructors
| CanaryTimeline' | |
Fields
| |
Instances
newCanaryTimeline :: CanaryTimeline Source #
Create a value of CanaryTimeline 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:created:CanaryTimeline', canaryTimeline_created - The date and time the canary was created.
$sel:lastModified:CanaryTimeline', canaryTimeline_lastModified - The date and time the canary was most recently modified.
$sel:lastStarted:CanaryTimeline', canaryTimeline_lastStarted - The date and time that the canary's most recent run started.
$sel:lastStopped:CanaryTimeline', canaryTimeline_lastStopped - The date and time that the canary's most recent run ended.
canaryTimeline_created :: Lens' CanaryTimeline (Maybe UTCTime) Source #
The date and time the canary was created.
canaryTimeline_lastModified :: Lens' CanaryTimeline (Maybe UTCTime) Source #
The date and time the canary was most recently modified.
canaryTimeline_lastStarted :: Lens' CanaryTimeline (Maybe UTCTime) Source #
The date and time that the canary's most recent run started.
canaryTimeline_lastStopped :: Lens' CanaryTimeline (Maybe UTCTime) Source #
The date and time that the canary's most recent run ended.