| 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.WorkLink.SignOutUser
Description
Signs the user out from all of their devices. The user can sign in again if they have valid credentials.
Synopsis
- data SignOutUser = SignOutUser' {}
- newSignOutUser :: Text -> Text -> SignOutUser
- signOutUser_fleetArn :: Lens' SignOutUser Text
- signOutUser_username :: Lens' SignOutUser Text
- data SignOutUserResponse = SignOutUserResponse' {
- httpStatus :: Int
- newSignOutUserResponse :: Int -> SignOutUserResponse
- signOutUserResponse_httpStatus :: Lens' SignOutUserResponse Int
Creating a Request
data SignOutUser Source #
See: newSignOutUser smart constructor.
Constructors
| SignOutUser' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> SignOutUser |
Create a value of SignOutUser 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:fleetArn:SignOutUser', signOutUser_fleetArn - The ARN of the fleet.
$sel:username:SignOutUser', signOutUser_username - The name of the user.
Request Lenses
signOutUser_fleetArn :: Lens' SignOutUser Text Source #
The ARN of the fleet.
signOutUser_username :: Lens' SignOutUser Text Source #
The name of the user.
Destructuring the Response
data SignOutUserResponse Source #
See: newSignOutUserResponse smart constructor.
Constructors
| SignOutUserResponse' | |
Fields
| |
Instances
newSignOutUserResponse Source #
Arguments
| :: Int | |
| -> SignOutUserResponse |
Create a value of SignOutUserResponse 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:SignOutUserResponse', signOutUserResponse_httpStatus - The response's http status code.
Response Lenses
signOutUserResponse_httpStatus :: Lens' SignOutUserResponse Int Source #
The response's http status code.