Module Values.DeleteEndpointRequestSource

Delete an existing global endpoint. For more information about global endpoints, see Making applications Regional-fault tolerant with global endpoints and event replication in the Amazon EventBridge User Guide .

Sourcetype nonrec t = {
  1. name : EndpointName.t;
    (*

    The name of the endpoint you want to delete. For example, "Name":"us-east-2-custom_bus_A-endpoint"..

    *)
}
Sourceval context_ : string
Sourceval make : name:EndpointName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of EndpointName.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