Values.GetIdentityResolutionJobResponseSourceReturns information about an Identity Resolution Job in a specific domain. Identity Resolution Jobs are set up using the Amazon Connect admin console. For more information, see Use Identity Resolution to consolidate similar profiles.
type nonrec t = {domainName : Name.t option;The unique name of the domain.
*)jobId : Uuid.t option;The unique identifier of the Identity Resolution Job.
*)status : IdentityResolutionJobStatus.t option;The status of the Identity Resolution Job. PENDING: The Identity Resolution Job is scheduled but has not started yet. If you turn off the Identity Resolution feature in your domain, jobs in the PENDING state are deleted. PREPROCESSING: The Identity Resolution Job is loading your data. FIND_MATCHING: The Identity Resolution Job is using the machine learning model to identify profiles that belong to the same matching group. MERGING: The Identity Resolution Job is merging duplicate profiles. COMPLETED: The Identity Resolution Job completed successfully. PARTIAL_SUCCESS: There's a system error and not all of the data is merged. The Identity Resolution Job writes a message indicating the source of the problem. FAILED: The Identity Resolution Job did not merge any data. It writes a message indicating the source of the problem.
*)message : StringTo2048.t option;The error messages that are generated when the Identity Resolution Job runs.
*)jobStartTime : Timestamp.t option;The timestamp of when the Identity Resolution Job was started or will be started.
*)jobEndTime : Timestamp.t option;The timestamp of when the Identity Resolution Job was completed.
*)lastUpdatedAt : Timestamp.t option;The timestamp of when the Identity Resolution Job was most recently edited.
*)jobExpirationTime : Timestamp.t option;The timestamp of when the Identity Resolution Job will expire.
*)autoMerging : AutoMerging.t option;Configuration settings for how to perform the auto-merging of profiles.
*)exportingLocation : ExportingLocation.t option;The S3 location where the Identity Resolution Job writes result files.
*)jobStats : JobStats.t option;Statistics about the Identity Resolution Job.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `BadRequestException of BadRequestException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Name.t
| `Structure of
(string
* [> `Boolean of OptionalBoolean.t
| `Double of Double0To1.t
| `Long of Long.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `List of [> `String of String1To255.t ] list ] list
| `String of String1To255.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]