{ "smithy": "1.0", "metadata": { "suppressions": [ { "id": "HttpMethodSemantics", "namespace": "*" }, { "id": "HttpResponseCodeSemantics", "namespace": "*" }, { "id": "PaginatedTrait", "namespace": "*" }, { "id": "HttpHeaderTrait", "namespace": "*" }, { "id": "HttpUriConflict", "namespace": "*" }, { "id": "Service", "namespace": "*" } ] }, "shapes": { "com.amazonaws.budgets#AWSBudgetServiceGateway": { "type": "service", "version": "2016-10-20", "operations": [ { "target": "com.amazonaws.budgets#CreateBudget" }, { "target": "com.amazonaws.budgets#CreateBudgetAction" }, { "target": "com.amazonaws.budgets#CreateNotification" }, { "target": "com.amazonaws.budgets#CreateSubscriber" }, { "target": "com.amazonaws.budgets#DeleteBudget" }, { "target": "com.amazonaws.budgets#DeleteBudgetAction" }, { "target": "com.amazonaws.budgets#DeleteNotification" }, { "target": "com.amazonaws.budgets#DeleteSubscriber" }, { "target": "com.amazonaws.budgets#DescribeBudget" }, { "target": "com.amazonaws.budgets#DescribeBudgetAction" }, { "target": "com.amazonaws.budgets#DescribeBudgetActionHistories" }, { "target": "com.amazonaws.budgets#DescribeBudgetActionsForAccount" }, { "target": "com.amazonaws.budgets#DescribeBudgetActionsForBudget" }, { "target": "com.amazonaws.budgets#DescribeBudgetPerformanceHistory" }, { "target": "com.amazonaws.budgets#DescribeBudgets" }, { "target": "com.amazonaws.budgets#DescribeNotificationsForBudget" }, { "target": "com.amazonaws.budgets#DescribeSubscribersForNotification" }, { "target": "com.amazonaws.budgets#ExecuteBudgetAction" }, { "target": "com.amazonaws.budgets#UpdateBudget" }, { "target": "com.amazonaws.budgets#UpdateBudgetAction" }, { "target": "com.amazonaws.budgets#UpdateNotification" }, { "target": "com.amazonaws.budgets#UpdateSubscriber" } ], "traits": { "aws.api#service": { "sdkId": "Budgets", "arnNamespace": "budgets", "cloudFormationName": "Budgets", "cloudTrailEventSource": "budgets.amazonaws.com", "endpointPrefix": "budgets" }, "aws.auth#sigv4": { "name": "budgets" }, "aws.protocols#awsJson1_1": {}, "smithy.api#documentation": "
The AWS Budgets API enables you to use AWS Budgets to plan your service usage, service costs, and instance reservations. The API reference provides descriptions, syntax, and usage examples for each of the actions and data types for AWS Budgets.
\n\t\tBudgets provide you with a way to see the following information:
\n\t\tHow close your plan is to your budgeted amount or to the free tier limits
\n\t\t\tYour usage-to-date, including how much you've used of your Reserved Instances (RIs)
\n\t\t\tYour current estimated charges from AWS, and how much your predicted usage will accrue in charges by the end of the month
\n\t\t\tHow much of your budget has been used
\n\t\t\tAWS updates your budget status several times a day. Budgets track your unblended costs, subscriptions, refunds, and RIs. You can create the following types of budgets:
\n\t\t\n Cost budgets - Plan how much you want to spend on a service.
\n\t\t\t\n Usage budgets - Plan how much you want to use one or more services.
\n\t\t\t\n RI utilization budgets - Define a utilization threshold, and receive alerts when your RI usage falls below that threshold. This lets you see if your RIs are unused or under-utilized.
\n\t\t\t\n RI coverage budgets - Define a coverage threshold, and receive alerts when the number of your instance hours that are covered by RIs fall below that threshold. This lets you see how much of your instance usage is covered by a reservation.
\n\t\t\tService Endpoint
\n\t\tThe AWS Budgets API provides the following endpoint:
\n\t\thttps://budgets.amazonaws.com
\n\t\t\tFor information about costs that are associated with the AWS Budgets API, see AWS Cost Management Pricing.
", "smithy.api#title": "AWS Budgets" } }, "com.amazonaws.budgets#AccessDeniedException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.budgets#errorMessage" } }, "traits": { "smithy.api#documentation": "You are not authorized to use this operation with the given parameters.
", "smithy.api#error": "client", "smithy.api#httpError": 403 } }, "com.amazonaws.budgets#AccountId": { "type": "string", "traits": { "smithy.api#documentation": "The account ID of the user. It should be a 12-digit number.
", "smithy.api#length": { "min": 12, "max": 12 }, "smithy.api#pattern": "\\d{12}" } }, "com.amazonaws.budgets#Action": { "type": "structure", "members": { "ActionId": { "target": "com.amazonaws.budgets#ActionId", "traits": { "smithy.api#documentation": "\n\t\t\tA system-generated universally unique identifier (UUID) for the action.\n\t\t
", "smithy.api#required": {} } }, "BudgetName": { "target": "com.amazonaws.budgets#BudgetName", "traits": { "smithy.api#required": {} } }, "NotificationType": { "target": "com.amazonaws.budgets#NotificationType", "traits": { "smithy.api#required": {} } }, "ActionType": { "target": "com.amazonaws.budgets#ActionType", "traits": { "smithy.api#documentation": "\n\t\t\tThe 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.\n\t\t
", "smithy.api#required": {} } }, "ActionThreshold": { "target": "com.amazonaws.budgets#ActionThreshold", "traits": { "smithy.api#documentation": "\n\t\t\tThe trigger threshold of the action.\n\t\t
", "smithy.api#required": {} } }, "Definition": { "target": "com.amazonaws.budgets#Definition", "traits": { "smithy.api#documentation": "\n\t\t\tWhere you specify all of the type-specific parameters.\n\t\t
", "smithy.api#required": {} } }, "ExecutionRoleArn": { "target": "com.amazonaws.budgets#RoleArn", "traits": { "smithy.api#documentation": "\n\t\t\tThe role passed for action execution and reversion. Roles and actions must be in the same account.\n\t\t
", "smithy.api#required": {} } }, "ApprovalModel": { "target": "com.amazonaws.budgets#ApprovalModel", "traits": { "smithy.api#documentation": "\n\t\t\tThis specifies if the action needs manual or automatic approval.\n\t\t
", "smithy.api#required": {} } }, "Status": { "target": "com.amazonaws.budgets#ActionStatus", "traits": { "smithy.api#documentation": "\n\t\t\tThe status of action.\n\t\t
", "smithy.api#required": {} } }, "Subscribers": { "target": "com.amazonaws.budgets#Subscribers", "traits": { "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "\n\t\t\tA budget action resource.\n\t\t
" } }, "com.amazonaws.budgets#ActionHistories": { "type": "list", "member": { "target": "com.amazonaws.budgets#ActionHistory" }, "traits": { "smithy.api#length": { "min": 0, "max": 100 } } }, "com.amazonaws.budgets#ActionHistory": { "type": "structure", "members": { "Timestamp": { "target": "com.amazonaws.budgets#GenericTimestamp", "traits": { "smithy.api#required": {} } }, "Status": { "target": "com.amazonaws.budgets#ActionStatus", "traits": { "smithy.api#documentation": "\n\t\t\tThe status of action at the time of the event.\n\t\t
", "smithy.api#required": {} } }, "EventType": { "target": "com.amazonaws.budgets#EventType", "traits": { "smithy.api#documentation": "\n\t\t\tThis distinguishes between whether the events are triggered by the user or generated by the system.\n\t\t
", "smithy.api#required": {} } }, "ActionHistoryDetails": { "target": "com.amazonaws.budgets#ActionHistoryDetails", "traits": { "smithy.api#documentation": "\n\t\t\tThe description of details of the event.\n\t\t
", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "\n\t\t\tThe historical records for a budget action.\n\t\t
" } }, "com.amazonaws.budgets#ActionHistoryDetails": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.budgets#GenericString", "traits": { "smithy.api#required": {} } }, "Action": { "target": "com.amazonaws.budgets#Action", "traits": { "smithy.api#documentation": "\n\t\t\tThe budget action resource.\n\t\t
", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "\n\t\t\tThe description of details of the event.\n\t\t
" } }, "com.amazonaws.budgets#ActionId": { "type": "string", "traits": { "smithy.api#length": { "min": 36, "max": 36 }, "smithy.api#pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$" } }, "com.amazonaws.budgets#ActionStatus": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "STANDBY", "name": "Standby" }, { "value": "PENDING", "name": "Pending" }, { "value": "EXECUTION_IN_PROGRESS", "name": "Execution_In_Progress" }, { "value": "EXECUTION_SUCCESS", "name": "Execution_Success" }, { "value": "EXECUTION_FAILURE", "name": "Execution_Failure" }, { "value": "REVERSE_IN_PROGRESS", "name": "Reverse_In_Progress" }, { "value": "REVERSE_SUCCESS", "name": "Reverse_Success" }, { "value": "REVERSE_FAILURE", "name": "Reverse_Failure" }, { "value": "RESET_IN_PROGRESS", "name": "Reset_In_Progress" }, { "value": "RESET_FAILURE", "name": "Reset_Failure" } ] } }, "com.amazonaws.budgets#ActionSubType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "STOP_EC2_INSTANCES", "name": "STOP_EC2" }, { "value": "STOP_RDS_INSTANCES", "name": "STOP_RDS" } ] } }, "com.amazonaws.budgets#ActionThreshold": { "type": "structure", "members": { "ActionThresholdValue": { "target": "com.amazonaws.budgets#NotificationThreshold", "traits": { "smithy.api#required": {} } }, "ActionThresholdType": { "target": "com.amazonaws.budgets#ThresholdType", "traits": { "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "\n\t\t\tThe trigger threshold of the action.\n\t\t
" } }, "com.amazonaws.budgets#ActionType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "APPLY_IAM_POLICY", "name": "IAM" }, { "value": "APPLY_SCP_POLICY", "name": "SCP" }, { "value": "RUN_SSM_DOCUMENTS", "name": "SSM" } ] } }, "com.amazonaws.budgets#Actions": { "type": "list", "member": { "target": "com.amazonaws.budgets#Action" }, "traits": { "smithy.api#length": { "min": 0, "max": 100 } } }, "com.amazonaws.budgets#ApprovalModel": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "AUTOMATIC", "name": "AUTO" }, { "value": "MANUAL", "name": "MANUAL" } ] } }, "com.amazonaws.budgets#Budget": { "type": "structure", "members": { "BudgetName": { "target": "com.amazonaws.budgets#BudgetName", "traits": { "smithy.api#documentation": "The name of a budget. The name must be unique within an account. The :
and \\
characters aren't allowed in BudgetName
.
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.
\n\t\t\n 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.
A map containing multiple BudgetLimit
, including current or future limits.
\n 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.
\n 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
.
The cost filters, such as service or tag, that are applied to a budget.
\n\t\tAWS Budgets supports the following services as a filter for RI budgets:
\n\t\tAmazon Elastic Compute Cloud - Compute
\n\t\t\tAmazon Redshift
\n\t\t\tAmazon Relational Database Service
\n\t\t\tAmazon ElastiCache
\n\t\t\tAmazon Elasticsearch Service
\n\t\t\tThe types of costs that are included in this COST
budget.
\n USAGE
, RI_UTILIZATION
, RI_COVERAGE
, SAVINGS_PLANS_UTILIZATION
, and SAVINGS_PLANS_COVERAGE
budgets do not have CostTypes
.
The length of time until a budget resets the actual and forecasted spend.
", "smithy.api#required": {} } }, "TimePeriod": { "target": "com.amazonaws.budgets#TimePeriod", "traits": { "smithy.api#documentation": "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.
" } }, "CalculatedSpend": { "target": "com.amazonaws.budgets#CalculatedSpend", "traits": { "smithy.api#documentation": "The actual and forecasted cost or usage that the budget tracks.
" } }, "BudgetType": { "target": "com.amazonaws.budgets#BudgetType", "traits": { "smithy.api#documentation": "Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.
", "smithy.api#required": {} } }, "LastUpdatedTime": { "target": "com.amazonaws.budgets#GenericTimestamp", "traits": { "smithy.api#documentation": "The last time that you updated this budget.
" } } }, "traits": { "smithy.api#documentation": "Represents the output of the CreateBudget
operation. The content consists of the detailed metadata and data file information, and the current status of the budget
object.
This is the ARN pattern for a budget:
\n\t\t\n arn:aws:budgets::AccountId:budget/budgetName
\n
A string that represents the budget name. The \":\" and \"\\\" characters aren't allowed.
", "smithy.api#length": { "min": 1, "max": 100 }, "smithy.api#pattern": "[^:\\\\]+" } }, "com.amazonaws.budgets#BudgetPerformanceHistory": { "type": "structure", "members": { "BudgetName": { "target": "com.amazonaws.budgets#BudgetName" }, "BudgetType": { "target": "com.amazonaws.budgets#BudgetType" }, "CostFilters": { "target": "com.amazonaws.budgets#CostFilters", "traits": { "smithy.api#documentation": "The history of the cost filters for a budget during the specified time period.
" } }, "CostTypes": { "target": "com.amazonaws.budgets#CostTypes", "traits": { "smithy.api#documentation": "The history of the cost types for a budget during the specified time period.
" } }, "TimeUnit": { "target": "com.amazonaws.budgets#TimeUnit" }, "BudgetedAndActualAmountsList": { "target": "com.amazonaws.budgets#BudgetedAndActualAmountsList", "traits": { "smithy.api#documentation": "A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.
" } } }, "traits": { "smithy.api#documentation": "A history of the state of a budget at the end of the budget's specified time period.
" } }, "com.amazonaws.budgets#BudgetType": { "type": "string", "traits": { "smithy.api#documentation": "The type of a budget. It must be one of the following types:
\n\t\t\n COST
, USAGE
, RI_UTILIZATION
, RI_COVERAGE
, SAVINGS_PLANS_UTILIZATION
, or SAVINGS_PLANS_COVERAGE
.
The amount of cost or usage that you created the budget for.
" } }, "ActualAmount": { "target": "com.amazonaws.budgets#Spend", "traits": { "smithy.api#documentation": "Your actual costs or usage for a budget period.
" } }, "TimePeriod": { "target": "com.amazonaws.budgets#TimePeriod", "traits": { "smithy.api#documentation": "The time period covered by this budget comparison.
" } } }, "traits": { "smithy.api#documentation": "The amount of cost or usage that you created the budget for, compared to your actual costs or usage.
" } }, "com.amazonaws.budgets#BudgetedAndActualAmountsList": { "type": "list", "member": { "target": "com.amazonaws.budgets#BudgetedAndActualAmounts" } }, "com.amazonaws.budgets#Budgets": { "type": "list", "member": { "target": "com.amazonaws.budgets#Budget" }, "traits": { "smithy.api#documentation": "A list of budgets.
" } }, "com.amazonaws.budgets#CalculatedSpend": { "type": "structure", "members": { "ActualSpend": { "target": "com.amazonaws.budgets#Spend", "traits": { "smithy.api#documentation": "The amount of cost, usage, RI units, or Savings Plans units that you have used.
", "smithy.api#required": {} } }, "ForecastedSpend": { "target": "com.amazonaws.budgets#Spend", "traits": { "smithy.api#documentation": "The amount of cost, usage, RI units, or Savings Plans units that you are forecasted to use.
" } } }, "traits": { "smithy.api#documentation": "The spend objects that are associated with this budget. The actualSpend
tracks how much you've used, cost, usage, RI units, or Savings Plans units and the forecastedSpend
tracks how much you are predicted to spend based on your historical usage profile.
For example, if it is the 20th of the month and you have spent 50
dollars on Amazon EC2, your actualSpend
is 50 USD
, and your forecastedSpend
is 75 USD
.
The comparison operator of a notification. Currently the service supports the following operators:
\n\t\t\n GREATER_THAN
, LESS_THAN
, EQUAL_TO
\n
A map that represents the cost filters that are applied to the budget.
" } }, "com.amazonaws.budgets#CostTypes": { "type": "structure", "members": { "IncludeTax": { "target": "com.amazonaws.budgets#NullableBoolean", "traits": { "smithy.api#documentation": "Specifies whether a budget includes taxes.
\n\t\tThe default value is true
.
Specifies whether a budget includes subscriptions.
\n\t\tThe default value is true
.
Specifies whether a budget uses a blended rate.
\n\t\tThe default value is false
.
Specifies whether a budget includes refunds.
\n\t\tThe default value is true
.
Specifies whether a budget includes credits.
\n\t\tThe default value is true
.
Specifies whether a budget includes upfront RI costs.
\n\t\tThe default value is true
.
Specifies whether a budget includes recurring fees such as monthly RI fees.
\n\t\tThe default value is true
.
Specifies whether a budget includes non-RI subscription costs.
\n\t\tThe default value is true
.
Specifies whether a budget includes support subscription fees.
\n\t\tThe default value is true
.
Specifies whether a budget includes discounts.
\n\t\tThe default value is true
.
Specifies whether a budget uses the amortized rate.
\n\t\tThe default value is false
.
The types of cost that are included in a COST
budget, such as tax and subscriptions.
\n USAGE
, RI_UTILIZATION
, RI_COVERAGE
, SAVINGS_PLANS_UTILIZATION
, and SAVINGS_PLANS_COVERAGE
budgets do not have CostTypes
.
Creates a budget and, if included, notifications and subscribers.
\n\t\tOnly one of BudgetLimit
or PlannedBudgetLimits
can be present in the syntax at one time. Use the syntax that matches your case. The Request Syntax section shows the BudgetLimit
syntax. For PlannedBudgetLimits
, see the Examples section.
\n Creates a budget action.\n
" } }, "com.amazonaws.budgets#CreateBudgetActionRequest": { "type": "structure", "members": { "AccountId": { "target": "com.amazonaws.budgets#AccountId", "traits": { "smithy.api#required": {} } }, "BudgetName": { "target": "com.amazonaws.budgets#BudgetName", "traits": { "smithy.api#required": {} } }, "NotificationType": { "target": "com.amazonaws.budgets#NotificationType", "traits": { "smithy.api#required": {} } }, "ActionType": { "target": "com.amazonaws.budgets#ActionType", "traits": { "smithy.api#documentation": "\n 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.\n
", "smithy.api#required": {} } }, "ActionThreshold": { "target": "com.amazonaws.budgets#ActionThreshold", "traits": { "smithy.api#required": {} } }, "Definition": { "target": "com.amazonaws.budgets#Definition", "traits": { "smithy.api#required": {} } }, "ExecutionRoleArn": { "target": "com.amazonaws.budgets#RoleArn", "traits": { "smithy.api#documentation": "\n The role passed for action execution and reversion. Roles and actions must be in the same account.\n
", "smithy.api#required": {} } }, "ApprovalModel": { "target": "com.amazonaws.budgets#ApprovalModel", "traits": { "smithy.api#documentation": "\n This specifies if the action needs manual or automatic approval.\n
", "smithy.api#required": {} } }, "Subscribers": { "target": "com.amazonaws.budgets#Subscribers", "traits": { "smithy.api#required": {} } } } }, "com.amazonaws.budgets#CreateBudgetActionResponse": { "type": "structure", "members": { "AccountId": { "target": "com.amazonaws.budgets#AccountId", "traits": { "smithy.api#required": {} } }, "BudgetName": { "target": "com.amazonaws.budgets#BudgetName", "traits": { "smithy.api#required": {} } }, "ActionId": { "target": "com.amazonaws.budgets#ActionId", "traits": { "smithy.api#documentation": "\n A system-generated universally unique identifier (UUID) for the action.\n
", "smithy.api#required": {} } } } }, "com.amazonaws.budgets#CreateBudgetRequest": { "type": "structure", "members": { "AccountId": { "target": "com.amazonaws.budgets#AccountId", "traits": { "smithy.api#documentation": "The accountId
that is associated with the budget.
The budget object that you want to create.
", "smithy.api#required": {} } }, "NotificationsWithSubscribers": { "target": "com.amazonaws.budgets#NotificationWithSubscribersList", "traits": { "smithy.api#documentation": "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.
Request of CreateBudget
" } }, "com.amazonaws.budgets#CreateBudgetResponse": { "type": "structure", "members": {}, "traits": { "smithy.api#documentation": "Response of CreateBudget
" } }, "com.amazonaws.budgets#CreateNotification": { "type": "operation", "input": { "target": "com.amazonaws.budgets#CreateNotificationRequest" }, "output": { "target": "com.amazonaws.budgets#CreateNotificationResponse" }, "errors": [ { "target": "com.amazonaws.budgets#AccessDeniedException" }, { "target": "com.amazonaws.budgets#CreationLimitExceededException" }, { "target": "com.amazonaws.budgets#DuplicateRecordException" }, { "target": "com.amazonaws.budgets#InternalErrorException" }, { "target": "com.amazonaws.budgets#InvalidParameterException" }, { "target": "com.amazonaws.budgets#NotFoundException" } ], "traits": { "smithy.api#documentation": "Creates a notification. You must create the budget before you create the associated notification.
" } }, "com.amazonaws.budgets#CreateNotificationRequest": { "type": "structure", "members": { "AccountId": { "target": "com.amazonaws.budgets#AccountId", "traits": { "smithy.api#documentation": "The accountId
that is associated with the budget that you want to create a notification for.
The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.
", "smithy.api#required": {} } }, "Notification": { "target": "com.amazonaws.budgets#Notification", "traits": { "smithy.api#documentation": "The notification that you want to create.
", "smithy.api#required": {} } }, "Subscribers": { "target": "com.amazonaws.budgets#Subscribers", "traits": { "smithy.api#documentation": "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.
", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "Request of CreateNotification
" } }, "com.amazonaws.budgets#CreateNotificationResponse": { "type": "structure", "members": {}, "traits": { "smithy.api#documentation": "Response of CreateNotification
" } }, "com.amazonaws.budgets#CreateSubscriber": { "type": "operation", "input": { "target": "com.amazonaws.budgets#CreateSubscriberRequest" }, "output": { "target": "com.amazonaws.budgets#CreateSubscriberResponse" }, "errors": [ { "target": "com.amazonaws.budgets#AccessDeniedException" }, { "target": "com.amazonaws.budgets#CreationLimitExceededException" }, { "target": "com.amazonaws.budgets#DuplicateRecordException" }, { "target": "com.amazonaws.budgets#InternalErrorException" }, { "target": "com.amazonaws.budgets#InvalidParameterException" }, { "target": "com.amazonaws.budgets#NotFoundException" } ], "traits": { "smithy.api#documentation": "Creates a subscriber. You must create the associated budget and notification before you create the subscriber.
" } }, "com.amazonaws.budgets#CreateSubscriberRequest": { "type": "structure", "members": { "AccountId": { "target": "com.amazonaws.budgets#AccountId", "traits": { "smithy.api#documentation": "The accountId
that is associated with the budget that you want to create a subscriber for.
The name of the budget that you want to subscribe to. Budget names must be unique within an account.
", "smithy.api#required": {} } }, "Notification": { "target": "com.amazonaws.budgets#Notification", "traits": { "smithy.api#documentation": "The notification that you want to create a subscriber for.
", "smithy.api#required": {} } }, "Subscriber": { "target": "com.amazonaws.budgets#Subscriber", "traits": { "smithy.api#documentation": "The subscriber that you want to associate with a budget notification.
", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "Request of CreateSubscriber
" } }, "com.amazonaws.budgets#CreateSubscriberResponse": { "type": "structure", "members": {}, "traits": { "smithy.api#documentation": "Response of CreateSubscriber
" } }, "com.amazonaws.budgets#CreationLimitExceededException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.budgets#errorMessage" } }, "traits": { "smithy.api#documentation": "You've exceeded the notification or subscriber limit.
", "smithy.api#error": "client", "smithy.api#httpError": 405 } }, "com.amazonaws.budgets#Definition": { "type": "structure", "members": { "IamActionDefinition": { "target": "com.amazonaws.budgets#IamActionDefinition", "traits": { "smithy.api#documentation": "\n\t\t\tThe AWS Identity and Access Management (IAM) action definition details.\n\t\t
" } }, "ScpActionDefinition": { "target": "com.amazonaws.budgets#ScpActionDefinition", "traits": { "smithy.api#documentation": "\n\t\t\tThe service control policies (SCPs) action definition details.\n\t\t
" } }, "SsmActionDefinition": { "target": "com.amazonaws.budgets#SsmActionDefinition", "traits": { "smithy.api#documentation": "\n\t\t\tThe AWS Systems Manager (SSM) action definition details.\n\t\t
" } } }, "traits": { "smithy.api#documentation": "\n\t\t\tSpecifies all of the type-specific parameters.\n\t\t
" } }, "com.amazonaws.budgets#DeleteBudget": { "type": "operation", "input": { "target": "com.amazonaws.budgets#DeleteBudgetRequest" }, "output": { "target": "com.amazonaws.budgets#DeleteBudgetResponse" }, "errors": [ { "target": "com.amazonaws.budgets#AccessDeniedException" }, { "target": "com.amazonaws.budgets#InternalErrorException" }, { "target": "com.amazonaws.budgets#InvalidParameterException" }, { "target": "com.amazonaws.budgets#NotFoundException" } ], "traits": { "smithy.api#documentation": "Deletes a budget. You can delete your budget at any time.
\n\t\tDeleting a budget also deletes the notifications and subscribers that are associated with that budget.
\n\t\t\n Deletes a budget action.\n
" } }, "com.amazonaws.budgets#DeleteBudgetActionRequest": { "type": "structure", "members": { "AccountId": { "target": "com.amazonaws.budgets#AccountId", "traits": { "smithy.api#required": {} } }, "BudgetName": { "target": "com.amazonaws.budgets#BudgetName", "traits": { "smithy.api#required": {} } }, "ActionId": { "target": "com.amazonaws.budgets#ActionId", "traits": { "smithy.api#documentation": "\n A system-generated universally unique identifier (UUID) for the action.\n
", "smithy.api#required": {} } } } }, "com.amazonaws.budgets#DeleteBudgetActionResponse": { "type": "structure", "members": { "AccountId": { "target": "com.amazonaws.budgets#AccountId", "traits": { "smithy.api#required": {} } }, "BudgetName": { "target": "com.amazonaws.budgets#BudgetName", "traits": { "smithy.api#required": {} } }, "Action": { "target": "com.amazonaws.budgets#Action", "traits": { "smithy.api#required": {} } } } }, "com.amazonaws.budgets#DeleteBudgetRequest": { "type": "structure", "members": { "AccountId": { "target": "com.amazonaws.budgets#AccountId", "traits": { "smithy.api#documentation": "The accountId
that is associated with the budget that you want to delete.
The name of the budget that you want to delete.
", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "Request of DeleteBudget
" } }, "com.amazonaws.budgets#DeleteBudgetResponse": { "type": "structure", "members": {}, "traits": { "smithy.api#documentation": "Response of DeleteBudget
" } }, "com.amazonaws.budgets#DeleteNotification": { "type": "operation", "input": { "target": "com.amazonaws.budgets#DeleteNotificationRequest" }, "output": { "target": "com.amazonaws.budgets#DeleteNotificationResponse" }, "errors": [ { "target": "com.amazonaws.budgets#AccessDeniedException" }, { "target": "com.amazonaws.budgets#InternalErrorException" }, { "target": "com.amazonaws.budgets#InvalidParameterException" }, { "target": "com.amazonaws.budgets#NotFoundException" } ], "traits": { "smithy.api#documentation": "Deletes a notification.
\n\t\tDeleting a notification also deletes the subscribers that are associated with the notification.
\n\t\tThe accountId
that is associated with the budget whose notification you want to delete.
The name of the budget whose notification you want to delete.
", "smithy.api#required": {} } }, "Notification": { "target": "com.amazonaws.budgets#Notification", "traits": { "smithy.api#documentation": "The notification that you want to delete.
", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "Request of DeleteNotification
" } }, "com.amazonaws.budgets#DeleteNotificationResponse": { "type": "structure", "members": {}, "traits": { "smithy.api#documentation": "Response of DeleteNotification
" } }, "com.amazonaws.budgets#DeleteSubscriber": { "type": "operation", "input": { "target": "com.amazonaws.budgets#DeleteSubscriberRequest" }, "output": { "target": "com.amazonaws.budgets#DeleteSubscriberResponse" }, "errors": [ { "target": "com.amazonaws.budgets#AccessDeniedException" }, { "target": "com.amazonaws.budgets#InternalErrorException" }, { "target": "com.amazonaws.budgets#InvalidParameterException" }, { "target": "com.amazonaws.budgets#NotFoundException" } ], "traits": { "smithy.api#documentation": "Deletes a subscriber.
\n\t\tDeleting the last subscriber to a notification also deletes the notification.
\n\t\tThe accountId
that is associated with the budget whose subscriber you want to delete.
The name of the budget whose subscriber you want to delete.
", "smithy.api#required": {} } }, "Notification": { "target": "com.amazonaws.budgets#Notification", "traits": { "smithy.api#documentation": "The notification whose subscriber you want to delete.
", "smithy.api#required": {} } }, "Subscriber": { "target": "com.amazonaws.budgets#Subscriber", "traits": { "smithy.api#documentation": "The subscriber that you want to delete.
", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "Request of DeleteSubscriber
" } }, "com.amazonaws.budgets#DeleteSubscriberResponse": { "type": "structure", "members": {}, "traits": { "smithy.api#documentation": "Response of DeleteSubscriber
" } }, "com.amazonaws.budgets#DescribeBudget": { "type": "operation", "input": { "target": "com.amazonaws.budgets#DescribeBudgetRequest" }, "output": { "target": "com.amazonaws.budgets#DescribeBudgetResponse" }, "errors": [ { "target": "com.amazonaws.budgets#AccessDeniedException" }, { "target": "com.amazonaws.budgets#InternalErrorException" }, { "target": "com.amazonaws.budgets#InvalidParameterException" }, { "target": "com.amazonaws.budgets#NotFoundException" } ], "traits": { "smithy.api#documentation": "Describes a budget.
\n\t\tThe Request Syntax section shows the BudgetLimit
syntax. For PlannedBudgetLimits
, see the Examples section.
\n Describes a budget action detail.\n
" } }, "com.amazonaws.budgets#DescribeBudgetActionHistories": { "type": "operation", "input": { "target": "com.amazonaws.budgets#DescribeBudgetActionHistoriesRequest" }, "output": { "target": "com.amazonaws.budgets#DescribeBudgetActionHistoriesResponse" }, "errors": [ { "target": "com.amazonaws.budgets#AccessDeniedException" }, { "target": "com.amazonaws.budgets#InternalErrorException" }, { "target": "com.amazonaws.budgets#InvalidNextTokenException" }, { "target": "com.amazonaws.budgets#InvalidParameterException" }, { "target": "com.amazonaws.budgets#NotFoundException" } ], "traits": { "smithy.api#documentation": "\n Describes a budget action history detail.\n
", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", "items": "ActionHistories", "pageSize": "MaxResults" } } }, "com.amazonaws.budgets#DescribeBudgetActionHistoriesRequest": { "type": "structure", "members": { "AccountId": { "target": "com.amazonaws.budgets#AccountId", "traits": { "smithy.api#required": {} } }, "BudgetName": { "target": "com.amazonaws.budgets#BudgetName", "traits": { "smithy.api#required": {} } }, "ActionId": { "target": "com.amazonaws.budgets#ActionId", "traits": { "smithy.api#documentation": "\n A system-generated universally unique identifier (UUID) for the action.\n
", "smithy.api#required": {} } }, "TimePeriod": { "target": "com.amazonaws.budgets#TimePeriod" }, "MaxResults": { "target": "com.amazonaws.budgets#MaxResults" }, "NextToken": { "target": "com.amazonaws.budgets#GenericString" } } }, "com.amazonaws.budgets#DescribeBudgetActionHistoriesResponse": { "type": "structure", "members": { "ActionHistories": { "target": "com.amazonaws.budgets#ActionHistories", "traits": { "smithy.api#documentation": "\n The historical record of the budget action resource.\n
", "smithy.api#required": {} } }, "NextToken": { "target": "com.amazonaws.budgets#GenericString" } } }, "com.amazonaws.budgets#DescribeBudgetActionRequest": { "type": "structure", "members": { "AccountId": { "target": "com.amazonaws.budgets#AccountId", "traits": { "smithy.api#required": {} } }, "BudgetName": { "target": "com.amazonaws.budgets#BudgetName", "traits": { "smithy.api#required": {} } }, "ActionId": { "target": "com.amazonaws.budgets#ActionId", "traits": { "smithy.api#documentation": "\n A system-generated universally unique identifier (UUID) for the action.\n
", "smithy.api#required": {} } } } }, "com.amazonaws.budgets#DescribeBudgetActionResponse": { "type": "structure", "members": { "AccountId": { "target": "com.amazonaws.budgets#AccountId", "traits": { "smithy.api#required": {} } }, "BudgetName": { "target": "com.amazonaws.budgets#BudgetName", "traits": { "smithy.api#required": {} } }, "Action": { "target": "com.amazonaws.budgets#Action", "traits": { "smithy.api#documentation": "\n A budget action resource.\n
", "smithy.api#required": {} } } } }, "com.amazonaws.budgets#DescribeBudgetActionsForAccount": { "type": "operation", "input": { "target": "com.amazonaws.budgets#DescribeBudgetActionsForAccountRequest" }, "output": { "target": "com.amazonaws.budgets#DescribeBudgetActionsForAccountResponse" }, "errors": [ { "target": "com.amazonaws.budgets#AccessDeniedException" }, { "target": "com.amazonaws.budgets#InternalErrorException" }, { "target": "com.amazonaws.budgets#InvalidNextTokenException" }, { "target": "com.amazonaws.budgets#InvalidParameterException" } ], "traits": { "smithy.api#documentation": "\n Describes all of the budget actions for an account.\n
", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", "items": "Actions", "pageSize": "MaxResults" } } }, "com.amazonaws.budgets#DescribeBudgetActionsForAccountRequest": { "type": "structure", "members": { "AccountId": { "target": "com.amazonaws.budgets#AccountId", "traits": { "smithy.api#required": {} } }, "MaxResults": { "target": "com.amazonaws.budgets#MaxResults" }, "NextToken": { "target": "com.amazonaws.budgets#GenericString" } } }, "com.amazonaws.budgets#DescribeBudgetActionsForAccountResponse": { "type": "structure", "members": { "Actions": { "target": "com.amazonaws.budgets#Actions", "traits": { "smithy.api#documentation": "\n A list of the budget action resources information.\n
", "smithy.api#required": {} } }, "NextToken": { "target": "com.amazonaws.budgets#GenericString" } } }, "com.amazonaws.budgets#DescribeBudgetActionsForBudget": { "type": "operation", "input": { "target": "com.amazonaws.budgets#DescribeBudgetActionsForBudgetRequest" }, "output": { "target": "com.amazonaws.budgets#DescribeBudgetActionsForBudgetResponse" }, "errors": [ { "target": "com.amazonaws.budgets#AccessDeniedException" }, { "target": "com.amazonaws.budgets#InternalErrorException" }, { "target": "com.amazonaws.budgets#InvalidNextTokenException" }, { "target": "com.amazonaws.budgets#InvalidParameterException" }, { "target": "com.amazonaws.budgets#NotFoundException" } ], "traits": { "smithy.api#documentation": "\n Describes all of the budget actions for a budget.\n
", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", "items": "Actions", "pageSize": "MaxResults" } } }, "com.amazonaws.budgets#DescribeBudgetActionsForBudgetRequest": { "type": "structure", "members": { "AccountId": { "target": "com.amazonaws.budgets#AccountId", "traits": { "smithy.api#required": {} } }, "BudgetName": { "target": "com.amazonaws.budgets#BudgetName", "traits": { "smithy.api#required": {} } }, "MaxResults": { "target": "com.amazonaws.budgets#MaxResults" }, "NextToken": { "target": "com.amazonaws.budgets#GenericString" } } }, "com.amazonaws.budgets#DescribeBudgetActionsForBudgetResponse": { "type": "structure", "members": { "Actions": { "target": "com.amazonaws.budgets#Actions", "traits": { "smithy.api#documentation": "\n A list of the budget action resources information.\n
", "smithy.api#required": {} } }, "NextToken": { "target": "com.amazonaws.budgets#GenericString" } } }, "com.amazonaws.budgets#DescribeBudgetPerformanceHistory": { "type": "operation", "input": { "target": "com.amazonaws.budgets#DescribeBudgetPerformanceHistoryRequest" }, "output": { "target": "com.amazonaws.budgets#DescribeBudgetPerformanceHistoryResponse" }, "errors": [ { "target": "com.amazonaws.budgets#AccessDeniedException" }, { "target": "com.amazonaws.budgets#ExpiredNextTokenException" }, { "target": "com.amazonaws.budgets#InternalErrorException" }, { "target": "com.amazonaws.budgets#InvalidNextTokenException" }, { "target": "com.amazonaws.budgets#InvalidParameterException" }, { "target": "com.amazonaws.budgets#NotFoundException" } ], "traits": { "smithy.api#documentation": "Describes the history for DAILY
, MONTHLY
, and QUARTERLY
budgets. Budget history isn't available for ANNUAL
budgets.
Retrieves how often the budget went into an ALARM
state for the specified time period.
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.
The accountId
that is associated with the budget that you want a description of.
The name of the budget that you want a description of.
", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "Request of DescribeBudget
" } }, "com.amazonaws.budgets#DescribeBudgetResponse": { "type": "structure", "members": { "Budget": { "target": "com.amazonaws.budgets#Budget", "traits": { "smithy.api#documentation": "The description of the budget.
" } } }, "traits": { "smithy.api#documentation": "Response of DescribeBudget
" } }, "com.amazonaws.budgets#DescribeBudgets": { "type": "operation", "input": { "target": "com.amazonaws.budgets#DescribeBudgetsRequest" }, "output": { "target": "com.amazonaws.budgets#DescribeBudgetsResponse" }, "errors": [ { "target": "com.amazonaws.budgets#AccessDeniedException" }, { "target": "com.amazonaws.budgets#ExpiredNextTokenException" }, { "target": "com.amazonaws.budgets#InternalErrorException" }, { "target": "com.amazonaws.budgets#InvalidNextTokenException" }, { "target": "com.amazonaws.budgets#InvalidParameterException" }, { "target": "com.amazonaws.budgets#NotFoundException" } ], "traits": { "smithy.api#documentation": "Lists the budgets that are associated with an account.
\n\t\tThe Request Syntax section shows the BudgetLimit
syntax. For PlannedBudgetLimits
, see the Examples section.
The accountId
that is associated with the budgets that you want descriptions of.
An optional integer that represents how many entries a paginated response contains. The maximum is 100.
" } }, "NextToken": { "target": "com.amazonaws.budgets#GenericString", "traits": { "smithy.api#documentation": "The pagination token that you include in your request to indicate the next set of results that you want to retrieve.
" } } }, "traits": { "smithy.api#documentation": "Request of DescribeBudgets
" } }, "com.amazonaws.budgets#DescribeBudgetsResponse": { "type": "structure", "members": { "Budgets": { "target": "com.amazonaws.budgets#Budgets", "traits": { "smithy.api#documentation": "A list of budgets.
" } }, "NextToken": { "target": "com.amazonaws.budgets#GenericString", "traits": { "smithy.api#documentation": "The pagination token in the service response that indicates the next set of results that you can retrieve.
" } } }, "traits": { "smithy.api#documentation": "Response of DescribeBudgets
" } }, "com.amazonaws.budgets#DescribeNotificationsForBudget": { "type": "operation", "input": { "target": "com.amazonaws.budgets#DescribeNotificationsForBudgetRequest" }, "output": { "target": "com.amazonaws.budgets#DescribeNotificationsForBudgetResponse" }, "errors": [ { "target": "com.amazonaws.budgets#AccessDeniedException" }, { "target": "com.amazonaws.budgets#ExpiredNextTokenException" }, { "target": "com.amazonaws.budgets#InternalErrorException" }, { "target": "com.amazonaws.budgets#InvalidNextTokenException" }, { "target": "com.amazonaws.budgets#InvalidParameterException" }, { "target": "com.amazonaws.budgets#NotFoundException" } ], "traits": { "smithy.api#documentation": "Lists the notifications that are associated with a budget.
", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", "items": "Notifications", "pageSize": "MaxResults" } } }, "com.amazonaws.budgets#DescribeNotificationsForBudgetRequest": { "type": "structure", "members": { "AccountId": { "target": "com.amazonaws.budgets#AccountId", "traits": { "smithy.api#documentation": "The accountId
that is associated with the budget whose notifications you want descriptions of.
The name of the budget whose notifications you want descriptions of.
", "smithy.api#required": {} } }, "MaxResults": { "target": "com.amazonaws.budgets#MaxResults", "traits": { "smithy.api#documentation": "An optional integer that represents how many entries a paginated response contains. The maximum is 100.
" } }, "NextToken": { "target": "com.amazonaws.budgets#GenericString", "traits": { "smithy.api#documentation": "The pagination token that you include in your request to indicate the next set of results that you want to retrieve.
" } } }, "traits": { "smithy.api#documentation": "Request of DescribeNotificationsForBudget
" } }, "com.amazonaws.budgets#DescribeNotificationsForBudgetResponse": { "type": "structure", "members": { "Notifications": { "target": "com.amazonaws.budgets#Notifications", "traits": { "smithy.api#documentation": "A list of notifications that are associated with a budget.
" } }, "NextToken": { "target": "com.amazonaws.budgets#GenericString", "traits": { "smithy.api#documentation": "The pagination token in the service response that indicates the next set of results that you can retrieve.
" } } }, "traits": { "smithy.api#documentation": "Response of GetNotificationsForBudget
" } }, "com.amazonaws.budgets#DescribeSubscribersForNotification": { "type": "operation", "input": { "target": "com.amazonaws.budgets#DescribeSubscribersForNotificationRequest" }, "output": { "target": "com.amazonaws.budgets#DescribeSubscribersForNotificationResponse" }, "errors": [ { "target": "com.amazonaws.budgets#AccessDeniedException" }, { "target": "com.amazonaws.budgets#ExpiredNextTokenException" }, { "target": "com.amazonaws.budgets#InternalErrorException" }, { "target": "com.amazonaws.budgets#InvalidNextTokenException" }, { "target": "com.amazonaws.budgets#InvalidParameterException" }, { "target": "com.amazonaws.budgets#NotFoundException" } ], "traits": { "smithy.api#documentation": "Lists the subscribers that are associated with a notification.
", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", "items": "Subscribers", "pageSize": "MaxResults" } } }, "com.amazonaws.budgets#DescribeSubscribersForNotificationRequest": { "type": "structure", "members": { "AccountId": { "target": "com.amazonaws.budgets#AccountId", "traits": { "smithy.api#documentation": "The accountId
that is associated with the budget whose subscribers you want descriptions of.
The name of the budget whose subscribers you want descriptions of.
", "smithy.api#required": {} } }, "Notification": { "target": "com.amazonaws.budgets#Notification", "traits": { "smithy.api#documentation": "The notification whose subscribers you want to list.
", "smithy.api#required": {} } }, "MaxResults": { "target": "com.amazonaws.budgets#MaxResults", "traits": { "smithy.api#documentation": "An optional integer that represents how many entries a paginated response contains. The maximum is 100.
" } }, "NextToken": { "target": "com.amazonaws.budgets#GenericString", "traits": { "smithy.api#documentation": "The pagination token that you include in your request to indicate the next set of results that you want to retrieve.
" } } }, "traits": { "smithy.api#documentation": "Request of DescribeSubscribersForNotification
" } }, "com.amazonaws.budgets#DescribeSubscribersForNotificationResponse": { "type": "structure", "members": { "Subscribers": { "target": "com.amazonaws.budgets#Subscribers", "traits": { "smithy.api#documentation": "A list of subscribers that are associated with a notification.
" } }, "NextToken": { "target": "com.amazonaws.budgets#GenericString", "traits": { "smithy.api#documentation": "The pagination token in the service response that indicates the next set of results that you can retrieve.
" } } }, "traits": { "smithy.api#documentation": "Response of DescribeSubscribersForNotification
" } }, "com.amazonaws.budgets#DimensionValues": { "type": "list", "member": { "target": "com.amazonaws.budgets#GenericString" } }, "com.amazonaws.budgets#DuplicateRecordException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.budgets#errorMessage" } }, "traits": { "smithy.api#documentation": "The budget name already exists. Budget names must be unique within an account.
", "smithy.api#error": "client", "smithy.api#httpError": 409 } }, "com.amazonaws.budgets#EventType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "SYSTEM", "name": "System" }, { "value": "CREATE_ACTION", "name": "CreateAction" }, { "value": "DELETE_ACTION", "name": "DeleteAction" }, { "value": "UPDATE_ACTION", "name": "UpdateAction" }, { "value": "EXECUTE_ACTION", "name": "ExecuteAction" } ] } }, "com.amazonaws.budgets#ExecuteBudgetAction": { "type": "operation", "input": { "target": "com.amazonaws.budgets#ExecuteBudgetActionRequest" }, "output": { "target": "com.amazonaws.budgets#ExecuteBudgetActionResponse" }, "errors": [ { "target": "com.amazonaws.budgets#AccessDeniedException" }, { "target": "com.amazonaws.budgets#InternalErrorException" }, { "target": "com.amazonaws.budgets#InvalidParameterException" }, { "target": "com.amazonaws.budgets#NotFoundException" }, { "target": "com.amazonaws.budgets#ResourceLockedException" } ], "traits": { "smithy.api#documentation": "\n Executes a budget action.\n
" } }, "com.amazonaws.budgets#ExecuteBudgetActionRequest": { "type": "structure", "members": { "AccountId": { "target": "com.amazonaws.budgets#AccountId", "traits": { "smithy.api#required": {} } }, "BudgetName": { "target": "com.amazonaws.budgets#BudgetName", "traits": { "smithy.api#required": {} } }, "ActionId": { "target": "com.amazonaws.budgets#ActionId", "traits": { "smithy.api#documentation": "\n A system-generated universally unique identifier (UUID) for the action.\n
", "smithy.api#required": {} } }, "ExecutionType": { "target": "com.amazonaws.budgets#ExecutionType", "traits": { "smithy.api#documentation": "\n The type of execution.\n
", "smithy.api#required": {} } } } }, "com.amazonaws.budgets#ExecuteBudgetActionResponse": { "type": "structure", "members": { "AccountId": { "target": "com.amazonaws.budgets#AccountId", "traits": { "smithy.api#required": {} } }, "BudgetName": { "target": "com.amazonaws.budgets#BudgetName", "traits": { "smithy.api#required": {} } }, "ActionId": { "target": "com.amazonaws.budgets#ActionId", "traits": { "smithy.api#documentation": "\n A system-generated universally unique identifier (UUID) for the action.\n
", "smithy.api#required": {} } }, "ExecutionType": { "target": "com.amazonaws.budgets#ExecutionType", "traits": { "smithy.api#documentation": "\n The type of execution.\n
", "smithy.api#required": {} } } } }, "com.amazonaws.budgets#ExecutionType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "APPROVE_BUDGET_ACTION", "name": "ApproveBudgetAction" }, { "value": "RETRY_BUDGET_ACTION", "name": "RetryBudgetAction" }, { "value": "REVERSE_BUDGET_ACTION", "name": "ReverseBudgetAction" }, { "value": "RESET_BUDGET_ACTION", "name": "ResetBudgetAction" } ] } }, "com.amazonaws.budgets#ExpiredNextTokenException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.budgets#errorMessage" } }, "traits": { "smithy.api#documentation": "The pagination token expired.
", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.budgets#GenericString": { "type": "string", "traits": { "smithy.api#documentation": "A generic string.
", "smithy.api#length": { "min": 0, "max": 2147483647 }, "smithy.api#pattern": ".*" } }, "com.amazonaws.budgets#GenericTimestamp": { "type": "timestamp", "traits": { "smithy.api#documentation": " A generic time stamp. In Java, it is transformed to a Date
object.
\n\t\t\tThe Amazon Resource Name (ARN) of the policy to be attached.\n\t\t
", "smithy.api#required": {} } }, "Roles": { "target": "com.amazonaws.budgets#Roles", "traits": { "smithy.api#documentation": "\n\t\t\tA list of roles to be attached. There must be at least one role.\n\t\t
" } }, "Groups": { "target": "com.amazonaws.budgets#Groups", "traits": { "smithy.api#documentation": "\n\t\t\tA list of groups to be attached. There must be at least one group.\n\t\t
" } }, "Users": { "target": "com.amazonaws.budgets#Users", "traits": { "smithy.api#documentation": "\n\t\t\tA list of users to be attached. There must be at least one user.\n\t\t
" } } }, "traits": { "smithy.api#documentation": "\n\t\t\tThe AWS Identity and Access Management (IAM) action definition details.\n\t\t
" } }, "com.amazonaws.budgets#InstanceId": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 63 }, "smithy.api#pattern": "^i-(\\w{8}|\\w{17})$|^[a-zA-Z]([\\w-]{0,61}\\w)?$" } }, "com.amazonaws.budgets#InstanceIds": { "type": "list", "member": { "target": "com.amazonaws.budgets#InstanceId" }, "traits": { "smithy.api#length": { "min": 1, "max": 100 } } }, "com.amazonaws.budgets#InternalErrorException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.budgets#errorMessage" } }, "traits": { "smithy.api#documentation": "An error on the server occurred during the processing of your request. Try again later.
", "smithy.api#error": "server", "smithy.api#httpError": 500 } }, "com.amazonaws.budgets#InvalidNextTokenException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.budgets#errorMessage" } }, "traits": { "smithy.api#documentation": "The pagination token is invalid.
", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.budgets#InvalidParameterException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.budgets#errorMessage" } }, "traits": { "smithy.api#documentation": "An error on the client occurred. Typically, the cause is an invalid input value.
", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.budgets#MaxResults": { "type": "integer", "traits": { "smithy.api#box": {}, "smithy.api#documentation": "An integer that represents how many entries a paginated response contains. The maximum is 100.
", "smithy.api#range": { "min": 1, "max": 100 } } }, "com.amazonaws.budgets#NotFoundException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.budgets#errorMessage" } }, "traits": { "smithy.api#documentation": "We can’t locate the resource that you specified.
", "smithy.api#error": "client", "smithy.api#httpError": 404 } }, "com.amazonaws.budgets#Notification": { "type": "structure", "members": { "NotificationType": { "target": "com.amazonaws.budgets#NotificationType", "traits": { "smithy.api#documentation": "Whether the notification is for how much you have spent (ACTUAL
) or for how much you're forecasted to spend (FORECASTED
).
The comparison that is used for this notification.
", "smithy.api#required": {} } }, "Threshold": { "target": "com.amazonaws.budgets#NotificationThreshold", "traits": { "smithy.api#documentation": "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.
", "smithy.api#required": {} } }, "ThresholdType": { "target": "com.amazonaws.budgets#ThresholdType", "traits": { "smithy.api#documentation": "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.
Whether this notification is in alarm. If a budget notification is in the ALARM
state, you have passed the set threshold for the budget.
A notification that is associated with a budget. A budget can have up to ten notifications.
\n\t\tEach notification must have at least one subscriber. A notification can have one SNS subscriber and up to 10 email subscribers, for a total of 11 subscribers.
\n\t\tFor example, if you have a budget for 200 dollars and you want to be notified when you go over 160 dollars, create a notification with the following parameters:
\n\t\tA notificationType of ACTUAL
\n
A thresholdType
of PERCENTAGE
\n
A comparisonOperator
of GREATER_THAN
\n
A notification threshold
of 80
\n
The threshold of a notification.
", "smithy.api#range": { "min": 0, "max": 40000000000 } } }, "com.amazonaws.budgets#NotificationType": { "type": "string", "traits": { "smithy.api#documentation": "The type of a notification. It must be ACTUAL or FORECASTED.
", "smithy.api#enum": [ { "value": "ACTUAL", "name": "ACTUAL" }, { "value": "FORECASTED", "name": "FORECASTED" } ] } }, "com.amazonaws.budgets#NotificationWithSubscribers": { "type": "structure", "members": { "Notification": { "target": "com.amazonaws.budgets#Notification", "traits": { "smithy.api#documentation": "The notification that is associated with a budget.
", "smithy.api#required": {} } }, "Subscribers": { "target": "com.amazonaws.budgets#Subscribers", "traits": { "smithy.api#documentation": "A list of subscribers who are subscribed to this notification.
", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "A notification with subscribers. A notification can have one SNS subscriber and up to 10 email subscribers, for a total of 11 subscribers.
" } }, "com.amazonaws.budgets#NotificationWithSubscribersList": { "type": "list", "member": { "target": "com.amazonaws.budgets#NotificationWithSubscribers" }, "traits": { "smithy.api#documentation": "A list of notifications, each with a list of subscribers.
", "smithy.api#length": { "min": 0, "max": 10 } } }, "com.amazonaws.budgets#Notifications": { "type": "list", "member": { "target": "com.amazonaws.budgets#Notification" }, "traits": { "smithy.api#documentation": "A list of notifications.
" } }, "com.amazonaws.budgets#NullableBoolean": { "type": "boolean", "traits": { "smithy.api#box": {} } }, "com.amazonaws.budgets#NumericValue": { "type": "string", "traits": { "smithy.api#documentation": "A string that represents a numeric value.
", "smithy.api#length": { "min": 1, "max": 2147483647 }, "smithy.api#pattern": "([0-9]*\\.)?[0-9]+" } }, "com.amazonaws.budgets#PlannedBudgetLimits": { "type": "map", "key": { "target": "com.amazonaws.budgets#GenericString" }, "value": { "target": "com.amazonaws.budgets#Spend" } }, "com.amazonaws.budgets#PolicyArn": { "type": "string", "traits": { "smithy.api#length": { "min": 25, "max": 684 }, "smithy.api#pattern": "^arn:(aws|aws-cn|aws-us-gov|us-iso-east-1|us-isob-east-1):iam::(\\d{12}|aws):policy(\\u002F[\\u0021-\\u007F]+\\u002F|\\u002F)[\\w+=,.@-]+$" } }, "com.amazonaws.budgets#PolicyId": { "type": "string", "traits": { "smithy.api#length": { "min": 10, "max": 130 }, "smithy.api#pattern": "^p-[0-9a-zA-Z_]{8,128}$" } }, "com.amazonaws.budgets#Region": { "type": "string", "traits": { "smithy.api#length": { "min": 9, "max": 20 }, "smithy.api#pattern": "^\\w{2}-\\w+(-\\w+)?-\\d$" } }, "com.amazonaws.budgets#ResourceLockedException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.budgets#errorMessage" } }, "traits": { "smithy.api#documentation": "The request was received and recognized by the server, but the server rejected that\n particular method for the requested resource.
", "smithy.api#error": "client", "smithy.api#httpError": 423 } }, "com.amazonaws.budgets#Role": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 576 }, "smithy.api#pattern": "^([\\u0021-\\u007F]+\\u002F)?[\\w+=,.@-]+$" } }, "com.amazonaws.budgets#RoleArn": { "type": "string", "traits": { "smithy.api#length": { "min": 32, "max": 618 }, "smithy.api#pattern": "^arn:(aws|aws-cn|aws-us-gov|us-iso-east-1|us-isob-east-1):iam::\\d{12}:role(\\u002F[\\u0021-\\u007F]+\\u002F|\\u002F)[\\w+=,.@-]+$" } }, "com.amazonaws.budgets#Roles": { "type": "list", "member": { "target": "com.amazonaws.budgets#Role" }, "traits": { "smithy.api#length": { "min": 1, "max": 100 } } }, "com.amazonaws.budgets#ScpActionDefinition": { "type": "structure", "members": { "PolicyId": { "target": "com.amazonaws.budgets#PolicyId", "traits": { "smithy.api#documentation": "\n\t\t\tThe policy ID attached.\n\t\t
", "smithy.api#required": {} } }, "TargetIds": { "target": "com.amazonaws.budgets#TargetIds", "traits": { "smithy.api#documentation": "\n\t\t\tA list of target IDs.\n\t\t
", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "\n\t\t\tThe service control policies (SCP) action definition details.\n\t\t
" } }, "com.amazonaws.budgets#Spend": { "type": "structure", "members": { "Amount": { "target": "com.amazonaws.budgets#NumericValue", "traits": { "smithy.api#documentation": "The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.
", "smithy.api#required": {} } }, "Unit": { "target": "com.amazonaws.budgets#UnitValue", "traits": { "smithy.api#documentation": "The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.
", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "The amount of cost or usage that is measured for a budget.
\n\t\tFor example, a Spend
for 3 GB
of S3 usage would have the following parameters:
An Amount
of 3
\n
A unit
of GB
\n
\n\t\t\tThe action subType.\n\t\t
", "smithy.api#required": {} } }, "Region": { "target": "com.amazonaws.budgets#Region", "traits": { "smithy.api#documentation": "\n\t\t\tThe Region to run the SSM document.\n\t\t
", "smithy.api#required": {} } }, "InstanceIds": { "target": "com.amazonaws.budgets#InstanceIds", "traits": { "smithy.api#documentation": "\n\t\t\tThe EC2 and RDS instance IDs.\n\t\t
", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "\n\t\t\tThe AWS Systems Manager (SSM) action definition details.\n\t\t
" } }, "com.amazonaws.budgets#Subscriber": { "type": "structure", "members": { "SubscriptionType": { "target": "com.amazonaws.budgets#SubscriptionType", "traits": { "smithy.api#documentation": "The type of notification that AWS sends to a subscriber.
", "smithy.api#required": {} } }, "Address": { "target": "com.amazonaws.budgets#SubscriberAddress", "traits": { "smithy.api#documentation": "The address that AWS sends budget notifications to, either an SNS topic or an email.
\n\t\tWhen you create a subscriber, the value of Address
can't contain line breaks.
The subscriber to a budget notification. The subscriber consists of a subscription type and either an Amazon SNS topic or an email address.
\n\t\tFor example, an email subscriber would have the following parameters:
\n\t\tA subscriptionType
of EMAIL
\n
An address
of example@example.com
\n
A string that contains an email address or SNS topic for the subscriber's address.
", "smithy.api#length": { "min": 1, "max": 2147483647 }, "smithy.api#pattern": "(.*[\\n\\r\\t\\f\\ ]?)*", "smithy.api#sensitive": {} } }, "com.amazonaws.budgets#Subscribers": { "type": "list", "member": { "target": "com.amazonaws.budgets#Subscriber" }, "traits": { "smithy.api#documentation": "A list of subscribers.
", "smithy.api#length": { "min": 1, "max": 11 } } }, "com.amazonaws.budgets#SubscriptionType": { "type": "string", "traits": { "smithy.api#documentation": "The subscription type of the subscriber. It can be SMS or EMAIL.
", "smithy.api#enum": [ { "value": "SNS", "name": "SNS" }, { "value": "EMAIL", "name": "EMAIL" } ] } }, "com.amazonaws.budgets#TargetId": { "type": "string", "traits": { "smithy.api#length": { "min": 12, "max": 68 }, "smithy.api#pattern": "^(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32}$)|(\\d{12})" } }, "com.amazonaws.budgets#TargetIds": { "type": "list", "member": { "target": "com.amazonaws.budgets#TargetId" }, "traits": { "smithy.api#length": { "min": 1, "max": 100 } } }, "com.amazonaws.budgets#ThresholdType": { "type": "string", "traits": { "smithy.api#documentation": "The type of threshold for a notification.
", "smithy.api#enum": [ { "value": "PERCENTAGE", "name": "PERCENTAGE" }, { "value": "ABSOLUTE_VALUE", "name": "ABSOLUTE_VALUE" } ] } }, "com.amazonaws.budgets#TimePeriod": { "type": "structure", "members": { "Start": { "target": "com.amazonaws.budgets#GenericTimestamp", "traits": { "smithy.api#documentation": "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.
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.
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. There are no restrictions on the end date.
" } }, "com.amazonaws.budgets#TimeUnit": { "type": "string", "traits": { "smithy.api#documentation": "The time unit of the budget, such as MONTHLY or QUARTERLY.
", "smithy.api#enum": [ { "value": "DAILY", "name": "DAILY" }, { "value": "MONTHLY", "name": "MONTHLY" }, { "value": "QUARTERLY", "name": "QUARTERLY" }, { "value": "ANNUALLY", "name": "ANNUALLY" } ] } }, "com.amazonaws.budgets#UnitValue": { "type": "string", "traits": { "smithy.api#documentation": "A string that represents the spend unit of a budget. It can't be null or empty.
", "smithy.api#length": { "min": 1, "max": 2147483647 }, "smithy.api#pattern": ".*" } }, "com.amazonaws.budgets#UpdateBudget": { "type": "operation", "input": { "target": "com.amazonaws.budgets#UpdateBudgetRequest" }, "output": { "target": "com.amazonaws.budgets#UpdateBudgetResponse" }, "errors": [ { "target": "com.amazonaws.budgets#AccessDeniedException" }, { "target": "com.amazonaws.budgets#InternalErrorException" }, { "target": "com.amazonaws.budgets#InvalidParameterException" }, { "target": "com.amazonaws.budgets#NotFoundException" } ], "traits": { "smithy.api#documentation": "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 AWS has new usage data to use for forecasting.
Only one of BudgetLimit
or PlannedBudgetLimits
can be present in the syntax at one time. Use the syntax that matches your case. The Request Syntax section shows the BudgetLimit
syntax. For PlannedBudgetLimits
, see the Examples section.
\n Updates a budget action.\n
" } }, "com.amazonaws.budgets#UpdateBudgetActionRequest": { "type": "structure", "members": { "AccountId": { "target": "com.amazonaws.budgets#AccountId", "traits": { "smithy.api#required": {} } }, "BudgetName": { "target": "com.amazonaws.budgets#BudgetName", "traits": { "smithy.api#required": {} } }, "ActionId": { "target": "com.amazonaws.budgets#ActionId", "traits": { "smithy.api#documentation": "\n A system-generated universally unique identifier (UUID) for the action.\n
", "smithy.api#required": {} } }, "NotificationType": { "target": "com.amazonaws.budgets#NotificationType" }, "ActionThreshold": { "target": "com.amazonaws.budgets#ActionThreshold" }, "Definition": { "target": "com.amazonaws.budgets#Definition" }, "ExecutionRoleArn": { "target": "com.amazonaws.budgets#RoleArn", "traits": { "smithy.api#documentation": "\n The role passed for action execution and reversion. Roles and actions must be in the same account.\n
" } }, "ApprovalModel": { "target": "com.amazonaws.budgets#ApprovalModel", "traits": { "smithy.api#documentation": "\n This specifies if the action needs manual or automatic approval.\n
" } }, "Subscribers": { "target": "com.amazonaws.budgets#Subscribers" } } }, "com.amazonaws.budgets#UpdateBudgetActionResponse": { "type": "structure", "members": { "AccountId": { "target": "com.amazonaws.budgets#AccountId", "traits": { "smithy.api#required": {} } }, "BudgetName": { "target": "com.amazonaws.budgets#BudgetName", "traits": { "smithy.api#required": {} } }, "OldAction": { "target": "com.amazonaws.budgets#Action", "traits": { "smithy.api#documentation": "\n The previous action resource information.\n
", "smithy.api#required": {} } }, "NewAction": { "target": "com.amazonaws.budgets#Action", "traits": { "smithy.api#documentation": "\n The updated action resource information.\n
", "smithy.api#required": {} } } } }, "com.amazonaws.budgets#UpdateBudgetRequest": { "type": "structure", "members": { "AccountId": { "target": "com.amazonaws.budgets#AccountId", "traits": { "smithy.api#documentation": "The accountId
that is associated with the budget that you want to update.
The budget that you want to update your budget to.
", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "Request of UpdateBudget
" } }, "com.amazonaws.budgets#UpdateBudgetResponse": { "type": "structure", "members": {}, "traits": { "smithy.api#documentation": "Response of UpdateBudget
" } }, "com.amazonaws.budgets#UpdateNotification": { "type": "operation", "input": { "target": "com.amazonaws.budgets#UpdateNotificationRequest" }, "output": { "target": "com.amazonaws.budgets#UpdateNotificationResponse" }, "errors": [ { "target": "com.amazonaws.budgets#AccessDeniedException" }, { "target": "com.amazonaws.budgets#DuplicateRecordException" }, { "target": "com.amazonaws.budgets#InternalErrorException" }, { "target": "com.amazonaws.budgets#InvalidParameterException" }, { "target": "com.amazonaws.budgets#NotFoundException" } ], "traits": { "smithy.api#documentation": "Updates a notification.
" } }, "com.amazonaws.budgets#UpdateNotificationRequest": { "type": "structure", "members": { "AccountId": { "target": "com.amazonaws.budgets#AccountId", "traits": { "smithy.api#documentation": "The accountId
that is associated with the budget whose notification you want to update.
The name of the budget whose notification you want to update.
", "smithy.api#required": {} } }, "OldNotification": { "target": "com.amazonaws.budgets#Notification", "traits": { "smithy.api#documentation": "The previous notification that is associated with a budget.
", "smithy.api#required": {} } }, "NewNotification": { "target": "com.amazonaws.budgets#Notification", "traits": { "smithy.api#documentation": "The updated notification to be associated with a budget.
", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "Request of UpdateNotification
" } }, "com.amazonaws.budgets#UpdateNotificationResponse": { "type": "structure", "members": {}, "traits": { "smithy.api#documentation": "Response of UpdateNotification
" } }, "com.amazonaws.budgets#UpdateSubscriber": { "type": "operation", "input": { "target": "com.amazonaws.budgets#UpdateSubscriberRequest" }, "output": { "target": "com.amazonaws.budgets#UpdateSubscriberResponse" }, "errors": [ { "target": "com.amazonaws.budgets#AccessDeniedException" }, { "target": "com.amazonaws.budgets#DuplicateRecordException" }, { "target": "com.amazonaws.budgets#InternalErrorException" }, { "target": "com.amazonaws.budgets#InvalidParameterException" }, { "target": "com.amazonaws.budgets#NotFoundException" } ], "traits": { "smithy.api#documentation": "Updates a subscriber.
" } }, "com.amazonaws.budgets#UpdateSubscriberRequest": { "type": "structure", "members": { "AccountId": { "target": "com.amazonaws.budgets#AccountId", "traits": { "smithy.api#documentation": "The accountId
that is associated with the budget whose subscriber you want to update.
The name of the budget whose subscriber you want to update.
", "smithy.api#required": {} } }, "Notification": { "target": "com.amazonaws.budgets#Notification", "traits": { "smithy.api#documentation": "The notification whose subscriber you want to update.
", "smithy.api#required": {} } }, "OldSubscriber": { "target": "com.amazonaws.budgets#Subscriber", "traits": { "smithy.api#documentation": "The previous subscriber that is associated with a budget notification.
", "smithy.api#required": {} } }, "NewSubscriber": { "target": "com.amazonaws.budgets#Subscriber", "traits": { "smithy.api#documentation": "The updated subscriber that is associated with a budget notification.
", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "Request of UpdateSubscriber
" } }, "com.amazonaws.budgets#UpdateSubscriberResponse": { "type": "structure", "members": {}, "traits": { "smithy.api#documentation": "Response of UpdateSubscriber
" } }, "com.amazonaws.budgets#User": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 576 }, "smithy.api#pattern": "^([\\u0021-\\u007F]+\\u002F)?[\\w+=,.@-]+$" } }, "com.amazonaws.budgets#Users": { "type": "list", "member": { "target": "com.amazonaws.budgets#User" }, "traits": { "smithy.api#length": { "min": 1, "max": 100 } } }, "com.amazonaws.budgets#errorMessage": { "type": "string", "traits": { "smithy.api#documentation": "The error message the exception carries.
" } } } }