| 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.FunctionList
Description
Synopsis
- data FunctionList = FunctionList' {
- items :: Maybe [FunctionSummary]
- nextMarker :: Maybe Text
- maxItems :: Int
- quantity :: Int
- newFunctionList :: Int -> Int -> FunctionList
- functionList_items :: Lens' FunctionList (Maybe [FunctionSummary])
- functionList_nextMarker :: Lens' FunctionList (Maybe Text)
- functionList_maxItems :: Lens' FunctionList Int
- functionList_quantity :: Lens' FunctionList Int
Documentation
data FunctionList Source #
A list of CloudFront functions.
See: newFunctionList smart constructor.
Constructors
| FunctionList' | |
Fields
| |
Instances
Arguments
| :: Int | |
| -> Int | |
| -> FunctionList |
Create a value of FunctionList 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:FunctionList', functionList_items - Contains the functions in the list.
$sel:nextMarker:FunctionList', functionList_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 functions
where you left off.
$sel:maxItems:FunctionList', functionList_maxItems - The maximum number of functions requested.
$sel:quantity:FunctionList', functionList_quantity - The number of functions returned in the response.
functionList_items :: Lens' FunctionList (Maybe [FunctionSummary]) Source #
Contains the functions in the list.
functionList_nextMarker :: Lens' FunctionList (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 functions
where you left off.
functionList_maxItems :: Lens' FunctionList Int Source #
The maximum number of functions requested.
functionList_quantity :: Lens' FunctionList Int Source #
The number of functions returned in the response.