Panorama.PackageVersionsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-packageversion.html
type properties = {updated_latest_patch_version : string option;patch_version : string;mark_latest : bool option;package_id : string;owner_account : string option;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 ->
propertiesval yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes