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

Description

 
Synopsis

Documentation

data FpgaDeviceInfo Source #

Describes the FPGA accelerator for the instance type.

See: newFpgaDeviceInfo smart constructor.

Constructors

FpgaDeviceInfo' 

Fields

Instances

Instances details
FromXML FpgaDeviceInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaDeviceInfo

Generic FpgaDeviceInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaDeviceInfo

Associated Types

type Rep FpgaDeviceInfo :: Type -> Type #

Read FpgaDeviceInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaDeviceInfo

Show FpgaDeviceInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaDeviceInfo

NFData FpgaDeviceInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaDeviceInfo

Methods

rnf :: FpgaDeviceInfo -> () #

Eq FpgaDeviceInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaDeviceInfo

Hashable FpgaDeviceInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaDeviceInfo

type Rep FpgaDeviceInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaDeviceInfo

type Rep FpgaDeviceInfo = D1 ('MetaData "FpgaDeviceInfo" "Amazonka.EC2.Types.FpgaDeviceInfo" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "FpgaDeviceInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "manufacturer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "memoryInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FpgaDeviceMemoryInfo)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newFpgaDeviceInfo :: FpgaDeviceInfo Source #

Create a value of FpgaDeviceInfo 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:count:FpgaDeviceInfo', fpgaDeviceInfo_count - The count of FPGA accelerators for the instance type.

$sel:manufacturer:FpgaDeviceInfo', fpgaDeviceInfo_manufacturer - The manufacturer of the FPGA accelerator.

$sel:memoryInfo:FpgaDeviceInfo', fpgaDeviceInfo_memoryInfo - Describes the memory for the FPGA accelerator for the instance type.

$sel:name:FpgaDeviceInfo', fpgaDeviceInfo_name - The name of the FPGA accelerator.

fpgaDeviceInfo_count :: Lens' FpgaDeviceInfo (Maybe Int) Source #

The count of FPGA accelerators for the instance type.

fpgaDeviceInfo_manufacturer :: Lens' FpgaDeviceInfo (Maybe Text) Source #

The manufacturer of the FPGA accelerator.

fpgaDeviceInfo_memoryInfo :: Lens' FpgaDeviceInfo (Maybe FpgaDeviceMemoryInfo) Source #

Describes the memory for the FPGA accelerator for the instance type.

fpgaDeviceInfo_name :: Lens' FpgaDeviceInfo (Maybe Text) Source #

The name of the FPGA accelerator.