Values.DeleteDeliveryDestinationPolicyRequestSourceDeletes a delivery destination policy. For more information about these policies, see PutDeliveryDestinationPolicy.
type nonrec t = {deliveryDestinationName : DeliveryDestinationName.t;The name of the delivery destination that you want to delete the policy for.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of DeliveryDestinationName.t ]) list ]