amazonka-iot-1.3.3.1: Amazon IoT SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.IoT.ListCertificates

Contents

Description

Lists your certificates.

The results are paginated with a default page size of 25. You can retrieve additional results using the returned marker.

See: AWS API Reference for ListCertificates.

Synopsis

Creating a Request

listCertificates :: ListCertificates Source

Creates a value of ListCertificates with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

lcMarker :: Lens' ListCertificates (Maybe Text) Source

The marker for the next set of results.

lcAscendingOrder :: Lens' ListCertificates (Maybe Bool) Source

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

Destructuring the Response

listCertificatesResponse Source

Creates a value of ListCertificatesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

lcrsCertificates :: Lens' ListCertificatesResponse [Certificate] Source

The descriptions of the certificates.

lcrsNextMarker :: Lens' ListCertificatesResponse (Maybe Text) Source

The marker for the next set of results, or null if there are no additional results.