| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.IoT.ListCACertificates
Description
Lists the CA certificates registered for your AWS account.
The results are paginated with a default page size of 25. You can use the returned marker to retrieve additional results.
This operation returns paginated results.
Synopsis
- listCACertificates :: ListCACertificates
- data ListCACertificates
- lcacMarker :: Lens' ListCACertificates (Maybe Text)
- lcacAscendingOrder :: Lens' ListCACertificates (Maybe Bool)
- lcacPageSize :: Lens' ListCACertificates (Maybe Natural)
- listCACertificatesResponse :: Int -> ListCACertificatesResponse
- data ListCACertificatesResponse
- lcacrsCertificates :: Lens' ListCACertificatesResponse [CACertificate]
- lcacrsNextMarker :: Lens' ListCACertificatesResponse (Maybe Text)
- lcacrsResponseStatus :: Lens' ListCACertificatesResponse Int
Creating a Request
listCACertificates :: ListCACertificates Source #
Creates a value of ListCACertificates with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lcacMarker- The marker for the next set of results.lcacAscendingOrder- Determines the order of the results.lcacPageSize- The result page size.
data ListCACertificates Source #
Input for the ListCACertificates operation.
See: listCACertificates smart constructor.
Instances
Request Lenses
lcacMarker :: Lens' ListCACertificates (Maybe Text) Source #
The marker for the next set of results.
lcacAscendingOrder :: Lens' ListCACertificates (Maybe Bool) Source #
Determines the order of the results.
lcacPageSize :: Lens' ListCACertificates (Maybe Natural) Source #
The result page size.
Destructuring the Response
listCACertificatesResponse Source #
Arguments
| :: Int | |
| -> ListCACertificatesResponse |
Creates a value of ListCACertificatesResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lcacrsCertificates- The CA certificates registered in your AWS account.lcacrsNextMarker- The current position within the list of CA certificates.lcacrsResponseStatus- -- | The response status code.
data ListCACertificatesResponse Source #
The output from the ListCACertificates operation.
See: listCACertificatesResponse smart constructor.
Instances
Response Lenses
lcacrsCertificates :: Lens' ListCACertificatesResponse [CACertificate] Source #
The CA certificates registered in your AWS account.
lcacrsNextMarker :: Lens' ListCACertificatesResponse (Maybe Text) Source #
The current position within the list of CA certificates.
lcacrsResponseStatus :: Lens' ListCACertificatesResponse Int Source #
- - | The response status code.