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 |
Disassociates a skill from the organization under a user's AWS account. If the skill is a private skill, it moves to an AcceptStatus of PENDING. Any private or public skill that is rejected can be added later by calling the ApproveSkill API.
Synopsis
Creating a Request
data RejectSkill Source #
See: newRejectSkill
smart constructor.
Instances
Create a value of RejectSkill
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:skillId:RejectSkill'
, rejectSkill_skillId
- The unique identifier of the skill.
Request Lenses
rejectSkill_skillId :: Lens' RejectSkill Text Source #
The unique identifier of the skill.
Destructuring the Response
data RejectSkillResponse Source #
See: newRejectSkillResponse
smart constructor.
RejectSkillResponse' | |
|
Instances
newRejectSkillResponse Source #
Create a value of RejectSkillResponse
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:RejectSkillResponse'
, rejectSkillResponse_httpStatus
- The response's http status code.
Response Lenses
rejectSkillResponse_httpStatus :: Lens' RejectSkillResponse Int Source #
The response's http status code.