Module Values.DeleteDeliveryRequestSource

Deletes a delivery. A delivery is a connection between a logical delivery source and a logical delivery destination. Deleting a delivery only deletes the connection between the delivery source and delivery destination. It does not delete the delivery destination or the delivery source.

Sourcetype nonrec t = {
  1. id : DeliveryId.t;
    (*

    The unique ID of the delivery to delete. You can find the ID of a delivery with the DescribeDeliveries operation.

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