View Source AWS.EntityResolution (aws-elixir v1.0.0)

Welcome to the Entity Resolution API Reference.

Entity Resolution is an Amazon Web Services service that provides pre-configured entity resolution capabilities that enable developers and analysts at advertising and marketing companies to build an accurate and complete view of their consumers.

With Entity Resolution, you can match source records containing consumer identifiers, such as name, email address, and phone number. This is true even when these records have incomplete or conflicting identifiers. For example, Entity Resolution can effectively match a source record from a customer relationship management (CRM) system with a source record from a marketing system containing campaign information.

To learn more about Entity Resolution concepts, procedures, and best practices, see the Entity Resolution User Guide.

Summary

Functions

Creates an IdMappingWorkflow object which stores the configuration of the data processing job to be run.

Creates an ID namespace object which will help customers provide metadata explaining their dataset and how to use it.

Creates a MatchingWorkflow object which stores the configuration of the data processing job to be run.

Creates a schema mapping, which defines the schema of the input customer records table.

Deletes the IdMappingWorkflow with a given name.

Deletes the MatchingWorkflow with a given name.

Deletes the SchemaMapping with a given name.

Gets the status, metrics, and errors (if there are any) that are associated with a job.

Returns the IdMappingWorkflow with a given name, if it exists.

Returns the IdNamespace with a given name, if it exists.

Returns the corresponding Match ID of a customer record if the record has been processed.

Gets the status, metrics, and errors (if there are any) that are associated with a job.

Returns the MatchingWorkflow with a given name, if it exists.

Returns the resource-based policy.

Returns the SchemaMapping of a given name.

Returns a list of all the IdMappingWorkflows that have been created for an Amazon Web Services account.

Returns a list of all the MatchingWorkflows that have been created for an Amazon Web Services account.

Returns a list of all the ProviderServices that are available in this Amazon Web Services Region.

Returns a list of all the SchemaMappings that have been created for an Amazon Web Services account.

Displays the tags associated with an Entity Resolution resource.

Updates the resource-based policy.

Assigns one or more tags (key-value pairs) to the specified Entity Resolution resource.

Removes one or more tags from the specified Entity Resolution resource.

Functions

Link to this function

add_policy_statement(client, arn, statement_id, input, options \\ [])

View Source

Adds a policy statement object.

To retrieve a list of existing policy statements, use the GetPolicy API.

Link to this function

create_id_mapping_workflow(client, input, options \\ [])

View Source

Creates an IdMappingWorkflow object which stores the configuration of the data processing job to be run.

Each IdMappingWorkflow must have a unique workflow name. To modify an existing workflow, use the UpdateIdMappingWorkflow API.

Link to this function

create_id_namespace(client, input, options \\ [])

View Source

Creates an ID namespace object which will help customers provide metadata explaining their dataset and how to use it.

Each ID namespace must have a unique name. To modify an existing ID namespace, use the UpdateIdNamespace API.

Link to this function

create_matching_workflow(client, input, options \\ [])

View Source

Creates a MatchingWorkflow object which stores the configuration of the data processing job to be run.

It is important to note that there should not be a pre-existing MatchingWorkflow with the same name. To modify an existing workflow, utilize the UpdateMatchingWorkflow API.

Link to this function

create_schema_mapping(client, input, options \\ [])

View Source

Creates a schema mapping, which defines the schema of the input customer records table.

The SchemaMapping also provides Entity Resolution with some metadata about the table, such as the attribute types of the columns and which columns to match on.

Link to this function

delete_id_mapping_workflow(client, workflow_name, input, options \\ [])

View Source

Deletes the IdMappingWorkflow with a given name.

This operation will succeed even if a workflow with the given name does not exist.

Link to this function

delete_id_namespace(client, id_namespace_name, input, options \\ [])

View Source

Deletes the IdNamespace with a given name.

Link to this function

delete_matching_workflow(client, workflow_name, input, options \\ [])

View Source

Deletes the MatchingWorkflow with a given name.

This operation will succeed even if a workflow with the given name does not exist.

Link to this function

delete_policy_statement(client, arn, statement_id, input, options \\ [])

View Source

Deletes the policy statement.

Link to this function

delete_schema_mapping(client, schema_name, input, options \\ [])

View Source

Deletes the SchemaMapping with a given name.

