| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Lightsail.Types.BucketBundle
Description
Synopsis
- data BucketBundle = BucketBundle' {}
- newBucketBundle :: BucketBundle
- bucketBundle_bundleId :: Lens' BucketBundle (Maybe Text)
- bucketBundle_isActive :: Lens' BucketBundle (Maybe Bool)
- bucketBundle_name :: Lens' BucketBundle (Maybe Text)
- bucketBundle_price :: Lens' BucketBundle (Maybe Double)
- bucketBundle_storagePerMonthInGb :: Lens' BucketBundle (Maybe Int)
- bucketBundle_transferPerMonthInGb :: Lens' BucketBundle (Maybe Int)
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
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:bundleId:BucketBundle', bucketBundle_bundleId - The ID of the bundle.
$sel:isActive:BucketBundle', bucketBundle_isActive - Indicates whether the bundle is active. Use for a new or existing
bucket.
$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: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.
bucketBundle_bundleId :: Lens' BucketBundle (Maybe Text) Source #
The ID of the bundle.
bucketBundle_isActive :: Lens' BucketBundle (Maybe Bool) Source #
Indicates whether the bundle is active. Use for a new or existing bucket.
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_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.