| 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.Budgets.DeleteBudget
Description
Deletes a budget. You can delete your budget at any time.
Deleting a budget also deletes the notifications and subscribers associated with that budget.
Synopsis
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> DeleteBudget |
Creates a value of DeleteBudget with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dAccountId- TheaccountIdthat is associated with the budget that you want to delete.dBudgetName- The name of the budget that you want to delete.
data DeleteBudget Source #
Request of DeleteBudget
See: deleteBudget smart constructor.
Instances
Request Lenses
dAccountId :: Lens' DeleteBudget Text Source #
The accountId that is associated with the budget that you want to delete.
dBudgetName :: Lens' DeleteBudget Text Source #
The name of the budget that you want to delete.
Destructuring the Response
Arguments
| :: Int | |
| -> DeleteBudgetResponse |
Creates a value of DeleteBudgetResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drsResponseStatus- -- | The response status code.
data DeleteBudgetResponse Source #
Response of DeleteBudget
See: deleteBudgetResponse smart constructor.
Instances
Response Lenses
drsResponseStatus :: Lens' DeleteBudgetResponse Int Source #
- - | The response status code.