Module Values.ModifyClusterDbRevisionMessageSource

Modifies the database revision of a cluster. The database revision is a unique revision of the database running in a cluster.

Sourcetype nonrec t = {
  1. clusterIdentifier : String_.t;
    (*

    The unique identifier of a cluster whose database revision you want to modify. Example: examplecluster

    *)
  2. revisionTarget : String_.t;
    (*

    The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions request.

    *)
}
Sourceval context_ : string
Sourceval make : clusterIdentifier:String_.t -> revisionTarget:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) 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