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 PublicKeyList = PublicKeyList' {
- items :: Maybe [PublicKeySummary]
- nextMarker :: Maybe Text
- maxItems :: Int
- quantity :: Int
- newPublicKeyList :: Int -> Int -> PublicKeyList
- publicKeyList_items :: Lens' PublicKeyList (Maybe [PublicKeySummary])
- publicKeyList_nextMarker :: Lens' PublicKeyList (Maybe Text)
- publicKeyList_maxItems :: Lens' PublicKeyList Int
- publicKeyList_quantity :: Lens' PublicKeyList Int
Documentation
data PublicKeyList Source #
A list of public keys that you can use with signed URLs and signed cookies, or with field-level encryption.
See: newPublicKeyList
smart constructor.
PublicKeyList' | |
|
Instances
Create a value of PublicKeyList
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:PublicKeyList'
, publicKeyList_items
- A list of public keys.
$sel:nextMarker:PublicKeyList'
, publicKeyList_nextMarker
- If there are more elements to be listed, this element is present and
contains the value that you can use for the Marker
request parameter
to continue listing your public keys where you left off.
$sel:maxItems:PublicKeyList'
, publicKeyList_maxItems
- The maximum number of public keys you want in the response.
$sel:quantity:PublicKeyList'
, publicKeyList_quantity
- The number of public keys in the list.
publicKeyList_items :: Lens' PublicKeyList (Maybe [PublicKeySummary]) Source #
A list of public keys.
publicKeyList_nextMarker :: Lens' PublicKeyList (Maybe Text) Source #
If there are more elements to be listed, this element is present and
contains the value that you can use for the Marker
request parameter
to continue listing your public keys where you left off.
publicKeyList_maxItems :: Lens' PublicKeyList Int Source #
The maximum number of public keys you want in the response.
publicKeyList_quantity :: Lens' PublicKeyList Int Source #
The number of public keys in the list.