amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.Types.FpgaImageAttribute

Description

 
Synopsis

Documentation

data FpgaImageAttribute Source #

Describes an Amazon FPGA image (AFI) attribute.

See: newFpgaImageAttribute smart constructor.

Constructors

FpgaImageAttribute' 

Fields

Instances

Instances details
FromXML FpgaImageAttribute Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaImageAttribute

Generic FpgaImageAttribute Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaImageAttribute

Associated Types

type Rep FpgaImageAttribute :: Type -> Type #

Read FpgaImageAttribute Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaImageAttribute

Show FpgaImageAttribute Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaImageAttribute

NFData FpgaImageAttribute Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaImageAttribute

Methods

rnf :: FpgaImageAttribute -> () #

Eq FpgaImageAttribute Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaImageAttribute

Hashable FpgaImageAttribute Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaImageAttribute

type Rep FpgaImageAttribute Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaImageAttribute

type Rep FpgaImageAttribute = D1 ('MetaData "FpgaImageAttribute" "Amazonka.EC2.Types.FpgaImageAttribute" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "FpgaImageAttribute'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fpgaImageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "loadPermissions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LoadPermission])) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "productCodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProductCode]))))))

newFpgaImageAttribute :: FpgaImageAttribute Source #

Create a value of FpgaImageAttribute 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:description:FpgaImageAttribute', fpgaImageAttribute_description - The description of the AFI.

$sel:fpgaImageId:FpgaImageAttribute', fpgaImageAttribute_fpgaImageId - The ID of the AFI.

$sel:loadPermissions:FpgaImageAttribute', fpgaImageAttribute_loadPermissions - The load permissions.

$sel:name:FpgaImageAttribute', fpgaImageAttribute_name - The name of the AFI.

$sel:productCodes:FpgaImageAttribute', fpgaImageAttribute_productCodes - The product codes.