Module Values_1.GetV2LoggingOptionsRequestSource

Gets the fine grained logging options. Requires permission to access the GetV2LoggingOptions action.

Sourcetype nonrec t = {
  1. verbose : Values_0.VerboseFlag.t option;
    (*

    The flag is used to get all the event types and their respective configuration that event-based logging supports.

    *)
}
Sourceval make : ?verbose:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.VerboseFlag.t ]) 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