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 RoomData = RoomData' {
- profileArn :: Maybe Text
- providerCalendarId :: Maybe Text
- profileName :: Maybe Text
- roomArn :: Maybe Text
- roomName :: Maybe Text
- description :: Maybe Text
- newRoomData :: RoomData
- roomData_profileArn :: Lens' RoomData (Maybe Text)
- roomData_providerCalendarId :: Lens' RoomData (Maybe Text)
- roomData_profileName :: Lens' RoomData (Maybe Text)
- roomData_roomArn :: Lens' RoomData (Maybe Text)
- roomData_roomName :: Lens' RoomData (Maybe Text)
- roomData_description :: Lens' RoomData (Maybe Text)
Documentation
The data of a room.
See: newRoomData
smart constructor.
RoomData' | |
|
Instances
newRoomData :: RoomData Source #
Create a value of RoomData
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:RoomData'
, roomData_profileArn
- The profile ARN of a room.
$sel:providerCalendarId:RoomData'
, roomData_providerCalendarId
- The provider calendar ARN of a room.
$sel:profileName:RoomData'
, roomData_profileName
- The profile name of a room.
$sel:roomArn:RoomData'
, roomData_roomArn
- The ARN of a room.
$sel:roomName:RoomData'
, roomData_roomName
- The name of a room.
$sel:description:RoomData'
, roomData_description
- The description of a room.