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 |
Launches the specified application as a stack in AWS CloudFormation.
Synopsis
Creating a Request
See: newLaunchApp
smart constructor.
Instances
Eq LaunchApp Source # | |
Read LaunchApp Source # | |
Show LaunchApp Source # | |
Generic LaunchApp Source # | |
NFData LaunchApp Source # | |
Defined in Amazonka.SMS.LaunchApp | |
Hashable LaunchApp Source # | |
Defined in Amazonka.SMS.LaunchApp | |
ToJSON LaunchApp Source # | |
Defined in Amazonka.SMS.LaunchApp | |
AWSRequest LaunchApp Source # | |
Defined in Amazonka.SMS.LaunchApp type AWSResponse LaunchApp # request :: LaunchApp -> Request LaunchApp # response :: MonadResource m => Logger -> Service -> Proxy LaunchApp -> ClientResponse ClientBody -> m (Either Error (ClientResponse (AWSResponse LaunchApp))) # | |
ToHeaders LaunchApp Source # | |
Defined in Amazonka.SMS.LaunchApp | |
ToPath LaunchApp Source # | |
Defined in Amazonka.SMS.LaunchApp toPath :: LaunchApp -> ByteString # | |
ToQuery LaunchApp Source # | |
Defined in Amazonka.SMS.LaunchApp toQuery :: LaunchApp -> QueryString # | |
type Rep LaunchApp Source # | |
Defined in Amazonka.SMS.LaunchApp | |
type AWSResponse LaunchApp Source # | |
Defined in Amazonka.SMS.LaunchApp |
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.
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.