| 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.DisassociateSkillGroupFromRoom
Description
Disassociates a skill group from a specified room. This disables all skills in the skill group on all devices in the room.
Synopsis
- disassociateSkillGroupFromRoom :: DisassociateSkillGroupFromRoom
- data DisassociateSkillGroupFromRoom
- dsgfrSkillGroupARN :: Lens' DisassociateSkillGroupFromRoom (Maybe Text)
- dsgfrRoomARN :: Lens' DisassociateSkillGroupFromRoom (Maybe Text)
- disassociateSkillGroupFromRoomResponse :: Int -> DisassociateSkillGroupFromRoomResponse
- data DisassociateSkillGroupFromRoomResponse
- dsgfrrsResponseStatus :: Lens' DisassociateSkillGroupFromRoomResponse Int
Creating a Request
disassociateSkillGroupFromRoom :: DisassociateSkillGroupFromRoom Source #
Creates a value of DisassociateSkillGroupFromRoom with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dsgfrSkillGroupARN- The ARN of the skill group to disassociate from a room. Required.dsgfrRoomARN- The ARN of the room from which the skill group is to be disassociated. Required.
data DisassociateSkillGroupFromRoom Source #
See: disassociateSkillGroupFromRoom smart constructor.
Instances
Request Lenses
dsgfrSkillGroupARN :: Lens' DisassociateSkillGroupFromRoom (Maybe Text) Source #
The ARN of the skill group to disassociate from a room. Required.
dsgfrRoomARN :: Lens' DisassociateSkillGroupFromRoom (Maybe Text) Source #
The ARN of the room from which the skill group is to be disassociated. Required.
Destructuring the Response
disassociateSkillGroupFromRoomResponse Source #
Creates a value of DisassociateSkillGroupFromRoomResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dsgfrrsResponseStatus- -- | The response status code.
data DisassociateSkillGroupFromRoomResponse Source #
See: disassociateSkillGroupFromRoomResponse smart constructor.
Instances
Response Lenses
dsgfrrsResponseStatus :: Lens' DisassociateSkillGroupFromRoomResponse Int Source #
- - | The response status code.