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

ListTaskExecutionsResponse

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

ListTaskExecutionsResponse

interface ListTaskExecutionsResponse {
NextToken?: string | null;
TaskExecutions?: TaskExecutionListEntry[] | null;
}

§Properties

§
NextToken?: string | null
[src]

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

§
TaskExecutions?: TaskExecutionListEntry[] | null
[src]

A list of executed tasks.