Values.StopDataSourceSyncJobRequestSourceStops an Amazon Q Business data source connector synchronization job already in progress.
type nonrec t = {dataSourceId : DataSourceId.t;The identifier of the data source connector.
*)applicationId : ApplicationId.t;The identifier of the Amazon Q Business application that the data source is connected to.
*)indexId : IndexId.t;The identifier of the index used with the Amazon Q Business data source connector.
*)}val make :
dataSourceId:DataSourceId.t ->
applicationId:ApplicationId.t ->
indexId:IndexId.t ->
unit ->
t