AppStream.AppBlocksee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-appblock.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-appblock-s3location.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
and script_details = {timeout_in_seconds : int;script_s3_location : s3_location;executable_path : string;executable_parameters : string option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-appblock-scriptdetails.html
type properties = {setup_script_details : script_details option;description : string option;post_setup_script_details : script_details option;display_name : string option;source_s3_location : s3_location;packaging_type : string option;name : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-appblock.html;
val make_properties :
?setup_script_details:script_details ->
?description:string ->
?post_setup_script_details:script_details ->
?display_name:string ->
source_s3_location:s3_location ->
?tags:tag list ->
?packaging_type:string ->
name:string ->
unit ->
propertiesval make_s3_location :
s3_bucket:string ->
?s3_key:string ->
unit ->
s3_locationval make_tag : value:string -> key:string -> unit -> tagval make_script_details :
timeout_in_seconds:int ->
script_s3_location:s3_location ->
executable_path:string ->
?executable_parameters:string ->
unit ->
script_detailsval yojson_of_s3_location : s3_location -> Yojson.Safe.tval yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_script_details :
script_details ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes