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.DescribeNotificationsForBudget
Description
Get notifications of a budget
- describeNotificationsForBudget :: Text -> Text -> DescribeNotificationsForBudget
- data DescribeNotificationsForBudget
- dnfbNextToken :: Lens' DescribeNotificationsForBudget (Maybe Text)
- dnfbMaxResults :: Lens' DescribeNotificationsForBudget (Maybe Natural)
- dnfbAccountId :: Lens' DescribeNotificationsForBudget Text
- dnfbBudgetName :: Lens' DescribeNotificationsForBudget Text
- describeNotificationsForBudgetResponse :: Int -> DescribeNotificationsForBudgetResponse
- data DescribeNotificationsForBudgetResponse
- dnfbrsNextToken :: Lens' DescribeNotificationsForBudgetResponse (Maybe Text)
- dnfbrsNotifications :: Lens' DescribeNotificationsForBudgetResponse [Notification]
- dnfbrsResponseStatus :: Lens' DescribeNotificationsForBudgetResponse Int
Creating a Request
describeNotificationsForBudget #
Arguments
:: Text | |
-> Text | |
-> DescribeNotificationsForBudget |
Creates a value of DescribeNotificationsForBudget
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dnfbNextToken
- Undocumented member.dnfbMaxResults
- Undocumented member.dnfbAccountId
- Undocumented member.dnfbBudgetName
- Undocumented member.
data DescribeNotificationsForBudget #
Request of DescribeNotificationsForBudget
See: describeNotificationsForBudget
smart constructor.
Instances
Request Lenses
dnfbNextToken :: Lens' DescribeNotificationsForBudget (Maybe Text) #
Undocumented member.
dnfbMaxResults :: Lens' DescribeNotificationsForBudget (Maybe Natural) #
Undocumented member.
dnfbAccountId :: Lens' DescribeNotificationsForBudget Text #
Undocumented member.
dnfbBudgetName :: Lens' DescribeNotificationsForBudget Text #
Undocumented member.
Destructuring the Response
describeNotificationsForBudgetResponse #
Creates a value of DescribeNotificationsForBudgetResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dnfbrsNextToken
- Undocumented member.dnfbrsNotifications
- Undocumented member.dnfbrsResponseStatus
- -- | The response status code.
data DescribeNotificationsForBudgetResponse #
Response of GetNotificationsForBudget
See: describeNotificationsForBudgetResponse
smart constructor.
Instances
Response Lenses
dnfbrsNextToken :: Lens' DescribeNotificationsForBudgetResponse (Maybe Text) #
Undocumented member.
dnfbrsNotifications :: Lens' DescribeNotificationsForBudgetResponse [Notification] #
Undocumented member.
dnfbrsResponseStatus :: Lens' DescribeNotificationsForBudgetResponse Int #
- - | The response status code.