amazonka-cloudformation-0.0.6: Amazon CloudFormation SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudFormation.ListStackResources

Contents

Description

Returns descriptions of all resources of the specified stack.

For deleted stacks, ListStackResources returns resource information for up to 90 days after the stack has been deleted.

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

Synopsis

Request

Request constructor

listStackResources Source

ListStackResources constructor.

The fields accessible through corresponding lenses are:

Request lenses

lsrNextToken :: Lens' ListStackResources (Maybe Text) Source

String that identifies the start of the next list of stack resource summaries, if there is one.

Default: There is no default value.

lsrStackName :: Lens' ListStackResources 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

Response lenses

lsrrNextToken :: Lens' ListStackResourcesResponse (Maybe Text) Source

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