Values.DescribeAddressesRequestSourceReturns a specified number of ADDRESS objects. Calling this API in one of the US regions will return addresses from the list of all addresses associated with this account in all US regions.
type nonrec t = {maxResults : ListLimit.t option;The number of ADDRESS objects to return.
*)nextToken : String_.t option;HTTP requests are stateless. To identify what object comes "next" in the list of ADDRESS objects, you have the option of specifying a value for NextToken as the starting point for your list of returned addresses.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of ListLimit.t | `String of String_.t ]) list ]