amazonka-sms-2.0: Amazon Server Migration Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON 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

AWSRequest 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 #

Read PutAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

Show PutAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

NFData PutAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

Eq PutAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

Hashable PutAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

type AWSResponse 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" "amazonka-sms-2.0-4YLznk7UFuE5VtyLFXmW6X" 'False) (C1 ('MetaCons "PutAppLaunchConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "appId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "autoLaunch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "roleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serverGroupLaunchConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ServerGroupLaunchConfiguration])))))

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:

PutAppLaunchConfiguration, putAppLaunchConfiguration_appId - The ID of the application.

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

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

$sel:serverGroupLaunchConfigurations:PutAppLaunchConfiguration', putAppLaunchConfiguration_serverGroupLaunchConfigurations - Information about the launch configurations for server groups in the application.

Request Lenses

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 CloudFormation uses to launch the application.

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

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

Destructuring the Response

data PutAppLaunchConfigurationResponse Source #

See: newPutAppLaunchConfigurationResponse smart constructor.

Constructors

PutAppLaunchConfigurationResponse' 

Fields

Instances

Instances details
Generic PutAppLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

Associated Types

type Rep PutAppLaunchConfigurationResponse :: Type -> Type #

Read PutAppLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

Show PutAppLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

NFData PutAppLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.PutAppLaunchConfiguration

Eq 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" "amazonka-sms-2.0-4YLznk7UFuE5VtyLFXmW6X" '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