amazonka-workdocs-2.0: Amazon WorkDocs SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.WorkDocs.DescribeNotificationSubscriptions

Description

Lists the specified notification subscriptions.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeNotificationSubscriptions Source #

See: newDescribeNotificationSubscriptions smart constructor.

Constructors

DescribeNotificationSubscriptions' 

Fields

Instances

Instances details
ToHeaders DescribeNotificationSubscriptions Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeNotificationSubscriptions

ToPath DescribeNotificationSubscriptions Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeNotificationSubscriptions

ToQuery DescribeNotificationSubscriptions Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeNotificationSubscriptions

AWSPager DescribeNotificationSubscriptions Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeNotificationSubscriptions

AWSRequest DescribeNotificationSubscriptions Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeNotificationSubscriptions

Generic DescribeNotificationSubscriptions Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeNotificationSubscriptions

Associated Types

type Rep DescribeNotificationSubscriptions :: Type -> Type #

Read DescribeNotificationSubscriptions Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeNotificationSubscriptions

Show DescribeNotificationSubscriptions Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeNotificationSubscriptions

NFData DescribeNotificationSubscriptions Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeNotificationSubscriptions

Eq DescribeNotificationSubscriptions Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeNotificationSubscriptions

Hashable DescribeNotificationSubscriptions Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeNotificationSubscriptions

type AWSResponse DescribeNotificationSubscriptions Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeNotificationSubscriptions

type Rep DescribeNotificationSubscriptions Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeNotificationSubscriptions

type Rep DescribeNotificationSubscriptions = D1 ('MetaData "DescribeNotificationSubscriptions" "Amazonka.WorkDocs.DescribeNotificationSubscriptions" "amazonka-workdocs-2.0-2rElYnFvcad3yrUkWYMHCU" 'False) (C1 ('MetaCons "DescribeNotificationSubscriptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "organizationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeNotificationSubscriptions Source #

Create a value of DescribeNotificationSubscriptions 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:limit:DescribeNotificationSubscriptions', describeNotificationSubscriptions_limit - The maximum number of items to return with this call.

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

DescribeNotificationSubscriptions, describeNotificationSubscriptions_organizationId - The ID of the organization.

Request Lenses

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

The maximum number of items to return with this call.

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

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

Destructuring the Response

data DescribeNotificationSubscriptionsResponse Source #

Constructors

DescribeNotificationSubscriptionsResponse' 

Fields

Instances

Instances details
Generic DescribeNotificationSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeNotificationSubscriptions

Read DescribeNotificationSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeNotificationSubscriptions

Show DescribeNotificationSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeNotificationSubscriptions

NFData DescribeNotificationSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeNotificationSubscriptions

Eq DescribeNotificationSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeNotificationSubscriptions

type Rep DescribeNotificationSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeNotificationSubscriptions

type Rep DescribeNotificationSubscriptionsResponse = D1 ('MetaData "DescribeNotificationSubscriptionsResponse" "Amazonka.WorkDocs.DescribeNotificationSubscriptions" "amazonka-workdocs-2.0-2rElYnFvcad3yrUkWYMHCU" 'False) (C1 ('MetaCons "DescribeNotificationSubscriptionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "subscriptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Subscription])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeNotificationSubscriptionsResponse Source #

Create a value of DescribeNotificationSubscriptionsResponse 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:

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

$sel:subscriptions:DescribeNotificationSubscriptionsResponse', describeNotificationSubscriptionsResponse_subscriptions - The subscriptions.

$sel:httpStatus:DescribeNotificationSubscriptionsResponse', describeNotificationSubscriptionsResponse_httpStatus - The response's http status code.

Response Lenses

describeNotificationSubscriptionsResponse_marker :: 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.