| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.AppStream.DeleteStack
Description
Deletes the specified stack. After this operation completes, the environment can no longer be activated and any reservations made for the stack are released.
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:
dsName- The name of the stack.
data DeleteStack Source #
See: deleteStack smart constructor.
Instances
Request Lenses
Destructuring the Response
Arguments
| :: Int | |
| -> DeleteStackResponse |
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.