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

ListExecutionsInput

import type { ListExecutionsInput } from "https://aws-api.deno.dev/v0.4/services/snowdevicemanagement.ts?docs=full";
interface ListExecutionsInput {
maxResults?: number | null;
nextToken?: string | null;
state?: ExecutionState | null;
taskId: string;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of tasks to list per page.

§
nextToken?: string | null
[src]

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

§
state?: ExecutionState | null
[src]

A structure used to filter the tasks by their current state.

§
taskId: string
[src]

The ID of the task.