Values.DescribeAddressesResultSourceReturns 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 = {addresses : AddressList.t option;The Snow device shipping addresses that were created for this account.
*)nextToken : String_.t option;HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.
*)}type nonrec error = [ | `InvalidNextTokenException of InvalidNextTokenException.t| `InvalidResourceException of InvalidResourceException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidNextTokenException of InvalidNextTokenException.t
| `InvalidResourceException of InvalidResourceException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidNextTokenException of InvalidNextTokenException.t
| `InvalidResourceException of InvalidResourceException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of AddressId.t ])
list ]
list
| `String of String_.t ])
list ]