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.AdminGetDevice

Contents

Description

Gets the device, as an administrator.

Requires developer credentials.

Synopsis

Creating a Request

adminGetDevice Source #

Creates a value of AdminGetDevice with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data AdminGetDevice Source #

Represents the request to get the device, as an administrator.

See: adminGetDevice smart constructor.

Instances
Eq AdminGetDevice Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminGetDevice

Data AdminGetDevice Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminGetDevice

Methods

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

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

toConstr :: AdminGetDevice -> Constr #

dataTypeOf :: AdminGetDevice -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AdminGetDevice Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminGetDevice

Generic AdminGetDevice Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminGetDevice

Associated Types

type Rep AdminGetDevice :: Type -> Type #

Hashable AdminGetDevice Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminGetDevice

ToJSON AdminGetDevice Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminGetDevice

AWSRequest AdminGetDevice Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminGetDevice

Associated Types

type Rs AdminGetDevice :: Type #

ToHeaders AdminGetDevice Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminGetDevice

ToPath AdminGetDevice Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminGetDevice

ToQuery AdminGetDevice Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminGetDevice

NFData AdminGetDevice Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminGetDevice

Methods

rnf :: AdminGetDevice -> () #

type Rep AdminGetDevice Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminGetDevice

type Rep AdminGetDevice = D1 (MetaData "AdminGetDevice" "Network.AWS.CognitoIdentityProvider.AdminGetDevice" "amazonka-cognito-idp-1.6.1-IATNKTGZSOc4TejpW4Ifw7" False) (C1 (MetaCons "AdminGetDevice'" PrefixI True) (S1 (MetaSel (Just "_agdDeviceKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_agdUserPoolId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_agdUsername") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Sensitive Text)))))
type Rs AdminGetDevice Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminGetDevice

Request Lenses

Destructuring the Response

adminGetDeviceResponse Source #

Creates a value of AdminGetDeviceResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data AdminGetDeviceResponse Source #

Gets the device response, as an administrator.

See: adminGetDeviceResponse smart constructor.

Instances
Eq AdminGetDeviceResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminGetDevice

Data AdminGetDeviceResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminGetDevice

Methods

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

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

toConstr :: AdminGetDeviceResponse -> Constr #

dataTypeOf :: AdminGetDeviceResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AdminGetDeviceResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminGetDevice

Generic AdminGetDeviceResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminGetDevice

Associated Types

type Rep AdminGetDeviceResponse :: Type -> Type #

NFData AdminGetDeviceResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminGetDevice

Methods

rnf :: AdminGetDeviceResponse -> () #

type Rep AdminGetDeviceResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminGetDevice

type Rep AdminGetDeviceResponse = D1 (MetaData "AdminGetDeviceResponse" "Network.AWS.CognitoIdentityProvider.AdminGetDevice" "amazonka-cognito-idp-1.6.1-IATNKTGZSOc4TejpW4Ifw7" False) (C1 (MetaCons "AdminGetDeviceResponse'" PrefixI True) (S1 (MetaSel (Just "_agdrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_agdrsDevice") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 DeviceType)))

Response Lenses