Skip to content

EntityResolution module#

Index > EntityResolution

Auto-generated documentation for EntityResolution type annotations stubs module types-aiobotocore-entityresolution.

How to install#

From PyPI with pip#

Install types-aioboto3 for EntityResolution service.

# install with aioboto3 type annotations
python -m pip install 'types-aioboto3[entityresolution]'


# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-aioboto3-lite[entityresolution]'


# standalone installation
python -m pip install types-aiobotocore-entityresolution

How to uninstall#

python -m pip uninstall -y types-aiobotocore-entityresolution

Usage#

Code samples can be found in Examples.

EntityResolutionClient#

Type annotations and code completion for session.client("entityresolution") as EntityResolutionClient boto3 documentation

# EntityResolutionClient usage example

from aioboto3.session import Session

from types_aiobotocore_entityresolution.client import EntityResolutionClient


session = Session()
async with session.client("entityresolution") as client:
    client: EntityResolutionClient

Paginators#

Type annotations and code completion for paginators from session.client("entityresolution").get_paginator("...").

# ListIdMappingJobsPaginator usage example

from types_aiobotocore_entityresolution.paginator import ListIdMappingJobsPaginator

def get_list_id_mapping_jobs_paginator() -> ListIdMappingJobsPaginator:
    return client.get_paginator("list_id_mapping_jobs"))

Literals#

Type annotations for literals used in methods and schema.

# AttributeMatchingModelType usage example

from types_aiobotocore_entityresolution.literals import AttributeMatchingModelType

def get_value() -> AttributeMatchingModelType:
    return "MANY_TO_MANY"

Type definitions#

Type annotations for type definitions used in methods and schema.