Module Values_1.DescribeDBLogFilesResponseSource

The response from a call to DescribeDBLogFiles.

Sourcetype describeDBLogFilesResult = {
  1. describeDBLogFiles : Values_0.DescribeDBLogFilesList.t option;
    (*

    The DB log files returned.

    *)
  2. marker : Values_0.String_.t option;
    (*

    A pagination token that can be used in a later DescribeDBLogFiles request.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. describeDBLogFilesResult : describeDBLogFilesResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DBInstanceNotFoundFault of Values_0.DBInstanceNotFoundFault.t
  2. | `DBInstanceNotReadyFault of Values_0.DBInstanceNotReadyFault.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?describeDBLogFiles:??? -> ?marker:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DBInstanceNotFoundFault of unit | `DBInstanceNotReadyFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DBInstanceNotFoundFault of unit | `DBInstanceNotReadyFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `Long of Awso.Import.Int64.t | `String of string ]) list ] list | `String of Values_0.String_.t ]) 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