| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SMS.TerminateApp
Description
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.
Constructors
| TerminateApp' | |
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:
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.
Constructors
| TerminateAppResponse' | |
Fields
| |
Instances
newTerminateAppResponse Source #
Arguments
| :: Int | |
| -> TerminateAppResponse |
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.