

****************
CustomerProfiles
****************



======
Client
======



.. py:class:: CustomerProfiles.Client

  A low-level client representing Amazon Connect Customer Profiles
   

  
  * `Customer Profiles actions <https://docs.aws.amazon.com/connect/latest/APIReference/API_Operations_Amazon_Connect_Customer_Profiles.html>`__
   
  * `Customer Profiles data types <https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Customer_Profiles.html>`__
  

   

  Amazon Connect Customer Profiles is a unified customer profile for your contact center that has pre-built connectors powered by AppFlow that make it easy to combine customer information from third party applications, such as Salesforce (CRM), ServiceNow (ITSM), and your enterprise resource planning (ERP), with contact history from your Amazon Connect contact center.

   

  For more information about the Amazon Connect Customer Profiles feature, see `Use Customer Profiles <https://docs.aws.amazon.com/connect/latest/adminguide/customer-profiles.html>`__ in the *Amazon Connect Administrator's Guide*.

  ::

    
    import boto3
    
    client = boto3.client('customer-profiles')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  customer-profiles/client/add_profile_key
  customer-profiles/client/batch_get_calculated_attribute_for_profile
  customer-profiles/client/batch_get_profile
  customer-profiles/client/can_paginate
  customer-profiles/client/close
  customer-profiles/client/create_calculated_attribute_definition
  customer-profiles/client/create_domain
  customer-profiles/client/create_domain_layout
  customer-profiles/client/create_event_stream
  customer-profiles/client/create_event_trigger
  customer-profiles/client/create_integration_workflow
  customer-profiles/client/create_profile
  customer-profiles/client/create_recommender
  customer-profiles/client/create_segment_definition
  customer-profiles/client/create_segment_estimate
  customer-profiles/client/create_segment_snapshot
  customer-profiles/client/create_upload_job
  customer-profiles/client/delete_calculated_attribute_definition
  customer-profiles/client/delete_domain
  customer-profiles/client/delete_domain_layout
  customer-profiles/client/delete_domain_object_type
  customer-profiles/client/delete_event_stream
  customer-profiles/client/delete_event_trigger
  customer-profiles/client/delete_integration
  customer-profiles/client/delete_profile
  customer-profiles/client/delete_profile_key
  customer-profiles/client/delete_profile_object
  customer-profiles/client/delete_profile_object_type
  customer-profiles/client/delete_recommender
  customer-profiles/client/delete_segment_definition
  customer-profiles/client/delete_workflow
  customer-profiles/client/detect_profile_object_type
  customer-profiles/client/get_auto_merging_preview
  customer-profiles/client/get_calculated_attribute_definition
  customer-profiles/client/get_calculated_attribute_for_profile
  customer-profiles/client/get_domain
  customer-profiles/client/get_domain_layout
  customer-profiles/client/get_domain_object_type
  customer-profiles/client/get_event_stream
  customer-profiles/client/get_event_trigger
  customer-profiles/client/get_identity_resolution_job
  customer-profiles/client/get_integration
  customer-profiles/client/get_matches
  customer-profiles/client/get_object_type_attribute_statistics
  customer-profiles/client/get_paginator
  customer-profiles/client/get_profile_history_record
  customer-profiles/client/get_profile_object_type
  customer-profiles/client/get_profile_object_type_template
  customer-profiles/client/get_profile_recommendations
  customer-profiles/client/get_recommender
  customer-profiles/client/get_segment_definition
  customer-profiles/client/get_segment_estimate
  customer-profiles/client/get_segment_membership
  customer-profiles/client/get_segment_snapshot
  customer-profiles/client/get_similar_profiles
  customer-profiles/client/get_upload_job
  customer-profiles/client/get_upload_job_path
  customer-profiles/client/get_waiter
  customer-profiles/client/get_workflow
  customer-profiles/client/get_workflow_steps
  customer-profiles/client/list_account_integrations
  customer-profiles/client/list_calculated_attribute_definitions
  customer-profiles/client/list_calculated_attributes_for_profile
  customer-profiles/client/list_domain_layouts
  customer-profiles/client/list_domain_object_types
  customer-profiles/client/list_domains
  customer-profiles/client/list_event_streams
  customer-profiles/client/list_event_triggers
  customer-profiles/client/list_identity_resolution_jobs
  customer-profiles/client/list_integrations
  customer-profiles/client/list_object_type_attribute_values
  customer-profiles/client/list_object_type_attributes
  customer-profiles/client/list_profile_attribute_values
  customer-profiles/client/list_profile_history_records
  customer-profiles/client/list_profile_object_type_templates
  customer-profiles/client/list_profile_object_types
  customer-profiles/client/list_profile_objects
  customer-profiles/client/list_recommender_recipes
  customer-profiles/client/list_recommenders
  customer-profiles/client/list_rule_based_matches
  customer-profiles/client/list_segment_definitions
  customer-profiles/client/list_tags_for_resource
  customer-profiles/client/list_upload_jobs
  customer-profiles/client/list_workflows
  customer-profiles/client/merge_profiles
  customer-profiles/client/put_domain_object_type
  customer-profiles/client/put_integration
  customer-profiles/client/put_profile_object
  customer-profiles/client/put_profile_object_type
  customer-profiles/client/search_profiles
  customer-profiles/client/start_recommender
  customer-profiles/client/start_upload_job
  customer-profiles/client/stop_recommender
  customer-profiles/client/stop_upload_job
  customer-profiles/client/tag_resource
  customer-profiles/client/untag_resource
  customer-profiles/client/update_calculated_attribute_definition
  customer-profiles/client/update_domain
  customer-profiles/client/update_domain_layout
  customer-profiles/client/update_event_trigger
  customer-profiles/client/update_profile
  customer-profiles/client/update_recommender


==========
Paginators
==========


Paginators are available on a client instance via the ``get_paginator`` method. For more detailed instructions and examples on the usage of paginators, see the paginators `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html>`_.

The available paginators are:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  customer-profiles/paginator/GetSimilarProfiles
  customer-profiles/paginator/ListDomainLayouts
  customer-profiles/paginator/ListDomainObjectTypes
  customer-profiles/paginator/ListEventStreams
  customer-profiles/paginator/ListEventTriggers
  customer-profiles/paginator/ListObjectTypeAttributes
  customer-profiles/paginator/ListRecommenderRecipes
  customer-profiles/paginator/ListRecommenders
  customer-profiles/paginator/ListRuleBasedMatches
  customer-profiles/paginator/ListSegmentDefinitions
  customer-profiles/paginator/ListUploadJobs
