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 CanaryLastRun Source #
This structure contains information about the most recent run of a single canary.
See: newCanaryLastRun
smart constructor.
Instances
newCanaryLastRun :: CanaryLastRun Source #
Create a value of CanaryLastRun
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:canaryName:CanaryLastRun'
, canaryLastRun_canaryName
- The name of the canary.
$sel:lastRun:CanaryLastRun'
, canaryLastRun_lastRun
- The results from this canary's most recent run.
canaryLastRun_canaryName :: Lens' CanaryLastRun (Maybe Text) Source #
The name of the canary.
canaryLastRun_lastRun :: Lens' CanaryLastRun (Maybe CanaryRun) Source #
The results from this canary's most recent run.