Values.RebootDbClusterInputSourceReboots a Timestream for InfluxDB cluster.
type nonrec t = {dbClusterId : DbClusterId.t;Service-generated unique identifier of the DB cluster to reboot.
*)instanceIds : RebootDbClusterInputInstanceIdsList.t option;A list of service-generated unique DB Instance Ids belonging to the DB Cluster to reboot.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of DbInstanceId.t ] list
| `String of DbClusterId.t ])
list ]