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

Description

 
Synopsis

Documentation

data BucketBundle Source #

Describes the specifications of a bundle that can be applied to an Amazon Lightsail bucket.

A bucket bundle specifies the monthly cost, storage space, and data transfer quota for a bucket.

See: newBucketBundle smart constructor.

Constructors

BucketBundle' 

Fields

Instances

Instances details
Eq BucketBundle Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BucketBundle

Read BucketBundle Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BucketBundle

Show BucketBundle Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BucketBundle

Generic BucketBundle Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BucketBundle

Associated Types

type Rep BucketBundle :: Type -> Type #

NFData BucketBundle Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BucketBundle

Methods

rnf :: BucketBundle -> () #

Hashable BucketBundle Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BucketBundle

FromJSON BucketBundle Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BucketBundle

type Rep BucketBundle Source # 
Instance details

Defined in Amazonka.Lightsail.Types.BucketBundle

type Rep BucketBundle = D1 ('MetaData "BucketBundle" "Amazonka.Lightsail.Types.BucketBundle" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "BucketBundle'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "storagePerMonthInGb") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (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))))))

newBucketBundle :: BucketBundle Source #

Create a value of BucketBundle 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:storagePerMonthInGb:BucketBundle', bucketBundle_storagePerMonthInGb - The storage size of the bundle, in GB.

$sel:transferPerMonthInGb:BucketBundle', bucketBundle_transferPerMonthInGb - The monthly network transfer quota of the bundle.

$sel:bundleId:BucketBundle', bucketBundle_bundleId - The ID of the bundle.

$sel:name:BucketBundle', bucketBundle_name - The name of the bundle.

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

$sel:isActive:BucketBundle', bucketBundle_isActive - Indicates whether the bundle is active. Use for a new or existing bucket.

bucketBundle_storagePerMonthInGb :: Lens' BucketBundle (Maybe Int) Source #

The storage size of the bundle, in GB.

bucketBundle_transferPerMonthInGb :: Lens' BucketBundle (Maybe Int) Source #

The monthly network transfer quota of the bundle.

bucketBundle_name :: Lens' BucketBundle (Maybe Text) Source #

The name of the bundle.

bucketBundle_price :: Lens' BucketBundle (Maybe Double) Source #

The monthly price of the bundle, in US dollars.

bucketBundle_isActive :: Lens' BucketBundle (Maybe Bool) Source #

Indicates whether the bundle is active. Use for a new or existing bucket.