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 |
Deletes a skill group by skill group ARN.
Synopsis
- data DeleteSkillGroup = DeleteSkillGroup' {}
- newDeleteSkillGroup :: DeleteSkillGroup
- deleteSkillGroup_skillGroupArn :: Lens' DeleteSkillGroup (Maybe Text)
- data DeleteSkillGroupResponse = DeleteSkillGroupResponse' {
- httpStatus :: Int
- newDeleteSkillGroupResponse :: Int -> DeleteSkillGroupResponse
- deleteSkillGroupResponse_httpStatus :: Lens' DeleteSkillGroupResponse Int
Creating a Request
data DeleteSkillGroup Source #
See: newDeleteSkillGroup
smart constructor.
DeleteSkillGroup' | |
|
Instances
newDeleteSkillGroup :: DeleteSkillGroup Source #
Create a value of DeleteSkillGroup
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:DeleteSkillGroup'
, deleteSkillGroup_skillGroupArn
- The ARN of the skill group to delete. Required.
Request Lenses
deleteSkillGroup_skillGroupArn :: Lens' DeleteSkillGroup (Maybe Text) Source #
The ARN of the skill group to delete. Required.
Destructuring the Response
data DeleteSkillGroupResponse Source #
See: newDeleteSkillGroupResponse
smart constructor.
DeleteSkillGroupResponse' | |
|
Instances
newDeleteSkillGroupResponse Source #
Create a value of DeleteSkillGroupResponse
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:DeleteSkillGroupResponse'
, deleteSkillGroupResponse_httpStatus
- The response's http status code.
Response Lenses
deleteSkillGroupResponse_httpStatus :: Lens' DeleteSkillGroupResponse Int Source #
The response's http status code.