| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.Budgets.DescribeSubscribersForNotification
Description
Get subscribers of a notification
- describeSubscribersForNotification :: Text -> Text -> Notification -> DescribeSubscribersForNotification
- data DescribeSubscribersForNotification
- dsfnNextToken :: Lens' DescribeSubscribersForNotification (Maybe Text)
- dsfnMaxResults :: Lens' DescribeSubscribersForNotification (Maybe Natural)
- dsfnAccountId :: Lens' DescribeSubscribersForNotification Text
- dsfnBudgetName :: Lens' DescribeSubscribersForNotification Text
- dsfnNotification :: Lens' DescribeSubscribersForNotification Notification
- describeSubscribersForNotificationResponse :: Int -> DescribeSubscribersForNotificationResponse
- data DescribeSubscribersForNotificationResponse
- dsfnrsNextToken :: Lens' DescribeSubscribersForNotificationResponse (Maybe Text)
- dsfnrsSubscribers :: Lens' DescribeSubscribersForNotificationResponse (Maybe (NonEmpty Subscriber))
- dsfnrsResponseStatus :: Lens' DescribeSubscribersForNotificationResponse Int
Creating a Request
describeSubscribersForNotification Source #
Arguments
| :: Text | |
| -> Text | |
| -> Notification | |
| -> DescribeSubscribersForNotification |
Creates a value of DescribeSubscribersForNotification with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dsfnNextToken- Undocumented member.dsfnMaxResults- Undocumented member.dsfnAccountId- Undocumented member.dsfnBudgetName- Undocumented member.dsfnNotification- Undocumented member.
data DescribeSubscribersForNotification Source #
Request of DescribeSubscribersForNotification
See: describeSubscribersForNotification smart constructor.
Instances
Request Lenses
dsfnNextToken :: Lens' DescribeSubscribersForNotification (Maybe Text) Source #
Undocumented member.
dsfnMaxResults :: Lens' DescribeSubscribersForNotification (Maybe Natural) Source #
Undocumented member.
dsfnAccountId :: Lens' DescribeSubscribersForNotification Text Source #
Undocumented member.
dsfnBudgetName :: Lens' DescribeSubscribersForNotification Text Source #
Undocumented member.
dsfnNotification :: Lens' DescribeSubscribersForNotification Notification Source #
Undocumented member.
Destructuring the Response
describeSubscribersForNotificationResponse Source #
Creates a value of DescribeSubscribersForNotificationResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dsfnrsNextToken- Undocumented member.dsfnrsSubscribers- Undocumented member.dsfnrsResponseStatus- -- | The response status code.
data DescribeSubscribersForNotificationResponse Source #
Response of DescribeSubscribersForNotification
See: describeSubscribersForNotificationResponse smart constructor.
Instances
Response Lenses
dsfnrsNextToken :: Lens' DescribeSubscribersForNotificationResponse (Maybe Text) Source #
Undocumented member.
dsfnrsSubscribers :: Lens' DescribeSubscribersForNotificationResponse (Maybe (NonEmpty Subscriber)) Source #
Undocumented member.
dsfnrsResponseStatus :: Lens' DescribeSubscribersForNotificationResponse Int Source #
- - | The response status code.