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
- data CanaryTimeline = CanaryTimeline' {}
- newCanaryTimeline :: CanaryTimeline
- canaryTimeline_created :: Lens' CanaryTimeline (Maybe UTCTime)
- canaryTimeline_lastStarted :: Lens' CanaryTimeline (Maybe UTCTime)
- canaryTimeline_lastStopped :: Lens' CanaryTimeline (Maybe UTCTime)
- canaryTimeline_lastModified :: Lens' CanaryTimeline (Maybe UTCTime)
Documentation
data CanaryTimeline Source #
This structure contains information about when the canary was created and modified.
See: newCanaryTimeline
smart constructor.
CanaryTimeline' | |
|
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: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.
$sel:lastModified:CanaryTimeline'
, canaryTimeline_lastModified
- The date and time the canary was most recently modified.
canaryTimeline_created :: Lens' CanaryTimeline (Maybe UTCTime) Source #
The date and time the canary was created.
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.
canaryTimeline_lastModified :: Lens' CanaryTimeline (Maybe UTCTime) Source #
The date and time the canary was most recently modified.