amazonka-cognito-idp-1.6.0: Amazon Cognito Identity Provider SDK.

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

Network.AWS.CognitoIdentityProvider.DescribeResourceServer

Contents

Description

Describes a resource server.

Synopsis

Creating a Request

describeResourceServer #

Creates a value of DescribeResourceServer with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • desUserPoolId - The user pool ID for the user pool that hosts the resource server.
  • desIdentifier - The identifier for the resource server

data DescribeResourceServer #

See: describeResourceServer smart constructor.

Instances

Eq DescribeResourceServer # 
Data DescribeResourceServer # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeResourceServer -> c DescribeResourceServer #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeResourceServer #

toConstr :: DescribeResourceServer -> Constr #

dataTypeOf :: DescribeResourceServer -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeResourceServer) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeResourceServer) #

gmapT :: (forall b. Data b => b -> b) -> DescribeResourceServer -> DescribeResourceServer #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeResourceServer -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeResourceServer -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeResourceServer -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeResourceServer -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeResourceServer -> m DescribeResourceServer #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeResourceServer -> m DescribeResourceServer #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeResourceServer -> m DescribeResourceServer #

Read DescribeResourceServer # 
Show DescribeResourceServer # 
Generic DescribeResourceServer # 
Hashable DescribeResourceServer # 
ToJSON DescribeResourceServer # 
NFData DescribeResourceServer # 

Methods

rnf :: DescribeResourceServer -> () #

AWSRequest DescribeResourceServer # 
ToHeaders DescribeResourceServer # 
ToPath DescribeResourceServer # 
ToQuery DescribeResourceServer # 
type Rep DescribeResourceServer # 
type Rep DescribeResourceServer = D1 * (MetaData "DescribeResourceServer" "Network.AWS.CognitoIdentityProvider.DescribeResourceServer" "amazonka-cognito-idp-1.6.0-HX2vHucaSbyYp7rG4n6Wk" False) (C1 * (MetaCons "DescribeResourceServer'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_desUserPoolId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_desIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))
type Rs DescribeResourceServer # 

Request Lenses

desUserPoolId :: Lens' DescribeResourceServer Text #

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

desIdentifier :: Lens' DescribeResourceServer Text #

The identifier for the resource server

Destructuring the Response

describeResourceServerResponse #

Creates a value of DescribeResourceServerResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DescribeResourceServerResponse #

See: describeResourceServerResponse smart constructor.

Instances

Eq DescribeResourceServerResponse # 
Data DescribeResourceServerResponse # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeResourceServerResponse -> c DescribeResourceServerResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeResourceServerResponse #

toConstr :: DescribeResourceServerResponse -> Constr #

dataTypeOf :: DescribeResourceServerResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeResourceServerResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeResourceServerResponse) #

gmapT :: (forall b. Data b => b -> b) -> DescribeResourceServerResponse -> DescribeResourceServerResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeResourceServerResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeResourceServerResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeResourceServerResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeResourceServerResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeResourceServerResponse -> m DescribeResourceServerResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeResourceServerResponse -> m DescribeResourceServerResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeResourceServerResponse -> m DescribeResourceServerResponse #

Read DescribeResourceServerResponse # 
Show DescribeResourceServerResponse # 
Generic DescribeResourceServerResponse # 
NFData DescribeResourceServerResponse # 
type Rep DescribeResourceServerResponse # 
type Rep DescribeResourceServerResponse = D1 * (MetaData "DescribeResourceServerResponse" "Network.AWS.CognitoIdentityProvider.DescribeResourceServer" "amazonka-cognito-idp-1.6.0-HX2vHucaSbyYp7rG4n6Wk" False) (C1 * (MetaCons "DescribeResourceServerResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_drsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)) (S1 * (MetaSel (Just Symbol "_drsrsResourceServer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * ResourceServerType))))

Response Lenses