| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| 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.
Creating a Request
Arguments
| :: Text | |
| -> DeleteStack |
Creates a value of DeleteStack with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteStack Source #
The input for DeleteStack action.
See: deleteStack smart constructor.
Instances
Request Lenses
dsRetainResources :: Lens' DeleteStack [Text] Source #
For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain. During deletion, AWS CloudFormation deletes the stack but does not delete the retained resources.
Retaining resources is useful when you cannot delete a resource, such as a non-empty S3 bucket, but you want to delete the stack.
dsStackName :: Lens' DeleteStack Text Source #
The name or the unique stack ID that is associated with the stack.
Destructuring the Response
deleteStackResponse :: DeleteStackResponse Source #
Creates a value of DeleteStackResponse with the minimum fields required to make a request.
data DeleteStackResponse Source #
See: deleteStackResponse smart constructor.