Values.LensSourceA lens return object.
type nonrec t = {lensArn : LensArn.t option;The ARN of a lens.
*)lensVersion : LensVersion.t option;The version of a lens.
*)name : LensName.t option;description : LensDescription.t option;owner : LensOwner.t option;The Amazon Web Services account ID that owns the lens.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of LensArn.t ])
list ]