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 |
Starts an application that is currently stopped.
Synopsis
- data StartApplication = StartApplication' {}
- newStartApplication :: Text -> StartApplication
- startApplication_applicationId :: Lens' StartApplication Text
- data StartApplicationResponse = StartApplicationResponse' {
- httpStatus :: Int
- newStartApplicationResponse :: Int -> StartApplicationResponse
- startApplicationResponse_httpStatus :: Lens' StartApplicationResponse Int
Creating a Request
data StartApplication Source #
See: newStartApplication
smart constructor.
StartApplication' | |
|
Instances
Create a value of StartApplication
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:
StartApplication
, startApplication_applicationId
- The unique identifier of the application you want to start.
Request Lenses
startApplication_applicationId :: Lens' StartApplication Text Source #
The unique identifier of the application you want to start.
Destructuring the Response
data StartApplicationResponse Source #
See: newStartApplicationResponse
smart constructor.
StartApplicationResponse' | |
|
Instances
newStartApplicationResponse Source #
Create a value of StartApplicationResponse
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:StartApplicationResponse'
, startApplicationResponse_httpStatus
- The response's http status code.
Response Lenses
startApplicationResponse_httpStatus :: Lens' StartApplicationResponse Int Source #
The response's http status code.