| 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.Redshift.DeleteHsmClientCertificate
Description
Deletes the specified HSM client certificate.
Synopsis
- data DeleteHsmClientCertificate = DeleteHsmClientCertificate' {}
- newDeleteHsmClientCertificate :: Text -> DeleteHsmClientCertificate
- deleteHsmClientCertificate_hsmClientCertificateIdentifier :: Lens' DeleteHsmClientCertificate Text
- data DeleteHsmClientCertificateResponse = DeleteHsmClientCertificateResponse' {
- newDeleteHsmClientCertificateResponse :: DeleteHsmClientCertificateResponse
Creating a Request
data DeleteHsmClientCertificate Source #
See: newDeleteHsmClientCertificate smart constructor.
Constructors
| DeleteHsmClientCertificate' | |
Fields
| |
Instances
newDeleteHsmClientCertificate Source #
Arguments
| :: Text | |
| -> DeleteHsmClientCertificate |
Create a value of DeleteHsmClientCertificate 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:
DeleteHsmClientCertificate, deleteHsmClientCertificate_hsmClientCertificateIdentifier - The identifier of the HSM client certificate to be deleted.
Request Lenses
deleteHsmClientCertificate_hsmClientCertificateIdentifier :: Lens' DeleteHsmClientCertificate Text Source #
The identifier of the HSM client certificate to be deleted.
Destructuring the Response
data DeleteHsmClientCertificateResponse Source #
See: newDeleteHsmClientCertificateResponse smart constructor.
Constructors
| DeleteHsmClientCertificateResponse' | |
Instances
| Generic DeleteHsmClientCertificateResponse Source # | |
Defined in Amazonka.Redshift.DeleteHsmClientCertificate Associated Types type Rep DeleteHsmClientCertificateResponse :: Type -> Type # | |
| Read DeleteHsmClientCertificateResponse Source # | |
Defined in Amazonka.Redshift.DeleteHsmClientCertificate | |
| Show DeleteHsmClientCertificateResponse Source # | |
Defined in Amazonka.Redshift.DeleteHsmClientCertificate Methods showsPrec :: Int -> DeleteHsmClientCertificateResponse -> ShowS # | |
| NFData DeleteHsmClientCertificateResponse Source # | |
Defined in Amazonka.Redshift.DeleteHsmClientCertificate Methods rnf :: DeleteHsmClientCertificateResponse -> () # | |
| Eq DeleteHsmClientCertificateResponse Source # | |
| type Rep DeleteHsmClientCertificateResponse Source # | |
Defined in Amazonka.Redshift.DeleteHsmClientCertificate | |
newDeleteHsmClientCertificateResponse :: DeleteHsmClientCertificateResponse Source #
Create a value of DeleteHsmClientCertificateResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.