Values.CreateLensVersionInputSourceCreate a new lens version. A lens can have up to 100 versions. Use this operation to publish a new lens version after you have imported a lens. The LensAlias is used to identify the lens to be published. The owner of a lens can share the lens with other Amazon Web Services accounts and users in the same Amazon Web Services Region. Only the owner of a lens can delete it.
type nonrec t = {lensAlias : LensAlias.t;lensVersion : LensVersion.t;The version of the lens being created.
*)isMajorVersion : IsMajorVersion.t option;Set to true if this new major lens version.
*)clientRequestToken : ClientRequestToken.t;}val make :
?isMajorVersion:??? ->
lensAlias:LensAlias.t ->
lensVersion:LensVersion.t ->
clientRequestToken:ClientRequestToken.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Boolean of IsMajorVersion.t | `String of LensAlias.t ])
list ]