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

Description

 
Synopsis

Documentation

data ExperimentAction Source #

Describes the action for an experiment.

See: newExperimentAction smart constructor.

Constructors

ExperimentAction' 

Fields

Instances

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

Read ExperimentAction Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentAction

Show ExperimentAction Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentAction

NFData ExperimentAction Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentAction

Methods

rnf :: ExperimentAction -> () #

Eq ExperimentAction Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentAction

Hashable 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:actionId:ExperimentAction', experimentAction_actionId - The ID of the action.

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

$sel:endTime:ExperimentAction', experimentAction_endTime - The time that the action ended.

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

$sel:startAfter:ExperimentAction', experimentAction_startAfter - The name of the action that must be completed before this action starts.

$sel:startTime:ExperimentAction', experimentAction_startTime - The time that the action started.

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

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

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

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

experimentAction_startTime :: Lens' ExperimentAction (Maybe UTCTime) Source #

The time that the action started.