amazonka-workdocs-1.6.0: 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.DescribeNotificationSubscriptions

Contents

Description

Lists the specified notification subscriptions.

Synopsis

Creating a Request

describeNotificationSubscriptions Source #

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

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

  • dMarker - The marker for the next set of results. (You received this marker from a previous call.)
  • dLimit - The maximum number of items to return with this call.
  • dOrganizationId - The ID of the organization.

data DescribeNotificationSubscriptions Source #

See: describeNotificationSubscriptions smart constructor.

Instances

Eq DescribeNotificationSubscriptions Source # 
Data DescribeNotificationSubscriptions Source # 

Methods

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

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

toConstr :: DescribeNotificationSubscriptions -> Constr #

dataTypeOf :: DescribeNotificationSubscriptions -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeNotificationSubscriptions Source # 
Show DescribeNotificationSubscriptions Source # 
Generic DescribeNotificationSubscriptions Source # 
Hashable DescribeNotificationSubscriptions Source # 
NFData DescribeNotificationSubscriptions Source # 
AWSRequest DescribeNotificationSubscriptions Source # 
ToHeaders DescribeNotificationSubscriptions Source # 
ToPath DescribeNotificationSubscriptions Source # 
ToQuery DescribeNotificationSubscriptions Source # 
type Rep DescribeNotificationSubscriptions Source # 
type Rep DescribeNotificationSubscriptions = D1 * (MetaData "DescribeNotificationSubscriptions" "Network.AWS.WorkDocs.DescribeNotificationSubscriptions" "amazonka-workdocs-1.6.0-1U8VphMWtKAbdAmu8y8qj" False) (C1 * (MetaCons "DescribeNotificationSubscriptions'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dLimit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat))) (S1 * (MetaSel (Just Symbol "_dOrganizationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs DescribeNotificationSubscriptions Source # 

Request Lenses

dMarker :: Lens' DescribeNotificationSubscriptions (Maybe Text) Source #

The marker for the next set of results. (You received this marker from a previous call.)

dLimit :: Lens' DescribeNotificationSubscriptions (Maybe Natural) Source #

The maximum number of items to return with this call.

Destructuring the Response

describeNotificationSubscriptionsResponse Source #

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

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

data DescribeNotificationSubscriptionsResponse Source #

Instances

Eq DescribeNotificationSubscriptionsResponse Source # 
Data DescribeNotificationSubscriptionsResponse Source # 

Methods

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

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

toConstr :: DescribeNotificationSubscriptionsResponse -> Constr #

dataTypeOf :: DescribeNotificationSubscriptionsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeNotificationSubscriptionsResponse Source # 
Show DescribeNotificationSubscriptionsResponse Source # 
Generic DescribeNotificationSubscriptionsResponse Source # 
NFData DescribeNotificationSubscriptionsResponse Source # 
type Rep DescribeNotificationSubscriptionsResponse Source # 
type Rep DescribeNotificationSubscriptionsResponse = D1 * (MetaData "DescribeNotificationSubscriptionsResponse" "Network.AWS.WorkDocs.DescribeNotificationSubscriptions" "amazonka-workdocs-1.6.0-1U8VphMWtKAbdAmu8y8qj" False) (C1 * (MetaCons "DescribeNotificationSubscriptionsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dnsrsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dnsrsSubscriptions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Subscription]))) (S1 * (MetaSel (Just Symbol "_dnsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

dnsrsMarker :: Lens' DescribeNotificationSubscriptionsResponse (Maybe Text) Source #

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.