| 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.CanaryRun
Description
Synopsis
- data CanaryRun = CanaryRun' {}
- newCanaryRun :: CanaryRun
- canaryRun_artifactS3Location :: Lens' CanaryRun (Maybe Text)
- canaryRun_id :: Lens' CanaryRun (Maybe Text)
- canaryRun_name :: Lens' CanaryRun (Maybe Text)
- canaryRun_status :: Lens' CanaryRun (Maybe CanaryRunStatus)
- canaryRun_timeline :: Lens' CanaryRun (Maybe CanaryRunTimeline)
Documentation
This structure contains the details about one run of one canary.
See: newCanaryRun smart constructor.
Constructors
| CanaryRun' | |
Fields
| |
Instances
newCanaryRun :: CanaryRun Source #
Create a value of CanaryRun 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:artifactS3Location:CanaryRun', canaryRun_artifactS3Location - The location where the canary stored artifacts from the run. Artifacts
include the log file, screenshots, and HAR files.
$sel:id:CanaryRun', canaryRun_id - A unique ID that identifies this canary run.
$sel:name:CanaryRun', canaryRun_name - The name of the canary.
$sel:status:CanaryRun', canaryRun_status - The status of this run.
$sel:timeline:CanaryRun', canaryRun_timeline - A structure that contains the start and end times of this run.
canaryRun_artifactS3Location :: Lens' CanaryRun (Maybe Text) Source #
The location where the canary stored artifacts from the run. Artifacts include the log file, screenshots, and HAR files.
canaryRun_status :: Lens' CanaryRun (Maybe CanaryRunStatus) Source #
The status of this run.
canaryRun_timeline :: Lens' CanaryRun (Maybe CanaryRunTimeline) Source #
A structure that contains the start and end times of this run.