| 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.Transfer.DeleteCertificate
Description
Deletes the certificate that's specified in the CertificateId
parameter.
Synopsis
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_certificateId - The identifier of the certificate object that you are deleting.
Request Lenses
deleteCertificate_certificateId :: Lens' DeleteCertificate Text Source #
The identifier of the certificate object that you are deleting.
Destructuring the Response
data DeleteCertificateResponse Source #
See: newDeleteCertificateResponse smart constructor.
Constructors
| DeleteCertificateResponse' | |
Instances
newDeleteCertificateResponse :: DeleteCertificateResponse Source #
Create a value of DeleteCertificateResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.