Module Values_1.DescribeValidDBInstanceModificationsResultSource

You can call DescribeValidDBInstanceModifications to learn what modifications you can make to your DB instance. You can use this information when you call ModifyDBInstance. This command doesn't apply to RDS Custom.

Sourcetype describeValidDBInstanceModificationsResult = {
  1. validDBInstanceModificationsMessage : Values_0.ValidDBInstanceModificationsMessage.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. describeValidDBInstanceModificationsResult : describeValidDBInstanceModificationsResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DBInstanceNotFoundFault of Values_0.DBInstanceNotFoundFault.t
  2. | `InvalidDBInstanceStateFault of Values_0.InvalidDBInstanceStateFault.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?validDBInstanceModificationsMessage:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DBInstanceNotFoundFault of unit | `InvalidDBInstanceStateFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DBInstanceNotFoundFault of unit | `InvalidDBInstanceStateFault 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 | `List of [> `Structure of (string * [> `Boolean of bool | `List of [> `Structure of (string * [> `Double of float | `Integer of int ]) list ] list | `String of string ]) list ] list | `Structure of (string * [> `Boolean of bool | `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of bool | `List of [> `Structure of (string * [> `Double of float | `Integer of int ]) list ] list | `String of string ]) list ] list | `String of string ]) list ] list ]) list ]) 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