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

Description

 
Synopsis

Documentation

data Action Source #

Describes an action. For more information, see FIS actions in the Fault Injection Simulator User Guide.

See: newAction smart constructor.

Constructors

Action' 

Fields

Instances

Instances details
FromJSON Action Source # 
Instance details

Defined in Amazonka.FIS.Types.Action

Generic Action Source # 
Instance details

Defined in Amazonka.FIS.Types.Action

Associated Types

type Rep Action :: Type -> Type #

Methods

from :: Action -> Rep Action x #

to :: Rep Action x -> Action #

Read Action Source # 
Instance details

Defined in Amazonka.FIS.Types.Action

Show Action Source # 
Instance details

Defined in Amazonka.FIS.Types.Action

NFData Action Source # 
Instance details

Defined in Amazonka.FIS.Types.Action

Methods

rnf :: Action -> () #

Eq Action Source # 
Instance details

Defined in Amazonka.FIS.Types.Action

Methods

(==) :: Action -> Action -> Bool #

(/=) :: Action -> Action -> Bool #

Hashable Action Source # 
Instance details

Defined in Amazonka.FIS.Types.Action

Methods

hashWithSalt :: Int -> Action -> Int #

hash :: Action -> Int #

type Rep Action Source # 
Instance details

Defined in Amazonka.FIS.Types.Action

newAction :: Action Source #

Create a value of Action 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:

Action, action_description - The description for the action.

$sel:id:Action', action_id - The ID of the action.

$sel:parameters:Action', action_parameters - The action parameters, if applicable.

$sel:tags:Action', action_tags - The tags for the action.

$sel:targets:Action', action_targets - The supported targets for the action.

action_description :: Lens' Action (Maybe Text) Source #

The description for the action.

action_id :: Lens' Action (Maybe Text) Source #

The ID of the action.

action_parameters :: Lens' Action (Maybe (HashMap Text ActionParameter)) Source #

The action parameters, if applicable.

action_tags :: Lens' Action (Maybe (HashMap Text Text)) Source #

The tags for the action.

action_targets :: Lens' Action (Maybe (HashMap Text ActionTarget)) Source #

The supported targets for the action.