| 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.UpdateSkillGroup
Description
Updates skill group details by skill group ARN.
Synopsis
- updateSkillGroup :: UpdateSkillGroup
- data UpdateSkillGroup
- usgSkillGroupARN :: Lens' UpdateSkillGroup (Maybe Text)
- usgDescription :: Lens' UpdateSkillGroup (Maybe Text)
- usgSkillGroupName :: Lens' UpdateSkillGroup (Maybe Text)
- updateSkillGroupResponse :: Int -> UpdateSkillGroupResponse
- data UpdateSkillGroupResponse
- usgrsResponseStatus :: Lens' UpdateSkillGroupResponse Int
Creating a Request
updateSkillGroup :: UpdateSkillGroup Source #
Creates a value of UpdateSkillGroup with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
usgSkillGroupARN- The ARN of the skill group to update.usgDescription- The updated description for the skill group.usgSkillGroupName- The updated name for the skill group.
data UpdateSkillGroup Source #
See: updateSkillGroup smart constructor.
Instances
Request Lenses
usgSkillGroupARN :: Lens' UpdateSkillGroup (Maybe Text) Source #
The ARN of the skill group to update.
usgDescription :: Lens' UpdateSkillGroup (Maybe Text) Source #
The updated description for the skill group.
usgSkillGroupName :: Lens' UpdateSkillGroup (Maybe Text) Source #
The updated name for the skill group.
Destructuring the Response
updateSkillGroupResponse Source #
Arguments
| :: Int | |
| -> UpdateSkillGroupResponse |
Creates a value of UpdateSkillGroupResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
usgrsResponseStatus- -- | The response status code.
data UpdateSkillGroupResponse Source #
See: updateSkillGroupResponse smart constructor.
Instances
Response Lenses
usgrsResponseStatus :: Lens' UpdateSkillGroupResponse Int Source #
- - | The response status code.