| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.CognitoIdentityProvider.DescribeRiskConfiguration
Description
Describes the risk configuration.
Synopsis
- describeRiskConfiguration :: Text -> DescribeRiskConfiguration
- data DescribeRiskConfiguration
- drcClientId :: Lens' DescribeRiskConfiguration (Maybe Text)
- drcUserPoolId :: Lens' DescribeRiskConfiguration Text
- describeRiskConfigurationResponse :: Int -> RiskConfigurationType -> DescribeRiskConfigurationResponse
- data DescribeRiskConfigurationResponse
- drcrsResponseStatus :: Lens' DescribeRiskConfigurationResponse Int
- drcrsRiskConfiguration :: Lens' DescribeRiskConfigurationResponse RiskConfigurationType
Creating a Request
describeRiskConfiguration Source #
Arguments
| :: Text | |
| -> DescribeRiskConfiguration |
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:
drcClientId- The app client ID.drcUserPoolId- The user pool ID.
data DescribeRiskConfiguration Source #
See: describeRiskConfiguration smart constructor.
Instances
Request Lenses
drcClientId :: Lens' DescribeRiskConfiguration (Maybe Text) Source #
The app client ID.
drcUserPoolId :: Lens' DescribeRiskConfiguration Text Source #
The user pool ID.
Destructuring the Response
describeRiskConfigurationResponse Source #
Arguments
| :: Int | |
| -> RiskConfigurationType | |
| -> DescribeRiskConfigurationResponse |
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:
drcrsResponseStatus- -- | The response status code.drcrsRiskConfiguration- The risk configuration.
data DescribeRiskConfigurationResponse Source #
See: describeRiskConfigurationResponse smart constructor.
Instances
Response Lenses
drcrsResponseStatus :: Lens' DescribeRiskConfigurationResponse Int Source #
- - | The response status code.
drcrsRiskConfiguration :: Lens' DescribeRiskConfigurationResponse RiskConfigurationType Source #
The risk configuration.