libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation
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.CloudFormation.Types.Change

Description

 
Synopsis

Documentation

data Change Source #

The Change structure describes the changes CloudFormation will perform if you execute the change set.

See: newChange smart constructor.

Constructors

Change' 

Fields

Instances

Instances details
Eq Change Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Change

Methods

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

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

Read Change Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Change

Show Change Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Change

Generic Change Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Change

Associated Types

type Rep Change :: Type -> Type #

Methods

from :: Change -> Rep Change x #

to :: Rep Change x -> Change #

NFData Change Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Change

Methods

rnf :: Change -> () #

Hashable Change Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Change

Methods

hashWithSalt :: Int -> Change -> Int #

hash :: Change -> Int #

FromXML Change Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Change

type Rep Change Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Change

type Rep Change = D1 ('MetaData "Change" "Amazonka.CloudFormation.Types.Change" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "Change'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceChange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceChange)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChangeType))))

newChange :: Change Source #

Create a value of Change 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:resourceChange:Change', change_resourceChange - A ResourceChange structure that describes the resource and action that CloudFormation will perform.

$sel:type':Change', change_type - The type of entity that CloudFormation changes. Currently, the only entity type is Resource.

change_resourceChange :: Lens' Change (Maybe ResourceChange) Source #

A ResourceChange structure that describes the resource and action that CloudFormation will perform.

change_type :: Lens' Change (Maybe ChangeType) Source #

The type of entity that CloudFormation changes. Currently, the only entity type is Resource.