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 DistributionIdList = DistributionIdList' {}
- newDistributionIdList :: Text -> Int -> Bool -> Int -> DistributionIdList
- distributionIdList_items :: Lens' DistributionIdList (Maybe [Text])
- distributionIdList_nextMarker :: Lens' DistributionIdList (Maybe Text)
- distributionIdList_marker :: Lens' DistributionIdList Text
- distributionIdList_maxItems :: Lens' DistributionIdList Int
- distributionIdList_isTruncated :: Lens' DistributionIdList Bool
- distributionIdList_quantity :: Lens' DistributionIdList Int
Documentation
data DistributionIdList Source #
A list of distribution IDs.
See: newDistributionIdList
smart constructor.
DistributionIdList' | |
|
Instances
newDistributionIdList Source #
:: Text | |
-> Int | |
-> Bool | |
-> Int | |
-> DistributionIdList |
Create a value of DistributionIdList
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:DistributionIdList'
, distributionIdList_items
- Contains the distribution IDs in the list.
$sel:nextMarker:DistributionIdList'
, distributionIdList_nextMarker
- Contains the value that you should use in the Marker
field of a
subsequent request to continue listing distribution IDs where you left
off.
$sel:marker:DistributionIdList'
, distributionIdList_marker
- The value provided in the Marker
request field.
$sel:maxItems:DistributionIdList'
, distributionIdList_maxItems
- The maximum number of distribution IDs requested.
$sel:isTruncated:DistributionIdList'
, distributionIdList_isTruncated
- A flag that indicates whether more distribution IDs remain to be listed.
If your results were truncated, you can make a subsequent request using
the Marker
request field to retrieve more distribution IDs in the
list.
$sel:quantity:DistributionIdList'
, distributionIdList_quantity
- The total number of distribution IDs returned in the response.
distributionIdList_items :: Lens' DistributionIdList (Maybe [Text]) Source #
Contains the distribution IDs in the list.
distributionIdList_nextMarker :: Lens' DistributionIdList (Maybe Text) Source #
Contains the value that you should use in the Marker
field of a
subsequent request to continue listing distribution IDs where you left
off.
distributionIdList_marker :: Lens' DistributionIdList Text Source #
The value provided in the Marker
request field.
distributionIdList_maxItems :: Lens' DistributionIdList Int Source #
The maximum number of distribution IDs requested.
distributionIdList_isTruncated :: Lens' DistributionIdList Bool Source #
A flag that indicates whether more distribution IDs remain to be listed.
If your results were truncated, you can make a subsequent request using
the Marker
request field to retrieve more distribution IDs in the
list.
distributionIdList_quantity :: Lens' DistributionIdList Int Source #
The total number of distribution IDs returned in the response.