libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk
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.ElasticBeanstalk.Types.LaunchTemplate

Description

 
Synopsis

Documentation

data LaunchTemplate Source #

Describes an Amazon EC2 launch template.

See: newLaunchTemplate smart constructor.

Constructors

LaunchTemplate' 

Fields

Instances

Instances details
Eq LaunchTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchTemplate

Read LaunchTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchTemplate

Show LaunchTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchTemplate

Generic LaunchTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchTemplate

Associated Types

type Rep LaunchTemplate :: Type -> Type #

NFData LaunchTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchTemplate

Methods

rnf :: LaunchTemplate -> () #

Hashable LaunchTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchTemplate

FromXML LaunchTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchTemplate

type Rep LaunchTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchTemplate

type Rep LaunchTemplate = D1 ('MetaData "LaunchTemplate" "Amazonka.ElasticBeanstalk.Types.LaunchTemplate" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "LaunchTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLaunchTemplate :: LaunchTemplate Source #

Create a value of LaunchTemplate 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:id:LaunchTemplate', launchTemplate_id - The ID of the launch template.

launchTemplate_id :: Lens' LaunchTemplate (Maybe Text) Source #

The ID of the launch template.