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

ListTasksRequest

import type { ListTasksRequest } from "https://aws-api.deno.dev/v0.4/services/datasync.ts?docs=full";

ListTasksRequest

interface ListTasksRequest {
Filters?: TaskFilter[] | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
Filters?: TaskFilter[] | null
[src]

You can use API filters to narrow down the list of resources returned by ListTasks. For example, to retrieve all tasks on a specific source location, you can use ListTasks with filter name LocationId and Operator Equals with the ARN for the location.

§
MaxResults?: number | null
[src]

The maximum number of tasks to return.

§
NextToken?: string | null
[src]

An opaque string that indicates the position at which to begin the next list of tasks.