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

DescribeImportImageTasksResult

import type { DescribeImportImageTasksResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface DescribeImportImageTasksResult {
ImportImageTasks: ImportImageTask[];
NextToken?: string | null;
}

§Properties

§
ImportImageTasks: ImportImageTask[]
[src]

A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.

§
NextToken?: string | null
[src]

The token to use to get the next page of results. This value is null when there are no more results to return.