| 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.GlobalSignOut
Description
Signs out users from all devices.
Creating a Request
globalSignOut :: GlobalSignOut Source #
Creates a value of GlobalSignOut with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GlobalSignOut Source #
Represents the request to sign out all devices.
See: globalSignOut smart constructor.
Instances
Request Lenses
gsoAccessToken :: Lens' GlobalSignOut (Maybe Text) Source #
The access token.
Destructuring the Response
globalSignOutResponse Source #
Arguments
| :: Int | |
| -> GlobalSignOutResponse |
Creates a value of GlobalSignOutResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GlobalSignOutResponse Source #
The response to the request to sign out all devices.
See: globalSignOutResponse smart constructor.
Response Lenses
gsorsResponseStatus :: Lens' GlobalSignOutResponse Int Source #
The response status code.