Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.AlexaBusiness.AssociateSkillWithUsers
Description
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.
Constructors
AssociateSkillWithUsers' | |
Instances
newAssociateSkillWithUsers Source #
Arguments
:: Text | |
-> AssociateSkillWithUsers |
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:
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.
Constructors
AssociateSkillWithUsersResponse' | |
Fields
|
Instances
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.