libZSservicesZSamazonka-fisZSamazonka-fis
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.FIS.Types.ExperimentActionState

Description

 
Synopsis

Documentation

data ExperimentActionState Source #

Describes the state of an action.

See: newExperimentActionState smart constructor.

Constructors

ExperimentActionState' 

Fields

Instances

Instances details
Eq ExperimentActionState Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentActionState

Read ExperimentActionState Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentActionState

Show ExperimentActionState Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentActionState

Generic ExperimentActionState Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentActionState

Associated Types

type Rep ExperimentActionState :: Type -> Type #

NFData ExperimentActionState Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentActionState

Methods

rnf :: ExperimentActionState -> () #

Hashable ExperimentActionState Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentActionState

FromJSON ExperimentActionState Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentActionState

type Rep ExperimentActionState Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentActionState

type Rep ExperimentActionState = D1 ('MetaData "ExperimentActionState" "Amazonka.FIS.Types.ExperimentActionState" "libZSservicesZSamazonka-fisZSamazonka-fis" 'False) (C1 ('MetaCons "ExperimentActionState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExperimentActionStatus)) :*: S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newExperimentActionState :: ExperimentActionState Source #

Create a value of ExperimentActionState 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:status:ExperimentActionState', experimentActionState_status - The state of the action.

$sel:reason:ExperimentActionState', experimentActionState_reason - The reason for the state.