Module Values.PrivacyBudgetSource

The epsilon parameter value and number of each aggregation function that you can perform.

Sourcetype nonrec t = {
  1. differentialPrivacy : DifferentialPrivacyPrivacyBudget.t option;
    (*

    An object that specifies the epsilon parameter and the utility in terms of total aggregations, as well as the remaining aggregations available.

    *)
  2. accessBudget : AccessBudget.t option;
    (*

    Access budget information associated with this privacy budget.

    *)
}
Sourceval make : ?differentialPrivacy:??? -> ?accessBudget:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of Epsilon.t | `List of [> `Structure of (string * [> `Enum of string | `Integer of DifferentialPrivacyPrivacyBudgetAggregationMaxCountInteger.t | `Timestamp of Timestamp.t ]) list ] list | `String of BudgetedResourceArn.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t