LICENSE
README.md
pyproject.toml
src/capo_entityresolution/__init__.py
src/capo_entityresolution/_async.py
src/capo_entityresolution/_iter.py
src/capo_entityresolution/_pagination.py
src/capo_entityresolution/py.typed
src/capo_entityresolution.egg-info/PKG-INFO
src/capo_entityresolution.egg-info/SOURCES.txt
src/capo_entityresolution.egg-info/dependency_links.txt
src/capo_entityresolution.egg-info/requires.txt
src/capo_entityresolution.egg-info/top_level.txt
src/capo_entityresolution/_auth/_identity.py
src/capo_entityresolution/_auth/_providers.py
src/capo_entityresolution/_auth/_signers.py
src/capo_entityresolution/_auth/_sigv4.py
src/capo_entityresolution/_auth/_zapros_handler.py
src/capo_entityresolution/_operations/aws_venice_service/add_policy_statement.py
src/capo_entityresolution/_operations/aws_venice_service/batch_delete_unique_id.py
src/capo_entityresolution/_operations/aws_venice_service/create_id_mapping_workflow.py
src/capo_entityresolution/_operations/aws_venice_service/create_id_namespace.py
src/capo_entityresolution/_operations/aws_venice_service/create_matching_workflow.py
src/capo_entityresolution/_operations/aws_venice_service/create_schema_mapping.py
src/capo_entityresolution/_operations/aws_venice_service/delete_id_mapping_workflow.py
src/capo_entityresolution/_operations/aws_venice_service/delete_id_namespace.py
src/capo_entityresolution/_operations/aws_venice_service/delete_matching_workflow.py
src/capo_entityresolution/_operations/aws_venice_service/delete_policy_statement.py
src/capo_entityresolution/_operations/aws_venice_service/delete_schema_mapping.py
src/capo_entityresolution/_operations/aws_venice_service/generate_match_id.py
src/capo_entityresolution/_operations/aws_venice_service/get_id_mapping_job.py
src/capo_entityresolution/_operations/aws_venice_service/get_id_mapping_workflow.py
src/capo_entityresolution/_operations/aws_venice_service/get_id_namespace.py
src/capo_entityresolution/_operations/aws_venice_service/get_match_id.py
src/capo_entityresolution/_operations/aws_venice_service/get_matching_job.py
src/capo_entityresolution/_operations/aws_venice_service/get_matching_workflow.py
src/capo_entityresolution/_operations/aws_venice_service/get_policy.py
src/capo_entityresolution/_operations/aws_venice_service/get_provider_service.py
src/capo_entityresolution/_operations/aws_venice_service/get_schema_mapping.py
src/capo_entityresolution/_operations/aws_venice_service/list_id_mapping_jobs.py
src/capo_entityresolution/_operations/aws_venice_service/list_id_mapping_workflows.py
src/capo_entityresolution/_operations/aws_venice_service/list_id_namespaces.py
src/capo_entityresolution/_operations/aws_venice_service/list_matching_jobs.py
src/capo_entityresolution/_operations/aws_venice_service/list_matching_workflows.py
src/capo_entityresolution/_operations/aws_venice_service/list_provider_services.py
src/capo_entityresolution/_operations/aws_venice_service/list_schema_mappings.py
src/capo_entityresolution/_operations/aws_venice_service/list_tags_for_resource.py
src/capo_entityresolution/_operations/aws_venice_service/put_policy.py
src/capo_entityresolution/_operations/aws_venice_service/start_id_mapping_job.py
src/capo_entityresolution/_operations/aws_venice_service/start_matching_job.py
src/capo_entityresolution/_operations/aws_venice_service/tag_resource.py
src/capo_entityresolution/_operations/aws_venice_service/untag_resource.py
src/capo_entityresolution/_operations/aws_venice_service/update_id_mapping_workflow.py
src/capo_entityresolution/_operations/aws_venice_service/update_id_namespace.py
src/capo_entityresolution/_operations/aws_venice_service/update_matching_workflow.py
src/capo_entityresolution/_operations/aws_venice_service/update_schema_mapping.py
src/capo_entityresolution/_protocol/__init__.py
src/capo_entityresolution/_protocol/errors.py
src/capo_entityresolution/_protocol/eventstream.py
src/capo_entityresolution/_protocol/serialize.py
src/capo_entityresolution/_protocol/xml.py
src/capo_entityresolution/_rule_engine/__init__.py
src/capo_entityresolution/_rule_engine/_aws_partition.py
src/capo_entityresolution/_rule_engine/_endpoint_rule_set.py
src/capo_entityresolution/_rule_engine/_endpoint_runtime.py
src/capo_entityresolution/_services/_aws_config.py
src/capo_entityresolution/_services/_pipeline.py
src/capo_entityresolution/_services/async_entity_resolution.py
src/capo_entityresolution/_services/entity_resolution.py
src/capo_entityresolution/errors/__init__.py
src/capo_entityresolution/errors/_base.py
src/capo_entityresolution/errors/access_denied_exception.py
src/capo_entityresolution/errors/conflict_exception.py
src/capo_entityresolution/errors/exceeds_limit_exception.py
src/capo_entityresolution/errors/internal_server_exception.py
src/capo_entityresolution/errors/resource_not_found_exception.py
src/capo_entityresolution/errors/throttling_exception.py
src/capo_entityresolution/errors/validation_exception.py
src/capo_entityresolution/types/add_policy_statement_input.py
src/capo_entityresolution/types/add_policy_statement_output.py
src/capo_entityresolution/types/attribute_matching_model.py
src/capo_entityresolution/types/attribute_name.py
src/capo_entityresolution/types/aws_account_id.py
src/capo_entityresolution/types/aws_account_id_list.py
src/capo_entityresolution/types/batch_delete_unique_id_input.py
src/capo_entityresolution/types/batch_delete_unique_id_output.py
src/capo_entityresolution/types/create_id_mapping_workflow_input.py
src/capo_entityresolution/types/create_id_mapping_workflow_output.py
src/capo_entityresolution/types/create_id_namespace_input.py
src/capo_entityresolution/types/create_id_namespace_output.py
src/capo_entityresolution/types/create_matching_workflow_input.py
src/capo_entityresolution/types/create_matching_workflow_output.py
src/capo_entityresolution/types/create_schema_mapping_input.py
src/capo_entityresolution/types/create_schema_mapping_output.py
src/capo_entityresolution/types/customer_profiles_domain_arn.py
src/capo_entityresolution/types/customer_profiles_integration_config.py
src/capo_entityresolution/types/customer_profiles_object_type_arn.py
src/capo_entityresolution/types/delete_id_mapping_workflow_input.py
src/capo_entityresolution/types/delete_id_mapping_workflow_output.py
src/capo_entityresolution/types/delete_id_namespace_input.py
src/capo_entityresolution/types/delete_id_namespace_output.py
src/capo_entityresolution/types/delete_matching_workflow_input.py
src/capo_entityresolution/types/delete_matching_workflow_output.py
src/capo_entityresolution/types/delete_policy_statement_input.py
src/capo_entityresolution/types/delete_policy_statement_output.py
src/capo_entityresolution/types/delete_schema_mapping_input.py
src/capo_entityresolution/types/delete_schema_mapping_output.py
src/capo_entityresolution/types/delete_unique_id_error.py
src/capo_entityresolution/types/delete_unique_id_error_type.py
src/capo_entityresolution/types/delete_unique_id_errors_list.py
src/capo_entityresolution/types/delete_unique_id_status.py
src/capo_entityresolution/types/deleted_unique_id.py
src/capo_entityresolution/types/deleted_unique_id_list.py
src/capo_entityresolution/types/description.py
src/capo_entityresolution/types/disconnected_unique_ids_list.py
src/capo_entityresolution/types/entity_name.py
src/capo_entityresolution/types/entity_name_or_id_mapping_workflow_arn.py
src/capo_entityresolution/types/entity_name_or_id_namespace_arn.py
src/capo_entityresolution/types/error_details.py
src/capo_entityresolution/types/error_message.py
src/capo_entityresolution/types/failed_record.py
src/capo_entityresolution/types/failed_records_list.py
src/capo_entityresolution/types/generate_match_id_input.py
src/capo_entityresolution/types/generate_match_id_output.py
src/capo_entityresolution/types/get_id_mapping_job_input.py
src/capo_entityresolution/types/get_id_mapping_job_output.py
src/capo_entityresolution/types/get_id_mapping_workflow_input.py
src/capo_entityresolution/types/get_id_mapping_workflow_output.py
src/capo_entityresolution/types/get_id_namespace_input.py
src/capo_entityresolution/types/get_id_namespace_output.py
src/capo_entityresolution/types/get_match_id_input.py
src/capo_entityresolution/types/get_match_id_output.py
src/capo_entityresolution/types/get_matching_job_input.py
src/capo_entityresolution/types/get_matching_job_output.py
src/capo_entityresolution/types/get_matching_workflow_input.py
src/capo_entityresolution/types/get_matching_workflow_output.py
src/capo_entityresolution/types/get_policy_input.py
src/capo_entityresolution/types/get_policy_output.py
src/capo_entityresolution/types/get_provider_service_input.py
src/capo_entityresolution/types/get_provider_service_output.py
src/capo_entityresolution/types/get_schema_mapping_input.py
src/capo_entityresolution/types/get_schema_mapping_output.py
src/capo_entityresolution/types/header_safe_unique_id.py
src/capo_entityresolution/types/id_mapping_incremental_run_config.py
src/capo_entityresolution/types/id_mapping_incremental_run_type.py
src/capo_entityresolution/types/id_mapping_job_metrics.py
src/capo_entityresolution/types/id_mapping_job_output_source.py
src/capo_entityresolution/types/id_mapping_job_output_source_config.py
src/capo_entityresolution/types/id_mapping_role_arn.py
src/capo_entityresolution/types/id_mapping_rule_based_properties.py
src/capo_entityresolution/types/id_mapping_techniques.py
src/capo_entityresolution/types/id_mapping_type.py
src/capo_entityresolution/types/id_mapping_workflow_arn.py
src/capo_entityresolution/types/id_mapping_workflow_input_source.py
src/capo_entityresolution/types/id_mapping_workflow_input_source_config.py
src/capo_entityresolution/types/id_mapping_workflow_list.py
src/capo_entityresolution/types/id_mapping_workflow_output_source.py
src/capo_entityresolution/types/id_mapping_workflow_output_source_config.py
src/capo_entityresolution/types/id_mapping_workflow_rule_definition_type.py
src/capo_entityresolution/types/id_mapping_workflow_rule_definition_type_list.py
src/capo_entityresolution/types/id_mapping_workflow_summary.py
src/capo_entityresolution/types/id_namespace_arn.py
src/capo_entityresolution/types/id_namespace_id_mapping_workflow_metadata.py
src/capo_entityresolution/types/id_namespace_id_mapping_workflow_metadata_list.py
src/capo_entityresolution/types/id_namespace_id_mapping_workflow_properties.py
src/capo_entityresolution/types/id_namespace_id_mapping_workflow_properties_list.py
src/capo_entityresolution/types/id_namespace_input_source.py
src/capo_entityresolution/types/id_namespace_input_source_config.py
src/capo_entityresolution/types/id_namespace_list.py
src/capo_entityresolution/types/id_namespace_summary.py
src/capo_entityresolution/types/id_namespace_type.py
src/capo_entityresolution/types/incremental_run_config.py
src/capo_entityresolution/types/incremental_run_type.py
src/capo_entityresolution/types/input_source.py
src/capo_entityresolution/types/input_source_arn.py
src/capo_entityresolution/types/input_source_config.py
src/capo_entityresolution/types/intermediate_source_configuration.py
src/capo_entityresolution/types/job_id.py
src/capo_entityresolution/types/job_list.py
src/capo_entityresolution/types/job_metrics.py
src/capo_entityresolution/types/job_output_source.py
src/capo_entityresolution/types/job_output_source_config.py
src/capo_entityresolution/types/job_status.py
src/capo_entityresolution/types/job_summary.py
src/capo_entityresolution/types/job_type.py
src/capo_entityresolution/types/kms_arn.py
src/capo_entityresolution/types/list_id_mapping_jobs_input.py
src/capo_entityresolution/types/list_id_mapping_jobs_output.py
src/capo_entityresolution/types/list_id_mapping_workflows_input.py
src/capo_entityresolution/types/list_id_mapping_workflows_output.py
src/capo_entityresolution/types/list_id_namespaces_input.py
src/capo_entityresolution/types/list_id_namespaces_output.py
src/capo_entityresolution/types/list_matching_jobs_input.py
src/capo_entityresolution/types/list_matching_jobs_output.py
src/capo_entityresolution/types/list_matching_workflows_input.py
src/capo_entityresolution/types/list_matching_workflows_output.py
src/capo_entityresolution/types/list_provider_services_input.py
src/capo_entityresolution/types/list_provider_services_output.py
src/capo_entityresolution/types/list_schema_mappings_input.py
src/capo_entityresolution/types/list_schema_mappings_output.py
src/capo_entityresolution/types/list_tags_for_resource_input.py
src/capo_entityresolution/types/list_tags_for_resource_output.py
src/capo_entityresolution/types/match_group.py
src/capo_entityresolution/types/match_groups_list.py
src/capo_entityresolution/types/match_purpose.py
src/capo_entityresolution/types/matched_record.py
src/capo_entityresolution/types/matched_records_list.py
src/capo_entityresolution/types/matching_config.py
src/capo_entityresolution/types/matching_keys.py
src/capo_entityresolution/types/matching_workflow_arn.py
src/capo_entityresolution/types/matching_workflow_list.py
src/capo_entityresolution/types/matching_workflow_summary.py
src/capo_entityresolution/types/namespace_provider_properties.py
src/capo_entityresolution/types/namespace_rule_based_properties.py
src/capo_entityresolution/types/next_token.py
src/capo_entityresolution/types/optional_s3_path.py
src/capo_entityresolution/types/output_attribute.py
src/capo_entityresolution/types/output_attributes.py
src/capo_entityresolution/types/output_source.py
src/capo_entityresolution/types/output_source_config.py
src/capo_entityresolution/types/policy_document.py
src/capo_entityresolution/types/policy_token.py
src/capo_entityresolution/types/processing_type.py
src/capo_entityresolution/types/provider_component_schema.py
src/capo_entityresolution/types/provider_endpoint_configuration.py
src/capo_entityresolution/types/provider_id_name_space_configuration.py
src/capo_entityresolution/types/provider_intermediate_data_access_configuration.py
src/capo_entityresolution/types/provider_marketplace_configuration.py
src/capo_entityresolution/types/provider_properties.py
src/capo_entityresolution/types/provider_schema_attribute.py
src/capo_entityresolution/types/provider_schema_attributes.py
src/capo_entityresolution/types/provider_service_arn.py
src/capo_entityresolution/types/provider_service_display_name.py
src/capo_entityresolution/types/provider_service_list.py
src/capo_entityresolution/types/provider_service_summary.py
src/capo_entityresolution/types/put_policy_input.py
src/capo_entityresolution/types/put_policy_output.py
src/capo_entityresolution/types/record.py
src/capo_entityresolution/types/record_attribute_map.py
src/capo_entityresolution/types/record_attribute_map_string255.py
src/capo_entityresolution/types/record_list.py
src/capo_entityresolution/types/record_matching_model.py
src/capo_entityresolution/types/record_matching_model_list.py
src/capo_entityresolution/types/required_bucket_actions_list.py
src/capo_entityresolution/types/resolution_techniques.py
src/capo_entityresolution/types/resolution_type.py
src/capo_entityresolution/types/role_arn.py
src/capo_entityresolution/types/rule.py
src/capo_entityresolution/types/rule_based_properties.py
src/capo_entityresolution/types/rule_condition.py
src/capo_entityresolution/types/rule_condition_list.py
src/capo_entityresolution/types/rule_condition_properties.py
src/capo_entityresolution/types/rule_list.py
src/capo_entityresolution/types/s3_path.py
src/capo_entityresolution/types/schema_attribute_type.py
src/capo_entityresolution/types/schema_input_attribute.py
src/capo_entityresolution/types/schema_input_attributes.py
src/capo_entityresolution/types/schema_list.py
src/capo_entityresolution/types/schema_mapping_arn.py
src/capo_entityresolution/types/schema_mapping_list.py
src/capo_entityresolution/types/schema_mapping_summary.py
src/capo_entityresolution/types/schemas.py
src/capo_entityresolution/types/service_type.py
src/capo_entityresolution/types/start_id_mapping_job_input.py
src/capo_entityresolution/types/start_id_mapping_job_output.py
src/capo_entityresolution/types/start_matching_job_input.py
src/capo_entityresolution/types/start_matching_job_output.py
src/capo_entityresolution/types/statement_action.py
src/capo_entityresolution/types/statement_action_list.py
src/capo_entityresolution/types/statement_condition.py
src/capo_entityresolution/types/statement_effect.py
src/capo_entityresolution/types/statement_id.py
src/capo_entityresolution/types/statement_principal.py
src/capo_entityresolution/types/statement_principal_list.py
src/capo_entityresolution/types/tag_key.py
src/capo_entityresolution/types/tag_key_list.py
src/capo_entityresolution/types/tag_map.py
src/capo_entityresolution/types/tag_resource_input.py
src/capo_entityresolution/types/tag_resource_output.py
src/capo_entityresolution/types/tag_value.py
src/capo_entityresolution/types/unique_id.py
src/capo_entityresolution/types/unique_id_list.py
src/capo_entityresolution/types/untag_resource_input.py
src/capo_entityresolution/types/untag_resource_output.py
src/capo_entityresolution/types/update_id_mapping_workflow_input.py
src/capo_entityresolution/types/update_id_mapping_workflow_output.py
src/capo_entityresolution/types/update_id_namespace_input.py
src/capo_entityresolution/types/update_id_namespace_output.py
src/capo_entityresolution/types/update_matching_workflow_input.py
src/capo_entityresolution/types/update_matching_workflow_output.py
src/capo_entityresolution/types/update_schema_mapping_input.py
src/capo_entityresolution/types/update_schema_mapping_output.py
src/capo_entityresolution/types/venice_global_arn.py
src/capo_entityresolution/types/_prelude/blob.py
src/capo_entityresolution/types/_prelude/timestamp.py
tests/test_sigv4.py