| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.APIGateway.GetClientCertificates
Description
Undocumented operation.
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:
data GetClientCertificates Source
See: getClientCertificates smart constructor.
Instances
Request Lenses
gccPosition :: Lens' GetClientCertificates (Maybe Text) Source
Undocumented member.
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:
data GetClientCertificatesResponse Source
See: getClientCertificatesResponse smart constructor.
Response Lenses
gccrsItems :: Lens' GetClientCertificatesResponse [ClientCertificate] Source
Undocumented member.
gccrsPosition :: Lens' GetClientCertificatesResponse (Maybe Text) Source
Undocumented member.
gccrsResponseStatus :: Lens' GetClientCertificatesResponse Int Source
The response status code.