Module CloudFormation.ModuleVersion

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-moduleversion.html

type properties = {
  1. module_package : string;
  2. module_name : string;
}

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

val make_properties : module_package:string -> module_name:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. time_created : string;
  3. version_id : string;
  4. description : string;
  5. schema : string;
  6. visibility : string;
  7. arn : string;
  8. documentation_url : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string