Values_1.CreateDBProxyResponseSourceCreates a new DB proxy.
type createDBProxyResult = {dBProxy : Values_0.DBProxy.t option;The DBProxy structure corresponding to the new proxy.
*)}type error = [ | `DBProxyAlreadyExistsFault of Values_0.DBProxyAlreadyExistsFault.t| `DBProxyQuotaExceededFault of Values_0.DBProxyQuotaExceededFault.t| `InvalidSubnet of Values_0.InvalidSubnet.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBProxyAlreadyExistsFault of unit
| `DBProxyQuotaExceededFault of unit
| `InvalidSubnet of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBProxyAlreadyExistsFault of unit
| `DBProxyQuotaExceededFault of unit
| `InvalidSubnet 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 ]