Values.StartSearchResultExportJobInputSourceThis operations starts a job to export the results of search job to a designated S3 bucket.
type nonrec t = {searchJobIdentifier : GenericId.t;The unique string that specifies the search job.
*)exportSpecification : ExportSpecification.t;This specification contains a required string of the destination bucket; optionally, you can include the destination prefix.
*)clientToken : String_.t option;Include this parameter to allow multiple identical calls for idempotency. A client token is valid for 8 hours after the first request that uses it is completed. After this time, any request with the same token is treated as a new request.
*)roleArn : IamRoleArn.t option;This parameter specifies the role ARN used to start the search results export jobs.
*)}val make :
?clientToken:??? ->
?tags:??? ->
?roleArn:??? ->
searchJobIdentifier:GenericId.t ->
exportSpecification:ExportSpecification.t ->
unit ->
t