libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder
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.ImageBuilder.Types.Ami

Description

 
Synopsis

Documentation

data Ami Source #

Details of an Amazon EC2 AMI.

See: newAmi smart constructor.

Constructors

Ami' 

Fields

Instances

Instances details
Eq Ami Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.Ami

Methods

(==) :: Ami -> Ami -> Bool #

(/=) :: Ami -> Ami -> Bool #

Read Ami Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.Ami

Show Ami Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.Ami

Methods

showsPrec :: Int -> Ami -> ShowS #

show :: Ami -> String #

showList :: [Ami] -> ShowS #

Generic Ami Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.Ami

Associated Types

type Rep Ami :: Type -> Type #

Methods

from :: Ami -> Rep Ami x #

to :: Rep Ami x -> Ami #

NFData Ami Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.Ami

Methods

rnf :: Ami -> () #

Hashable Ami Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.Ami

Methods

hashWithSalt :: Int -> Ami -> Int #

hash :: Ami -> Int #

FromJSON Ami Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.Ami

type Rep Ami Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.Ami

newAmi :: Ami Source #

Create a value of Ami 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:image:Ami', ami_image - The AMI ID of the Amazon EC2 AMI.

$sel:state:Ami', ami_state - Undocumented member.

$sel:accountId:Ami', ami_accountId - The account ID of the owner of the AMI.

$sel:name:Ami', ami_name - The name of the Amazon EC2 AMI.

$sel:region:Ami', ami_region - The Amazon Web Services Region of the Amazon EC2 AMI.

$sel:description:Ami', ami_description - The description of the Amazon EC2 AMI. Minimum and maximum length are in characters.

ami_image :: Lens' Ami (Maybe Text) Source #

The AMI ID of the Amazon EC2 AMI.

ami_state :: Lens' Ami (Maybe ImageState) Source #

Undocumented member.

ami_accountId :: Lens' Ami (Maybe Text) Source #

The account ID of the owner of the AMI.

ami_name :: Lens' Ami (Maybe Text) Source #

The name of the Amazon EC2 AMI.

ami_region :: Lens' Ami (Maybe Text) Source #

The Amazon Web Services Region of the Amazon EC2 AMI.

ami_description :: Lens' Ami (Maybe Text) Source #

The description of the Amazon EC2 AMI. Minimum and maximum length are in characters.