Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data BucketBundle = BucketBundle' {}
- newBucketBundle :: BucketBundle
- bucketBundle_storagePerMonthInGb :: Lens' BucketBundle (Maybe Int)
- bucketBundle_transferPerMonthInGb :: Lens' BucketBundle (Maybe Int)
- bucketBundle_bundleId :: Lens' BucketBundle (Maybe Text)
- bucketBundle_name :: Lens' BucketBundle (Maybe Text)
- bucketBundle_price :: Lens' BucketBundle (Maybe Double)
- bucketBundle_isActive :: Lens' BucketBundle (Maybe Bool)
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.
BucketBundle' | |
|
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: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_bundleId :: Lens' BucketBundle (Maybe Text) Source #
The ID 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.