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

DescribeExecutionOutput

import type { DescribeExecutionOutput } from "https://aws-api.deno.dev/v0.4/services/snowdevicemanagement.ts?docs=full";
interface DescribeExecutionOutput {
executionId?: string | null;
lastUpdatedAt?: Date | number | null;
managedDeviceId?: string | null;
startedAt?: Date | number | null;
state?: ExecutionState | null;
taskId?: string | null;
}

§Properties

§
executionId?: string | null
[src]

The ID of the execution.

§
lastUpdatedAt?: Date | number | null
[src]

When the status of the execution was last updated.

§
managedDeviceId?: string | null
[src]

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

§
startedAt?: Date | number | null
[src]

When the execution began.

§
state?: ExecutionState | null
[src]

The current state of the execution.

§
taskId?: string | null
[src]

The ID of the task being executed on the device.