libZSservicesZSamazonka-redshiftZSamazonka-redshift
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Redshift.DeleteHsmClientCertificate

Description

Deletes the specified HSM client certificate.

Synopsis

Creating a Request

data DeleteHsmClientCertificate Source #

See: newDeleteHsmClientCertificate smart constructor.

Constructors

DeleteHsmClientCertificate' 

Fields

Instances

Instances details
Eq DeleteHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

Read DeleteHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

Show DeleteHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

Generic DeleteHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

Associated Types

type Rep DeleteHsmClientCertificate :: Type -> Type #

NFData DeleteHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

Hashable DeleteHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

AWSRequest DeleteHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

ToHeaders DeleteHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

ToPath DeleteHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

ToQuery DeleteHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

type Rep DeleteHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

type Rep DeleteHsmClientCertificate = D1 ('MetaData "DeleteHsmClientCertificate" "Amazonka.Redshift.DeleteHsmClientCertificate" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "DeleteHsmClientCertificate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hsmClientCertificateIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

newDeleteHsmClientCertificate Source #

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:

$sel:hsmClientCertificateIdentifier: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 #

Instances

Instances details
Eq DeleteHsmClientCertificateResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

Read DeleteHsmClientCertificateResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

Show DeleteHsmClientCertificateResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

Generic DeleteHsmClientCertificateResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

Associated Types

type Rep DeleteHsmClientCertificateResponse :: Type -> Type #

NFData DeleteHsmClientCertificateResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

type Rep DeleteHsmClientCertificateResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

type Rep DeleteHsmClientCertificateResponse = D1 ('MetaData "DeleteHsmClientCertificateResponse" "Amazonka.Redshift.DeleteHsmClientCertificate" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "DeleteHsmClientCertificateResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteHsmClientCertificateResponse :: DeleteHsmClientCertificateResponse Source #

Create a value of DeleteHsmClientCertificateResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.