Values.UpdateJobPriorityRequestSourceUpdates an existing S3 Batch Operations job's priority. For more information, see S3 Batch Operations in the Amazon S3 User Guide. Permissions To use the UpdateJobPriority operation, you must have permission to perform the s3:UpdateJobPriority action. Related actions include: CreateJob ListJobs DescribeJob UpdateJobStatus
type nonrec t = {accountId : AccountId.t;The Amazon Web Services account ID associated with the S3 Batch Operations job.
*)jobId : JobId.t;The ID for the job whose priority you want to update.
*)priority : JobPriority.t;The priority you want to assign to this job.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of JobPriority.t | `String of AccountId.t ]) list ]