| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.FpgaInfo
Description
Synopsis
- data FpgaInfo = FpgaInfo' {}
- newFpgaInfo :: FpgaInfo
- fpgaInfo_fpgas :: Lens' FpgaInfo (Maybe [FpgaDeviceInfo])
- fpgaInfo_totalFpgaMemoryInMiB :: Lens' FpgaInfo (Maybe Int)
Documentation
Describes the FPGAs for the instance type.
See: newFpgaInfo smart constructor.
Constructors
| FpgaInfo' | |
Fields
| |
Instances
| FromXML FpgaInfo Source # | |
| Generic FpgaInfo Source # | |
| Read FpgaInfo Source # | |
| Show FpgaInfo Source # | |
| NFData FpgaInfo Source # | |
Defined in Amazonka.EC2.Types.FpgaInfo | |
| Eq FpgaInfo Source # | |
| Hashable FpgaInfo Source # | |
Defined in Amazonka.EC2.Types.FpgaInfo | |
| type Rep FpgaInfo Source # | |
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.