| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AlexaBusiness.UpdateSkillGroup
Description
Updates skill group details by skill group ARN.
Synopsis
- data UpdateSkillGroup = UpdateSkillGroup' {}
- newUpdateSkillGroup :: UpdateSkillGroup
- updateSkillGroup_description :: Lens' UpdateSkillGroup (Maybe Text)
- updateSkillGroup_skillGroupArn :: 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.
Constructors
| UpdateSkillGroup' | |
Fields
| |
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:
UpdateSkillGroup, updateSkillGroup_description - The updated description for the skill group.
UpdateSkillGroup, updateSkillGroup_skillGroupArn - The ARN of the skill group to update.
UpdateSkillGroup, updateSkillGroup_skillGroupName - The updated name for the skill group.
Request Lenses
updateSkillGroup_description :: Lens' UpdateSkillGroup (Maybe Text) Source #
The updated description for the skill group.
updateSkillGroup_skillGroupArn :: Lens' UpdateSkillGroup (Maybe Text) Source #
The ARN of the skill group to update.
updateSkillGroup_skillGroupName :: Lens' UpdateSkillGroup (Maybe Text) Source #
The updated name for the skill group.
Destructuring the Response
data UpdateSkillGroupResponse Source #
See: newUpdateSkillGroupResponse smart constructor.
Constructors
| UpdateSkillGroupResponse' | |
Fields
| |
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.