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 |
Logs out the specified user from all of the devices they are currently logged into.
Synopsis
- data LogoutUser = LogoutUser' {}
- newLogoutUser :: Text -> Text -> LogoutUser
- logoutUser_accountId :: Lens' LogoutUser Text
- logoutUser_userId :: Lens' LogoutUser Text
- data LogoutUserResponse = LogoutUserResponse' {
- httpStatus :: Int
- newLogoutUserResponse :: Int -> LogoutUserResponse
- logoutUserResponse_httpStatus :: Lens' LogoutUserResponse Int
Creating a Request
data LogoutUser Source #
See: newLogoutUser
smart constructor.
Instances
Create a value of LogoutUser
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:accountId:LogoutUser'
, logoutUser_accountId
- The Amazon Chime account ID.
$sel:userId:LogoutUser'
, logoutUser_userId
- The user ID.
Request Lenses
logoutUser_accountId :: Lens' LogoutUser Text Source #
The Amazon Chime account ID.
logoutUser_userId :: Lens' LogoutUser Text Source #
The user ID.
Destructuring the Response
data LogoutUserResponse Source #
See: newLogoutUserResponse
smart constructor.
LogoutUserResponse' | |
|
Instances
newLogoutUserResponse Source #
Create a value of LogoutUserResponse
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:LogoutUserResponse'
, logoutUserResponse_httpStatus
- The response's http status code.
Response Lenses
logoutUserResponse_httpStatus :: Lens' LogoutUserResponse Int Source #
The response's http status code.