Values_1.ModifyDBProxyResponseSourceChanges the settings for an existing DB proxy.
type modifyDBProxyResult = {dBProxy : Values_0.DBProxy.t option;The DBProxy object representing the new settings for the proxy.
*)}type error = [ | `DBProxyAlreadyExistsFault of Values_0.DBProxyAlreadyExistsFault.t| `DBProxyNotFoundFault of Values_0.DBProxyNotFoundFault.t| `InvalidDBProxyStateFault of Values_0.InvalidDBProxyStateFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBProxyAlreadyExistsFault of unit
| `DBProxyNotFoundFault of unit
| `InvalidDBProxyStateFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBProxyAlreadyExistsFault of unit
| `DBProxyNotFoundFault of unit
| `InvalidDBProxyStateFault of unit
| `Unknown_operation_error of string * string option ]val 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
* [> `Enum of string | `String of string ])
list ]
list
| `String of string
| `Timestamp of string ])
list ])
list ])
list ]