Module Values.DeleteDeliveryDestinationRequestSource

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

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

    The name of the delivery destination that you want to delete. You can find a list of delivery destination names by using the DescribeDeliveryDestinations operation.

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