libZSservicesZSamazonka-elastic-inferenceZSamazonka-elastic-inference
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ElasticInference.Types.AcceleratorType

Description

 
Synopsis

Documentation

data AcceleratorType Source #

The details of an Elastic Inference Accelerator type.

See: newAcceleratorType smart constructor.

Constructors

AcceleratorType' 

Fields

Instances

Instances details
Eq AcceleratorType Source # 
Instance details

Defined in Amazonka.ElasticInference.Types.AcceleratorType

Read AcceleratorType Source # 
Instance details

Defined in Amazonka.ElasticInference.Types.AcceleratorType

Show AcceleratorType Source # 
Instance details

Defined in Amazonka.ElasticInference.Types.AcceleratorType

Generic AcceleratorType Source # 
Instance details

Defined in Amazonka.ElasticInference.Types.AcceleratorType

Associated Types

type Rep AcceleratorType :: Type -> Type #

NFData AcceleratorType Source # 
Instance details

Defined in Amazonka.ElasticInference.Types.AcceleratorType

Methods

rnf :: AcceleratorType -> () #

Hashable AcceleratorType Source # 
Instance details

Defined in Amazonka.ElasticInference.Types.AcceleratorType

FromJSON AcceleratorType Source # 
Instance details

Defined in Amazonka.ElasticInference.Types.AcceleratorType

type Rep AcceleratorType Source # 
Instance details

Defined in Amazonka.ElasticInference.Types.AcceleratorType

type Rep AcceleratorType = D1 ('MetaData "AcceleratorType" "Amazonka.ElasticInference.Types.AcceleratorType" "libZSservicesZSamazonka-elastic-inferenceZSamazonka-elastic-inference" 'False) (C1 ('MetaCons "AcceleratorType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "throughputInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [KeyValuePair])) :*: (S1 ('MetaSel ('Just "memoryInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MemoryInfo)) :*: S1 ('MetaSel ('Just "acceleratorTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.