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 |
Associates a skill group with a given room. This enables all skills in the associated skill group on all devices in the room.
- associateSkillGroupWithRoom :: AssociateSkillGroupWithRoom
- data AssociateSkillGroupWithRoom
- asgwrSkillGroupARN :: Lens' AssociateSkillGroupWithRoom (Maybe Text)
- asgwrRoomARN :: Lens' AssociateSkillGroupWithRoom (Maybe Text)
- associateSkillGroupWithRoomResponse :: Int -> AssociateSkillGroupWithRoomResponse
- data AssociateSkillGroupWithRoomResponse
- asgwrrsResponseStatus :: Lens' AssociateSkillGroupWithRoomResponse Int
Creating a Request
associateSkillGroupWithRoom :: AssociateSkillGroupWithRoom Source #
Creates a value of AssociateSkillGroupWithRoom
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
asgwrSkillGroupARN
- The ARN of the skill group to associate with a room. Required.asgwrRoomARN
- The ARN of the room with which to associate the skill group. Required.
data AssociateSkillGroupWithRoom Source #
See: associateSkillGroupWithRoom
smart constructor.
Request Lenses
asgwrSkillGroupARN :: Lens' AssociateSkillGroupWithRoom (Maybe Text) Source #
The ARN of the skill group to associate with a room. Required.
asgwrRoomARN :: Lens' AssociateSkillGroupWithRoom (Maybe Text) Source #
The ARN of the room with which to associate the skill group. Required.
Destructuring the Response
associateSkillGroupWithRoomResponse Source #
Creates a value of AssociateSkillGroupWithRoomResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
asgwrrsResponseStatus
- -- | The response status code.
data AssociateSkillGroupWithRoomResponse Source #
See: associateSkillGroupWithRoomResponse
smart constructor.
Response Lenses
asgwrrsResponseStatus :: Lens' AssociateSkillGroupWithRoomResponse Int Source #
- - | The response status code.