| 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.CanaryLastRun
Description
Synopsis
Documentation
data CanaryLastRun Source #
This structure contains information about the most recent run of a single canary.
See: newCanaryLastRun smart constructor.
Constructors
| CanaryLastRun' | |
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.