Values.CreateAnnotationStoreResponseSourceAmazon Web Services HealthOmics variant stores and annotation stores are no longer open to new customers. Existing customers can continue to use the service as normal. For more information, see Amazon Web Services HealthOmics variant store and annotation store availability change. Creates an annotation store.
type nonrec t = {id : ResourceId.t option;The store's ID.
*)reference : ReferenceItem.t option;The store's genome reference. Required for all stores except TSV format with generic annotations.
*)storeFormat : StoreFormat.t option;The annotation file format of the store.
*)storeOptions : StoreOptions.t option;The store's file parsing options.
*)status : StoreStatus.t option;The store's status.
*)name : String_.t option;The store's name.
*)versionName : VersionName.t option;The name given to an annotation store version to distinguish it from other versions.
*)creationTime : CreationTime.t option;When the store was created.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.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
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.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
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.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
| `Structure of
(string
* [> `String of ReferenceArn.t
| `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 ]