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 CanaryRun = CanaryRun' {}
- newCanaryRun :: CanaryRun
- canaryRun_status :: Lens' CanaryRun (Maybe CanaryRunStatus)
- canaryRun_artifactS3Location :: Lens' CanaryRun (Maybe Text)
- canaryRun_name :: Lens' CanaryRun (Maybe Text)
- canaryRun_id :: Lens' CanaryRun (Maybe Text)
- canaryRun_timeline :: Lens' CanaryRun (Maybe CanaryRunTimeline)
Documentation
This structure contains the details about one run of one canary.
See: newCanaryRun
smart constructor.
CanaryRun' | |
|
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:status:CanaryRun'
, canaryRun_status
- The status of this run.
$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:name:CanaryRun'
, canaryRun_name
- The name of the canary.
$sel:id:CanaryRun'
, canaryRun_id
- A unique ID that identifies this canary run.
$sel:timeline:CanaryRun'
, canaryRun_timeline
- A structure that contains the start and end times of this run.
canaryRun_status :: Lens' CanaryRun (Maybe CanaryRunStatus) Source #
The status 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_timeline :: Lens' CanaryRun (Maybe CanaryRunTimeline) Source #
A structure that contains the start and end times of this run.