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 |
Gets information about the specified certificate.
- describeCertificate :: Text -> DescribeCertificate
- data DescribeCertificate
- dCertificateId :: Lens' DescribeCertificate Text
- describeCertificateResponse :: Int -> DescribeCertificateResponse
- data DescribeCertificateResponse
- dcrsCertificateDescription :: Lens' DescribeCertificateResponse (Maybe CertificateDescription)
- dcrsResponseStatus :: Lens' DescribeCertificateResponse Int
Creating a Request
Creates a value of DescribeCertificate
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeCertificate Source
The input for the DescribeCertificate operation.
See: describeCertificate
smart constructor.
Request Lenses
dCertificateId :: Lens' DescribeCertificate Text Source
The ID of the certificate.
Destructuring the Response
describeCertificateResponse Source
Creates a value of DescribeCertificateResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeCertificateResponse Source
The output of the DescribeCertificate operation.
See: describeCertificateResponse
smart constructor.
Response Lenses
dcrsCertificateDescription :: Lens' DescribeCertificateResponse (Maybe CertificateDescription) Source
The description of the certificate.
dcrsResponseStatus :: Lens' DescribeCertificateResponse Int Source
The response status code.