Learn R Programming

paws.storage (version 0.1.9)

s3control_list_jobs: Lists current Amazon S3 Batch Operations jobs and jobs that have ended within the last 30 days for the AWS account making the request

Description

Lists current Amazon S3 Batch Operations jobs and jobs that have ended within the last 30 days for the AWS account making the request. For more information, see Amazon S3 Batch Operations in the Amazon Simple Storage Service Developer Guide.

Usage

s3control_list_jobs(AccountId, JobStatuses, NextToken, MaxResults)

Arguments

AccountId

[required]

JobStatuses

The List Jobs request returns jobs that match the statuses listed in this element.

NextToken

A pagination token to request the next page of results. Use the token that Amazon S3 returned in the NextToken element of the ListJobsResult from the previous List Jobs request.

MaxResults

The maximum number of jobs that Amazon S3 will include in the List Jobs response. If there are more jobs than this number, the response will include a pagination token in the NextToken field to enable you to retrieve the next page of results.

Request syntax

svc$list_jobs(
  AccountId = "string",
  JobStatuses = list(
    "Active"|"Cancelled"|"Cancelling"|"Complete"|"Completing"|"Failed"|"Failing"|"New"|"Paused"|"Pausing"|"Preparing"|"Ready"|"Suspended"
  ),
  NextToken = "string",
  MaxResults = 123
)

Details

Related actions include:

  • CreateJob

  • DescribeJob

  • UpdateJobPriority

  • UpdateJobStatus