Module Values.CreateAnnotationStoreRequestSource

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 an annotation store.

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

    The genome reference for the store's annotations.

    *)
  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. versionName : VersionName.t option;
    (*

    The name given to an annotation store version to distinguish it from other versions.

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

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

    *)
  7. storeFormat : StoreFormat.t;
    (*

    The annotation file format of the store.

    *)
  8. storeOptions : StoreOptions.t option;
    (*

    File parsing options for the annotation store.

    *)
}
Sourceval context_ : string
Sourceval make : ?reference:??? -> ?name:??? -> ?description:??? -> ?tags:??? -> ?versionName:??? -> ?sseConfig:??? -> ?storeOptions:??? -> storeFormat:StoreFormat.t -> unit -> t
Sourceval 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 ]
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