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

Description

 
Synopsis

Documentation

data DistributionBundle Source #

Describes the specifications of a distribution bundle.

See: newDistributionBundle smart constructor.

Constructors

DistributionBundle' 

Fields

Instances

Instances details
Eq DistributionBundle Source # 
Instance details

Defined in Amazonka.Lightsail.Types.DistributionBundle

Read DistributionBundle Source # 
Instance details

Defined in Amazonka.Lightsail.Types.DistributionBundle

Show DistributionBundle Source # 
Instance details

Defined in Amazonka.Lightsail.Types.DistributionBundle

Generic DistributionBundle Source # 
Instance details

Defined in Amazonka.Lightsail.Types.DistributionBundle

Associated Types

type Rep DistributionBundle :: Type -> Type #

NFData DistributionBundle Source # 
Instance details

Defined in Amazonka.Lightsail.Types.DistributionBundle

Methods

rnf :: DistributionBundle -> () #

Hashable DistributionBundle Source # 
Instance details

Defined in Amazonka.Lightsail.Types.DistributionBundle

FromJSON DistributionBundle Source # 
Instance details

Defined in Amazonka.Lightsail.Types.DistributionBundle

type Rep DistributionBundle Source # 
Instance details

Defined in Amazonka.Lightsail.Types.DistributionBundle

type Rep DistributionBundle = D1 ('MetaData "DistributionBundle" "Amazonka.Lightsail.Types.DistributionBundle" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "DistributionBundle'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "transferPerMonthInGb") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "bundleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "price") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "isActive") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

newDistributionBundle :: DistributionBundle Source #

Create a value of DistributionBundle 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:transferPerMonthInGb:DistributionBundle', distributionBundle_transferPerMonthInGb - The monthly network transfer quota of the bundle.

$sel:bundleId:DistributionBundle', distributionBundle_bundleId - The ID of the bundle.

$sel:name:DistributionBundle', distributionBundle_name - The name of the distribution bundle.

$sel:price:DistributionBundle', distributionBundle_price - The monthly price, in US dollars, of the bundle.

$sel:isActive:DistributionBundle', distributionBundle_isActive - Indicates whether the bundle is active, and can be specified for a new or existing distribution.

distributionBundle_transferPerMonthInGb :: Lens' DistributionBundle (Maybe Int) Source #

The monthly network transfer quota of the bundle.

distributionBundle_name :: Lens' DistributionBundle (Maybe Text) Source #

The name of the distribution bundle.

distributionBundle_price :: Lens' DistributionBundle (Maybe Double) Source #

The monthly price, in US dollars, of the bundle.

distributionBundle_isActive :: Lens' DistributionBundle (Maybe Bool) Source #

Indicates whether the bundle is active, and can be specified for a new or existing distribution.