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

DescribeExecutionInput

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

§Properties

§
managedDeviceId: string
[src]

The ID of the managed device.

§
taskId: string
[src]

The ID of the task that the action is describing.