Module Values.DescribeRiskConfigurationResponseSource

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

Sourcetype nonrec t = {
  1. riskConfiguration : RiskConfigurationType.t option;
    (*

    The details of the requested risk configuration.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalErrorException of InternalErrorException.t
  2. | `InvalidParameterException of InvalidParameterException.t
  3. | `NotAuthorizedException of NotAuthorizedException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `TooManyRequestsException of TooManyRequestsException.t
  6. | `UserPoolAddOnNotEnabledException of UserPoolAddOnNotEnabledException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?riskConfiguration:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t