Values_1.DescribeDBLogFilesResponseSourceThe response from a call to DescribeDBLogFiles.
type describeDBLogFilesResult = {describeDBLogFiles : Values_0.DescribeDBLogFilesList.t option;The DB log files returned.
*)marker : Values_0.String_.t option;A pagination token that can be used in a later DescribeDBLogFiles request.
*)}and t = {describeDBLogFilesResult : describeDBLogFilesResult;responseMetaData : responseMetaData;}type error = [ | `DBInstanceNotFoundFault of Values_0.DBInstanceNotFoundFault.t| `DBInstanceNotReadyFault of Values_0.DBInstanceNotReadyFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBInstanceNotFoundFault of unit
| `DBInstanceNotReadyFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBInstanceNotFoundFault of unit
| `DBInstanceNotReadyFault of unit
| `Unknown_operation_error of string * string option ]val 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 ]