AppStream.Usersee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html
type properties = {user_name : string;first_name : string option;message_action : string option;last_name : string option;authentication_type : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html;
val make_properties :
user_name:string ->
?first_name:string ->
?message_action:string ->
?last_name:string ->
authentication_type:string ->
unit ->
propertiesval yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes