Values.DescribeBudgetActionRequestSourceDescribes a budget action detail.
type nonrec t = {accountId : AccountId.t;budgetName : BudgetName.t;actionId : ActionId.t;A system-generated universally unique identifier (UUID) for the action.
*)}val make :
accountId:AccountId.t ->
budgetName:BudgetName.t ->
actionId:ActionId.t ->
unit ->
t