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 StackSummary = StackSummary' {
- deletionTime :: Maybe ISO8601
- driftInformation :: Maybe StackDriftInformationSummary
- lastUpdatedTime :: Maybe ISO8601
- parentId :: Maybe Text
- rootId :: Maybe Text
- stackId :: Maybe Text
- stackStatusReason :: Maybe Text
- templateDescription :: Maybe Text
- stackName :: Text
- creationTime :: ISO8601
- stackStatus :: StackStatus
- newStackSummary :: Text -> UTCTime -> StackStatus -> StackSummary
- stackSummary_deletionTime :: Lens' StackSummary (Maybe UTCTime)
- stackSummary_driftInformation :: Lens' StackSummary (Maybe StackDriftInformationSummary)
- stackSummary_lastUpdatedTime :: Lens' StackSummary (Maybe UTCTime)
- stackSummary_parentId :: Lens' StackSummary (Maybe Text)
- stackSummary_rootId :: Lens' StackSummary (Maybe Text)
- stackSummary_stackId :: Lens' StackSummary (Maybe Text)
- stackSummary_stackStatusReason :: Lens' StackSummary (Maybe Text)
- stackSummary_templateDescription :: Lens' StackSummary (Maybe Text)
- stackSummary_stackName :: Lens' StackSummary Text
- stackSummary_creationTime :: Lens' StackSummary UTCTime
- stackSummary_stackStatus :: Lens' StackSummary StackStatus
Documentation
data StackSummary Source #
The StackSummary Data Type
See: newStackSummary
smart constructor.
StackSummary' | |
|
Instances
:: Text | |
-> UTCTime | |
-> StackStatus | |
-> StackSummary |
Create a value of StackSummary
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:deletionTime:StackSummary'
, stackSummary_deletionTime
- The time the stack was deleted.
$sel:driftInformation:StackSummary'
, stackSummary_driftInformation
- Summarizes information about whether a stack's actual configuration
differs, or has drifted, from it's expected configuration, as defined
in the stack template and any values specified as template parameters.
For more information, see
Detecting Unregulated Configuration Changes to Stacks and Resources.
$sel:lastUpdatedTime:StackSummary'
, stackSummary_lastUpdatedTime
- The time the stack was last updated. This field will only be returned if
the stack has been updated at least once.
$sel:parentId:StackSummary'
, stackSummary_parentId
- For nested stacks--stacks created as resources for another stack--the
stack ID of the direct parent of this stack. For the first level of
nested stacks, the root stack is also the parent stack.
For more information, see Working with Nested Stacks in the CloudFormation User Guide.
$sel:rootId:StackSummary'
, stackSummary_rootId
- For nested stacks--stacks created as resources for another stack--the
stack ID of the top-level stack to which the nested stack ultimately
belongs.
For more information, see Working with Nested Stacks in the CloudFormation User Guide.
$sel:stackId:StackSummary'
, stackSummary_stackId
- Unique stack identifier.
$sel:stackStatusReason:StackSummary'
, stackSummary_stackStatusReason
- Success/Failure message associated with the stack status.
$sel:templateDescription:StackSummary'
, stackSummary_templateDescription
- The template description of the template used to create the stack.
$sel:stackName:StackSummary'
, stackSummary_stackName
- The name associated with the stack.
$sel:creationTime:StackSummary'
, stackSummary_creationTime
- The time the stack was created.
$sel:stackStatus:StackSummary'
, stackSummary_stackStatus
- The current status of the stack.
stackSummary_deletionTime :: Lens' StackSummary (Maybe UTCTime) Source #
The time the stack was deleted.
stackSummary_driftInformation :: Lens' StackSummary (Maybe StackDriftInformationSummary) Source #
Summarizes information about whether a stack's actual configuration differs, or has drifted, from it's expected configuration, as defined in the stack template and any values specified as template parameters. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.
stackSummary_lastUpdatedTime :: Lens' StackSummary (Maybe UTCTime) Source #
The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
stackSummary_parentId :: Lens' StackSummary (Maybe Text) Source #
For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this stack. For the first level of nested stacks, the root stack is also the parent stack.
For more information, see Working with Nested Stacks in the CloudFormation User Guide.
stackSummary_rootId :: Lens' StackSummary (Maybe Text) Source #
For nested stacks--stacks created as resources for another stack--the stack ID of the top-level stack to which the nested stack ultimately belongs.
For more information, see Working with Nested Stacks in the CloudFormation User Guide.
stackSummary_stackId :: Lens' StackSummary (Maybe Text) Source #
Unique stack identifier.
stackSummary_stackStatusReason :: Lens' StackSummary (Maybe Text) Source #
Success/Failure message associated with the stack status.
stackSummary_templateDescription :: Lens' StackSummary (Maybe Text) Source #
The template description of the template used to create the stack.
stackSummary_stackName :: Lens' StackSummary Text Source #
The name associated with the stack.
stackSummary_creationTime :: Lens' StackSummary UTCTime Source #
The time the stack was created.
stackSummary_stackStatus :: Lens' StackSummary StackStatus Source #
The current status of the stack.