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

DescribeExportConfigurationsRequest

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

§Properties

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

A list of continuous export IDs to search for.

§
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 describe-export-tasks.