Values.DeleteDataSourceRequestSourceDeletes an Amazon Q Business data source connector. While the data source is being deleted, the Status field returned by a call to the DescribeDataSource API is set to DELETING.
type nonrec t = {applicationId : ApplicationId.t;The identifier of the Amazon Q Business application used with the data source connector.
*)indexId : IndexId.t;The identifier of the index used with the data source connector.
*)dataSourceId : DataSourceId.t;The identifier of the data source connector that you want to delete.
*)}val make :
applicationId:ApplicationId.t ->
indexId:IndexId.t ->
dataSourceId:DataSourceId.t ->
unit ->
t