Values_1.ModifyDBProxyEndpointResponseSourceChanges the settings for an existing DB proxy endpoint.
type modifyDBProxyEndpointResult = {dBProxyEndpoint : Values_0.DBProxyEndpoint.t option;The DBProxyEndpoint object representing the new settings for the DB proxy endpoint.
*)}and t = {modifyDBProxyEndpointResult : modifyDBProxyEndpointResult;responseMetaData : responseMetaData;}type error = [ | `DBProxyEndpointAlreadyExistsFault of
Values_0.DBProxyEndpointAlreadyExistsFault.t| `DBProxyEndpointNotFoundFault of Values_0.DBProxyEndpointNotFoundFault.t| `InvalidDBProxyEndpointStateFault of
Values_0.InvalidDBProxyEndpointStateFault.t| `InvalidDBProxyStateFault of Values_0.InvalidDBProxyStateFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBProxyEndpointAlreadyExistsFault of unit
| `DBProxyEndpointNotFoundFault of unit
| `InvalidDBProxyEndpointStateFault of unit
| `InvalidDBProxyStateFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBProxyEndpointAlreadyExistsFault of unit
| `DBProxyEndpointNotFoundFault of unit
| `InvalidDBProxyEndpointStateFault of unit
| `InvalidDBProxyStateFault of unit
| `Unknown_operation_error of string * string option ]