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

Description

 
Synopsis

Documentation

data Action Source #

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

See: newAction smart constructor.

Constructors

Action' 

Fields

Instances

Instances details
Eq Action Source # 
Instance details

Defined in Amazonka.FIS.Types.Action

Methods

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

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

Read Action Source # 
Instance details

Defined in Amazonka.FIS.Types.Action

Show 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 #

NFData Action Source # 
Instance details

Defined in Amazonka.FIS.Types.Action

Methods

rnf :: Action -> () #

Hashable Action Source # 
Instance details

Defined in Amazonka.FIS.Types.Action

Methods

hashWithSalt :: Int -> Action -> Int #

hash :: Action -> Int #

FromJSON Action Source # 
Instance details

Defined in Amazonka.FIS.Types.Action

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:

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

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

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

$sel:description:Action', action_description - The description for the action.

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

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

The action parameters, if applicable.

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

The supported targets for the action.

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

The ID of the action.

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

The description for the action.

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

The tags for the action.