Values.LensSummarySourceA lens summary of a lens.
type nonrec t = {lensArn : LensArn.t option;The ARN of the lens.
*)lensAlias : LensAlias.t option;lensName : LensName.t option;lensType : LensType.t option;The type of the lens.
*)description : LensDescription.t option;createdAt : Timestamp.t option;updatedAt : Timestamp.t option;lensVersion : LensVersion.t option;The version of the lens.
*)owner : AwsAccountId.t option;lensStatus : LensStatus.t option;The status of the lens.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of LensArn.t
| `Timestamp of Timestamp.t ])
list ]