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.GetAppLaunchConfiguration

Description

Retrieves the application launch configuration associated with the specified application.

Synopsis

Creating a Request

data GetAppLaunchConfiguration Source #

See: newGetAppLaunchConfiguration smart constructor.

Constructors

GetAppLaunchConfiguration' 

Fields

Instances

Instances details
Eq GetAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.GetAppLaunchConfiguration

Read GetAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.GetAppLaunchConfiguration

Show GetAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.GetAppLaunchConfiguration

Generic GetAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.GetAppLaunchConfiguration

Associated Types

type Rep GetAppLaunchConfiguration :: Type -> Type #

NFData GetAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.GetAppLaunchConfiguration

Hashable GetAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.GetAppLaunchConfiguration

ToJSON GetAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.GetAppLaunchConfiguration

AWSRequest GetAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.GetAppLaunchConfiguration

ToHeaders GetAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.GetAppLaunchConfiguration

ToPath GetAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.GetAppLaunchConfiguration

ToQuery GetAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.GetAppLaunchConfiguration

type Rep GetAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.GetAppLaunchConfiguration

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

Defined in Amazonka.SMS.GetAppLaunchConfiguration

newGetAppLaunchConfiguration :: GetAppLaunchConfiguration Source #

Create a value of GetAppLaunchConfiguration 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:GetAppLaunchConfiguration', getAppLaunchConfiguration_appId - The ID of the application.

Request Lenses

Destructuring the Response

data GetAppLaunchConfigurationResponse Source #

See: newGetAppLaunchConfigurationResponse smart constructor.

Constructors

GetAppLaunchConfigurationResponse' 

Fields

Instances

Instances details
Eq GetAppLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.GetAppLaunchConfiguration

Read GetAppLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.GetAppLaunchConfiguration

Show GetAppLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.GetAppLaunchConfiguration

Generic GetAppLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.GetAppLaunchConfiguration

Associated Types

type Rep GetAppLaunchConfigurationResponse :: Type -> Type #

NFData GetAppLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.GetAppLaunchConfiguration

type Rep GetAppLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.GetAppLaunchConfiguration

type Rep GetAppLaunchConfigurationResponse = D1 ('MetaData "GetAppLaunchConfigurationResponse" "Amazonka.SMS.GetAppLaunchConfiguration" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "GetAppLaunchConfigurationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "serverGroupLaunchConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ServerGroupLaunchConfiguration])) :*: S1 ('MetaSel ('Just "autoLaunch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "roleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "appId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetAppLaunchConfigurationResponse Source #

Create a value of GetAppLaunchConfigurationResponse 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:serverGroupLaunchConfigurations:GetAppLaunchConfigurationResponse', getAppLaunchConfigurationResponse_serverGroupLaunchConfigurations - The launch configurations for server groups in this application.

$sel:autoLaunch:GetAppLaunchConfigurationResponse', getAppLaunchConfigurationResponse_autoLaunch - Indicates whether the application is configured to launch automatically after replication is complete.

$sel:roleName:GetAppLaunchConfigurationResponse', getAppLaunchConfigurationResponse_roleName - The name of the service role in the customer's account that AWS CloudFormation uses to launch the application.

$sel:appId:GetAppLaunchConfiguration', getAppLaunchConfigurationResponse_appId - The ID of the application.

$sel:httpStatus:GetAppLaunchConfigurationResponse', getAppLaunchConfigurationResponse_httpStatus - The response's http status code.

Response Lenses

getAppLaunchConfigurationResponse_autoLaunch :: Lens' GetAppLaunchConfigurationResponse (Maybe Bool) Source #

Indicates whether the application is configured to launch automatically after replication is complete.

getAppLaunchConfigurationResponse_roleName :: Lens' GetAppLaunchConfigurationResponse (Maybe Text) Source #

The name of the service role in the customer's account that AWS CloudFormation uses to launch the application.