| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Budgets.ExecuteBudgetAction
Description
Executes a budget action.
Synopsis
- data ExecuteBudgetAction = ExecuteBudgetAction' {}
- newExecuteBudgetAction :: Text -> Text -> Text -> ExecutionType -> ExecuteBudgetAction
- executeBudgetAction_accountId :: Lens' ExecuteBudgetAction Text
- executeBudgetAction_budgetName :: Lens' ExecuteBudgetAction Text
- executeBudgetAction_actionId :: Lens' ExecuteBudgetAction Text
- executeBudgetAction_executionType :: Lens' ExecuteBudgetAction ExecutionType
- data ExecuteBudgetActionResponse = ExecuteBudgetActionResponse' {
- httpStatus :: Int
- accountId :: Text
- budgetName :: Text
- actionId :: Text
- executionType :: ExecutionType
- newExecuteBudgetActionResponse :: Int -> Text -> Text -> Text -> ExecutionType -> ExecuteBudgetActionResponse
- executeBudgetActionResponse_httpStatus :: Lens' ExecuteBudgetActionResponse Int
- executeBudgetActionResponse_accountId :: Lens' ExecuteBudgetActionResponse Text
- executeBudgetActionResponse_budgetName :: Lens' ExecuteBudgetActionResponse Text
- executeBudgetActionResponse_actionId :: Lens' ExecuteBudgetActionResponse Text
- executeBudgetActionResponse_executionType :: Lens' ExecuteBudgetActionResponse ExecutionType
Creating a Request
data ExecuteBudgetAction Source #
See: newExecuteBudgetAction smart constructor.
Constructors
| ExecuteBudgetAction' | |
Fields
| |
Instances
newExecuteBudgetAction Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> ExecutionType | |
| -> ExecuteBudgetAction |
Create a value of ExecuteBudgetAction with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
ExecuteBudgetAction, executeBudgetAction_accountId - Undocumented member.
ExecuteBudgetAction, executeBudgetAction_budgetName - Undocumented member.
ExecuteBudgetAction, executeBudgetAction_actionId - A system-generated universally unique identifier (UUID) for the action.
ExecuteBudgetAction, executeBudgetAction_executionType - The type of execution.
Request Lenses
executeBudgetAction_accountId :: Lens' ExecuteBudgetAction Text Source #
Undocumented member.
executeBudgetAction_budgetName :: Lens' ExecuteBudgetAction Text Source #
Undocumented member.
executeBudgetAction_actionId :: Lens' ExecuteBudgetAction Text Source #
A system-generated universally unique identifier (UUID) for the action.
executeBudgetAction_executionType :: Lens' ExecuteBudgetAction ExecutionType Source #
The type of execution.
Destructuring the Response
data ExecuteBudgetActionResponse Source #
See: newExecuteBudgetActionResponse smart constructor.
Constructors
| ExecuteBudgetActionResponse' | |
Fields
| |
Instances
newExecuteBudgetActionResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> ExecutionType | |
| -> ExecuteBudgetActionResponse |
Create a value of ExecuteBudgetActionResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:ExecuteBudgetActionResponse', executeBudgetActionResponse_httpStatus - The response's http status code.
ExecuteBudgetAction, executeBudgetActionResponse_accountId - Undocumented member.
ExecuteBudgetAction, executeBudgetActionResponse_budgetName - Undocumented member.
ExecuteBudgetAction, executeBudgetActionResponse_actionId - A system-generated universally unique identifier (UUID) for the action.
ExecuteBudgetAction, executeBudgetActionResponse_executionType - The type of execution.
Response Lenses
executeBudgetActionResponse_httpStatus :: Lens' ExecuteBudgetActionResponse Int Source #
The response's http status code.
executeBudgetActionResponse_accountId :: Lens' ExecuteBudgetActionResponse Text Source #
Undocumented member.
executeBudgetActionResponse_budgetName :: Lens' ExecuteBudgetActionResponse Text Source #
Undocumented member.
executeBudgetActionResponse_actionId :: Lens' ExecuteBudgetActionResponse Text Source #
A system-generated universally unique identifier (UUID) for the action.
executeBudgetActionResponse_executionType :: Lens' ExecuteBudgetActionResponse ExecutionType Source #
The type of execution.