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 |
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.
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.
DisassociateSkillFromUsersResponse' | |
|
Instances
Eq DisassociateSkillFromUsersResponse Source # | |
Read DisassociateSkillFromUsersResponse Source # | |
Show DisassociateSkillFromUsersResponse Source # | |
Generic DisassociateSkillFromUsersResponse Source # | |
NFData DisassociateSkillFromUsersResponse Source # | |
Defined in Amazonka.AlexaBusiness.DisassociateSkillFromUsers rnf :: DisassociateSkillFromUsersResponse -> () # | |
type Rep DisassociateSkillFromUsersResponse Source # | |
Defined in Amazonka.AlexaBusiness.DisassociateSkillFromUsers type Rep DisassociateSkillFromUsersResponse = D1 ('MetaData "DisassociateSkillFromUsersResponse" "Amazonka.AlexaBusiness.DisassociateSkillFromUsers" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "DisassociateSkillFromUsersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDisassociateSkillFromUsersResponse Source #
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.