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

Description

Creates or updates the launch configuration for the specified application.

Synopsis

Creating a Request

data PutAppLaunchConfiguration Source #

See: newPutAppLaunchConfiguration smart constructor.

Constructors

PutAppLaunchConfiguration' 

Fields

Instances

Instances details
Eq PutAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

Read PutAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

Show PutAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

Generic PutAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

Associated Types

type Rep PutAppLaunchConfiguration :: Type -> Type #

NFData PutAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

Hashable PutAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

ToJSON PutAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

AWSRequest PutAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

ToHeaders PutAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

ToPath PutAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

ToQuery PutAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

type Rep PutAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

type Rep PutAppLaunchConfiguration = D1 ('MetaData "PutAppLaunchConfiguration" "Amazonka.SMS.PutAppLaunchConfiguration" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "PutAppLaunchConfiguration'" '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)))))
type AWSResponse PutAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

newPutAppLaunchConfiguration :: PutAppLaunchConfiguration Source #

Create a value of PutAppLaunchConfiguration 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:PutAppLaunchConfiguration', putAppLaunchConfiguration_serverGroupLaunchConfigurations - Information about the launch configurations for server groups in the application.

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

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

$sel:appId:PutAppLaunchConfiguration', putAppLaunchConfiguration_appId - The ID of the application.

Request Lenses

putAppLaunchConfiguration_serverGroupLaunchConfigurations :: Lens' PutAppLaunchConfiguration (Maybe [ServerGroupLaunchConfiguration]) Source #

Information about the launch configurations for server groups in the application.

putAppLaunchConfiguration_autoLaunch :: Lens' PutAppLaunchConfiguration (Maybe Bool) Source #

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

putAppLaunchConfiguration_roleName :: Lens' PutAppLaunchConfiguration (Maybe Text) Source #

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

Destructuring the Response

data PutAppLaunchConfigurationResponse Source #

See: newPutAppLaunchConfigurationResponse smart constructor.

Constructors

PutAppLaunchConfigurationResponse' 

Fields

Instances

Instances details
Eq PutAppLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

Read PutAppLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

Show PutAppLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

Generic PutAppLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

Associated Types

type Rep PutAppLaunchConfigurationResponse :: Type -> Type #

NFData PutAppLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

type Rep PutAppLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

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

newPutAppLaunchConfigurationResponse Source #

Create a value of PutAppLaunchConfigurationResponse 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:PutAppLaunchConfigurationResponse', putAppLaunchConfigurationResponse_httpStatus - The response's http status code.

Response Lenses