libZSservicesZSamazonka-lightsailZSamazonka-lightsail
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.Lightsail.Types.MonthlyTransfer

Description

 
Synopsis

Documentation

data MonthlyTransfer Source #

Describes the monthly data transfer in and out of your virtual private server (or instance).

See: newMonthlyTransfer smart constructor.

Constructors

MonthlyTransfer' 

Fields

Instances

Instances details
Eq MonthlyTransfer Source # 
Instance details

Defined in Amazonka.Lightsail.Types.MonthlyTransfer

Read MonthlyTransfer Source # 
Instance details

Defined in Amazonka.Lightsail.Types.MonthlyTransfer

Show MonthlyTransfer Source # 
Instance details

Defined in Amazonka.Lightsail.Types.MonthlyTransfer

Generic MonthlyTransfer Source # 
Instance details

Defined in Amazonka.Lightsail.Types.MonthlyTransfer

Associated Types

type Rep MonthlyTransfer :: Type -> Type #

NFData MonthlyTransfer Source # 
Instance details

Defined in Amazonka.Lightsail.Types.MonthlyTransfer

Methods

rnf :: MonthlyTransfer -> () #

Hashable MonthlyTransfer Source # 
Instance details

Defined in Amazonka.Lightsail.Types.MonthlyTransfer

FromJSON MonthlyTransfer Source # 
Instance details

Defined in Amazonka.Lightsail.Types.MonthlyTransfer

type Rep MonthlyTransfer Source # 
Instance details

Defined in Amazonka.Lightsail.Types.MonthlyTransfer

type Rep MonthlyTransfer = D1 ('MetaData "MonthlyTransfer" "Amazonka.Lightsail.Types.MonthlyTransfer" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "MonthlyTransfer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "gbPerMonthAllocated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newMonthlyTransfer :: MonthlyTransfer Source #

Create a value of MonthlyTransfer 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:gbPerMonthAllocated:MonthlyTransfer', monthlyTransfer_gbPerMonthAllocated - The amount allocated per month (in GB).

monthlyTransfer_gbPerMonthAllocated :: Lens' MonthlyTransfer (Maybe Int) Source #

The amount allocated per month (in GB).