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 |
Lists the CA certificates registered for your Amazon Web Services account.
The results are paginated with a default page size of 25. You can use the returned marker to retrieve additional results.
Requires permission to access the ListCACertificates action.
This operation returns paginated results.
Synopsis
- data ListCACertificates = ListCACertificates' {}
- newListCACertificates :: ListCACertificates
- listCACertificates_marker :: Lens' ListCACertificates (Maybe Text)
- listCACertificates_ascendingOrder :: Lens' ListCACertificates (Maybe Bool)
- listCACertificates_pageSize :: Lens' ListCACertificates (Maybe Natural)
- data ListCACertificatesResponse = ListCACertificatesResponse' {
- certificates :: Maybe [CACertificate]
- nextMarker :: Maybe Text
- httpStatus :: Int
- newListCACertificatesResponse :: Int -> ListCACertificatesResponse
- listCACertificatesResponse_certificates :: Lens' ListCACertificatesResponse (Maybe [CACertificate])
- listCACertificatesResponse_nextMarker :: Lens' ListCACertificatesResponse (Maybe Text)
- listCACertificatesResponse_httpStatus :: Lens' ListCACertificatesResponse Int
Creating a Request
data ListCACertificates Source #
Input for the ListCACertificates operation.
See: newListCACertificates
smart constructor.
Instances
newListCACertificates :: ListCACertificates Source #
Create a value of ListCACertificates
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:ListCACertificates'
, listCACertificates_marker
- The marker for the next set of results.
$sel:ascendingOrder:ListCACertificates'
, listCACertificates_ascendingOrder
- Determines the order of the results.
$sel:pageSize:ListCACertificates'
, listCACertificates_pageSize
- The result page size.
Request Lenses
listCACertificates_marker :: Lens' ListCACertificates (Maybe Text) Source #
The marker for the next set of results.
listCACertificates_ascendingOrder :: Lens' ListCACertificates (Maybe Bool) Source #
Determines the order of the results.
listCACertificates_pageSize :: Lens' ListCACertificates (Maybe Natural) Source #
The result page size.
Destructuring the Response
data ListCACertificatesResponse Source #
The output from the ListCACertificates operation.
See: newListCACertificatesResponse
smart constructor.
ListCACertificatesResponse' | |
|
Instances
newListCACertificatesResponse Source #
Create a value of ListCACertificatesResponse
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:certificates:ListCACertificatesResponse'
, listCACertificatesResponse_certificates
- The CA certificates registered in your Amazon Web Services account.
$sel:nextMarker:ListCACertificatesResponse'
, listCACertificatesResponse_nextMarker
- The current position within the list of CA certificates.
$sel:httpStatus:ListCACertificatesResponse'
, listCACertificatesResponse_httpStatus
- The response's http status code.
Response Lenses
listCACertificatesResponse_certificates :: Lens' ListCACertificatesResponse (Maybe [CACertificate]) Source #
The CA certificates registered in your Amazon Web Services account.
listCACertificatesResponse_nextMarker :: Lens' ListCACertificatesResponse (Maybe Text) Source #
The current position within the list of CA certificates.
listCACertificatesResponse_httpStatus :: Lens' ListCACertificatesResponse Int Source #
The response's http status code.