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