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

Description

 
Synopsis

Documentation

data FpgaInfo Source #

Describes the FPGAs for the instance type.

See: newFpgaInfo smart constructor.

Constructors

FpgaInfo' 

Fields

Instances

Instances details
FromXML FpgaInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaInfo

Generic FpgaInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaInfo

Associated Types

type Rep FpgaInfo :: Type -> Type #

Methods

from :: FpgaInfo -> Rep FpgaInfo x #

to :: Rep FpgaInfo x -> FpgaInfo #

Read FpgaInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaInfo

Show FpgaInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaInfo

NFData FpgaInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaInfo

Methods

rnf :: FpgaInfo -> () #

Eq FpgaInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaInfo

Hashable FpgaInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaInfo

Methods

hashWithSalt :: Int -> FpgaInfo -> Int #

hash :: FpgaInfo -> Int #

type Rep FpgaInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaInfo

type Rep FpgaInfo = D1 ('MetaData "FpgaInfo" "Amazonka.EC2.Types.FpgaInfo" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "FpgaInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fpgas") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FpgaDeviceInfo])) :*: S1 ('MetaSel ('Just "totalFpgaMemoryInMiB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newFpgaInfo :: FpgaInfo Source #

Create a value of FpgaInfo 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:fpgas:FpgaInfo', fpgaInfo_fpgas - Describes the FPGAs for the instance type.

$sel:totalFpgaMemoryInMiB:FpgaInfo', fpgaInfo_totalFpgaMemoryInMiB - The total memory of all FPGA accelerators for the instance type.

fpgaInfo_fpgas :: Lens' FpgaInfo (Maybe [FpgaDeviceInfo]) Source #

Describes the FPGAs for the instance type.

fpgaInfo_totalFpgaMemoryInMiB :: Lens' FpgaInfo (Maybe Int) Source #

The total memory of all FPGA accelerators for the instance type.