Values_1.CreateViewVersionRequestSourcePublishes a new version of the view identifier. Versions are immutable and monotonically increasing. It returns the highest version if there is no change in content compared to that version. An error is displayed if the supplied ViewContentSha256 is different from the ViewContentSha256 of the $LATEST alias.
type nonrec t = {instanceId : ViewsInstanceId.t;The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
*)viewId : ViewId.t;The identifier of the view. Both ViewArn and ViewId can be used.
*)versionDescription : ViewDescription.t option;The description for the version being published.
*)viewContentSha256 : ViewContentSha256.t option;Indicates the checksum value of the latest published view content.
*)}val make :
?versionDescription:??? ->
?viewContentSha256:??? ->
instanceId:ViewsInstanceId.t ->
viewId:ViewId.t ->
unit ->
t