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

Amazonka.CognitoIdentityProvider.ListUserPoolClients

Description

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

This operation returns paginated results.

Synopsis

Creating a Request

data ListUserPoolClients Source #

Represents the request to list the user pool clients.

See: newListUserPoolClients smart constructor.

Constructors

ListUserPoolClients' 

Fields

  • nextToken :: Maybe Text

    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.

  • maxResults :: Maybe Natural

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

  • userPoolId :: Text

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

Instances

Instances details
Eq ListUserPoolClients Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserPoolClients

Read ListUserPoolClients Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserPoolClients

Show ListUserPoolClients Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserPoolClients

Generic ListUserPoolClients Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserPoolClients

Associated Types

type Rep ListUserPoolClients :: Type -> Type #

NFData ListUserPoolClients Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserPoolClients

Methods

rnf :: ListUserPoolClients -> () #

Hashable ListUserPoolClients Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserPoolClients

ToJSON ListUserPoolClients Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserPoolClients

AWSPager ListUserPoolClients Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserPoolClients

AWSRequest ListUserPoolClients Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserPoolClients

Associated Types

type AWSResponse ListUserPoolClients #

ToHeaders ListUserPoolClients Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserPoolClients

ToPath ListUserPoolClients Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserPoolClients

ToQuery ListUserPoolClients Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserPoolClients

type Rep ListUserPoolClients Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserPoolClients

type Rep ListUserPoolClients = D1 ('MetaData "ListUserPoolClients" "Amazonka.CognitoIdentityProvider.ListUserPoolClients" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "ListUserPoolClients'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "userPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListUserPoolClients Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserPoolClients

newListUserPoolClients Source #

Create a value of ListUserPoolClients with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListUserPoolClients', listUserPoolClients_nextToken - 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.

$sel:maxResults:ListUserPoolClients', listUserPoolClients_maxResults - The maximum number of results you want the request to return when listing the user pool clients.

$sel:userPoolId:ListUserPoolClients', listUserPoolClients_userPoolId - The user pool ID for the user pool where you want to list user pool clients.

Request Lenses

listUserPoolClients_nextToken :: 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.

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

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

listUserPoolClients_userPoolId :: Lens' ListUserPoolClients Text Source #

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

Destructuring the Response

data ListUserPoolClientsResponse Source #

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

See: newListUserPoolClientsResponse smart constructor.

Constructors

ListUserPoolClientsResponse' 

Fields

Instances

Instances details
Eq ListUserPoolClientsResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserPoolClients

Show ListUserPoolClientsResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserPoolClients

Generic ListUserPoolClientsResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserPoolClients

Associated Types

type Rep ListUserPoolClientsResponse :: Type -> Type #

NFData ListUserPoolClientsResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserPoolClients

type Rep ListUserPoolClientsResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserPoolClients

type Rep ListUserPoolClientsResponse = D1 ('MetaData "ListUserPoolClientsResponse" "Amazonka.CognitoIdentityProvider.ListUserPoolClients" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "ListUserPoolClientsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "userPoolClients") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UserPoolClientDescription])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListUserPoolClientsResponse Source #

Create a value of ListUserPoolClientsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListUserPoolClients', listUserPoolClientsResponse_nextToken - 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.

$sel:userPoolClients:ListUserPoolClientsResponse', listUserPoolClientsResponse_userPoolClients - The user pool clients in the response that lists user pool clients.

$sel:httpStatus:ListUserPoolClientsResponse', listUserPoolClientsResponse_httpStatus - The response's http status code.

Response Lenses

listUserPoolClientsResponse_nextToken :: 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.

listUserPoolClientsResponse_userPoolClients :: Lens' ListUserPoolClientsResponse (Maybe [UserPoolClientDescription]) Source #

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