amazonka-synthetics-2.0: Amazon Synthetics SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
FromJSON 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 #

Read CanaryRunTimeline Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRunTimeline

Show CanaryRunTimeline Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRunTimeline

NFData CanaryRunTimeline Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRunTimeline

Methods

rnf :: CanaryRunTimeline -> () #

Eq CanaryRunTimeline Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRunTimeline

Hashable 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" "amazonka-synthetics-2.0-3I8gICXDswl2F1HDbijRHZ" '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.