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

UpdateJobStatusResult

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

§Properties

§
JobId?: string | null
[src]

The ID for the job whose status was updated.

§
Status?: JobStatus | null
[src]

The current status for the specified job.

§
StatusUpdateReason?: string | null
[src]

The reason that the specified job's status was updated.