amazonka-redshift-2.0: Amazon Redshift SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
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

AWSRequest 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 #

Read DeleteHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

Show DeleteHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

NFData DeleteHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

Eq DeleteHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

Hashable DeleteHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

type AWSResponse 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" "amazonka-redshift-2.0-4tocKxBWIuj2GdXa6djdUl" 'False) (C1 ('MetaCons "DeleteHsmClientCertificate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hsmClientCertificateIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic DeleteHsmClientCertificateResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

Associated Types

type Rep DeleteHsmClientCertificateResponse :: Type -> Type #

Read DeleteHsmClientCertificateResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

Show DeleteHsmClientCertificateResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

NFData DeleteHsmClientCertificateResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmClientCertificate

Eq 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" "amazonka-redshift-2.0-4tocKxBWIuj2GdXa6djdUl" '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.