Updates 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 Simple Storage Service Developer Guide.
Related actions include:
create_job
list_jobs
describe_job
update_job_status
s3control_update_job_status(AccountId, JobId, RequestedJobStatus,
StatusUpdateReason)
A list with the following syntax:
list(
JobId = "string",
Status = "Active"|"Cancelled"|"Cancelling"|"Complete"|"Completing"|"Failed"|"Failing"|"New"|"Paused"|"Pausing"|"Preparing"|"Ready"|"Suspended",
StatusUpdateReason = "string"
)
[required]
[required] The ID of the job whose status you want to update.
[required] The status that you want to move the specified job to.
A description of the reason why you want to change the specified job's status. This field can be any string up to the maximum length.
svc$update_job_status(
AccountId = "string",
JobId = "string",
RequestedJobStatus = "Cancelled"|"Ready",
StatusUpdateReason = "string"
)