Values.UpdateIdMappingWorkflowInputSourceUpdates an existing IdMappingWorkflow. This method is identical to CreateIdMappingWorkflow, except it uses an HTTP PUT request instead of a POST request, and the IdMappingWorkflow must already exist for the method to succeed. Incremental processing is not supported for ID mapping workflows.
type nonrec t = {workflowName : EntityName.t;The name of the workflow.
*)description : Description.t option;A description of the workflow.
*)inputSourceConfig : IdMappingWorkflowInputSourceConfig.t;A list of InputSource objects, which have the fields InputSourceARN and SchemaName.
*)outputSourceConfig : IdMappingWorkflowOutputSourceConfig.t option;A list of OutputSource objects, each of which contains fields outputS3Path and KMSArn.
*)idMappingTechniques : IdMappingTechniques.t;An object which defines the ID mapping technique and any additional configurations.
*)incrementalRunConfig : IdMappingIncrementalRunConfig.t option;The incremental run configuration for the update ID mapping workflow.
*)roleArn : IdMappingRoleArn.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.
*)}val make :
?description:??? ->
?outputSourceConfig:??? ->
?incrementalRunConfig:??? ->
?roleArn:??? ->
workflowName:EntityName.t ->
inputSourceConfig:IdMappingWorkflowInputSourceConfig.t ->
idMappingTechniques:IdMappingTechniques.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of InputSourceARN.t ])
list ]
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 * [> `String of S3Path.t ]) list ])
list ])
list ])
list ]