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

StartExportTaskResponse

import type { StartExportTaskResponse } from "https://aws-api.deno.dev/v0.3/services/discovery.ts?docs=full";
interface StartExportTaskResponse {
exportId?: string | null;
}

§Properties

§
exportId?: string | null
[src]

A unique identifier used to query the status of an export request.