| 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.ResponseHeadersPolicyList
Description
Synopsis
- data ResponseHeadersPolicyList = ResponseHeadersPolicyList' {
- items :: Maybe [ResponseHeadersPolicySummary]
- nextMarker :: Maybe Text
- maxItems :: Int
- quantity :: Int
- newResponseHeadersPolicyList :: Int -> Int -> ResponseHeadersPolicyList
- responseHeadersPolicyList_items :: Lens' ResponseHeadersPolicyList (Maybe [ResponseHeadersPolicySummary])
- responseHeadersPolicyList_nextMarker :: Lens' ResponseHeadersPolicyList (Maybe Text)
- responseHeadersPolicyList_maxItems :: Lens' ResponseHeadersPolicyList Int
- responseHeadersPolicyList_quantity :: Lens' ResponseHeadersPolicyList Int
Documentation
data ResponseHeadersPolicyList Source #
A list of response headers policies.
See: newResponseHeadersPolicyList smart constructor.
Constructors
| ResponseHeadersPolicyList' | |
Fields
| |
Instances
newResponseHeadersPolicyList Source #
Arguments
| :: Int | |
| -> Int | |
| -> ResponseHeadersPolicyList |
Create a value of ResponseHeadersPolicyList 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:ResponseHeadersPolicyList', responseHeadersPolicyList_items - The response headers policies in the list.
$sel:nextMarker:ResponseHeadersPolicyList', responseHeadersPolicyList_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 response
headers policies where you left off.
$sel:maxItems:ResponseHeadersPolicyList', responseHeadersPolicyList_maxItems - The maximum number of response headers policies requested.
$sel:quantity:ResponseHeadersPolicyList', responseHeadersPolicyList_quantity - The number of response headers policies returned.
responseHeadersPolicyList_items :: Lens' ResponseHeadersPolicyList (Maybe [ResponseHeadersPolicySummary]) Source #
The response headers policies in the list.
responseHeadersPolicyList_nextMarker :: Lens' ResponseHeadersPolicyList (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 response
headers policies where you left off.
responseHeadersPolicyList_maxItems :: Lens' ResponseHeadersPolicyList Int Source #
The maximum number of response headers policies requested.
responseHeadersPolicyList_quantity :: Lens' ResponseHeadersPolicyList Int Source #
The number of response headers policies returned.