Module Panorama.PackageVersion

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-packageversion.html

type properties = {
  1. updated_latest_patch_version : string option;
  2. patch_version : string;
  3. mark_latest : bool option;
  4. package_id : string;
  5. owner_account : string option;
  6. package_version : string;
}

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

val make_properties : ?updated_latest_patch_version:string -> patch_version:string -> ?mark_latest:bool -> package_id:string -> ?owner_account:string -> package_version:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. status : string;
  3. package_name : string;
  4. status_description : string;
  5. package_arn : string;
  6. registered_time : int;
}
val create_attributes : string -> attributes
val cloudformation_type : string