Omics.VariantStore
see 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 ->
properties
val make_sse_config : type_:string -> ?key_arn:string -> unit -> sse_config
val make_reference_item : reference_arn:string -> unit -> reference_item
val 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