amazonka-cognito-idp-1.6.0: 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.DescribeUserPoolClient

Contents

Description

Client method for returning the configuration information and metadata of the specified user pool client.

Synopsis

Creating a Request

describeUserPoolClient Source #

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

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

  • dupcuUserPoolId - The user pool ID for the user pool you want to describe.
  • dupcuClientId - The app client ID of the app associated with the user pool.

data DescribeUserPoolClient Source #

Represents the request to describe a user pool client.

See: describeUserPoolClient smart constructor.

Instances

Eq DescribeUserPoolClient Source # 
Data DescribeUserPoolClient Source # 

Methods

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

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

toConstr :: DescribeUserPoolClient -> Constr #

dataTypeOf :: DescribeUserPoolClient -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DescribeUserPoolClient Source # 
Generic DescribeUserPoolClient Source # 
Hashable DescribeUserPoolClient Source # 
ToJSON DescribeUserPoolClient Source # 
NFData DescribeUserPoolClient Source # 

Methods

rnf :: DescribeUserPoolClient -> () #

AWSRequest DescribeUserPoolClient Source # 
ToHeaders DescribeUserPoolClient Source # 
ToPath DescribeUserPoolClient Source # 
ToQuery DescribeUserPoolClient Source # 
type Rep DescribeUserPoolClient Source # 
type Rep DescribeUserPoolClient = D1 * (MetaData "DescribeUserPoolClient" "Network.AWS.CognitoIdentityProvider.DescribeUserPoolClient" "amazonka-cognito-idp-1.6.0-JhJp6CX0k821Z1WSNBuBfd" False) (C1 * (MetaCons "DescribeUserPoolClient'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dupcuUserPoolId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_dupcuClientId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Sensitive Text)))))
type Rs DescribeUserPoolClient Source # 

Request Lenses

dupcuUserPoolId :: Lens' DescribeUserPoolClient Text Source #

The user pool ID for the user pool you want to describe.

dupcuClientId :: Lens' DescribeUserPoolClient Text Source #

The app client ID of the app associated with the user pool.

Destructuring the Response

describeUserPoolClientResponse Source #

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

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

data DescribeUserPoolClientResponse Source #

Represents the response from the server from a request to describe the user pool client.

See: describeUserPoolClientResponse smart constructor.

Instances

Eq DescribeUserPoolClientResponse Source # 
Data DescribeUserPoolClientResponse Source # 

Methods

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

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

toConstr :: DescribeUserPoolClientResponse -> Constr #

dataTypeOf :: DescribeUserPoolClientResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DescribeUserPoolClientResponse Source # 
Generic DescribeUserPoolClientResponse Source # 
NFData DescribeUserPoolClientResponse Source # 
type Rep DescribeUserPoolClientResponse Source # 
type Rep DescribeUserPoolClientResponse = D1 * (MetaData "DescribeUserPoolClientResponse" "Network.AWS.CognitoIdentityProvider.DescribeUserPoolClient" "amazonka-cognito-idp-1.6.0-JhJp6CX0k821Z1WSNBuBfd" False) (C1 * (MetaCons "DescribeUserPoolClientResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dupcrsUserPoolClient") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe UserPoolClientType))) (S1 * (MetaSel (Just Symbol "_dupcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

dupcrsUserPoolClient :: Lens' DescribeUserPoolClientResponse (Maybe UserPoolClientType) Source #

The user pool client from a server response to describe the user pool client.