libZSservicesZSamazonka-docdbZSamazonka-docdb
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.DocumentDB.DeleteEventSubscription

Description

Deletes an Amazon DocumentDB event notification subscription.

Synopsis

Creating a Request

data DeleteEventSubscription Source #

Represents the input to DeleteEventSubscription.

See: newDeleteEventSubscription smart constructor.

Constructors

DeleteEventSubscription' 

Fields

  • subscriptionName :: Text

    The name of the Amazon DocumentDB event notification subscription that you want to delete.

Instances

Instances details
Eq DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DocumentDB.DeleteEventSubscription

Read DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DocumentDB.DeleteEventSubscription

Show DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DocumentDB.DeleteEventSubscription

Generic DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DocumentDB.DeleteEventSubscription

Associated Types

type Rep DeleteEventSubscription :: Type -> Type #

NFData DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DocumentDB.DeleteEventSubscription

Methods

rnf :: DeleteEventSubscription -> () #

Hashable DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DocumentDB.DeleteEventSubscription

AWSRequest DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DocumentDB.DeleteEventSubscription

ToHeaders DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DocumentDB.DeleteEventSubscription

ToPath DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DocumentDB.DeleteEventSubscription

ToQuery DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DocumentDB.DeleteEventSubscription

type Rep DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DocumentDB.DeleteEventSubscription

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

Defined in Amazonka.DocumentDB.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 Amazon DocumentDB event notification subscription that you want to delete.

Request Lenses

deleteEventSubscription_subscriptionName :: Lens' DeleteEventSubscription Text Source #

The name of the Amazon DocumentDB event notification subscription that you want to delete.

Destructuring the Response

data DeleteEventSubscriptionResponse Source #

See: newDeleteEventSubscriptionResponse smart constructor.

Constructors

DeleteEventSubscriptionResponse' 

Fields

Instances

Instances details
Eq DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DocumentDB.DeleteEventSubscription

Read DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DocumentDB.DeleteEventSubscription

Show DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DocumentDB.DeleteEventSubscription

Generic DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DocumentDB.DeleteEventSubscription

Associated Types

type Rep DeleteEventSubscriptionResponse :: Type -> Type #

NFData DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DocumentDB.DeleteEventSubscription

type Rep DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DocumentDB.DeleteEventSubscription

type Rep DeleteEventSubscriptionResponse = D1 ('MetaData "DeleteEventSubscriptionResponse" "Amazonka.DocumentDB.DeleteEventSubscription" "libZSservicesZSamazonka-docdbZSamazonka-docdb" '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 - Undocumented member.

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

Response Lenses