Amazon Chime

2020/05/18 - Amazon Chime - 2 new api methods

Changes  Update chime client to latest version

RedactConversationMessage (new) Link ¶

Redacts the specified message from the specified Amazon Chime conversation.

See also: AWS API Documentation

Request Syntax

client.redact_conversation_message(
    AccountId='string',
    ConversationId='string',
    MessageId='string'
)
type AccountId:

string

param AccountId:

[REQUIRED]

The Amazon Chime account ID.

type ConversationId:

string

param ConversationId:

[REQUIRED]

The conversation ID.

type MessageId:

string

param MessageId:

[REQUIRED]

The message ID.

rtype:

dict

returns:

Response Syntax

{}

Response Structure

  • (dict) --

RedactRoomMessage (new) Link ¶

Redacts the specified message from the specified Amazon Chime chat room.

See also: AWS API Documentation

Request Syntax

client.redact_room_message(
    AccountId='string',
    RoomId='string',
    MessageId='string'
)
type AccountId:

string

param AccountId:

[REQUIRED]

The Amazon Chime account ID.

type RoomId:

string

param RoomId:

[REQUIRED]

The room ID.

type MessageId:

string

param MessageId:

[REQUIRED]

The message ID.

rtype:

dict

returns:

Response Syntax

{}

Response Structure

  • (dict) --