| 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.DeleteSkillGroup
Description
Deletes a skill group by skill group ARN.
Creating a Request
deleteSkillGroup :: DeleteSkillGroup Source #
Creates a value of DeleteSkillGroup with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dsgSkillGroupARN- The ARN of the skill group to delete. Required.
data DeleteSkillGroup Source #
See: deleteSkillGroup smart constructor.
Instances
Request Lenses
dsgSkillGroupARN :: Lens' DeleteSkillGroup (Maybe Text) Source #
The ARN of the skill group to delete. Required.
Destructuring the Response
deleteSkillGroupResponse Source #
Arguments
| :: Int | |
| -> DeleteSkillGroupResponse |
Creates a value of DeleteSkillGroupResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dsgrsResponseStatus- -- | The response status code.
data DeleteSkillGroupResponse Source #
See: deleteSkillGroupResponse smart constructor.
Instances
Response Lenses
dsgrsResponseStatus :: Lens' DeleteSkillGroupResponse Int Source #
- - | The response status code.