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

UpdateJobPriorityResult

import type { UpdateJobPriorityResult } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";
interface UpdateJobPriorityResult {
JobId: string;
Priority: number;
}

§Properties

§
JobId: string
[src]

The ID for the job whose priority Amazon S3 updated.

§
Priority: number
[src]

The new priority assigned to the specified job.