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 |
Amazonka.AlexaBusiness.DisassociateSkillFromUsers
Description
Makes a private skill unavailable for enrolled users and prevents them from enabling it on their devices.
Synopsis
- data DisassociateSkillFromUsers = DisassociateSkillFromUsers' {}
- newDisassociateSkillFromUsers :: Text -> DisassociateSkillFromUsers
- disassociateSkillFromUsers_skillId :: Lens' DisassociateSkillFromUsers Text
- data DisassociateSkillFromUsersResponse = DisassociateSkillFromUsersResponse' {
- httpStatus :: Int
- newDisassociateSkillFromUsersResponse :: Int -> DisassociateSkillFromUsersResponse
- disassociateSkillFromUsersResponse_httpStatus :: Lens' DisassociateSkillFromUsersResponse Int
Creating a Request
data DisassociateSkillFromUsers Source #
See: newDisassociateSkillFromUsers
smart constructor.
Constructors
DisassociateSkillFromUsers' | |
Instances
newDisassociateSkillFromUsers Source #
Create a value of DisassociateSkillFromUsers
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:DisassociateSkillFromUsers'
, disassociateSkillFromUsers_skillId
- The private skill ID you want to make unavailable for enrolled users.
Request Lenses
disassociateSkillFromUsers_skillId :: Lens' DisassociateSkillFromUsers Text Source #
The private skill ID you want to make unavailable for enrolled users.
Destructuring the Response
data DisassociateSkillFromUsersResponse Source #
See: newDisassociateSkillFromUsersResponse
smart constructor.
Constructors
DisassociateSkillFromUsersResponse' | |
Fields
|
Instances
newDisassociateSkillFromUsersResponse Source #
Arguments
:: Int | |
-> DisassociateSkillFromUsersResponse |
Create a value of DisassociateSkillFromUsersResponse
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:DisassociateSkillFromUsersResponse'
, disassociateSkillFromUsersResponse_httpStatus
- The response's http status code.
Response Lenses
disassociateSkillFromUsersResponse_httpStatus :: Lens' DisassociateSkillFromUsersResponse Int Source #
The response's http status code.