Values.ShareInvitationSourceThe share invitation.
type nonrec t = {workloadId : WorkloadId.t option;lensAlias : LensAlias.t option;lensArn : LensArn.t option;The ARN for the lens.
*)profileArn : ProfileArn.t option;The profile ARN.
*)templateArn : TemplateArn.t option;The review template ARN.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ShareInvitationId.t ]) list ]