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

UpdateJobPriorityRequest

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

§Properties

§
AccountId: string
[src]

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

§
JobId: string
[src]

The ID for the job whose priority you want to update.

§
Priority: number
[src]

The priority you want to assign to this job.