Smaws_Client_RDS.DeleteDBProxyEndpointDeletes 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `DBProxyEndpointNotFoundFault of Types.db_proxy_endpoint_not_found_fault
| `InvalidDBProxyEndpointStateFault of
Types.invalid_db_proxy_endpoint_state_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_db_proxy_endpoint_request ->
(Types.delete_db_proxy_endpoint_response,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBProxyEndpointNotFoundFault of Types.db_proxy_endpoint_not_found_fault
| `InvalidDBProxyEndpointStateFault of
Types.invalid_db_proxy_endpoint_state_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.delete_db_proxy_endpoint_request ->
(Types.delete_db_proxy_endpoint_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBProxyEndpointNotFoundFault of Types.db_proxy_endpoint_not_found_fault
| `InvalidDBProxyEndpointStateFault of
Types.invalid_db_proxy_endpoint_state_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result