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

Description

 
Synopsis

Documentation

data LaunchTemplateElasticInferenceAcceleratorResponse Source #

Describes an elastic inference accelerator.

See: newLaunchTemplateElasticInferenceAcceleratorResponse smart constructor.

Constructors

LaunchTemplateElasticInferenceAcceleratorResponse' 

Fields

  • count :: Maybe Int

    The number of elastic inference accelerators to attach to the instance.

    Default: 1

  • type' :: Maybe Text

    The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.

Instances

Instances details
FromXML LaunchTemplateElasticInferenceAcceleratorResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateElasticInferenceAcceleratorResponse

Generic LaunchTemplateElasticInferenceAcceleratorResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateElasticInferenceAcceleratorResponse

Read LaunchTemplateElasticInferenceAcceleratorResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateElasticInferenceAcceleratorResponse

Show LaunchTemplateElasticInferenceAcceleratorResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateElasticInferenceAcceleratorResponse

NFData LaunchTemplateElasticInferenceAcceleratorResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateElasticInferenceAcceleratorResponse

Eq LaunchTemplateElasticInferenceAcceleratorResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateElasticInferenceAcceleratorResponse

Hashable LaunchTemplateElasticInferenceAcceleratorResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateElasticInferenceAcceleratorResponse

type Rep LaunchTemplateElasticInferenceAcceleratorResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateElasticInferenceAcceleratorResponse

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

newLaunchTemplateElasticInferenceAcceleratorResponse :: LaunchTemplateElasticInferenceAcceleratorResponse Source #

Create a value of LaunchTemplateElasticInferenceAcceleratorResponse 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:LaunchTemplateElasticInferenceAcceleratorResponse', launchTemplateElasticInferenceAcceleratorResponse_count - The number of elastic inference accelerators to attach to the instance.

Default: 1

$sel:type':LaunchTemplateElasticInferenceAcceleratorResponse', launchTemplateElasticInferenceAcceleratorResponse_type - The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.

launchTemplateElasticInferenceAcceleratorResponse_count :: Lens' LaunchTemplateElasticInferenceAcceleratorResponse (Maybe Int) Source #

The number of elastic inference accelerators to attach to the instance.

Default: 1

launchTemplateElasticInferenceAcceleratorResponse_type :: Lens' LaunchTemplateElasticInferenceAcceleratorResponse (Maybe Text) Source #

The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.