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

Description

Deletes an DMS event subscription.

Synopsis

Creating a Request

data DeleteEventSubscription Source #

See: newDeleteEventSubscription smart constructor.

Constructors

DeleteEventSubscription' 

Fields

Instances

Instances details
Eq DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

Read DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

Show DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

Generic DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

Associated Types

type Rep DeleteEventSubscription :: Type -> Type #

NFData DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

Methods

rnf :: DeleteEventSubscription -> () #

Hashable DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

ToJSON DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

AWSRequest DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

ToHeaders DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

ToPath DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

ToQuery DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

type Rep DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

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

Defined in Amazonka.DMS.DeleteEventSubscription

newDeleteEventSubscription Source #

Create a value of DeleteEventSubscription 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:subscriptionName:DeleteEventSubscription', deleteEventSubscription_subscriptionName - The name of the DMS event notification subscription to be deleted.

Request Lenses

deleteEventSubscription_subscriptionName :: Lens' DeleteEventSubscription Text Source #

The name of the DMS event notification subscription to be deleted.

Destructuring the Response

data DeleteEventSubscriptionResponse Source #

See: newDeleteEventSubscriptionResponse smart constructor.

Constructors

DeleteEventSubscriptionResponse' 

Fields

Instances

Instances details
Eq DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

Read DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

Show DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

Generic DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

Associated Types

type Rep DeleteEventSubscriptionResponse :: Type -> Type #

NFData DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

type Rep DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

type Rep DeleteEventSubscriptionResponse = D1 ('MetaData "DeleteEventSubscriptionResponse" "Amazonka.DMS.DeleteEventSubscription" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "DeleteEventSubscriptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventSubscription)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteEventSubscriptionResponse Source #

Create a value of DeleteEventSubscriptionResponse 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:eventSubscription:DeleteEventSubscriptionResponse', deleteEventSubscriptionResponse_eventSubscription - The event subscription that was deleted.

$sel:httpStatus:DeleteEventSubscriptionResponse', deleteEventSubscriptionResponse_httpStatus - The response's http status code.

Response Lenses