Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Room = Room' {
- profileArn :: Maybe Text
- providerCalendarId :: Maybe Text
- roomArn :: Maybe Text
- roomName :: Maybe Text
- description :: Maybe Text
- newRoom :: Room
- room_profileArn :: Lens' Room (Maybe Text)
- room_providerCalendarId :: Lens' Room (Maybe Text)
- room_roomArn :: Lens' Room (Maybe Text)
- room_roomName :: Lens' Room (Maybe Text)
- room_description :: Lens' Room (Maybe Text)
Documentation
A room with attributes.
See: newRoom
smart constructor.
Room' | |
|
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: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.
$sel:description:Room'
, room_description
- The description of a room.