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

DescribeExportConfigurationsResponse

import type { DescribeExportConfigurationsResponse } from "https://aws-api.deno.dev/v0.4/services/discovery.ts?docs=full";
interface DescribeExportConfigurationsResponse {
exportsInfo?: ExportInfo[] | null;
nextToken?: string | null;
}

§Properties

§
exportsInfo?: ExportInfo[] | null
[src]
§
nextToken?: string | null
[src]

The token from the previous call to describe-export-tasks.