amazonka-cognito-idp-2.0: Amazon Cognito Identity Provider SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON DescribeResourceServer Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.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

AWSRequest DescribeResourceServer Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

Associated Types

type AWSResponse DescribeResourceServer #

Generic DescribeResourceServer Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

Associated Types

type Rep DescribeResourceServer :: Type -> Type #

Read DescribeResourceServer Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

Show DescribeResourceServer Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

NFData DescribeResourceServer Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

Methods

rnf :: DescribeResourceServer -> () #

Eq DescribeResourceServer Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

Hashable DescribeResourceServer Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

type AWSResponse 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" "amazonka-cognito-idp-2.0-D1ERgMvEVPG9z8cOLXdU2" 'False) (C1 ('MetaCons "DescribeResourceServer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DescribeResourceServer, describeResourceServer_userPoolId - The user pool ID for the user pool that hosts the resource server.

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
Generic DescribeResourceServerResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

Associated Types

type Rep DescribeResourceServerResponse :: Type -> Type #

Read DescribeResourceServerResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

Show DescribeResourceServerResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

NFData DescribeResourceServerResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DescribeResourceServer

Eq 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" "amazonka-cognito-idp-2.0-D1ERgMvEVPG9z8cOLXdU2" '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