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 |
Associates a skill with a skill group.
Synopsis
- data AssociateSkillWithSkillGroup = AssociateSkillWithSkillGroup' {
- skillGroupArn :: Maybe Text
- skillId :: Text
- newAssociateSkillWithSkillGroup :: Text -> AssociateSkillWithSkillGroup
- associateSkillWithSkillGroup_skillGroupArn :: Lens' AssociateSkillWithSkillGroup (Maybe Text)
- associateSkillWithSkillGroup_skillId :: Lens' AssociateSkillWithSkillGroup Text
- data AssociateSkillWithSkillGroupResponse = AssociateSkillWithSkillGroupResponse' {
- httpStatus :: Int
- newAssociateSkillWithSkillGroupResponse :: Int -> AssociateSkillWithSkillGroupResponse
- associateSkillWithSkillGroupResponse_httpStatus :: Lens' AssociateSkillWithSkillGroupResponse Int
Creating a Request
data AssociateSkillWithSkillGroup Source #
See: newAssociateSkillWithSkillGroup
smart constructor.
AssociateSkillWithSkillGroup' | |
|
Instances
newAssociateSkillWithSkillGroup Source #
Create a value of AssociateSkillWithSkillGroup
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:AssociateSkillWithSkillGroup'
, associateSkillWithSkillGroup_skillGroupArn
- The ARN of the skill group to associate the skill to. Required.
$sel:skillId:AssociateSkillWithSkillGroup'
, associateSkillWithSkillGroup_skillId
- The unique identifier of the skill.
Request Lenses
associateSkillWithSkillGroup_skillGroupArn :: Lens' AssociateSkillWithSkillGroup (Maybe Text) Source #
The ARN of the skill group to associate the skill to. Required.
associateSkillWithSkillGroup_skillId :: Lens' AssociateSkillWithSkillGroup Text Source #
The unique identifier of the skill.
Destructuring the Response
data AssociateSkillWithSkillGroupResponse Source #
See: newAssociateSkillWithSkillGroupResponse
smart constructor.
AssociateSkillWithSkillGroupResponse' | |
|
Instances
newAssociateSkillWithSkillGroupResponse Source #
Create a value of AssociateSkillWithSkillGroupResponse
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:AssociateSkillWithSkillGroupResponse'
, associateSkillWithSkillGroupResponse_httpStatus
- The response's http status code.
Response Lenses
associateSkillWithSkillGroupResponse_httpStatus :: Lens' AssociateSkillWithSkillGroupResponse Int Source #
The response's http status code.