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

TaskListEntry

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

Represents a single entry in a list of tasks. TaskListEntry returns an array that contains a list of tasks when the ListTasks operation is called. A task includes the source and destination file systems to sync and the options to use for the tasks.

interface TaskListEntry {
Name?: string | null;
Status?: TaskStatus | null;
TaskArn?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of the task.

§
Status?: TaskStatus | null
[src]

The status of the task.

§
TaskArn?: string | null
[src]

The Amazon Resource Name (ARN) of the task.