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 |
Synopsis
- data ChangeSetSummary = ChangeSetSummary' {
- changeSetId :: Maybe Text
- changeSetName :: Maybe Text
- creationTime :: Maybe ISO8601
- description :: Maybe Text
- executionStatus :: Maybe ExecutionStatus
- includeNestedStacks :: Maybe Bool
- parentChangeSetId :: Maybe Text
- rootChangeSetId :: Maybe Text
- stackId :: Maybe Text
- stackName :: Maybe Text
- status :: Maybe ChangeSetStatus
- statusReason :: Maybe Text
- newChangeSetSummary :: ChangeSetSummary
- changeSetSummary_changeSetId :: Lens' ChangeSetSummary (Maybe Text)
- changeSetSummary_changeSetName :: Lens' ChangeSetSummary (Maybe Text)
- changeSetSummary_creationTime :: Lens' ChangeSetSummary (Maybe UTCTime)
- changeSetSummary_description :: Lens' ChangeSetSummary (Maybe Text)
- changeSetSummary_executionStatus :: Lens' ChangeSetSummary (Maybe ExecutionStatus)
- changeSetSummary_includeNestedStacks :: Lens' ChangeSetSummary (Maybe Bool)
- changeSetSummary_parentChangeSetId :: Lens' ChangeSetSummary (Maybe Text)
- changeSetSummary_rootChangeSetId :: Lens' ChangeSetSummary (Maybe Text)
- changeSetSummary_stackId :: Lens' ChangeSetSummary (Maybe Text)
- changeSetSummary_stackName :: Lens' ChangeSetSummary (Maybe Text)
- changeSetSummary_status :: Lens' ChangeSetSummary (Maybe ChangeSetStatus)
- changeSetSummary_statusReason :: Lens' ChangeSetSummary (Maybe Text)
Documentation
data ChangeSetSummary Source #
The ChangeSetSummary
structure describes a change set, its status, and
the stack with which it's associated.
See: newChangeSetSummary
smart constructor.
ChangeSetSummary' | |
|
Instances
newChangeSetSummary :: ChangeSetSummary Source #
Create a value of ChangeSetSummary
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:changeSetId:ChangeSetSummary'
, changeSetSummary_changeSetId
- The ID of the change set.
$sel:changeSetName:ChangeSetSummary'
, changeSetSummary_changeSetName
- The name of the change set.
$sel:creationTime:ChangeSetSummary'
, changeSetSummary_creationTime
- The start time when the change set was created, in UTC.
$sel:description:ChangeSetSummary'
, changeSetSummary_description
- Descriptive information about the change set.
$sel:executionStatus:ChangeSetSummary'
, changeSetSummary_executionStatus
- If the change set execution status is AVAILABLE
, you can execute the
change set. If you can't execute the change set, the status indicates
why. For example, a change set might be in an UNAVAILABLE
state
because CloudFormation is still creating it or in an OBSOLETE
state
because the stack was already updated.
$sel:includeNestedStacks:ChangeSetSummary'
, changeSetSummary_includeNestedStacks
- Specifies the current setting of IncludeNestedStacks
for the change
set.
$sel:parentChangeSetId:ChangeSetSummary'
, changeSetSummary_parentChangeSetId
- The parent change set ID.
$sel:rootChangeSetId:ChangeSetSummary'
, changeSetSummary_rootChangeSetId
- The root change set ID.
$sel:stackId:ChangeSetSummary'
, changeSetSummary_stackId
- The ID of the stack with which the change set is associated.
$sel:stackName:ChangeSetSummary'
, changeSetSummary_stackName
- The name of the stack with which the change set is associated.
$sel:status:ChangeSetSummary'
, changeSetSummary_status
- The state of the change set, such as CREATE_IN_PROGRESS
,
CREATE_COMPLETE
, or FAILED
.
$sel:statusReason:ChangeSetSummary'
, changeSetSummary_statusReason
- A description of the change set's status. For example, if your change
set is in the FAILED
state, CloudFormation shows the error message.
changeSetSummary_changeSetId :: Lens' ChangeSetSummary (Maybe Text) Source #
The ID of the change set.
changeSetSummary_changeSetName :: Lens' ChangeSetSummary (Maybe Text) Source #
The name of the change set.
changeSetSummary_creationTime :: Lens' ChangeSetSummary (Maybe UTCTime) Source #
The start time when the change set was created, in UTC.
changeSetSummary_description :: Lens' ChangeSetSummary (Maybe Text) Source #
Descriptive information about the change set.
changeSetSummary_executionStatus :: Lens' ChangeSetSummary (Maybe ExecutionStatus) Source #
If the change set execution status is AVAILABLE
, you can execute the
change set. If you can't execute the change set, the status indicates
why. For example, a change set might be in an UNAVAILABLE
state
because CloudFormation is still creating it or in an OBSOLETE
state
because the stack was already updated.
changeSetSummary_includeNestedStacks :: Lens' ChangeSetSummary (Maybe Bool) Source #
Specifies the current setting of IncludeNestedStacks
for the change
set.
changeSetSummary_parentChangeSetId :: Lens' ChangeSetSummary (Maybe Text) Source #
The parent change set ID.
changeSetSummary_rootChangeSetId :: Lens' ChangeSetSummary (Maybe Text) Source #
The root change set ID.
changeSetSummary_stackId :: Lens' ChangeSetSummary (Maybe Text) Source #
The ID of the stack with which the change set is associated.
changeSetSummary_stackName :: Lens' ChangeSetSummary (Maybe Text) Source #
The name of the stack with which the change set is associated.
changeSetSummary_status :: Lens' ChangeSetSummary (Maybe ChangeSetStatus) Source #
The state of the change set, such as CREATE_IN_PROGRESS
,
CREATE_COMPLETE
, or FAILED
.
changeSetSummary_statusReason :: Lens' ChangeSetSummary (Maybe Text) Source #
A description of the change set's status. For example, if your change
set is in the FAILED
state, CloudFormation shows the error message.