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

DescribeExportTasksResponse

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

§Properties

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

Contains one or more sets of export request details. When the status of a request is SUCCEEDED, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.

§
nextToken?: string | null
[src]

The nextToken value to include in a future DescribeExportTasks request. When the results of a DescribeExportTasks request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.