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

Description

Lists all LaunchConfigurations available, filtered by Source Server IDs.

Synopsis

Creating a Request

data GetLaunchConfiguration Source #

See: newGetLaunchConfiguration smart constructor.

Constructors

GetLaunchConfiguration' 

Fields

  • sourceServerID :: Text

    Request to get Launch Configuration information by Source Server ID.

Instances

Instances details
ToJSON GetLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.GetLaunchConfiguration

ToHeaders GetLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.GetLaunchConfiguration

ToPath GetLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.GetLaunchConfiguration

ToQuery GetLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.GetLaunchConfiguration

AWSRequest GetLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.GetLaunchConfiguration

Associated Types

type AWSResponse GetLaunchConfiguration #

Generic GetLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.GetLaunchConfiguration

Associated Types

type Rep GetLaunchConfiguration :: Type -> Type #

Read GetLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.GetLaunchConfiguration

Show GetLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.GetLaunchConfiguration

NFData GetLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.GetLaunchConfiguration

Methods

rnf :: GetLaunchConfiguration -> () #

Eq GetLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.GetLaunchConfiguration

Hashable GetLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.GetLaunchConfiguration

type AWSResponse GetLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.GetLaunchConfiguration

type Rep GetLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.GetLaunchConfiguration

type Rep GetLaunchConfiguration = D1 ('MetaData "GetLaunchConfiguration" "Amazonka.MGN.GetLaunchConfiguration" "amazonka-mgn-2.0-BuezedRYkBsCUJQfnWhjEk" 'False) (C1 ('MetaCons "GetLaunchConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceServerID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetLaunchConfiguration Source #

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

GetLaunchConfiguration, getLaunchConfiguration_sourceServerID - Request to get Launch Configuration information by Source Server ID.

Request Lenses

getLaunchConfiguration_sourceServerID :: Lens' GetLaunchConfiguration Text Source #

Request to get Launch Configuration information by Source Server ID.

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.