Module Values_1.DeleteDBProxyEndpointResponseSource

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 deleteDBProxyEndpointResult = {
  1. dBProxyEndpoint : Values_0.DBProxyEndpoint.t option;
    (*

    The data structure representing the details of the DB proxy endpoint that you delete.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. deleteDBProxyEndpointResult : deleteDBProxyEndpointResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DBProxyEndpointNotFoundFault of Values_0.DBProxyEndpointNotFoundFault.t
  2. | `InvalidDBProxyEndpointStateFault of Values_0.InvalidDBProxyEndpointStateFault.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?dBProxyEndpoint:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DBProxyEndpointNotFoundFault of unit | `InvalidDBProxyEndpointStateFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DBProxyEndpointNotFoundFault of unit | `InvalidDBProxyEndpointStateFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Boolean of bool | `Enum of string | `List of [> `String of string ] list | `String of string | `Timestamp of string ]) list ]) list ]) 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