| 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.AlexaBusiness.Types.Room
Description
Synopsis
- data Room = Room' {
- description :: Maybe Text
- profileArn :: Maybe Text
- providerCalendarId :: Maybe Text
- roomArn :: Maybe Text
- roomName :: Maybe Text
- newRoom :: Room
- room_description :: Lens' Room (Maybe Text)
- room_profileArn :: Lens' Room (Maybe Text)
- room_providerCalendarId :: Lens' Room (Maybe Text)
- room_roomArn :: Lens' Room (Maybe Text)
- room_roomName :: Lens' Room (Maybe Text)
Documentation
A room with attributes.
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:description:Room', room_description - The description of a room.
$sel:profileArn:Room', room_profileArn - The profile ARN of a room.
$sel:providerCalendarId:Room', room_providerCalendarId - The provider calendar ARN of a room.
$sel:roomArn:Room', room_roomArn - The ARN of a room.
$sel:roomName:Room', room_roomName - The name of a room.