Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AcceleratorType = AcceleratorType' {}
- newAcceleratorType :: AcceleratorType
- acceleratorType_throughputInfo :: Lens' AcceleratorType (Maybe [KeyValuePair])
- acceleratorType_memoryInfo :: Lens' AcceleratorType (Maybe MemoryInfo)
- acceleratorType_acceleratorTypeName :: Lens' AcceleratorType (Maybe Text)
Documentation
data AcceleratorType Source #
The details of an Elastic Inference Accelerator type.
See: newAcceleratorType
smart constructor.
AcceleratorType' | |
|
Instances
newAcceleratorType :: AcceleratorType Source #
Create a value of AcceleratorType
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:throughputInfo:AcceleratorType'
, acceleratorType_throughputInfo
- The throughput information of the Elastic Inference Accelerator type.
$sel:memoryInfo:AcceleratorType'
, acceleratorType_memoryInfo
- The memory information of the Elastic Inference Accelerator type.
$sel:acceleratorTypeName:AcceleratorType'
, acceleratorType_acceleratorTypeName
- The name of the Elastic Inference Accelerator type.
acceleratorType_throughputInfo :: Lens' AcceleratorType (Maybe [KeyValuePair]) Source #
The throughput information of the Elastic Inference Accelerator type.
acceleratorType_memoryInfo :: Lens' AcceleratorType (Maybe MemoryInfo) Source #
The memory information of the Elastic Inference Accelerator type.
acceleratorType_acceleratorTypeName :: Lens' AcceleratorType (Maybe Text) Source #
The name of the Elastic Inference Accelerator type.