Copyright | (c) 2013-2021 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 |
Deletes the specified certificate.
Synopsis
- data DeleteCertificate = DeleteCertificate' {}
- newDeleteCertificate :: Text -> DeleteCertificate
- deleteCertificate_certificateArn :: Lens' DeleteCertificate Text
- data DeleteCertificateResponse = DeleteCertificateResponse' {}
- newDeleteCertificateResponse :: Int -> DeleteCertificateResponse
- deleteCertificateResponse_certificate :: Lens' DeleteCertificateResponse (Maybe Certificate)
- deleteCertificateResponse_httpStatus :: Lens' DeleteCertificateResponse Int
Creating a Request
data DeleteCertificate Source #
See: newDeleteCertificate
smart constructor.
DeleteCertificate' | |
|
Instances
Create a value of DeleteCertificate
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:certificateArn:DeleteCertificate'
, deleteCertificate_certificateArn
- The Amazon Resource Name (ARN) of the deleted certificate.
Request Lenses
deleteCertificate_certificateArn :: Lens' DeleteCertificate Text Source #
The Amazon Resource Name (ARN) of the deleted certificate.
Destructuring the Response
data DeleteCertificateResponse Source #
See: newDeleteCertificateResponse
smart constructor.
DeleteCertificateResponse' | |
|
Instances
newDeleteCertificateResponse Source #
Create a value of DeleteCertificateResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:certificate:DeleteCertificateResponse'
, deleteCertificateResponse_certificate
- The Secure Sockets Layer (SSL) certificate.
$sel:httpStatus:DeleteCertificateResponse'
, deleteCertificateResponse_httpStatus
- The response's http status code.
Response Lenses
deleteCertificateResponse_certificate :: Lens' DeleteCertificateResponse (Maybe Certificate) Source #
The Secure Sockets Layer (SSL) certificate.
deleteCertificateResponse_httpStatus :: Lens' DeleteCertificateResponse Int Source #
The response's http status code.