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

CancelBundleTaskResult

import type { CancelBundleTaskResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Contains the output of CancelBundleTask.

interface CancelBundleTaskResult {
BundleTask?: BundleTask | null;
}

§Properties

§
BundleTask?: BundleTask | null
[src]

Information about the bundle task.