Values.ConfirmDeviceResponseSourceThe confirm-device response.
type nonrec t = {userConfirmationNecessary : BooleanType.t option;When true, your user must confirm that they want to remember the device. Prompt the user for an answer. When false, immediately sets the device as remembered and eligible for device authentication. You can configure your user pool to always remember devices, in which case this response is false, or to allow users to opt in, in which case this response is true. Configure this option under Device tracking in the Sign-in menu of your user pool.
*)}type nonrec error = [ | `DeviceKeyExistsException of DeviceKeyExistsException.t| `ForbiddenException of ForbiddenException.t| `InternalErrorException of InternalErrorException.t| `InvalidLambdaResponseException of InvalidLambdaResponseException.t| `InvalidParameterException of InvalidParameterException.t| `InvalidPasswordException of InvalidPasswordException.t| `InvalidUserPoolConfigurationException of
InvalidUserPoolConfigurationException.t| `NotAuthorizedException of NotAuthorizedException.t| `PasswordResetRequiredException of PasswordResetRequiredException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `UserNotConfirmedException of UserNotConfirmedException.t| `UserNotFoundException of UserNotFoundException.t| `UsernameExistsException of UsernameExistsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DeviceKeyExistsException of DeviceKeyExistsException.t
| `ForbiddenException of ForbiddenException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidLambdaResponseException of InvalidLambdaResponseException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidPasswordException of InvalidPasswordException.t
| `InvalidUserPoolConfigurationException of
InvalidUserPoolConfigurationException.t
| `NotAuthorizedException of NotAuthorizedException.t
| `PasswordResetRequiredException of PasswordResetRequiredException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option
| `UserNotConfirmedException of UserNotConfirmedException.t
| `UserNotFoundException of UserNotFoundException.t
| `UsernameExistsException of UsernameExistsException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DeviceKeyExistsException of DeviceKeyExistsException.t
| `ForbiddenException of ForbiddenException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidLambdaResponseException of InvalidLambdaResponseException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidPasswordException of InvalidPasswordException.t
| `InvalidUserPoolConfigurationException of
InvalidUserPoolConfigurationException.t
| `NotAuthorizedException of NotAuthorizedException.t
| `PasswordResetRequiredException of PasswordResetRequiredException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option
| `UserNotConfirmedException of UserNotConfirmedException.t
| `UserNotFoundException of UserNotFoundException.t
| `UsernameExistsException of UsernameExistsException.t ]