Module Values.RebootDbClusterInputSource

Reboots a Timestream for InfluxDB cluster.

Sourcetype nonrec t = {
  1. dbClusterId : DbClusterId.t;
    (*

    Service-generated unique identifier of the DB cluster to reboot.

    *)
  2. instanceIds : RebootDbClusterInputInstanceIdsList.t option;
    (*

    A list of service-generated unique DB Instance Ids belonging to the DB Cluster to reboot.

    *)
}
Sourceval context_ : string
Sourceval make : ?instanceIds:??? -> dbClusterId:DbClusterId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of DbInstanceId.t ] list | `String of DbClusterId.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