Values.CreateRoomRequestSourceCreates a chat room for the specified Amazon Chime Enterprise account.
type nonrec t = {accountId : NonEmptyString.t;The Amazon Chime account ID.
*)name : SensitiveString.t;The room name.
*)clientRequestToken : ClientRequestToken.t option;The idempotency token for the request.
*)}val make :
?clientRequestToken:??? ->
accountId:NonEmptyString.t ->
name:SensitiveString.t ->
unit ->
t