Values.SignUpResponseSourceThe response from the server for a registration request.
type nonrec t = {userConfirmed : BooleanType.t option;Indicates whether the user was automatically confirmed. You can auto-confirm users with a pre sign-up Lambda trigger.
*)codeDeliveryDetails : CodeDeliveryDetailsType.t option;In user pools that automatically verify and confirm new users, Amazon Cognito sends users a message with a code or link that confirms ownership of the phone number or email address that they entered. The CodeDeliveryDetails object is information about the delivery destination for that link or code.
*)userSub : StringType.t option;The unique identifier of the new user, for example a1b2c3d4-5678-90ab-cdef-EXAMPLE11111.
*)session : SessionType.t option;A session Id that you can pass to ConfirmSignUp when you want to immediately sign in your user with the USER_AUTH flow after they complete sign-up.
*)}type nonrec error = [ | `CodeDeliveryFailureException of CodeDeliveryFailureException.t| `ForbiddenException of ForbiddenException.t| `InternalErrorException of InternalErrorException.t| `InvalidEmailRoleAccessPolicyException of
InvalidEmailRoleAccessPolicyException.t| `InvalidLambdaResponseException of InvalidLambdaResponseException.t| `InvalidParameterException of InvalidParameterException.t| `InvalidPasswordException of InvalidPasswordException.t| `InvalidSmsRoleAccessPolicyException of InvalidSmsRoleAccessPolicyException.t| `InvalidSmsRoleTrustRelationshipException of
InvalidSmsRoleTrustRelationshipException.t| `LimitExceededException of LimitExceededException.t| `NotAuthorizedException of NotAuthorizedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `UnexpectedLambdaException of UnexpectedLambdaException.t| `UserLambdaValidationException of UserLambdaValidationException.t| `UsernameExistsException of UsernameExistsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CodeDeliveryFailureException of CodeDeliveryFailureException.t
| `ForbiddenException of ForbiddenException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidEmailRoleAccessPolicyException of
InvalidEmailRoleAccessPolicyException.t
| `InvalidLambdaResponseException of InvalidLambdaResponseException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidPasswordException of InvalidPasswordException.t
| `InvalidSmsRoleAccessPolicyException of
InvalidSmsRoleAccessPolicyException.t
| `InvalidSmsRoleTrustRelationshipException of
InvalidSmsRoleTrustRelationshipException.t
| `LimitExceededException of LimitExceededException.t
| `NotAuthorizedException of NotAuthorizedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `UnexpectedLambdaException of UnexpectedLambdaException.t
| `Unknown_operation_error of string * string option
| `UserLambdaValidationException of UserLambdaValidationException.t
| `UsernameExistsException of UsernameExistsException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CodeDeliveryFailureException of CodeDeliveryFailureException.t
| `ForbiddenException of ForbiddenException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidEmailRoleAccessPolicyException of
InvalidEmailRoleAccessPolicyException.t
| `InvalidLambdaResponseException of InvalidLambdaResponseException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidPasswordException of InvalidPasswordException.t
| `InvalidSmsRoleAccessPolicyException of
InvalidSmsRoleAccessPolicyException.t
| `InvalidSmsRoleTrustRelationshipException of
InvalidSmsRoleTrustRelationshipException.t
| `LimitExceededException of LimitExceededException.t
| `NotAuthorizedException of NotAuthorizedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `UnexpectedLambdaException of UnexpectedLambdaException.t
| `Unknown_operation_error of string * string option
| `UserLambdaValidationException of UserLambdaValidationException.t
| `UsernameExistsException of UsernameExistsException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanType.t
| `String of StringType.t
| `Structure of
(string * [> `Enum of string | `String of StringType.t ]) list ])
list ]