| Copyright | (c) 2013-2017 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.CognitoIdentityProvider.GlobalSignOut
Description
Signs out users from all devices.
Creating a Request
Arguments
| :: Text | |
| -> GlobalSignOut |
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:
gsoAccessToken- The access token.
data GlobalSignOut Source #
Represents the request to sign out all devices.
See: globalSignOut smart constructor.
Instances
Request Lenses
gsoAccessToken :: Lens' GlobalSignOut 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:
gsorsResponseStatus- -- | The response status code.
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.