s3control_update_job_status: Updates the status for the specified job

View source: R/s3control_operations.R

s3control_update_job_statusR Documentation

Updates the status for the specified job

Description

Updates the status for the specified job. Use this action 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.

See https://www.paws-r-sdk.com/docs/s3control_update_job_status/ for full documentation.

Usage

s3control_update_job_status(
  AccountId,
  JobId,
  RequestedJobStatus,
  StatusUpdateReason = NULL
)

Arguments

AccountId

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

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.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.