Values.ConfirmSignUpResponseSourceRepresents the response from the server for the registration confirmation.
type nonrec t = {session : SessionType.t option;A session identifier that you can use to immediately sign in the confirmed user. You can automatically sign users in with the one-time password that they provided in a successful ConfirmSignUp request.
*)}type nonrec error = [ | `AliasExistsException of AliasExistsException.t| `CodeMismatchException of CodeMismatchException.t| `ExpiredCodeException of ExpiredCodeException.t| `ForbiddenException of ForbiddenException.t| `InternalErrorException of InternalErrorException.t| `InvalidLambdaResponseException of InvalidLambdaResponseException.t| `InvalidParameterException of InvalidParameterException.t| `LimitExceededException of LimitExceededException.t| `NotAuthorizedException of NotAuthorizedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `TooManyFailedAttemptsException of TooManyFailedAttemptsException.t| `TooManyRequestsException of TooManyRequestsException.t| `UnexpectedLambdaException of UnexpectedLambdaException.t| `UserLambdaValidationException of UserLambdaValidationException.t| `UserNotFoundException of UserNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AliasExistsException of AliasExistsException.t
| `CodeMismatchException of CodeMismatchException.t
| `ExpiredCodeException of ExpiredCodeException.t
| `ForbiddenException of ForbiddenException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidLambdaResponseException of InvalidLambdaResponseException.t
| `InvalidParameterException of InvalidParameterException.t
| `LimitExceededException of LimitExceededException.t
| `NotAuthorizedException of NotAuthorizedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyFailedAttemptsException of TooManyFailedAttemptsException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `UnexpectedLambdaException of UnexpectedLambdaException.t
| `Unknown_operation_error of string * string option
| `UserLambdaValidationException of UserLambdaValidationException.t
| `UserNotFoundException of UserNotFoundException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AliasExistsException of AliasExistsException.t
| `CodeMismatchException of CodeMismatchException.t
| `ExpiredCodeException of ExpiredCodeException.t
| `ForbiddenException of ForbiddenException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidLambdaResponseException of InvalidLambdaResponseException.t
| `InvalidParameterException of InvalidParameterException.t
| `LimitExceededException of LimitExceededException.t
| `NotAuthorizedException of NotAuthorizedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyFailedAttemptsException of TooManyFailedAttemptsException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `UnexpectedLambdaException of UnexpectedLambdaException.t
| `Unknown_operation_error of string * string option
| `UserLambdaValidationException of UserLambdaValidationException.t
| `UserNotFoundException of UserNotFoundException.t ]