amazonka-workdocs-1.6.1: Amazon WorkDocs SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.WorkDocs.DeleteNotificationSubscription

Contents

Description

Deletes the specified subscription from the specified organization.

Synopsis

Creating a Request

deleteNotificationSubscription Source #

Creates a value of DeleteNotificationSubscription with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DeleteNotificationSubscription Source #

See: deleteNotificationSubscription smart constructor.

Instances
Eq DeleteNotificationSubscription Source # 
Instance details

Defined in Network.AWS.WorkDocs.DeleteNotificationSubscription

Data DeleteNotificationSubscription Source # 
Instance details

Defined in Network.AWS.WorkDocs.DeleteNotificationSubscription

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteNotificationSubscription -> c DeleteNotificationSubscription #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteNotificationSubscription #

toConstr :: DeleteNotificationSubscription -> Constr #

dataTypeOf :: DeleteNotificationSubscription -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DeleteNotificationSubscription) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteNotificationSubscription) #

gmapT :: (forall b. Data b => b -> b) -> DeleteNotificationSubscription -> DeleteNotificationSubscription #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteNotificationSubscription -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteNotificationSubscription -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteNotificationSubscription -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteNotificationSubscription -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteNotificationSubscription -> m DeleteNotificationSubscription #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteNotificationSubscription -> m DeleteNotificationSubscription #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteNotificationSubscription -> m DeleteNotificationSubscription #

Read DeleteNotificationSubscription Source # 
Instance details

Defined in Network.AWS.WorkDocs.DeleteNotificationSubscription

Show DeleteNotificationSubscription Source # 
Instance details

Defined in Network.AWS.WorkDocs.DeleteNotificationSubscription

Generic DeleteNotificationSubscription Source # 
Instance details

Defined in Network.AWS.WorkDocs.DeleteNotificationSubscription

Associated Types

type Rep DeleteNotificationSubscription :: Type -> Type #

Hashable DeleteNotificationSubscription Source # 
Instance details

Defined in Network.AWS.WorkDocs.DeleteNotificationSubscription

AWSRequest DeleteNotificationSubscription Source # 
Instance details

Defined in Network.AWS.WorkDocs.DeleteNotificationSubscription

Associated Types

type Rs DeleteNotificationSubscription :: Type #

ToHeaders DeleteNotificationSubscription Source # 
Instance details

Defined in Network.AWS.WorkDocs.DeleteNotificationSubscription

ToPath DeleteNotificationSubscription Source # 
Instance details

Defined in Network.AWS.WorkDocs.DeleteNotificationSubscription

ToQuery DeleteNotificationSubscription Source # 
Instance details

Defined in Network.AWS.WorkDocs.DeleteNotificationSubscription

NFData DeleteNotificationSubscription Source # 
Instance details

Defined in Network.AWS.WorkDocs.DeleteNotificationSubscription

type Rep DeleteNotificationSubscription Source # 
Instance details

Defined in Network.AWS.WorkDocs.DeleteNotificationSubscription

type Rep DeleteNotificationSubscription = D1 (MetaData "DeleteNotificationSubscription" "Network.AWS.WorkDocs.DeleteNotificationSubscription" "amazonka-workdocs-1.6.1-7lORy3cdAvvAKwhZON5nxY" False) (C1 (MetaCons "DeleteNotificationSubscription'" PrefixI True) (S1 (MetaSel (Just "_dnsSubscriptionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_dnsOrganizationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs DeleteNotificationSubscription Source # 
Instance details

Defined in Network.AWS.WorkDocs.DeleteNotificationSubscription

Request Lenses

Destructuring the Response

data DeleteNotificationSubscriptionResponse Source #

Instances
Eq DeleteNotificationSubscriptionResponse Source # 
Instance details

Defined in Network.AWS.WorkDocs.DeleteNotificationSubscription

Data DeleteNotificationSubscriptionResponse Source # 
Instance details

Defined in Network.AWS.WorkDocs.DeleteNotificationSubscription

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteNotificationSubscriptionResponse -> c DeleteNotificationSubscriptionResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteNotificationSubscriptionResponse #

toConstr :: DeleteNotificationSubscriptionResponse -> Constr #

dataTypeOf :: DeleteNotificationSubscriptionResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DeleteNotificationSubscriptionResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteNotificationSubscriptionResponse) #

gmapT :: (forall b. Data b => b -> b) -> DeleteNotificationSubscriptionResponse -> DeleteNotificationSubscriptionResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteNotificationSubscriptionResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteNotificationSubscriptionResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteNotificationSubscriptionResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteNotificationSubscriptionResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteNotificationSubscriptionResponse -> m DeleteNotificationSubscriptionResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteNotificationSubscriptionResponse -> m DeleteNotificationSubscriptionResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteNotificationSubscriptionResponse -> m DeleteNotificationSubscriptionResponse #

Read DeleteNotificationSubscriptionResponse Source # 
Instance details

Defined in Network.AWS.WorkDocs.DeleteNotificationSubscription

Show DeleteNotificationSubscriptionResponse Source # 
Instance details

Defined in Network.AWS.WorkDocs.DeleteNotificationSubscription

Generic DeleteNotificationSubscriptionResponse Source # 
Instance details

Defined in Network.AWS.WorkDocs.DeleteNotificationSubscription

NFData DeleteNotificationSubscriptionResponse Source # 
Instance details

Defined in Network.AWS.WorkDocs.DeleteNotificationSubscription

type Rep DeleteNotificationSubscriptionResponse Source # 
Instance details

Defined in Network.AWS.WorkDocs.DeleteNotificationSubscription

type Rep DeleteNotificationSubscriptionResponse = D1 (MetaData "DeleteNotificationSubscriptionResponse" "Network.AWS.WorkDocs.DeleteNotificationSubscription" "amazonka-workdocs-1.6.1-7lORy3cdAvvAKwhZON5nxY" False) (C1 (MetaCons "DeleteNotificationSubscriptionResponse'" PrefixI False) (U1 :: Type -> Type))