Values.RedactRoomMessageRequestSourceRedacts the specified message from the specified Amazon Chime channel.
type nonrec t = {accountId : NonEmptyString.t;The Amazon Chime account ID.
*)roomId : NonEmptyString.t;The room ID.
*)messageId : NonEmptyString.t;The message ID.
*)}val make :
accountId:NonEmptyString.t ->
roomId:NonEmptyString.t ->
messageId:NonEmptyString.t ->
unit ->
t