Values.DescribeDeliveryDestinationsRequestSourceRetrieves a list of the delivery destinations that have been created in the account.
type nonrec t = {nextToken : NextToken.t option;limit : DescribeLimit.t option;Optionally specify the maximum number of delivery destinations to return in the response.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of DescribeLimit.t | `String of NextToken.t ])
list ]