Values.CreateAnnotationStoreVersionRequestSourceCreates a new version of an annotation store.
type nonrec t = {name : StoreName.t;The name of an annotation store version from which versions are being created.
*)versionName : VersionName.t;The name given to an annotation store version to distinguish it from other versions.
*)description : Description.t option;The description of an annotation store version.
*)versionOptions : VersionOptions.t option;The options for an annotation store version.
*)}val make :
?description:??? ->
?versionOptions:??? ->
?tags:??? ->
name:StoreName.t ->
versionName:VersionName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of StoreName.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Map of
([> `String of SchemaItemKeyString.t ]
* [> `Enum of string ])
list ]
list
| `Map of
([> `Enum of string ]
* [> `String of FormatToHeaderValueString.t ])
list ])
list ])
list ])
list ]