Values.PeriodSourceDefines a limit and the time period during which it is enforced.
type nonrec t = {unit : PeriodUnit.t;The unit of time.
*)value : MaxSize24.t;The amount of time of the specified unit.
*)maxInvocationsPerProfile : MaxSize1000.t option;The maximum allowed number of destination invocations per profile.
*)unlimited : Boolean.t option;If set to true, there is no limit on the number of destination invocations per profile. The default is false.
*)}val make :
?maxInvocationsPerProfile:??? ->
?unlimited:??? ->
unit:PeriodUnit.t ->
value:MaxSize24.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of MaxSize24.t ])
list ]