Module Smaws_Client_RDS.ModifyDBProxyEndpoint

Changes the settings for an existing DB proxy endpoint.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `DBProxyEndpointAlreadyExistsFault of Types.db_proxy_endpoint_already_exists_fault | `DBProxyEndpointNotFoundFault of Types.db_proxy_endpoint_not_found_fault | `InvalidDBProxyEndpointStateFault of Types.invalid_db_proxy_endpoint_state_fault | `InvalidDBProxyStateFault of Types.invalid_db_proxy_state_fault ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.modify_db_proxy_endpoint_request -> (Types.modify_db_proxy_endpoint_response, [> Smaws_Lib.Protocols.AwsQuery.error | `DBProxyEndpointAlreadyExistsFault of Types.db_proxy_endpoint_already_exists_fault | `DBProxyEndpointNotFoundFault of Types.db_proxy_endpoint_not_found_fault | `InvalidDBProxyEndpointStateFault of Types.invalid_db_proxy_endpoint_state_fault | `InvalidDBProxyStateFault of Types.invalid_db_proxy_state_fault ]) Stdlib.result