| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.CognitoIdentityProvider.AdminUserGlobalSignOut
Description
Signs out users from all devices, as an administrator.
- adminUserGlobalSignOut :: Text -> Text -> AdminUserGlobalSignOut
- data AdminUserGlobalSignOut
- augsoUserPoolId :: Lens' AdminUserGlobalSignOut Text
- augsoUsername :: Lens' AdminUserGlobalSignOut Text
- adminUserGlobalSignOutResponse :: Int -> AdminUserGlobalSignOutResponse
- data AdminUserGlobalSignOutResponse
- augsorsResponseStatus :: Lens' AdminUserGlobalSignOutResponse Int
Creating a Request
adminUserGlobalSignOut Source #
Arguments
| :: Text | |
| -> Text | |
| -> AdminUserGlobalSignOut |
Creates a value of AdminUserGlobalSignOut with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
augsoUserPoolId- The user pool ID.augsoUsername- The user name.
data AdminUserGlobalSignOut Source #
The request to sign out of all devices, as an administrator.
See: adminUserGlobalSignOut smart constructor.
Instances
Request Lenses
augsoUserPoolId :: Lens' AdminUserGlobalSignOut Text Source #
The user pool ID.
augsoUsername :: Lens' AdminUserGlobalSignOut Text Source #
The user name.
Destructuring the Response
adminUserGlobalSignOutResponse Source #
Arguments
| :: Int | |
| -> AdminUserGlobalSignOutResponse |
Creates a value of AdminUserGlobalSignOutResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
augsorsResponseStatus- -- | The response status code.
data AdminUserGlobalSignOutResponse Source #
The global sign-out response, as an administrator.
See: adminUserGlobalSignOutResponse smart constructor.
Instances
Response Lenses
augsorsResponseStatus :: Lens' AdminUserGlobalSignOutResponse Int Source #
- - | The response status code.