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

Description

 
Synopsis

Documentation

data CanaryRunTimeline Source #

This structure contains the start and end times of a single canary run.

See: newCanaryRunTimeline smart constructor.

Constructors

CanaryRunTimeline' 

Fields

Instances

Instances details
Eq CanaryRunTimeline Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRunTimeline

Read CanaryRunTimeline Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRunTimeline

Show CanaryRunTimeline Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRunTimeline

Generic CanaryRunTimeline Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRunTimeline

Associated Types

type Rep CanaryRunTimeline :: Type -> Type #

NFData CanaryRunTimeline Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRunTimeline

Methods

rnf :: CanaryRunTimeline -> () #

Hashable CanaryRunTimeline Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRunTimeline

FromJSON CanaryRunTimeline Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRunTimeline

type Rep CanaryRunTimeline Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRunTimeline

type Rep CanaryRunTimeline = D1 ('MetaData "CanaryRunTimeline" "Amazonka.Synthetics.Types.CanaryRunTimeline" "libZSservicesZSamazonka-syntheticsZSamazonka-synthetics" 'False) (C1 ('MetaCons "CanaryRunTimeline'" 'PrefixI 'True) (S1 ('MetaSel ('Just "completed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "started") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))

newCanaryRunTimeline :: CanaryRunTimeline Source #

Create a value of CanaryRunTimeline 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:completed:CanaryRunTimeline', canaryRunTimeline_completed - The end time of the run.

$sel:started:CanaryRunTimeline', canaryRunTimeline_started - The start time of the run.