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

DescribeDataRepositoryTasksResponse

import type { DescribeDataRepositoryTasksResponse } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";
interface DescribeDataRepositoryTasksResponse {
DataRepositoryTasks?: DataRepositoryTask[] | null;
NextToken?: string | null;
}

§Properties

§
DataRepositoryTasks?: DataRepositoryTask[] | null
[src]

The collection of data repository task descriptions returned.

§
NextToken?: string | null
[src]