**To update a room's configuration** The following ``update-room`` example updates the specified room's configuration with the given data. :: aws ivschat update-room \ --identifier "arn:aws:ivschat:us-west-2:12345689012:room/g1H2I3j4k5L6" \ --name "chat-room-a" \ --maximumMessageLength 256 \ --maximumMessageRatePerSecond 5 Output:: { "arn": "arn:aws:ivschat:us-west-2:12345689012:room/g1H2I3j4k5L6", "createTime": "2022-03-16T04:44:09+00:00", "id": "12345689012", "maximumMessageLength": 256, "maximumMessageRatePerSecond": 5, "name": "test-room-1", "tags": {}, "updateTime": "2022-03-16T07:22:09+00:00" } For more information, see `Getting Started with Amazon IVS Chat `__ in the *Amazon Interactive Video Service User Guide*.