EntityResolution module#
Index > EntityResolution
Auto-generated documentation for EntityResolution type annotations stubs module types-boto3-entityresolution.
How to install#
Generate locally (recommended)#
You can generate type annotations for boto3
package locally with mypy-boto3-builder
.
Use uv for build isolation.
- Run mypy-boto3-builder in your package root directory:
uvx --with 'boto3==1.36.26' mypy-boto3-builder
- Select
boto3
AWS SDK. - Add
EntityResolution
service. - Use provided commands to install generated packages.
VSCode extension#
Add AWS Boto3
extension to your VSCode and run AWS boto3: Quick Start
command.
Click Modify
and select boto3 common
and EntityResolution
.
From PyPI with pip#
Install types-boto3
for EntityResolution
service.
# install with boto3 type annotations
python -m pip install 'types-boto3[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-boto3-lite[entityresolution]'
# standalone installation
python -m pip install types-boto3-entityresolution
How to uninstall#
python -m pip uninstall -y types-boto3-entityresolution
Usage#
Code samples can be found in Examples.
EntityResolutionClient#
Type annotations and code completion for boto3.client("entityresolution")
as EntityResolutionClient
boto3 documentation
# EntityResolutionClient usage example
from boto3.session import Session
from types_boto3_entityresolution.client import EntityResolutionClient
def get_client() -> EntityResolutionClient:
return Session().client("entityresolution")
Paginators#
Type annotations and code completion for paginators
from boto3.client("entityresolution").get_paginator("...")
.
# ListIdMappingJobsPaginator usage example
from boto3.session import Session
from types_boto3_entityresolution.paginator import ListIdMappingJobsPaginator
def get_list_id_mapping_jobs_paginator() -> ListIdMappingJobsPaginator:
return Session().client("entityresolution").get_paginator("list_id_mapping_jobs"))
- ListIdMappingJobsPaginator
- ListIdMappingWorkflowsPaginator
- ListIdNamespacesPaginator
- ListMatchingJobsPaginator
- ListMatchingWorkflowsPaginator
- ListProviderServicesPaginator
- ListSchemaMappingsPaginator
Literals#
Type annotations for literals used in methods and schema.
# AttributeMatchingModelType usage example
from types_boto3_entityresolution.literals import AttributeMatchingModelType
def get_value() -> AttributeMatchingModelType:
return "MANY_TO_MANY"
- AttributeMatchingModelType
- DeleteUniqueIdErrorTypeType
- DeleteUniqueIdStatusType
- IdMappingTypeType
- IdMappingWorkflowRuleDefinitionTypeType
- IdNamespaceTypeType
- IncrementalRunTypeType
- JobStatusType
- ListIdMappingJobsPaginatorName
- ListIdMappingWorkflowsPaginatorName
- ListIdNamespacesPaginatorName
- ListMatchingJobsPaginatorName
- ListMatchingWorkflowsPaginatorName
- ListProviderServicesPaginatorName
- ListSchemaMappingsPaginatorName
- MatchPurposeType
- RecordMatchingModelType
- ResolutionTypeType
- SchemaAttributeTypeType
- ServiceTypeType
- StatementEffectType
- EntityResolutionServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
Type definitions#
Type annotations for type definitions used in methods and schema.
- AddPolicyStatementInputTypeDef
- ResponseMetadataTypeDef
- BatchDeleteUniqueIdInputTypeDef
- DeleteUniqueIdErrorTypeDef
- DeletedUniqueIdTypeDef
- IdMappingWorkflowInputSourceTypeDef
- IdMappingWorkflowOutputSourceTypeDef
- IdNamespaceInputSourceTypeDef
- IncrementalRunConfigTypeDef
- InputSourceTypeDef
- SchemaInputAttributeTypeDef
- DeleteIdMappingWorkflowInputTypeDef
- DeleteIdNamespaceInputTypeDef
- DeleteMatchingWorkflowInputTypeDef
- DeletePolicyStatementInputTypeDef
- DeleteSchemaMappingInputTypeDef
- ErrorDetailsTypeDef
- GetIdMappingJobInputTypeDef
- IdMappingJobMetricsTypeDef
- IdMappingJobOutputSourceTypeDef
- GetIdMappingWorkflowInputTypeDef
- GetIdNamespaceInputTypeDef
- GetMatchIdInputTypeDef
- GetMatchingJobInputTypeDef
- JobMetricsTypeDef
- JobOutputSourceTypeDef
- GetMatchingWorkflowInputTypeDef
- GetPolicyInputTypeDef
- GetProviderServiceInputTypeDef
- ProviderIdNameSpaceConfigurationTypeDef
- ProviderIntermediateDataAccessConfigurationTypeDef
- GetSchemaMappingInputTypeDef
- RuleOutputTypeDef
- RuleTypeDef
- IdMappingWorkflowSummaryTypeDef
- IdNamespaceIdMappingWorkflowMetadataTypeDef
- NamespaceProviderPropertiesOutputTypeDef
- IntermediateSourceConfigurationTypeDef
- JobSummaryTypeDef
- PaginatorConfigTypeDef
- ListIdMappingJobsInputTypeDef
- ListIdMappingWorkflowsInputTypeDef
- ListIdNamespacesInputTypeDef
- ListMatchingJobsInputTypeDef
- ListMatchingWorkflowsInputTypeDef
- MatchingWorkflowSummaryTypeDef
- ListProviderServicesInputTypeDef
- ProviderServiceSummaryTypeDef
- ListSchemaMappingsInputTypeDef
- SchemaMappingSummaryTypeDef
- ListTagsForResourceInputTypeDef
- NamespaceProviderPropertiesTypeDef
- OutputAttributeTypeDef
- ProviderSchemaAttributeTypeDef
- ProviderMarketplaceConfigurationTypeDef
- PutPolicyInputTypeDef
- StartMatchingJobInputTypeDef
- TagResourceInputTypeDef
- UntagResourceInputTypeDef
- AddPolicyStatementOutputTypeDef
- DeleteIdMappingWorkflowOutputTypeDef
- DeleteIdNamespaceOutputTypeDef
- DeleteMatchingWorkflowOutputTypeDef
- DeletePolicyStatementOutputTypeDef
- DeleteSchemaMappingOutputTypeDef
- GetMatchIdOutputTypeDef
- GetPolicyOutputTypeDef
- ListTagsForResourceOutputTypeDef
- PutPolicyOutputTypeDef
- StartMatchingJobOutputTypeDef
- BatchDeleteUniqueIdOutputTypeDef
- CreateSchemaMappingInputTypeDef
- CreateSchemaMappingOutputTypeDef
- GetSchemaMappingOutputTypeDef
- UpdateSchemaMappingInputTypeDef
- UpdateSchemaMappingOutputTypeDef
- GetIdMappingJobOutputTypeDef
- StartIdMappingJobInputTypeDef
- StartIdMappingJobOutputTypeDef
- GetMatchingJobOutputTypeDef
- IdMappingRuleBasedPropertiesOutputTypeDef
- NamespaceRuleBasedPropertiesOutputTypeDef
- RuleBasedPropertiesOutputTypeDef
- IdMappingRuleBasedPropertiesTypeDef
- RuleBasedPropertiesTypeDef
- RuleUnionTypeDef
- ListIdMappingWorkflowsOutputTypeDef
- IdNamespaceSummaryTypeDef
- ProviderPropertiesOutputTypeDef
- ProviderPropertiesTypeDef
- ListIdMappingJobsOutputTypeDef
- ListMatchingJobsOutputTypeDef
- ListIdMappingJobsInputPaginateTypeDef
- ListIdMappingWorkflowsInputPaginateTypeDef
- ListIdNamespacesInputPaginateTypeDef
- ListMatchingJobsInputPaginateTypeDef
- ListMatchingWorkflowsInputPaginateTypeDef
- ListProviderServicesInputPaginateTypeDef
- ListSchemaMappingsInputPaginateTypeDef
- ListMatchingWorkflowsOutputTypeDef
- ListProviderServicesOutputTypeDef
- ListSchemaMappingsOutputTypeDef
- NamespaceProviderPropertiesUnionTypeDef
- OutputSourceOutputTypeDef
- OutputSourceTypeDef
- ProviderComponentSchemaTypeDef
- ProviderEndpointConfigurationTypeDef
- IdNamespaceIdMappingWorkflowPropertiesOutputTypeDef
- NamespaceRuleBasedPropertiesTypeDef
- ListIdNamespacesOutputTypeDef
- IdMappingTechniquesOutputTypeDef
- ResolutionTechniquesOutputTypeDef
- IdMappingTechniquesTypeDef
- ResolutionTechniquesTypeDef
- OutputSourceUnionTypeDef
- GetProviderServiceOutputTypeDef
- CreateIdNamespaceOutputTypeDef
- GetIdNamespaceOutputTypeDef
- UpdateIdNamespaceOutputTypeDef
- NamespaceRuleBasedPropertiesUnionTypeDef
- CreateIdMappingWorkflowOutputTypeDef
- GetIdMappingWorkflowOutputTypeDef
- UpdateIdMappingWorkflowOutputTypeDef
- CreateMatchingWorkflowOutputTypeDef
- GetMatchingWorkflowOutputTypeDef
- UpdateMatchingWorkflowOutputTypeDef
- IdMappingTechniquesUnionTypeDef
- ResolutionTechniquesUnionTypeDef
- IdNamespaceIdMappingWorkflowPropertiesTypeDef
- CreateIdMappingWorkflowInputTypeDef
- UpdateIdMappingWorkflowInputTypeDef
- CreateMatchingWorkflowInputTypeDef
- UpdateMatchingWorkflowInputTypeDef
- IdNamespaceIdMappingWorkflowPropertiesUnionTypeDef
- CreateIdNamespaceInputTypeDef
- UpdateIdNamespaceInputTypeDef