Values.UpdateAnnotationStoreVersionResponseSourceUpdates the description of an annotation store version.
type nonrec t = {storeId : ResourceId.t option;The annotation store ID.
*)id : ResourceId.t option;The annotation store version ID.
*)status : VersionStatus.t option;The status of an annotation store version.
*)name : StoreName.t option;The name of an annotation store.
*)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.
*)}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
| `String of ResourceId.t
| `Timestamp of CreationTime.t ])
list ]