Module Values.DeliveryDestinationsSource

Sourcetype nonrec t = DeliveryDestination.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : DeliveryDestination.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of DeliveryDestinationName.t | `Structure of (string * [> `String of Arn.t ]) list ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_json : [> Yojson.Safe.t ] -> DeliveryDestination.t list