| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudFormation.Types.Change
Description
Synopsis
- data Change = Change' {}
- newChange :: Change
- change_hookInvocationCount :: Lens' Change (Maybe Natural)
- 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.
Constructors
| Change' | |
Fields
| |
Instances
| FromXML Change Source # | |
| Generic Change Source # | |
| Read Change Source # | |
| Show Change Source # | |
| NFData Change Source # | |
Defined in Amazonka.CloudFormation.Types.Change | |
| Eq Change Source # | |
| Hashable Change Source # | |
Defined in Amazonka.CloudFormation.Types.Change | |
| type Rep Change Source # | |
Defined in Amazonka.CloudFormation.Types.Change type Rep Change = D1 ('MetaData "Change" "Amazonka.CloudFormation.Types.Change" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "Change'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hookInvocationCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (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:hookInvocationCount:Change', change_hookInvocationCount - Is either null, if no hooks invoke for the resource, or contains the
number of hooks that will invoke for the resource.
$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_hookInvocationCount :: Lens' Change (Maybe Natural) Source #
Is either null, if no hooks invoke for the resource, or contains the
number of hooks that will invoke for the 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.