Values.DeleteDeliveryDestinationRequestSourceDeletes 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.
type nonrec t = {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.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of DeliveryDestinationName.t ]) list ]