Module Values.DeleteDestinationRequestSource

Deletes the specified destination, and eventually disables all the subscription filters that publish to it. This operation does not delete the physical resource encapsulated by the destination.

Sourcetype nonrec t = {
  1. destinationName : DestinationName.t;
    (*

    The name of the destination.

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