libZSservicesZSamazonka-mgnZSamazonka-mgn
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.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
Eq GetLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.GetLaunchConfiguration

Read GetLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.GetLaunchConfiguration

Show GetLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.GetLaunchConfiguration

Generic GetLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.GetLaunchConfiguration

Associated Types

type Rep GetLaunchConfiguration :: Type -> Type #

NFData GetLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.GetLaunchConfiguration

Methods

rnf :: GetLaunchConfiguration -> () #

Hashable GetLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.GetLaunchConfiguration

ToJSON GetLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.GetLaunchConfiguration

AWSRequest GetLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.GetLaunchConfiguration

Associated Types

type AWSResponse 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

type Rep GetLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.GetLaunchConfiguration

type Rep GetLaunchConfiguration = D1 ('MetaData "GetLaunchConfiguration" "Amazonka.MGN.GetLaunchConfiguration" "libZSservicesZSamazonka-mgnZSamazonka-mgn" 'False) (C1 ('MetaCons "GetLaunchConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceServerID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetLaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.GetLaunchConfiguration

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:

$sel:sourceServerID: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
Eq LaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchConfiguration

Read LaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchConfiguration

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

NFData LaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchConfiguration

Methods

rnf :: LaunchConfiguration -> () #

Hashable LaunchConfiguration Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchConfiguration

FromJSON 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" "libZSservicesZSamazonka-mgnZSamazonka-mgn" 'False) (C1 ('MetaCons "LaunchConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "ec2LaunchTemplateID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetInstanceTypeRightSizingMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetInstanceTypeRightSizingMethod))) :*: (S1 ('MetaSel ('Just "launchDisposition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchDisposition)) :*: S1 ('MetaSel ('Just "copyTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceServerID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "licensing") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Licensing)) :*: S1 ('MetaSel ('Just "copyPrivateIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

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:ec2LaunchTemplateID:LaunchConfiguration', launchConfiguration_ec2LaunchTemplateID - Configure EC2 lauch configuration template ID.

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

$sel:launchDisposition:LaunchConfiguration', launchConfiguration_launchDisposition - Configure launch dispostion for launch configuration.

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

$sel:name:LaunchConfiguration', launchConfiguration_name - Configure launch configuration name.

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

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

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

Response Lenses

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

Configure EC2 lauch configuration template ID.

launchConfiguration_launchDisposition :: Lens' LaunchConfiguration (Maybe LaunchDisposition) Source #

Configure launch dispostion for launch configuration.

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

Copy Tags during Launch Configuration.

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

Configure launch configuration name.

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

Configure launch configuration Source Server ID.

launchConfiguration_licensing :: Lens' LaunchConfiguration (Maybe Licensing) Source #

Configure launch configuration OS licensing.

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

Copy Private IP during Launch Configuration.