Copyright | (c) 2013-2021 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 |
Deletes the specified stack. After the stack is deleted, the application streaming environment provided by the stack is no longer available to users. Also, any reservations made for application streaming sessions for the stack are released.
Synopsis
Creating a Request
data DeleteStack Source #
See: newDeleteStack
smart constructor.
Instances
Create a value of DeleteStack
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:DeleteStack'
, deleteStack_name
- The name of the stack.
Request Lenses
deleteStack_name :: Lens' DeleteStack Text Source #
The name of the stack.
Destructuring the Response
data DeleteStackResponse Source #
See: newDeleteStackResponse
smart constructor.
DeleteStackResponse' | |
|
Instances
newDeleteStackResponse Source #
Create a value of DeleteStackResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeleteStackResponse'
, deleteStackResponse_httpStatus
- The response's http status code.
Response Lenses
deleteStackResponse_httpStatus :: Lens' DeleteStackResponse Int Source #
The response's http status code.