Module Values.PrivacyBudgetsSource

The privacy budget information that controls access to Clean Rooms ML input channels.

Sourcetype nonrec t = {
  1. accessBudgets : AccessBudgets.t option;
    (*

    A list of access budgets that apply to resources associated with this Clean Rooms ML input channel.

    *)
}
Sourceval make : ?accessBudgets:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of Budget.t | `List of [> `Structure of (string * [> `Enum of string | `Integer of Budget.t | `Timestamp of SyntheticTimestamp_date_time.t ]) list ] list | `String of BudgetedResourceArn.t ]) list ] 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