Values.UpdateIdNamespaceInputSourceUpdates an existing ID namespace.
type nonrec t = {idNamespaceName : EntityName.t;The name of the ID namespace.
*)description : Description.t option;The description of the ID namespace.
*)inputSourceConfig : IdNamespaceInputSourceConfig.t option;A list of InputSource objects, which have the fields InputSourceARN and SchemaName.
*)idMappingWorkflowProperties : IdNamespaceIdMappingWorkflowPropertiesList.t
option;Determines the properties of IdMappingWorkflow where this IdNamespace can be used as a Source or a Target.
*)roleArn : RoleArn.t option;The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of a workflow run.
*)}val make :
?description:??? ->
?inputSourceConfig:??? ->
?idMappingWorkflowProperties:??? ->
?roleArn:??? ->
idNamespaceName:EntityName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of InputSourceARN.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Enum of string
| `Structure of
(string
* [> `List of
[> `String of AttributeName.t ] list
| `String of RuleRuleNameString.t ])
list ]
list
| `String of ProviderServiceArn.t
| `Structure of 'a list ])
list ])
list ]
list
| `String of EntityName.t ])
list ]