Panorama.Package
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-package.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
and storage_location = {
repo_prefix_location : string option;
generated_prefix_location : string option;
binary_prefix_location : string option;
bucket : string option;
manifest_prefix_location : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-package.html;
val make_properties :
package_name:string ->
?storage_location:storage_location ->
?tags:tag list ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_storage_location :
?repo_prefix_location:string ->
?generated_prefix_location:string ->
?binary_prefix_location:string ->
?bucket:string ->
?manifest_prefix_location:string ->
unit ->
storage_location
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_storage_location :
storage_location ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
ref_ : string;
created_time : int;
storage_location__manifest_prefix_location : string;
storage_location__generated_prefix_location : string;
storage_location__binary_prefix_location : string;
package_id : string;
arn : string;
storage_location__bucket : string;
storage_location__repo_prefix_location : string;
}
val create_attributes : string -> attributes