Copyright | (c) 2013-2021 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 |
- Operations
- CreateBudgetAction
- UpdateBudgetAction
- DeleteBudgetAction
- DescribeSubscribersForNotification
- DescribeNotificationsForBudget
- DescribeBudgets
- CreateSubscriber
- ExecuteBudgetAction
- UpdateBudget
- DeleteBudget
- DeleteNotification
- UpdateNotification
- DescribeBudgetActionsForAccount
- DescribeBudgetPerformanceHistory
- DescribeBudgetActionHistories
- DescribeBudget
- UpdateSubscriber
- DeleteSubscriber
- DescribeBudgetActionsForBudget
- DescribeBudgetAction
- CreateBudget
- CreateNotification
- Types
Synopsis
- createBudgetAction_accountId :: Lens' CreateBudgetAction Text
- createBudgetAction_budgetName :: Lens' CreateBudgetAction Text
- createBudgetAction_notificationType :: Lens' CreateBudgetAction NotificationType
- createBudgetAction_actionType :: Lens' CreateBudgetAction ActionType
- createBudgetAction_actionThreshold :: Lens' CreateBudgetAction ActionThreshold
- createBudgetAction_definition :: Lens' CreateBudgetAction Definition
- createBudgetAction_executionRoleArn :: Lens' CreateBudgetAction Text
- createBudgetAction_approvalModel :: Lens' CreateBudgetAction ApprovalModel
- createBudgetAction_subscribers :: Lens' CreateBudgetAction (NonEmpty Subscriber)
- createBudgetActionResponse_httpStatus :: Lens' CreateBudgetActionResponse Int
- createBudgetActionResponse_accountId :: Lens' CreateBudgetActionResponse Text
- createBudgetActionResponse_budgetName :: Lens' CreateBudgetActionResponse Text
- createBudgetActionResponse_actionId :: Lens' CreateBudgetActionResponse Text
- updateBudgetAction_definition :: Lens' UpdateBudgetAction (Maybe Definition)
- updateBudgetAction_executionRoleArn :: Lens' UpdateBudgetAction (Maybe Text)
- updateBudgetAction_actionThreshold :: Lens' UpdateBudgetAction (Maybe ActionThreshold)
- updateBudgetAction_notificationType :: Lens' UpdateBudgetAction (Maybe NotificationType)
- updateBudgetAction_approvalModel :: Lens' UpdateBudgetAction (Maybe ApprovalModel)
- updateBudgetAction_subscribers :: Lens' UpdateBudgetAction (Maybe (NonEmpty Subscriber))
- updateBudgetAction_accountId :: Lens' UpdateBudgetAction Text
- updateBudgetAction_budgetName :: Lens' UpdateBudgetAction Text
- updateBudgetAction_actionId :: Lens' UpdateBudgetAction Text
- updateBudgetActionResponse_httpStatus :: Lens' UpdateBudgetActionResponse Int
- updateBudgetActionResponse_accountId :: Lens' UpdateBudgetActionResponse Text
- updateBudgetActionResponse_budgetName :: Lens' UpdateBudgetActionResponse Text
- updateBudgetActionResponse_oldAction :: Lens' UpdateBudgetActionResponse Action
- updateBudgetActionResponse_newAction :: Lens' UpdateBudgetActionResponse Action
- deleteBudgetAction_accountId :: Lens' DeleteBudgetAction Text
- deleteBudgetAction_budgetName :: Lens' DeleteBudgetAction Text
- deleteBudgetAction_actionId :: Lens' DeleteBudgetAction Text
- deleteBudgetActionResponse_httpStatus :: Lens' DeleteBudgetActionResponse Int
- deleteBudgetActionResponse_accountId :: Lens' DeleteBudgetActionResponse Text
- deleteBudgetActionResponse_budgetName :: Lens' DeleteBudgetActionResponse Text
- deleteBudgetActionResponse_action :: Lens' DeleteBudgetActionResponse Action
- describeSubscribersForNotification_nextToken :: Lens' DescribeSubscribersForNotification (Maybe Text)
- describeSubscribersForNotification_maxResults :: Lens' DescribeSubscribersForNotification (Maybe Natural)
- describeSubscribersForNotification_accountId :: Lens' DescribeSubscribersForNotification Text
- describeSubscribersForNotification_budgetName :: Lens' DescribeSubscribersForNotification Text
- describeSubscribersForNotification_notification :: Lens' DescribeSubscribersForNotification Notification
- describeSubscribersForNotificationResponse_nextToken :: Lens' DescribeSubscribersForNotificationResponse (Maybe Text)
- describeSubscribersForNotificationResponse_subscribers :: Lens' DescribeSubscribersForNotificationResponse (Maybe (NonEmpty Subscriber))
- describeSubscribersForNotificationResponse_httpStatus :: Lens' DescribeSubscribersForNotificationResponse Int
- describeNotificationsForBudget_nextToken :: Lens' DescribeNotificationsForBudget (Maybe Text)
- describeNotificationsForBudget_maxResults :: Lens' DescribeNotificationsForBudget (Maybe Natural)
- describeNotificationsForBudget_accountId :: Lens' DescribeNotificationsForBudget Text
- describeNotificationsForBudget_budgetName :: Lens' DescribeNotificationsForBudget Text
- describeNotificationsForBudgetResponse_nextToken :: Lens' DescribeNotificationsForBudgetResponse (Maybe Text)
- describeNotificationsForBudgetResponse_notifications :: Lens' DescribeNotificationsForBudgetResponse (Maybe [Notification])
- describeNotificationsForBudgetResponse_httpStatus :: Lens' DescribeNotificationsForBudgetResponse Int
- describeBudgets_nextToken :: Lens' DescribeBudgets (Maybe Text)
- describeBudgets_maxResults :: Lens' DescribeBudgets (Maybe Natural)
- describeBudgets_accountId :: Lens' DescribeBudgets Text
- describeBudgetsResponse_nextToken :: Lens' DescribeBudgetsResponse (Maybe Text)
- describeBudgetsResponse_budgets :: Lens' DescribeBudgetsResponse (Maybe [Budget])
- describeBudgetsResponse_httpStatus :: Lens' DescribeBudgetsResponse Int
- createSubscriber_accountId :: Lens' CreateSubscriber Text
- createSubscriber_budgetName :: Lens' CreateSubscriber Text
- createSubscriber_notification :: Lens' CreateSubscriber Notification
- createSubscriber_subscriber :: Lens' CreateSubscriber Subscriber
- createSubscriberResponse_httpStatus :: Lens' CreateSubscriberResponse Int
- executeBudgetAction_accountId :: Lens' ExecuteBudgetAction Text
- executeBudgetAction_budgetName :: Lens' ExecuteBudgetAction Text
- executeBudgetAction_actionId :: Lens' ExecuteBudgetAction Text
- executeBudgetAction_executionType :: Lens' ExecuteBudgetAction ExecutionType
- 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
- updateBudget_accountId :: Lens' UpdateBudget Text
- updateBudget_newBudget :: Lens' UpdateBudget Budget
- updateBudgetResponse_httpStatus :: Lens' UpdateBudgetResponse Int
- deleteBudget_accountId :: Lens' DeleteBudget Text
- deleteBudget_budgetName :: Lens' DeleteBudget Text
- deleteBudgetResponse_httpStatus :: Lens' DeleteBudgetResponse Int
- deleteNotification_accountId :: Lens' DeleteNotification Text
- deleteNotification_budgetName :: Lens' DeleteNotification Text
- deleteNotification_notification :: Lens' DeleteNotification Notification
- deleteNotificationResponse_httpStatus :: Lens' DeleteNotificationResponse Int
- updateNotification_accountId :: Lens' UpdateNotification Text
- updateNotification_budgetName :: Lens' UpdateNotification Text
- updateNotification_oldNotification :: Lens' UpdateNotification Notification
- updateNotification_newNotification :: Lens' UpdateNotification Notification
- updateNotificationResponse_httpStatus :: Lens' UpdateNotificationResponse Int
- describeBudgetActionsForAccount_nextToken :: Lens' DescribeBudgetActionsForAccount (Maybe Text)
- describeBudgetActionsForAccount_maxResults :: Lens' DescribeBudgetActionsForAccount (Maybe Natural)
- describeBudgetActionsForAccount_accountId :: Lens' DescribeBudgetActionsForAccount Text
- describeBudgetActionsForAccountResponse_nextToken :: Lens' DescribeBudgetActionsForAccountResponse (Maybe Text)
- describeBudgetActionsForAccountResponse_httpStatus :: Lens' DescribeBudgetActionsForAccountResponse Int
- describeBudgetActionsForAccountResponse_actions :: Lens' DescribeBudgetActionsForAccountResponse [Action]
- describeBudgetPerformanceHistory_timePeriod :: Lens' DescribeBudgetPerformanceHistory (Maybe TimePeriod)
- describeBudgetPerformanceHistory_nextToken :: Lens' DescribeBudgetPerformanceHistory (Maybe Text)
- describeBudgetPerformanceHistory_maxResults :: Lens' DescribeBudgetPerformanceHistory (Maybe Natural)
- describeBudgetPerformanceHistory_accountId :: Lens' DescribeBudgetPerformanceHistory Text
- describeBudgetPerformanceHistory_budgetName :: Lens' DescribeBudgetPerformanceHistory Text
- describeBudgetPerformanceHistoryResponse_budgetPerformanceHistory :: Lens' DescribeBudgetPerformanceHistoryResponse (Maybe BudgetPerformanceHistory)
- describeBudgetPerformanceHistoryResponse_nextToken :: Lens' DescribeBudgetPerformanceHistoryResponse (Maybe Text)
- describeBudgetPerformanceHistoryResponse_httpStatus :: Lens' DescribeBudgetPerformanceHistoryResponse Int
- describeBudgetActionHistories_timePeriod :: Lens' DescribeBudgetActionHistories (Maybe TimePeriod)
- describeBudgetActionHistories_nextToken :: Lens' DescribeBudgetActionHistories (Maybe Text)
- describeBudgetActionHistories_maxResults :: Lens' DescribeBudgetActionHistories (Maybe Natural)
- describeBudgetActionHistories_accountId :: Lens' DescribeBudgetActionHistories Text
- describeBudgetActionHistories_budgetName :: Lens' DescribeBudgetActionHistories Text
- describeBudgetActionHistories_actionId :: Lens' DescribeBudgetActionHistories Text
- describeBudgetActionHistoriesResponse_nextToken :: Lens' DescribeBudgetActionHistoriesResponse (Maybe Text)
- describeBudgetActionHistoriesResponse_httpStatus :: Lens' DescribeBudgetActionHistoriesResponse Int
- describeBudgetActionHistoriesResponse_actionHistories :: Lens' DescribeBudgetActionHistoriesResponse [ActionHistory]
- describeBudget_accountId :: Lens' DescribeBudget Text
- describeBudget_budgetName :: Lens' DescribeBudget Text
- describeBudgetResponse_budget :: Lens' DescribeBudgetResponse (Maybe Budget)
- describeBudgetResponse_httpStatus :: Lens' DescribeBudgetResponse Int
- updateSubscriber_accountId :: Lens' UpdateSubscriber Text
- updateSubscriber_budgetName :: Lens' UpdateSubscriber Text
- updateSubscriber_notification :: Lens' UpdateSubscriber Notification
- updateSubscriber_oldSubscriber :: Lens' UpdateSubscriber Subscriber
- updateSubscriber_newSubscriber :: Lens' UpdateSubscriber Subscriber
- updateSubscriberResponse_httpStatus :: Lens' UpdateSubscriberResponse Int
- deleteSubscriber_accountId :: Lens' DeleteSubscriber Text
- deleteSubscriber_budgetName :: Lens' DeleteSubscriber Text
- deleteSubscriber_notification :: Lens' DeleteSubscriber Notification
- deleteSubscriber_subscriber :: Lens' DeleteSubscriber Subscriber
- deleteSubscriberResponse_httpStatus :: Lens' DeleteSubscriberResponse Int
- describeBudgetActionsForBudget_nextToken :: Lens' DescribeBudgetActionsForBudget (Maybe Text)
- describeBudgetActionsForBudget_maxResults :: Lens' DescribeBudgetActionsForBudget (Maybe Natural)
- describeBudgetActionsForBudget_accountId :: Lens' DescribeBudgetActionsForBudget Text
- describeBudgetActionsForBudget_budgetName :: Lens' DescribeBudgetActionsForBudget Text
- describeBudgetActionsForBudgetResponse_nextToken :: Lens' DescribeBudgetActionsForBudgetResponse (Maybe Text)
- describeBudgetActionsForBudgetResponse_httpStatus :: Lens' DescribeBudgetActionsForBudgetResponse Int
- describeBudgetActionsForBudgetResponse_actions :: Lens' DescribeBudgetActionsForBudgetResponse [Action]
- describeBudgetAction_accountId :: Lens' DescribeBudgetAction Text
- describeBudgetAction_budgetName :: Lens' DescribeBudgetAction Text
- describeBudgetAction_actionId :: Lens' DescribeBudgetAction Text
- describeBudgetActionResponse_httpStatus :: Lens' DescribeBudgetActionResponse Int
- describeBudgetActionResponse_accountId :: Lens' DescribeBudgetActionResponse Text
- describeBudgetActionResponse_budgetName :: Lens' DescribeBudgetActionResponse Text
- describeBudgetActionResponse_action :: Lens' DescribeBudgetActionResponse Action
- createBudget_notificationsWithSubscribers :: Lens' CreateBudget (Maybe [NotificationWithSubscribers])
- createBudget_accountId :: Lens' CreateBudget Text
- createBudget_budget :: Lens' CreateBudget Budget
- createBudgetResponse_httpStatus :: Lens' CreateBudgetResponse Int
- createNotification_accountId :: Lens' CreateNotification Text
- createNotification_budgetName :: Lens' CreateNotification Text
- createNotification_notification :: Lens' CreateNotification Notification
- createNotification_subscribers :: Lens' CreateNotification (NonEmpty Subscriber)
- createNotificationResponse_httpStatus :: Lens' CreateNotificationResponse Int
- action_actionId :: Lens' Action Text
- action_budgetName :: Lens' Action Text
- action_notificationType :: Lens' Action NotificationType
- action_actionType :: Lens' Action ActionType
- action_actionThreshold :: Lens' Action ActionThreshold
- action_definition :: Lens' Action Definition
- action_executionRoleArn :: Lens' Action Text
- action_approvalModel :: Lens' Action ApprovalModel
- action_status :: Lens' Action ActionStatus
- action_subscribers :: Lens' Action (NonEmpty Subscriber)
- actionHistory_timestamp :: Lens' ActionHistory UTCTime
- actionHistory_status :: Lens' ActionHistory ActionStatus
- actionHistory_eventType :: Lens' ActionHistory EventType
- actionHistory_actionHistoryDetails :: Lens' ActionHistory ActionHistoryDetails
- actionHistoryDetails_message :: Lens' ActionHistoryDetails Text
- actionHistoryDetails_action :: Lens' ActionHistoryDetails Action
- actionThreshold_actionThresholdValue :: Lens' ActionThreshold Double
- actionThreshold_actionThresholdType :: Lens' ActionThreshold ThresholdType
- budget_calculatedSpend :: Lens' Budget (Maybe CalculatedSpend)
- budget_plannedBudgetLimits :: Lens' Budget (Maybe (HashMap Text Spend))
- budget_lastUpdatedTime :: Lens' Budget (Maybe UTCTime)
- budget_budgetLimit :: Lens' Budget (Maybe Spend)
- budget_timePeriod :: Lens' Budget (Maybe TimePeriod)
- budget_costTypes :: Lens' Budget (Maybe CostTypes)
- budget_costFilters :: Lens' Budget (Maybe (HashMap Text [Text]))
- budget_budgetName :: Lens' Budget Text
- budget_timeUnit :: Lens' Budget TimeUnit
- budget_budgetType :: Lens' Budget BudgetType
- budgetPerformanceHistory_budgetedAndActualAmountsList :: Lens' BudgetPerformanceHistory (Maybe [BudgetedAndActualAmounts])
- budgetPerformanceHistory_timeUnit :: Lens' BudgetPerformanceHistory (Maybe TimeUnit)
- budgetPerformanceHistory_budgetName :: Lens' BudgetPerformanceHistory (Maybe Text)
- budgetPerformanceHistory_budgetType :: Lens' BudgetPerformanceHistory (Maybe BudgetType)
- budgetPerformanceHistory_costTypes :: Lens' BudgetPerformanceHistory (Maybe CostTypes)
- budgetPerformanceHistory_costFilters :: Lens' BudgetPerformanceHistory (Maybe (HashMap Text [Text]))
- budgetedAndActualAmounts_timePeriod :: Lens' BudgetedAndActualAmounts (Maybe TimePeriod)
- budgetedAndActualAmounts_actualAmount :: Lens' BudgetedAndActualAmounts (Maybe Spend)
- budgetedAndActualAmounts_budgetedAmount :: Lens' BudgetedAndActualAmounts (Maybe Spend)
- calculatedSpend_forecastedSpend :: Lens' CalculatedSpend (Maybe Spend)
- calculatedSpend_actualSpend :: Lens' CalculatedSpend Spend
- costTypes_useAmortized :: Lens' CostTypes (Maybe Bool)
- costTypes_includeRecurring :: Lens' CostTypes (Maybe Bool)
- costTypes_useBlended :: Lens' CostTypes (Maybe Bool)
- costTypes_includeSupport :: Lens' CostTypes (Maybe Bool)
- costTypes_includeDiscount :: Lens' CostTypes (Maybe Bool)
- costTypes_includeSubscription :: Lens' CostTypes (Maybe Bool)
- costTypes_includeRefund :: Lens' CostTypes (Maybe Bool)
- costTypes_includeUpfront :: Lens' CostTypes (Maybe Bool)
- costTypes_includeOtherSubscription :: Lens' CostTypes (Maybe Bool)
- costTypes_includeTax :: Lens' CostTypes (Maybe Bool)
- costTypes_includeCredit :: Lens' CostTypes (Maybe Bool)
- definition_scpActionDefinition :: Lens' Definition (Maybe ScpActionDefinition)
- definition_iamActionDefinition :: Lens' Definition (Maybe IamActionDefinition)
- definition_ssmActionDefinition :: Lens' Definition (Maybe SsmActionDefinition)
- iamActionDefinition_groups :: Lens' IamActionDefinition (Maybe (NonEmpty Text))
- iamActionDefinition_roles :: Lens' IamActionDefinition (Maybe (NonEmpty Text))
- iamActionDefinition_users :: Lens' IamActionDefinition (Maybe (NonEmpty Text))
- iamActionDefinition_policyArn :: Lens' IamActionDefinition Text
- notification_thresholdType :: Lens' Notification (Maybe ThresholdType)
- notification_notificationState :: Lens' Notification (Maybe NotificationState)
- notification_notificationType :: Lens' Notification NotificationType
- notification_comparisonOperator :: Lens' Notification ComparisonOperator
- notification_threshold :: Lens' Notification Double
- notificationWithSubscribers_notification :: Lens' NotificationWithSubscribers Notification
- notificationWithSubscribers_subscribers :: Lens' NotificationWithSubscribers (NonEmpty Subscriber)
- scpActionDefinition_policyId :: Lens' ScpActionDefinition Text
- scpActionDefinition_targetIds :: Lens' ScpActionDefinition (NonEmpty Text)
- spend_amount :: Lens' Spend Text
- spend_unit :: Lens' Spend Text
- ssmActionDefinition_actionSubType :: Lens' SsmActionDefinition ActionSubType
- ssmActionDefinition_region :: Lens' SsmActionDefinition Text
- ssmActionDefinition_instanceIds :: Lens' SsmActionDefinition (NonEmpty Text)
- subscriber_subscriptionType :: Lens' Subscriber SubscriptionType
- subscriber_address :: Lens' Subscriber Text
- timePeriod_start :: Lens' TimePeriod (Maybe UTCTime)
- timePeriod_end :: Lens' TimePeriod (Maybe UTCTime)
Operations
CreateBudgetAction
createBudgetAction_accountId :: Lens' CreateBudgetAction Text Source #
Undocumented member.
createBudgetAction_budgetName :: Lens' CreateBudgetAction Text Source #
Undocumented member.
createBudgetAction_notificationType :: Lens' CreateBudgetAction NotificationType Source #
Undocumented member.
createBudgetAction_actionType :: Lens' CreateBudgetAction ActionType Source #
The type of action. This defines the type of tasks that can be carried out by this action. This field also determines the format for definition.
createBudgetAction_actionThreshold :: Lens' CreateBudgetAction ActionThreshold Source #
Undocumented member.
createBudgetAction_definition :: Lens' CreateBudgetAction Definition Source #
Undocumented member.
createBudgetAction_executionRoleArn :: Lens' CreateBudgetAction Text Source #
The role passed for action execution and reversion. Roles and actions must be in the same account.
createBudgetAction_approvalModel :: Lens' CreateBudgetAction ApprovalModel Source #
This specifies if the action needs manual or automatic approval.
createBudgetAction_subscribers :: Lens' CreateBudgetAction (NonEmpty Subscriber) Source #
Undocumented member.
createBudgetActionResponse_httpStatus :: Lens' CreateBudgetActionResponse Int Source #
The response's http status code.
createBudgetActionResponse_accountId :: Lens' CreateBudgetActionResponse Text Source #
Undocumented member.
createBudgetActionResponse_budgetName :: Lens' CreateBudgetActionResponse Text Source #
Undocumented member.
createBudgetActionResponse_actionId :: Lens' CreateBudgetActionResponse Text Source #
A system-generated universally unique identifier (UUID) for the action.
UpdateBudgetAction
updateBudgetAction_definition :: Lens' UpdateBudgetAction (Maybe Definition) Source #
Undocumented member.
updateBudgetAction_executionRoleArn :: Lens' UpdateBudgetAction (Maybe Text) Source #
The role passed for action execution and reversion. Roles and actions must be in the same account.
updateBudgetAction_actionThreshold :: Lens' UpdateBudgetAction (Maybe ActionThreshold) Source #
Undocumented member.
updateBudgetAction_notificationType :: Lens' UpdateBudgetAction (Maybe NotificationType) Source #
Undocumented member.
updateBudgetAction_approvalModel :: Lens' UpdateBudgetAction (Maybe ApprovalModel) Source #
This specifies if the action needs manual or automatic approval.
updateBudgetAction_subscribers :: Lens' UpdateBudgetAction (Maybe (NonEmpty Subscriber)) Source #
Undocumented member.
updateBudgetAction_accountId :: Lens' UpdateBudgetAction Text Source #
Undocumented member.
updateBudgetAction_budgetName :: Lens' UpdateBudgetAction Text Source #
Undocumented member.
updateBudgetAction_actionId :: Lens' UpdateBudgetAction Text Source #
A system-generated universally unique identifier (UUID) for the action.
updateBudgetActionResponse_httpStatus :: Lens' UpdateBudgetActionResponse Int Source #
The response's http status code.
updateBudgetActionResponse_accountId :: Lens' UpdateBudgetActionResponse Text Source #
Undocumented member.
updateBudgetActionResponse_budgetName :: Lens' UpdateBudgetActionResponse Text Source #
Undocumented member.
updateBudgetActionResponse_oldAction :: Lens' UpdateBudgetActionResponse Action Source #
The previous action resource information.
updateBudgetActionResponse_newAction :: Lens' UpdateBudgetActionResponse Action Source #
The updated action resource information.
DeleteBudgetAction
deleteBudgetAction_accountId :: Lens' DeleteBudgetAction Text Source #
Undocumented member.
deleteBudgetAction_budgetName :: Lens' DeleteBudgetAction Text Source #
Undocumented member.
deleteBudgetAction_actionId :: Lens' DeleteBudgetAction Text Source #
A system-generated universally unique identifier (UUID) for the action.
deleteBudgetActionResponse_httpStatus :: Lens' DeleteBudgetActionResponse Int Source #
The response's http status code.
deleteBudgetActionResponse_accountId :: Lens' DeleteBudgetActionResponse Text Source #
Undocumented member.
deleteBudgetActionResponse_budgetName :: Lens' DeleteBudgetActionResponse Text Source #
Undocumented member.
deleteBudgetActionResponse_action :: Lens' DeleteBudgetActionResponse Action Source #
Undocumented member.
DescribeSubscribersForNotification
describeSubscribersForNotification_nextToken :: Lens' DescribeSubscribersForNotification (Maybe Text) Source #
The pagination token that you include in your request to indicate the next set of results that you want to retrieve.
describeSubscribersForNotification_maxResults :: Lens' DescribeSubscribersForNotification (Maybe Natural) Source #
An optional integer that represents how many entries a paginated response contains. The maximum is 100.
describeSubscribersForNotification_accountId :: Lens' DescribeSubscribersForNotification Text Source #
The accountId
that is associated with the budget whose subscribers you
want descriptions of.
describeSubscribersForNotification_budgetName :: Lens' DescribeSubscribersForNotification Text Source #
The name of the budget whose subscribers you want descriptions of.
describeSubscribersForNotification_notification :: Lens' DescribeSubscribersForNotification Notification Source #
The notification whose subscribers you want to list.
describeSubscribersForNotificationResponse_nextToken :: Lens' DescribeSubscribersForNotificationResponse (Maybe Text) Source #
The pagination token in the service response that indicates the next set of results that you can retrieve.
describeSubscribersForNotificationResponse_subscribers :: Lens' DescribeSubscribersForNotificationResponse (Maybe (NonEmpty Subscriber)) Source #
A list of subscribers that are associated with a notification.
describeSubscribersForNotificationResponse_httpStatus :: Lens' DescribeSubscribersForNotificationResponse Int Source #
The response's http status code.
DescribeNotificationsForBudget
describeNotificationsForBudget_nextToken :: Lens' DescribeNotificationsForBudget (Maybe Text) Source #
The pagination token that you include in your request to indicate the next set of results that you want to retrieve.
describeNotificationsForBudget_maxResults :: Lens' DescribeNotificationsForBudget (Maybe Natural) Source #
An optional integer that represents how many entries a paginated response contains. The maximum is 100.
describeNotificationsForBudget_accountId :: Lens' DescribeNotificationsForBudget Text Source #
The accountId
that is associated with the budget whose notifications
you want descriptions of.
describeNotificationsForBudget_budgetName :: Lens' DescribeNotificationsForBudget Text Source #
The name of the budget whose notifications you want descriptions of.
describeNotificationsForBudgetResponse_nextToken :: Lens' DescribeNotificationsForBudgetResponse (Maybe Text) Source #
The pagination token in the service response that indicates the next set of results that you can retrieve.
describeNotificationsForBudgetResponse_notifications :: Lens' DescribeNotificationsForBudgetResponse (Maybe [Notification]) Source #
A list of notifications that are associated with a budget.
describeNotificationsForBudgetResponse_httpStatus :: Lens' DescribeNotificationsForBudgetResponse Int Source #
The response's http status code.
DescribeBudgets
describeBudgets_nextToken :: Lens' DescribeBudgets (Maybe Text) Source #
The pagination token that you include in your request to indicate the next set of results that you want to retrieve.
describeBudgets_maxResults :: Lens' DescribeBudgets (Maybe Natural) Source #
An optional integer that represents how many entries a paginated response contains. The maximum is 100.
describeBudgets_accountId :: Lens' DescribeBudgets Text Source #
The accountId
that is associated with the budgets that you want
descriptions of.
describeBudgetsResponse_nextToken :: Lens' DescribeBudgetsResponse (Maybe Text) Source #
The pagination token in the service response that indicates the next set of results that you can retrieve.
describeBudgetsResponse_budgets :: Lens' DescribeBudgetsResponse (Maybe [Budget]) Source #
A list of budgets.
describeBudgetsResponse_httpStatus :: Lens' DescribeBudgetsResponse Int Source #
The response's http status code.
CreateSubscriber
createSubscriber_accountId :: Lens' CreateSubscriber Text Source #
The accountId
that is associated with the budget that you want to
create a subscriber for.
createSubscriber_budgetName :: Lens' CreateSubscriber Text Source #
The name of the budget that you want to subscribe to. Budget names must be unique within an account.
createSubscriber_notification :: Lens' CreateSubscriber Notification Source #
The notification that you want to create a subscriber for.
createSubscriber_subscriber :: Lens' CreateSubscriber Subscriber Source #
The subscriber that you want to associate with a budget notification.
createSubscriberResponse_httpStatus :: Lens' CreateSubscriberResponse Int Source #
The response's http status code.
ExecuteBudgetAction
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.
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.
UpdateBudget
updateBudget_accountId :: Lens' UpdateBudget Text Source #
The accountId
that is associated with the budget that you want to
update.
updateBudget_newBudget :: Lens' UpdateBudget Budget Source #
The budget that you want to update your budget to.
updateBudgetResponse_httpStatus :: Lens' UpdateBudgetResponse Int Source #
The response's http status code.
DeleteBudget
deleteBudget_accountId :: Lens' DeleteBudget Text Source #
The accountId
that is associated with the budget that you want to
delete.
deleteBudget_budgetName :: Lens' DeleteBudget Text Source #
The name of the budget that you want to delete.
deleteBudgetResponse_httpStatus :: Lens' DeleteBudgetResponse Int Source #
The response's http status code.
DeleteNotification
deleteNotification_accountId :: Lens' DeleteNotification Text Source #
The accountId
that is associated with the budget whose notification
you want to delete.
deleteNotification_budgetName :: Lens' DeleteNotification Text Source #
The name of the budget whose notification you want to delete.
deleteNotification_notification :: Lens' DeleteNotification Notification Source #
The notification that you want to delete.
deleteNotificationResponse_httpStatus :: Lens' DeleteNotificationResponse Int Source #
The response's http status code.
UpdateNotification
updateNotification_accountId :: Lens' UpdateNotification Text Source #
The accountId
that is associated with the budget whose notification
you want to update.
updateNotification_budgetName :: Lens' UpdateNotification Text Source #
The name of the budget whose notification you want to update.
updateNotification_oldNotification :: Lens' UpdateNotification Notification Source #
The previous notification that is associated with a budget.
updateNotification_newNotification :: Lens' UpdateNotification Notification Source #
The updated notification to be associated with a budget.
updateNotificationResponse_httpStatus :: Lens' UpdateNotificationResponse Int Source #
The response's http status code.
DescribeBudgetActionsForAccount
describeBudgetActionsForAccount_nextToken :: Lens' DescribeBudgetActionsForAccount (Maybe Text) Source #
Undocumented member.
describeBudgetActionsForAccount_maxResults :: Lens' DescribeBudgetActionsForAccount (Maybe Natural) Source #
Undocumented member.
describeBudgetActionsForAccount_accountId :: Lens' DescribeBudgetActionsForAccount Text Source #
Undocumented member.
describeBudgetActionsForAccountResponse_nextToken :: Lens' DescribeBudgetActionsForAccountResponse (Maybe Text) Source #
Undocumented member.
describeBudgetActionsForAccountResponse_httpStatus :: Lens' DescribeBudgetActionsForAccountResponse Int Source #
The response's http status code.
describeBudgetActionsForAccountResponse_actions :: Lens' DescribeBudgetActionsForAccountResponse [Action] Source #
A list of the budget action resources information.
DescribeBudgetPerformanceHistory
describeBudgetPerformanceHistory_timePeriod :: Lens' DescribeBudgetPerformanceHistory (Maybe TimePeriod) Source #
Retrieves how often the budget went into an ALARM
state for the
specified time period.
describeBudgetPerformanceHistory_nextToken :: Lens' DescribeBudgetPerformanceHistory (Maybe Text) Source #
Undocumented member.
describeBudgetPerformanceHistory_maxResults :: Lens' DescribeBudgetPerformanceHistory (Maybe Natural) Source #
Undocumented member.
describeBudgetPerformanceHistory_accountId :: Lens' DescribeBudgetPerformanceHistory Text Source #
Undocumented member.
describeBudgetPerformanceHistory_budgetName :: Lens' DescribeBudgetPerformanceHistory Text Source #
Undocumented member.
describeBudgetPerformanceHistoryResponse_budgetPerformanceHistory :: Lens' DescribeBudgetPerformanceHistoryResponse (Maybe BudgetPerformanceHistory) Source #
The history of how often the budget has gone into an ALARM
state.
For DAILY
budgets, the history saves the state of the budget for the
last 60 days. For MONTHLY
budgets, the history saves the state of the
budget for the current month plus the last 12 months. For QUARTERLY
budgets, the history saves the state of the budget for the last four
quarters.
describeBudgetPerformanceHistoryResponse_nextToken :: Lens' DescribeBudgetPerformanceHistoryResponse (Maybe Text) Source #
Undocumented member.
describeBudgetPerformanceHistoryResponse_httpStatus :: Lens' DescribeBudgetPerformanceHistoryResponse Int Source #
The response's http status code.
DescribeBudgetActionHistories
describeBudgetActionHistories_timePeriod :: Lens' DescribeBudgetActionHistories (Maybe TimePeriod) Source #
Undocumented member.
describeBudgetActionHistories_nextToken :: Lens' DescribeBudgetActionHistories (Maybe Text) Source #
Undocumented member.
describeBudgetActionHistories_maxResults :: Lens' DescribeBudgetActionHistories (Maybe Natural) Source #
Undocumented member.
describeBudgetActionHistories_accountId :: Lens' DescribeBudgetActionHistories Text Source #
Undocumented member.
describeBudgetActionHistories_budgetName :: Lens' DescribeBudgetActionHistories Text Source #
Undocumented member.
describeBudgetActionHistories_actionId :: Lens' DescribeBudgetActionHistories Text Source #
A system-generated universally unique identifier (UUID) for the action.
describeBudgetActionHistoriesResponse_nextToken :: Lens' DescribeBudgetActionHistoriesResponse (Maybe Text) Source #
Undocumented member.
describeBudgetActionHistoriesResponse_httpStatus :: Lens' DescribeBudgetActionHistoriesResponse Int Source #
The response's http status code.
describeBudgetActionHistoriesResponse_actionHistories :: Lens' DescribeBudgetActionHistoriesResponse [ActionHistory] Source #
The historical record of the budget action resource.
DescribeBudget
describeBudget_accountId :: Lens' DescribeBudget Text Source #
The accountId
that is associated with the budget that you want a
description of.
describeBudget_budgetName :: Lens' DescribeBudget Text Source #
The name of the budget that you want a description of.
describeBudgetResponse_budget :: Lens' DescribeBudgetResponse (Maybe Budget) Source #
The description of the budget.
describeBudgetResponse_httpStatus :: Lens' DescribeBudgetResponse Int Source #
The response's http status code.
UpdateSubscriber
updateSubscriber_accountId :: Lens' UpdateSubscriber Text Source #
The accountId
that is associated with the budget whose subscriber you
want to update.
updateSubscriber_budgetName :: Lens' UpdateSubscriber Text Source #
The name of the budget whose subscriber you want to update.
updateSubscriber_notification :: Lens' UpdateSubscriber Notification Source #
The notification whose subscriber you want to update.
updateSubscriber_oldSubscriber :: Lens' UpdateSubscriber Subscriber Source #
The previous subscriber that is associated with a budget notification.
updateSubscriber_newSubscriber :: Lens' UpdateSubscriber Subscriber Source #
The updated subscriber that is associated with a budget notification.
updateSubscriberResponse_httpStatus :: Lens' UpdateSubscriberResponse Int Source #
The response's http status code.
DeleteSubscriber
deleteSubscriber_accountId :: Lens' DeleteSubscriber Text Source #
The accountId
that is associated with the budget whose subscriber you
want to delete.
deleteSubscriber_budgetName :: Lens' DeleteSubscriber Text Source #
The name of the budget whose subscriber you want to delete.
deleteSubscriber_notification :: Lens' DeleteSubscriber Notification Source #
The notification whose subscriber you want to delete.
deleteSubscriber_subscriber :: Lens' DeleteSubscriber Subscriber Source #
The subscriber that you want to delete.
deleteSubscriberResponse_httpStatus :: Lens' DeleteSubscriberResponse Int Source #
The response's http status code.
DescribeBudgetActionsForBudget
describeBudgetActionsForBudget_nextToken :: Lens' DescribeBudgetActionsForBudget (Maybe Text) Source #
Undocumented member.
describeBudgetActionsForBudget_maxResults :: Lens' DescribeBudgetActionsForBudget (Maybe Natural) Source #
Undocumented member.
describeBudgetActionsForBudget_accountId :: Lens' DescribeBudgetActionsForBudget Text Source #
Undocumented member.
describeBudgetActionsForBudget_budgetName :: Lens' DescribeBudgetActionsForBudget Text Source #
Undocumented member.
describeBudgetActionsForBudgetResponse_nextToken :: Lens' DescribeBudgetActionsForBudgetResponse (Maybe Text) Source #
Undocumented member.
describeBudgetActionsForBudgetResponse_httpStatus :: Lens' DescribeBudgetActionsForBudgetResponse Int Source #
The response's http status code.
describeBudgetActionsForBudgetResponse_actions :: Lens' DescribeBudgetActionsForBudgetResponse [Action] Source #
A list of the budget action resources information.
DescribeBudgetAction
describeBudgetAction_accountId :: Lens' DescribeBudgetAction Text Source #
Undocumented member.
describeBudgetAction_budgetName :: Lens' DescribeBudgetAction Text Source #
Undocumented member.
describeBudgetAction_actionId :: Lens' DescribeBudgetAction Text Source #
A system-generated universally unique identifier (UUID) for the action.
describeBudgetActionResponse_httpStatus :: Lens' DescribeBudgetActionResponse Int Source #
The response's http status code.
describeBudgetActionResponse_accountId :: Lens' DescribeBudgetActionResponse Text Source #
Undocumented member.
describeBudgetActionResponse_budgetName :: Lens' DescribeBudgetActionResponse Text Source #
Undocumented member.
describeBudgetActionResponse_action :: Lens' DescribeBudgetActionResponse Action Source #
A budget action resource.
CreateBudget
createBudget_notificationsWithSubscribers :: Lens' CreateBudget (Maybe [NotificationWithSubscribers]) Source #
A notification that you want to associate with a budget. A budget can
have up to five notifications, and each notification can have one SNS
subscriber and up to 10 email subscribers. If you include notifications
and subscribers in your CreateBudget
call, AWS creates the
notifications and subscribers for you.
createBudget_accountId :: Lens' CreateBudget Text Source #
The accountId
that is associated with the budget.
createBudget_budget :: Lens' CreateBudget Budget Source #
The budget object that you want to create.
createBudgetResponse_httpStatus :: Lens' CreateBudgetResponse Int Source #
The response's http status code.
CreateNotification
createNotification_accountId :: Lens' CreateNotification Text Source #
The accountId
that is associated with the budget that you want to
create a notification for.
createNotification_budgetName :: Lens' CreateNotification Text Source #
The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.
createNotification_notification :: Lens' CreateNotification Notification Source #
The notification that you want to create.
createNotification_subscribers :: Lens' CreateNotification (NonEmpty Subscriber) Source #
A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.
createNotificationResponse_httpStatus :: Lens' CreateNotificationResponse Int Source #
The response's http status code.
Types
Action
action_actionId :: Lens' Action Text Source #
A system-generated universally unique identifier (UUID) for the action.
action_notificationType :: Lens' Action NotificationType Source #
Undocumented member.
action_actionType :: Lens' Action ActionType Source #
The type of action. This defines the type of tasks that can be carried out by this action. This field also determines the format for definition.
action_actionThreshold :: Lens' Action ActionThreshold Source #
The trigger threshold of the action.
action_definition :: Lens' Action Definition Source #
Where you specify all of the type-specific parameters.
action_executionRoleArn :: Lens' Action Text Source #
The role passed for action execution and reversion. Roles and actions must be in the same account.
action_approvalModel :: Lens' Action ApprovalModel Source #
This specifies if the action needs manual or automatic approval.
action_status :: Lens' Action ActionStatus Source #
The status of action.
action_subscribers :: Lens' Action (NonEmpty Subscriber) Source #
Undocumented member.
ActionHistory
actionHistory_timestamp :: Lens' ActionHistory UTCTime Source #
Undocumented member.
actionHistory_status :: Lens' ActionHistory ActionStatus Source #
The status of action at the time of the event.
actionHistory_eventType :: Lens' ActionHistory EventType Source #
This distinguishes between whether the events are triggered by the user or generated by the system.
actionHistory_actionHistoryDetails :: Lens' ActionHistory ActionHistoryDetails Source #
The description of details of the event.
ActionHistoryDetails
actionHistoryDetails_message :: Lens' ActionHistoryDetails Text Source #
Undocumented member.
actionHistoryDetails_action :: Lens' ActionHistoryDetails Action Source #
The budget action resource.
ActionThreshold
actionThreshold_actionThresholdValue :: Lens' ActionThreshold Double Source #
Undocumented member.
actionThreshold_actionThresholdType :: Lens' ActionThreshold ThresholdType Source #
Undocumented member.
Budget
budget_calculatedSpend :: Lens' Budget (Maybe CalculatedSpend) Source #
The actual and forecasted cost or usage that the budget tracks.
budget_plannedBudgetLimits :: Lens' Budget (Maybe (HashMap Text Spend)) Source #
A map containing multiple BudgetLimit
, including current or future
limits.
PlannedBudgetLimits
is available for cost or usage budget and supports
monthly and quarterly TimeUnit
.
For monthly budgets, provide 12 months of PlannedBudgetLimits
values.
This must start from the current month and include the next 11 months.
The key
is the start of the month, UTC
in epoch seconds.
For quarterly budgets, provide 4 quarters of PlannedBudgetLimits
value
entries in standard calendar quarter increments. This must start from
the current quarter and include the next 3 quarters. The key
is the
start of the quarter, UTC
in epoch seconds.
If the planned budget expires before 12 months for monthly or 4 quarters
for quarterly, provide the PlannedBudgetLimits
values only for the
remaining periods.
If the budget begins at a date in the future, provide
PlannedBudgetLimits
values from the start date of the budget.
After all of the BudgetLimit
values in PlannedBudgetLimits
are used,
the budget continues to use the last limit as the BudgetLimit
. At that
point, the planned budget provides the same experience as a fixed
budget.
DescribeBudget
and DescribeBudgets
response along with
PlannedBudgetLimits
will also contain BudgetLimit
representing the
current month or quarter limit present in PlannedBudgetLimits
. This
only applies to budgets created with PlannedBudgetLimits
. Budgets
created without PlannedBudgetLimits
will only contain BudgetLimit
,
and no PlannedBudgetLimits
.
budget_lastUpdatedTime :: Lens' Budget (Maybe UTCTime) Source #
The last time that you updated this budget.
budget_budgetLimit :: Lens' Budget (Maybe Spend) Source #
The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.
BudgetLimit
is required for cost or usage budgets, but optional for RI
or Savings Plans utilization or coverage budgets. RI and Savings Plans
utilization or coverage budgets default to 100
, which is the only
valid value for RI or Savings Plans utilization or coverage budgets. You
can't use BudgetLimit
with PlannedBudgetLimits
for CreateBudget
and UpdateBudget
actions.
budget_timePeriod :: Lens' Budget (Maybe TimePeriod) Source #
The period of time that is covered by a budget. The period has a start
date and an end date. The start date must come before the end date. The
end date must come before 06/15/87 00:00 UTC
.
If you create your budget and don't specify a start date, AWS defaults
to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or
ANNUALLY). For example, if you created your budget on January 24, 2018,
chose DAILY
, and didn't set a start date, AWS set your start date to
01/24/18 00:00 UTC
. If you chose MONTHLY
, AWS set your start date
to 01/01/18 00:00 UTC
. If you didn't specify an end date, AWS set
your end date to 06/15/87 00:00 UTC
. The defaults are the same for
the AWS Billing and Cost Management console and the API.
You can change either date with the UpdateBudget
operation.
After the end date, AWS deletes the budget and all associated notifications and subscribers.
budget_costTypes :: Lens' Budget (Maybe CostTypes) Source #
The types of costs that are included in this COST
budget.
USAGE
, RI_UTILIZATION
, RI_COVERAGE
, SAVINGS_PLANS_UTILIZATION
,
and SAVINGS_PLANS_COVERAGE
budgets do not have CostTypes
.
budget_costFilters :: Lens' Budget (Maybe (HashMap Text [Text])) Source #
The cost filters, such as service or tag, that are applied to a budget.
AWS Budgets supports the following services as a filter for RI budgets:
- Amazon Elastic Compute Cloud - Compute
- Amazon Redshift
- Amazon Relational Database Service
- Amazon ElastiCache
- Amazon Elasticsearch Service
budget_budgetName :: Lens' Budget Text Source #
The name of a budget. The name must be unique within an account. The :
and \
characters aren't allowed in BudgetName
.
budget_timeUnit :: Lens' Budget TimeUnit Source #
The length of time until a budget resets the actual and forecasted spend.
budget_budgetType :: Lens' Budget BudgetType Source #
Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.
BudgetPerformanceHistory
budgetPerformanceHistory_budgetedAndActualAmountsList :: Lens' BudgetPerformanceHistory (Maybe [BudgetedAndActualAmounts]) Source #
A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.
budgetPerformanceHistory_timeUnit :: Lens' BudgetPerformanceHistory (Maybe TimeUnit) Source #
Undocumented member.
budgetPerformanceHistory_budgetName :: Lens' BudgetPerformanceHistory (Maybe Text) Source #
Undocumented member.
budgetPerformanceHistory_budgetType :: Lens' BudgetPerformanceHistory (Maybe BudgetType) Source #
Undocumented member.
budgetPerformanceHistory_costTypes :: Lens' BudgetPerformanceHistory (Maybe CostTypes) Source #
The history of the cost types for a budget during the specified time period.
budgetPerformanceHistory_costFilters :: Lens' BudgetPerformanceHistory (Maybe (HashMap Text [Text])) Source #
The history of the cost filters for a budget during the specified time period.
BudgetedAndActualAmounts
budgetedAndActualAmounts_timePeriod :: Lens' BudgetedAndActualAmounts (Maybe TimePeriod) Source #
The time period covered by this budget comparison.
budgetedAndActualAmounts_actualAmount :: Lens' BudgetedAndActualAmounts (Maybe Spend) Source #
Your actual costs or usage for a budget period.
budgetedAndActualAmounts_budgetedAmount :: Lens' BudgetedAndActualAmounts (Maybe Spend) Source #
The amount of cost or usage that you created the budget for.
CalculatedSpend
calculatedSpend_forecastedSpend :: Lens' CalculatedSpend (Maybe Spend) Source #
The amount of cost, usage, RI units, or Savings Plans units that you are forecasted to use.
calculatedSpend_actualSpend :: Lens' CalculatedSpend Spend Source #
The amount of cost, usage, RI units, or Savings Plans units that you have used.
CostTypes
costTypes_useAmortized :: Lens' CostTypes (Maybe Bool) Source #
Specifies whether a budget uses the amortized rate.
The default value is false
.
costTypes_includeRecurring :: Lens' CostTypes (Maybe Bool) Source #
Specifies whether a budget includes recurring fees such as monthly RI fees.
The default value is true
.
costTypes_useBlended :: Lens' CostTypes (Maybe Bool) Source #
Specifies whether a budget uses a blended rate.
The default value is false
.
costTypes_includeSupport :: Lens' CostTypes (Maybe Bool) Source #
Specifies whether a budget includes support subscription fees.
The default value is true
.
costTypes_includeDiscount :: Lens' CostTypes (Maybe Bool) Source #
Specifies whether a budget includes discounts.
The default value is true
.
costTypes_includeSubscription :: Lens' CostTypes (Maybe Bool) Source #
Specifies whether a budget includes subscriptions.
The default value is true
.
costTypes_includeRefund :: Lens' CostTypes (Maybe Bool) Source #
Specifies whether a budget includes refunds.
The default value is true
.
costTypes_includeUpfront :: Lens' CostTypes (Maybe Bool) Source #
Specifies whether a budget includes upfront RI costs.
The default value is true
.
costTypes_includeOtherSubscription :: Lens' CostTypes (Maybe Bool) Source #
Specifies whether a budget includes non-RI subscription costs.
The default value is true
.
costTypes_includeTax :: Lens' CostTypes (Maybe Bool) Source #
Specifies whether a budget includes taxes.
The default value is true
.
costTypes_includeCredit :: Lens' CostTypes (Maybe Bool) Source #
Specifies whether a budget includes credits.
The default value is true
.
Definition
definition_scpActionDefinition :: Lens' Definition (Maybe ScpActionDefinition) Source #
The service control policies (SCPs) action definition details.
definition_iamActionDefinition :: Lens' Definition (Maybe IamActionDefinition) Source #
The AWS Identity and Access Management (IAM) action definition details.
definition_ssmActionDefinition :: Lens' Definition (Maybe SsmActionDefinition) Source #
The AWS Systems Manager (SSM) action definition details.
IamActionDefinition
iamActionDefinition_groups :: Lens' IamActionDefinition (Maybe (NonEmpty Text)) Source #
A list of groups to be attached. There must be at least one group.
iamActionDefinition_roles :: Lens' IamActionDefinition (Maybe (NonEmpty Text)) Source #
A list of roles to be attached. There must be at least one role.
iamActionDefinition_users :: Lens' IamActionDefinition (Maybe (NonEmpty Text)) Source #
A list of users to be attached. There must be at least one user.
iamActionDefinition_policyArn :: Lens' IamActionDefinition Text Source #
The Amazon Resource Name (ARN) of the policy to be attached.
Notification
notification_thresholdType :: Lens' Notification (Maybe ThresholdType) Source #
The type of threshold for a notification. For ABSOLUTE_VALUE
thresholds, AWS notifies you when you go over or are forecasted to go
over your total cost threshold. For PERCENTAGE
thresholds, AWS
notifies you when you go over or are forecasted to go over a certain
percentage of your forecasted spend. For example, if you have a budget
for 200 dollars and you have a PERCENTAGE
threshold of 80%, AWS
notifies you when you go over 160 dollars.
notification_notificationState :: Lens' Notification (Maybe NotificationState) Source #
Whether this notification is in alarm. If a budget notification is in
the ALARM
state, you have passed the set threshold for the budget.
notification_notificationType :: Lens' Notification NotificationType Source #
Whether the notification is for how much you have spent (ACTUAL
) or
for how much you're forecasted to spend (FORECASTED
).
notification_comparisonOperator :: Lens' Notification ComparisonOperator Source #
The comparison that is used for this notification.
notification_threshold :: Lens' Notification Double Source #
The threshold that is associated with a notification. Thresholds are always a percentage, and many customers find value being alerted between 50% - 200% of the budgeted amount. The maximum limit for your threshold is 1,000,000% above the budgeted amount.
NotificationWithSubscribers
notificationWithSubscribers_notification :: Lens' NotificationWithSubscribers Notification Source #
The notification that is associated with a budget.
notificationWithSubscribers_subscribers :: Lens' NotificationWithSubscribers (NonEmpty Subscriber) Source #
A list of subscribers who are subscribed to this notification.
ScpActionDefinition
scpActionDefinition_policyId :: Lens' ScpActionDefinition Text Source #
The policy ID attached.
scpActionDefinition_targetIds :: Lens' ScpActionDefinition (NonEmpty Text) Source #
A list of target IDs.
Spend
spend_amount :: Lens' Spend Text Source #
The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.
spend_unit :: Lens' Spend Text Source #
The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.
SsmActionDefinition
ssmActionDefinition_actionSubType :: Lens' SsmActionDefinition ActionSubType Source #
The action subType.
ssmActionDefinition_region :: Lens' SsmActionDefinition Text Source #
The Region to run the SSM document.
ssmActionDefinition_instanceIds :: Lens' SsmActionDefinition (NonEmpty Text) Source #
The EC2 and RDS instance IDs.
Subscriber
subscriber_subscriptionType :: Lens' Subscriber SubscriptionType Source #
The type of notification that AWS sends to a subscriber.
subscriber_address :: Lens' Subscriber Text Source #
The address that AWS sends budget notifications to, either an SNS topic or an email.
When you create a subscriber, the value of Address
can't contain line
breaks.
TimePeriod
timePeriod_start :: Lens' TimePeriod (Maybe UTCTime) Source #
The start date for a budget. If you created your budget and didn't
specify a start date, AWS defaults to the start of your chosen time
period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you
created your budget on January 24, 2018, chose DAILY
, and didn't set
a start date, AWS set your start date to 01/24/18 00:00 UTC
. If you
chose MONTHLY
, AWS set your start date to 01/01/18 00:00 UTC
. The
defaults are the same for the AWS Billing and Cost Management console
and the API.
You can change your start date with the UpdateBudget
operation.
timePeriod_end :: Lens' TimePeriod (Maybe UTCTime) Source #
The end date for a budget. If you didn't specify an end date, AWS set
your end date to 06/15/87 00:00 UTC
. The defaults are the same for
the AWS Billing and Cost Management console and the API.
After the end date, AWS deletes the budget and all associated
notifications and subscribers. You can change your end date with the
UpdateBudget
operation.