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

DescribeImportTasksRequest

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

§Properties

§
filters?: ImportTaskFilter[] | null
[src]

An array of name-value pairs that you provide to filter the results for the DescribeImportTask request to a specific subset of results. Currently, wildcard values aren't supported for filters.

§
maxResults?: number | null
[src]

The maximum number of results that you want this request to return, up to 100.

§
nextToken?: string | null
[src]

The token to request a specific page of results.