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