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

Description

Lists the resource servers for a user pool.

This operation returns paginated results.

Synopsis

Creating a Request

data ListResourceServers Source #

See: newListResourceServers smart constructor.

Constructors

ListResourceServers' 

Fields

Instances

Instances details
Eq ListResourceServers Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListResourceServers

Read ListResourceServers Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListResourceServers

Show ListResourceServers Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListResourceServers

Generic ListResourceServers Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListResourceServers

Associated Types

type Rep ListResourceServers :: Type -> Type #

NFData ListResourceServers Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListResourceServers

Methods

rnf :: ListResourceServers -> () #

Hashable ListResourceServers Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListResourceServers

ToJSON ListResourceServers Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListResourceServers

AWSPager ListResourceServers Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListResourceServers

AWSRequest ListResourceServers Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListResourceServers

Associated Types

type AWSResponse ListResourceServers #

ToHeaders ListResourceServers Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListResourceServers

ToPath ListResourceServers Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListResourceServers

ToQuery ListResourceServers Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListResourceServers

type Rep ListResourceServers Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListResourceServers

type Rep ListResourceServers = D1 ('MetaData "ListResourceServers" "Amazonka.CognitoIdentityProvider.ListResourceServers" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "ListResourceServers'" '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 ListResourceServers Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListResourceServers

newListResourceServers Source #

Create a value of ListResourceServers 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:ListResourceServers', listResourceServers_nextToken - A pagination token.

$sel:maxResults:ListResourceServers', listResourceServers_maxResults - The maximum number of resource servers to return.

$sel:userPoolId:ListResourceServers', listResourceServers_userPoolId - The user pool ID for the user pool.

Request Lenses

listResourceServers_maxResults :: Lens' ListResourceServers (Maybe Natural) Source #

The maximum number of resource servers to return.

Destructuring the Response

data ListResourceServersResponse Source #

See: newListResourceServersResponse smart constructor.

Constructors

ListResourceServersResponse' 

Fields

Instances

Instances details
Eq ListResourceServersResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListResourceServers

Read ListResourceServersResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListResourceServers

Show ListResourceServersResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListResourceServers

Generic ListResourceServersResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListResourceServers

Associated Types

type Rep ListResourceServersResponse :: Type -> Type #

NFData ListResourceServersResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListResourceServers

type Rep ListResourceServersResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListResourceServers

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

newListResourceServersResponse Source #

Create a value of ListResourceServersResponse 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:ListResourceServers', listResourceServersResponse_nextToken - A pagination token.

$sel:httpStatus:ListResourceServersResponse', listResourceServersResponse_httpStatus - The response's http status code.

$sel:resourceServers:ListResourceServersResponse', listResourceServersResponse_resourceServers - The resource servers.

Response Lenses