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

Description

 
Synopsis

Documentation

data TotalLocalStorageGBRequest Source #

The minimum and maximum amount of total local storage, in GB.

See: newTotalLocalStorageGBRequest smart constructor.

Constructors

TotalLocalStorageGBRequest' 

Fields

  • max :: Maybe Double

    The maximum amount of total local storage, in GB. To specify no maximum limit, omit this parameter.

  • min :: Maybe Double

    The minimum amount of total local storage, in GB. To specify no minimum limit, omit this parameter.

Instances

Instances details
ToQuery TotalLocalStorageGBRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.TotalLocalStorageGBRequest

Generic TotalLocalStorageGBRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.TotalLocalStorageGBRequest

Associated Types

type Rep TotalLocalStorageGBRequest :: Type -> Type #

Read TotalLocalStorageGBRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.TotalLocalStorageGBRequest

Show TotalLocalStorageGBRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.TotalLocalStorageGBRequest

NFData TotalLocalStorageGBRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.TotalLocalStorageGBRequest

Eq TotalLocalStorageGBRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.TotalLocalStorageGBRequest

Hashable TotalLocalStorageGBRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.TotalLocalStorageGBRequest

type Rep TotalLocalStorageGBRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.TotalLocalStorageGBRequest

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

newTotalLocalStorageGBRequest :: TotalLocalStorageGBRequest Source #

Create a value of TotalLocalStorageGBRequest 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:TotalLocalStorageGBRequest', totalLocalStorageGBRequest_max - The maximum amount of total local storage, in GB. To specify no maximum limit, omit this parameter.

$sel:min:TotalLocalStorageGBRequest', totalLocalStorageGBRequest_min - The minimum amount of total local storage, in GB. To specify no minimum limit, omit this parameter.

totalLocalStorageGBRequest_max :: Lens' TotalLocalStorageGBRequest (Maybe Double) Source #

The maximum amount of total local storage, in GB. To specify no maximum limit, omit this parameter.

totalLocalStorageGBRequest_min :: Lens' TotalLocalStorageGBRequest (Maybe Double) Source #

The minimum amount of total local storage, in GB. To specify no minimum limit, omit this parameter.