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

DescribeContinuousExportsRequest

import type { DescribeContinuousExportsRequest } from "https://aws-api.deno.dev/v0.3/services/discovery.ts?docs=full";
interface DescribeContinuousExportsRequest {
exportIds?: string[] | null;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
exportIds?: string[] | null
[src]

The unique IDs assigned to the exports.

§
maxResults?: number | null
[src]

A number between 1 and 100 specifying the maximum number of continuous export descriptions returned.

§
nextToken?: string | null
[src]

The token from the previous call to DescribeExportTasks.