libZSservicesZSamazonka-smsZSamazonka-sms
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SMS.LaunchApp

Description

Launches the specified application as a stack in AWS CloudFormation.

Synopsis

Creating a Request

data LaunchApp Source #

See: newLaunchApp smart constructor.

Constructors

LaunchApp' 

Fields

Instances

Instances details
Eq LaunchApp Source # 
Instance details

Defined in Amazonka.SMS.LaunchApp

Read LaunchApp Source # 
Instance details

Defined in Amazonka.SMS.LaunchApp

Show LaunchApp Source # 
Instance details

Defined in Amazonka.SMS.LaunchApp

Generic LaunchApp Source # 
Instance details

Defined in Amazonka.SMS.LaunchApp

Associated Types

type Rep LaunchApp :: Type -> Type #

NFData LaunchApp Source # 
Instance details

Defined in Amazonka.SMS.LaunchApp

Methods

rnf :: LaunchApp -> () #

Hashable LaunchApp Source # 
Instance details

Defined in Amazonka.SMS.LaunchApp

ToJSON LaunchApp Source # 
Instance details

Defined in Amazonka.SMS.LaunchApp

AWSRequest LaunchApp Source # 
Instance details

Defined in Amazonka.SMS.LaunchApp

Associated Types

type AWSResponse LaunchApp #

ToHeaders LaunchApp Source # 
Instance details

Defined in Amazonka.SMS.LaunchApp

Methods

toHeaders :: LaunchApp -> [Header] #

ToPath LaunchApp Source # 
Instance details

Defined in Amazonka.SMS.LaunchApp

ToQuery LaunchApp Source # 
Instance details

Defined in Amazonka.SMS.LaunchApp

type Rep LaunchApp Source # 
Instance details

Defined in Amazonka.SMS.LaunchApp

type Rep LaunchApp = D1 ('MetaData "LaunchApp" "Amazonka.SMS.LaunchApp" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "LaunchApp'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse LaunchApp Source # 
Instance details

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

launchApp_appId :: Lens' LaunchApp (Maybe Text) Source #

The ID of the application.

Destructuring the Response

data LaunchAppResponse Source #

See: newLaunchAppResponse smart constructor.

Constructors

LaunchAppResponse' 

Fields

Instances

Instances details
Eq LaunchAppResponse Source # 
Instance details

Defined in Amazonka.SMS.LaunchApp

Read LaunchAppResponse Source # 
Instance details

Defined in Amazonka.SMS.LaunchApp

Show LaunchAppResponse Source # 
Instance details

Defined in Amazonka.SMS.LaunchApp

Generic LaunchAppResponse Source # 
Instance details

Defined in Amazonka.SMS.LaunchApp

Associated Types

type Rep LaunchAppResponse :: Type -> Type #

NFData LaunchAppResponse Source # 
Instance details

Defined in Amazonka.SMS.LaunchApp

Methods

rnf :: LaunchAppResponse -> () #

type Rep LaunchAppResponse Source # 
Instance details

Defined in Amazonka.SMS.LaunchApp

type Rep LaunchAppResponse = D1 ('MetaData "LaunchAppResponse" "Amazonka.SMS.LaunchApp" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "LaunchAppResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newLaunchAppResponse Source #

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.