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

Description

 
Synopsis

Documentation

data CustomAmi Source #

A custom AMI available to platforms.

See: newCustomAmi smart constructor.

Constructors

CustomAmi' 

Fields

Instances

Instances details
Eq CustomAmi Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.CustomAmi

Read CustomAmi Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.CustomAmi

Show CustomAmi Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.CustomAmi

Generic CustomAmi Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.CustomAmi

Associated Types

type Rep CustomAmi :: Type -> Type #

NFData CustomAmi Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.CustomAmi

Methods

rnf :: CustomAmi -> () #

Hashable CustomAmi Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.CustomAmi

FromXML CustomAmi Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.CustomAmi

type Rep CustomAmi Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.CustomAmi

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

newCustomAmi :: CustomAmi Source #

Create a value of CustomAmi 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:virtualizationType:CustomAmi', customAmi_virtualizationType - The type of virtualization used to create the custom AMI.

$sel:imageId:CustomAmi', customAmi_imageId - THe ID of the image used to create the custom AMI.

customAmi_virtualizationType :: Lens' CustomAmi (Maybe Text) Source #

The type of virtualization used to create the custom AMI.

customAmi_imageId :: Lens' CustomAmi (Maybe Text) Source #

THe ID of the image used to create the custom AMI.