Values.DescribeValidDBInstanceModificationsResultSourceYou can call DescribeValidDBInstanceModifications to learn what modifications you can make to your DB instance. You can use this information when you call ModifyDBInstance.
type describeValidDBInstanceModificationsResult = {validDBInstanceModificationsMessage : ValidDBInstanceModificationsMessage.t
option;}and t = {describeValidDBInstanceModificationsResult : describeValidDBInstanceModificationsResult;responseMetaData : responseMetaData;}type error = [ | `DBInstanceNotFoundFault of DBInstanceNotFoundFault.t| `InvalidDBInstanceStateFault of InvalidDBInstanceStateFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBInstanceNotFoundFault of unit
| `InvalidDBInstanceStateFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBInstanceNotFoundFault of unit
| `InvalidDBInstanceStateFault of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of Double.t
| `Integer of Integer.t ])
list ]
list
| `String of String_.t ])
list ]
list ])
list ])
list ])
list ]