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

DescribeDataRepositoryTasksRequest

import type { DescribeDataRepositoryTasksRequest } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";
interface DescribeDataRepositoryTasksRequest {
Filters?: DataRepositoryTaskFilter[] | null;
MaxResults?: number | null;
NextToken?: string | null;
TaskIds?: string[] | null;
}

§Properties

§

(Optional) You can use filters to narrow the DescribeDataRepositoryTasks response to include just tasks for specific file systems, or tasks in a specific lifecycle state.

§
MaxResults?: number | null
[src]
§
NextToken?: string | null
[src]
§
TaskIds?: string[] | null
[src]

(Optional) IDs of the tasks whose descriptions you want to retrieve (String).