Values.CopyJobTemplateRequestSourceCopies a job template to an Amazon S3 bucket.
type nonrec t = {farmId : FarmId.t;The farm ID to copy.
*)queueId : QueueId.t;The queue ID to copy.
*)jobId : JobId.t;The job ID to copy.
*)targetS3Location : S3Location.t;The Amazon S3 bucket name and key where you would like to add a copy of the job template.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of FarmId.t
| `Structure of (string * [> `String of S3BucketName.t ]) list ])
list ]