Values_1.DeleteDBProxyEndpointRequestSourceDeletes 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 nonrec t = {dBProxyEndpointName : Values_0.DBProxyEndpointName.t;The name of the DB proxy endpoint to delete.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.DBProxyEndpointName.t ]) list ]