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

Description

Describes a resource server.

Synopsis

Creating a Request

data DescribeResourceServer Source #

See: newDescribeResourceServer smart constructor.

Constructors

DescribeResourceServer' 

Fields

  • userPoolId :: Text

    The user pool ID for the user pool that hosts the resource server.

  • identifier :: Text

    The identifier for the resource server

Instances

Instances details
Eq DescribeResourceServer Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

Read DescribeResourceServer Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

Show DescribeResourceServer Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

Generic DescribeResourceServer Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

Associated Types

type Rep DescribeResourceServer :: Type -> Type #

NFData DescribeResourceServer Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

Methods

rnf :: DescribeResourceServer -> () #

Hashable DescribeResourceServer Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

ToJSON DescribeResourceServer Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

AWSRequest DescribeResourceServer Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

Associated Types

type AWSResponse DescribeResourceServer #

ToHeaders DescribeResourceServer Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

ToPath DescribeResourceServer Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

ToQuery DescribeResourceServer Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

type Rep DescribeResourceServer Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

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

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

newDescribeResourceServer Source #

Create a value of DescribeResourceServer 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:DescribeResourceServer', describeResourceServer_userPoolId - The user pool ID for the user pool that hosts the resource server.

$sel:identifier:DescribeResourceServer', describeResourceServer_identifier - The identifier for the resource server

Request Lenses

describeResourceServer_userPoolId :: Lens' DescribeResourceServer Text Source #

The user pool ID for the user pool that hosts the resource server.

Destructuring the Response

data DescribeResourceServerResponse Source #

See: newDescribeResourceServerResponse smart constructor.

Constructors

DescribeResourceServerResponse' 

Fields

Instances

Instances details
Eq DescribeResourceServerResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

Read DescribeResourceServerResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

Show DescribeResourceServerResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

Generic DescribeResourceServerResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

Associated Types

type Rep DescribeResourceServerResponse :: Type -> Type #

NFData DescribeResourceServerResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

type Rep DescribeResourceServerResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

type Rep DescribeResourceServerResponse = D1 ('MetaData "DescribeResourceServerResponse" "Amazonka.CognitoIdentityProvider.DescribeResourceServer" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "DescribeResourceServerResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "resourceServer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceServerType)))

newDescribeResourceServerResponse Source #

Create a value of DescribeResourceServerResponse 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:httpStatus:DescribeResourceServerResponse', describeResourceServerResponse_httpStatus - The response's http status code.

$sel:resourceServer:DescribeResourceServerResponse', describeResourceServerResponse_resourceServer - The resource server.

Response Lenses