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 |
Updates skill group details by skill group ARN.
Synopsis
- data UpdateSkillGroup = UpdateSkillGroup' {}
- newUpdateSkillGroup :: UpdateSkillGroup
- updateSkillGroup_skillGroupArn :: Lens' UpdateSkillGroup (Maybe Text)
- updateSkillGroup_description :: Lens' UpdateSkillGroup (Maybe Text)
- updateSkillGroup_skillGroupName :: Lens' UpdateSkillGroup (Maybe Text)
- data UpdateSkillGroupResponse = UpdateSkillGroupResponse' {
- httpStatus :: Int
- newUpdateSkillGroupResponse :: Int -> UpdateSkillGroupResponse
- updateSkillGroupResponse_httpStatus :: Lens' UpdateSkillGroupResponse Int
Creating a Request
data UpdateSkillGroup Source #
See: newUpdateSkillGroup
smart constructor.
UpdateSkillGroup' | |
|
Instances
newUpdateSkillGroup :: UpdateSkillGroup Source #
Create a value of UpdateSkillGroup
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:skillGroupArn:UpdateSkillGroup'
, updateSkillGroup_skillGroupArn
- The ARN of the skill group to update.
$sel:description:UpdateSkillGroup'
, updateSkillGroup_description
- The updated description for the skill group.
$sel:skillGroupName:UpdateSkillGroup'
, updateSkillGroup_skillGroupName
- The updated name for the skill group.
Request Lenses
updateSkillGroup_skillGroupArn :: Lens' UpdateSkillGroup (Maybe Text) Source #
The ARN of the skill group to update.
updateSkillGroup_description :: Lens' UpdateSkillGroup (Maybe Text) Source #
The updated description for the skill group.
updateSkillGroup_skillGroupName :: Lens' UpdateSkillGroup (Maybe Text) Source #
The updated name for the skill group.
Destructuring the Response
data UpdateSkillGroupResponse Source #
See: newUpdateSkillGroupResponse
smart constructor.
UpdateSkillGroupResponse' | |
|
Instances
newUpdateSkillGroupResponse Source #
Create a value of UpdateSkillGroupResponse
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:httpStatus:UpdateSkillGroupResponse'
, updateSkillGroupResponse_httpStatus
- The response's http status code.
Response Lenses
updateSkillGroupResponse_httpStatus :: Lens' UpdateSkillGroupResponse Int Source #
The response's http status code.