amazonka-cognito-idp-1.6.1: Amazon Cognito Identity Provider SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CognitoIdentityProvider.GlobalSignOut

Contents

Description

Signs out users from all devices.

Synopsis

Creating a Request

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
Eq GlobalSignOut Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GlobalSignOut

Data GlobalSignOut Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GlobalSignOut

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GlobalSignOut -> c GlobalSignOut #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GlobalSignOut #

toConstr :: GlobalSignOut -> Constr #

dataTypeOf :: GlobalSignOut -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c GlobalSignOut) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GlobalSignOut) #

gmapT :: (forall b. Data b => b -> b) -> GlobalSignOut -> GlobalSignOut #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GlobalSignOut -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GlobalSignOut -> r #

gmapQ :: (forall d. Data d => d -> u) -> GlobalSignOut -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GlobalSignOut -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GlobalSignOut -> m GlobalSignOut #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GlobalSignOut -> m GlobalSignOut #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GlobalSignOut -> m GlobalSignOut #

Show GlobalSignOut Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GlobalSignOut

Generic GlobalSignOut Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GlobalSignOut

Associated Types

type Rep GlobalSignOut :: Type -> Type #

Hashable GlobalSignOut Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GlobalSignOut

ToJSON GlobalSignOut Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GlobalSignOut

AWSRequest GlobalSignOut Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GlobalSignOut

Associated Types

type Rs GlobalSignOut :: Type #

ToHeaders GlobalSignOut Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GlobalSignOut

ToPath GlobalSignOut Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GlobalSignOut

ToQuery GlobalSignOut Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GlobalSignOut

NFData GlobalSignOut Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GlobalSignOut

Methods

rnf :: GlobalSignOut -> () #

type Rep GlobalSignOut Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GlobalSignOut

type Rep GlobalSignOut = D1 (MetaData "GlobalSignOut" "Network.AWS.CognitoIdentityProvider.GlobalSignOut" "amazonka-cognito-idp-1.6.1-IATNKTGZSOc4TejpW4Ifw7" True) (C1 (MetaCons "GlobalSignOut'" PrefixI True) (S1 (MetaSel (Just "_gsoAccessToken") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Sensitive Text))))
type Rs GlobalSignOut Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GlobalSignOut

Request Lenses

Destructuring the Response

globalSignOutResponse Source #

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.

Instances
Eq GlobalSignOutResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GlobalSignOut

Data GlobalSignOutResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GlobalSignOut

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GlobalSignOutResponse -> c GlobalSignOutResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GlobalSignOutResponse #

toConstr :: GlobalSignOutResponse -> Constr #

dataTypeOf :: GlobalSignOutResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c GlobalSignOutResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GlobalSignOutResponse) #

gmapT :: (forall b. Data b => b -> b) -> GlobalSignOutResponse -> GlobalSignOutResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GlobalSignOutResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GlobalSignOutResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> GlobalSignOutResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GlobalSignOutResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GlobalSignOutResponse -> m GlobalSignOutResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GlobalSignOutResponse -> m GlobalSignOutResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GlobalSignOutResponse -> m GlobalSignOutResponse #

Read GlobalSignOutResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GlobalSignOut

Show GlobalSignOutResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GlobalSignOut

Generic GlobalSignOutResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GlobalSignOut

Associated Types

type Rep GlobalSignOutResponse :: Type -> Type #

NFData GlobalSignOutResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GlobalSignOut

Methods

rnf :: GlobalSignOutResponse -> () #

type Rep GlobalSignOutResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GlobalSignOut

type Rep GlobalSignOutResponse = D1 (MetaData "GlobalSignOutResponse" "Network.AWS.CognitoIdentityProvider.GlobalSignOut" "amazonka-cognito-idp-1.6.1-IATNKTGZSOc4TejpW4Ifw7" True) (C1 (MetaCons "GlobalSignOutResponse'" PrefixI True) (S1 (MetaSel (Just "_gsorsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses

gsorsResponseStatus :: Lens' GlobalSignOutResponse Int Source #

  • - | The response status code.