Omics.ReferenceStore
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-referencestore.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-referencestore-sseconfig.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-referencestore.html;
val make_properties :
?description:string ->
?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 yojson_of_sse_config :
sse_config ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes