| 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.CertificateManager.DescribeCertificate
Description
Returns detailed metadata about the specified ACM Certificate.
- describeCertificate :: Text -> DescribeCertificate
- data DescribeCertificate
- dCertificateARN :: Lens' DescribeCertificate Text
- describeCertificateResponse :: Int -> DescribeCertificateResponse
- data DescribeCertificateResponse
- dcrsCertificate :: Lens' DescribeCertificateResponse (Maybe CertificateDetail)
- dcrsResponseStatus :: Lens' DescribeCertificateResponse Int
Creating a Request
Arguments
| :: Text | |
| -> DescribeCertificate |
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:
dCertificateARN- The Amazon Resource Name (ARN) of the ACM Certificate. The ARN must have the following form:arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces .
data DescribeCertificate Source #
See: describeCertificate smart constructor.
Instances
Request Lenses
dCertificateARN :: Lens' DescribeCertificate Text Source #
The Amazon Resource Name (ARN) of the ACM Certificate. The ARN must have the following form: arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012 For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces .
Destructuring the Response
describeCertificateResponse Source #
Arguments
| :: Int | |
| -> DescribeCertificateResponse |
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:
dcrsCertificate- Metadata about an ACM certificate.dcrsResponseStatus- -- | The response status code.
data DescribeCertificateResponse Source #
See: describeCertificateResponse smart constructor.
Instances
Response Lenses
dcrsCertificate :: Lens' DescribeCertificateResponse (Maybe CertificateDetail) Source #
Metadata about an ACM certificate.
dcrsResponseStatus :: Lens' DescribeCertificateResponse Int Source #
- - | The response status code.