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

ListTaskExecutionsRequest

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

ListTaskExecutions

interface ListTaskExecutionsRequest {
MaxResults?: number | null;
NextToken?: string | null;
TaskArn?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of executed tasks to list.

§
NextToken?: string | null
[src]

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

§
TaskArn?: string | null
[src]

The Amazon Resource Name (ARN) of the task whose tasks you want to list.