| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DMS.DeleteCertificate
Description
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.
Constructors
| DeleteCertificate' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DeleteCertificate |
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:
DeleteCertificate, deleteCertificate_certificateArn - The Amazon Resource Name (ARN) of the certificate.
Request Lenses
deleteCertificate_certificateArn :: Lens' DeleteCertificate Text Source #
The Amazon Resource Name (ARN) of the certificate.
Destructuring the Response
data DeleteCertificateResponse Source #
See: newDeleteCertificateResponse smart constructor.
Constructors
| DeleteCertificateResponse' | |
Fields
| |
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.