Values.UpdateContactResponseSourceUpdates a specific contact.
type nonrec t = {contactId : Uuid.t option;UUID of a contact.
*)versionId : VersionId.t option;Version ID of a contact.
*)}type nonrec error = [ | `DependencyException of DependencyException.t| `InvalidParameterException of InvalidParameterException.t| `ResourceLimitExceededException of ResourceLimitExceededException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DependencyException of DependencyException.t
| `InvalidParameterException of InvalidParameterException.t
| `ResourceLimitExceededException of ResourceLimitExceededException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DependencyException of DependencyException.t
| `InvalidParameterException of InvalidParameterException.t
| `ResourceLimitExceededException of ResourceLimitExceededException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Integer of VersionId.t | `String of Uuid.t ]) list ]