amazonka-fis-2.0: Amazon Fault Injection Simulator 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.FIS.Types.ExperimentState

Description

 
Synopsis

Documentation

data ExperimentState Source #

Describes the state of an experiment.

See: newExperimentState smart constructor.

Constructors

ExperimentState' 

Fields

Instances

Instances details
FromJSON ExperimentState Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentState

Generic ExperimentState Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentState

Associated Types

type Rep ExperimentState :: Type -> Type #

Read ExperimentState Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentState

Show ExperimentState Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentState

NFData ExperimentState Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentState

Methods

rnf :: ExperimentState -> () #

Eq ExperimentState Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentState

Hashable ExperimentState Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentState

type Rep ExperimentState Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentState

type Rep ExperimentState = D1 ('MetaData "ExperimentState" "Amazonka.FIS.Types.ExperimentState" "amazonka-fis-2.0-7yQxB3RmWBm2PZyqsl0n5H" 'False) (C1 ('MetaCons "ExperimentState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExperimentStatus))))

newExperimentState :: ExperimentState Source #

Create a value of ExperimentState 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:reason:ExperimentState', experimentState_reason - The reason for the state.

$sel:status:ExperimentState', experimentState_status - The state of the experiment.