| Copyright | (c) 2013-2015 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 |
Network.AWS.Redshift.DeleteHSMClientCertificate
Description
Deletes the specified HSM client certificate.
See: AWS API Reference for DeleteHSMClientCertificate.
Creating a Request
deleteHSMClientCertificate Source
Creates a value of DeleteHSMClientCertificate with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteHSMClientCertificate Source
See: deleteHSMClientCertificate smart constructor.
Instances
Request Lenses
dhsmccHSMClientCertificateIdentifier :: Lens' DeleteHSMClientCertificate Text Source
The identifier of the HSM client certificate to be deleted.
Destructuring the Response
deleteHSMClientCertificateResponse :: DeleteHSMClientCertificateResponse Source
Creates a value of DeleteHSMClientCertificateResponse with the minimum fields required to make a request.
data DeleteHSMClientCertificateResponse Source
See: deleteHSMClientCertificateResponse smart constructor.