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

DescribeJobRequest

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

§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 information you want to retrieve.