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

Copyright(c) 2013-2017 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.ListUserPoolClients

Contents

Description

Lists the clients that have been created for the specified user pool.

Synopsis

Creating a Request

listUserPoolClients Source #

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

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

  • lupcNextToken - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
  • lupcMaxResults - The maximum number of results you want the request to return when listing the user pool clients.
  • lupcUserPoolId - The user pool ID for the user pool where you want to list user pool clients.

data ListUserPoolClients Source #

Represents the request to list the user pool clients.

See: listUserPoolClients smart constructor.

Instances

Eq ListUserPoolClients Source # 
Data ListUserPoolClients Source # 

Methods

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

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

toConstr :: ListUserPoolClients -> Constr #

dataTypeOf :: ListUserPoolClients -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListUserPoolClients Source # 
Show ListUserPoolClients Source # 
Generic ListUserPoolClients Source # 
Hashable ListUserPoolClients Source # 
ToJSON ListUserPoolClients Source # 
NFData ListUserPoolClients Source # 

Methods

rnf :: ListUserPoolClients -> () #

AWSRequest ListUserPoolClients Source # 
ToQuery ListUserPoolClients Source # 
ToPath ListUserPoolClients Source # 
ToHeaders ListUserPoolClients Source # 
type Rep ListUserPoolClients Source # 
type Rep ListUserPoolClients = D1 (MetaData "ListUserPoolClients" "Network.AWS.CognitoIdentityProvider.ListUserPoolClients" "amazonka-cognito-idp-1.5.0-6L4ibyApQsq9OINZIpqhIF" False) (C1 (MetaCons "ListUserPoolClients'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lupcNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_lupcMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))) (S1 (MetaSel (Just Symbol "_lupcUserPoolId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs ListUserPoolClients Source # 

Request Lenses

lupcNextToken :: Lens' ListUserPoolClients (Maybe Text) Source #

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

lupcMaxResults :: Lens' ListUserPoolClients (Maybe Natural) Source #

The maximum number of results you want the request to return when listing the user pool clients.

lupcUserPoolId :: Lens' ListUserPoolClients Text Source #

The user pool ID for the user pool where you want to list user pool clients.

Destructuring the Response

listUserPoolClientsResponse Source #

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

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

  • lupcrsNextToken - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
  • lupcrsUserPoolClients - The user pool clients in the response that lists user pool clients.
  • lupcrsResponseStatus - -- | The response status code.

data ListUserPoolClientsResponse Source #

Represents the response from the server that lists user pool clients.

See: listUserPoolClientsResponse smart constructor.

Instances

Eq ListUserPoolClientsResponse Source # 
Data ListUserPoolClientsResponse Source # 

Methods

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

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

toConstr :: ListUserPoolClientsResponse -> Constr #

dataTypeOf :: ListUserPoolClientsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ListUserPoolClientsResponse Source # 
Generic ListUserPoolClientsResponse Source # 
NFData ListUserPoolClientsResponse Source # 
type Rep ListUserPoolClientsResponse Source # 
type Rep ListUserPoolClientsResponse = D1 (MetaData "ListUserPoolClientsResponse" "Network.AWS.CognitoIdentityProvider.ListUserPoolClients" "amazonka-cognito-idp-1.5.0-6L4ibyApQsq9OINZIpqhIF" False) (C1 (MetaCons "ListUserPoolClientsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lupcrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_lupcrsUserPoolClients") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [UserPoolClientDescription]))) (S1 (MetaSel (Just Symbol "_lupcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

lupcrsNextToken :: Lens' ListUserPoolClientsResponse (Maybe Text) Source #

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

lupcrsUserPoolClients :: Lens' ListUserPoolClientsResponse [UserPoolClientDescription] Source #

The user pool clients in the response that lists user pool clients.