Awso_cognito_idp.UpdateUserAttributesResponseSourceRepresents the response from the server for the request to update user attributes.
type nonrec t = {codeDeliveryDetailsList : CodeDeliveryDetailsListType.t option;When the attribute-update request includes an email address or phone number attribute, Amazon Cognito sends a message to users with a code that confirms ownership of the new value that they entered. The CodeDeliveryDetails object is information about the delivery destination for that link or code. This behavior happens in user pools configured to automatically verify changes to those attributes. For more information, see Verifying when users change their email or phone number.
*)}type nonrec error = [ | `AliasExistsException of AliasExistsException.t| `CodeDeliveryFailureException of CodeDeliveryFailureException.t| `CodeMismatchException of CodeMismatchException.t| `ExpiredCodeException of ExpiredCodeException.t| `ForbiddenException of ForbiddenException.t| `InternalErrorException of InternalErrorException.t| `InvalidEmailRoleAccessPolicyException of
InvalidEmailRoleAccessPolicyException.t| `InvalidLambdaResponseException of InvalidLambdaResponseException.t| `InvalidParameterException of InvalidParameterException.t| `InvalidSmsRoleAccessPolicyException of InvalidSmsRoleAccessPolicyException.t| `InvalidSmsRoleTrustRelationshipException of
InvalidSmsRoleTrustRelationshipException.t| `NotAuthorizedException of NotAuthorizedException.t| `PasswordResetRequiredException of PasswordResetRequiredException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `UnexpectedLambdaException of UnexpectedLambdaException.t| `UserLambdaValidationException of UserLambdaValidationException.t| `UserNotConfirmedException of UserNotConfirmedException.t| `UserNotFoundException of UserNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AliasExistsException of AliasExistsException.t
| `CodeDeliveryFailureException of CodeDeliveryFailureException.t
| `CodeMismatchException of CodeMismatchException.t
| `ExpiredCodeException of ExpiredCodeException.t
| `ForbiddenException of ForbiddenException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidEmailRoleAccessPolicyException of
InvalidEmailRoleAccessPolicyException.t
| `InvalidLambdaResponseException of InvalidLambdaResponseException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidSmsRoleAccessPolicyException of
InvalidSmsRoleAccessPolicyException.t
| `InvalidSmsRoleTrustRelationshipException of
InvalidSmsRoleTrustRelationshipException.t
| `NotAuthorizedException of NotAuthorizedException.t
| `PasswordResetRequiredException of PasswordResetRequiredException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `UnexpectedLambdaException of UnexpectedLambdaException.t
| `Unknown_operation_error of string * string option
| `UserLambdaValidationException of UserLambdaValidationException.t
| `UserNotConfirmedException of UserNotConfirmedException.t
| `UserNotFoundException of UserNotFoundException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AliasExistsException of AliasExistsException.t
| `CodeDeliveryFailureException of CodeDeliveryFailureException.t
| `CodeMismatchException of CodeMismatchException.t
| `ExpiredCodeException of ExpiredCodeException.t
| `ForbiddenException of ForbiddenException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidEmailRoleAccessPolicyException of
InvalidEmailRoleAccessPolicyException.t
| `InvalidLambdaResponseException of InvalidLambdaResponseException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidSmsRoleAccessPolicyException of
InvalidSmsRoleAccessPolicyException.t
| `InvalidSmsRoleTrustRelationshipException of
InvalidSmsRoleTrustRelationshipException.t
| `NotAuthorizedException of NotAuthorizedException.t
| `PasswordResetRequiredException of PasswordResetRequiredException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `UnexpectedLambdaException of UnexpectedLambdaException.t
| `Unknown_operation_error of string * string option
| `UserLambdaValidationException of UserLambdaValidationException.t
| `UserNotConfirmedException of UserNotConfirmedException.t
| `UserNotFoundException of UserNotFoundException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of StringType.t ])
list ]
list ])
list ]