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

Description

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

Synopsis

Creating a Request

data DescribeUserPoolClient Source #

Represents the request to describe a user pool client.

See: newDescribeUserPoolClient smart constructor.

Constructors

DescribeUserPoolClient' 

Fields

Instances

Instances details
Eq DescribeUserPoolClient Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeUserPoolClient

Show DescribeUserPoolClient Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeUserPoolClient

Generic DescribeUserPoolClient Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeUserPoolClient

Associated Types

type Rep DescribeUserPoolClient :: Type -> Type #

NFData DescribeUserPoolClient Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeUserPoolClient

Methods

rnf :: DescribeUserPoolClient -> () #

Hashable DescribeUserPoolClient Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeUserPoolClient

ToJSON DescribeUserPoolClient Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeUserPoolClient

AWSRequest DescribeUserPoolClient Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeUserPoolClient

Associated Types

type AWSResponse DescribeUserPoolClient #

ToHeaders DescribeUserPoolClient Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeUserPoolClient

ToPath DescribeUserPoolClient Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeUserPoolClient

ToQuery DescribeUserPoolClient Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeUserPoolClient

type Rep DescribeUserPoolClient Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeUserPoolClient

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

Defined in Amazonka.CognitoIdentityProvider.DescribeUserPoolClient

newDescribeUserPoolClient Source #

Create a value of DescribeUserPoolClient 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:userPoolId:DescribeUserPoolClient', describeUserPoolClient_userPoolId - The user pool ID for the user pool you want to describe.

$sel:clientId:DescribeUserPoolClient', describeUserPoolClient_clientId - The app client ID of the app associated with the user pool.

Request Lenses

describeUserPoolClient_userPoolId :: Lens' DescribeUserPoolClient Text Source #

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

describeUserPoolClient_clientId :: Lens' DescribeUserPoolClient Text Source #

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

Destructuring the Response

data DescribeUserPoolClientResponse Source #

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

See: newDescribeUserPoolClientResponse smart constructor.

Constructors

DescribeUserPoolClientResponse' 

Fields

Instances

Instances details
Eq DescribeUserPoolClientResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeUserPoolClient

Show DescribeUserPoolClientResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeUserPoolClient

Generic DescribeUserPoolClientResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeUserPoolClient

Associated Types

type Rep DescribeUserPoolClientResponse :: Type -> Type #

NFData DescribeUserPoolClientResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeUserPoolClient

type Rep DescribeUserPoolClientResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeUserPoolClient

type Rep DescribeUserPoolClientResponse = D1 ('MetaData "DescribeUserPoolClientResponse" "Amazonka.CognitoIdentityProvider.DescribeUserPoolClient" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "DescribeUserPoolClientResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userPoolClient") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserPoolClientType)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeUserPoolClientResponse Source #

Create a value of DescribeUserPoolClientResponse 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:userPoolClient:DescribeUserPoolClientResponse', describeUserPoolClientResponse_userPoolClient - The user pool client from a server response to describe the user pool client.

$sel:httpStatus:DescribeUserPoolClientResponse', describeUserPoolClientResponse_httpStatus - The response's http status code.

Response Lenses

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

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