libZSservicesZSamazonka-workdocsZSamazonka-workdocs
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.WorkDocs.DeleteNotificationSubscription

Description

Deletes the specified subscription from the specified organization.

Synopsis

Creating a Request

data DeleteNotificationSubscription Source #

See: newDeleteNotificationSubscription smart constructor.

Constructors

DeleteNotificationSubscription' 

Fields

Instances

Instances details
Eq DeleteNotificationSubscription Source # 
Instance details

Defined in Amazonka.WorkDocs.DeleteNotificationSubscription

Read DeleteNotificationSubscription Source # 
Instance details

Defined in Amazonka.WorkDocs.DeleteNotificationSubscription

Show DeleteNotificationSubscription Source # 
Instance details

Defined in Amazonka.WorkDocs.DeleteNotificationSubscription

Generic DeleteNotificationSubscription Source # 
Instance details

Defined in Amazonka.WorkDocs.DeleteNotificationSubscription

Associated Types

type Rep DeleteNotificationSubscription :: Type -> Type #

NFData DeleteNotificationSubscription Source # 
Instance details

Defined in Amazonka.WorkDocs.DeleteNotificationSubscription

Hashable DeleteNotificationSubscription Source # 
Instance details

Defined in Amazonka.WorkDocs.DeleteNotificationSubscription

AWSRequest DeleteNotificationSubscription Source # 
Instance details

Defined in Amazonka.WorkDocs.DeleteNotificationSubscription

ToHeaders DeleteNotificationSubscription Source # 
Instance details

Defined in Amazonka.WorkDocs.DeleteNotificationSubscription

ToPath DeleteNotificationSubscription Source # 
Instance details

Defined in Amazonka.WorkDocs.DeleteNotificationSubscription

ToQuery DeleteNotificationSubscription Source # 
Instance details

Defined in Amazonka.WorkDocs.DeleteNotificationSubscription

type Rep DeleteNotificationSubscription Source # 
Instance details

Defined in Amazonka.WorkDocs.DeleteNotificationSubscription

type Rep DeleteNotificationSubscription = D1 ('MetaData "DeleteNotificationSubscription" "Amazonka.WorkDocs.DeleteNotificationSubscription" "libZSservicesZSamazonka-workdocsZSamazonka-workdocs" 'False) (C1 ('MetaCons "DeleteNotificationSubscription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subscriptionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "organizationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteNotificationSubscription Source # 
Instance details

Defined in Amazonka.WorkDocs.DeleteNotificationSubscription

newDeleteNotificationSubscription Source #

Create a value of DeleteNotificationSubscription 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:subscriptionId:DeleteNotificationSubscription', deleteNotificationSubscription_subscriptionId - The ID of the subscription.

$sel:organizationId:DeleteNotificationSubscription', deleteNotificationSubscription_organizationId - The ID of the organization.

Request Lenses

Destructuring the Response

data DeleteNotificationSubscriptionResponse Source #

Instances

Instances details
Eq DeleteNotificationSubscriptionResponse Source # 
Instance details

Defined in Amazonka.WorkDocs.DeleteNotificationSubscription

Read DeleteNotificationSubscriptionResponse Source # 
Instance details

Defined in Amazonka.WorkDocs.DeleteNotificationSubscription

Show DeleteNotificationSubscriptionResponse Source # 
Instance details

Defined in Amazonka.WorkDocs.DeleteNotificationSubscription

Generic DeleteNotificationSubscriptionResponse Source # 
Instance details

Defined in Amazonka.WorkDocs.DeleteNotificationSubscription

NFData DeleteNotificationSubscriptionResponse Source # 
Instance details

Defined in Amazonka.WorkDocs.DeleteNotificationSubscription

type Rep DeleteNotificationSubscriptionResponse Source # 
Instance details

Defined in Amazonka.WorkDocs.DeleteNotificationSubscription

type Rep DeleteNotificationSubscriptionResponse = D1 ('MetaData "DeleteNotificationSubscriptionResponse" "Amazonka.WorkDocs.DeleteNotificationSubscription" "libZSservicesZSamazonka-workdocsZSamazonka-workdocs" 'False) (C1 ('MetaCons "DeleteNotificationSubscriptionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteNotificationSubscriptionResponse :: DeleteNotificationSubscriptionResponse Source #

Create a value of DeleteNotificationSubscriptionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.