Updates a room’s configuration.
Request body
Identifier of the room to be updated. Currently this must be an ARN.
Room name. The value does not need to be unique.
Maximum number of messages per second that can be sent to the room (by all clients). Default: 10.
The maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit applies specifically to rune/code-point count, not number of bytes. Default: 500.
Array of logging-configuration identifiers attached to the room.
Response
Success
Room ARN, from the request (if <code>identifier</code> was an ARN).
Room ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
Room name, from the request (if specified).
Time when the room was created. This is an ISO 8601 timestamp; <i>note that this is returned as a string</i>.
Time of the room’s last update. This is an ISO 8601 timestamp; <i>note that this is returned as a string</i>.
Maximum number of messages per second that can be sent to the room (by all clients), from the request (if specified).
Maximum number of characters in a single message, from the request (if specified).
Tags attached to the resource. Array of maps, each of the form <code>string:string (key:value)</code>.
Array of logging configurations attached to the room, from the request (if specified).