Values.AnnotationStoreVersionItemSourceAnnotation store versions.
type nonrec t = {storeId : ResourceId.t option;The store ID for an annotation store version.
*)id : ResourceId.t option;The annotation store version ID.
*)status : VersionStatus.t option;The status of an annotation store version.
*)versionArn : Arn.t option;The Arn for an annotation store version.
*)name : StoreName.t option;A name given to an annotation store version to distinguish it from others.
*)versionName : VersionName.t option;The name of an annotation store version.
*)description : Description.t option;The description of an annotation store version.
*)creationTime : CreationTime.t option;The time stamp for when an annotation store version was created.
*)updateTime : UpdateTime.t option;The time stamp for when an annotation store version was updated.
*)statusMessage : StatusMessage.t option;The status of an annotation store version.
*)versionSizeBytes : Long.t option;The size of an annotation store version in Bytes.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of Long.t
| `String of ResourceId.t
| `Timestamp of CreationTime.t ])
list ]