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 DistributionList = DistributionList' {
- items :: Maybe [DistributionSummary]
- nextMarker :: Maybe Text
- marker :: Text
- maxItems :: Int
- isTruncated :: Bool
- quantity :: Int
- newDistributionList :: Text -> Int -> Bool -> Int -> DistributionList
- distributionList_items :: Lens' DistributionList (Maybe [DistributionSummary])
- distributionList_nextMarker :: Lens' DistributionList (Maybe Text)
- distributionList_marker :: Lens' DistributionList Text
- distributionList_maxItems :: Lens' DistributionList Int
- distributionList_isTruncated :: Lens' DistributionList Bool
- distributionList_quantity :: Lens' DistributionList Int
Documentation
data DistributionList Source #
A distribution list.
See: newDistributionList
smart constructor.
DistributionList' | |
|
Instances
:: Text | |
-> Int | |
-> Bool | |
-> Int | |
-> DistributionList |
Create a value of DistributionList
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:items:DistributionList'
, distributionList_items
- A complex type that contains one DistributionSummary
element for each
distribution that was created by the current account.
$sel:nextMarker:DistributionList'
, distributionList_nextMarker
- If IsTruncated
is true
, this element is present and contains the
value you can use for the Marker
request parameter to continue listing
your distributions where they left off.
$sel:marker:DistributionList'
, distributionList_marker
- The value you provided for the Marker
request parameter.
$sel:maxItems:DistributionList'
, distributionList_maxItems
- The value you provided for the MaxItems
request parameter.
$sel:isTruncated:DistributionList'
, distributionList_isTruncated
- A flag that indicates whether more distributions remain to be listed. If
your results were truncated, you can make a follow-up pagination request
using the Marker
request parameter to retrieve more distributions in
the list.
$sel:quantity:DistributionList'
, distributionList_quantity
- The number of distributions that were created by the current account.
distributionList_items :: Lens' DistributionList (Maybe [DistributionSummary]) Source #
A complex type that contains one DistributionSummary
element for each
distribution that was created by the current account.
distributionList_nextMarker :: Lens' DistributionList (Maybe Text) Source #
If IsTruncated
is true
, this element is present and contains the
value you can use for the Marker
request parameter to continue listing
your distributions where they left off.
distributionList_marker :: Lens' DistributionList Text Source #
The value you provided for the Marker
request parameter.
distributionList_maxItems :: Lens' DistributionList Int Source #
The value you provided for the MaxItems
request parameter.
distributionList_isTruncated :: Lens' DistributionList Bool Source #
A flag that indicates whether more distributions remain to be listed. If
your results were truncated, you can make a follow-up pagination request
using the Marker
request parameter to retrieve more distributions in
the list.
distributionList_quantity :: Lens' DistributionList Int Source #
The number of distributions that were created by the current account.