Module Values.DescribeAddressRequestSource

Takes an AddressId and returns specific details about that address in the form of an Address object.

Sourcetype nonrec t = {
  1. addressId : AddressId.t;
    (*

    The automatically generated ID for a specific address.

    *)
}
Sourceval context_ : string
Sourceval make : addressId:AddressId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AddressId.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