Values.CreateBudgetRequestSourceShared displayName + description for Create operations where both are present. displayName is @required here - this mixin is Create-only by design (Update has optional displayName).
type nonrec t = {farmId : FarmId.t;The farm ID to include in this budget.
*)displayName : ResourceName.t;The display name of the budget. This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
*)description : Description.t option;The description of the budget. This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
*)clientToken : ClientToken.t option;The unique token which the server uses to recognize retries of the same request.
*)usageTrackingResource : UsageTrackingResource.t;The queue ID provided to this budget to track usage.
*)approximateDollarLimit : ConsumedUsageLimit.t;The dollar limit based on consumed usage.
*)actions : BudgetActionsToAdd.t;The budget actions to specify what happens when the budget runs out.
*)schedule : BudgetSchedule.t;The schedule to associate with this budget.
*)}val make :
?description:??? ->
?clientToken:??? ->
?tags:??? ->
farmId:FarmId.t ->
displayName:ResourceName.t ->
usageTrackingResource:UsageTrackingResource.t ->
approximateDollarLimit:ConsumedUsageLimit.t ->
actions:BudgetActionsToAdd.t ->
schedule:BudgetSchedule.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Float of ConsumedUsageLimit.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Float of ThresholdPercentage.t
| `String of Description.t ])
list ]
list
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of FarmId.t
| `Structure of
(string
* [> `String of QueueId.t
| `Structure of (string * [> `Timestamp of StartsAt.t ]) list ])
list ])
list ]