Values.ResultItemSourceThis is an object representing the item returned in the results of a search for a specific resource type.
type nonrec t = {s3ResultItem : S3ResultItem.t option;These are items returned in the search results of an Amazon S3 search.
*)eBSResultItem : EBSResultItem.t option;These are items returned in the search results of an Amazon EBS search.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Long of Long.t
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ])
list ]