Copyright | (c) 2013-2017 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <[email protected]> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.CloudFormation.DeleteStackSet
Description
Deletes a stack set. Before you can delete a stack set, all of its member stack instances must be deleted. For more information about how to do this, see DeleteStackInstances
.
Creating a Request
Arguments
:: Text | |
-> DeleteStackSet |
Creates a value of DeleteStackSet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dssStackSetName
- The name or unique ID of the stack set that you're deleting. You can obtain this value by runningListStackSets
.
data DeleteStackSet Source #
See: deleteStackSet
smart constructor.
Instances
Request Lenses
dssStackSetName :: Lens' DeleteStackSet Text Source #
The name or unique ID of the stack set that you're deleting. You can obtain this value by running ListStackSets
.
Destructuring the Response
deleteStackSetResponse Source #
Arguments
:: Int | |
-> DeleteStackSetResponse |
Creates a value of DeleteStackSetResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dssrsResponseStatus
- -- | The response status code.
data DeleteStackSetResponse Source #
See: deleteStackSetResponse
smart constructor.
Response Lenses
dssrsResponseStatus :: Lens' DeleteStackSetResponse Int Source #
- - | The response status code.