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 |
Deletes an ACM Certificate and its associated private key. If this action succeeds, the certificate no longer appears in the list of ACM Certificates that can be displayed by calling the ListCertificates
action or be retrieved by calling the GetCertificate
action. The certificate will not be available for use by other AWS services.
Creating a Request
Creates a value of DeleteCertificate
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcCertificateARN
- String that contains the ARN of the ACM Certificate to be deleted. This 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 .
data DeleteCertificate Source #
See: deleteCertificate
smart constructor.
Request Lenses
dcCertificateARN :: Lens' DeleteCertificate Text Source #
String that contains the ARN of the ACM Certificate to be deleted. This 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
deleteCertificateResponse :: DeleteCertificateResponse Source #
Creates a value of DeleteCertificateResponse
with the minimum fields required to make a request.
data DeleteCertificateResponse Source #
See: deleteCertificateResponse
smart constructor.