Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateJobStatusRequest

import type { UpdateJobStatusRequest } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";
interface UpdateJobStatusRequest {
AccountId: string;
JobId: string;
RequestedJobStatus: RequestedJobStatus;
StatusUpdateReason?: string | null;
}

§Properties

§
AccountId: string
[src]

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

§
JobId: string
[src]

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

§
RequestedJobStatus: RequestedJobStatus
[src]

The status that you want to move the specified job to.

§
StatusUpdateReason?: string | null
[src]

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.