Values.DescribeAddressResultSourceTakes an AddressId and returns specific details about that address in the form of an Address object.
type nonrec error = [ | `InvalidResourceException of InvalidResourceException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidResourceException of InvalidResourceException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidResourceException of InvalidResourceException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of AddressId.t ])
list ])
list ]