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.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 # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.ListUserPoolClients

Data ListUserPoolClients Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.ListUserPoolClients

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 # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.ListUserPoolClients

Show ListUserPoolClients Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.ListUserPoolClients

Generic ListUserPoolClients Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.ListUserPoolClients

Associated Types

type Rep ListUserPoolClients :: Type -> Type #

Hashable ListUserPoolClients Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.ListUserPoolClients

ToJSON ListUserPoolClients Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.ListUserPoolClients

AWSRequest ListUserPoolClients Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.ListUserPoolClients

Associated Types

type Rs ListUserPoolClients :: Type #

ToHeaders ListUserPoolClients Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.ListUserPoolClients

ToPath ListUserPoolClients Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.ListUserPoolClients

ToQuery ListUserPoolClients Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.ListUserPoolClients

NFData ListUserPoolClients Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.ListUserPoolClients

Methods

rnf :: ListUserPoolClients -> () #

type Rep ListUserPoolClients Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.ListUserPoolClients

type Rep ListUserPoolClients = D1 (MetaData "ListUserPoolClients" "Network.AWS.CognitoIdentityProvider.ListUserPoolClients" "amazonka-cognito-idp-1.6.1-IATNKTGZSOc4TejpW4Ifw7" False) (C1 (MetaCons "ListUserPoolClients'" PrefixI True) (S1 (MetaSel (Just "_lupcNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lupcMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)) :*: S1 (MetaSel (Just "_lupcUserPoolId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs ListUserPoolClients Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.ListUserPoolClients

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 # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.ListUserPoolClients

Data ListUserPoolClientsResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.ListUserPoolClients

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 # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.ListUserPoolClients

Generic ListUserPoolClientsResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.ListUserPoolClients

Associated Types

type Rep ListUserPoolClientsResponse :: Type -> Type #

NFData ListUserPoolClientsResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.ListUserPoolClients

type Rep ListUserPoolClientsResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.ListUserPoolClients

type Rep ListUserPoolClientsResponse = D1 (MetaData "ListUserPoolClientsResponse" "Network.AWS.CognitoIdentityProvider.ListUserPoolClients" "amazonka-cognito-idp-1.6.1-IATNKTGZSOc4TejpW4Ifw7" False) (C1 (MetaCons "ListUserPoolClientsResponse'" PrefixI True) (S1 (MetaSel (Just "_lupcrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lupcrsUserPoolClients") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [UserPoolClientDescription])) :*: S1 (MetaSel (Just "_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.