Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Change = Change' {}
- newChange :: Change
- change_resourceChange :: Lens' Change (Maybe ResourceChange)
- change_type :: Lens' Change (Maybe ChangeType)
Documentation
The Change
structure describes the changes CloudFormation will perform
if you execute the change set.
See: newChange
smart constructor.
Change' | |
|
Instances
Eq Change Source # | |
Read Change Source # | |
Show Change Source # | |
Generic Change Source # | |
NFData Change Source # | |
Defined in Amazonka.CloudFormation.Types.Change | |
Hashable Change Source # | |
Defined in Amazonka.CloudFormation.Types.Change | |
FromXML Change Source # | |
type Rep Change Source # | |
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)))) |
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
.