Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EntityResolution

import { EntityResolution } from "https://aws-api-bqtgftz736ft.deno.dev/v0.5/services/entityresolution.ts?docs=full";
class EntityResolution {
constructor(apiFactory: client.ApiFactory);
async addPolicyStatement(params: AddPolicyStatementInput, opts?: client.RequestOptions): Promise<AddPolicyStatementOutput>;
async batchDeleteUniqueId(params: BatchDeleteUniqueIdInput, opts?: client.RequestOptions): Promise<BatchDeleteUniqueIdOutput>;
async createIdMappingWorkflow(params: CreateIdMappingWorkflowInput, opts?: client.RequestOptions): Promise<CreateIdMappingWorkflowOutput>;
async createIdNamespace(params: CreateIdNamespaceInput, opts?: client.RequestOptions): Promise<CreateIdNamespaceOutput>;
async createMatchingWorkflow(params: CreateMatchingWorkflowInput, opts?: client.RequestOptions): Promise<CreateMatchingWorkflowOutput>;
async createSchemaMapping(params: CreateSchemaMappingInput, opts?: client.RequestOptions): Promise<CreateSchemaMappingOutput>;
async deleteIdMappingWorkflow(params: DeleteIdMappingWorkflowInput, opts?: client.RequestOptions): Promise<DeleteIdMappingWorkflowOutput>;
async deleteIdNamespace(params: DeleteIdNamespaceInput, opts?: client.RequestOptions): Promise<DeleteIdNamespaceOutput>;
async deleteMatchingWorkflow(params: DeleteMatchingWorkflowInput, opts?: client.RequestOptions): Promise<DeleteMatchingWorkflowOutput>;
async deletePolicyStatement(params: DeletePolicyStatementInput, opts?: client.RequestOptions): Promise<DeletePolicyStatementOutput>;
async deleteSchemaMapping(params: DeleteSchemaMappingInput, opts?: client.RequestOptions): Promise<DeleteSchemaMappingOutput>;
async getIdMappingJob(params: GetIdMappingJobInput, opts?: client.RequestOptions): Promise<GetIdMappingJobOutput>;
async getIdMappingWorkflow(params: GetIdMappingWorkflowInput, opts?: client.RequestOptions): Promise<GetIdMappingWorkflowOutput>;
async getIdNamespace(params: GetIdNamespaceInput, opts?: client.RequestOptions): Promise<GetIdNamespaceOutput>;
async getMatchId(params: GetMatchIdInput, opts?: client.RequestOptions): Promise<GetMatchIdOutput>;
async getMatchingJob(params: GetMatchingJobInput, opts?: client.RequestOptions): Promise<GetMatchingJobOutput>;
async getMatchingWorkflow(params: GetMatchingWorkflowInput, opts?: client.RequestOptions): Promise<GetMatchingWorkflowOutput>;
async getPolicy(params: GetPolicyInput, opts?: client.RequestOptions): Promise<GetPolicyOutput>;
async getProviderService(params: GetProviderServiceInput, opts?: client.RequestOptions): Promise<GetProviderServiceOutput>;
async getSchemaMapping(params: GetSchemaMappingInput, opts?: client.RequestOptions): Promise<GetSchemaMappingOutput>;
async listIdMappingJobs(params: ListIdMappingJobsInput, opts?: client.RequestOptions): Promise<ListIdMappingJobsOutput>;
async listIdMappingWorkflows(params?: ListIdMappingWorkflowsInput, opts?: client.RequestOptions): Promise<ListIdMappingWorkflowsOutput>;
async listIdNamespaces(params?: ListIdNamespacesInput, opts?: client.RequestOptions): Promise<ListIdNamespacesOutput>;
async listMatchingJobs(params: ListMatchingJobsInput, opts?: client.RequestOptions): Promise<ListMatchingJobsOutput>;
async listMatchingWorkflows(params?: ListMatchingWorkflowsInput, opts?: client.RequestOptions): Promise<ListMatchingWorkflowsOutput>;
async listProviderServices(params?: ListProviderServicesInput, opts?: client.RequestOptions): Promise<ListProviderServicesOutput>;
async listSchemaMappings(params?: ListSchemaMappingsInput, opts?: client.RequestOptions): Promise<ListSchemaMappingsOutput>;
async listTagsForResource(params: ListTagsForResourceInput, opts?: client.RequestOptions): Promise<ListTagsForResourceOutput>;
async putPolicy(params: PutPolicyInput, opts?: client.RequestOptions): Promise<PutPolicyOutput>;
async startIdMappingJob(params: StartIdMappingJobInput, opts?: client.RequestOptions): Promise<StartIdMappingJobOutput>;
async startMatchingJob(params: StartMatchingJobInput, opts?: client.RequestOptions): Promise<StartMatchingJobOutput>;
async tagResource(params: TagResourceInput, opts?: client.RequestOptions): Promise<void>;
async untagResource(params: UntagResourceInput, opts?: client.RequestOptions): Promise<void>;
async updateIdMappingWorkflow(params: UpdateIdMappingWorkflowInput, opts?: client.RequestOptions): Promise<UpdateIdMappingWorkflowOutput>;
async updateIdNamespace(params: UpdateIdNamespaceInput, opts?: client.RequestOptions): Promise<UpdateIdNamespaceOutput>;
async updateMatchingWorkflow(params: UpdateMatchingWorkflowInput, opts?: client.RequestOptions): Promise<UpdateMatchingWorkflowOutput>;
async updateSchemaMapping(params: UpdateSchemaMappingInput, opts?: client.RequestOptions): Promise<UpdateSchemaMappingOutput>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new EntityResolution(apiFactory: client.ApiFactory)
[src]

§Methods

§

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

§

Deletes multiple unique IDs in a matching workflow.

§

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.

§

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.

§

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.

§

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.

§

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

§

Deletes the IdNamespace with a given name.

§

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

§

Deletes the policy statement.

§

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.

§
getIdMappingJob(params: GetIdMappingJobInput, opts?: client.RequestOptions): Promise<GetIdMappingJobOutput>
[src]

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.

§
getIdNamespace(params: GetIdNamespaceInput, opts?: client.RequestOptions): Promise<GetIdNamespaceOutput>
[src]

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

§
getMatchId(params: GetMatchIdInput, opts?: client.RequestOptions): Promise<GetMatchIdOutput>
[src]

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

§
getMatchingJob(params: GetMatchingJobInput, opts?: client.RequestOptions): Promise<GetMatchingJobOutput>
[src]

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.

§
getPolicy(params: GetPolicyInput, opts?: client.RequestOptions): Promise<GetPolicyOutput>
[src]

Returns the resource-based policy.

§

Returns the ProviderService of a given name.

§
getSchemaMapping(params: GetSchemaMappingInput, opts?: client.RequestOptions): Promise<GetSchemaMappingOutput>
[src]

Returns the SchemaMapping of a given name.

§

Lists all ID mapping jobs for a given workflow.

§

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

§
listIdNamespaces(params?: ListIdNamespacesInput, opts?: client.RequestOptions): Promise<ListIdNamespacesOutput>
[src]

Returns a list of all ID namespaces.

§
listMatchingJobs(params: ListMatchingJobsInput, opts?: client.RequestOptions): Promise<ListMatchingJobsOutput>
[src]

Lists all jobs for a given workflow.

§

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.

§
listSchemaMappings(params?: ListSchemaMappingsInput, opts?: client.RequestOptions): Promise<ListSchemaMappingsOutput>
[src]

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. In Entity Resolution, SchemaMapping, and MatchingWorkflow can be tagged.

§
putPolicy(params: PutPolicyInput, opts?: client.RequestOptions): Promise<PutPolicyOutput>
[src]

Updates the resource-based policy.

§

Starts the IdMappingJob of a workflow. The workflow must have previously been created using the CreateIdMappingWorkflow endpoint.

§
startMatchingJob(params: StartMatchingJobInput, opts?: client.RequestOptions): Promise<StartMatchingJobOutput>
[src]

Starts the MatchingJob of a workflow. The workflow must have previously been created using the CreateMatchingWorkflow endpoint.

§
tagResource(params: TagResourceInput, opts?: client.RequestOptions): Promise<void>
[src]

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.

§
untagResource(params: UntagResourceInput, opts?: client.RequestOptions): Promise<void>
[src]

Removes one or more tags from the specified Entity Resolution resource. In Entity Resolution, SchemaMapping, and MatchingWorkflow can be tagged.

§

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.

§

Updates an existing ID namespace.

§

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.

§

Updates a schema mapping.

Note: 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.

§Static Properties