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

Description

Updates an existing Launch Configuration Template by ID.

Synopsis

Creating a Request

data UpdateLaunchConfigurationTemplate Source #

See: newUpdateLaunchConfigurationTemplate smart constructor.

Constructors

UpdateLaunchConfigurationTemplate' 

Fields

Instances

Instances details
ToJSON UpdateLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfigurationTemplate

ToHeaders UpdateLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfigurationTemplate

ToPath UpdateLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfigurationTemplate

ToQuery UpdateLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfigurationTemplate

AWSRequest UpdateLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfigurationTemplate

Generic UpdateLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfigurationTemplate

Associated Types

type Rep UpdateLaunchConfigurationTemplate :: Type -> Type #

Read UpdateLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfigurationTemplate

Show UpdateLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfigurationTemplate

NFData UpdateLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfigurationTemplate

Eq UpdateLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfigurationTemplate

Hashable UpdateLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfigurationTemplate

type AWSResponse UpdateLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfigurationTemplate

type Rep UpdateLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.UpdateLaunchConfigurationTemplate

type Rep UpdateLaunchConfigurationTemplate = D1 ('MetaData "UpdateLaunchConfigurationTemplate" "Amazonka.MGN.UpdateLaunchConfigurationTemplate" "amazonka-mgn-2.0-BuezedRYkBsCUJQfnWhjEk" 'False) (C1 ('MetaCons "UpdateLaunchConfigurationTemplate'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "associatePublicIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (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 "largeVolumeConf") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchTemplateDiskConf)) :*: 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 "postLaunchActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PostLaunchActions)))) :*: ((S1 ('MetaSel ('Just "smallVolumeConf") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchTemplateDiskConf)) :*: S1 ('MetaSel ('Just "smallVolumeMaxSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "targetInstanceTypeRightSizingMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetInstanceTypeRightSizingMethod)) :*: S1 ('MetaSel ('Just "launchConfigurationTemplateID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newUpdateLaunchConfigurationTemplate Source #

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

UpdateLaunchConfigurationTemplate, updateLaunchConfigurationTemplate_associatePublicIpAddress - Associate public Ip address.

UpdateLaunchConfigurationTemplate, updateLaunchConfigurationTemplate_bootMode - Launch configuration template boot mode.

UpdateLaunchConfigurationTemplate, updateLaunchConfigurationTemplate_copyPrivateIp - Copy private Ip.

UpdateLaunchConfigurationTemplate, updateLaunchConfigurationTemplate_copyTags - Copy tags.

UpdateLaunchConfigurationTemplate, updateLaunchConfigurationTemplate_enableMapAutoTagging - Enable map auto tagging.

UpdateLaunchConfigurationTemplate, updateLaunchConfigurationTemplate_largeVolumeConf - Large volume config.

UpdateLaunchConfigurationTemplate, updateLaunchConfigurationTemplate_launchDisposition - Launch disposition.

UpdateLaunchConfigurationTemplate, updateLaunchConfigurationTemplate_licensing - Undocumented member.

UpdateLaunchConfigurationTemplate, updateLaunchConfigurationTemplate_mapAutoTaggingMpeID - Launch configuration template map auto tagging MPE ID.

UpdateLaunchConfigurationTemplate, updateLaunchConfigurationTemplate_postLaunchActions - Post Launch Action to execute on the Test or Cutover instance.

UpdateLaunchConfigurationTemplate, updateLaunchConfigurationTemplate_smallVolumeConf - Small volume config.

UpdateLaunchConfigurationTemplate, updateLaunchConfigurationTemplate_smallVolumeMaxSize - Small volume maximum size.

UpdateLaunchConfigurationTemplate, updateLaunchConfigurationTemplate_targetInstanceTypeRightSizingMethod - Target instance type right-sizing method.

UpdateLaunchConfigurationTemplate, updateLaunchConfigurationTemplate_launchConfigurationTemplateID - Launch Configuration Template ID.

Request Lenses

Destructuring the Response

data LaunchConfigurationTemplate Source #

See: newLaunchConfigurationTemplate smart constructor.

Constructors

LaunchConfigurationTemplate' 

Fields

Instances

Instances details
FromJSON LaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchConfigurationTemplate

Generic LaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchConfigurationTemplate

Associated Types

type Rep LaunchConfigurationTemplate :: Type -> Type #

Show LaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchConfigurationTemplate

NFData LaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchConfigurationTemplate

Eq LaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchConfigurationTemplate

Hashable LaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchConfigurationTemplate

type Rep LaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchConfigurationTemplate

type Rep LaunchConfigurationTemplate = D1 ('MetaData "LaunchConfigurationTemplate" "Amazonka.MGN.Types.LaunchConfigurationTemplate" "amazonka-mgn-2.0-BuezedRYkBsCUJQfnWhjEk" 'False) (C1 ('MetaCons "LaunchConfigurationTemplate'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "associatePublicIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (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 "largeVolumeConf") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchTemplateDiskConf))))) :*: (((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 "postLaunchActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PostLaunchActions)))) :*: ((S1 ('MetaSel ('Just "smallVolumeConf") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchTemplateDiskConf)) :*: S1 ('MetaSel ('Just "smallVolumeMaxSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "targetInstanceTypeRightSizingMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetInstanceTypeRightSizingMethod)) :*: S1 ('MetaSel ('Just "launchConfigurationTemplateID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))

newLaunchConfigurationTemplate Source #

Create a value of LaunchConfigurationTemplate 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:arn:LaunchConfigurationTemplate', launchConfigurationTemplate_arn - ARN of the Launch Configuration Template.

$sel:associatePublicIpAddress:LaunchConfigurationTemplate', launchConfigurationTemplate_associatePublicIpAddress - Associate public Ip address.

$sel:bootMode:LaunchConfigurationTemplate', launchConfigurationTemplate_bootMode - Launch configuration template boot mode.

$sel:copyPrivateIp:LaunchConfigurationTemplate', launchConfigurationTemplate_copyPrivateIp - Copy private Ip.

$sel:copyTags:LaunchConfigurationTemplate', launchConfigurationTemplate_copyTags - Copy tags.

$sel:ec2LaunchTemplateID:LaunchConfigurationTemplate', launchConfigurationTemplate_ec2LaunchTemplateID - EC2 launch template ID.

$sel:enableMapAutoTagging:LaunchConfigurationTemplate', launchConfigurationTemplate_enableMapAutoTagging - Enable map auto tagging.

$sel:largeVolumeConf:LaunchConfigurationTemplate', launchConfigurationTemplate_largeVolumeConf - Large volume config.

$sel:launchDisposition:LaunchConfigurationTemplate', launchConfigurationTemplate_launchDisposition - Launch disposition.

$sel:licensing:LaunchConfigurationTemplate', launchConfigurationTemplate_licensing - Undocumented member.

$sel:mapAutoTaggingMpeID:LaunchConfigurationTemplate', launchConfigurationTemplate_mapAutoTaggingMpeID - Launch configuration template map auto tagging MPE ID.

$sel:postLaunchActions:LaunchConfigurationTemplate', launchConfigurationTemplate_postLaunchActions - Post Launch Actions of the Launch Configuration Template.

$sel:smallVolumeConf:LaunchConfigurationTemplate', launchConfigurationTemplate_smallVolumeConf - Small volume config.

$sel:smallVolumeMaxSize:LaunchConfigurationTemplate', launchConfigurationTemplate_smallVolumeMaxSize - Small volume maximum size.

$sel:tags:LaunchConfigurationTemplate', launchConfigurationTemplate_tags - Tags of the Launch Configuration Template.

$sel:targetInstanceTypeRightSizingMethod:LaunchConfigurationTemplate', launchConfigurationTemplate_targetInstanceTypeRightSizingMethod - Target instance type right-sizing method.

$sel:launchConfigurationTemplateID:LaunchConfigurationTemplate', launchConfigurationTemplate_launchConfigurationTemplateID - ID of the Launch Configuration Template.

Response Lenses

launchConfigurationTemplate_mapAutoTaggingMpeID :: Lens' LaunchConfigurationTemplate (Maybe Text) Source #

Launch configuration template map auto tagging MPE ID.