| Copyright | (c) 2013-2017 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.APIGateway.GetClientCertificates
Description
Gets a collection of ClientCertificate resources.
This operation returns paginated results.
- getClientCertificates :: GetClientCertificates
- data GetClientCertificates
- gccLimit :: Lens' GetClientCertificates (Maybe Int)
- gccPosition :: Lens' GetClientCertificates (Maybe Text)
- getClientCertificatesResponse :: Int -> GetClientCertificatesResponse
- data GetClientCertificatesResponse
- gccrsItems :: Lens' GetClientCertificatesResponse [ClientCertificate]
- gccrsPosition :: Lens' GetClientCertificatesResponse (Maybe Text)
- gccrsResponseStatus :: Lens' GetClientCertificatesResponse Int
Creating a Request
getClientCertificates :: GetClientCertificates Source #
Creates a value of GetClientCertificates with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gccLimit- The maximum number of returned results per page. The value is 25 by default and could be between 1 - 500.gccPosition- The current pagination position in the paged result set.
data GetClientCertificates Source #
A request to get information about a collection of ClientCertificate resources.
See: getClientCertificates smart constructor.
Instances
Request Lenses
gccLimit :: Lens' GetClientCertificates (Maybe Int) Source #
The maximum number of returned results per page. The value is 25 by default and could be between 1 - 500.
gccPosition :: Lens' GetClientCertificates (Maybe Text) Source #
The current pagination position in the paged result set.
Destructuring the Response
getClientCertificatesResponse Source #
Arguments
| :: Int | |
| -> GetClientCertificatesResponse |
Creates a value of GetClientCertificatesResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gccrsItems- The current page of elements from this collection.gccrsPosition- Undocumented member.gccrsResponseStatus- -- | The response status code.
data GetClientCertificatesResponse Source #
Represents a collection of ClientCertificate resources.
See: getClientCertificatesResponse smart constructor.
Instances
Response Lenses
gccrsItems :: Lens' GetClientCertificatesResponse [ClientCertificate] Source #
The current page of elements from this collection.
gccrsPosition :: Lens' GetClientCertificatesResponse (Maybe Text) Source #
Undocumented member.
gccrsResponseStatus :: Lens' GetClientCertificatesResponse Int Source #
- - | The response status code.