IVSChat.Room
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivschat-room.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivschat-room-messagereviewhandler.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
type properties = {
maximum_message_rate_per_second : int option;
maximum_message_length : int option;
message_review_handler : message_review_handler option;
logging_configuration_identifiers : string list option;
name : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivschat-room.html;
val make_properties :
?maximum_message_rate_per_second:int ->
?maximum_message_length:int ->
?message_review_handler:message_review_handler ->
?logging_configuration_identifiers:string list ->
?tags:tag list ->
?name:string ->
unit ->
properties
val make_message_review_handler :
?fallback_result:string ->
?uri:string ->
unit ->
message_review_handler
val make_tag : value:string -> key:string -> unit -> tag
val yojson_of_message_review_handler :
message_review_handler ->
[> `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