Module Omics.ReferenceStore

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-referencestore.html

type sse_config = {
  1. type_ : string;
  2. key_arn : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-referencestore-sseconfig.html

type properties = {
  1. description : string option;
  2. sse_config : sse_config option;
  3. tags : string Stdlib__Map.Make(Stdlib.String).t option;
  4. name : string;
}

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 ]
type attributes = {
  1. ref_ : string;
  2. reference_store_id : string;
  3. creation_time : string;
  4. arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string