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 |
Starts the specified Kinesis Data Analytics application. After creating an application, you must exclusively call this operation to start your application.
Synopsis
- data StartApplication = StartApplication' {}
- newStartApplication :: Text -> StartApplication
- startApplication_runConfiguration :: Lens' StartApplication (Maybe RunConfiguration)
- startApplication_applicationName :: 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:
$sel:runConfiguration:StartApplication'
, startApplication_runConfiguration
- Identifies the run configuration (start parameters) of a Kinesis Data
Analytics application.
$sel:applicationName:StartApplication'
, startApplication_applicationName
- The name of the application.
Request Lenses
startApplication_runConfiguration :: Lens' StartApplication (Maybe RunConfiguration) Source #
Identifies the run configuration (start parameters) of a Kinesis Data Analytics application.
startApplication_applicationName :: Lens' StartApplication Text Source #
The name of the application.
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.