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 |
Gets skill group details by skill group ARN.
Synopsis
- data GetSkillGroup = GetSkillGroup' {}
- newGetSkillGroup :: GetSkillGroup
- getSkillGroup_skillGroupArn :: Lens' GetSkillGroup (Maybe Text)
- data GetSkillGroupResponse = GetSkillGroupResponse' {}
- newGetSkillGroupResponse :: Int -> GetSkillGroupResponse
- getSkillGroupResponse_skillGroup :: Lens' GetSkillGroupResponse (Maybe SkillGroup)
- getSkillGroupResponse_httpStatus :: Lens' GetSkillGroupResponse Int
Creating a Request
data GetSkillGroup Source #
See: newGetSkillGroup
smart constructor.
GetSkillGroup' | |
|
Instances
newGetSkillGroup :: GetSkillGroup Source #
Create a value of GetSkillGroup
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:GetSkillGroup'
, getSkillGroup_skillGroupArn
- The ARN of the skill group for which to get details. Required.
Request Lenses
getSkillGroup_skillGroupArn :: Lens' GetSkillGroup (Maybe Text) Source #
The ARN of the skill group for which to get details. Required.
Destructuring the Response
data GetSkillGroupResponse Source #
See: newGetSkillGroupResponse
smart constructor.
GetSkillGroupResponse' | |
|
Instances
newGetSkillGroupResponse Source #
Create a value of GetSkillGroupResponse
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:skillGroup:GetSkillGroupResponse'
, getSkillGroupResponse_skillGroup
- The details of the skill group requested. Required.
$sel:httpStatus:GetSkillGroupResponse'
, getSkillGroupResponse_httpStatus
- The response's http status code.
Response Lenses
getSkillGroupResponse_skillGroup :: Lens' GetSkillGroupResponse (Maybe SkillGroup) Source #
The details of the skill group requested. Required.
getSkillGroupResponse_httpStatus :: Lens' GetSkillGroupResponse Int Source #
The response's http status code.