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 |
Synopsis
- data FpgaDeviceInfo = FpgaDeviceInfo' {}
- newFpgaDeviceInfo :: FpgaDeviceInfo
- fpgaDeviceInfo_count :: Lens' FpgaDeviceInfo (Maybe Int)
- fpgaDeviceInfo_manufacturer :: Lens' FpgaDeviceInfo (Maybe Text)
- fpgaDeviceInfo_memoryInfo :: Lens' FpgaDeviceInfo (Maybe FpgaDeviceMemoryInfo)
- fpgaDeviceInfo_name :: Lens' FpgaDeviceInfo (Maybe Text)
Documentation
data FpgaDeviceInfo Source #
Describes the FPGA accelerator for the instance type.
See: newFpgaDeviceInfo
smart constructor.
FpgaDeviceInfo' | |
|
Instances
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.