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

Contents

Description

Describes the risk configuration.

Synopsis

Creating a Request

describeRiskConfiguration Source #

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

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

data DescribeRiskConfiguration Source #

See: describeRiskConfiguration smart constructor.

Instances

Eq DescribeRiskConfiguration Source # 
Data DescribeRiskConfiguration Source # 

Methods

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

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

toConstr :: DescribeRiskConfiguration -> Constr #

dataTypeOf :: DescribeRiskConfiguration -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DescribeRiskConfiguration Source # 
Generic DescribeRiskConfiguration Source # 
Hashable DescribeRiskConfiguration Source # 
ToJSON DescribeRiskConfiguration Source # 
NFData DescribeRiskConfiguration Source # 
AWSRequest DescribeRiskConfiguration Source # 
ToHeaders DescribeRiskConfiguration Source # 
ToPath DescribeRiskConfiguration Source # 
ToQuery DescribeRiskConfiguration Source # 
type Rep DescribeRiskConfiguration Source # 
type Rep DescribeRiskConfiguration = D1 * (MetaData "DescribeRiskConfiguration" "Network.AWS.CognitoIdentityProvider.DescribeRiskConfiguration" "amazonka-cognito-idp-1.6.0-JhJp6CX0k821Z1WSNBuBfd" False) (C1 * (MetaCons "DescribeRiskConfiguration'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_drcClientId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe (Sensitive Text)))) (S1 * (MetaSel (Just Symbol "_drcUserPoolId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))
type Rs DescribeRiskConfiguration Source # 

Request Lenses

Destructuring the Response

describeRiskConfigurationResponse Source #

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

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

data DescribeRiskConfigurationResponse Source #

See: describeRiskConfigurationResponse smart constructor.

Instances

Eq DescribeRiskConfigurationResponse Source # 
Data DescribeRiskConfigurationResponse Source # 

Methods

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

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

toConstr :: DescribeRiskConfigurationResponse -> Constr #

dataTypeOf :: DescribeRiskConfigurationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DescribeRiskConfigurationResponse Source # 
Generic DescribeRiskConfigurationResponse Source # 
NFData DescribeRiskConfigurationResponse Source # 
type Rep DescribeRiskConfigurationResponse Source # 
type Rep DescribeRiskConfigurationResponse = D1 * (MetaData "DescribeRiskConfigurationResponse" "Network.AWS.CognitoIdentityProvider.DescribeRiskConfiguration" "amazonka-cognito-idp-1.6.0-JhJp6CX0k821Z1WSNBuBfd" False) (C1 * (MetaCons "DescribeRiskConfigurationResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_drcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)) (S1 * (MetaSel (Just Symbol "_drcrsRiskConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * RiskConfigurationType))))

Response Lenses