| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.AlexaBusiness.SendInvitation
Description
Sends an enrollment invitation email with a URL to a user. The URL is valid for 72 hours or until you call this operation again, whichever comes first.
Creating a Request
sendInvitation :: SendInvitation Source #
Creates a value of SendInvitation with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
siUserARN- The ARN of the user to whom to send an invitation. Required.
data SendInvitation Source #
See: sendInvitation smart constructor.
Instances
Request Lenses
siUserARN :: Lens' SendInvitation (Maybe Text) Source #
The ARN of the user to whom to send an invitation. Required.
Destructuring the Response
sendInvitationResponse Source #
Arguments
| :: Int | |
| -> SendInvitationResponse |
Creates a value of SendInvitationResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
sirsResponseStatus- -- | The response status code.
data SendInvitationResponse Source #
See: sendInvitationResponse smart constructor.
Instances
Response Lenses
sirsResponseStatus :: Lens' SendInvitationResponse Int Source #
- - | The response status code.