Values_1.DeleteDBProxyEndpointResponseSourceDeletes a DBProxyEndpoint. Doing so removes the ability to access the DB proxy using the endpoint that you defined. The endpoint that you delete might have provided capabilities such as read/write or read-only operations, or using a different VPC than the DB proxy's default VPC.
type deleteDBProxyEndpointResult = {dBProxyEndpoint : Values_0.DBProxyEndpoint.t option;The data structure representing the details of the DB proxy endpoint that you delete.
*)}and t = {deleteDBProxyEndpointResult : deleteDBProxyEndpointResult;responseMetaData : responseMetaData;}type error = [ | `DBProxyEndpointNotFoundFault of Values_0.DBProxyEndpointNotFoundFault.t| `InvalidDBProxyEndpointStateFault of
Values_0.InvalidDBProxyEndpointStateFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBProxyEndpointNotFoundFault of unit
| `InvalidDBProxyEndpointStateFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBProxyEndpointNotFoundFault of unit
| `InvalidDBProxyEndpointStateFault of unit
| `Unknown_operation_error of string * string option ]