Values.DeleteAnnotationStoreVersionsRequestSourceDeletes one or multiple versions of an annotation store.
type nonrec t = {name : String_.t;The name of the annotation store from which versions are being deleted.
*)versions : VersionList.t;The versions of an annotation store to be deleted.
*)force : PrimitiveBoolean.t option;Forces the deletion of an annotation store version when imports are in-progress..
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of PrimitiveBoolean.t
| `List of [> `String of VersionName.t ] list
| `String of String_.t ])
list ]