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 OriginRequestPolicyList = OriginRequestPolicyList' {
- items :: Maybe [OriginRequestPolicySummary]
- nextMarker :: Maybe Text
- maxItems :: Int
- quantity :: Int
- newOriginRequestPolicyList :: Int -> Int -> OriginRequestPolicyList
- originRequestPolicyList_items :: Lens' OriginRequestPolicyList (Maybe [OriginRequestPolicySummary])
- originRequestPolicyList_nextMarker :: Lens' OriginRequestPolicyList (Maybe Text)
- originRequestPolicyList_maxItems :: Lens' OriginRequestPolicyList Int
- originRequestPolicyList_quantity :: Lens' OriginRequestPolicyList Int
Documentation
data OriginRequestPolicyList Source #
A list of origin request policies.
See: newOriginRequestPolicyList
smart constructor.
OriginRequestPolicyList' | |
|
Instances
newOriginRequestPolicyList Source #
:: Int | |
-> Int | |
-> OriginRequestPolicyList |
Create a value of OriginRequestPolicyList
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:OriginRequestPolicyList'
, originRequestPolicyList_items
- Contains the origin request policies in the list.
$sel:nextMarker:OriginRequestPolicyList'
, originRequestPolicyList_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 origin
request policies where you left off.
$sel:maxItems:OriginRequestPolicyList'
, originRequestPolicyList_maxItems
- The maximum number of origin request policies requested.
$sel:quantity:OriginRequestPolicyList'
, originRequestPolicyList_quantity
- The total number of origin request policies returned in the response.
originRequestPolicyList_items :: Lens' OriginRequestPolicyList (Maybe [OriginRequestPolicySummary]) Source #
Contains the origin request policies in the list.
originRequestPolicyList_nextMarker :: Lens' OriginRequestPolicyList (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 origin
request policies where you left off.
originRequestPolicyList_maxItems :: Lens' OriginRequestPolicyList Int Source #
The maximum number of origin request policies requested.
originRequestPolicyList_quantity :: Lens' OriginRequestPolicyList Int Source #
The total number of origin request policies returned in the response.