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 DistributionBundle = DistributionBundle' {}
- newDistributionBundle :: DistributionBundle
- distributionBundle_transferPerMonthInGb :: Lens' DistributionBundle (Maybe Int)
- distributionBundle_bundleId :: Lens' DistributionBundle (Maybe Text)
- distributionBundle_name :: Lens' DistributionBundle (Maybe Text)
- distributionBundle_price :: Lens' DistributionBundle (Maybe Double)
- distributionBundle_isActive :: Lens' DistributionBundle (Maybe Bool)
Documentation
data DistributionBundle Source #
Describes the specifications of a distribution bundle.
See: newDistributionBundle
smart constructor.
DistributionBundle' | |
|
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: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_bundleId :: Lens' DistributionBundle (Maybe Text) Source #
The ID 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.