Values_1.DBClusterBacktrackMessageSourceContains the result of a successful invocation of the DescribeDBClusterBacktracks action.
type describeDBClusterBacktracksResult = {marker : Values_0.String_.t option;A pagination token that can be used in a later DescribeDBClusterBacktracks request.
*)dBClusterBacktracks : Values_0.DBClusterBacktrackList.t option;Contains a list of backtracks for the user.
*)}and t = {describeDBClusterBacktracksResult : describeDBClusterBacktracksResult;responseMetaData : responseMetaData;}type error = [ | `DBClusterBacktrackNotFoundFault of Values_0.DBClusterBacktrackNotFoundFault.t| `DBClusterNotFoundFault of Values_0.DBClusterNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBClusterBacktrackNotFoundFault of unit
| `DBClusterNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBClusterBacktrackNotFoundFault of unit
| `DBClusterNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of string
| `Timestamp of string ])
list ])
list ]
list
| `String of Values_0.String_.t ])
list ])
list ]