Values.ModifyClusterDbRevisionMessageSourceModifies the database revision of a cluster. The database revision is a unique revision of the database running in a cluster.
type nonrec t = {clusterIdentifier : String_.t;The unique identifier of a cluster whose database revision you want to modify. Example: examplecluster
*)revisionTarget : String_.t;The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions request.
*)}