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

CreateTaskOutput

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

§Properties

§
taskArn?: string | null
[src]

The Amazon Resource Name (ARN) of the task that you created.

§
taskId?: string | null
[src]

The ID of the task that you created.