Module Values.CreateVariantStoreRequestSource

Amazon 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.

Sourcetype nonrec t = {
  1. reference : ReferenceItem.t;
    (*

    The genome reference for the store's variants.

    *)
  2. name : StoreName.t option;
    (*

    A name for the store.

    *)
  3. description : Description.t option;
    (*

    A description for the store.

    *)
  4. tags : TagMap.t option;
    (*

    Tags for the store.

    *)
  5. sseConfig : SseConfig.t option;
    (*

    Server-side encryption (SSE) settings for the store.

    *)
}
Sourceval context_ : string
Sourceval make : ?name:??? -> ?description:??? -> ?tags:??? -> ?sseConfig:??? -> reference:ReferenceItem.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t