Module Types.DownloadDBLogFilePortionMessage
type t={d_b_instance_identifier : Aws.BaseTypes.String.t;log_file_name : Aws.BaseTypes.String.t;marker : Aws.BaseTypes.String.t option;number_of_lines : Aws.BaseTypes.Integer.t option;}
val make : d_b_instance_identifier:Aws.BaseTypes.String.t -> log_file_name:Aws.BaseTypes.String.t -> ?marker:Aws.BaseTypes.String.t -> ?number_of_lines:Aws.BaseTypes.Integer.t -> unit -> tval parse : Ezxmlm.nodes -> t optionval to_query : t -> Aws.Query.tval to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]val of_json : Aws.Json.t -> t