Values_0.DBClusterBacktrackSourceThis data type is used as a response element in the DescribeDBClusterBacktracks action.
type backtrackDBClusterResult = {dBClusterIdentifier : String_.t option;Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
*)backtrackIdentifier : String_.t option;Contains the backtrack identifier.
*)backtrackTo : TStamp.t option;The timestamp of the time to which the DB cluster was backtracked.
*)backtrackedFrom : TStamp.t option;The timestamp of the time from which the DB cluster was backtracked.
*)backtrackRequestCreationTime : TStamp.t option;The timestamp of the time at which the backtrack was requested.
*)status : String_.t option;The status of the backtrack. This property returns one of the following values: applying - The backtrack is currently being applied to or rolled back from the DB cluster. completed - The backtrack has successfully been applied to or rolled back from the DB cluster. failed - An error occurred while the backtrack was applied to or rolled back from the DB cluster. pending - The backtrack is currently pending application to or rollback from the DB cluster.
*)}and t = {backtrackDBClusterResult : backtrackDBClusterResult;responseMetaData : responseMetaData;}type error = [ | `DBClusterNotFoundFault of DBClusterNotFoundFault.t| `InvalidDBClusterStateFault of InvalidDBClusterStateFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBClusterNotFoundFault of unit
| `InvalidDBClusterStateFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBClusterNotFoundFault of unit
| `InvalidDBClusterStateFault of unit
| `Unknown_operation_error of string * string option ]