libZSservicesZSamazonka-dmsZSamazonka-dms
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.DMS.DeleteCertificate

Description

Deletes the specified certificate.

Synopsis

Creating a Request

data DeleteCertificate Source #

See: newDeleteCertificate smart constructor.

Constructors

DeleteCertificate' 

Fields

Instances

Instances details
Eq DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Read DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Show DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Generic DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Associated Types

type Rep DeleteCertificate :: Type -> Type #

NFData DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Methods

rnf :: DeleteCertificate -> () #

Hashable DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

ToJSON DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

AWSRequest DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Associated Types

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

type Rep DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

type Rep DeleteCertificate = D1 ('MetaData "DeleteCertificate" "Amazonka.DMS.DeleteCertificate" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "DeleteCertificate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

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:

$sel:certificateArn:DeleteCertificate', deleteCertificate_certificateArn - The Amazon Resource Name (ARN) of the deleted certificate.

Request Lenses

deleteCertificate_certificateArn :: Lens' DeleteCertificate Text Source #

The Amazon Resource Name (ARN) of the deleted certificate.

Destructuring the Response

data DeleteCertificateResponse Source #

See: newDeleteCertificateResponse smart constructor.

Constructors

DeleteCertificateResponse' 

Fields

Instances

Instances details
Eq DeleteCertificateResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Read DeleteCertificateResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Show DeleteCertificateResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Generic DeleteCertificateResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Associated Types

type Rep DeleteCertificateResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-dmsZSamazonka-dms" '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