Values.CreateAnnotationStoreRequestSourceAmazon 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 = {reference : ReferenceItem.t option;The genome reference for the store's annotations.
*)name : StoreName.t option;A name for the store.
*)description : Description.t option;A description for the store.
*)versionName : VersionName.t option;The name given to an annotation store version to distinguish it from other versions.
*)sseConfig : SseConfig.t option;Server-side encryption (SSE) settings for the store.
*)storeFormat : StoreFormat.t;The annotation file format of the store.
*)storeOptions : StoreOptions.t option;File parsing options for the annotation store.
*)}val make :
?reference:??? ->
?name:??? ->
?description:??? ->
?tags:??? ->
?versionName:??? ->
?sseConfig:??? ->
?storeOptions:??? ->
storeFormat:StoreFormat.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of StoreName.t
| `Structure of
(string
* [> `Enum 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 ])
list ]