Module Values_1.DBClusterBacktrackMessageSource

Contains the result of a successful invocation of the DescribeDBClusterBacktracks action.

Sourcetype describeDBClusterBacktracksResult = {
  1. marker : Values_0.String_.t option;
    (*

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

    *)
  2. dBClusterBacktracks : Values_0.DBClusterBacktrackList.t option;
    (*

    Contains a list of backtracks for the user.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. describeDBClusterBacktracksResult : describeDBClusterBacktracksResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DBClusterBacktrackNotFoundFault of Values_0.DBClusterBacktrackNotFoundFault.t
  2. | `DBClusterNotFoundFault of Values_0.DBClusterNotFoundFault.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?marker:??? -> ?dBClusterBacktracks:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DBClusterBacktrackNotFoundFault of unit | `DBClusterNotFoundFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DBClusterBacktrackNotFoundFault of unit | `DBClusterNotFoundFault 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 * [> `Structure of (string * [> `String of string | `Timestamp of string ]) list ]) 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