Module Values_1.RebootDBInstanceMessageSource

Sourcetype nonrec t = {
  1. 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.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?forceFailover:??? -> dBInstanceIdentifier:Values_0.String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.BooleanOptional.t | `String of Values_0.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