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.StackSummary

Description

 
Synopsis

Documentation

data StackSummary Source #

The StackSummary Data Type

See: newStackSummary smart constructor.

Constructors

StackSummary' 

Fields

Instances

Instances details
Eq StackSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSummary

Read StackSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSummary

Show StackSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSummary

Generic StackSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSummary

Associated Types

type Rep StackSummary :: Type -> Type #

NFData StackSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSummary

Methods

rnf :: StackSummary -> () #

Hashable StackSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSummary

FromXML StackSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSummary

type Rep StackSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSummary

type Rep StackSummary = D1 ('MetaData "StackSummary" "Amazonka.CloudFormation.Types.StackSummary" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "rootId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "stackStatusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "templateDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "driftInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackDriftInformationSummary))))) :*: ((S1 ('MetaSel ('Just "deletionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "stackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601) :*: S1 ('MetaSel ('Just "stackStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StackStatus))))))

newStackSummary Source #

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: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: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: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:driftInformation:StackSummary', stackSummary_driftInformation - Summarizes information on 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:deletionTime:StackSummary', stackSummary_deletionTime - The time the stack was deleted.

$sel:stackId:StackSummary', stackSummary_stackId - Unique stack identifier.

$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: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_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_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_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_driftInformation :: Lens' StackSummary (Maybe StackDriftInformationSummary) Source #

Summarizes information on 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_deletionTime :: Lens' StackSummary (Maybe UTCTime) Source #

The time the stack was deleted.

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_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.