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 |
Deletes the stack. After this operation completes, the environment can no longer be activated, and any reservations made for the stack are released.
Creating a Request
:: 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:
dsName
- The name of the stack to delete.
data DeleteStack Source #
See: deleteStack
smart constructor.
Request Lenses
Destructuring the Response
Creates a value of DeleteStackResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dsrsResponseStatus
- -- | The response status code.
data DeleteStackResponse Source #
See: deleteStackResponse
smart constructor.
Response Lenses
dsrsResponseStatus :: Lens' DeleteStackResponse Int Source #
- - | The response status code.