Module Values.DescribeValidDBInstanceModificationsMessageSource

You can call DescribeValidDBInstanceModifications to learn what modifications you can make to your DB instance. You can use this information when you call ModifyDBInstance.

Sourcetype nonrec t = {
  1. dBInstanceIdentifier : String_.t;
    (*

    The customer identifier or the ARN of your DB instance.

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