Module Values_1.RebootDBInstanceResultSource

You might need to reboot your DB instance, usually for maintenance reasons. For example, if you make certain modifications, or if you change the DB parameter group associated with the DB instance, you must reboot the instance for the changes to take effect. Rebooting a DB instance restarts the database engine service. Rebooting a DB instance results in a momentary outage, during which the DB instance status is set to rebooting. For more information about rebooting, see Rebooting a DB Instance in the Amazon RDS User Guide. This command doesn't apply to RDS Custom. If your DB instance is part of a Multi-AZ DB cluster, you can reboot the DB cluster with the RebootDBCluster operation.

Sourcetype rebootDBInstanceResult = {
  1. dBInstance : Values_0.DBInstance.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. rebootDBInstanceResult : rebootDBInstanceResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DBInstanceNotFoundFault of Values_0.DBInstanceNotFoundFault.t
  2. | `InvalidDBInstanceStateFault of Values_0.InvalidDBInstanceStateFault.t
  3. | `KMSKeyNotAccessibleFault of Values_0.KMSKeyNotAccessibleFault.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?dBInstance:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DBInstanceNotFoundFault of unit | `InvalidDBInstanceStateFault of unit | `KMSKeyNotAccessibleFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DBInstanceNotFoundFault of unit | `InvalidDBInstanceStateFault of unit | `KMSKeyNotAccessibleFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Boolean of bool | `Enum of string | `Integer of int | `List of [> `String of string | `Structure of (string * [> `Boolean of bool | `Integer of int | `List of [> `String of string ] list | `String of string ]) list ] list | `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `Integer of int | `List of [> `String of string | `Structure of (string * [> `Integer of int | `String of string | `Structure of (string * [> `String of string ]) list ]) list ] list | `String of string | `Structure of (string * [> `List of [> `String of string ] list ]) list | `Timestamp of string ]) list | `Timestamp of string ]) list ]) list ]) 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