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

Description

 
Synopsis

Documentation

data ActionSummary Source #

Provides a summary of an action.

See: newActionSummary smart constructor.

Constructors

ActionSummary' 

Fields

Instances

Instances details
Eq ActionSummary Source # 
Instance details

Defined in Amazonka.FIS.Types.ActionSummary

Read ActionSummary Source # 
Instance details

Defined in Amazonka.FIS.Types.ActionSummary

Show ActionSummary Source # 
Instance details

Defined in Amazonka.FIS.Types.ActionSummary

Generic ActionSummary Source # 
Instance details

Defined in Amazonka.FIS.Types.ActionSummary

Associated Types

type Rep ActionSummary :: Type -> Type #

NFData ActionSummary Source # 
Instance details

Defined in Amazonka.FIS.Types.ActionSummary

Methods

rnf :: ActionSummary -> () #

Hashable ActionSummary Source # 
Instance details

Defined in Amazonka.FIS.Types.ActionSummary

FromJSON ActionSummary Source # 
Instance details

Defined in Amazonka.FIS.Types.ActionSummary

type Rep ActionSummary Source # 
Instance details

Defined in Amazonka.FIS.Types.ActionSummary

type Rep ActionSummary = D1 ('MetaData "ActionSummary" "Amazonka.FIS.Types.ActionSummary" "libZSservicesZSamazonka-fisZSamazonka-fis" 'False) (C1 ('MetaCons "ActionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "targets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text ActionTarget))) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))

newActionSummary :: ActionSummary Source #

Create a value of ActionSummary 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:targets:ActionSummary', actionSummary_targets - The targets for the action.

$sel:id:ActionSummary', actionSummary_id - The ID of the action.

$sel:description:ActionSummary', actionSummary_description - The description for the action.

$sel:tags:ActionSummary', actionSummary_tags - The tags for the action.

actionSummary_description :: Lens' ActionSummary (Maybe Text) Source #

The description for the action.