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.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' 

Fields

Instances

Instances details
Eq CanaryLastRun Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryLastRun

Read CanaryLastRun Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryLastRun

Show CanaryLastRun Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryLastRun

Generic CanaryLastRun Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryLastRun

Associated Types

type Rep CanaryLastRun :: Type -> Type #

NFData CanaryLastRun Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryLastRun

Methods

rnf :: CanaryLastRun -> () #

Hashable CanaryLastRun Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryLastRun

FromJSON CanaryLastRun Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryLastRun

type Rep CanaryLastRun Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryLastRun

type Rep CanaryLastRun = D1 ('MetaData "CanaryLastRun" "Amazonka.Synthetics.Types.CanaryLastRun" "libZSservicesZSamazonka-syntheticsZSamazonka-synthetics" 'False) (C1 ('MetaCons "CanaryLastRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "canaryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastRun") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CanaryRun))))

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_lastRun :: Lens' CanaryLastRun (Maybe CanaryRun) Source #

The results from this canary's most recent run.