Values.CreateBudgetActionResponseSourceCreates a budget action.
type nonrec t = {accountId : AccountId.t option;budgetName : BudgetName.t option;actionId : ActionId.t option;A system-generated universally unique identifier (UUID) for the action.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `CreationLimitExceededException of CreationLimitExceededException.t| `DuplicateRecordException of DuplicateRecordException.t| `InternalErrorException of InternalErrorException.t| `InvalidParameterException of InvalidParameterException.t| `NotFoundException of NotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `CreationLimitExceededException of CreationLimitExceededException.t
| `DuplicateRecordException of DuplicateRecordException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidParameterException of InvalidParameterException.t
| `NotFoundException of NotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `CreationLimitExceededException of CreationLimitExceededException.t
| `DuplicateRecordException of DuplicateRecordException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidParameterException of InvalidParameterException.t
| `NotFoundException of NotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]