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 -> t
val parse : Ezxmlm.nodes -> t option
val to_query : t -> Aws.Query.t
val to_json : t -> [> `Assoc of (string * [> `List of Aws.Json.t list ]) list ]
val of_json : Aws.Json.t -> t