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

DescribeCopyJobOutput

import type { DescribeCopyJobOutput } from "https://aws-api.deno.dev/v0.4/services/backup.ts?docs=full";
interface DescribeCopyJobOutput {
CopyJob?: CopyJob | null;
}

§Properties

§
CopyJob?: CopyJob | null
[src]

Contains detailed information about a copy job.