Values_1.RebootDBInstanceMessageSourcetype nonrec t = {dBInstanceIdentifier : Values_0.String_.t;The DB instance identifier. This parameter is stored as a lowercase string. Constraints: Must match the identifier of an existing DBInstance.
*)forceFailover : Values_0.BooleanOptional.t option;Specifies whether the reboot is conducted through a Multi-AZ failover. Constraint: You can't enable force failover if the instance isn't configured for Multi-AZ.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.BooleanOptional.t
| `String of Values_0.String_.t ])
list ]