Learn R Programming

paws.storage (version 0.1.7)

s3control_update_job_status: Updates the status for the specified job

Description

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.

Usage

s3control_update_job_status(AccountId, JobId, RequestedJobStatus,
  StatusUpdateReason)

Arguments

AccountId

[required]

JobId

[required] The ID of the job whose status you want to update.

RequestedJobStatus

[required] The status that you want to move the specified job to.

StatusUpdateReason

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.

Request syntax

svc$update_job_status(
  AccountId = "string",
  JobId = "string",
  RequestedJobStatus = "Cancelled"|"Ready",
  StatusUpdateReason = "string"
)