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.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
Eq DescribeNotificationSubscriptions Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeNotificationSubscriptions

Read DescribeNotificationSubscriptions Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeNotificationSubscriptions

Show 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 #

NFData DescribeNotificationSubscriptions Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeNotificationSubscriptions

Hashable 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

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

type Rep DescribeNotificationSubscriptions Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeNotificationSubscriptions

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

Defined in Amazonka.WorkDocs.DescribeNotificationSubscriptions

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:marker:DescribeNotificationSubscriptions', describeNotificationSubscriptions_marker - The marker for the next set of results. (You received this marker from a previous call.)

$sel:limit:DescribeNotificationSubscriptions', describeNotificationSubscriptions_limit - The maximum number of items to return with this call.

$sel:organizationId:DescribeNotificationSubscriptions', describeNotificationSubscriptions_organizationId - The ID of the organization.

Request Lenses

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

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

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

The maximum number of items to return with this call.

Destructuring the Response

data DescribeNotificationSubscriptionsResponse Source #

Constructors

DescribeNotificationSubscriptionsResponse' 

Fields

Instances

Instances details
Eq 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

Generic DescribeNotificationSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeNotificationSubscriptions

NFData 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" "libZSservicesZSamazonka-workdocsZSamazonka-workdocs" '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:

$sel:marker: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.