Omics.VariantStoresee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-variantstore.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-variantstore-sseconfig.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-variantstore-referenceitem.html
type properties = {description : string option;reference : reference_item;sse_config : sse_config option;name : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-variantstore.html;
val make_properties :
?description:string ->
reference:reference_item ->
?sse_config:sse_config ->
?tags:string Stdlib__Map.Make(Stdlib.String).t ->
name:string ->
unit ->
propertiesval make_sse_config : type_:string -> ?key_arn:string -> unit -> sse_configval make_reference_item : reference_arn:string -> unit -> reference_itemval yojson_of_sse_config :
sse_config ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_reference_item :
reference_item ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes