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 available for enrolled users to enable on their devices.
Synopsis
- data AssociateSkillWithUsers = AssociateSkillWithUsers' {}
- newAssociateSkillWithUsers :: Text -> AssociateSkillWithUsers
- associateSkillWithUsers_skillId :: Lens' AssociateSkillWithUsers Text
- data AssociateSkillWithUsersResponse = AssociateSkillWithUsersResponse' {
- httpStatus :: Int
- newAssociateSkillWithUsersResponse :: Int -> AssociateSkillWithUsersResponse
- associateSkillWithUsersResponse_httpStatus :: Lens' AssociateSkillWithUsersResponse Int
Creating a Request
data AssociateSkillWithUsers Source #
See: newAssociateSkillWithUsers
smart constructor.
Instances
newAssociateSkillWithUsers Source #
Create a value of AssociateSkillWithUsers
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:AssociateSkillWithUsers'
, associateSkillWithUsers_skillId
- The private skill ID you want to make available to enrolled users.
Request Lenses
associateSkillWithUsers_skillId :: Lens' AssociateSkillWithUsers Text Source #
The private skill ID you want to make available to enrolled users.
Destructuring the Response
data AssociateSkillWithUsersResponse Source #
See: newAssociateSkillWithUsersResponse
smart constructor.
AssociateSkillWithUsersResponse' | |
|
Instances
Eq AssociateSkillWithUsersResponse Source # | |
Read AssociateSkillWithUsersResponse Source # | |
Show AssociateSkillWithUsersResponse Source # | |
Generic AssociateSkillWithUsersResponse Source # | |
NFData AssociateSkillWithUsersResponse Source # | |
Defined in Amazonka.AlexaBusiness.AssociateSkillWithUsers rnf :: AssociateSkillWithUsersResponse -> () # | |
type Rep AssociateSkillWithUsersResponse Source # | |
Defined in Amazonka.AlexaBusiness.AssociateSkillWithUsers type Rep AssociateSkillWithUsersResponse = D1 ('MetaData "AssociateSkillWithUsersResponse" "Amazonka.AlexaBusiness.AssociateSkillWithUsers" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "AssociateSkillWithUsersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newAssociateSkillWithUsersResponse Source #
Create a value of AssociateSkillWithUsersResponse
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:AssociateSkillWithUsersResponse'
, associateSkillWithUsersResponse_httpStatus
- The response's http status code.
Response Lenses
associateSkillWithUsersResponse_httpStatus :: Lens' AssociateSkillWithUsersResponse Int Source #
The response's http status code.