| 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.DistributionBundle
Description
Synopsis
- data DistributionBundle = DistributionBundle' {}
- newDistributionBundle :: DistributionBundle
- distributionBundle_bundleId :: Lens' DistributionBundle (Maybe Text)
- distributionBundle_isActive :: Lens' DistributionBundle (Maybe Bool)
- distributionBundle_name :: Lens' DistributionBundle (Maybe Text)
- distributionBundle_price :: Lens' DistributionBundle (Maybe Double)
- distributionBundle_transferPerMonthInGb :: Lens' DistributionBundle (Maybe Int)
Documentation
data DistributionBundle Source #
Describes the specifications of a distribution bundle.
See: newDistributionBundle smart constructor.
Constructors
| DistributionBundle' | |
Fields
| |
Instances
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:bundleId:DistributionBundle', distributionBundle_bundleId - The ID of the bundle.
$sel:isActive:DistributionBundle', distributionBundle_isActive - Indicates whether the bundle is active, and can be specified for a new
or existing distribution.
$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:transferPerMonthInGb:DistributionBundle', distributionBundle_transferPerMonthInGb - The monthly network transfer quota of the bundle.
distributionBundle_bundleId :: Lens' DistributionBundle (Maybe Text) Source #
The ID 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.
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_transferPerMonthInGb :: Lens' DistributionBundle (Maybe Int) Source #
The monthly network transfer quota of the bundle.