amazonka-cloudformation-0.0.6: Amazon CloudFormation SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudFormation.DeleteStack

Contents

Description

Deletes a specified stack. Once the call completes successfully, stack deletion starts. Deleted stacks do not show up in the DescribeStacks API if the deletion has been completed successfully.

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

Synopsis

Request

Request constructor

deleteStack Source

DeleteStack constructor.

The fields accessible through corresponding lenses are:

Request lenses

dsStackName :: Lens' DeleteStack Text Source

The name or the unique identifier associated with the stack.

Response

Response constructor