| 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.ListOutgoingCertificates
Description
Lists certificates that are being transferred but not yet accepted.
This operation returns paginated results.
Synopsis
- listOutgoingCertificates :: ListOutgoingCertificates
- data ListOutgoingCertificates
- locMarker :: Lens' ListOutgoingCertificates (Maybe Text)
- locAscendingOrder :: Lens' ListOutgoingCertificates (Maybe Bool)
- locPageSize :: Lens' ListOutgoingCertificates (Maybe Natural)
- listOutgoingCertificatesResponse :: Int -> ListOutgoingCertificatesResponse
- data ListOutgoingCertificatesResponse
- locrsNextMarker :: Lens' ListOutgoingCertificatesResponse (Maybe Text)
- locrsOutgoingCertificates :: Lens' ListOutgoingCertificatesResponse [OutgoingCertificate]
- locrsResponseStatus :: Lens' ListOutgoingCertificatesResponse Int
Creating a Request
listOutgoingCertificates :: ListOutgoingCertificates Source #
Creates a value of ListOutgoingCertificates with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
locMarker- The marker for the next set of results.locAscendingOrder- Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.locPageSize- The result page size.
data ListOutgoingCertificates Source #
The input to the ListOutgoingCertificates operation.
See: listOutgoingCertificates smart constructor.
Instances
Request Lenses
locMarker :: Lens' ListOutgoingCertificates (Maybe Text) Source #
The marker for the next set of results.
locAscendingOrder :: Lens' ListOutgoingCertificates (Maybe Bool) Source #
Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
locPageSize :: Lens' ListOutgoingCertificates (Maybe Natural) Source #
The result page size.
Destructuring the Response
listOutgoingCertificatesResponse Source #
Arguments
| :: Int | |
| -> ListOutgoingCertificatesResponse |
Creates a value of ListOutgoingCertificatesResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
locrsNextMarker- The marker for the next set of results.locrsOutgoingCertificates- The certificates that are being transferred but not yet accepted.locrsResponseStatus- -- | The response status code.
data ListOutgoingCertificatesResponse Source #
The output from the ListOutgoingCertificates operation.
See: listOutgoingCertificatesResponse smart constructor.
Instances
Response Lenses
locrsNextMarker :: Lens' ListOutgoingCertificatesResponse (Maybe Text) Source #
The marker for the next set of results.
locrsOutgoingCertificates :: Lens' ListOutgoingCertificatesResponse [OutgoingCertificate] Source #
The certificates that are being transferred but not yet accepted.
locrsResponseStatus :: Lens' ListOutgoingCertificatesResponse Int Source #
- - | The response status code.