MediaPackage.Assetsee 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 ->
propertiesval make_egress_endpoint :
packaging_configuration_id:string ->
url:string ->
unit ->
egress_endpointval make_tag : value:string -> key:string -> unit -> tagval 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