Module Athena.PreparedStatement

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-preparedstatement.html

type properties = {
  1. statement_name : string;
  2. work_group : string;
  3. description : string option;
  4. query_statement : string;
}

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

val make_properties : statement_name:string -> work_group:string -> ?description:string -> query_statement:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string