Module Values.UpdateJobPriorityRequestSource

Updates 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

Sourcetype nonrec t = {
  1. accountId : AccountId.t;
    (*

    The Amazon Web Services account ID associated with the S3 Batch Operations job.

    *)
  2. jobId : JobId.t;
    (*

    The ID for the job whose priority you want to update.

    *)
  3. priority : JobPriority.t;
    (*

    The priority you want to assign to this job.

    *)
}
Sourceval context_ : string
Sourceval make : accountId:AccountId.t -> jobId:JobId.t -> priority:JobPriority.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of JobPriority.t | `String of AccountId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t