Module Types.PendingCloudwatchLogsExports
type t={log_types_to_enable : LogTypeList.t;log_types_to_disable : LogTypeList.t;}
val make : ?log_types_to_enable:LogTypeList.t -> ?log_types_to_disable:LogTypeList.t -> unit -> tval parse : Ezxmlm.nodes -> t optionval to_query : t -> Aws.Query.tval to_json : t -> [> `Assoc of (string * [> `List of Aws.Json.t list ]) list ]val of_json : Aws.Json.t -> t