Module Values.LensReviewReportSource

A report of a lens review.

Sourcetype nonrec t = {
  1. lensAlias : LensAlias.t option;
  2. lensArn : LensArn.t option;
    (*

    The ARN for the lens.

    *)
  3. base64String : Base64String.t option;
}
Sourceval make : ?lensAlias:??? -> ?lensArn:??? -> ?base64String:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LensAlias.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