Module Values_2.UpdateContactResponseSource

This API is in preview release for Amazon Connect and is subject to change. Adds or updates user-defined contact information associated with the specified contact. At least one field to be updated must be present in the request. You can add or update user-defined contact information for both ongoing and completed contacts.

Sourcetype nonrec t = unit
Sourcetype nonrec error = [
  1. | `AccessDeniedException of Values_0.AccessDeniedException.t
  2. | `ConflictException of Values_0.ConflictException.t
  3. | `InternalServiceException of Values_0.InternalServiceException.t
  4. | `InvalidActiveRegionException of Values_1.InvalidActiveRegionException.t
  5. | `InvalidParameterException of Values_0.InvalidParameterException.t
  6. | `InvalidRequestException of Values_0.InvalidRequestException.t
  7. | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
  8. | `ThrottlingException of Values_0.ThrottlingException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : unit -> unit
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `ConflictException of Values_0.ConflictException.t | `InternalServiceException of Values_0.InternalServiceException.t | `InvalidActiveRegionException of Values_1.InvalidActiveRegionException.t | `InvalidParameterException of Values_0.InvalidParameterException.t | `InvalidRequestException of Values_0.InvalidRequestException.t | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t | `ThrottlingException of Values_0.ThrottlingException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `ConflictException of Values_0.ConflictException.t | `InternalServiceException of Values_0.InternalServiceException.t | `InvalidActiveRegionException of Values_1.InvalidActiveRegionException.t | `InvalidParameterException of Values_0.InvalidParameterException.t | `InvalidRequestException of Values_0.InvalidRequestException.t | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t | `ThrottlingException of Values_0.ThrottlingException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ('a * 'b) -> unit
Sourceval to_value : 'a -> [> `Structure of 'b list ]
Sourceval to_query : 'a -> Awso.Client.Query.t
Sourceval of_xml : 'a -> unit
Sourceval of_string : string -> unit
Sourceval of_json : 'a -> unit
Sourceval to_json : 'a -> Yojson.Safe.t