Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.AWS.CloudFormation.DeleteStack
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
Request
data DeleteStack Source
Request constructor
Arguments
:: Text | |
-> DeleteStack |
Request lenses
dsStackName :: Lens' DeleteStack Text Source
The name or the unique stack ID that is associated with the stack.
Response
Response constructor
deleteStackResponse :: DeleteStackResponse Source
DeleteStackResponse
constructor.