| 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.UpdateBudget
Description
Update the information of a budget already created
Creating a Request
Arguments
| :: Text | |
| -> Budget | |
| -> UpdateBudget |
Creates a value of UpdateBudget with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ubAccountId- Undocumented member.ubNewBudget- Undocumented member.
data UpdateBudget Source #
Request of UpdateBudget
See: updateBudget smart constructor.
Instances
Request Lenses
ubAccountId :: Lens' UpdateBudget Text Source #
Undocumented member.
ubNewBudget :: Lens' UpdateBudget Budget Source #
Undocumented member.
Destructuring the Response
Arguments
| :: Int | |
| -> UpdateBudgetResponse |
Creates a value of UpdateBudgetResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ubrsResponseStatus- -- | The response status code.
data UpdateBudgetResponse Source #
Response of UpdateBudget
See: updateBudgetResponse smart constructor.
Response Lenses
ubrsResponseStatus :: Lens' UpdateBudgetResponse Int Source #
- - | The response status code.