This operation will succeed even if a schema with the given name does not exist. This operation will fail if there is a MatchingWorkflow object that references the SchemaMapping in the workflow's InputSourceConfig.

Link to this function

get_id_mapping_job(client, job_id, workflow_name, options \\ [])

View Source

Gets the status, metrics, and errors (if there are any) that are associated with a job.

Link to this function

get_id_mapping_workflow(client, workflow_name, options \\ [])

View Source

Returns the IdMappingWorkflow with a given name, if it exists.

Link to this function

get_id_namespace(client, id_namespace_name, options \\ [])

View Source

Returns the IdNamespace with a given name, if it exists.

Link to this function

get_match_id(client, workflow_name, input, options \\ [])

View Source

Returns the corresponding Match ID of a customer record if the record has been processed.

Link to this function

get_matching_job(client, job_id, workflow_name, options \\ [])

View Source

Gets the status, metrics, and errors (if there are any) that are associated with a job.

Link to this function

get_matching_workflow(client, workflow_name, options \\ [])

View Source

Returns the MatchingWorkflow with a given name, if it exists.

Link to this function

get_policy(client, arn, options \\ [])

View Source

Returns the resource-based policy.

Link to this function

get_provider_service(client, provider_name, provider_service_name, options \\ [])

View Source

Returns the ProviderService of a given name.

Link to this function

get_schema_mapping(client, schema_name, options \\ [])

View Source

Returns the SchemaMapping of a given name.

Link to this function

list_id_mapping_jobs(client, workflow_name, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Lists all ID mapping jobs for a given workflow.

Link to this function

list_id_mapping_workflows(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of all the IdMappingWorkflows that have been created for an Amazon Web Services account.

Link to this function

list_id_namespaces(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of all ID namespaces.

Link to this function

list_matching_jobs(client, workflow_name, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Lists all jobs for a given workflow.

Link to this function

list_matching_workflows(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of all the MatchingWorkflows that have been created for an Amazon Web Services account.

Link to this function

list_provider_services(client, max_results \\ nil, next_token \\ nil, provider_name \\ nil, options \\ [])

View Source

Returns a list of all the ProviderServices that are available in this Amazon Web Services Region.

Link to this function

list_schema_mappings(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of all the SchemaMappings that have been created for an Amazon Web Services account.

Link to this function

list_tags_for_resource(client, resource_arn, options \\ [])

View Source

Displays the tags associated with an Entity Resolution resource.

In Entity Resolution, SchemaMapping, and MatchingWorkflow can be tagged.

Link to this function

put_policy(client, arn, input, options \\ [])

View Source

Updates the resource-based policy.

Link to this function

start_id_mapping_job(client, workflow_name, input, options \\ [])

View Source

Starts the IdMappingJob of a workflow.

The workflow must have previously been created using the CreateIdMappingWorkflow endpoint.

Link to this function

start_matching_job(client, workflow_name, input, options \\ [])

View Source

Starts the MatchingJob of a workflow.

The workflow must have previously been created using the CreateMatchingWorkflow endpoint.

Link to this function

tag_resource(client, resource_arn, input, options \\ [])

View Source

Assigns one or more tags (key-value pairs) to the specified Entity Resolution resource.

Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values. In Entity Resolution, SchemaMapping and MatchingWorkflow can be tagged. Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters. You can use the TagResource action with a resource that already has tags. If you specify a new tag key, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.

Link to this function

untag_resource(client, resource_arn, input, options \\ [])

View Source

Removes one or more tags from the specified Entity Resolution resource.

In Entity Resolution, SchemaMapping, and MatchingWorkflow can be tagged.

Link to this function

update_id_mapping_workflow(client, workflow_name, input, options \\ [])

View Source

Updates 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.

Link to this function

update_id_namespace(client, id_namespace_name, input, options \\ [])

View Source

Updates an existing ID namespace.

Link to this function

update_matching_workflow(client, workflow_name, input, options \\ [])

View Source

Updates an existing MatchingWorkflow.

This method is identical to CreateMatchingWorkflow, except it uses an HTTP PUT request instead of a POST request, and the MatchingWorkflow must already exist for the method to succeed.

Link to this function

update_schema_mapping(client, schema_name, input, options \\ [])

View Source

Updates a schema mapping.

A schema is immutable if it is being used by a workflow. Therefore, you can't update a schema mapping if it's associated with a workflow.