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 |
Amazonka.SMS.LaunchApp
Description
Launches the specified application as a stack in AWS CloudFormation.
Synopsis
Creating a Request
See: newLaunchApp
smart constructor.
Constructors
LaunchApp' | |
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:
$sel:appId:LaunchApp'
, launchApp_appId
- The ID of the application.
Request Lenses
Destructuring the Response
data LaunchAppResponse Source #
See: newLaunchAppResponse
smart constructor.
Constructors
LaunchAppResponse' | |
Fields
|
Instances
Arguments
:: Int | |
-> LaunchAppResponse |
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.