Module Personalize.Schema

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-personalize-schema.html

type properties = {
  1. schema : string;
  2. domain : string option;
  3. name : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-personalize-schema.html;

val make_properties : schema:string -> ?domain:string -> name:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. schema_arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string