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

GetStatusInput

import type { GetStatusInput } from "https://aws-api.deno.dev/v0.4/services/importexport.ts?docs=full";

Input structure for the GetStatus operation.

interface GetStatusInput {
APIVersion?: string | null;
JobId: string;
}

§Properties

§
APIVersion?: string | null
[src]
§
JobId: string
[src]