Module Values.ItemResponseSource

Details for the requested item.

Sourcetype nonrec t = {
  1. item : AttributeMap.t option;
    (*

    Map of attribute data consisting of the data type and attribute value.

    *)
}
Sourceval make : ?item:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of AttributeName.t ] * Awso.Botodata.value) list ]) 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