amazonka-dms-2.0: Amazon Database Migration Service 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.DMS.DeleteCertificate

Description

Deletes the specified certificate.

Synopsis

Creating a Request

data DeleteCertificate Source #

See: newDeleteCertificate smart constructor.

Constructors

DeleteCertificate' 

Fields

Instances

Instances details
ToJSON DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

ToHeaders DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

ToPath DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

ToQuery DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

AWSRequest DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Associated Types

type AWSResponse DeleteCertificate #

Generic DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Associated Types

type Rep DeleteCertificate :: Type -> Type #

Read DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Show DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

NFData DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Methods

rnf :: DeleteCertificate -> () #

Eq DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Hashable DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

type AWSResponse DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

type Rep DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

type Rep DeleteCertificate = D1 ('MetaData "DeleteCertificate" "Amazonka.DMS.DeleteCertificate" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DeleteCertificate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteCertificate Source #

Create a value of DeleteCertificate 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:

DeleteCertificate, deleteCertificate_certificateArn - The Amazon Resource Name (ARN) of the certificate.

Request Lenses

deleteCertificate_certificateArn :: Lens' DeleteCertificate Text Source #

The Amazon Resource Name (ARN) of the certificate.

Destructuring the Response

data DeleteCertificateResponse Source #

See: newDeleteCertificateResponse smart constructor.

Constructors

DeleteCertificateResponse' 

Fields

Instances

Instances details
Generic DeleteCertificateResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Associated Types

type Rep DeleteCertificateResponse :: Type -> Type #

Read DeleteCertificateResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Show DeleteCertificateResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

NFData DeleteCertificateResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Eq DeleteCertificateResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

type Rep DeleteCertificateResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

type Rep DeleteCertificateResponse = D1 ('MetaData "DeleteCertificateResponse" "Amazonka.DMS.DeleteCertificate" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DeleteCertificateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Certificate)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteCertificateResponse Source #

Create a value of DeleteCertificateResponse 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:certificate:DeleteCertificateResponse', deleteCertificateResponse_certificate - The Secure Sockets Layer (SSL) certificate.

$sel:httpStatus:DeleteCertificateResponse', deleteCertificateResponse_httpStatus - The response's http status code.

Response Lenses