Values.StartDataSourceRunInputSourceStart the run of the specified data source in Amazon DataZone.
type nonrec t = {domainIdentifier : DomainId.t;The identifier of the Amazon DataZone domain in which to start a data source run.
*)dataSourceIdentifier : DataSourceId.t;The identifier of the data source.
*)clientToken : String_.t option;A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
*)}val make :
?clientToken:??? ->
domainIdentifier:DomainId.t ->
dataSourceIdentifier:DataSourceId.t ->
unit ->
t