libZSservicesZSamazonka-syntheticsZSamazonka-synthetics
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Synthetics.Types.CanaryRun

Description

 
Synopsis

Documentation

data CanaryRun Source #

This structure contains the details about one run of one canary.

See: newCanaryRun smart constructor.

Constructors

CanaryRun' 

Fields

Instances

Instances details
Eq CanaryRun Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRun

Read CanaryRun Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRun

Show CanaryRun Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRun

Generic CanaryRun Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRun

Associated Types

type Rep CanaryRun :: Type -> Type #

NFData CanaryRun Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRun

Methods

rnf :: CanaryRun -> () #

Hashable CanaryRun Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRun

FromJSON CanaryRun Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRun

type Rep CanaryRun Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRun

type Rep CanaryRun = D1 ('MetaData "CanaryRun" "Amazonka.Synthetics.Types.CanaryRun" "libZSservicesZSamazonka-syntheticsZSamazonka-synthetics" 'False) (C1 ('MetaCons "CanaryRun'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CanaryRunStatus)) :*: S1 ('MetaSel ('Just "artifactS3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timeline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CanaryRunTimeline))))))

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_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_name :: Lens' CanaryRun (Maybe Text) Source #

The name of the canary.

canaryRun_id :: Lens' CanaryRun (Maybe Text) Source #

A unique ID that identifies this canary run.

canaryRun_timeline :: Lens' CanaryRun (Maybe CanaryRunTimeline) Source #

A structure that contains the start and end times of this run.