Package-level declarations

Types

Link copied to clipboard

Use the Amazon Web Services Budgets API to plan your service usage, service costs, and instance reservations. This API reference provides descriptions, syntax, and usage examples for each of the actions and data types for the Amazon Web Services Budgets feature.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Inherited functions

Link copied to clipboard

Creates a budget and, if included, notifications and subscribers.

Link copied to clipboard

Creates a budget action.

Link copied to clipboard

Creates a notification. You must create the budget before you create the associated notification.

Link copied to clipboard

Creates a subscriber. You must create the associated budget and notification before you create the subscriber.

Link copied to clipboard

Deletes a budget. You can delete your budget at any time.

Link copied to clipboard

Deletes a budget action.

Link copied to clipboard

Deletes a notification.

Link copied to clipboard

Deletes a subscriber.

Link copied to clipboard

Describes a budget.

Link copied to clipboard

Describes a budget action detail.

Link copied to clipboard

Describes a budget action history detail.

Link copied to clipboard

Describes all of the budget actions for an account.

Link copied to clipboard

Describes all of the budget actions for a budget.

Link copied to clipboard

Lists the budget names and notifications that are associated with an account.

Link copied to clipboard

Describes the history for DAILY, MONTHLY, and QUARTERLY budgets. Budget history isn't available for ANNUAL budgets.

Link copied to clipboard

Lists the budgets that are associated with an account.

Link copied to clipboard

Lists the notifications that are associated with a budget.

Link copied to clipboard

Lists the subscribers that are associated with a notification.

Link copied to clipboard

Executes a budget action.

Link copied to clipboard

Lists tags associated with a budget or budget action resource.

Link copied to clipboard
inline suspend fun BudgetsClient.tagResource(crossinline block: TagResourceRequest.Builder.() -> Unit): TagResourceResponse

Creates tags for a budget or budget action resource.

Link copied to clipboard

Deletes tags associated with a budget or budget action resource.

Link copied to clipboard

Updates a budget. You can change every part of a budget except for the budgetName and the calculatedSpend. When you modify a budget, the calculatedSpend drops to zero until Amazon Web Services has new usage data to use for forecasting.

Link copied to clipboard

Updates a budget action.

Link copied to clipboard

Updates a notification.

Link copied to clipboard

Updates a subscriber.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.