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

Description

 
Synopsis

Documentation

data ActionTarget Source #

Describes a target for an action.

See: newActionTarget smart constructor.

Constructors

ActionTarget' 

Fields

Instances

Instances details
Eq ActionTarget Source # 
Instance details

Defined in Amazonka.FIS.Types.ActionTarget

Read ActionTarget Source # 
Instance details

Defined in Amazonka.FIS.Types.ActionTarget

Show ActionTarget Source # 
Instance details

Defined in Amazonka.FIS.Types.ActionTarget

Generic ActionTarget Source # 
Instance details

Defined in Amazonka.FIS.Types.ActionTarget

Associated Types

type Rep ActionTarget :: Type -> Type #

NFData ActionTarget Source # 
Instance details

Defined in Amazonka.FIS.Types.ActionTarget

Methods

rnf :: ActionTarget -> () #

Hashable ActionTarget Source # 
Instance details

Defined in Amazonka.FIS.Types.ActionTarget

FromJSON ActionTarget Source # 
Instance details

Defined in Amazonka.FIS.Types.ActionTarget

type Rep ActionTarget Source # 
Instance details

Defined in Amazonka.FIS.Types.ActionTarget

type Rep ActionTarget = D1 ('MetaData "ActionTarget" "Amazonka.FIS.Types.ActionTarget" "libZSservicesZSamazonka-fisZSamazonka-fis" 'False) (C1 ('MetaCons "ActionTarget'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newActionTarget :: ActionTarget Source #

Create a value of ActionTarget 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:resourceType:ActionTarget', actionTarget_resourceType - The resource type of the target.

actionTarget_resourceType :: Lens' ActionTarget (Maybe Text) Source #

The resource type of the target.