Values.GetMatchingWorkflowOutputSourceReturns the MatchingWorkflow with a given name, if it exists.
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.
*)description : Description.t option;A description of the workflow.
*)inputSourceConfig : InputSourceConfig.t option;A list of InputSource objects, which have the fields InputSourceARN and SchemaName.
*)outputSourceConfig : OutputSourceConfig.t option;A list of OutputSource objects, each of which contains fields outputS3Path, applyNormalization, KMSArn, and output.
*)resolutionTechniques : ResolutionTechniques.t option;An object which defines the resolutionType and the ruleBasedProperties.
*)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.
*)incrementalRunConfig : IncrementalRunConfig.t option;An object which defines an incremental run type and has only incrementalRunType as a field.
*)roleArn : String_.t option;The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of AttributeName.t ])
list ]
list
| `String of InputSourceARN.t
| `Structure of
(string * [> `String of CustomerProfilesDomainArn.t ])
list ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of EntityName.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `List of [> `String of AttributeName.t ] list
| `String of RuleRuleNameString.t ])
list ]
list
| `String of ProviderServiceArn.t
| `Structure of
(string
* [> `Boolean of Boolean.t | `String of S3Path.t ])
list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]