:doc:`QBusiness <../../qbusiness>` / Client / stop_data_source_sync_job

*************************
stop_data_source_sync_job
*************************



.. py:method:: QBusiness.Client.stop_data_source_sync_job(**kwargs)

  

  Stops an Amazon Q Business data source connector synchronization job already in progress.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/qbusiness-2023-11-27/StopDataSourceSyncJob>`_  


  **Request Syntax**
  ::

    response = client.stop_data_source_sync_job(
        dataSourceId='string',
        applicationId='string',
        indexId='string'
    )
    
  :type dataSourceId: string
  :param dataSourceId: **[REQUIRED]** 

    The identifier of the data source connector.

    

  
  :type applicationId: string
  :param applicationId: **[REQUIRED]** 

    The identifier of the Amazon Q Business application that the data source is connected to.

    

  
  :type indexId: string
  :param indexId: **[REQUIRED]** 

    The identifier of the index used with the Amazon Q Business data source connector.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`QBusiness.Client.exceptions.InternalServerException`

  
  *   :py:class:`QBusiness.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`QBusiness.Client.exceptions.ConflictException`

  
  *   :py:class:`QBusiness.Client.exceptions.ThrottlingException`

  
  *   :py:class:`QBusiness.Client.exceptions.ValidationException`

  
  *   :py:class:`QBusiness.Client.exceptions.AccessDeniedException`

  