amazonka-mgn-2.0: Amazon Application 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.MGN.UpdateLaunchConfiguration

Description

Updates multiple LaunchConfigurations by Source Server ID.

Synopsis

Creating a Request

data UpdateLaunchConfiguration Source #

See: newUpdateLaunchConfiguration smart constructor.

Constructors

UpdateLaunchConfiguration' 

Fields

Instances

Instances details
ToJSON UpdateLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfiguration

ToHeaders UpdateLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfiguration

ToPath UpdateLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfiguration

ToQuery UpdateLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfiguration

AWSRequest UpdateLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfiguration

Generic UpdateLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfiguration

Associated Types

type Rep UpdateLaunchConfiguration :: Type -> Type #

Read UpdateLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfiguration

Show UpdateLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfiguration

NFData UpdateLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfiguration

Eq UpdateLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfiguration

Hashable UpdateLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfiguration

type AWSResponse UpdateLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfiguration

type Rep UpdateLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfiguration

type Rep UpdateLaunchConfiguration = D1 ('MetaData "UpdateLaunchConfiguration" "Amazonka.MGN.UpdateLaunchConfiguration" "amazonka-mgn-2.0-BuezedRYkBsCUJQfnWhjEk" 'False) (C1 ('MetaCons "UpdateLaunchConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "bootMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BootMode)) :*: S1 ('MetaSel ('Just "copyPrivateIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "copyTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "enableMapAutoTagging") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "launchDisposition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchDisposition))))) :*: ((S1 ('MetaSel ('Just "licensing") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Licensing)) :*: (S1 ('MetaSel ('Just "mapAutoTaggingMpeID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "postLaunchActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PostLaunchActions)) :*: (S1 ('MetaSel ('Just "targetInstanceTypeRightSizingMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetInstanceTypeRightSizingMethod)) :*: S1 ('MetaSel ('Just "sourceServerID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newUpdateLaunchConfiguration Source #

Create a value of UpdateLaunchConfiguration 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:

UpdateLaunchConfiguration, updateLaunchConfiguration_bootMode - Update Launch configuration boot mode request.

UpdateLaunchConfiguration, updateLaunchConfiguration_copyPrivateIp - Update Launch configuration copy Private IP request.

UpdateLaunchConfiguration, updateLaunchConfiguration_copyTags - Update Launch configuration copy Tags request.

UpdateLaunchConfiguration, updateLaunchConfiguration_enableMapAutoTagging - Enable map auto tagging.

UpdateLaunchConfiguration, updateLaunchConfiguration_launchDisposition - Update Launch configuration launch disposition request.

UpdateLaunchConfiguration, updateLaunchConfiguration_licensing - Update Launch configuration licensing request.

UpdateLaunchConfiguration, updateLaunchConfiguration_mapAutoTaggingMpeID - Launch configuration map auto tagging MPE ID.

UpdateLaunchConfiguration, updateLaunchConfiguration_name - Update Launch configuration name request.

UpdateLaunchConfiguration, updateLaunchConfiguration_postLaunchActions - Undocumented member.

UpdateLaunchConfiguration, updateLaunchConfiguration_targetInstanceTypeRightSizingMethod - Update Launch configuration Target instance right sizing request.

UpdateLaunchConfiguration, updateLaunchConfiguration_sourceServerID - Update Launch configuration by Source Server ID request.

Request Lenses

updateLaunchConfiguration_bootMode :: Lens' UpdateLaunchConfiguration (Maybe BootMode) Source #

Update Launch configuration boot mode request.

updateLaunchConfiguration_copyPrivateIp :: Lens' UpdateLaunchConfiguration (Maybe Bool) Source #

Update Launch configuration copy Private IP request.

updateLaunchConfiguration_copyTags :: Lens' UpdateLaunchConfiguration (Maybe Bool) Source #

Update Launch configuration copy Tags request.

updateLaunchConfiguration_name :: Lens' UpdateLaunchConfiguration (Maybe Text) Source #

Update Launch configuration name request.

updateLaunchConfiguration_sourceServerID :: Lens' UpdateLaunchConfiguration Text Source #

Update Launch configuration by Source Server ID request.

Destructuring the Response

data LaunchConfiguration Source #

See: newLaunchConfiguration smart constructor.

Constructors

LaunchConfiguration' 

Fields

Instances

Instances details
FromJSON LaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchConfiguration

Generic LaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchConfiguration

Associated Types

type Rep LaunchConfiguration :: Type -> Type #

Read LaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchConfiguration

Show LaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchConfiguration

NFData LaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchConfiguration

Methods

rnf :: LaunchConfiguration -> () #

Eq LaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchConfiguration

Hashable LaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchConfiguration

type Rep LaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchConfiguration

type Rep LaunchConfiguration = D1 ('MetaData "LaunchConfiguration" "Amazonka.MGN.Types.LaunchConfiguration" "amazonka-mgn-2.0-BuezedRYkBsCUJQfnWhjEk" 'False) (C1 ('MetaCons "LaunchConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "bootMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BootMode)) :*: (S1 ('MetaSel ('Just "copyPrivateIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "copyTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "ec2LaunchTemplateID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "enableMapAutoTagging") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "launchDisposition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchDisposition))))) :*: ((S1 ('MetaSel ('Just "licensing") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Licensing)) :*: (S1 ('MetaSel ('Just "mapAutoTaggingMpeID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "postLaunchActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PostLaunchActions)) :*: (S1 ('MetaSel ('Just "sourceServerID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetInstanceTypeRightSizingMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetInstanceTypeRightSizingMethod)))))))

newLaunchConfiguration :: LaunchConfiguration Source #

Create a value of LaunchConfiguration 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:bootMode:LaunchConfiguration', launchConfiguration_bootMode - Launch configuration boot mode.

$sel:copyPrivateIp:LaunchConfiguration', launchConfiguration_copyPrivateIp - Copy Private IP during Launch Configuration.

$sel:copyTags:LaunchConfiguration', launchConfiguration_copyTags - Copy Tags during Launch Configuration.

$sel:ec2LaunchTemplateID:LaunchConfiguration', launchConfiguration_ec2LaunchTemplateID - Launch configuration EC2 Launch template ID.

$sel:enableMapAutoTagging:LaunchConfiguration', launchConfiguration_enableMapAutoTagging - Enable map auto tagging.

$sel:launchDisposition:LaunchConfiguration', launchConfiguration_launchDisposition - Launch disposition for launch configuration.

$sel:licensing:LaunchConfiguration', launchConfiguration_licensing - Launch configuration OS licensing.

$sel:mapAutoTaggingMpeID:LaunchConfiguration', launchConfiguration_mapAutoTaggingMpeID - Map auto tagging MPE ID.

$sel:name:LaunchConfiguration', launchConfiguration_name - Launch configuration name.

$sel:postLaunchActions:LaunchConfiguration', launchConfiguration_postLaunchActions - Undocumented member.

$sel:sourceServerID:LaunchConfiguration', launchConfiguration_sourceServerID - Launch configuration Source Server ID.

$sel:targetInstanceTypeRightSizingMethod:LaunchConfiguration', launchConfiguration_targetInstanceTypeRightSizingMethod - Launch configuration Target instance type right sizing method.

Response Lenses

launchConfiguration_copyPrivateIp :: Lens' LaunchConfiguration (Maybe Bool) Source #

Copy Private IP during Launch Configuration.

launchConfiguration_copyTags :: Lens' LaunchConfiguration (Maybe Bool) Source #

Copy Tags during Launch Configuration.

launchConfiguration_ec2LaunchTemplateID :: Lens' LaunchConfiguration (Maybe Text) Source #

Launch configuration EC2 Launch template ID.