amazonka-certificatemanager-1.4.0: Amazon Certificate Manager SDK.

Copyright(c) 2013-2016 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.CertificateManager.DescribeCertificate

Contents

Description

Returns a list of the fields contained in the specified ACM Certificate. For example, this action returns the certificate status, a flag that indicates whether the certificate is associated with any other AWS service, and the date at which the certificate request was created. The ACM Certificate is specified on input by its Amazon Resource Name (ARN).

Synopsis

Creating a Request

describeCertificate Source

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:

Request Lenses

dCertificateARN :: Lens' DescribeCertificate Text Source

String that contains an ACM Certificate ARN. The ARN must be of the 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

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:

Response Lenses

dcrsCertificate :: Lens' DescribeCertificateResponse (Maybe CertificateDetail) Source

Contains a CertificateDetail structure that lists the fields of an ACM Certificate.