Values.GetAnnotationStoreVersionResponseSourceRetrieves the metadata for an annotation store version.
type nonrec t = {storeId : ResourceId.t option;The store ID for 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 the annotation store.
*)name : StoreName.t option;The name of the annotation store.
*)versionName : VersionName.t option;The name given to an annotation store version to distinguish it from others.
*)description : Description.t option;The description for 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.
*)versionOptions : VersionOptions.t option;The options for an annotation store version.
*)statusMessage : StatusMessage.t option;The status of an annotation store version.
*)versionSizeBytes : Long.t option;The size of the annotation store version in Bytes.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of Long.t
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ResourceId.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
| `Timestamp of CreationTime.t ])
list ]