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

Contents

Description

This method takes a user pool ID, and returns the signing certificate.

Synopsis

Creating a Request

getSigningCertificate Source #

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

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

data GetSigningCertificate Source #

Request to get a signing certificate from Cognito.

See: getSigningCertificate smart constructor.

Instances

Eq GetSigningCertificate Source # 
Data GetSigningCertificate Source # 

Methods

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

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

toConstr :: GetSigningCertificate -> Constr #

dataTypeOf :: GetSigningCertificate -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetSigningCertificate Source # 
Show GetSigningCertificate Source # 
Generic GetSigningCertificate Source # 
Hashable GetSigningCertificate Source # 
ToJSON GetSigningCertificate Source # 
NFData GetSigningCertificate Source # 

Methods

rnf :: GetSigningCertificate -> () #

AWSRequest GetSigningCertificate Source # 
ToHeaders GetSigningCertificate Source # 
ToPath GetSigningCertificate Source # 
ToQuery GetSigningCertificate Source # 
type Rep GetSigningCertificate Source # 
type Rep GetSigningCertificate = D1 * (MetaData "GetSigningCertificate" "Network.AWS.CognitoIdentityProvider.GetSigningCertificate" "amazonka-cognito-idp-1.6.0-JhJp6CX0k821Z1WSNBuBfd" True) (C1 * (MetaCons "GetSigningCertificate'" PrefixI True) (S1 * (MetaSel (Just Symbol "_gscUserPoolId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs GetSigningCertificate Source # 

Request Lenses

Destructuring the Response

getSigningCertificateResponse Source #

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

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

data GetSigningCertificateResponse Source #

Response from Cognito for a signing certificate request.

See: getSigningCertificateResponse smart constructor.

Instances

Eq GetSigningCertificateResponse Source # 
Data GetSigningCertificateResponse Source # 

Methods

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

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

toConstr :: GetSigningCertificateResponse -> Constr #

dataTypeOf :: GetSigningCertificateResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetSigningCertificateResponse Source # 
Show GetSigningCertificateResponse Source # 
Generic GetSigningCertificateResponse Source # 
NFData GetSigningCertificateResponse Source # 
type Rep GetSigningCertificateResponse Source # 
type Rep GetSigningCertificateResponse = D1 * (MetaData "GetSigningCertificateResponse" "Network.AWS.CognitoIdentityProvider.GetSigningCertificate" "amazonka-cognito-idp-1.6.0-JhJp6CX0k821Z1WSNBuBfd" False) (C1 * (MetaCons "GetSigningCertificateResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gscrsCertificate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_gscrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses