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

CancelImportTaskResult

import type { CancelImportTaskResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface CancelImportTaskResult {
ImportTaskId?: string | null;
PreviousState?: string | null;
State?: string | null;
}

§Properties

§
ImportTaskId?: string | null
[src]

The ID of the task being canceled.

§
PreviousState?: string | null
[src]

The current state of the task being canceled.

§
State?: string | null
[src]

The current state of the task being canceled.