Values_1.DeleteViewVersionRequestSourceDeletes the particular version specified in ViewVersion identifier.
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.
*)viewVersion : ViewVersion.t;The version number of the view.
*)}val make :
instanceId:ViewsInstanceId.t ->
viewId:ViewId.t ->
viewVersion:ViewVersion.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Integer of ViewVersion.t | `String of ViewsInstanceId.t ])
list ]