Values.DescribeRiskConfigurationResponseSourceGiven an app client or user pool ID where threat protection is configured, describes the risk configuration. This operation returns details about adaptive authentication, compromised credentials, and IP-address allow- and denylists. For more information about threat protection, see Threat protection.
type nonrec t = {riskConfiguration : RiskConfigurationType.t option;The details of the requested risk configuration.
*)}type nonrec error = [ | `InternalErrorException of InternalErrorException.t| `InvalidParameterException of InvalidParameterException.t| `NotAuthorizedException of NotAuthorizedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `UserPoolAddOnNotEnabledException of UserPoolAddOnNotEnabledException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalErrorException of InternalErrorException.t
| `InvalidParameterException of InvalidParameterException.t
| `NotAuthorizedException of NotAuthorizedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option
| `UserPoolAddOnNotEnabledException of UserPoolAddOnNotEnabledException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalErrorException of InternalErrorException.t
| `InvalidParameterException of InvalidParameterException.t
| `NotAuthorizedException of NotAuthorizedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option
| `UserPoolAddOnNotEnabledException of UserPoolAddOnNotEnabledException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of UserPoolIdType.t
| `Structure of
(string
* [> `List of
[> `Enum of string | `String of StringType.t ] list
| `Structure of
(string
* [> `Enum of string
| `String of StringType.t
| `Structure of
(string
* [> `Boolean of
AccountTakeoverActionNotifyType.t
| `Enum of string
| `String of EmailNotificationSubjectType.t ])
list ])
list ])
list
| `Timestamp of DateType.t ])
list ])
list ]