| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.AlexaBusiness.UpdateRoom
Description
Updates room details by room ARN.
Synopsis
- updateRoom :: UpdateRoom
- data UpdateRoom
- urProfileARN :: Lens' UpdateRoom (Maybe Text)
- urProviderCalendarId :: Lens' UpdateRoom (Maybe Text)
- urRoomARN :: Lens' UpdateRoom (Maybe Text)
- urRoomName :: Lens' UpdateRoom (Maybe Text)
- urDescription :: Lens' UpdateRoom (Maybe Text)
- updateRoomResponse :: Int -> UpdateRoomResponse
- data UpdateRoomResponse
- urrsResponseStatus :: Lens' UpdateRoomResponse Int
Creating a Request
updateRoom :: UpdateRoom Source #
Creates a value of UpdateRoom with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
urProfileARN- The updated profile ARN for the room.urProviderCalendarId- The updated provider calendar ARN for the room.urRoomARN- The ARN of the room to update.urRoomName- The updated name for the room.urDescription- The updated description for the room.
data UpdateRoom Source #
See: updateRoom smart constructor.
Instances
Request Lenses
urProfileARN :: Lens' UpdateRoom (Maybe Text) Source #
The updated profile ARN for the room.
urProviderCalendarId :: Lens' UpdateRoom (Maybe Text) Source #
The updated provider calendar ARN for the room.
urRoomName :: Lens' UpdateRoom (Maybe Text) Source #
The updated name for the room.
urDescription :: Lens' UpdateRoom (Maybe Text) Source #
The updated description for the room.
Destructuring the Response
Arguments
| :: Int | |
| -> UpdateRoomResponse |
Creates a value of UpdateRoomResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
urrsResponseStatus- -- | The response status code.
data UpdateRoomResponse Source #
See: updateRoomResponse smart constructor.
Instances
Response Lenses
urrsResponseStatus :: Lens' UpdateRoomResponse Int Source #
- - | The response status code.