package
1.10.20
Repository: https://github.com/jadekler/aws-sdk-go.git
Documentation: pkg.go.dev

# Packages

Package budgetsiface provides an interface to enable mocking the AWS Budgets service client for testing your code.

# Functions

New creates a new instance of the Budgets client with a session.

# Constants

BudgetTypeCost is a BudgetType enum value.
BudgetTypeRiUtilization is a BudgetType enum value.
BudgetTypeUsage is a BudgetType enum value.
ComparisonOperatorEqualTo is a ComparisonOperator enum value.
ComparisonOperatorGreaterThan is a ComparisonOperator enum value.
ComparisonOperatorLessThan is a ComparisonOperator enum value.
Service ID for Regions and Endpoints metadata.
ErrCodeCreationLimitExceededException for service response error code "CreationLimitExceededException".
ErrCodeDuplicateRecordException for service response error code "DuplicateRecordException".
ErrCodeExpiredNextTokenException for service response error code "ExpiredNextTokenException".
ErrCodeInternalErrorException for service response error code "InternalErrorException".
ErrCodeInvalidNextTokenException for service response error code "InvalidNextTokenException".
ErrCodeInvalidParameterException for service response error code "InvalidParameterException".
ErrCodeNotFoundException for service response error code "NotFoundException".
NotificationTypeActual is a NotificationType enum value.
NotificationTypeForecasted is a NotificationType enum value.
Service endpoint prefix API calls made to.
SubscriptionTypeEmail is a SubscriptionType enum value.
SubscriptionTypeSns is a SubscriptionType enum value.
TimeUnitAnnually is a TimeUnit enum value.
TimeUnitDaily is a TimeUnit enum value.
TimeUnitMonthly is a TimeUnit enum value.
TimeUnitQuarterly is a TimeUnit enum value.

# Structs

AWS Budget model.
Budgets provides the API operation methods for making requests to AWS Budgets.
A structure holds the actual and forecasted spend for a budget.
This includes the options for getting the cost of a budget.
Request of CreateBudget.
Response of CreateBudget.
Request of CreateNotification.
Response of CreateNotification.
Request of CreateSubscriber.
Response of CreateSubscriber.
Request of DeleteBudget.
Response of DeleteBudget.
Request of DeleteNotification.
Response of DeleteNotification.
Request of DeleteSubscriber.
Response of DeleteSubscriber.
Request of DescribeBudget.
Response of DescribeBudget.
Request of DescribeBudgets.
Response of DescribeBudgets.
Request of DescribeNotificationsForBudget.
Response of GetNotificationsForBudget.
Request of DescribeSubscribersForNotification.
Response of DescribeSubscribersForNotification.
Notification model.
A structure to relate notification and a list of subscribers who belong to the notification.
A structure represent either a cost spend or usage spend.
Subscriber model.
A time period indicated the start date and end date of a budget.
Request of UpdateBudget.
Response of UpdateBudget.
Request of UpdateNotification.
Response of UpdateNotification.
Request of UpdateSubscriber.
Response of UpdateSubscriber.