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

TaskExecutionListEntry

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

Represents a single entry in a list of task executions. TaskExecutionListEntry returns an array that contains a list of specific invocations of a task when the ListTaskExecutions operation is called.

interface TaskExecutionListEntry {
Status?: TaskExecutionStatus | null;
TaskExecutionArn?: string | null;
}

§Properties

§
Status?: TaskExecutionStatus | null
[src]

The status of a task execution.

§
TaskExecutionArn?: string | null
[src]

The Amazon Resource Name (ARN) of the task that was executed.