Module Values.StartDBClusterMessageSource

Restarts the stopped cluster that is specified by DBClusterIdentifier. For more information, see Stopping and Starting an Amazon DocumentDB Cluster.

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

    The identifier of the cluster to restart. Example: docdb-2019-05-28-15-24-52

    *)
}
Sourceval context_ : string
Sourceval make : dBClusterIdentifier: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