| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Chime.Types.Room
Description
Synopsis
Documentation
The Amazon Chime chat room details.
See: newRoom smart constructor.
Constructors
| Room' | |
Fields
| |
Instances
Create a value of Room with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:accountId:Room', room_accountId - The Amazon Chime account ID.
$sel:createdBy:Room', room_createdBy - The identifier of the room creator.
$sel:createdTimestamp:Room', room_createdTimestamp - The room creation timestamp, in ISO 8601 format.
$sel:name:Room', room_name - The room name.
$sel:roomId:Room', room_roomId - The room ID.
$sel:updatedTimestamp:Room', room_updatedTimestamp - The room update timestamp, in ISO 8601 format.