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 KeyGroupList = KeyGroupList' {
- items :: Maybe [KeyGroupSummary]
- nextMarker :: Maybe Text
- maxItems :: Int
- quantity :: Int
- newKeyGroupList :: Int -> Int -> KeyGroupList
- keyGroupList_items :: Lens' KeyGroupList (Maybe [KeyGroupSummary])
- keyGroupList_nextMarker :: Lens' KeyGroupList (Maybe Text)
- keyGroupList_maxItems :: Lens' KeyGroupList Int
- keyGroupList_quantity :: Lens' KeyGroupList Int
Documentation
data KeyGroupList Source #
A list of key groups.
See: newKeyGroupList
smart constructor.
KeyGroupList' | |
|
Instances
Create a value of KeyGroupList
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:KeyGroupList'
, keyGroupList_items
- A list of key groups.
$sel:nextMarker:KeyGroupList'
, keyGroupList_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 key groups.
$sel:maxItems:KeyGroupList'
, keyGroupList_maxItems
- The maximum number of key groups requested.
$sel:quantity:KeyGroupList'
, keyGroupList_quantity
- The number of key groups returned in the response.
keyGroupList_items :: Lens' KeyGroupList (Maybe [KeyGroupSummary]) Source #
A list of key groups.
keyGroupList_nextMarker :: Lens' KeyGroupList (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 key groups.
keyGroupList_maxItems :: Lens' KeyGroupList Int Source #
The maximum number of key groups requested.
keyGroupList_quantity :: Lens' KeyGroupList Int Source #
The number of key groups returned in the response.