Module Values_1.DeleteDBProxyEndpointRequestSource

Deletes 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.

Sourcetype nonrec t = {
  1. dBProxyEndpointName : Values_0.DBProxyEndpointName.t;
    (*

    The name of the DB proxy endpoint to delete.

    *)
}
Sourceval context_ : string
Sourceval make : dBProxyEndpointName:Values_0.DBProxyEndpointName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.DBProxyEndpointName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t