| 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.CloudFront.Types.CachePolicyList
Description
Synopsis
- data CachePolicyList = CachePolicyList' {
- items :: Maybe [CachePolicySummary]
- nextMarker :: Maybe Text
- maxItems :: Int
- quantity :: Int
- newCachePolicyList :: Int -> Int -> CachePolicyList
- cachePolicyList_items :: Lens' CachePolicyList (Maybe [CachePolicySummary])
- cachePolicyList_nextMarker :: Lens' CachePolicyList (Maybe Text)
- cachePolicyList_maxItems :: Lens' CachePolicyList Int
- cachePolicyList_quantity :: Lens' CachePolicyList Int
Documentation
data CachePolicyList Source #
A list of cache policies.
See: newCachePolicyList smart constructor.
Constructors
| CachePolicyList' | |
Fields
| |
Instances
Create a value of CachePolicyList 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:CachePolicyList', cachePolicyList_items - Contains the cache policies in the list.
$sel:nextMarker:CachePolicyList', cachePolicyList_nextMarker - If there are more items in the list than are in this response, this
element is present. It contains the value that you should use in the
Marker field of a subsequent request to continue listing cache
policies where you left off.
$sel:maxItems:CachePolicyList', cachePolicyList_maxItems - The maximum number of cache policies requested.
$sel:quantity:CachePolicyList', cachePolicyList_quantity - The total number of cache policies returned in the response.
cachePolicyList_items :: Lens' CachePolicyList (Maybe [CachePolicySummary]) Source #
Contains the cache policies in the list.
cachePolicyList_nextMarker :: Lens' CachePolicyList (Maybe Text) Source #
If there are more items in the list than are in this response, this
element is present. It contains the value that you should use in the
Marker field of a subsequent request to continue listing cache
policies where you left off.
cachePolicyList_maxItems :: Lens' CachePolicyList Int Source #
The maximum number of cache policies requested.
cachePolicyList_quantity :: Lens' CachePolicyList Int Source #
The total number of cache policies returned in the response.