Values.CreateVariantStoreRequestSourceAmazon 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 a variant store.
type nonrec t = {reference : ReferenceItem.t;The genome reference for the store's variants.
*)name : StoreName.t option;A name for the store.
*)description : Description.t option;A description for the store.
*)sseConfig : SseConfig.t option;Server-side encryption (SSE) settings for the store.
*)}val make :
?name:??? ->
?description:??? ->
?tags:??? ->
?sseConfig:??? ->
reference:ReferenceItem.t ->
unit ->
tval to_value :
t ->
[> `Structure 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 ]) list ])
list ]