amazonka-evidently-2.0: Amazon CloudWatch Evidently 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.Evidently.Types.ExperimentExecution

Description

 
Synopsis

Documentation

data ExperimentExecution Source #

This structure contains the date and time that the experiment started and ended.

See: newExperimentExecution smart constructor.

Constructors

ExperimentExecution' 

Fields

Instances

Instances details
FromJSON ExperimentExecution Source # 
Instance details

Defined in Amazonka.Evidently.Types.ExperimentExecution

Generic ExperimentExecution Source # 
Instance details

Defined in Amazonka.Evidently.Types.ExperimentExecution

Associated Types

type Rep ExperimentExecution :: Type -> Type #

Read ExperimentExecution Source # 
Instance details

Defined in Amazonka.Evidently.Types.ExperimentExecution

Show ExperimentExecution Source # 
Instance details

Defined in Amazonka.Evidently.Types.ExperimentExecution

NFData ExperimentExecution Source # 
Instance details

Defined in Amazonka.Evidently.Types.ExperimentExecution

Methods

rnf :: ExperimentExecution -> () #

Eq ExperimentExecution Source # 
Instance details

Defined in Amazonka.Evidently.Types.ExperimentExecution

Hashable ExperimentExecution Source # 
Instance details

Defined in Amazonka.Evidently.Types.ExperimentExecution

type Rep ExperimentExecution Source # 
Instance details

Defined in Amazonka.Evidently.Types.ExperimentExecution

type Rep ExperimentExecution = D1 ('MetaData "ExperimentExecution" "Amazonka.Evidently.Types.ExperimentExecution" "amazonka-evidently-2.0-Es2fJk98R0DAUPYaVkZSYC" 'False) (C1 ('MetaCons "ExperimentExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "startedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))

newExperimentExecution :: ExperimentExecution Source #

Create a value of ExperimentExecution 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:endedTime:ExperimentExecution', experimentExecution_endedTime - The date and time that the experiment ended.

$sel:startedTime:ExperimentExecution', experimentExecution_startedTime - The date and time that the experiment started.

experimentExecution_endedTime :: Lens' ExperimentExecution (Maybe UTCTime) Source #

The date and time that the experiment ended.

experimentExecution_startedTime :: Lens' ExperimentExecution (Maybe UTCTime) Source #

The date and time that the experiment started.