MediaPackage.Asset
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackage-asset.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-asset-egressendpoint.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
type properties = {
source_arn : string;
resource_id : string option;
id : string;
packaging_group_id : string;
egress_endpoints : egress_endpoint list option;
source_role_arn : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackage-asset.html;
val make_properties :
source_arn:string ->
?resource_id:string ->
id:string ->
packaging_group_id:string ->
?egress_endpoints:egress_endpoint list ->
?tags:tag list ->
source_role_arn:string ->
unit ->
properties
val make_egress_endpoint :
packaging_configuration_id:string ->
url:string ->
unit ->
egress_endpoint
val make_tag : value:string -> key:string -> unit -> tag
val yojson_of_egress_endpoint :
egress_endpoint ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes