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 |
Launches the specified application as a stack in CloudFormation.
Synopsis
Creating a Request
See: newLaunchApp
smart constructor.
Instances
newLaunchApp :: LaunchApp Source #
Create a value of LaunchApp
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:
LaunchApp
, launchApp_appId
- The ID of the application.
Request Lenses
Destructuring the Response
data LaunchAppResponse Source #
See: newLaunchAppResponse
smart constructor.
LaunchAppResponse' | |
|
Instances
Create a value of LaunchAppResponse
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:LaunchAppResponse'
, launchAppResponse_httpStatus
- The response's http status code.
Response Lenses
launchAppResponse_httpStatus :: Lens' LaunchAppResponse Int Source #
The response's http status code.