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 |
List all public keys that have been added to CloudFront for this account.
Synopsis
- data ListPublicKeys = ListPublicKeys' {}
- newListPublicKeys :: ListPublicKeys
- listPublicKeys_marker :: Lens' ListPublicKeys (Maybe Text)
- listPublicKeys_maxItems :: Lens' ListPublicKeys (Maybe Text)
- data ListPublicKeysResponse = ListPublicKeysResponse' {}
- newListPublicKeysResponse :: Int -> ListPublicKeysResponse
- listPublicKeysResponse_publicKeyList :: Lens' ListPublicKeysResponse (Maybe PublicKeyList)
- listPublicKeysResponse_httpStatus :: Lens' ListPublicKeysResponse Int
Creating a Request
data ListPublicKeys Source #
See: newListPublicKeys
smart constructor.
ListPublicKeys' | |
|
Instances
newListPublicKeys :: ListPublicKeys Source #
Create a value of ListPublicKeys
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:marker:ListPublicKeys'
, listPublicKeys_marker
- Use this when paginating results to indicate where to begin in your list
of public keys. The results include public keys in the list that occur
after the marker. To get the next page of results, set the Marker
to
the value of the NextMarker
from the current page's response (which
is also the ID of the last public key on that page).
$sel:maxItems:ListPublicKeys'
, listPublicKeys_maxItems
- The maximum number of public keys you want in the response body.
Request Lenses
listPublicKeys_marker :: Lens' ListPublicKeys (Maybe Text) Source #
Use this when paginating results to indicate where to begin in your list
of public keys. The results include public keys in the list that occur
after the marker. To get the next page of results, set the Marker
to
the value of the NextMarker
from the current page's response (which
is also the ID of the last public key on that page).
listPublicKeys_maxItems :: Lens' ListPublicKeys (Maybe Text) Source #
The maximum number of public keys you want in the response body.
Destructuring the Response
data ListPublicKeysResponse Source #
See: newListPublicKeysResponse
smart constructor.
ListPublicKeysResponse' | |
|
Instances
newListPublicKeysResponse Source #
Create a value of ListPublicKeysResponse
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:publicKeyList:ListPublicKeysResponse'
, listPublicKeysResponse_publicKeyList
- Returns a list of all public keys that have been added to CloudFront for
this account.
$sel:httpStatus:ListPublicKeysResponse'
, listPublicKeysResponse_httpStatus
- The response's http status code.
Response Lenses
listPublicKeysResponse_publicKeyList :: Lens' ListPublicKeysResponse (Maybe PublicKeyList) Source #
Returns a list of all public keys that have been added to CloudFront for this account.
listPublicKeysResponse_httpStatus :: Lens' ListPublicKeysResponse Int Source #
The response's http status code.