| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.WorkDocs.DescribeNotificationSubscriptions
Description
Lists the specified notification subscriptions.
Synopsis
- describeNotificationSubscriptions :: Text -> DescribeNotificationSubscriptions
- data DescribeNotificationSubscriptions
- dMarker :: Lens' DescribeNotificationSubscriptions (Maybe Text)
- dLimit :: Lens' DescribeNotificationSubscriptions (Maybe Natural)
- dOrganizationId :: Lens' DescribeNotificationSubscriptions Text
- describeNotificationSubscriptionsResponse :: Int -> DescribeNotificationSubscriptionsResponse
- data DescribeNotificationSubscriptionsResponse
- dnsrsMarker :: Lens' DescribeNotificationSubscriptionsResponse (Maybe Text)
- dnsrsSubscriptions :: Lens' DescribeNotificationSubscriptionsResponse [Subscription]
- dnsrsResponseStatus :: Lens' DescribeNotificationSubscriptionsResponse Int
Creating a Request
describeNotificationSubscriptions Source #
Arguments
| :: Text | |
| -> DescribeNotificationSubscriptions |
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
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.
dOrganizationId :: Lens' DescribeNotificationSubscriptions Text Source #
The ID of the organization.
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:
dnsrsMarker- The marker to use when requesting the next set of results. If there are no additional results, the string is empty.dnsrsSubscriptions- The subscriptions.dnsrsResponseStatus- -- | The response status code.
data DescribeNotificationSubscriptionsResponse Source #
See: describeNotificationSubscriptionsResponse smart constructor.
Instances
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.
dnsrsSubscriptions :: Lens' DescribeNotificationSubscriptionsResponse [Subscription] Source #
The subscriptions.
dnsrsResponseStatus :: Lens' DescribeNotificationSubscriptionsResponse Int Source #
- - | The response status code.