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 |
Associates a skill with the organization under the customer's AWS account. If a skill is private, the user implicitly accepts access to this skill during enablement.
Synopsis
- data ApproveSkill = ApproveSkill' {}
- newApproveSkill :: Text -> ApproveSkill
- approveSkill_skillId :: Lens' ApproveSkill Text
- data ApproveSkillResponse = ApproveSkillResponse' {
- httpStatus :: Int
- newApproveSkillResponse :: Int -> ApproveSkillResponse
- approveSkillResponse_httpStatus :: Lens' ApproveSkillResponse Int
Creating a Request
data ApproveSkill Source #
See: newApproveSkill
smart constructor.
Instances
Create a value of ApproveSkill
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:ApproveSkill'
, approveSkill_skillId
- The unique identifier of the skill.
Request Lenses
approveSkill_skillId :: Lens' ApproveSkill Text Source #
The unique identifier of the skill.
Destructuring the Response
data ApproveSkillResponse Source #
See: newApproveSkillResponse
smart constructor.
ApproveSkillResponse' | |
|
Instances
newApproveSkillResponse Source #
Create a value of ApproveSkillResponse
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:ApproveSkillResponse'
, approveSkillResponse_httpStatus
- The response's http status code.
Response Lenses
approveSkillResponse_httpStatus :: Lens' ApproveSkillResponse Int Source #
The response's http status code.