Module Values.DeleteDeliverySourceRequestSource

Deletes a delivery source. A delivery is a connection between a logical delivery source and a logical delivery destination. You can't delete a delivery source if any current deliveries are associated with it. To find whether any deliveries are associated with this delivery source, use the DescribeDeliveries operation and check the deliverySourceName field in the results.

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

    The name of the delivery source that you want to delete.

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