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

Description

 
Synopsis

Documentation

data AcceleratorTotalMemoryMiB Source #

The minimum and maximum amount of total accelerator memory, in MiB.

See: newAcceleratorTotalMemoryMiB smart constructor.

Constructors

AcceleratorTotalMemoryMiB' 

Fields

  • max :: Maybe Int

    The maximum amount of accelerator memory, in MiB. If this parameter is not specified, there is no maximum limit.

  • min :: Maybe Int

    The minimum amount of accelerator memory, in MiB. If this parameter is not specified, there is no minimum limit.

Instances

Instances details
ToQuery AcceleratorTotalMemoryMiB Source # 
Instance details

Defined in Amazonka.EC2.Types.AcceleratorTotalMemoryMiB

FromXML AcceleratorTotalMemoryMiB Source # 
Instance details

Defined in Amazonka.EC2.Types.AcceleratorTotalMemoryMiB

Generic AcceleratorTotalMemoryMiB Source # 
Instance details

Defined in Amazonka.EC2.Types.AcceleratorTotalMemoryMiB

Associated Types

type Rep AcceleratorTotalMemoryMiB :: Type -> Type #

Read AcceleratorTotalMemoryMiB Source # 
Instance details

Defined in Amazonka.EC2.Types.AcceleratorTotalMemoryMiB

Show AcceleratorTotalMemoryMiB Source # 
Instance details

Defined in Amazonka.EC2.Types.AcceleratorTotalMemoryMiB

NFData AcceleratorTotalMemoryMiB Source # 
Instance details

Defined in Amazonka.EC2.Types.AcceleratorTotalMemoryMiB

Eq AcceleratorTotalMemoryMiB Source # 
Instance details

Defined in Amazonka.EC2.Types.AcceleratorTotalMemoryMiB

Hashable AcceleratorTotalMemoryMiB Source # 
Instance details

Defined in Amazonka.EC2.Types.AcceleratorTotalMemoryMiB

type Rep AcceleratorTotalMemoryMiB Source # 
Instance details

Defined in Amazonka.EC2.Types.AcceleratorTotalMemoryMiB

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

newAcceleratorTotalMemoryMiB :: AcceleratorTotalMemoryMiB Source #

Create a value of AcceleratorTotalMemoryMiB 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:max:AcceleratorTotalMemoryMiB', acceleratorTotalMemoryMiB_max - The maximum amount of accelerator memory, in MiB. If this parameter is not specified, there is no maximum limit.

$sel:min:AcceleratorTotalMemoryMiB', acceleratorTotalMemoryMiB_min - The minimum amount of accelerator memory, in MiB. If this parameter is not specified, there is no minimum limit.

acceleratorTotalMemoryMiB_max :: Lens' AcceleratorTotalMemoryMiB (Maybe Int) Source #

The maximum amount of accelerator memory, in MiB. If this parameter is not specified, there is no maximum limit.

acceleratorTotalMemoryMiB_min :: Lens' AcceleratorTotalMemoryMiB (Maybe Int) Source #

The minimum amount of accelerator memory, in MiB. If this parameter is not specified, there is no minimum limit.