amazonka-cloudformation-0.0.6: Amazon CloudFormation SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudFormation.DescribeStacks

Contents

Description

Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.

http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeStacks.html

Synopsis

Request

Request constructor

describeStacks :: DescribeStacks Source

DescribeStacks constructor.

The fields accessible through corresponding lenses are:

Request lenses

ds1NextToken :: Lens' DescribeStacks (Maybe Text) Source

String that identifies the start of the next list of stacks, if there is one.

ds1StackName :: Lens' DescribeStacks (Maybe Text) Source

The name or the unique identifier associated with the stack, which are not always interchangeable:

Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.

Response

Response constructor

describeStacksResponse :: DescribeStacksResponse Source

DescribeStacksResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

dsrNextToken :: Lens' DescribeStacksResponse (Maybe Text) Source

String that identifies the start of the next list of stacks, if there is one.

dsrStacks :: Lens' DescribeStacksResponse [Stack] Source

A list of stack structures.