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 |
Terminates the stack for the specified application.
Synopsis
- data TerminateApp = TerminateApp' {}
- newTerminateApp :: TerminateApp
- terminateApp_appId :: Lens' TerminateApp (Maybe Text)
- data TerminateAppResponse = TerminateAppResponse' {
- httpStatus :: Int
- newTerminateAppResponse :: Int -> TerminateAppResponse
- terminateAppResponse_httpStatus :: Lens' TerminateAppResponse Int
Creating a Request
data TerminateApp Source #
See: newTerminateApp
smart constructor.
Instances
newTerminateApp :: TerminateApp Source #
Create a value of TerminateApp
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:appId:TerminateApp'
, terminateApp_appId
- The ID of the application.
Request Lenses
terminateApp_appId :: Lens' TerminateApp (Maybe Text) Source #
The ID of the application.
Destructuring the Response
data TerminateAppResponse Source #
See: newTerminateAppResponse
smart constructor.
TerminateAppResponse' | |
|
Instances
newTerminateAppResponse Source #
Create a value of TerminateAppResponse
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:TerminateAppResponse'
, terminateAppResponse_httpStatus
- The response's http status code.
Response Lenses
terminateAppResponse_httpStatus :: Lens' TerminateAppResponse Int Source #
The response's http status code.