Values.DescribeDestinationsRequestSourceLists all your destinations. The results are ASCII-sorted by destination name.
type nonrec t = {destinationNamePrefix : DestinationName.t option;The prefix to match. If you don't specify a value, no prefix filter is applied.
*)nextToken : NextToken.t option;The token for the next set of items to return. (You received this token from a previous call.)
*)limit : DescribeLimit.t option;The maximum number of items returned. If you don't specify a value, the default maximum value of 50 items is used.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of DescribeLimit.t | `String of DestinationName.t ])
list ]