Values.DescribeBudgetActionHistoriesRequestSourceDescribes a budget action history detail.
type nonrec t = {accountId : AccountId.t;budgetName : BudgetName.t;actionId : ActionId.t;A system-generated universally unique identifier (UUID) for the action.
*)timePeriod : TimePeriod.t option;maxResults : MaxResults.t option;nextToken : GenericString.t option;}val make :
?timePeriod:??? ->
?maxResults:??? ->
?nextToken:??? ->
accountId:AccountId.t ->
budgetName:BudgetName.t ->
actionId:ActionId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t
| `String of AccountId.t
| `Structure of (string * [> `Timestamp of GenericTimestamp.t ]) list ])
list ]