QBusiness / Client / stop_data_source_sync_job
stop_data_source_sync_job#
- 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
Request Syntax
response = client.stop_data_source_sync_job( dataSourceId='string', applicationId='string', indexId='string' )
- Parameters:
dataSourceId (string) –
[REQUIRED]
The identifier of the data source connector.
applicationId (string) –
[REQUIRED]
The identifier of the Amazon Q Business application that the data source is connected to.
indexId (string) –
[REQUIRED]
The identifier of the index used with the Amazon Q Business data source connector.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
QBusiness.Client.exceptions.ResourceNotFoundException
QBusiness.Client.exceptions.InternalServerException
QBusiness.Client.exceptions.ThrottlingException
QBusiness.Client.exceptions.ValidationException
QBusiness.Client.exceptions.AccessDeniedException