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

ListExecutionsOutput

import type { ListExecutionsOutput } from "https://aws-api.deno.dev/v0.4/services/snowdevicemanagement.ts?docs=full";
interface ListExecutionsOutput {
executions?: ExecutionSummary[] | null;
nextToken?: string | null;
}

§Properties

§
executions?: ExecutionSummary[] | null
[src]

A list of executions. Each execution contains the task ID, the device that the task is executing on, the execution ID, and the status of the execution.

§
nextToken?: string | null
[src]

A pagination token to continue to the next page of executions.