Values.IdMappingWorkflowSummarySourceA list of IdMappingWorkflowSummary objects, each of which contain the fields WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt.
type nonrec t = {workflowName : EntityName.t option;The name of the workflow.
*)workflowArn : IdMappingWorkflowArn.t option;The ARN (Amazon Resource Name) that Entity Resolution generated for the IdMappingWorkflow.
*)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.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of EntityName.t | `Timestamp of Timestamp.t ]) list ]