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

ExecutionSummary

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

The summary of a task execution on a specified device.

interface ExecutionSummary {
executionId?: string | null;
managedDeviceId?: string | null;
state?: ExecutionState | null;
taskId?: string | null;
}

§Properties

§
executionId?: string | null
[src]

The ID of the execution.

§
managedDeviceId?: string | null
[src]

The ID of the managed device that the task is being executed on.

§
state?: ExecutionState | null
[src]

The state of the execution.

§
taskId?: string | null
[src]

The ID of the task.