Module Values.ConfigureLogsRequestSource

the option to configure log subscription.

Sourcetype nonrec t = {
  1. egressAccessLogs : EgressAccessLogs.t option;
  2. id : string;
    (*

    The ID of the channel to log subscription.

    *)
  3. ingressAccessLogs : IngressAccessLogs.t option;
}
Sourceval context_ : string
Sourceval make : ?egressAccessLogs:??? -> ?ingressAccessLogs:??? -> id:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string | `Structure of (string * [> `String of string ]) 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