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

Description

 
Synopsis

Documentation

data ExperimentAction Source #

Describes the action for an experiment.

See: newExperimentAction smart constructor.

Constructors

ExperimentAction' 

Fields

Instances

Instances details
Eq ExperimentAction Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentAction

Read ExperimentAction Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentAction

Show ExperimentAction Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentAction

Generic ExperimentAction Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentAction

Associated Types

type Rep ExperimentAction :: Type -> Type #

NFData ExperimentAction Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentAction

Methods

rnf :: ExperimentAction -> () #

Hashable ExperimentAction Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentAction

FromJSON ExperimentAction Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentAction

type Rep ExperimentAction Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentAction

newExperimentAction :: ExperimentAction Source #

Create a value of ExperimentAction 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:startAfter:ExperimentAction', experimentAction_startAfter - The name of the action that must be completed before this action starts.

$sel:state:ExperimentAction', experimentAction_state - The state of the action.

$sel:actionId:ExperimentAction', experimentAction_actionId - The ID of the action.

$sel:parameters:ExperimentAction', experimentAction_parameters - The parameters for the action.

$sel:targets:ExperimentAction', experimentAction_targets - The targets for the action.

$sel:description:ExperimentAction', experimentAction_description - The description for the action.

experimentAction_startAfter :: Lens' ExperimentAction (Maybe [Text]) Source #

The name of the action that must be completed before this action starts.