| 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 |
Network.AWS.Redshift.DeleteHSMClientCertificate
Description
Deletes the specified HSM client certificate.
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:
dhsmccHSMClientCertificateIdentifier- The identifier of the HSM client certificate to be deleted.
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.
Instances