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

TaskSummary

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

Information about the task assigned to one or many devices.

interface TaskSummary {
state?: TaskState | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
taskArn?: string | null;
taskId: string;
}

§Properties

§
state?: TaskState | null
[src]

The state of the task assigned to one or many devices.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.

§
taskArn?: string | null
[src]

The Amazon Resource Name (ARN) of the task.

§
taskId: string
[src]

The task ID.