Values.UpdateJobStatusResultSourceUpdates the status for the specified job. Use this operation to confirm that you want to run a job or to cancel an existing job. For more information, see S3 Batch Operations in the Amazon S3 User Guide. Permissions To use the UpdateJobStatus operation, you must have permission to perform the s3:UpdateJobStatus action. Related actions include: CreateJob ListJobs DescribeJob UpdateJobStatus
type nonrec t = {jobId : JobId.t option;The ID for the job whose status was updated.
*)status : JobStatus.t option;The current status for the specified job.
*)statusUpdateReason : JobStatusUpdateReason.t option;The reason that the specified job's status was updated.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `InternalServiceException of InternalServiceException.t| `JobStatusException of JobStatusException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `InternalServiceException of InternalServiceException.t
| `JobStatusException of JobStatusException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `InternalServiceException of InternalServiceException.t
| `JobStatusException of JobStatusException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]