Values_1.DisassociateAnalyticsDataSetRequestSourceRemoves the dataset ID associated with a given Amazon Connect instance.
type nonrec t = {instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)dataSetId : Values_0.DataSetId.t;The identifier of the dataset to remove.
*)targetAccountId : Values_0.AWSAccountId.t option;The identifier of the target account. Use to associate a dataset to a different account than the one containing the Amazon Connect instance. If not specified, by default this value is the Amazon Web Services account that has the Amazon Connect instance.
*)}val make :
?targetAccountId:??? ->
instanceId:Values_0.InstanceId.t ->
dataSetId:Values_0.DataSetId.t ->
unit ->
t