Values.GetDeliveryDestinationPolicyRequestSourceRetrieves the delivery destination policy assigned to the delivery destination that you specify. For more information about delivery destinations and their policies, see PutDeliveryDestinationPolicy.
type nonrec t = {deliveryDestinationName : DeliveryDestinationName.t;The name of the delivery destination that you want to retrieve the policy of.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of DeliveryDestinationName.t ]) list ]