| 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.GetSkillGroup
Description
Gets skill group details by skill group ARN.
Synopsis
Creating a Request
getSkillGroup :: GetSkillGroup Source #
Creates a value of GetSkillGroup with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gsgSkillGroupARN- The ARN of the skill group for which to get details. Required.
data GetSkillGroup Source #
See: getSkillGroup smart constructor.
Instances
Request Lenses
gsgSkillGroupARN :: Lens' GetSkillGroup (Maybe Text) Source #
The ARN of the skill group for which to get details. Required.
Destructuring the Response
getSkillGroupResponse Source #
Arguments
| :: Int | |
| -> GetSkillGroupResponse |
Creates a value of GetSkillGroupResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gsgrsSkillGroup- The details of the skill group requested. Required.gsgrsResponseStatus- -- | The response status code.
data GetSkillGroupResponse Source #
See: getSkillGroupResponse smart constructor.
Instances
Response Lenses
gsgrsSkillGroup :: Lens' GetSkillGroupResponse (Maybe SkillGroup) Source #
The details of the skill group requested. Required.
gsgrsResponseStatus :: Lens' GetSkillGroupResponse Int Source #
- - | The response status code.