Values.MatchingWorkflowSummarySourceA list of MatchingWorkflowSummary objects, each of which contain the fields workflowName, workflowArn, resolutionType, createdAt, updatedAt.
type nonrec t = {workflowName : EntityName.t option;The name of the workflow.
*)workflowArn : MatchingWorkflowArn.t option;The ARN (Amazon Resource Name) that Entity Resolution generated for the MatchingWorkflow.
*)createdAt : Timestamp.t option;The timestamp of when the workflow was created.
*)updatedAt : Timestamp.t option;The timestamp of when the workflow was last updated.
*)resolutionType : ResolutionType.t option;The method that has been specified for data matching, either using matching provided by Entity Resolution or through a provider service.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of EntityName.t
| `Timestamp of Timestamp.t ])
list ]