Module Values.DescribeDeliveryDestinationsRequestSource

Retrieves a list of the delivery destinations that have been created in the account.

Sourcetype nonrec t = {
  1. nextToken : NextToken.t option;
  2. limit : DescribeLimit.t option;
    (*

    Optionally specify the maximum number of delivery destinations to return in the response.

    *)
}
Sourceval make : ?nextToken:??? -> ?limit:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of DescribeLimit.t | `String of NextToken.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t