Values.ClusterDbRevisionsMessageSourceReturns an array of ClusterDbRevision objects.
type describeClusterDbRevisionsResult = {marker : String_.t option;A string representing the starting point for the next set of revisions. If a value is returned in a response, you can retrieve the next set of revisions by providing the value in the marker parameter and retrying the command. If the marker field is empty, all revisions have already been returned.
*)clusterDbRevisions : ClusterDbRevisionsList.t option;A list of revisions.
*)}and t = {describeClusterDbRevisionsResult : describeClusterDbRevisionsResult;responseMetaData : responseMetaData;}type error = [ | `ClusterNotFoundFault of ClusterNotFoundFault.t| `InvalidClusterStateFault of InvalidClusterStateFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClusterNotFoundFault of unit
| `InvalidClusterStateFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClusterNotFoundFault of unit
| `InvalidClusterStateFault of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of String_.t
| `Timestamp of TStamp.t ])
list ]
list
| `String of String_.t
| `Timestamp of TStamp.t ])
list ]
list
| `String of String_.t ])
list ])
list ]